Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 250a43ed1e9b8198fb10735cc1ab2371f89d298c 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21223 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/304 [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/304 # 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 250a43ed1e9b8198fb10735cc1ab2371f89d298c (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 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 Commit message: "Merge pull request #3040 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" > git rev-list --no-walk ff4e3493a8c789d3c4d6c885bb9a70d186a91ade # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T17:07:52.927Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T17:07:53.202Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T17:07:53.308Z] ========================================================= [2021-01-19T17:07:53.308Z] EdgeX Global Pipelines Version Info [2021-01-19T17:07:53.308Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:07:56.183Z] ------------------- [2021-01-19T17:07:56.183Z] stable info: [2021-01-19T17:07:56.183Z] ------------------- [2021-01-19T17:07:56.183Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T17:07:56.183Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T17:07:56.183Z] Message: update stable to v1.0.177 [2021-01-19T17:07:57.192Z] ------------------- [2021-01-19T17:07:57.192Z] experimental info: [2021-01-19T17:07:57.192Z] ------------------- [2021-01-19T17:07:57.192Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T17:07:57.192Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T17:07:57.192Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T17:07:57.517Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T17:07:57.605Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T17:07:57.698Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T17:07:57.795Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T17:07:57.880Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T17:07:57.973Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T17:07:58.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T17:07:58.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T17:07:58.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T17:07:58.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T17:07:58.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T17:07:58.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T17:07:58.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T17:07:58.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T17:07:58.852Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:07:58.947Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:07:59.029Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T17:07:59.123Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T17:07:59.208Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T17:07:59.292Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T17:07:59.373Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T17:07:59.462Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T17:07:59.548Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T17:07:59.661Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T17:07:59.772Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T17:07:59.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T17:07:59.942Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] echo [2021-01-19T17:08:00.029Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 250a43e [Pipeline] echo [2021-01-19T17:08:00.237Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:08:00.476Z] provisioning config files... [2021-01-19T17:08:00.514Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/304@tmp/config1528061004037921433tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:08:01.006Z] ---> docker-login.sh [2021-01-19T17:08:01.006Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:08:02.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:08:02.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:08:02.764Z] Configure a credential helper to remove this warning. See [2021-01-19T17:08:02.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:08:02.764Z] [2021-01-19T17:08:02.764Z] Login Succeeded [2021-01-19T17:08:02.764Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:08:03.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:08:03.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:08:03.366Z] Configure a credential helper to remove this warning. See [2021-01-19T17:08:03.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:08:03.366Z] [2021-01-19T17:08:03.366Z] Login Succeeded [2021-01-19T17:08:03.366Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:08:03.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:08:03.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:08:03.698Z] Configure a credential helper to remove this warning. See [2021-01-19T17:08:03.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:08:03.698Z] [2021-01-19T17:08:03.698Z] Login Succeeded [2021-01-19T17:08:03.698Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:08:04.405Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:08:04.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:08:04.405Z] Configure a credential helper to remove this warning. See [2021-01-19T17:08:04.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:08:04.405Z] [2021-01-19T17:08:04.405Z] Login Succeeded [2021-01-19T17:08:04.405Z] docker.io [2021-01-19T17:08:04.681Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:08:04.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:08:04.974Z] Configure a credential helper to remove this warning. See [2021-01-19T17:08:04.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:08:04.974Z] [2021-01-19T17:08:04.974Z] Login Succeeded [2021-01-19T17:08:04.974Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:08:05.000Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:08:05.538Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-01-19T17:08:05.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.538Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.538Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T17:08:05.538Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T17:08:05.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.538Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.538Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T17:08:05.538Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T17:08:05.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.538Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T17:08:05.538Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.538Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T17:08:05.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.538Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:08:05.538Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.538Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:08:05.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.538Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T17:08:05.538Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.538Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T17:08:05.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.538Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:08:05.538Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.538Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:08:05.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.538Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.538Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T17:08:05.538Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T17:08:05.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.538Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T17:08:05.538Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.539Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T17:08:05.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:08:05.539Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T17:08:05.539Z] ++ cut -d/ -f2 [2021-01-19T17:08:05.539Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T17:08:05.735Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-01-19T17:08:07.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:08:07.447Z] [2021-01-19T17:08:07.448Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:08:07.894Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:08:08.194Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T17:08:08.194Z] 31603596830f: Pulling fs layer [2021-01-19T17:08:08.194Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T17:08:08.194Z] 6ca5941a6612: Pulling fs layer [2021-01-19T17:08:08.194Z] ecc8261a40a4: Pulling fs layer [2021-01-19T17:08:08.194Z] ecc8261a40a4: Waiting [2021-01-19T17:08:08.194Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T17:08:08.194Z] 2a8b12db71e7: Download complete [2021-01-19T17:08:08.496Z] 31603596830f: Verifying Checksum [2021-01-19T17:08:08.496Z] 31603596830f: Download complete [2021-01-19T17:08:08.827Z] ecc8261a40a4: Verifying Checksum [2021-01-19T17:08:08.827Z] ecc8261a40a4: Download complete [2021-01-19T17:08:09.129Z] 6ca5941a6612: Verifying Checksum [2021-01-19T17:08:09.129Z] 6ca5941a6612: Download complete [2021-01-19T17:08:09.779Z] 31603596830f: Pull complete [2021-01-19T17:08:10.412Z] 2a8b12db71e7: Pull complete [2021-01-19T17:08:12.490Z] 6ca5941a6612: Pull complete [2021-01-19T17:08:13.540Z] ecc8261a40a4: Pull complete [2021-01-19T17:08:13.540Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T17:08:13.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:08:13.540Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T17:08:14.081Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T17:08:14.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:08:18.008Z] $ docker top 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:08:18.604Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:08:18.604Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:08:19.355Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:08:19.360Z] $ docker exec 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 ssh-agent [2021-01-19T17:08:20.123Z] SSH_AUTH_SOCK=/tmp/ssh-q3x4GQpIVS2f/agent.11 [2021-01-19T17:08:20.123Z] SSH_AGENT_PID=16 [2021-01-19T17:08:20.159Z] Running ssh-add (command line suppressed) [2021-01-19T17:08:20.743Z] Identity added: /w/workspace/edgex-go/304@tmp/private_key_4097375898573681159.key (/w/workspace/edgex-go/304@tmp/private_key_4097375898573681159.key) [2021-01-19T17:08:20.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:08:21.844Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T17:08:21.957Z] $ docker exec --env ******** --env ******** 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 ssh-agent -k [2021-01-19T17:08:22.375Z] unset SSH_AUTH_SOCK; [2021-01-19T17:08:22.375Z] unset SSH_AGENT_PID; [2021-01-19T17:08:22.375Z] echo Agent pid 16 killed; [2021-01-19T17:08:22.611Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T17:08:22.744Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:08:22.744Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:08:23.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:08:23.407Z] $ docker exec 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 ssh-agent [2021-01-19T17:08:24.327Z] SSH_AUTH_SOCK=/tmp/ssh-5frOcHiKA5nm/agent.45 [2021-01-19T17:08:24.327Z] SSH_AGENT_PID=50 [2021-01-19T17:08:24.337Z] Running ssh-add (command line suppressed) [2021-01-19T17:08:24.796Z] Identity added: /w/workspace/edgex-go/304@tmp/private_key_1527278610460852063.key (/w/workspace/edgex-go/304@tmp/private_key_1527278610460852063.key) [2021-01-19T17:08:25.065Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:08:26.348Z] + git semver init [2021-01-19T17:08:26.348Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:08:26.348Z] # $GIT_DIR = /w/workspace/edgex-go/304/.git [2021-01-19T17:08:26.348Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/304 [2021-01-19T17:08:26.348Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:08:26.348Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:08:26.348Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:08:26.348Z] # $SEMVER_BRANCH = master [2021-01-19T17:08:26.348Z] # $SEMVER_TEMP = /tmp/semver-364683676 [2021-01-19T17:08:26.348Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T17:09:14.478Z] # '/tmp/semver-364683676' -> '/w/workspace/edgex-go/304/.semver' [2021-01-19T17:09:14.478Z] # -> Force: false [2021-01-19T17:09:14.478Z] # $SEMVER_DIR = /w/workspace/edgex-go/304/.semver [Pipeline] } [2021-01-19T17:09:14.513Z] $ docker exec --env ******** --env ******** 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 ssh-agent -k [2021-01-19T17:09:14.892Z] unset SSH_AUTH_SOCK; [2021-01-19T17:09:14.892Z] unset SSH_AGENT_PID; [2021-01-19T17:09:14.893Z] echo Agent pid 50 killed; [2021-01-19T17:09:15.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:09:15.577Z] + git semver [Pipeline] } [2021-01-19T17:09:15.625Z] $ docker stop --time=1 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 [2021-01-19T17:09:17.422Z] $ docker rm -f 023423db64f8544ced4c578c6852322de10a0953b4decdf403e7d7d9b52ef708 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:09:18.127Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T17:09:19.088Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T17:09:19.092Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.45 [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) [2021-01-19T17:09:19.713Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21213 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-19T17:09:19.768Z] Running in /w/workspace/edgex-go/304 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T17:09:20.393Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:09:20.819Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:09:21.223Z] + sudo service docker restart [2021-01-19T17:09:21.223Z] + true [2021-01-19T17:09:21.223Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T17:09:22.287Z] ========================================================= [2021-01-19T17:09:22.287Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T17:09:22.287Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:09:22.697Z] + 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-01-19T17:09:24.710Z] using credential edgex-jenkins-ssh [2021-01-19T17:09:24.775Z] Cloning the remote Git repository [2021-01-19T17:09:24.828Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:09:24.931Z] > git init /w/workspace/edgex-go/304 # timeout=10 [2021-01-19T17:09:25.016Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:09:25.017Z] > git --version # timeout=10 [2021-01-19T17:09:25.035Z] > git --version # 'git version 2.17.1' [2021-01-19T17:09:25.037Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:09:25.106Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:09:31.226Z] Sending build context to Docker daemon 326.6MB [2021-01-19T17:09:31.226Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:09:31.226Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:09:31.226Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T17:09:31.226Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T17:09:31.226Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T17:09:31.226Z] de9db76c5a1d: Pulling fs layer [2021-01-19T17:09:31.226Z] bca2f99d35d6: Pulling fs layer [2021-01-19T17:09:31.226Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T17:09:31.226Z] 7c6f9722023f: Pulling fs layer [2021-01-19T17:09:31.226Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T17:09:31.226Z] bca2f99d35d6: Waiting [2021-01-19T17:09:31.226Z] 93359f2a8cfa: Waiting [2021-01-19T17:09:31.226Z] 7c6f9722023f: Waiting [2021-01-19T17:09:31.226Z] a35cf1a2eb13: Waiting [2021-01-19T17:09:31.226Z] de9db76c5a1d: Verifying Checksum [2021-01-19T17:09:31.226Z] de9db76c5a1d: Download complete [2021-01-19T17:09:31.226Z] 0ef7d3d256c8: Download complete [2021-01-19T17:09:31.226Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T17:09:31.226Z] 93359f2a8cfa: Download complete [2021-01-19T17:09:31.226Z] 7c6f9722023f: Verifying Checksum [2021-01-19T17:09:31.226Z] 7c6f9722023f: Download complete [2021-01-19T17:09:31.226Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T17:09:31.226Z] 188c0c94c7c5: Download complete [2021-01-19T17:09:31.947Z] 188c0c94c7c5: Pull complete [2021-01-19T17:09:32.328Z] 0ef7d3d256c8: Pull complete [2021-01-19T17:09:32.701Z] de9db76c5a1d: Pull complete [2021-01-19T17:09:36.317Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T17:09:36.317Z] a35cf1a2eb13: Download complete [2021-01-19T17:09:40.267Z] bca2f99d35d6: Verifying Checksum [2021-01-19T17:09:40.267Z] bca2f99d35d6: Download complete [2021-01-19T17:09:52.760Z] Checking out Revision 250a43ed1e9b8198fb10735cc1ab2371f89d298c (master) [2021-01-19T17:09:53.585Z] bca2f99d35d6: Pull complete [2021-01-19T17:09:53.585Z] 93359f2a8cfa: Pull complete [2021-01-19T17:09:52.097Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:09:52.126Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:09:52.147Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:09:52.179Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:09:52.180Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:09:52.191Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:09:52.781Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:09:52.795Z] > git checkout -f 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 [2021-01-19T17:09:54.618Z] 7c6f9722023f: Pull complete [2021-01-19T17:09:57.282Z] Commit message: "Merge pull request #3040 from edgexfoundry/dependabot/go_modules/github.com/google/uuid-1.1.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T17:09:58.849Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:09:59.261Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:09:59.600Z] + sudo service docker restart [2021-01-19T17:09:59.601Z] + true [2021-01-19T17:10:00.110Z] a35cf1a2eb13: Pull complete [2021-01-19T17:10:00.110Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T17:10:00.110Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T17:10:00.110Z] ---> a62c8e92a672 [2021-01-19T17:10:00.110Z] 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-01-19T17:10:00.110Z] ---> Running in ff62fd0d698f [2021-01-19T17:10:00.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:10:01.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:10:01.660Z] provisioning config files... [2021-01-19T17:10:01.712Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/304@tmp/config1171709566521099909tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:10:01.936Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:10:02.179Z] ---> docker-login.sh [2021-01-19T17:10:02.179Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:10:02.209Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:10:02.209Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:10:02.519Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:10:03.164Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:10:03.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:10:03.441Z] Configure a credential helper to remove this warning. See [2021-01-19T17:10:03.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:10:03.441Z] [2021-01-19T17:10:03.441Z] Login Succeeded [2021-01-19T17:10:03.441Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:10:04.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:10:04.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:10:04.047Z] Configure a credential helper to remove this warning. See [2021-01-19T17:10:04.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:10:04.047Z] [2021-01-19T17:10:04.047Z] Login Succeeded [2021-01-19T17:10:04.047Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:10:04.324Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:10:04.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:10:04.599Z] Configure a credential helper to remove this warning. See [2021-01-19T17:10:04.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:10:04.599Z] [2021-01-19T17:10:04.599Z] Login Succeeded [2021-01-19T17:10:04.599Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:10:04.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:10:05.150Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:10:05.150Z] Configure a credential helper to remove this warning. See [2021-01-19T17:10:05.150Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:10:05.150Z] [2021-01-19T17:10:05.150Z] Login Succeeded [2021-01-19T17:10:05.150Z] docker.io [2021-01-19T17:10:05.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:10:06.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:10:06.042Z] Configure a credential helper to remove this warning. See [2021-01-19T17:10:06.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:10:06.042Z] [2021-01-19T17:10:06.042Z] Login Succeeded [2021-01-19T17:10:06.042Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:10:06.060Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T17:10:06.548Z] ========================================================= [2021-01-19T17:10:06.548Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T17:10:06.548Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:10:06.913Z] + 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-01-19T17:10:07.192Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:10:07.193Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:10:07.193Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:10:07.193Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:10:07.193Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:10:07.460Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:10:07.731Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:10:08.494Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:10:08.494Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:10:08.494Z] OK: 233 MiB in 51 packages [2021-01-19T17:10:09.565Z] Sending build context to Docker daemon 165.5MB [2021-01-19T17:10:09.565Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:10:09.565Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:10:09.565Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T17:10:09.565Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T17:10:09.565Z] a4357932f1b6: Pulling fs layer [2021-01-19T17:10:09.565Z] 18c013af1878: Pulling fs layer [2021-01-19T17:10:09.565Z] 00ac8860ef70: Pulling fs layer [2021-01-19T17:10:09.565Z] 63d7cb157983: Pulling fs layer [2021-01-19T17:10:09.565Z] b116817d02f9: Pulling fs layer [2021-01-19T17:10:09.565Z] 745a02a5169b: Pulling fs layer [2021-01-19T17:10:09.565Z] 00ac8860ef70: Waiting [2021-01-19T17:10:09.565Z] 63d7cb157983: Waiting [2021-01-19T17:10:09.565Z] b116817d02f9: Waiting [2021-01-19T17:10:09.565Z] 745a02a5169b: Waiting [2021-01-19T17:10:09.565Z] 18c013af1878: Verifying Checksum [2021-01-19T17:10:09.565Z] 18c013af1878: Download complete [2021-01-19T17:10:09.565Z] a4357932f1b6: Verifying Checksum [2021-01-19T17:10:09.565Z] a4357932f1b6: Download complete [2021-01-19T17:10:09.565Z] 63d7cb157983: Verifying Checksum [2021-01-19T17:10:09.565Z] 63d7cb157983: Download complete [2021-01-19T17:10:09.565Z] b116817d02f9: Verifying Checksum [2021-01-19T17:10:09.565Z] b116817d02f9: Download complete [2021-01-19T17:10:09.565Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T17:10:09.565Z] 5f621e34cdf4: Download complete [2021-01-19T17:10:10.167Z] 5f621e34cdf4: Pull complete [2021-01-19T17:10:10.776Z] a4357932f1b6: Pull complete [2021-01-19T17:10:11.049Z] 18c013af1878: Pull complete [2021-01-19T17:10:12.473Z] 745a02a5169b: Verifying Checksum [2021-01-19T17:10:12.473Z] 745a02a5169b: Download complete [2021-01-19T17:10:12.932Z] Removing intermediate container ff62fd0d698f [2021-01-19T17:10:12.932Z] ---> 5f1f530f5c9e [2021-01-19T17:10:12.932Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:10:12.932Z] ---> Running in 359ab93d5c1c [2021-01-19T17:10:13.223Z] Removing intermediate container 359ab93d5c1c [2021-01-19T17:10:13.223Z] ---> a9cd32ab6ce1 [2021-01-19T17:10:13.223Z] Step 5/6 : COPY go.mod . [2021-01-19T17:10:13.503Z] ---> dbe650bd3a36 [2021-01-19T17:10:13.503Z] Step 6/6 : RUN go mod download [2021-01-19T17:10:13.822Z] ---> Running in 4b5cda49b407 [2021-01-19T17:10:13.908Z] 00ac8860ef70: Download complete [2021-01-19T17:10:24.106Z] 00ac8860ef70: Pull complete [2021-01-19T17:10:24.379Z] 63d7cb157983: Pull complete [2021-01-19T17:10:24.654Z] b116817d02f9: Pull complete [2021-01-19T17:10:28.959Z] 745a02a5169b: Pull complete [2021-01-19T17:10:28.959Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T17:10:28.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T17:10:28.959Z] ---> b7e6874047d6 [2021-01-19T17:10:28.959Z] 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-01-19T17:10:32.345Z] ---> Running in e862c9ae6585 [2021-01-19T17:10:32.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:10:33.913Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:10:34.505Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:10:34.775Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:10:34.775Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:10:34.775Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:10:38.144Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:10:38.144Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:10:38.144Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:10:38.144Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:10:38.416Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:10:38.416Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:10:38.416Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:10:38.697Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:10:38.697Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:10:38.697Z] OK: 217 MiB in 51 packages [2021-01-19T17:10:40.723Z] Removing intermediate container 4b5cda49b407 [2021-01-19T17:10:40.723Z] ---> 95e9c319de99 [2021-01-19T17:10:40.723Z] Successfully built 95e9c319de99 [2021-01-19T17:10:40.723Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:10:41.192Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:10:41.476Z] . [Pipeline] withDockerContainer [2021-01-19T17:10:42.198Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T17:10:42.740Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:10:42.999Z] Removing intermediate container e862c9ae6585 [2021-01-19T17:10:42.999Z] ---> ad91d767aafd [2021-01-19T17:10:42.999Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:10:42.999Z] ---> Running in b8ba084cba58 [2021-01-19T17:10:43.600Z] Removing intermediate container b8ba084cba58 [2021-01-19T17:10:43.600Z] ---> 3b2c9570cd35 [2021-01-19T17:10:43.600Z] Step 5/6 : COPY go.mod . [2021-01-19T17:10:44.197Z] ---> aaaee4811537 [2021-01-19T17:10:44.197Z] Step 6/6 : RUN go mod download [2021-01-19T17:10:44.197Z] ---> Running in a5905241c9d7 [2021-01-19T17:10:44.641Z] $ docker top c798d836135c19ccda3b4f4795981d9db1ab7e9c6aba5fda9fe458b4ea004979 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:10:45.591Z] + go version [2021-01-19T17:10:45.591Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T17:10:45.635Z] $ docker stop --time=1 c798d836135c19ccda3b4f4795981d9db1ab7e9c6aba5fda9fe458b4ea004979 [2021-01-19T17:10:47.562Z] $ docker rm -f c798d836135c19ccda3b4f4795981d9db1ab7e9c6aba5fda9fe458b4ea004979 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:10:48.620Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:10:48.620Z] . [Pipeline] withDockerContainer [2021-01-19T17:10:48.931Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T17:10:49.026Z] $ 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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:10:50.742Z] $ docker top 7c47b2d31cecd786038d3ac1c3f01dac1a6c871d2f0d4050a89ec9b8648ed26b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:10:51.227Z] ========================================================= [2021-01-19T17:10:51.228Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:10:51.228Z] ========================================================= [Pipeline] sh [2021-01-19T17:10:51.997Z] + make test [2021-01-19T17:10:51.997Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:11:10.785Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:11:10.969Z] Removing intermediate container a5905241c9d7 [2021-01-19T17:11:10.969Z] ---> 330c96fb9f0e [2021-01-19T17:11:10.969Z] Successfully built 330c96fb9f0e [2021-01-19T17:11:10.969Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:11.309Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:11:11.309Z] . [Pipeline] withDockerContainer [2021-01-19T17:11:11.540Z] prd-ubuntu18.04-docker-arm64-4c-16g-21213 does not seem to be running inside a container [2021-01-19T17:11:11.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T17:11:13.072Z] $ docker top 6beefb0821a328099d51fb497e26ac7853ca89f259ab46470cb7116433a6b5cf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:11:14.115Z] + go version [2021-01-19T17:11:14.115Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T17:11:14.140Z] $ docker stop --time=1 6beefb0821a328099d51fb497e26ac7853ca89f259ab46470cb7116433a6b5cf [2021-01-19T17:11:16.065Z] $ docker rm -f 6beefb0821a328099d51fb497e26ac7853ca89f259ab46470cb7116433a6b5cf [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-01-19T17:11:19.521Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:11:19.521Z] [2021-01-19T17:11:19.521Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:20.172Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:11:20.172Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T17:11:20.172Z] 29e5d40040c1: Pulling fs layer [2021-01-19T17:11:20.172Z] 1ce36da41761: Pulling fs layer [2021-01-19T17:11:20.172Z] 25b303627fd3: Pulling fs layer [2021-01-19T17:11:20.447Z] 29e5d40040c1: Verifying Checksum [2021-01-19T17:11:20.447Z] 29e5d40040c1: Download complete [2021-01-19T17:11:21.048Z] 1ce36da41761: Verifying Checksum [2021-01-19T17:11:21.048Z] 1ce36da41761: Download complete [2021-01-19T17:11:21.048Z] 29e5d40040c1: Pull complete [2021-01-19T17:11:22.484Z] 1ce36da41761: Pull complete [2021-01-19T17:11:22.484Z] 25b303627fd3: Download complete [2021-01-19T17:11:32.649Z] 25b303627fd3: Pull complete [2021-01-19T17:11:32.649Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T17:11:32.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:11:32.649Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T17:11:32.913Z] prd-ubuntu18.04-docker-arm64-4c-16g-21213 does not seem to be running inside a container [2021-01-19T17:11:32.998Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T17:11:36.152Z] $ docker top 80580e714e7e9e68a42a95d8c549a92e98ea670343240102112eadd741432d1d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:11:37.227Z] + docker-compose build --help [2021-01-19T17:11:37.227Z] + grep parallel [2021-01-19T17:11:38.104Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:11:40.601Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:11:40.896Z] $ docker stop --time=1 80580e714e7e9e68a42a95d8c549a92e98ea670343240102112eadd741432d1d [2021-01-19T17:11:42.802Z] $ docker rm -f 80580e714e7e9e68a42a95d8c549a92e98ea670343240102112eadd741432d1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:43.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:11:43.584Z] . [Pipeline] withDockerContainer [2021-01-19T17:11:43.855Z] prd-ubuntu18.04-docker-arm64-4c-16g-21213 does not seem to be running inside a container [2021-01-19T17:11:43.943Z] $ 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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:11:45.391Z] $ docker top cbf488d428edf6824d4321e3a1071d4f1367abb74c8e629d83ca1d8565298b3e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:11:46.411Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:11:49.782Z] Building docker-core-command-go ... [2021-01-19T17:11:49.782Z] Building docker-core-data-go ... [2021-01-19T17:11:49.782Z] Building docker-core-metadata-go ... [2021-01-19T17:11:49.782Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:11:49.782Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:11:49.782Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:11:49.782Z] Building docker-support-notifications-go ... [2021-01-19T17:11:49.782Z] Building docker-support-scheduler-go ... [2021-01-19T17:11:49.782Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:11:49.782Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:11:49.782Z] Building docker-support-scheduler-go [2021-01-19T17:11:49.782Z] Building docker-security-bootstrap-redis-go [2021-01-19T17:11:49.782Z] Building docker-core-data-go [2021-01-19T17:11:49.782Z] Building docker-support-notifications-go [2021-01-19T17:11:51.049Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:11:51.050Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:11:51.050Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:11:51.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:11:51.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:11:51.382Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:11:53.040Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:11:53.787Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:11:55.294Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:11:58.804Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:11:58.804Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:11:58.804Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:12:03.424Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 46.6% of statements [2021-01-19T17:12:03.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:12:03.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:12:03.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:12:03.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:12:03.424Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:12:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.453s coverage: 27.0% of statements [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:12:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:12:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:12:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.184s coverage: 67.9% of statements [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:12:07.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.188s coverage: 82.3% of statements [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:12:07.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:12:12.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.561s coverage: 28.6% of statements [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:12:12.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:12:12.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:12:12.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.229s coverage: 86.7% of statements [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:12:12.482Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.317s coverage: 97.5% of statements [2021-01-19T17:12:12.482Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:12:13.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.111s coverage: 78.3% of statements [2021-01-19T17:12:13.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:12:13.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:12:13.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:12:13.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:12:17.686Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.079s coverage: 92.8% of statements [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:12:17.686Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.103s coverage: 58.8% of statements [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:12:17.686Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.212s coverage: 0.1% of statements [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:12:17.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.081s coverage: 100.0% of statements [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:12:17.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.325s coverage: 75.5% of statements [2021-01-19T17:12:17.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:12:17.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements [2021-01-19T17:12:18.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.116s coverage: 87.2% of statements [2021-01-19T17:12:18.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.083s coverage: 84.2% of statements [2021-01-19T17:12:19.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.181s coverage: 91.4% of statements [2021-01-19T17:12:19.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:12:21.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.342s coverage: 63.5% of statements [2021-01-19T17:12:21.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:12:21.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:12:21.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements [2021-01-19T17:12:21.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.066s coverage: 91.3% of statements [2021-01-19T17:12:21.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-01-19T17:12:21.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.093s coverage: 73.7% of statements [2021-01-19T17:12:22.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-01-19T17:12:24.918Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.792s coverage: 68.9% of statements [2021-01-19T17:12:24.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:12:24.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:12:24.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:12:24.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:12:24.918Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:12:25.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 37.0% of statements [2021-01-19T17:12:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:12:25.958Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:12:25.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.561s coverage: 84.0% of statements [2021-01-19T17:12:25.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements [2021-01-19T17:12:29.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.302s coverage: 47.1% of statements [2021-01-19T17:12:29.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:12:29.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:12:29.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:12:29.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:12:29.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:12:29.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements [2021-01-19T17:12:29.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:12:29.637Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.069s coverage: 100.0% of statements [2021-01-19T17:12:29.637Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:12:31.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.197s coverage: 29.1% of statements [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:12:31.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.146s coverage: 99.0% of statements [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:12:31.833Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.123s coverage: 100.0% of statements [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:12:31.833Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.100s coverage: 0.0% of statements [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:12:31.833Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:12:31.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:12:32.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements [2021-01-19T17:12:32.478Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:12:32.478Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:12:32.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements [2021-01-19T17:12:32.776Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-01-19T17:12:33.054Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.068s coverage: 100.0% of statements [2021-01-19T17:12:33.728Z] GO111MODULE=on go vet ./... [2021-01-19T17:12:36.727Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:12:36.727Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:12:36.727Z] ---> 330c96fb9f0e [2021-01-19T17:12:36.727Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:12:36.727Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:12:36.727Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:12:36.727Z] ---> 330c96fb9f0e [2021-01-19T17:12:36.727Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:12:36.727Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:12:36.727Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:12:36.727Z] ---> 330c96fb9f0e [2021-01-19T17:12:36.727Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:12:36.727Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:12:36.727Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:12:36.727Z] ---> 330c96fb9f0e [2021-01-19T17:12:36.727Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:12:36.727Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:12:36.727Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:12:36.727Z] ---> 330c96fb9f0e [2021-01-19T17:12:36.727Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:12:36.727Z] ---> Running in 3e1383290bc0 [2021-01-19T17:12:36.727Z] ---> Running in 7051c7b7b1b5 [2021-01-19T17:12:36.727Z] ---> Running in 1eeea7fa317e [2021-01-19T17:12:36.727Z] ---> Running in 4fb4dedce943 [2021-01-19T17:12:36.727Z] ---> Running in 7aef38627feb [2021-01-19T17:12:36.727Z] Removing intermediate container 3e1383290bc0 [2021-01-19T17:12:36.727Z] ---> 73ce7d4f683c [2021-01-19T17:12:36.727Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:12:36.727Z] Removing intermediate container 7051c7b7b1b5 [2021-01-19T17:12:36.727Z] ---> 4054e26d9feb [2021-01-19T17:12:36.727Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:12:36.728Z] Removing intermediate container 4fb4dedce943 [2021-01-19T17:12:36.728Z] ---> 701899a505a4 [2021-01-19T17:12:36.728Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:12:36.997Z] Removing intermediate container 7aef38627feb [2021-01-19T17:12:36.997Z] ---> ceb4a479be71 [2021-01-19T17:12:36.997Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:12:36.997Z] Removing intermediate container 1eeea7fa317e [2021-01-19T17:12:36.997Z] ---> 78d7b58e070f [2021-01-19T17:12:36.997Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:12:36.997Z] ---> Running in 703d0c4c69e9 [2021-01-19T17:12:36.997Z] ---> Running in 5b71d3ff5009 [2021-01-19T17:12:36.997Z] ---> Running in c94dd91f4fbd [2021-01-19T17:12:37.269Z] ---> Running in 2e5050444de4 [2021-01-19T17:12:37.269Z] ---> Running in ea500940d787 [2021-01-19T17:12:40.725Z] Removing intermediate container 703d0c4c69e9 [2021-01-19T17:12:40.725Z] ---> 36919536f5f2 [2021-01-19T17:12:40.725Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:12:40.997Z] ---> Running in a61ff701622d [2021-01-19T17:12:40.997Z] Removing intermediate container 5b71d3ff5009 [2021-01-19T17:12:40.997Z] ---> 88b24ec4b2e6 [2021-01-19T17:12:40.997Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:12:41.281Z] Removing intermediate container c94dd91f4fbd [2021-01-19T17:12:41.281Z] ---> d37304fdb50b [2021-01-19T17:12:41.281Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:12:41.281Z] ---> Running in f89ca251fdd2 [2021-01-19T17:12:41.566Z] ---> Running in 245136a5d04b [2021-01-19T17:12:41.849Z] Removing intermediate container 2e5050444de4 [2021-01-19T17:12:41.849Z] ---> 8e5a65f80280 [2021-01-19T17:12:41.849Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:12:41.849Z] Removing intermediate container ea500940d787 [2021-01-19T17:12:41.849Z] ---> a63b0e9eec95 [2021-01-19T17:12:41.849Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:12:42.127Z] ---> Running in e51888098ffc [2021-01-19T17:12:42.127Z] ---> Running in 1ac17e404686 [2021-01-19T17:12:42.747Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:43.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:43.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:43.627Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:44.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:44.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:44.312Z] OK: 217 MiB in 51 packages [2021-01-19T17:12:44.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:44.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:44.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:45.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:12:45.312Z] OK: 217 MiB in 51 packages [2021-01-19T17:12:45.312Z] OK: 217 MiB in 51 packages [2021-01-19T17:12:45.927Z] OK: 217 MiB in 51 packages [2021-01-19T17:12:45.927Z] OK: 217 MiB in 51 packages [2021-01-19T17:12:46.206Z] Removing intermediate container a61ff701622d [2021-01-19T17:12:46.206Z] ---> bf76fd82cc07 [2021-01-19T17:12:46.206Z] Step 6/23 : COPY go.mod . [2021-01-19T17:12:47.198Z] Removing intermediate container f89ca251fdd2 [2021-01-19T17:12:47.198Z] ---> 17ed8a96d677 [2021-01-19T17:12:47.198Z] Step 6/24 : COPY go.mod . [2021-01-19T17:12:47.472Z] ---> 6e022c1ee95f [2021-01-19T17:12:47.472Z] Step 7/23 : RUN go mod download [2021-01-19T17:12:47.472Z] Removing intermediate container 245136a5d04b [2021-01-19T17:12:47.472Z] ---> 7612a44c8309 [2021-01-19T17:12:47.472Z] Step 6/26 : COPY go.mod . [2021-01-19T17:12:47.749Z] ---> Running in 6b8da1c57593 [2021-01-19T17:12:48.026Z] Removing intermediate container 1ac17e404686 [2021-01-19T17:12:48.026Z] ---> 89a2cded5b38 [2021-01-19T17:12:48.026Z] Step 6/22 : COPY go.mod . [2021-01-19T17:12:48.313Z] ---> 119a8ede87e0 [2021-01-19T17:12:48.313Z] Step 7/24 : RUN go mod download [2021-01-19T17:12:48.313Z] Removing intermediate container e51888098ffc [2021-01-19T17:12:48.313Z] ---> 4f6cf4c5cdb9 [2021-01-19T17:12:48.313Z] Step 6/21 : COPY go.mod . [2021-01-19T17:12:48.313Z] ---> Running in ec55c2ca14e1 [2021-01-19T17:12:48.915Z] ---> d9e5c18eb4e2 [2021-01-19T17:12:48.915Z] Step 7/26 : RUN go mod download [2021-01-19T17:12:49.197Z] ---> Running in c1e3b59430bc [2021-01-19T17:12:49.473Z] ---> 8dc5ca9e6e2e [2021-01-19T17:12:49.473Z] Step 7/22 : RUN go mod download [2021-01-19T17:12:49.750Z] ---> 9a080682d618 [2021-01-19T17:12:49.750Z] Step 7/21 : RUN go mod download [2021-01-19T17:12:49.750Z] ---> Running in 75c4589249b3 [2021-01-19T17:12:50.031Z] ---> Running in a07df887859c [2021-01-19T17:12:52.008Z] Removing intermediate container 6b8da1c57593 [2021-01-19T17:12:52.008Z] ---> 46a094153411 [2021-01-19T17:12:52.008Z] Step 8/23 : COPY . . [2021-01-19T17:12:52.609Z] Removing intermediate container ec55c2ca14e1 [2021-01-19T17:12:52.609Z] ---> 5c8eed575bc9 [2021-01-19T17:12:52.609Z] Step 8/24 : COPY . . [2021-01-19T17:12:53.213Z] Removing intermediate container c1e3b59430bc [2021-01-19T17:12:53.213Z] ---> 931259028a7d [2021-01-19T17:12:53.213Z] Step 8/26 : COPY . . [2021-01-19T17:12:54.680Z] Removing intermediate container 75c4589249b3 [2021-01-19T17:12:54.680Z] ---> 615113a9e087 [2021-01-19T17:12:54.680Z] Step 8/22 : COPY . . [2021-01-19T17:12:55.288Z] Removing intermediate container a07df887859c [2021-01-19T17:12:55.288Z] ---> baa07dc9228a [2021-01-19T17:12:55.288Z] Step 8/21 : COPY . . [2021-01-19T17:13:13.652Z] ---> 11712d6c8848 [2021-01-19T17:13:13.652Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:13:13.652Z] ---> 2e52ba94612e [2021-01-19T17:13:13.652Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:13:13.652Z] ---> 269a64e1fab7 [2021-01-19T17:13:13.652Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:13:13.652Z] ---> Running in 2f1aac6f72cb [2021-01-19T17:13:13.652Z] ---> 4797b98c598f [2021-01-19T17:13:13.652Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:13:13.652Z] ---> b00974ef9e8d [2021-01-19T17:13:13.652Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:13:13.652Z] ---> Running in e12ec930b073 [2021-01-19T17:13:13.652Z] ---> Running in 5e4b24eee3f9 [2021-01-19T17:13:13.652Z] ---> Running in 134c3e2213ee [2021-01-19T17:13:13.652Z] ---> Running in 08b72b5f4b97 [2021-01-19T17:13:13.652Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T17:13:14.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T17:13:14.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:13:14.548Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T17:13:14.825Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T17:13:21.936Z] gofmt -l . [2021-01-19T17:13:23.417Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:13:24.534Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:13:25.524Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:13:27.082Z] + ls -al . [2021-01-19T17:13:27.082Z] total 656 [2021-01-19T17:13:27.082Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 17:13 . [2021-01-19T17:13:27.082Z] drwxr-xr-x 4 root root 32 Jan 19 17:10 .. [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:07 .dockerignore [2021-01-19T17:13:27.082Z] drwxrwxr-x 8 1001 1001 162 Jan 19 17:07 .git [2021-01-19T17:13:27.082Z] drwxrwxr-x 3 1001 1001 125 Jan 19 17:07 .github [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:07 .gitignore [2021-01-19T17:13:27.082Z] drwx------ 3 1001 1001 32 Jan 19 17:09 .semver [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:07 .sonarcloud.properties [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:07 Attribution.txt [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:07 CONTRIBUTING.md [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:07 Dockerfile.build [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:07 Jenkinsfile [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:07 LICENSE [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:07 Makefile [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:07 README.md [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:07 SECURITY.md [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 12 Jan 19 17:09 VERSION [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:07 ZMQWindows.md [2021-01-19T17:13:27.082Z] drwxrwxr-x 2 1001 1001 117 Jan 19 17:07 bin [2021-01-19T17:13:27.082Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:07 cmd [2021-01-19T17:13:27.082Z] -rw-r--r-- 1 root root 550280 Jan 19 17:12 coverage.out [2021-01-19T17:13:27.082Z] -rw-r--r-- 1 root root 981 Jan 19 17:13 go.mod [2021-01-19T17:13:27.082Z] -rw-r--r-- 1 root root 19326 Jan 19 17:13 go.sum [2021-01-19T17:13:27.082Z] drwxrwxr-x 8 1001 1001 127 Jan 19 17:07 internal [2021-01-19T17:13:27.082Z] drwxrwxr-x 4 1001 1001 26 Jan 19 17:07 openapi [2021-01-19T17:13:27.082Z] drwxrwxr-x 4 1001 1001 71 Jan 19 17:07 snap [2021-01-19T17:13:27.082Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:07 version.go [Pipeline] sh [2021-01-19T17:13:27.436Z] + '[' -e coverage.out ] [2021-01-19T17:13:27.436Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:13:27.794Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:13:28.223Z] + make build [2021-01-19T17:13:28.224Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T17:13:33.894Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T17:13:49.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T17:13:52.367Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T17:13:55.930Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T17:13:56.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T17:13:59.679Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T17:14:03.259Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T17:14:06.733Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T17:14:09.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T17:14:12.720Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:14:14.211Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T17:14:17.754Z] $ docker stop --time=1 7c47b2d31cecd786038d3ac1c3f01dac1a6c871d2f0d4050a89ec9b8648ed26b [2021-01-19T17:14:20.051Z] $ docker rm -f 7c47b2d31cecd786038d3ac1c3f01dac1a6c871d2f0d4050a89ec9b8648ed26b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:14:21.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:14:21.840Z] [2021-01-19T17:14:21.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:14:22.236Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:14:22.236Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T17:14:22.236Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T17:14:22.236Z] ca9280d653b3: Pulling fs layer [2021-01-19T17:14:22.236Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T17:14:22.857Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T17:14:22.857Z] cbdbe7a5bc2a: Download complete [2021-01-19T17:14:24.503Z] ca9280d653b3: Verifying Checksum [2021-01-19T17:14:24.503Z] ca9280d653b3: Download complete [2021-01-19T17:14:24.503Z] cbdbe7a5bc2a: Pull complete [2021-01-19T17:14:27.473Z] ca9280d653b3: Pull complete [2021-01-19T17:14:28.951Z] 7e9c9ca2126c: Download complete [2021-01-19T17:14:41.502Z] 7e9c9ca2126c: Pull complete [2021-01-19T17:14:41.502Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T17:14:41.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:14:41.502Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T17:14:41.999Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T17:14:42.088Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:14:45.120Z] $ docker top b47d79cbd9a4720da43c9a1a221dd2b5592daae46acea53f08fb9876230023bf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:14:46.205Z] + + grepdocker-compose parallel [2021-01-19T17:14:46.205Z] build --help [2021-01-19T17:14:48.282Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:14:48.313Z] $ docker stop --time=1 b47d79cbd9a4720da43c9a1a221dd2b5592daae46acea53f08fb9876230023bf [2021-01-19T17:14:50.263Z] $ docker rm -f b47d79cbd9a4720da43c9a1a221dd2b5592daae46acea53f08fb9876230023bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:14:51.022Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:14:51.022Z] . [Pipeline] withDockerContainer [2021-01-19T17:14:51.257Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T17:14:51.597Z] $ 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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:14:51.675Z] Removing intermediate container 5e4b24eee3f9 [2021-01-19T17:14:51.675Z] ---> 58888a3fda9e [2021-01-19T17:14:51.675Z] [2021-01-19T17:14:51.675Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:14:51.675Z] 3.12: Pulling from library/alpine [2021-01-19T17:14:51.675Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:14:51.675Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:14:51.675Z] ---> afeebe901d6b [2021-01-19T17:14:51.675Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:14:51.675Z] ---> Running in 7076f0624cee [2021-01-19T17:14:51.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:14:51.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:14:51.675Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:14:51.675Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:14:51.675Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:14:51.675Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:14:51.675Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:14:51.675Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:14:51.675Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:14:51.675Z] OK: 7 MiB in 19 packages [2021-01-19T17:14:51.945Z] Removing intermediate container e12ec930b073 [2021-01-19T17:14:51.945Z] ---> a7e01bad1988 [2021-01-19T17:14:51.945Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:14:52.929Z] ---> Running in c56dab88ea38 [2021-01-19T17:14:53.380Z] $ docker top 549c974b042e295f01fee259e7dd9cba485d52d0eccbac008b6213923240a84f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:14:54.140Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:14:55.567Z] Removing intermediate container 7076f0624cee [2021-01-19T17:14:55.567Z] ---> edc31f0989b7 [2021-01-19T17:14:55.567Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:14:55.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T17:14:55.841Z] ---> Running in 27c6df22e167 [2021-01-19T17:14:56.251Z] Building docker-core-command-go ... [2021-01-19T17:14:56.251Z] Building docker-core-data-go ... [2021-01-19T17:14:56.251Z] Building docker-core-metadata-go ... [2021-01-19T17:14:56.251Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:14:56.251Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:14:56.251Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:14:56.251Z] Building docker-support-notifications-go ... [2021-01-19T17:14:56.251Z] Building docker-support-scheduler-go ... [2021-01-19T17:14:56.251Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:14:56.251Z] Building docker-security-proxy-setup-go [2021-01-19T17:14:56.251Z] Building docker-security-secretstore-setup-go [2021-01-19T17:14:56.251Z] Building docker-core-data-go [2021-01-19T17:14:56.251Z] Building docker-support-scheduler-go [2021-01-19T17:14:56.251Z] Building docker-core-command-go [2021-01-19T17:14:56.819Z] Removing intermediate container 08b72b5f4b97 [2021-01-19T17:14:57.096Z] ---> c771d7d847e5 [2021-01-19T17:14:57.096Z] [2021-01-19T17:14:57.096Z] Step 10/24 : FROM scratch [2021-01-19T17:14:57.096Z] ---> [2021-01-19T17:14:57.096Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:14:57.096Z] Removing intermediate container 134c3e2213ee [2021-01-19T17:14:57.096Z] ---> 1f4317ad172e [2021-01-19T17:14:57.096Z] [2021-01-19T17:14:57.096Z] Step 10/21 : FROM scratch [2021-01-19T17:14:57.096Z] ---> [2021-01-19T17:14:57.096Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:14:57.096Z] Removing intermediate container 27c6df22e167 [2021-01-19T17:14:57.096Z] ---> e241d991bc40 [2021-01-19T17:14:57.096Z] Step 13/22 : WORKDIR / [2021-01-19T17:14:57.373Z] ---> Running in bece513123d0 [2021-01-19T17:14:57.373Z] ---> Running in e40125a70d37 [2021-01-19T17:14:57.373Z] ---> Running in 8a7616ddd691 [2021-01-19T17:14:58.371Z] Removing intermediate container bece513123d0 [2021-01-19T17:14:58.371Z] ---> 59e13a7ba912 [2021-01-19T17:14:58.371Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:14:58.371Z] Removing intermediate container 8a7616ddd691 [2021-01-19T17:14:58.371Z] ---> c1457dd6f1ea [2021-01-19T17:14:58.371Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:14:58.371Z] ---> Running in e70542fb9a27 [2021-01-19T17:14:58.646Z] Removing intermediate container e40125a70d37 [2021-01-19T17:14:58.646Z] ---> 9add1796a704 [2021-01-19T17:14:58.646Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:14:58.920Z] ---> Running in 257b5e0fb786 [2021-01-19T17:14:59.198Z] Removing intermediate container e70542fb9a27 [2021-01-19T17:14:59.198Z] ---> 5c525cef6b5e [2021-01-19T17:14:59.198Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:14:59.198Z] ---> Running in a241cad108bf [2021-01-19T17:14:59.793Z] ---> 42362c500551 [2021-01-19T17:14:59.793Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:14:59.793Z] Removing intermediate container 257b5e0fb786 [2021-01-19T17:14:59.793Z] ---> 0af0f6e3eade [2021-01-19T17:14:59.793Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:14:59.793Z] Removing intermediate container c56dab88ea38 [2021-01-19T17:14:59.793Z] ---> 66e921330411 [2021-01-19T17:14:59.793Z] [2021-01-19T17:14:59.793Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:14:59.793Z] 20.10.0: Pulling from library/docker [2021-01-19T17:14:59.793Z] Removing intermediate container a241cad108bf [2021-01-19T17:14:59.793Z] ---> cf83aee6f719 [2021-01-19T17:14:59.793Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:14:59.793Z] ---> Running in 38df014e8808 [2021-01-19T17:15:01.224Z] Removing intermediate container 38df014e8808 [2021-01-19T17:15:01.224Z] ---> ccc3f4c9ab61 [2021-01-19T17:15:01.224Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:01.501Z] ---> 41d32559f732 [2021-01-19T17:15:01.501Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:15:01.792Z] ---> c01eaa3a31a4 [2021-01-19T17:15:01.792Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:15:02.806Z] ---> c8a500614f55 [2021-01-19T17:15:02.806Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:15:04.250Z] ---> f6beebf53fb3 [2021-01-19T17:15:04.250Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:04.250Z] ---> 7cfdd21cb10e [2021-01-19T17:15:04.250Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:15:04.849Z] ---> 8ee743452451 [2021-01-19T17:15:04.849Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:05.828Z] ---> 83e37ad7a1cd [2021-01-19T17:15:05.828Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:15:06.101Z] ---> Running in 6eec91f0cf9c [2021-01-19T17:15:06.696Z] ---> b655310e3ed8 [2021-01-19T17:15:06.696Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / ---> 7ce7a3ac2d31 [2021-01-19T17:15:06.696Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:15:06.696Z] [2021-01-19T17:15:07.294Z] ---> Running in ecf6eb6d2fa4 [2021-01-19T17:15:08.268Z] ---> 9f349e0351e0 [2021-01-19T17:15:08.268Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:15:08.552Z] Removing intermediate container ecf6eb6d2fa4 [2021-01-19T17:15:08.552Z] ---> d209cee9dd02 [2021-01-19T17:15:08.552Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:09.974Z] ---> Running in c856fc64ac12 [2021-01-19T17:15:10.575Z] ---> 9ac77f481577 [2021-01-19T17:15:10.575Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:11.171Z] Removing intermediate container 6eec91f0cf9c [2021-01-19T17:15:11.171Z] ---> 0e8b5e29c986 [2021-01-19T17:15:11.171Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:15:11.171Z] Removing intermediate container c856fc64ac12 [2021-01-19T17:15:11.171Z] ---> 58406cf58ef5 [2021-01-19T17:15:11.171Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:15:12.147Z] ---> Running in 323931353c92 [2021-01-19T17:15:12.147Z] ---> Running in f45364f3a12d [2021-01-19T17:15:12.147Z] ---> 83defd11c39c [2021-01-19T17:15:12.147Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:15:12.147Z] ---> Running in b33e0d87f5b1 [2021-01-19T17:15:12.748Z] Removing intermediate container 323931353c92 [2021-01-19T17:15:12.748Z] ---> 54de8ab7c14d [2021-01-19T17:15:12.748Z] Step 20/21 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:15:13.026Z] Removing intermediate container f45364f3a12d [2021-01-19T17:15:13.026Z] ---> 6131ff2ce5d4 [2021-01-19T17:15:13.026Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:15:13.026Z] ---> Running in 64c0dc00818d [2021-01-19T17:15:13.299Z] Removing intermediate container b33e0d87f5b1 [2021-01-19T17:15:13.299Z] ---> 7c1ad4adf5b4 [2021-01-19T17:15:13.299Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:13.300Z] ---> Running in 4d3c9db3dcdf [2021-01-19T17:15:13.300Z] ---> Running in 43c732674834 [2021-01-19T17:15:13.574Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:15:13.574Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:15:13.574Z] ---> eeaf43b92773 [2021-01-19T17:15:13.574Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:15:13.846Z] Removing intermediate container 2f1aac6f72cb [2021-01-19T17:15:13.846Z] ---> abecda08380f [2021-01-19T17:15:13.846Z] [2021-01-19T17:15:13.846Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:15:13.846Z] ---> afeebe901d6b [2021-01-19T17:15:13.846Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:15:13.846Z] ---> Running in 383db19d1373 [2021-01-19T17:15:14.125Z] ---> Running in 5be1ad4184fc [2021-01-19T17:15:14.125Z] Removing intermediate container 4d3c9db3dcdf [2021-01-19T17:15:14.125Z] ---> 41a79ede0a14 [2021-01-19T17:15:14.125Z] Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:15:14.125Z] Removing intermediate container 64c0dc00818d [2021-01-19T17:15:14.125Z] ---> 278ab77f8384 [2021-01-19T17:15:14.125Z] Step 21/21 : LABEL version=2.0.0-dev.45 [2021-01-19T17:15:14.125Z] Removing intermediate container 43c732674834 [2021-01-19T17:15:14.125Z] ---> ebb21144e5c5 [2021-01-19T17:15:14.125Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:15:14.399Z] ---> Running in bfd924db63fe [2021-01-19T17:15:14.399Z] ---> Running in a29189a4e4cc [2021-01-19T17:15:14.674Z] ---> Running in d4c925732687 [2021-01-19T17:15:14.674Z] Removing intermediate container 5be1ad4184fc [2021-01-19T17:15:14.674Z] ---> ef51621f0a7a [2021-01-19T17:15:14.674Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:15:14.945Z] ---> Running in cff321a4f724 [2021-01-19T17:15:15.221Z] Removing intermediate container a29189a4e4cc [2021-01-19T17:15:15.221Z] ---> d138ef323c6b [2021-01-19T17:15:15.221Z] [2021-01-19T17:15:15.221Z] Removing intermediate container bfd924db63fe [2021-01-19T17:15:15.221Z] ---> 8992001dd4c4 [2021-01-19T17:15:15.221Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:15:15.221Z] Removing intermediate container d4c925732687 [2021-01-19T17:15:15.221Z] ---> 70672ff76192 [2021-01-19T17:15:15.221Z] Step 23/24 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:15:15.501Z] Successfully built d138ef323c6b [2021-01-19T17:15:15.501Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T17:15:15.501Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:15:15.501Z] Building docker-security-secretstore-setup-go [2021-01-19T17:15:15.501Z] ---> Running in 791d63064999 [2021-01-19T17:15:15.501Z] ---> Running in 5ab80309c68c [2021-01-19T17:15:15.780Z] Removing intermediate container cff321a4f724 [2021-01-19T17:15:15.780Z] ---> 244b9554553c [2021-01-19T17:15:15.780Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:15:15.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:15:16.064Z] ---> Running in f37f00279410 [2021-01-19T17:15:16.347Z] Removing intermediate container 791d63064999 [2021-01-19T17:15:16.347Z] ---> 0f461c5d8a17 [2021-01-19T17:15:16.347Z] [2021-01-19T17:15:16.347Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:15:16.347Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:15:16.347Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:15:16.347Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:15:16.347Z] OK: 12 MiB in 22 packages [2021-01-19T17:15:16.619Z] Removing intermediate container 5ab80309c68c [2021-01-19T17:15:16.619Z] ---> c1dd9530ada0 [2021-01-19T17:15:16.619Z] Successfully built 0f461c5d8a17 [2021-01-19T17:15:16.619Z] Step 24/24 : LABEL version=2.0.0-dev.45 [2021-01-19T17:15:16.619Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T17:15:16.619Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-19T17:15:16.893Z] Removing intermediate container f37f00279410 [2021-01-19T17:15:16.893Z] ---> f1f80466051e [2021-01-19T17:15:16.893Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:17.174Z] ---> Running in 7db595c9be76 [2021-01-19T17:15:17.174Z] ---> Running in 102f369c9fae [2021-01-19T17:15:18.161Z] Removing intermediate container 7db595c9be76 [2021-01-19T17:15:18.161Z] ---> ee1f4740eb36 [2021-01-19T17:15:18.161Z] [2021-01-19T17:15:18.436Z] Removing intermediate container 383db19d1373 [2021-01-19T17:15:18.436Z] ---> 5979d6ded7ce [2021-01-19T17:15:18.436Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:15:18.436Z] Successfully built ee1f4740eb36 [2021-01-19T17:15:18.436Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T17:15:18.436Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-19T17:15:19.039Z] ---> Running in cb030dd753ab [2021-01-19T17:15:20.028Z] Removing intermediate container cb030dd753ab [2021-01-19T17:15:20.028Z] ---> c5c9ae770d0f [2021-01-19T17:15:20.028Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:15:20.646Z] Removing intermediate container 102f369c9fae [2021-01-19T17:15:20.646Z] ---> 08773c485fe3 [2021-01-19T17:15:20.646Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:15:20.646Z] ---> Running in 4cc5d21c594b [2021-01-19T17:15:22.103Z] ---> Running in 96327f3cecb7 [2021-01-19T17:15:22.103Z] Removing intermediate container 4cc5d21c594b [2021-01-19T17:15:22.103Z] ---> 2089d30baf85 [2021-01-19T17:15:22.103Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:15:23.553Z] ---> Running in 55ea721ffb24 [2021-01-19T17:15:24.539Z] Removing intermediate container 55ea721ffb24 [2021-01-19T17:15:24.539Z] ---> d9edb0284ccb [2021-01-19T17:15:24.539Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:15:24.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:15:25.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:15:26.410Z] ---> b1ba1998cbc8 [2021-01-19T17:15:26.410Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:26.410Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:15:26.410Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:15:26.687Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:15:26.961Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:15:27.237Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:15:27.237Z] ---> 5c3a8e60a885 [2021-01-19T17:15:27.237Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:15:27.237Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:15:27.237Z] OK: 8 MiB in 19 packages [2021-01-19T17:15:28.676Z] ---> a509c2d80149 [2021-01-19T17:15:28.676Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:15:28.676Z] ---> Running in ec0dda6bd3e3 [2021-01-19T17:15:28.954Z] Removing intermediate container 96327f3cecb7 [2021-01-19T17:15:28.954Z] ---> 952d3b5ee9e3 [2021-01-19T17:15:28.954Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:30.687Z] ---> f89891fd0349 [2021-01-19T17:15:30.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:15:30.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:15:30.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:15:31.665Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:15:31.665Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:15:31.665Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:15:31.665Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:15:31.665Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:15:31.665Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:15:31.665Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:15:33.735Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:15:33.735Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:15:33.735Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:15:33.735Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:15:34.014Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:15:34.014Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:15:34.014Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:15:34.014Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:15:34.014Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:15:34.298Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:15:34.298Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:15:34.298Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:15:34.298Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:15:34.298Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:15:34.298Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:15:34.574Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:15:34.574Z] ---> ebf2ddf3fa5b [2021-01-19T17:15:34.574Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:34.574Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:15:34.574Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:15:34.574Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:15:34.854Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:15:34.854Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:15:34.854Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:15:34.854Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:15:34.854Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:15:34.854Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:15:34.854Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:15:35.130Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:15:35.130Z] OK: 71 MiB in 55 packages [2021-01-19T17:15:37.153Z] ---> f4b3446c8b7b [2021-01-19T17:15:37.153Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:15:37.153Z] ---> Running in e0fde62d4cd2 [2021-01-19T17:15:38.615Z] Removing intermediate container e0fde62d4cd2 [2021-01-19T17:15:38.615Z] ---> 3649b7dc4fa8 [2021-01-19T17:15:38.615Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:39.231Z] ---> Running in d287b12867ed [2021-01-19T17:15:40.228Z] Removing intermediate container d287b12867ed [2021-01-19T17:15:40.228Z] ---> 885ff2b7aac2 [2021-01-19T17:15:40.228Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T17:15:41.226Z] ---> Running in 9ba0858f1887 [2021-01-19T17:15:41.501Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:41.501Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:41.501Z] ---> 330c96fb9f0e [2021-01-19T17:15:41.501Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:15:41.501Z] ---> Using cache [2021-01-19T17:15:41.501Z] ---> ceb4a479be71 [2021-01-19T17:15:41.501Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:41.501Z] ---> Using cache [2021-01-19T17:15:41.501Z] ---> a63b0e9eec95 [2021-01-19T17:15:41.501Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:15:41.501Z] ---> Using cache [2021-01-19T17:15:41.501Z] ---> 89a2cded5b38 [2021-01-19T17:15:41.501Z] Step 6/24 : COPY go.mod . [2021-01-19T17:15:41.501Z] ---> Using cache [2021-01-19T17:15:41.501Z] ---> 8dc5ca9e6e2e [2021-01-19T17:15:41.501Z] Step 7/24 : RUN go mod download [2021-01-19T17:15:41.501Z] ---> Using cache [2021-01-19T17:15:41.501Z] ---> 615113a9e087 [2021-01-19T17:15:41.501Z] Step 8/24 : COPY . . [2021-01-19T17:15:41.781Z] ---> Using cache [2021-01-19T17:15:41.781Z] ---> 2e52ba94612e [2021-01-19T17:15:41.781Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:15:42.784Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:42.784Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:42.784Z] ---> 330c96fb9f0e [2021-01-19T17:15:42.784Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:15:42.784Z] ---> Using cache [2021-01-19T17:15:42.784Z] ---> ceb4a479be71 [2021-01-19T17:15:42.784Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:42.784Z] ---> Using cache [2021-01-19T17:15:42.784Z] ---> a63b0e9eec95 [2021-01-19T17:15:42.784Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:15:42.784Z] ---> Using cache [2021-01-19T17:15:42.784Z] ---> 89a2cded5b38 [2021-01-19T17:15:42.784Z] Step 6/22 : COPY go.mod . [2021-01-19T17:15:42.784Z] ---> Using cache [2021-01-19T17:15:42.784Z] ---> 8dc5ca9e6e2e [2021-01-19T17:15:42.784Z] Step 7/22 : RUN go mod download [2021-01-19T17:15:42.784Z] ---> Using cache [2021-01-19T17:15:42.784Z] ---> 615113a9e087 [2021-01-19T17:15:42.784Z] Step 8/22 : COPY . . [2021-01-19T17:15:42.784Z] ---> Running in cc9430857cfe [2021-01-19T17:15:42.784Z] Removing intermediate container 9ba0858f1887 [2021-01-19T17:15:42.784Z] ---> 24d9dc8fc470 [2021-01-19T17:15:42.784Z] Step 22/23 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:15:42.784Z] ---> Using cache [2021-01-19T17:15:42.784Z] ---> 2e52ba94612e [2021-01-19T17:15:43.064Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:15:43.661Z] ---> Running in 51e90e9ee71a [2021-01-19T17:15:43.661Z] ---> Running in 95477298a0fe [2021-01-19T17:15:44.658Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:44.658Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:44.658Z] ---> 330c96fb9f0e [2021-01-19T17:15:44.658Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:15:44.658Z] ---> Using cache [2021-01-19T17:15:44.658Z] ---> ceb4a479be71 [2021-01-19T17:15:44.658Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:44.658Z] ---> Using cache [2021-01-19T17:15:44.659Z] ---> a63b0e9eec95 [2021-01-19T17:15:44.659Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:15:44.659Z] ---> Using cache [2021-01-19T17:15:44.659Z] ---> 89a2cded5b38 [2021-01-19T17:15:44.659Z] Step 6/21 : COPY go.mod . [2021-01-19T17:15:44.659Z] ---> Using cache [2021-01-19T17:15:44.659Z] ---> 8dc5ca9e6e2e [2021-01-19T17:15:44.659Z] Step 7/21 : RUN go mod download [2021-01-19T17:15:44.659Z] ---> Using cache [2021-01-19T17:15:44.659Z] ---> 615113a9e087 [2021-01-19T17:15:44.659Z] Step 8/21 : COPY . . [2021-01-19T17:15:44.953Z] Removing intermediate container 51e90e9ee71a [2021-01-19T17:15:44.953Z] ---> f67d71975d09 [2021-01-19T17:15:44.953Z] Step 23/23 : LABEL version=2.0.0-dev.45 [2021-01-19T17:15:44.953Z] ---> Using cache [2021-01-19T17:15:44.953Z] ---> 2e52ba94612e [2021-01-19T17:15:44.953Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:15:44.953Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T17:15:45.231Z] ---> Running in ba7c1838d48f [2021-01-19T17:15:45.231Z] ---> Running in d041391c4723 [2021-01-19T17:15:45.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T17:15:46.961Z] Removing intermediate container ba7c1838d48f [2021-01-19T17:15:46.961Z] ---> 9193c81c7392 [2021-01-19T17:15:46.961Z] [2021-01-19T17:15:47.240Z] Successfully built 9193c81c7392 [2021-01-19T17:15:47.240Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T17:15:47.240Z] Building docker-core-command-go [2021-01-19T17:15:47.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T17:15:47.795Z]  Building docker-core-data-go ... done Removing intermediate container ec0dda6bd3e3 [2021-01-19T17:15:47.795Z] ---> d7e646a8599c [2021-01-19T17:15:47.795Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:15:48.072Z] ---> Running in eb20aca35b5c [2021-01-19T17:15:56.408Z] Collecting docker-compose==1.23.2 [2021-01-19T17:15:56.408Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:15:58.398Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:15:58.398Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:15:59.391Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:15:59.391Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:16:03.719Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:16:03.719Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:16:03.719Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:03.719Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:03.719Z] ---> 330c96fb9f0e [2021-01-19T17:16:03.719Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:16:03.719Z] ---> Using cache [2021-01-19T17:16:03.719Z] ---> ceb4a479be71 [2021-01-19T17:16:03.719Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:03.719Z] ---> Using cache [2021-01-19T17:16:03.719Z] ---> a63b0e9eec95 [2021-01-19T17:16:03.719Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:16:03.719Z] ---> Using cache [2021-01-19T17:16:03.719Z] ---> 89a2cded5b38 [2021-01-19T17:16:03.719Z] Step 6/22 : COPY go.mod . [2021-01-19T17:16:03.719Z] ---> Using cache [2021-01-19T17:16:03.719Z] ---> 8dc5ca9e6e2e [2021-01-19T17:16:03.719Z] Step 7/22 : RUN go mod download [2021-01-19T17:16:03.719Z] ---> Using cache [2021-01-19T17:16:03.719Z] ---> 615113a9e087 [2021-01-19T17:16:03.719Z] Step 8/22 : COPY . . [2021-01-19T17:16:03.719Z] ---> Using cache [2021-01-19T17:16:03.719Z] ---> 2e52ba94612e [2021-01-19T17:16:03.719Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:16:05.097Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:05.097Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:05.097Z] ---> 95e9c319de99 [2021-01-19T17:16:05.097Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:16:05.097Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:05.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:05.097Z] ---> 95e9c319de99 [2021-01-19T17:16:05.097Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:16:05.097Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:05.097Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:05.097Z] ---> 95e9c319de99 [2021-01-19T17:16:05.097Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:16:05.097Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:05.097Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:05.097Z] ---> 95e9c319de99 [2021-01-19T17:16:05.097Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:16:05.097Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:05.097Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:16:05.097Z] ---> 95e9c319de99 [2021-01-19T17:16:05.097Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:16:05.097Z] ---> Running in 64d52d7a5e00 [2021-01-19T17:16:05.097Z] ---> Running in 23c6e39b1e54 [2021-01-19T17:16:05.097Z] ---> Running in 21c5e63f837e [2021-01-19T17:16:05.098Z] ---> Running in c85d309f3762 [2021-01-19T17:16:05.098Z] ---> Running in 784c8702fa84 [2021-01-19T17:16:05.098Z] Removing intermediate container c85d309f3762 [2021-01-19T17:16:05.098Z] ---> 74814ec45ae0 [2021-01-19T17:16:05.098Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:05.098Z] Removing intermediate container 64d52d7a5e00 [2021-01-19T17:16:05.098Z] ---> 1741b260710b [2021-01-19T17:16:05.098Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:05.098Z] Removing intermediate container 784c8702fa84 [2021-01-19T17:16:05.098Z] ---> 329f00df4b44 [2021-01-19T17:16:05.098Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:05.098Z] Removing intermediate container 23c6e39b1e54 [2021-01-19T17:16:05.098Z] ---> 12268a7b10ac [2021-01-19T17:16:05.098Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:05.098Z] Removing intermediate container 21c5e63f837e [2021-01-19T17:16:05.098Z] ---> cf8972ac7a66 [2021-01-19T17:16:05.098Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:16:05.098Z] ---> Running in fe5d484631bb [2021-01-19T17:16:05.098Z] ---> Running in d6e7dbb06752 [2021-01-19T17:16:05.098Z] ---> Running in e9668cc0a841 [2021-01-19T17:16:05.098Z] ---> Running in 2cdfdadc9bb5 [2021-01-19T17:16:05.098Z] ---> Running in eea0542fc103 [2021-01-19T17:16:05.098Z] Removing intermediate container eea0542fc103 [2021-01-19T17:16:05.098Z] ---> 775e128819b3 [2021-01-19T17:16:05.098Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:16:05.098Z] ---> Running in a7225f400066 [2021-01-19T17:16:05.098Z] Removing intermediate container 2cdfdadc9bb5 [2021-01-19T17:16:05.098Z] ---> cf72a9e26323 [2021-01-19T17:16:05.098Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:16:05.098Z] Removing intermediate container e9668cc0a841 [2021-01-19T17:16:05.098Z] ---> 6e667ddc9f40 [2021-01-19T17:16:05.098Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:16:05.098Z] ---> Running in d2c0328d142d [2021-01-19T17:16:05.098Z] Removing intermediate container fe5d484631bb [2021-01-19T17:16:05.098Z] ---> e34232d5221f [2021-01-19T17:16:05.098Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:16:05.098Z] Removing intermediate container d6e7dbb06752 [2021-01-19T17:16:05.098Z] ---> 3185211e7039 [2021-01-19T17:16:05.098Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:16:05.098Z] ---> Running in bf9411463fbb [2021-01-19T17:16:05.165Z] ---> Running in a5a3b0f6ce12 [2021-01-19T17:16:05.391Z] ---> Running in d661675c0fc6 [2021-01-19T17:16:05.391Z] ---> Running in 2f38f76ff3dc [2021-01-19T17:16:06.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:06.611Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:16:06.611Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:16:06.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:06.889Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T17:16:07.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:07.151Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:07.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:07.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:07.871Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:16:07.871Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:16:08.039Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:08.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:08.334Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:08.473Z] 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-01-19T17:16:08.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:09.456Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:16:09.456Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:16:09.604Z] OK: 233 MiB in 51 packages [2021-01-19T17:16:09.604Z] OK: 233 MiB in 51 packages [2021-01-19T17:16:09.735Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:16:10.009Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:16:10.394Z] OK: 233 MiB in 51 packages [2021-01-19T17:16:10.394Z] OK: 233 MiB in 51 packages [2021-01-19T17:16:10.394Z] OK: 233 MiB in 51 packages [2021-01-19T17:16:11.112Z] Removing intermediate container 2f38f76ff3dc [2021-01-19T17:16:11.112Z] ---> 56f5c71e266b [2021-01-19T17:16:11.112Z] Step 6/22 : COPY go.mod . [2021-01-19T17:16:11.398Z] Removing intermediate container bf9411463fbb [2021-01-19T17:16:11.398Z] ---> 70a7c0f7f495 [2021-01-19T17:16:11.398Z] Step 6/24 : COPY go.mod . [2021-01-19T17:16:12.040Z] Removing intermediate container d661675c0fc6 [2021-01-19T17:16:12.040Z] ---> 3853441cebc3 [2021-01-19T17:16:12.040Z] Step 6/21 : COPY go.mod . [2021-01-19T17:16:12.040Z] ---> deb0f3e06f53 [2021-01-19T17:16:12.040Z] Step 7/24 : RUN go mod download [2021-01-19T17:16:12.040Z] ---> 351fb0d6a173 [2021-01-19T17:16:12.040Z] Step 7/22 : RUN go mod download [2021-01-19T17:16:12.040Z] Removing intermediate container d2c0328d142d [2021-01-19T17:16:12.040Z] ---> 81db2e988a0a [2021-01-19T17:16:12.040Z] Step 6/23 : COPY go.mod . [2021-01-19T17:16:12.348Z] ---> Running in 5e7168d14128 [2021-01-19T17:16:12.348Z] ---> Running in 677c1d38c3a8 [2021-01-19T17:16:12.348Z] Removing intermediate container a7225f400066 [2021-01-19T17:16:12.348Z] ---> 35c263d91326 [2021-01-19T17:16:12.348Z] Step 6/21 : COPY go.mod . [2021-01-19T17:16:13.041Z] ---> 76091625f57b [2021-01-19T17:16:13.042Z] Step 7/21 : RUN go mod download [2021-01-19T17:16:13.042Z] ---> 641155faa404 [2021-01-19T17:16:13.042Z] Step 7/23 : RUN go mod download [2021-01-19T17:16:13.042Z] ---> Running in 4cad6cab3180 [2021-01-19T17:16:13.341Z] ---> Running in ceaad43beddf [2021-01-19T17:16:13.660Z] ---> 7e196172e527 [2021-01-19T17:16:13.660Z] Step 7/21 : RUN go mod download [2021-01-19T17:16:13.660Z] ---> Running in 37111597233f [2021-01-19T17:16:14.330Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:16:14.330Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:16:18.465Z] Removing intermediate container ceaad43beddf [2021-01-19T17:16:18.465Z] ---> 7553ce2b3594 [2021-01-19T17:16:18.465Z] Step 8/23 : COPY . . [2021-01-19T17:16:18.465Z] Removing intermediate container 5e7168d14128 [2021-01-19T17:16:18.465Z] ---> 28d7facca4a0 [2021-01-19T17:16:18.465Z] Step 8/24 : COPY . . [2021-01-19T17:16:18.465Z] Removing intermediate container 677c1d38c3a8 [2021-01-19T17:16:18.465Z] ---> 98c32377bca9 [2021-01-19T17:16:18.465Z] Step 8/22 : COPY . . [2021-01-19T17:16:18.465Z] Removing intermediate container 4cad6cab3180 [2021-01-19T17:16:18.465Z] ---> 5be8bd75117e [2021-01-19T17:16:18.465Z] Step 8/21 : COPY . . [2021-01-19T17:16:18.465Z] Removing intermediate container 37111597233f [2021-01-19T17:16:18.465Z] ---> dbde851da895 [2021-01-19T17:16:18.465Z] Step 8/21 : COPY . . [2021-01-19T17:16:18.645Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:16:18.645Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:16:19.247Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:16:19.523Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:16:20.122Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:16:20.122Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:16:20.122Z] 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-01-19T17:16:20.122Z] 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-01-19T17:16:20.396Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:16:20.396Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:16:20.674Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:16:20.674Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:16:20.674Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:16:20.674Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:16:22.115Z] Installing collected packages: urllib3, idna, requests, docopt, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, texttable, PyYAML, cached-property, docker-compose [2021-01-19T17:16:22.115Z] Attempting uninstall: urllib3 [2021-01-19T17:16:22.115Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:16:22.115Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:16:22.398Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:16:23.388Z] Attempting uninstall: idna [2021-01-19T17:16:23.388Z] Found existing installation: idna 2.9 [2021-01-19T17:16:23.388Z] Uninstalling idna-2.9: [2021-01-19T17:16:23.388Z] Successfully uninstalled idna-2.9 [2021-01-19T17:16:24.378Z] Attempting uninstall: requests [2021-01-19T17:16:24.378Z] Found existing installation: requests 2.23.0 [2021-01-19T17:16:24.378Z] Uninstalling requests-2.23.0: [2021-01-19T17:16:24.378Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:16:24.991Z] Running setup.py install for docopt: started [2021-01-19T17:16:28.425Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:16:28.425Z] Running setup.py install for dockerpty: started [2021-01-19T17:16:31.055Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:16:33.039Z] Running setup.py install for texttable: started [2021-01-19T17:16:36.445Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:16:36.445Z] Running setup.py install for PyYAML: started [2021-01-19T17:16:39.081Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:16:40.524Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-19T17:16:47.268Z] Removing intermediate container eb20aca35b5c [2021-01-19T17:16:47.268Z] ---> 46e3e6c371c5 [2021-01-19T17:16:47.268Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:16:47.268Z] ---> Running in 075f9fd1d6f9 [2021-01-19T17:16:49.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:16:49.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:16:49.946Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:16:49.946Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:16:49.946Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:16:49.946Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:16:50.234Z] OK: 71 MiB in 58 packages [2021-01-19T17:16:52.326Z] Removing intermediate container 075f9fd1d6f9 [2021-01-19T17:16:52.326Z] ---> 42d849665fb4 [2021-01-19T17:16:52.326Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:16:52.326Z] ---> Running in 438832c1b28b [2021-01-19T17:16:53.306Z] Removing intermediate container 438832c1b28b [2021-01-19T17:16:53.306Z] ---> fe53cc47e9e5 [2021-01-19T17:16:53.306Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:16:53.306Z] ---> Running in 1a337b612cb4 [2021-01-19T17:16:53.908Z] Removing intermediate container 1a337b612cb4 [2021-01-19T17:16:53.908Z] ---> e20dea7ac0c4 [2021-01-19T17:16:53.908Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T17:16:54.183Z] ---> Running in dd010395f4a2 [2021-01-19T17:16:54.783Z] Removing intermediate container dd010395f4a2 [2021-01-19T17:16:54.784Z] ---> 00eb416ae1b5 [2021-01-19T17:16:54.784Z] Step 25/26 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:16:55.064Z] ---> Running in fa9d6734cb0c [2021-01-19T17:16:56.048Z] Removing intermediate container fa9d6734cb0c [2021-01-19T17:16:56.048Z] ---> 8312ea27c74d [2021-01-19T17:16:56.048Z] Step 26/26 : LABEL version=2.0.0-dev.45 [2021-01-19T17:16:56.048Z] ---> Running in c21ccd4d2d3b [2021-01-19T17:16:56.666Z] Removing intermediate container c21ccd4d2d3b [2021-01-19T17:16:56.666Z] ---> e3972c85b12b [2021-01-19T17:16:56.666Z] [2021-01-19T17:16:57.267Z] Successfully built e3972c85b12b [2021-01-19T17:16:57.267Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T17:17:04.005Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T17:17:08.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T17:17:20.802Z] Removing intermediate container cc9430857cfe [2021-01-19T17:17:20.802Z] ---> 938c4708f10a [2021-01-19T17:17:20.802Z] [2021-01-19T17:17:20.802Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:17:20.802Z] ---> afeebe901d6b [2021-01-19T17:17:20.802Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:17:20.802Z] ---> Using cache [2021-01-19T17:17:20.802Z] ---> edc31f0989b7 [2021-01-19T17:17:20.802Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:17:20.802Z] ---> Running in 012e1eb5ee87 [2021-01-19T17:17:20.802Z] Removing intermediate container 012e1eb5ee87 [2021-01-19T17:17:20.802Z] ---> bffaacc3b359 [2021-01-19T17:17:20.802Z] Step 13/24 : WORKDIR / [2021-01-19T17:17:20.802Z] ---> Running in 48760990e447 [2021-01-19T17:17:21.078Z] Removing intermediate container 48760990e447 [2021-01-19T17:17:21.078Z] ---> b0c51d1fed65 [2021-01-19T17:17:21.078Z] 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-01-19T17:17:22.521Z] ---> faed574606a0 [2021-01-19T17:17:22.521Z] 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-01-19T17:17:24.506Z] ---> 489a0bb81232 [2021-01-19T17:17:24.506Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:17:24.784Z] Removing intermediate container d041391c4723 [2021-01-19T17:17:24.784Z] ---> 4124fbc6ddd0 [2021-01-19T17:17:24.784Z] [2021-01-19T17:17:24.784Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:17:24.784Z] ---> afeebe901d6b [2021-01-19T17:17:24.784Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:17:25.378Z] ---> Running in 2eb72440bef0 [2021-01-19T17:17:25.654Z] ---> 101b04ee2b19 [2021-01-19T17:17:25.654Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:17:27.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:17:27.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:17:27.365Z] ---> 66081b8cee5e [2021-01-19T17:17:27.365Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:17:27.964Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:17:28.243Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:17:28.243Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:17:28.243Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:17:28.243Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:28.243Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:17:28.524Z] OK: 7 MiB in 18 packages [2021-01-19T17:17:29.518Z] ---> 3a30f70e611f [2021-01-19T17:17:29.518Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:17:30.504Z] ---> 2e5d6dc4ea13 [2021-01-19T17:17:30.504Z] 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-01-19T17:17:30.782Z] ---> Running in 267654f015b7 [2021-01-19T17:17:31.063Z] Removing intermediate container 2eb72440bef0 [2021-01-19T17:17:31.063Z] ---> 2b61d964c59d [2021-01-19T17:17:31.063Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:17:31.335Z] ---> Running in ef7d53d99bc7 [2021-01-19T17:17:32.316Z] Removing intermediate container ef7d53d99bc7 [2021-01-19T17:17:32.316Z] ---> c5a120e62114 [2021-01-19T17:17:32.316Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:17:33.294Z] ---> Running in 841f5c7b9c06 [2021-01-19T17:17:34.270Z] Removing intermediate container a5a3b0f6ce12 [2021-01-19T17:17:34.270Z] ---> dd53ce5055ce [2021-01-19T17:17:34.270Z] [2021-01-19T17:17:34.270Z] Step 10/22 : FROM scratch [2021-01-19T17:17:34.270Z] ---> [2021-01-19T17:17:34.270Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:17:34.270Z] Removing intermediate container 841f5c7b9c06 [2021-01-19T17:17:34.270Z] ---> ed82c8093f5a [2021-01-19T17:17:34.270Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:17:34.270Z] ---> Using cache [2021-01-19T17:17:34.270Z] ---> 9add1796a704 [2021-01-19T17:17:34.270Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:17:34.540Z] Removing intermediate container 267654f015b7 [2021-01-19T17:17:34.540Z] ---> 3008f177bcb3 [2021-01-19T17:17:34.540Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:17:34.540Z] ---> Running in 26903f655f6c [2021-01-19T17:17:34.812Z] ---> Running in 5d1e876f4b1c [2021-01-19T17:17:35.407Z] ---> 312626e52e6f [2021-01-19T17:17:35.407Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:17:35.407Z] Removing intermediate container 26903f655f6c [2021-01-19T17:17:35.407Z] ---> 9854a14b4635 [2021-01-19T17:17:35.407Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:17:36.001Z] ---> Running in df500e4b3fc4 [2021-01-19T17:17:36.001Z] Removing intermediate container 5d1e876f4b1c [2021-01-19T17:17:36.001Z] ---> 6806005c5187 [2021-01-19T17:17:36.001Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:17:36.598Z] ---> Running in 6f5d007fab50 [2021-01-19T17:17:36.871Z] Removing intermediate container df500e4b3fc4 [2021-01-19T17:17:36.871Z] ---> 1d36786d414a [2021-01-19T17:17:36.871Z] Step 14/22 : WORKDIR / [2021-01-19T17:17:36.871Z] ---> 059097366cc2 [2021-01-19T17:17:36.871Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:17:36.871Z] ---> Running in 810a2480a28e [2021-01-19T17:17:37.142Z] Removing intermediate container 95477298a0fe [2021-01-19T17:17:37.142Z] ---> 7eff1d789e26 [2021-01-19T17:17:37.142Z] [2021-01-19T17:17:37.142Z] Step 10/22 : FROM scratch [2021-01-19T17:17:37.142Z] ---> [2021-01-19T17:17:37.142Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:17:37.413Z] ---> Using cache [2021-01-19T17:17:37.413Z] ---> 9add1796a704 [2021-01-19T17:17:37.413Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:17:38.010Z] Removing intermediate container 6f5d007fab50 [2021-01-19T17:17:38.010Z] ---> 5c9dccbbdc75 [2021-01-19T17:17:38.010Z] Step 23/24 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:17:38.010Z] ---> Running in f8046de6349f [2021-01-19T17:17:38.010Z] Removing intermediate container 810a2480a28e [2021-01-19T17:17:38.010Z] ---> 589d49a2c8cc [2021-01-19T17:17:38.010Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:17:38.010Z] ---> Running in 0ffe4da10f55 [2021-01-19T17:17:38.291Z] ---> e9f86f345dca [2021-01-19T17:17:38.291Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:17:38.291Z] ---> Running in 9015cd696c68 [2021-01-19T17:17:38.567Z] Removing intermediate container f8046de6349f [2021-01-19T17:17:38.567Z] ---> cdb14a27d4fa [2021-01-19T17:17:38.567Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:17:38.567Z] ---> Running in d585c9217d55 [2021-01-19T17:17:38.838Z] Removing intermediate container 0ffe4da10f55 [2021-01-19T17:17:38.838Z] ---> 012d11db985a [2021-01-19T17:17:38.838Z] Step 24/24 : LABEL version=2.0.0-dev.45 [2021-01-19T17:17:38.838Z] ---> 097778de320f [2021-01-19T17:17:38.838Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:17:39.109Z] ---> Running in eba409f85dec [2021-01-19T17:17:39.109Z] Removing intermediate container 9015cd696c68 [2021-01-19T17:17:39.109Z] ---> bab7e7d0287c [2021-01-19T17:17:39.109Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:17:39.386Z] Removing intermediate container d585c9217d55 [2021-01-19T17:17:39.386Z] ---> d5b16101d5b3 [2021-01-19T17:17:39.386Z] Step 14/22 : WORKDIR / [2021-01-19T17:17:39.386Z] ---> Running in 34391bb07e5a [2021-01-19T17:17:39.386Z] ---> Running in 0ff8f607e2be [2021-01-19T17:17:39.661Z] Removing intermediate container eba409f85dec [2021-01-19T17:17:39.661Z] ---> a1cefd20b4f7 [2021-01-19T17:17:39.661Z] [2021-01-19T17:17:39.933Z] Removing intermediate container 34391bb07e5a [2021-01-19T17:17:39.933Z] ---> a6e401f8c77f [2021-01-19T17:17:39.933Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:17:40.207Z] Successfully built a1cefd20b4f7 [2021-01-19T17:17:40.207Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T17:17:40.207Z]  Building docker-security-secretstore-setup-go ... done  ---> 28a364bb8e25 [2021-01-19T17:17:40.207Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:17:40.207Z] ---> Running in c29d37762455 [2021-01-19T17:17:40.483Z] Removing intermediate container 0ff8f607e2be [2021-01-19T17:17:40.483Z] ---> 14857f499780 [2021-01-19T17:17:40.483Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:17:41.074Z] Removing intermediate container c29d37762455 [2021-01-19T17:17:41.074Z] ---> e9a0fc44c428 [2021-01-19T17:17:41.074Z] Step 20/21 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:17:41.074Z] ---> be86374cc71f [2021-01-19T17:17:41.074Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:17:41.074Z] ---> Running in a80bdcf9d57a [2021-01-19T17:17:41.345Z] ---> 2aed91814ef4 [2021-01-19T17:17:41.345Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:17:41.345Z] ---> Running in c1fb3fd6a58b [2021-01-19T17:17:41.644Z] Removing intermediate container a80bdcf9d57a [2021-01-19T17:17:41.644Z] ---> bd7cf868adea [2021-01-19T17:17:41.644Z] Step 21/21 : LABEL version=2.0.0-dev.45 [2021-01-19T17:17:41.915Z] Removing intermediate container c1fb3fd6a58b [2021-01-19T17:17:41.915Z] ---> f0f70bf385ca [2021-01-19T17:17:41.915Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:17:42.193Z] ---> Running in a83c356a68f3 [2021-01-19T17:17:42.193Z] ---> Running in fdd35584f4cf [2021-01-19T17:17:42.347Z] ---> 149932948cfe [2021-01-19T17:17:42.347Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:17:42.347Z] ---> 0e3a256c46d4 [2021-01-19T17:17:42.347Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:17:42.347Z] ---> 7a658328c166 [2021-01-19T17:17:42.347Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:17:42.347Z] ---> bddd849ee4c1 [2021-01-19T17:17:42.347Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:17:42.347Z] ---> a6400d5c6111 [2021-01-19T17:17:42.347Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:17:42.347Z] ---> Running in a21766f39f2b [2021-01-19T17:17:42.347Z] ---> Running in e8f00e3d19de [2021-01-19T17:17:42.347Z] ---> Running in 72121503702e [2021-01-19T17:17:42.347Z] ---> Running in ccae45507b9a [2021-01-19T17:17:42.347Z] ---> Running in 73b9e47b9581 [2021-01-19T17:17:42.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T17:17:42.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T17:17:42.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T17:17:42.347Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T17:17:42.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T17:17:42.471Z] ---> 7ef12e13a00a [2021-01-19T17:17:42.471Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:17:42.743Z] Removing intermediate container a83c356a68f3 [2021-01-19T17:17:42.743Z] ---> 997d2fe4ffb7 [2021-01-19T17:17:42.743Z] [2021-01-19T17:17:42.743Z] Removing intermediate container fdd35584f4cf [2021-01-19T17:17:42.743Z] ---> 67cd32a7bad1 [2021-01-19T17:17:42.743Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:17:43.017Z] Successfully built 997d2fe4ffb7 [2021-01-19T17:17:43.017Z] ---> Running in 29eb0b1af984 [2021-01-19T17:17:43.017Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T17:17:43.290Z]  Building docker-security-proxy-setup-go ... done  ---> e5a63277eaea [2021-01-19T17:17:43.290Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:17:43.562Z] ---> Running in c4250b91fc42 [2021-01-19T17:17:43.562Z] Removing intermediate container 29eb0b1af984 [2021-01-19T17:17:43.562Z] ---> b4146a3af150 [2021-01-19T17:17:43.562Z] Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:17:43.833Z] ---> Running in 2c555cd1f0b3 [2021-01-19T17:17:44.107Z] Removing intermediate container c4250b91fc42 [2021-01-19T17:17:44.107Z] ---> b82d8498c4bf [2021-01-19T17:17:44.107Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:17:44.107Z] ---> Running in a8c2da51396d [2021-01-19T17:17:44.379Z] Removing intermediate container 2c555cd1f0b3 [2021-01-19T17:17:44.379Z] ---> ff305f89e4ce [2021-01-19T17:17:44.379Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:17:44.379Z] ---> Running in ad5056f7b2f0 [2021-01-19T17:17:44.648Z] Removing intermediate container a8c2da51396d [2021-01-19T17:17:44.648Z] ---> 1d30641e6364 [2021-01-19T17:17:44.648Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:17:44.924Z] ---> Running in d26333ab5a40 [2021-01-19T17:17:44.924Z] Removing intermediate container ad5056f7b2f0 [2021-01-19T17:17:44.924Z] ---> ab21ea435094 [2021-01-19T17:17:44.924Z] [2021-01-19T17:17:45.194Z] Successfully built ab21ea435094 [2021-01-19T17:17:45.470Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T17:17:45.470Z]  Building docker-core-command-go ... done Removing intermediate container d26333ab5a40 [2021-01-19T17:17:45.470Z] ---> d9b0e7e70dd6 [2021-01-19T17:17:45.470Z] Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:17:45.743Z] ---> Running in 25c5b2d46d32 [2021-01-19T17:17:46.011Z] Removing intermediate container 25c5b2d46d32 [2021-01-19T17:17:46.011Z] ---> 82aa15d9968b [2021-01-19T17:17:46.011Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:17:46.284Z] ---> Running in ee8cb8cd8205 [2021-01-19T17:17:46.557Z] Removing intermediate container ee8cb8cd8205 [2021-01-19T17:17:46.557Z] ---> 2a447b3a9b5c [2021-01-19T17:17:46.557Z] [2021-01-19T17:17:47.149Z] Successfully built 2a447b3a9b5c [2021-01-19T17:17:47.149Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T17:17:47.435Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-19T17:17:47.446Z] $ docker stop --time=1 cbf488d428edf6824d4321e3a1071d4f1367abb74c8e629d83ca1d8565298b3e [2021-01-19T17:17:49.334Z] $ docker rm -f cbf488d428edf6824d4321e3a1071d4f1367abb74c8e629d83ca1d8565298b3e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:17:49.958Z] + docker images [2021-01-19T17:17:49.958Z] + grep docker [2021-01-19T17:17:50.230Z] docker-core-metadata-go-arm64 latest 2a447b3a9b5c 4 seconds ago 12.3MB [2021-01-19T17:17:50.230Z] docker-core-command-go-arm64 latest ab21ea435094 6 seconds ago 9.98MB [2021-01-19T17:17:50.230Z] docker-security-proxy-setup-go-arm64 latest 997d2fe4ffb7 8 seconds ago 23.2MB [2021-01-19T17:17:50.230Z] docker-security-secretstore-setup-go-arm64 latest a1cefd20b4f7 11 seconds ago 23.4MB [2021-01-19T17:17:50.230Z] docker-sys-mgmt-agent-go-arm64 latest e3972c85b12b 54 seconds ago 300MB [2021-01-19T17:17:50.230Z] docker-core-data-go-arm64 latest 9193c81c7392 2 minutes ago 21MB [2021-01-19T17:17:50.230Z] docker-support-notifications-go-arm64 latest ee1f4740eb36 2 minutes ago 11.4MB [2021-01-19T17:17:50.230Z] docker-security-bootstrap-redis-go-arm64 latest 0f461c5d8a17 2 minutes ago 15.1MB [2021-01-19T17:17:50.230Z] docker-support-scheduler-go-arm64 latest d138ef323c6b 2 minutes ago 10MB [2021-01-19T17:17:50.231Z] docker 20.10.0 eeaf43b92773 5 weeks 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-01-19T17:17:50.810Z] provisioning config files... [2021-01-19T17:17:50.846Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/304@tmp/config2504699673403433703tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:17:51.241Z] ---> docker-login.sh [2021-01-19T17:17:51.241Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:17:51.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:51.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:51.786Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:51.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:51.786Z] [2021-01-19T17:17:51.786Z] Login Succeeded [2021-01-19T17:17:51.786Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:17:52.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:52.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:52.331Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:52.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:52.331Z] [2021-01-19T17:17:52.331Z] Login Succeeded [2021-01-19T17:17:52.331Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:17:52.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:52.874Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:52.874Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:52.874Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:52.874Z] [2021-01-19T17:17:52.874Z] Login Succeeded [2021-01-19T17:17:52.874Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:17:53.145Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:53.417Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:53.417Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:53.417Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:53.417Z] [2021-01-19T17:17:53.417Z] Login Succeeded [2021-01-19T17:17:53.417Z] docker.io [2021-01-19T17:17:54.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:17:54.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:17:54.278Z] Configure a credential helper to remove this warning. See [2021-01-19T17:17:54.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:17:54.278Z] [2021-01-19T17:17:54.278Z] Login Succeeded [2021-01-19T17:17:54.278Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:17:54.294Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:17:54.498Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-19T17:17:54.498Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:17:54.498Z] 2.0.0-dev.45 [2021-01-19T17:17:54.498Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:17:54.498Z] master [2021-01-19T17:17:54.498Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:55.005Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:55.353Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:17:55.353Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T17:17:55.353Z] 8b6b97b321c3: Preparing [2021-01-19T17:17:55.353Z] a82b9a8285dd: Preparing [2021-01-19T17:17:55.353Z] 117e41205f13: Preparing [2021-01-19T17:17:55.668Z] 8b6b97b321c3: Pushed [2021-01-19T17:17:55.668Z] 117e41205f13: Pushed [2021-01-19T17:17:58.341Z] a82b9a8285dd: Pushed [2021-01-19T17:17:58.342Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:4205708a038d6833fe13071b6a560e846cd7f2c61d31984e4231b232b34551c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:58.685Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:59.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.45 [2021-01-19T17:17:59.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T17:17:59.020Z] 8b6b97b321c3: Preparing [2021-01-19T17:17:59.020Z] a82b9a8285dd: Preparing [2021-01-19T17:17:59.020Z] 117e41205f13: Preparing [2021-01-19T17:17:59.294Z] a82b9a8285dd: Layer already exists [2021-01-19T17:17:59.294Z] 117e41205f13: Layer already exists [2021-01-19T17:17:59.294Z] 8b6b97b321c3: Layer already exists [2021-01-19T17:17:59.294Z] 2.0.0-dev.45: digest: sha256:4205708a038d6833fe13071b6a560e846cd7f2c61d31984e4231b232b34551c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:59.644Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:59.984Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:17:59.984Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T17:17:59.984Z] 8b6b97b321c3: Preparing [2021-01-19T17:17:59.984Z] a82b9a8285dd: Preparing [2021-01-19T17:17:59.984Z] 117e41205f13: Preparing [2021-01-19T17:18:00.255Z] 8b6b97b321c3: Layer already exists [2021-01-19T17:18:00.255Z] a82b9a8285dd: Layer already exists [2021-01-19T17:18:00.255Z] 117e41205f13: Layer already exists [2021-01-19T17:18:00.527Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:4205708a038d6833fe13071b6a560e846cd7f2c61d31984e4231b232b34551c9 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:00.886Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:01.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-19T17:18:01.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T17:18:01.257Z] 8b6b97b321c3: Preparing [2021-01-19T17:18:01.257Z] a82b9a8285dd: Preparing [2021-01-19T17:18:01.257Z] 117e41205f13: Preparing [2021-01-19T17:18:01.529Z] a82b9a8285dd: Layer already exists [2021-01-19T17:18:01.529Z] 117e41205f13: Layer already exists [2021-01-19T17:18:01.529Z] 8b6b97b321c3: Layer already exists [2021-01-19T17:18:01.800Z] master: digest: sha256:4205708a038d6833fe13071b6a560e846cd7f2c61d31984e4231b232b34551c9 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:18:02.026Z] ===================================================== [Pipeline] echo [2021-01-19T17:18:02.076Z] taggedImages: [2021-01-19T17:18:02.076Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:02.076Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:02.076Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:02.076Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-19T17:18:02.196Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-19T17:18:02.196Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:02.196Z] 2.0.0-dev.45 [2021-01-19T17:18:02.196Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:02.196Z] master [2021-01-19T17:18:02.196Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:02.732Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:03.069Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:03.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T17:18:03.069Z] 4f2ea025b508: Preparing [2021-01-19T17:18:03.069Z] 16c96736be23: Preparing [2021-01-19T17:18:03.069Z] 117e41205f13: Preparing [2021-01-19T17:18:03.069Z] f5b7af100a71: Preparing [2021-01-19T17:18:03.069Z] 4d5d370164bf: Preparing [2021-01-19T17:18:03.069Z] 379067d0cb53: Preparing [2021-01-19T17:18:03.069Z] 379067d0cb53: Waiting [2021-01-19T17:18:03.341Z] 117e41205f13: Layer already exists [2021-01-19T17:18:03.341Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:03.341Z] 4d5d370164bf: Pushed [2021-01-19T17:18:03.341Z] 4f2ea025b508: Pushed [2021-01-19T17:18:04.316Z] f5b7af100a71: Pushed [2021-01-19T17:18:06.920Z] 16c96736be23: Pushed [2021-01-19T17:18:06.920Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:c426de682771f177f0a2a1cd4882bff5d52b9cdcb96051cc71b03c607188e9d1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:07.272Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:07.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:07.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T17:18:07.605Z] 4f2ea025b508: Preparing [2021-01-19T17:18:07.605Z] 16c96736be23: Preparing [2021-01-19T17:18:07.605Z] 117e41205f13: Preparing [2021-01-19T17:18:07.605Z] f5b7af100a71: Preparing [2021-01-19T17:18:07.605Z] 4d5d370164bf: Preparing [2021-01-19T17:18:07.605Z] 379067d0cb53: Preparing [2021-01-19T17:18:07.605Z] 379067d0cb53: Waiting [2021-01-19T17:18:07.876Z] f5b7af100a71: Layer already exists [2021-01-19T17:18:07.876Z] 117e41205f13: Layer already exists [2021-01-19T17:18:07.876Z] 16c96736be23: Layer already exists [2021-01-19T17:18:07.876Z] 4d5d370164bf: Layer already exists [2021-01-19T17:18:07.876Z] 4f2ea025b508: Layer already exists [2021-01-19T17:18:07.876Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:07.876Z] 2.0.0-dev.45: digest: sha256:c426de682771f177f0a2a1cd4882bff5d52b9cdcb96051cc71b03c607188e9d1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:08.215Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:08.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:08.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T17:18:08.557Z] 4f2ea025b508: Preparing [2021-01-19T17:18:08.557Z] 16c96736be23: Preparing [2021-01-19T17:18:08.557Z] 117e41205f13: Preparing [2021-01-19T17:18:08.557Z] f5b7af100a71: Preparing [2021-01-19T17:18:08.557Z] 4d5d370164bf: Preparing [2021-01-19T17:18:08.557Z] 379067d0cb53: Preparing [2021-01-19T17:18:08.558Z] 379067d0cb53: Waiting [2021-01-19T17:18:08.831Z] 4d5d370164bf: Layer already exists [2021-01-19T17:18:08.831Z] 117e41205f13: Layer already exists [2021-01-19T17:18:08.831Z] 16c96736be23: Layer already exists [2021-01-19T17:18:08.831Z] 4f2ea025b508: Layer already exists [2021-01-19T17:18:08.831Z] f5b7af100a71: Layer already exists [2021-01-19T17:18:08.831Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:08.831Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:c426de682771f177f0a2a1cd4882bff5d52b9cdcb96051cc71b03c607188e9d1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:09.193Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:09.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-19T17:18:09.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T17:18:09.542Z] 4f2ea025b508: Preparing [2021-01-19T17:18:09.542Z] 16c96736be23: Preparing [2021-01-19T17:18:09.542Z] 117e41205f13: Preparing [2021-01-19T17:18:09.542Z] f5b7af100a71: Preparing [2021-01-19T17:18:09.542Z] 4d5d370164bf: Preparing [2021-01-19T17:18:09.542Z] 379067d0cb53: Preparing [2021-01-19T17:18:09.542Z] 379067d0cb53: Waiting [2021-01-19T17:18:09.815Z] 16c96736be23: Layer already exists [2021-01-19T17:18:09.815Z] 4d5d370164bf: Layer already exists [2021-01-19T17:18:09.815Z] 117e41205f13: Layer already exists [2021-01-19T17:18:09.815Z] f5b7af100a71: Layer already exists [2021-01-19T17:18:09.815Z] 4f2ea025b508: Layer already exists [2021-01-19T17:18:09.815Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:09.815Z] master: digest: sha256:c426de682771f177f0a2a1cd4882bff5d52b9cdcb96051cc71b03c607188e9d1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:18:10.087Z] ===================================================== [Pipeline] echo [2021-01-19T17:18:10.139Z] taggedImages: [2021-01-19T17:18:10.139Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:10.139Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:10.139Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:10.139Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-19T17:18:10.207Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-19T17:18:10.207Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:10.207Z] 2.0.0-dev.45 [2021-01-19T17:18:10.207Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:10.207Z] master [2021-01-19T17:18:10.207Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:10.885Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:11.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:11.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T17:18:11.223Z] 482b61578d84: Preparing [2021-01-19T17:18:11.223Z] 9754c7d68b3e: Preparing [2021-01-19T17:18:11.223Z] 117e41205f13: Preparing [2021-01-19T17:18:11.495Z] 117e41205f13: Layer already exists [2021-01-19T17:18:11.495Z] 482b61578d84: Pushed [2021-01-19T17:18:14.872Z] 9754c7d68b3e: Pushed [2021-01-19T17:18:14.872Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:f6f1b173a5804b17f6540fd5c4fe08a29b4513ba56c58689698f8bb27dca6440 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:15.214Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:15.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:15.552Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T17:18:15.552Z] 482b61578d84: Preparing [2021-01-19T17:18:15.552Z] 9754c7d68b3e: Preparing [2021-01-19T17:18:15.552Z] 117e41205f13: Preparing [2021-01-19T17:18:15.822Z] 117e41205f13: Layer already exists [2021-01-19T17:18:15.822Z] 482b61578d84: Layer already exists [2021-01-19T17:18:15.822Z] 9754c7d68b3e: Layer already exists [2021-01-19T17:18:15.822Z] 2.0.0-dev.45: digest: sha256:f6f1b173a5804b17f6540fd5c4fe08a29b4513ba56c58689698f8bb27dca6440 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:16.163Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:16.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:16.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T17:18:16.498Z] 482b61578d84: Preparing [2021-01-19T17:18:16.498Z] 9754c7d68b3e: Preparing [2021-01-19T17:18:16.498Z] 117e41205f13: Preparing [2021-01-19T17:18:16.771Z] 9754c7d68b3e: Layer already exists [2021-01-19T17:18:16.771Z] 482b61578d84: Layer already exists [2021-01-19T17:18:16.771Z] 117e41205f13: Layer already exists [2021-01-19T17:18:16.771Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:f6f1b173a5804b17f6540fd5c4fe08a29b4513ba56c58689698f8bb27dca6440 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:17.112Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:17.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-19T17:18:17.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T17:18:17.447Z] 482b61578d84: Preparing [2021-01-19T17:18:17.447Z] 9754c7d68b3e: Preparing [2021-01-19T17:18:17.447Z] 117e41205f13: Preparing [2021-01-19T17:18:17.720Z] 9754c7d68b3e: Layer already exists [2021-01-19T17:18:17.720Z] 482b61578d84: Layer already exists [2021-01-19T17:18:17.720Z] 117e41205f13: Layer already exists [2021-01-19T17:18:17.720Z] master: digest: sha256:f6f1b173a5804b17f6540fd5c4fe08a29b4513ba56c58689698f8bb27dca6440 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:18:17.935Z] ===================================================== [Pipeline] echo [2021-01-19T17:18:17.985Z] taggedImages: [2021-01-19T17:18:17.986Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:17.986Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:17.986Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:17.986Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-19T17:18:18.069Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-19T17:18:18.069Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:18.069Z] 2.0.0-dev.45 [2021-01-19T17:18:18.069Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:18.069Z] master [2021-01-19T17:18:18.069Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:18.637Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:18.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:18.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T17:18:18.977Z] e017f2440561: Preparing [2021-01-19T17:18:18.977Z] 0a5c4456e79e: Preparing [2021-01-19T17:18:18.977Z] 4f33cd5e7f0e: Preparing [2021-01-19T17:18:18.977Z] 6d1ffd4d1807: Preparing [2021-01-19T17:18:18.977Z] 117e41205f13: Preparing [2021-01-19T17:18:18.977Z] c19a7f293c69: Preparing [2021-01-19T17:18:18.977Z] 379067d0cb53: Preparing [2021-01-19T17:18:18.977Z] c19a7f293c69: Waiting [2021-01-19T17:18:18.977Z] 379067d0cb53: Waiting [2021-01-19T17:18:19.247Z] 117e41205f13: Layer already exists [2021-01-19T17:18:19.247Z] e017f2440561: Pushed [2021-01-19T17:18:19.519Z] 4f33cd5e7f0e: Pushed [2021-01-19T17:18:19.519Z] 0a5c4456e79e: Pushed [2021-01-19T17:18:19.519Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:19.789Z] c19a7f293c69: Pushed [2021-01-19T17:18:21.212Z] 6d1ffd4d1807: Pushed [2021-01-19T17:18:21.483Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:67215ccb8098f7e544441ab0d5b26d26caa34e356db48ff2d11f4351a0b086ad size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:21.823Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:22.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:22.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T17:18:22.199Z] e017f2440561: Preparing [2021-01-19T17:18:22.199Z] 0a5c4456e79e: Preparing [2021-01-19T17:18:22.199Z] 4f33cd5e7f0e: Preparing [2021-01-19T17:18:22.199Z] 6d1ffd4d1807: Preparing [2021-01-19T17:18:22.199Z] 117e41205f13: Preparing [2021-01-19T17:18:22.199Z] c19a7f293c69: Preparing [2021-01-19T17:18:22.199Z] 379067d0cb53: Preparing [2021-01-19T17:18:22.199Z] 379067d0cb53: Waiting [2021-01-19T17:18:22.199Z] c19a7f293c69: Waiting [2021-01-19T17:18:22.476Z] 4f33cd5e7f0e: Layer already exists [2021-01-19T17:18:22.476Z] 117e41205f13: Layer already exists [2021-01-19T17:18:22.476Z] e017f2440561: Layer already exists [2021-01-19T17:18:22.476Z] 0a5c4456e79e: Layer already exists [2021-01-19T17:18:22.476Z] 6d1ffd4d1807: Layer already exists [2021-01-19T17:18:22.476Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:22.476Z] c19a7f293c69: Layer already exists [2021-01-19T17:18:22.476Z] 2.0.0-dev.45: digest: sha256:67215ccb8098f7e544441ab0d5b26d26caa34e356db48ff2d11f4351a0b086ad size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:22.873Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:23.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:23.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T17:18:23.222Z] e017f2440561: Preparing [2021-01-19T17:18:23.222Z] 0a5c4456e79e: Preparing [2021-01-19T17:18:23.222Z] 4f33cd5e7f0e: Preparing [2021-01-19T17:18:23.222Z] 6d1ffd4d1807: Preparing [2021-01-19T17:18:23.222Z] 117e41205f13: Preparing [2021-01-19T17:18:23.222Z] c19a7f293c69: Preparing [2021-01-19T17:18:23.222Z] 379067d0cb53: Preparing [2021-01-19T17:18:23.222Z] c19a7f293c69: Waiting [2021-01-19T17:18:23.222Z] 379067d0cb53: Waiting [2021-01-19T17:18:23.502Z] 0a5c4456e79e: Layer already exists [2021-01-19T17:18:23.502Z] 117e41205f13: Layer already exists [2021-01-19T17:18:23.502Z] e017f2440561: Layer already exists [2021-01-19T17:18:23.502Z] 6d1ffd4d1807: Layer already exists [2021-01-19T17:18:23.502Z] 4f33cd5e7f0e: Layer already exists [2021-01-19T17:18:23.502Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:23.502Z] c19a7f293c69: Layer already exists [2021-01-19T17:18:23.502Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:67215ccb8098f7e544441ab0d5b26d26caa34e356db48ff2d11f4351a0b086ad size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:23.841Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:24.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-19T17:18:24.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T17:18:24.179Z] e017f2440561: Preparing [2021-01-19T17:18:24.179Z] 0a5c4456e79e: Preparing [2021-01-19T17:18:24.179Z] 4f33cd5e7f0e: Preparing [2021-01-19T17:18:24.179Z] 6d1ffd4d1807: Preparing [2021-01-19T17:18:24.179Z] 117e41205f13: Preparing [2021-01-19T17:18:24.179Z] c19a7f293c69: Preparing [2021-01-19T17:18:24.179Z] 379067d0cb53: Preparing [2021-01-19T17:18:24.179Z] c19a7f293c69: Waiting [2021-01-19T17:18:24.179Z] 379067d0cb53: Waiting [2021-01-19T17:18:24.448Z] 6d1ffd4d1807: Layer already exists [2021-01-19T17:18:24.449Z] e017f2440561: Layer already exists [2021-01-19T17:18:24.449Z] 0a5c4456e79e: Layer already exists [2021-01-19T17:18:24.449Z] 4f33cd5e7f0e: Layer already exists [2021-01-19T17:18:24.449Z] 117e41205f13: Layer already exists [2021-01-19T17:18:24.449Z] c19a7f293c69: Layer already exists [2021-01-19T17:18:24.449Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:24.449Z] master: digest: sha256:67215ccb8098f7e544441ab0d5b26d26caa34e356db48ff2d11f4351a0b086ad size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:18:24.643Z] ===================================================== [Pipeline] echo [2021-01-19T17:18:24.692Z] taggedImages: [2021-01-19T17:18:24.692Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:24.692Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:24.692Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:24.692Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-19T17:18:24.755Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-19T17:18:24.755Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:24.755Z] 2.0.0-dev.45 [2021-01-19T17:18:24.755Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:24.755Z] master [2021-01-19T17:18:24.755Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:25.270Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:25.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:25.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T17:18:25.647Z] ece3bfb014f7: Preparing [2021-01-19T17:18:25.647Z] 93a8f02f5a49: Preparing [2021-01-19T17:18:25.647Z] 971c628a39c2: Preparing [2021-01-19T17:18:25.647Z] 77e990376f60: Preparing [2021-01-19T17:18:25.647Z] fd412212633d: Preparing [2021-01-19T17:18:25.647Z] 379067d0cb53: Preparing [2021-01-19T17:18:25.917Z] 971c628a39c2: Pushed [2021-01-19T17:18:25.917Z] 77e990376f60: Pushed [2021-01-19T17:18:26.189Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:26.460Z] fd412212633d: Pushed [2021-01-19T17:18:28.431Z] 93a8f02f5a49: Pushed [2021-01-19T17:18:28.431Z] ece3bfb014f7: Pushed [2021-01-19T17:18:28.431Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:ab59ed74fd9addc7505bd552cc264dfd08612a9b4935232fe336c32b2fdf386e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:28.787Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:29.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:29.131Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T17:18:29.131Z] ece3bfb014f7: Preparing [2021-01-19T17:18:29.131Z] 93a8f02f5a49: Preparing [2021-01-19T17:18:29.131Z] 971c628a39c2: Preparing [2021-01-19T17:18:29.131Z] 77e990376f60: Preparing [2021-01-19T17:18:29.131Z] fd412212633d: Preparing [2021-01-19T17:18:29.131Z] 379067d0cb53: Preparing [2021-01-19T17:18:29.131Z] 379067d0cb53: Waiting [2021-01-19T17:18:29.131Z] ece3bfb014f7: Layer already exists [2021-01-19T17:18:29.131Z] 93a8f02f5a49: Layer already exists [2021-01-19T17:18:29.131Z] fd412212633d: Layer already exists [2021-01-19T17:18:29.131Z] 971c628a39c2: Layer already exists [2021-01-19T17:18:29.131Z] 77e990376f60: Layer already exists [2021-01-19T17:18:29.131Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:29.404Z] 2.0.0-dev.45: digest: sha256:ab59ed74fd9addc7505bd552cc264dfd08612a9b4935232fe336c32b2fdf386e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:29.744Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:29.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T17:18:29.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T17:18:30.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:30.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T17:18:30.082Z] ece3bfb014f7: Preparing [2021-01-19T17:18:30.082Z] 93a8f02f5a49: Preparing [2021-01-19T17:18:30.082Z] 971c628a39c2: Preparing [2021-01-19T17:18:30.082Z] 77e990376f60: Preparing [2021-01-19T17:18:30.082Z] fd412212633d: Preparing [2021-01-19T17:18:30.082Z] 379067d0cb53: Preparing [2021-01-19T17:18:30.082Z] 379067d0cb53: Waiting [2021-01-19T17:18:30.082Z] 77e990376f60: Layer already exists [2021-01-19T17:18:30.082Z] fd412212633d: Layer already exists [2021-01-19T17:18:30.082Z] 93a8f02f5a49: Layer already exists [2021-01-19T17:18:30.082Z] ece3bfb014f7: Layer already exists [2021-01-19T17:18:30.082Z] 971c628a39c2: Layer already exists [2021-01-19T17:18:30.355Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:30.355Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:ab59ed74fd9addc7505bd552cc264dfd08612a9b4935232fe336c32b2fdf386e size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:30.707Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:31.064Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-19T17:18:31.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T17:18:31.064Z] ece3bfb014f7: Preparing [2021-01-19T17:18:31.064Z] 93a8f02f5a49: Preparing [2021-01-19T17:18:31.064Z] 971c628a39c2: Preparing [2021-01-19T17:18:31.064Z] 77e990376f60: Preparing [2021-01-19T17:18:31.064Z] fd412212633d: Preparing [2021-01-19T17:18:31.064Z] 379067d0cb53: Preparing [2021-01-19T17:18:31.064Z] 379067d0cb53: Waiting [2021-01-19T17:18:31.338Z] ece3bfb014f7: Layer already exists [2021-01-19T17:18:31.338Z] 971c628a39c2: Layer already exists [2021-01-19T17:18:31.338Z] 77e990376f60: Layer already exists [2021-01-19T17:18:31.338Z] fd412212633d: Layer already exists [2021-01-19T17:18:31.338Z] 93a8f02f5a49: Layer already exists [2021-01-19T17:18:31.338Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:31.338Z] master: digest: sha256:ab59ed74fd9addc7505bd552cc264dfd08612a9b4935232fe336c32b2fdf386e size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:18:31.585Z] ===================================================== [Pipeline] echo [2021-01-19T17:18:31.634Z] taggedImages: [2021-01-19T17:18:31.634Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:31.634Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:31.634Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:31.634Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-19T17:18:31.701Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-19T17:18:31.701Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:31.701Z] 2.0.0-dev.45 [2021-01-19T17:18:31.701Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:31.701Z] master [2021-01-19T17:18:31.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:32.218Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:32.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:32.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T17:18:32.557Z] b037384fbff6: Preparing [2021-01-19T17:18:32.557Z] 38dd04ad50ee: Preparing [2021-01-19T17:18:32.557Z] 1811d7e16005: Preparing [2021-01-19T17:18:32.557Z] f4fdab8e260f: Preparing [2021-01-19T17:18:32.557Z] aa2dc0682b46: Preparing [2021-01-19T17:18:32.557Z] 7c415bd66aa9: Preparing [2021-01-19T17:18:32.557Z] df79a1ad4a0d: Preparing [2021-01-19T17:18:32.557Z] c19a7f293c69: Preparing [2021-01-19T17:18:32.557Z] 379067d0cb53: Preparing [2021-01-19T17:18:32.557Z] df79a1ad4a0d: Waiting [2021-01-19T17:18:32.557Z] c19a7f293c69: Waiting [2021-01-19T17:18:32.557Z] 379067d0cb53: Waiting [2021-01-19T17:18:32.557Z] 7c415bd66aa9: Waiting [2021-01-19T17:18:32.828Z] aa2dc0682b46: Pushed [2021-01-19T17:18:32.829Z] b037384fbff6: Pushed [2021-01-19T17:18:32.829Z] 38dd04ad50ee: Pushed [2021-01-19T17:18:33.101Z] c19a7f293c69: Layer already exists [2021-01-19T17:18:33.101Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:33.101Z] 7c415bd66aa9: Pushed [2021-01-19T17:18:33.101Z] df79a1ad4a0d: Pushed [2021-01-19T17:18:35.071Z] f4fdab8e260f: Pushed [2021-01-19T17:18:35.071Z] 1811d7e16005: Pushed [2021-01-19T17:18:35.342Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:19435c9530dd89aae39fb80cc0238729dac96a3e9dc17fd555dd8c69a1f6bef3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:35.684Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:36.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:36.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T17:18:36.031Z] b037384fbff6: Preparing [2021-01-19T17:18:36.031Z] 38dd04ad50ee: Preparing [2021-01-19T17:18:36.031Z] 1811d7e16005: Preparing [2021-01-19T17:18:36.031Z] f4fdab8e260f: Preparing [2021-01-19T17:18:36.031Z] aa2dc0682b46: Preparing [2021-01-19T17:18:36.031Z] 7c415bd66aa9: Preparing [2021-01-19T17:18:36.031Z] df79a1ad4a0d: Preparing [2021-01-19T17:18:36.031Z] c19a7f293c69: Preparing [2021-01-19T17:18:36.031Z] 379067d0cb53: Preparing [2021-01-19T17:18:36.031Z] 7c415bd66aa9: Waiting [2021-01-19T17:18:36.031Z] df79a1ad4a0d: Waiting [2021-01-19T17:18:36.031Z] c19a7f293c69: Waiting [2021-01-19T17:18:36.031Z] 379067d0cb53: Waiting [2021-01-19T17:18:36.031Z] b037384fbff6: Layer already exists [2021-01-19T17:18:36.031Z] f4fdab8e260f: Layer already exists [2021-01-19T17:18:36.031Z] 1811d7e16005: Layer already exists [2021-01-19T17:18:36.304Z] aa2dc0682b46: Layer already exists [2021-01-19T17:18:36.304Z] 38dd04ad50ee: Layer already exists [2021-01-19T17:18:36.304Z] 7c415bd66aa9: Layer already exists [2021-01-19T17:18:36.304Z] df79a1ad4a0d: Layer already exists [2021-01-19T17:18:36.304Z] c19a7f293c69: Layer already exists [2021-01-19T17:18:36.304Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:36.304Z] 2.0.0-dev.45: digest: sha256:19435c9530dd89aae39fb80cc0238729dac96a3e9dc17fd555dd8c69a1f6bef3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:36.645Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:36.894Z] Removing intermediate container ccae45507b9a [2021-01-19T17:18:36.894Z] ---> d3f4c72f0465 [2021-01-19T17:18:36.894Z] [2021-01-19T17:18:36.894Z] Step 10/22 : FROM scratch [2021-01-19T17:18:36.894Z] ---> [2021-01-19T17:18:36.894Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:18:36.894Z] Removing intermediate container 73b9e47b9581 [2021-01-19T17:18:36.894Z] ---> 40e736fc1634 [2021-01-19T17:18:36.894Z] [2021-01-19T17:18:36.894Z] Step 10/21 : FROM scratch [2021-01-19T17:18:36.894Z] ---> [2021-01-19T17:18:36.894Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:18:36.978Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:36.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T17:18:36.978Z] b037384fbff6: Preparing [2021-01-19T17:18:36.978Z] 38dd04ad50ee: Preparing [2021-01-19T17:18:36.978Z] 1811d7e16005: Preparing [2021-01-19T17:18:36.978Z] f4fdab8e260f: Preparing [2021-01-19T17:18:36.978Z] aa2dc0682b46: Preparing [2021-01-19T17:18:36.978Z] 7c415bd66aa9: Preparing [2021-01-19T17:18:36.978Z] df79a1ad4a0d: Preparing [2021-01-19T17:18:36.978Z] c19a7f293c69: Preparing [2021-01-19T17:18:36.978Z] 379067d0cb53: Preparing [2021-01-19T17:18:36.978Z] df79a1ad4a0d: Waiting [2021-01-19T17:18:36.978Z] c19a7f293c69: Waiting [2021-01-19T17:18:36.978Z] 379067d0cb53: Waiting [2021-01-19T17:18:36.978Z] 7c415bd66aa9: Waiting [2021-01-19T17:18:37.248Z] 1811d7e16005: Layer already exists [2021-01-19T17:18:37.248Z] 38dd04ad50ee: Layer already exists [2021-01-19T17:18:37.248Z] b037384fbff6: Layer already exists [2021-01-19T17:18:37.248Z] aa2dc0682b46: Layer already exists [2021-01-19T17:18:37.248Z] f4fdab8e260f: Layer already exists [2021-01-19T17:18:37.248Z] 7c415bd66aa9: Layer already exists [2021-01-19T17:18:37.248Z] df79a1ad4a0d: Layer already exists [2021-01-19T17:18:37.248Z] c19a7f293c69: Layer already exists [2021-01-19T17:18:37.248Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:37.248Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:19435c9530dd89aae39fb80cc0238729dac96a3e9dc17fd555dd8c69a1f6bef3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:37.585Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:37.894Z] ---> Running in 1b349210095b [2021-01-19T17:18:37.894Z] ---> Running in 05ed85d8d4ab [2021-01-19T17:18:37.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-19T17:18:37.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T17:18:37.919Z] b037384fbff6: Preparing [2021-01-19T17:18:37.919Z] 38dd04ad50ee: Preparing [2021-01-19T17:18:37.919Z] 1811d7e16005: Preparing [2021-01-19T17:18:37.919Z] f4fdab8e260f: Preparing [2021-01-19T17:18:37.919Z] aa2dc0682b46: Preparing [2021-01-19T17:18:37.919Z] 7c415bd66aa9: Preparing [2021-01-19T17:18:37.919Z] df79a1ad4a0d: Preparing [2021-01-19T17:18:37.919Z] c19a7f293c69: Preparing [2021-01-19T17:18:37.919Z] 379067d0cb53: Preparing [2021-01-19T17:18:37.919Z] df79a1ad4a0d: Waiting [2021-01-19T17:18:37.919Z] c19a7f293c69: Waiting [2021-01-19T17:18:37.919Z] 379067d0cb53: Waiting [2021-01-19T17:18:37.919Z] 7c415bd66aa9: Waiting [2021-01-19T17:18:38.191Z] f4fdab8e260f: Layer already exists [2021-01-19T17:18:38.191Z] b037384fbff6: Layer already exists [2021-01-19T17:18:38.191Z] 1811d7e16005: Layer already exists [2021-01-19T17:18:38.191Z] aa2dc0682b46: Layer already exists [2021-01-19T17:18:38.191Z] 38dd04ad50ee: Layer already exists [2021-01-19T17:18:38.191Z] df79a1ad4a0d: Layer already exists [2021-01-19T17:18:38.191Z] 7c415bd66aa9: Layer already exists [2021-01-19T17:18:38.191Z] c19a7f293c69: Layer already exists [2021-01-19T17:18:38.191Z] 379067d0cb53: Layer already exists [2021-01-19T17:18:38.191Z] master: digest: sha256:19435c9530dd89aae39fb80cc0238729dac96a3e9dc17fd555dd8c69a1f6bef3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-19T17:18:38.281Z] Removing intermediate container 05ed85d8d4ab [2021-01-19T17:18:38.281Z] ---> b2256f690c42 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:18:38.377Z] ===================================================== [Pipeline] echo [2021-01-19T17:18:38.450Z] taggedImages: [2021-01-19T17:18:38.450Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:38.450Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:38.450Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:38.450Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-19T17:18:38.524Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-19T17:18:38.524Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:38.524Z] 2.0.0-dev.45 [2021-01-19T17:18:38.524Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:38.524Z] master [2021-01-19T17:18:38.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-19T17:18:38.591Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:18:38.591Z] Removing intermediate container 1b349210095b [2021-01-19T17:18:38.591Z] ---> 45d16b48142a [2021-01-19T17:18:38.591Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:18:38.591Z] ---> Running in a74d42068938 [2021-01-19T17:18:38.591Z] ---> Running in f44eb214f4d6 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:39.022Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:39.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:39.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T17:18:39.360Z] 93692de2e719: Preparing [2021-01-19T17:18:39.360Z] 794b5a1ef813: Preparing [2021-01-19T17:18:39.360Z] 117e41205f13: Preparing [2021-01-19T17:18:39.360Z] ddb41dbd6722: Preparing [2021-01-19T17:18:39.360Z] b0a14cb3607e: Preparing [2021-01-19T17:18:39.360Z] e1feacd902e4: Preparing [2021-01-19T17:18:39.360Z] e1feacd902e4: Waiting [2021-01-19T17:18:39.632Z] 117e41205f13: Layer already exists [2021-01-19T17:18:39.632Z] 93692de2e719: Pushed [2021-01-19T17:18:39.903Z] ddb41dbd6722: Pushed [2021-01-19T17:18:39.903Z] b0a14cb3607e: Pushed [2021-01-19T17:18:39.903Z] e1feacd902e4: Pushed [2021-01-19T17:18:40.726Z] Removing intermediate container f44eb214f4d6 [2021-01-19T17:18:40.726Z] ---> ed85bb502aab [2021-01-19T17:18:40.726Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:18:40.726Z] Removing intermediate container a74d42068938 [2021-01-19T17:18:40.726Z] ---> bb805f7662b2 [2021-01-19T17:18:40.726Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:18:41.025Z] ---> Running in a83ad3e488b3 [2021-01-19T17:18:41.025Z] Removing intermediate container 72121503702e [2021-01-19T17:18:41.025Z] ---> 354842f67c59 [2021-01-19T17:18:41.025Z] [2021-01-19T17:18:41.025Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:18:41.025Z] ---> Running in 895626952c75 [2021-01-19T17:18:41.025Z] Removing intermediate container e8f00e3d19de [2021-01-19T17:18:41.025Z] ---> 18a431c60862 [2021-01-19T17:18:41.025Z] [2021-01-19T17:18:41.025Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:18:41.361Z] 3.12: Pulling from library/alpine [2021-01-19T17:18:41.361Z] 3.12: Pulling from library/alpine [2021-01-19T17:18:41.361Z] Removing intermediate container a83ad3e488b3 [2021-01-19T17:18:41.361Z] ---> b007fb348a22 [2021-01-19T17:18:41.361Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:18:41.361Z] Removing intermediate container 895626952c75 [2021-01-19T17:18:41.361Z] ---> f9f19310debb [2021-01-19T17:18:41.361Z] Step 14/22 : WORKDIR / [2021-01-19T17:18:41.929Z] ---> Running in a28da72b3050 [2021-01-19T17:18:42.425Z] ---> 0793f07cfd82 [2021-01-19T17:18:42.425Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:18:42.510Z] 794b5a1ef813: Pushed [2021-01-19T17:18:42.510Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:5e3dcbe5d9b0e3a729f4b5c825eaeebaee7a991d85a35a68d220fbb0218964fb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:42.852Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:43.187Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:43.187Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T17:18:43.187Z] 93692de2e719: Preparing [2021-01-19T17:18:43.187Z] 794b5a1ef813: Preparing [2021-01-19T17:18:43.187Z] 117e41205f13: Preparing [2021-01-19T17:18:43.187Z] ddb41dbd6722: Preparing [2021-01-19T17:18:43.187Z] b0a14cb3607e: Preparing [2021-01-19T17:18:43.187Z] e1feacd902e4: Preparing [2021-01-19T17:18:43.187Z] e1feacd902e4: Waiting [2021-01-19T17:18:43.249Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:18:43.250Z] Removing intermediate container a28da72b3050 [2021-01-19T17:18:43.250Z] ---> 545ef4eb676e [2021-01-19T17:18:43.250Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:18:43.250Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:18:43.250Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:18:43.250Z] ---> 389fef711851 [2021-01-19T17:18:43.250Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:18:43.250Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:18:43.250Z] ---> 389fef711851 [2021-01-19T17:18:43.250Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:18:43.459Z] 93692de2e719: Layer already exists [2021-01-19T17:18:43.459Z] 794b5a1ef813: Layer already exists [2021-01-19T17:18:43.459Z] b0a14cb3607e: Layer already exists [2021-01-19T17:18:43.459Z] 117e41205f13: Layer already exists [2021-01-19T17:18:43.459Z] ddb41dbd6722: Layer already exists [2021-01-19T17:18:43.459Z] e1feacd902e4: Layer already exists [2021-01-19T17:18:43.459Z] 2.0.0-dev.45: digest: sha256:5e3dcbe5d9b0e3a729f4b5c825eaeebaee7a991d85a35a68d220fbb0218964fb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:43.540Z] ---> Running in cd7e9e7f085d [2021-01-19T17:18:43.540Z] ---> Running in 5c042fc4be3c [2021-01-19T17:18:43.799Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:43.824Z] ---> 6e5ba87cb424 [2021-01-19T17:18:43.824Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:18:44.138Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:44.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T17:18:44.138Z] 93692de2e719: Preparing [2021-01-19T17:18:44.138Z] 794b5a1ef813: Preparing [2021-01-19T17:18:44.138Z] 117e41205f13: Preparing [2021-01-19T17:18:44.138Z] ddb41dbd6722: Preparing [2021-01-19T17:18:44.138Z] b0a14cb3607e: Preparing [2021-01-19T17:18:44.138Z] e1feacd902e4: Preparing [2021-01-19T17:18:44.138Z] e1feacd902e4: Waiting [2021-01-19T17:18:44.411Z] ddb41dbd6722: Layer already exists [2021-01-19T17:18:44.411Z] 794b5a1ef813: Layer already exists [2021-01-19T17:18:44.411Z] 93692de2e719: Layer already exists [2021-01-19T17:18:44.411Z] b0a14cb3607e: Layer already exists [2021-01-19T17:18:44.411Z] 117e41205f13: Layer already exists [2021-01-19T17:18:44.411Z] e1feacd902e4: Layer already exists [2021-01-19T17:18:44.411Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:5e3dcbe5d9b0e3a729f4b5c825eaeebaee7a991d85a35a68d220fbb0218964fb size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:44.441Z] ---> 5bfec5ca53a5 [2021-01-19T17:18:44.441Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:18:44.760Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:45.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-19T17:18:45.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T17:18:45.152Z] 93692de2e719: Preparing [2021-01-19T17:18:45.152Z] 794b5a1ef813: Preparing [2021-01-19T17:18:45.152Z] 117e41205f13: Preparing [2021-01-19T17:18:45.152Z] ddb41dbd6722: Preparing [2021-01-19T17:18:45.152Z] b0a14cb3607e: Preparing [2021-01-19T17:18:45.153Z] e1feacd902e4: Preparing [2021-01-19T17:18:45.153Z] e1feacd902e4: Waiting [2021-01-19T17:18:45.153Z] 93692de2e719: Layer already exists [2021-01-19T17:18:45.153Z] 794b5a1ef813: Layer already exists [2021-01-19T17:18:45.153Z] b0a14cb3607e: Layer already exists [2021-01-19T17:18:45.153Z] ddb41dbd6722: Layer already exists [2021-01-19T17:18:45.153Z] 117e41205f13: Layer already exists [2021-01-19T17:18:45.430Z] e1feacd902e4: Layer already exists [2021-01-19T17:18:45.430Z] master: digest: sha256:5e3dcbe5d9b0e3a729f4b5c825eaeebaee7a991d85a35a68d220fbb0218964fb size: 1573 [Pipeline] } [2021-01-19T17:18:45.458Z] ---> 137029ba3d05 [2021-01-19T17:18:45.458Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:18:45.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:18:45.628Z] ===================================================== [Pipeline] echo [2021-01-19T17:18:45.673Z] taggedImages: [2021-01-19T17:18:45.673Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:45.674Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:45.674Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:45.674Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-19T17:18:45.757Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-19T17:18:45.757Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:45.757Z] 2.0.0-dev.45 [2021-01-19T17:18:45.757Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:45.757Z] master [2021-01-19T17:18:45.757Z] ===================================================== [2021-01-19T17:18:45.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:45.758Z] (1/5) Installing ca-certificates (20191127-r4) [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:46.045Z] ---> Running in 88dbceb10d7a [2021-01-19T17:18:46.045Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:18:46.045Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:18:46.045Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:18:46.045Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:18:46.045Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:18:46.282Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:46.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:46.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:46.639Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:18:46.639Z] OK: 7 MiB in 19 packages [2021-01-19T17:18:46.639Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:18:46.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:46.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T17:18:46.670Z] bdff8fbddbd5: Preparing [2021-01-19T17:18:46.670Z] 2ea43fcce339: Preparing [2021-01-19T17:18:46.670Z] 117e41205f13: Preparing [2021-01-19T17:18:46.942Z] 117e41205f13: Layer already exists [2021-01-19T17:18:46.942Z] bdff8fbddbd5: Pushed [2021-01-19T17:18:46.947Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:18:46.947Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:18:46.947Z] ---> 612f72d470a0 [2021-01-19T17:18:46.947Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:18:46.947Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:18:46.947Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:18:46.947Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:18:46.947Z] OK: 7 MiB in 18 packages [2021-01-19T17:18:47.556Z] Removing intermediate container 88dbceb10d7a [2021-01-19T17:18:47.556Z] ---> dbbf669f6074 [2021-01-19T17:18:47.556Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:18:47.556Z] Removing intermediate container a21766f39f2b [2021-01-19T17:18:47.556Z] ---> 1e5498755c40 [2021-01-19T17:18:47.556Z] [2021-01-19T17:18:47.556Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:18:47.556Z] ---> 389fef711851 [2021-01-19T17:18:47.556Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:18:47.556Z] ---> 828ec321e0a9 [2021-01-19T17:18:47.556Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:18:47.885Z] ---> Running in 6d587d984eca [2021-01-19T17:18:47.885Z] ---> Running in 2ce03472dcce [2021-01-19T17:18:47.885Z] ---> Running in 9ab3ee6a7208 [2021-01-19T17:18:48.515Z] Removing intermediate container 6d587d984eca [2021-01-19T17:18:48.515Z] ---> d392128f8551 [2021-01-19T17:18:48.515Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:18:48.515Z] Removing intermediate container 2ce03472dcce [2021-01-19T17:18:48.515Z] ---> 93f2fcb306aa [2021-01-19T17:18:48.515Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:18:48.797Z] Removing intermediate container 5c042fc4be3c [2021-01-19T17:18:48.797Z] ---> a1e61ae9cab1 [2021-01-19T17:18:48.797Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:18:48.797Z] Removing intermediate container 9ab3ee6a7208 [2021-01-19T17:18:48.797Z] ---> 19b7de9226eb [2021-01-19T17:18:48.797Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:18:48.797Z] ---> Running in 813d9ca70d9e [2021-01-19T17:18:48.797Z] ---> Running in 6d3e69fa29e8 [2021-01-19T17:18:48.797Z] ---> Running in 723a6a799970 [2021-01-19T17:18:48.797Z] Removing intermediate container cd7e9e7f085d [2021-01-19T17:18:48.797Z] ---> 4d6ed2ef4f15 [2021-01-19T17:18:48.797Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:18:49.092Z] ---> Running in b148f341bb52 [2021-01-19T17:18:49.092Z] ---> Running in 9b3db75678ff [2021-01-19T17:18:49.092Z] Removing intermediate container 6d3e69fa29e8 [2021-01-19T17:18:49.092Z] ---> 90a57af4d1ba [2021-01-19T17:18:49.092Z] Step 20/21 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:49.372Z] Removing intermediate container 813d9ca70d9e [2021-01-19T17:18:49.372Z] ---> 8caf398b9eca [2021-01-19T17:18:49.372Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:18:49.372Z] Removing intermediate container 723a6a799970 [2021-01-19T17:18:49.372Z] ---> d969803cfa0e [2021-01-19T17:18:49.372Z] Step 13/24 : WORKDIR / [2021-01-19T17:18:49.372Z] ---> Running in 35fe4247c66e [2021-01-19T17:18:49.372Z] ---> Running in 19d7603541fb [2021-01-19T17:18:49.372Z] Removing intermediate container b148f341bb52 [2021-01-19T17:18:49.372Z] ---> 39ed42e94d0f [2021-01-19T17:18:49.372Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:18:49.372Z] ---> Running in bd49ac79c62d [2021-01-19T17:18:49.550Z] 2ea43fcce339: Pushed [2021-01-19T17:18:49.822Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:7c846a2a9c981f785f2e792a78801476b006856532e1e15dc19c1f6003052d87 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:50.010Z] Removing intermediate container 9b3db75678ff [2021-01-19T17:18:50.010Z] ---> def0ca9a063d [2021-01-19T17:18:50.010Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:18:50.010Z] ---> Running in c02f3e80bb11 [2021-01-19T17:18:50.010Z] ---> Running in 8a61135fb9d7 [2021-01-19T17:18:50.165Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:50.286Z] Removing intermediate container 35fe4247c66e [2021-01-19T17:18:50.286Z] ---> 1a99c499e2fd [2021-01-19T17:18:50.286Z] Step 21/21 : LABEL version=2.0.0-dev.45 [2021-01-19T17:18:50.286Z] Removing intermediate container 19d7603541fb [2021-01-19T17:18:50.286Z] ---> 686ce5baaaae [2021-01-19T17:18:50.286Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:18:50.286Z] Removing intermediate container bd49ac79c62d [2021-01-19T17:18:50.286Z] ---> 3cd1238bee5e [2021-01-19T17:18:50.286Z] 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-01-19T17:18:50.286Z] ---> Running in dc03d879bd7a [2021-01-19T17:18:50.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:50.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T17:18:50.523Z] bdff8fbddbd5: Preparing [2021-01-19T17:18:50.523Z] 2ea43fcce339: Preparing [2021-01-19T17:18:50.523Z] 117e41205f13: Preparing [2021-01-19T17:18:50.523Z] 117e41205f13: Layer already exists [2021-01-19T17:18:50.523Z] 2ea43fcce339: Layer already exists [2021-01-19T17:18:50.523Z] bdff8fbddbd5: Layer already exists [2021-01-19T17:18:50.571Z] ---> Running in 28e5a99d561e [2021-01-19T17:18:50.571Z] Removing intermediate container c02f3e80bb11 [2021-01-19T17:18:50.571Z] ---> 0404ac081869 [2021-01-19T17:18:50.571Z] Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:50.571Z] Removing intermediate container 8a61135fb9d7 [2021-01-19T17:18:50.571Z] ---> a5cf6f8f8d77 [2021-01-19T17:18:50.571Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:18:50.794Z] 2.0.0-dev.45: digest: sha256:7c846a2a9c981f785f2e792a78801476b006856532e1e15dc19c1f6003052d87 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:50.903Z] ---> Running in 8d21bce78d58 [2021-01-19T17:18:50.903Z] Removing intermediate container dc03d879bd7a [2021-01-19T17:18:50.903Z] ---> aaa9f2d1cce5 [2021-01-19T17:18:50.903Z] [2021-01-19T17:18:51.138Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:51.228Z] ---> 1bd4bf91c4aa [2021-01-19T17:18:51.228Z] 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-01-19T17:18:51.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:51.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T17:18:51.468Z] bdff8fbddbd5: Preparing [2021-01-19T17:18:51.468Z] 2ea43fcce339: Preparing [2021-01-19T17:18:51.468Z] 117e41205f13: Preparing [2021-01-19T17:18:51.468Z] 117e41205f13: Layer already exists [2021-01-19T17:18:51.468Z] 2ea43fcce339: Layer already exists [2021-01-19T17:18:51.468Z] bdff8fbddbd5: Layer already exists [2021-01-19T17:18:51.739Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:7c846a2a9c981f785f2e792a78801476b006856532e1e15dc19c1f6003052d87 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:51.928Z] ---> 5f67fcb1073f [2021-01-19T17:18:51.928Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:18:51.928Z] Removing intermediate container 8d21bce78d58 [2021-01-19T17:18:51.928Z] ---> 67469499ce21 [2021-01-19T17:18:51.928Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:18:52.075Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:52.408Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-19T17:18:52.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T17:18:52.408Z] bdff8fbddbd5: Preparing [2021-01-19T17:18:52.408Z] 2ea43fcce339: Preparing [2021-01-19T17:18:52.408Z] 117e41205f13: Preparing [2021-01-19T17:18:52.408Z] 117e41205f13: Layer already exists [2021-01-19T17:18:52.408Z] bdff8fbddbd5: Layer already exists [2021-01-19T17:18:52.408Z] 2ea43fcce339: Layer already exists [2021-01-19T17:18:52.617Z] ---> cdc903035687 [2021-01-19T17:18:52.617Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:18:52.617Z] Successfully built aaa9f2d1cce5 [2021-01-19T17:18:52.679Z] master: digest: sha256:7c846a2a9c981f785f2e792a78801476b006856532e1e15dc19c1f6003052d87 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:18:52.862Z] ===================================================== [Pipeline] echo [2021-01-19T17:18:52.909Z] taggedImages: [2021-01-19T17:18:52.909Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:52.909Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.45 [2021-01-19T17:18:52.909Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:52.909Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-19T17:18:53.007Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T17:18:53.007Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T17:18:53.007Z] ---> Running in b3bde10e10b9 [Pipeline] echo [2021-01-19T17:18:53.015Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-19T17:18:53.015Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:53.015Z] 2.0.0-dev.45 [2021-01-19T17:18:53.015Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:18:53.015Z] master [2021-01-19T17:18:53.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:53.515Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:18:53.657Z] ---> b48a3833a103 [2021-01-19T17:18:53.657Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:18:53.657Z] ---> 3d77b62a44d7 [2021-01-19T17:18:53.657Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:18:53.657Z] Removing intermediate container b3bde10e10b9 [2021-01-19T17:18:53.657Z] ---> ae77ee73b63d [2021-01-19T17:18:53.657Z] [2021-01-19T17:18:53.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:18:53.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T17:18:53.850Z] 73fb8a183e79: Preparing [2021-01-19T17:18:53.850Z] 87bc118bc467: Preparing [2021-01-19T17:18:53.850Z] e7317ac41d13: Preparing [2021-01-19T17:18:53.850Z] daed9504d1b4: Preparing [2021-01-19T17:18:53.850Z] 500635f3675e: Preparing [2021-01-19T17:18:53.850Z] 3a4b498eda3b: Preparing [2021-01-19T17:18:53.850Z] 4ea4f8bb8e2b: Preparing [2021-01-19T17:18:53.850Z] 9ded3b6bb9b5: Preparing [2021-01-19T17:18:53.850Z] fa1afe8e6ed9: Preparing [2021-01-19T17:18:53.850Z] 87a09b4c083e: Preparing [2021-01-19T17:18:53.850Z] 0f74e9ff2a61: Preparing [2021-01-19T17:18:53.850Z] b122376c33c6: Preparing [2021-01-19T17:18:53.850Z] f8381ed47b22: Preparing [2021-01-19T17:18:53.850Z] e934a737d657: Preparing [2021-01-19T17:18:53.850Z] 3a4b498eda3b: Waiting [2021-01-19T17:18:53.850Z] 0f74e9ff2a61: Waiting [2021-01-19T17:18:53.850Z] 4ea4f8bb8e2b: Waiting [2021-01-19T17:18:53.850Z] b122376c33c6: Waiting [2021-01-19T17:18:53.850Z] 9ded3b6bb9b5: Waiting [2021-01-19T17:18:53.850Z] f8381ed47b22: Waiting [2021-01-19T17:18:53.850Z] e934a737d657: Waiting [2021-01-19T17:18:53.850Z] fa1afe8e6ed9: Waiting [2021-01-19T17:18:53.850Z] 87a09b4c083e: Waiting [2021-01-19T17:18:53.957Z] Removing intermediate container 28e5a99d561e [2021-01-19T17:18:53.957Z] ---> 68439bdeac5b [2021-01-19T17:18:53.957Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:18:53.957Z] Successfully built ae77ee73b63d [2021-01-19T17:18:54.231Z] Successfully tagged docker-core-command-go:latest [2021-01-19T17:18:54.231Z] Building docker-core-metadata-go [2021-01-19T17:18:54.443Z] 500635f3675e: Pushed [2021-01-19T17:18:54.443Z] 73fb8a183e79: Pushed [2021-01-19T17:18:54.505Z]  Building docker-core-command-go ... done  ---> Running in 06970ee586aa [2021-01-19T17:18:55.164Z] ---> 47a533846761 [2021-01-19T17:18:55.164Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:18:55.164Z] ---> aa475c1cd191 [2021-01-19T17:18:55.164Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:18:55.422Z] daed9504d1b4: Pushed [2021-01-19T17:18:55.422Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T17:18:55.422Z] 4ea4f8bb8e2b: Pushed [2021-01-19T17:18:55.422Z] fa1afe8e6ed9: Layer already exists [2021-01-19T17:18:55.422Z] 87a09b4c083e: Layer already exists [2021-01-19T17:18:55.422Z] 0f74e9ff2a61: Layer already exists [2021-01-19T17:18:55.422Z] b122376c33c6: Layer already exists [2021-01-19T17:18:55.422Z] f8381ed47b22: Layer already exists [2021-01-19T17:18:55.422Z] e934a737d657: Layer already exists [2021-01-19T17:18:55.530Z] ---> Running in 5d729418cc81 [2021-01-19T17:18:56.020Z] 87bc118bc467: Pushed [2021-01-19T17:18:57.446Z] 3a4b498eda3b: Pushed [2021-01-19T17:18:57.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:57.649Z] Removing intermediate container 5d729418cc81 [2021-01-19T17:18:57.649Z] ---> c4b0dbdcd4de [2021-01-19T17:18:57.649Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:18:57.930Z] ---> a4edfd6e8c48 [2021-01-19T17:18:57.930Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:18:57.930Z] ---> Running in f69b3ad92250 [2021-01-19T17:18:58.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:18:59.198Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:18:59.198Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:18:59.198Z] Removing intermediate container f69b3ad92250 [2021-01-19T17:18:59.198Z] ---> b8b3de723777 [2021-01-19T17:18:59.198Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:18:59.198Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:18:59.485Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:18:59.774Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:18:59.774Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:18:59.774Z] OK: 8 MiB in 19 packages [2021-01-19T17:19:00.429Z] ---> Running in 93ce04801e4c [2021-01-19T17:19:00.736Z] ---> 39154f91eb85 [2021-01-19T17:19:00.737Z] 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-01-19T17:19:01.356Z] ---> Running in 46d05b64dbbe [2021-01-19T17:19:01.356Z] Removing intermediate container 93ce04801e4c [2021-01-19T17:19:01.356Z] ---> d027cd2c14f9 [2021-01-19T17:19:01.356Z] Step 20/21 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:19:02.528Z] ---> Running in bf5ce8ba59b1 [2021-01-19T17:19:02.800Z] Removing intermediate container 06970ee586aa [2021-01-19T17:19:02.800Z] ---> 8f3e5e296f8d [2021-01-19T17:19:02.800Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:19:03.811Z] Removing intermediate container bf5ce8ba59b1 [2021-01-19T17:19:03.811Z] ---> 5ae68caac700 [2021-01-19T17:19:03.811Z] Step 21/21 : LABEL version=2.0.0-dev.45 [2021-01-19T17:19:04.807Z] ---> 3553bd569d15 [2021-01-19T17:19:04.807Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:19:04.807Z] ---> Running in 92561104b775 [2021-01-19T17:19:05.402Z] Removing intermediate container 92561104b775 [2021-01-19T17:19:05.402Z] ---> de94a2dc2573 [2021-01-19T17:19:05.402Z] [2021-01-19T17:19:05.402Z] Removing intermediate container 46d05b64dbbe [2021-01-19T17:19:05.402Z] ---> 0a0e4fd799e6 [2021-01-19T17:19:05.402Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:19:05.691Z] ---> Running in c8888ed2391d [2021-01-19T17:19:05.965Z] Successfully built de94a2dc2573 [2021-01-19T17:19:05.965Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T17:19:05.965Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-19T17:19:06.240Z] ---> d8e7f89005f5 [2021-01-19T17:19:06.240Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:19:06.240Z] Removing intermediate container c8888ed2391d [2021-01-19T17:19:06.240Z] ---> dfecd3185be1 [2021-01-19T17:19:06.240Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:19:06.866Z] ---> Running in bae83db8b897 [2021-01-19T17:19:07.489Z] ---> 5d23c3deee1c [2021-01-19T17:19:07.489Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:19:08.630Z] ---> Running in 34b355db4f84 [2021-01-19T17:19:08.630Z] Removing intermediate container bae83db8b897 [2021-01-19T17:19:08.630Z] ---> 13831c5e3205 [2021-01-19T17:19:08.630Z] Step 23/24 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:19:08.959Z] ---> Running in a6707e81bda2 [2021-01-19T17:19:09.623Z] Removing intermediate container 34b355db4f84 [2021-01-19T17:19:09.623Z] ---> f32f3ba8805f [2021-01-19T17:19:09.623Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:19:09.623Z] ---> Running in acd36f18bb98 [2021-01-19T17:19:09.623Z] Removing intermediate container a6707e81bda2 [2021-01-19T17:19:09.623Z] ---> 1863d92884f8 [2021-01-19T17:19:09.623Z] Step 24/24 : LABEL version=2.0.0-dev.45 [2021-01-19T17:19:09.810Z] e7317ac41d13: Pushed [2021-01-19T17:19:09.810Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:504849743a9da7ef8c468a3364f28cd27de3ec88ec5b96725c9cd5bc137fe5b6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:19:10.161Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:19:10.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.45 [2021-01-19T17:19:10.499Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T17:19:10.499Z] 73fb8a183e79: Preparing [2021-01-19T17:19:10.499Z] 87bc118bc467: Preparing [2021-01-19T17:19:10.499Z] e7317ac41d13: Preparing [2021-01-19T17:19:10.499Z] daed9504d1b4: Preparing [2021-01-19T17:19:10.499Z] 500635f3675e: Preparing [2021-01-19T17:19:10.499Z] 3a4b498eda3b: Preparing [2021-01-19T17:19:10.499Z] 4ea4f8bb8e2b: Preparing [2021-01-19T17:19:10.499Z] 9ded3b6bb9b5: Preparing [2021-01-19T17:19:10.499Z] fa1afe8e6ed9: Preparing [2021-01-19T17:19:10.499Z] 87a09b4c083e: Preparing [2021-01-19T17:19:10.499Z] 0f74e9ff2a61: Preparing [2021-01-19T17:19:10.499Z] b122376c33c6: Preparing [2021-01-19T17:19:10.499Z] f8381ed47b22: Preparing [2021-01-19T17:19:10.499Z] e934a737d657: Preparing [2021-01-19T17:19:10.499Z] 3a4b498eda3b: Waiting [2021-01-19T17:19:10.499Z] 4ea4f8bb8e2b: Waiting [2021-01-19T17:19:10.499Z] 9ded3b6bb9b5: Waiting [2021-01-19T17:19:10.499Z] fa1afe8e6ed9: Waiting [2021-01-19T17:19:10.499Z] 87a09b4c083e: Waiting [2021-01-19T17:19:10.499Z] 0f74e9ff2a61: Waiting [2021-01-19T17:19:10.499Z] b122376c33c6: Waiting [2021-01-19T17:19:10.775Z] 73fb8a183e79: Layer already exists [2021-01-19T17:19:10.775Z] e7317ac41d13: Layer already exists [2021-01-19T17:19:10.775Z] 500635f3675e: Layer already exists [2021-01-19T17:19:10.775Z] 87bc118bc467: Layer already exists [2021-01-19T17:19:10.775Z] daed9504d1b4: Layer already exists [2021-01-19T17:19:10.775Z] 4ea4f8bb8e2b: Layer already exists [2021-01-19T17:19:10.775Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T17:19:10.775Z] 3a4b498eda3b: Layer already exists [2021-01-19T17:19:10.775Z] 87a09b4c083e: Layer already exists [2021-01-19T17:19:10.775Z] fa1afe8e6ed9: Layer already exists [2021-01-19T17:19:10.775Z] e934a737d657: Layer already exists [2021-01-19T17:19:10.775Z] b122376c33c6: Layer already exists [2021-01-19T17:19:10.775Z] f8381ed47b22: Layer already exists [2021-01-19T17:19:10.775Z] 0f74e9ff2a61: Layer already exists [2021-01-19T17:19:10.775Z] 2.0.0-dev.45: digest: sha256:504849743a9da7ef8c468a3364f28cd27de3ec88ec5b96725c9cd5bc137fe5b6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:19:11.125Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:19:11.185Z] ---> Running in 0337f53f8e15 [2021-01-19T17:19:11.185Z] Removing intermediate container acd36f18bb98 [2021-01-19T17:19:11.185Z] ---> e427c35a0303 [2021-01-19T17:19:11.185Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T17:19:11.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:19:11.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T17:19:11.465Z] 73fb8a183e79: Preparing [2021-01-19T17:19:11.465Z] 87bc118bc467: Preparing [2021-01-19T17:19:11.465Z] e7317ac41d13: Preparing [2021-01-19T17:19:11.465Z] daed9504d1b4: Preparing [2021-01-19T17:19:11.465Z] 500635f3675e: Preparing [2021-01-19T17:19:11.465Z] 3a4b498eda3b: Preparing [2021-01-19T17:19:11.465Z] 4ea4f8bb8e2b: Preparing [2021-01-19T17:19:11.465Z] 9ded3b6bb9b5: Preparing [2021-01-19T17:19:11.465Z] fa1afe8e6ed9: Preparing [2021-01-19T17:19:11.465Z] 87a09b4c083e: Preparing [2021-01-19T17:19:11.465Z] 0f74e9ff2a61: Preparing [2021-01-19T17:19:11.465Z] b122376c33c6: Preparing [2021-01-19T17:19:11.465Z] f8381ed47b22: Preparing [2021-01-19T17:19:11.465Z] e934a737d657: Preparing [2021-01-19T17:19:11.465Z] 3a4b498eda3b: Waiting [2021-01-19T17:19:11.465Z] 0f74e9ff2a61: Waiting [2021-01-19T17:19:11.465Z] 4ea4f8bb8e2b: Waiting [2021-01-19T17:19:11.465Z] b122376c33c6: Waiting [2021-01-19T17:19:11.465Z] 9ded3b6bb9b5: Waiting [2021-01-19T17:19:11.465Z] f8381ed47b22: Waiting [2021-01-19T17:19:11.465Z] fa1afe8e6ed9: Waiting [2021-01-19T17:19:11.465Z] 87a09b4c083e: Waiting [2021-01-19T17:19:11.465Z] e934a737d657: Waiting [2021-01-19T17:19:11.738Z] 73fb8a183e79: Layer already exists [2021-01-19T17:19:11.738Z] 87bc118bc467: Layer already exists [2021-01-19T17:19:11.738Z] daed9504d1b4: Layer already exists [2021-01-19T17:19:11.738Z] 500635f3675e: Layer already exists [2021-01-19T17:19:11.738Z] e7317ac41d13: Layer already exists [2021-01-19T17:19:11.738Z] 4ea4f8bb8e2b: Layer already exists [2021-01-19T17:19:11.738Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T17:19:11.738Z] 3a4b498eda3b: Layer already exists [2021-01-19T17:19:11.738Z] 87a09b4c083e: Layer already exists [2021-01-19T17:19:11.738Z] fa1afe8e6ed9: Layer already exists [2021-01-19T17:19:11.738Z] b122376c33c6: Layer already exists [2021-01-19T17:19:11.738Z] 0f74e9ff2a61: Layer already exists [2021-01-19T17:19:11.738Z] f8381ed47b22: Layer already exists [2021-01-19T17:19:11.738Z] e934a737d657: Layer already exists [2021-01-19T17:19:11.738Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:504849743a9da7ef8c468a3364f28cd27de3ec88ec5b96725c9cd5bc137fe5b6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:19:11.865Z] ---> Running in 53758fb978a9 [2021-01-19T17:19:12.081Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:19:12.184Z] Removing intermediate container 0337f53f8e15 [2021-01-19T17:19:12.184Z] ---> 3b07f463b926 [2021-01-19T17:19:12.184Z] [2021-01-19T17:19:12.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-19T17:19:12.414Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T17:19:12.414Z] 73fb8a183e79: Preparing [2021-01-19T17:19:12.414Z] 87bc118bc467: Preparing [2021-01-19T17:19:12.414Z] e7317ac41d13: Preparing [2021-01-19T17:19:12.414Z] daed9504d1b4: Preparing [2021-01-19T17:19:12.414Z] 500635f3675e: Preparing [2021-01-19T17:19:12.414Z] 3a4b498eda3b: Preparing [2021-01-19T17:19:12.414Z] 4ea4f8bb8e2b: Preparing [2021-01-19T17:19:12.414Z] 9ded3b6bb9b5: Preparing [2021-01-19T17:19:12.414Z] fa1afe8e6ed9: Preparing [2021-01-19T17:19:12.414Z] 87a09b4c083e: Preparing [2021-01-19T17:19:12.414Z] 0f74e9ff2a61: Preparing [2021-01-19T17:19:12.414Z] b122376c33c6: Preparing [2021-01-19T17:19:12.414Z] f8381ed47b22: Preparing [2021-01-19T17:19:12.414Z] e934a737d657: Preparing [2021-01-19T17:19:12.414Z] 4ea4f8bb8e2b: Waiting [2021-01-19T17:19:12.414Z] 9ded3b6bb9b5: Waiting [2021-01-19T17:19:12.414Z] fa1afe8e6ed9: Waiting [2021-01-19T17:19:12.414Z] 87a09b4c083e: Waiting [2021-01-19T17:19:12.414Z] 0f74e9ff2a61: Waiting [2021-01-19T17:19:12.414Z] b122376c33c6: Waiting [2021-01-19T17:19:12.414Z] f8381ed47b22: Waiting [2021-01-19T17:19:12.414Z] 3a4b498eda3b: Waiting [2021-01-19T17:19:12.414Z] e934a737d657: Waiting [2021-01-19T17:19:12.684Z] 73fb8a183e79: Layer already exists [2021-01-19T17:19:12.684Z] 500635f3675e: Layer already exists [2021-01-19T17:19:12.684Z] e7317ac41d13: Layer already exists [2021-01-19T17:19:12.684Z] daed9504d1b4: Layer already exists [2021-01-19T17:19:12.684Z] 87bc118bc467: Layer already exists [2021-01-19T17:19:12.684Z] 3a4b498eda3b: Layer already exists [2021-01-19T17:19:12.684Z] 4ea4f8bb8e2b: Layer already exists [2021-01-19T17:19:12.684Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T17:19:12.684Z] 87a09b4c083e: Layer already exists [2021-01-19T17:19:12.684Z] fa1afe8e6ed9: Layer already exists [2021-01-19T17:19:12.684Z] 0f74e9ff2a61: Layer already exists [2021-01-19T17:19:12.684Z] b122376c33c6: Layer already exists [2021-01-19T17:19:12.684Z] e934a737d657: Layer already exists [2021-01-19T17:19:12.684Z] f8381ed47b22: Layer already exists [2021-01-19T17:19:12.684Z] master: digest: sha256:504849743a9da7ef8c468a3364f28cd27de3ec88ec5b96725c9cd5bc137fe5b6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-19T17:19:12.820Z] Successfully built 3b07f463b926 [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:19:12.909Z] ===================================================== [Pipeline] echo [2021-01-19T17:19:12.960Z] taggedImages: [2021-01-19T17:19:12.960Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:19:12.960Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.45 [2021-01-19T17:19:12.960Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:19:12.960Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-01-19T17:19:13.436Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T17:19:13.436Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-19T17:19:13.436Z] Removing intermediate container 53758fb978a9 [2021-01-19T17:19:13.436Z] ---> 09de8215ed9d [2021-01-19T17:19:13.437Z] Step 22/23 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T17:19:13.723Z] ---> Running in 3d0996d194aa [2021-01-19T17:19:14.849Z] Removing intermediate container 3d0996d194aa [2021-01-19T17:19:14.849Z] ---> 241721600bd1 [2021-01-19T17:19:14.849Z] Step 23/23 : LABEL version=2.0.0-dev.45 [2021-01-19T17:19:15.156Z] ---> Running in f2a02ada8aa0 [2021-01-19T17:19:16.199Z] Removing intermediate container f2a02ada8aa0 [2021-01-19T17:19:16.199Z] ---> 57e493e649dc [2021-01-19T17:19:16.199Z] [2021-01-19T17:19:16.488Z] Successfully built 57e493e649dc [2021-01-19T17:19:16.773Z] Successfully tagged docker-core-data-go:latest [2021-01-19T17:19:32.138Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:19:32.138Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:19:32.138Z] ---> 95e9c319de99 [2021-01-19T17:19:32.138Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:19:32.138Z] ---> Using cache [2021-01-19T17:19:32.138Z] ---> 329f00df4b44 [2021-01-19T17:19:32.138Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:19:32.138Z] ---> Using cache [2021-01-19T17:19:32.138Z] ---> 3185211e7039 [2021-01-19T17:19:32.138Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:19:32.138Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:19:32.138Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:19:32.138Z] ---> 95e9c319de99 [2021-01-19T17:19:32.138Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:19:32.138Z] ---> Using cache [2021-01-19T17:19:32.138Z] ---> 329f00df4b44 [2021-01-19T17:19:32.138Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:19:32.138Z] ---> Using cache [2021-01-19T17:19:32.138Z] ---> 3185211e7039 [2021-01-19T17:19:32.138Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:19:32.138Z] ---> Using cache [2021-01-19T17:19:32.138Z] ---> 56f5c71e266b [2021-01-19T17:19:32.138Z] Step 6/22 : COPY go.mod . [2021-01-19T17:19:32.138Z] ---> Using cache [2021-01-19T17:19:32.138Z] ---> 351fb0d6a173 [2021-01-19T17:19:32.138Z] Step 7/22 : RUN go mod download [2021-01-19T17:19:32.138Z] ---> Using cache [2021-01-19T17:19:32.138Z] ---> 98c32377bca9 [2021-01-19T17:19:32.138Z] Step 8/22 : COPY . . [2021-01-19T17:19:32.138Z] ---> Using cache [2021-01-19T17:19:32.138Z] ---> bddd849ee4c1 [2021-01-19T17:19:32.138Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:19:32.138Z] ---> Running in f98b6d652602 [2021-01-19T17:19:32.138Z] ---> Running in 324878cb6737 [2021-01-19T17:19:39.088Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T17:19:39.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:19:39.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:19:39.395Z] OK: 233 MiB in 51 packages [2021-01-19T17:19:43.889Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:19:43.889Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:19:43.889Z] ---> 95e9c319de99 [2021-01-19T17:19:43.889Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:19:43.889Z] ---> Using cache [2021-01-19T17:19:43.889Z] ---> 329f00df4b44 [2021-01-19T17:19:43.889Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:19:43.889Z] ---> Using cache [2021-01-19T17:19:43.889Z] ---> 3185211e7039 [2021-01-19T17:19:43.889Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:19:43.889Z] ---> Using cache [2021-01-19T17:19:43.889Z] ---> 56f5c71e266b [2021-01-19T17:19:43.889Z] Step 6/22 : COPY go.mod . [2021-01-19T17:19:43.889Z] ---> Using cache [2021-01-19T17:19:43.889Z] ---> 351fb0d6a173 [2021-01-19T17:19:43.889Z] Step 7/22 : RUN go mod download [2021-01-19T17:19:43.889Z] ---> Using cache [2021-01-19T17:19:43.889Z] ---> 98c32377bca9 [2021-01-19T17:19:43.889Z] Step 8/22 : COPY . . [2021-01-19T17:19:43.889Z] ---> Using cache [2021-01-19T17:19:43.889Z] ---> bddd849ee4c1 [2021-01-19T17:19:43.889Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:19:44.576Z] Removing intermediate container 324878cb6737 [2021-01-19T17:19:44.577Z] ---> 11603e7823ab [2021-01-19T17:19:44.577Z] Step 6/26 : COPY go.mod . [2021-01-19T17:19:44.881Z] ---> Running in bfb4cea75f37 [2021-01-19T17:19:45.982Z] ---> 5deb75e89f3f [2021-01-19T17:19:45.982Z] Step 7/26 : RUN go mod download [2021-01-19T17:19:46.601Z] ---> Running in edd6a6f624cc [2021-01-19T17:19:47.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T17:19:56.722Z] Removing intermediate container edd6a6f624cc [2021-01-19T17:19:56.722Z] ---> 8d1802c99ddf [2021-01-19T17:19:56.722Z] Step 8/26 : COPY . . [2021-01-19T17:19:57.397Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:19:57.397Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:19:57.397Z] ---> 95e9c319de99 [2021-01-19T17:19:57.397Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:19:57.397Z] ---> Using cache [2021-01-19T17:19:57.397Z] ---> 329f00df4b44 [2021-01-19T17:19:57.397Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:19:57.397Z] ---> Using cache [2021-01-19T17:19:57.397Z] ---> 3185211e7039 [2021-01-19T17:19:57.397Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:19:58.626Z] ---> Running in fef28e66cad0 [2021-01-19T17:20:01.511Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:20:02.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:20:03.043Z] OK: 233 MiB in 51 packages [2021-01-19T17:20:07.752Z] Removing intermediate container fef28e66cad0 [2021-01-19T17:20:07.752Z] ---> 554f77f90f89 [2021-01-19T17:20:07.752Z] Step 6/24 : COPY go.mod . [2021-01-19T17:20:09.808Z] ---> 250b275167c4 [2021-01-19T17:20:09.809Z] Step 7/24 : RUN go mod download [2021-01-19T17:20:10.432Z] ---> Running in 6d0c3fe2e1e0 [2021-01-19T17:20:17.533Z] Removing intermediate container 6d0c3fe2e1e0 [2021-01-19T17:20:17.533Z] ---> 70a2746dc618 [2021-01-19T17:20:17.533Z] Step 8/24 : COPY . . [2021-01-19T17:20:40.453Z] Removing intermediate container bfb4cea75f37 [2021-01-19T17:20:40.453Z] ---> 0cfdca935619 [2021-01-19T17:20:40.453Z] [2021-01-19T17:20:40.453Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:20:40.453Z] ---> 389fef711851 [2021-01-19T17:20:40.453Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:20:40.453Z] ---> Using cache [2021-01-19T17:20:40.735Z] ---> a1e61ae9cab1 [2021-01-19T17:20:40.735Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:20:43.018Z] ---> Running in c8172dad451d [2021-01-19T17:20:43.680Z] Removing intermediate container f98b6d652602 [2021-01-19T17:20:43.680Z] ---> 6207799f5d7c [2021-01-19T17:20:43.680Z] [2021-01-19T17:20:43.680Z] Step 10/22 : FROM scratch [2021-01-19T17:20:43.680Z] ---> [2021-01-19T17:20:43.680Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:20:46.457Z] ---> Using cache [2021-01-19T17:20:46.457Z] ---> b2256f690c42 [2021-01-19T17:20:46.457Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:20:46.761Z] Removing intermediate container c8172dad451d [2021-01-19T17:20:46.761Z] ---> 88e467171df8 [2021-01-19T17:20:46.761Z] Step 13/22 : WORKDIR / [2021-01-19T17:20:46.761Z] ---> Running in 294b225f5466 [2021-01-19T17:20:47.501Z] ---> a4125e4d5b8c [2021-01-19T17:20:47.501Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:20:47.501Z] ---> Running in e03d34da1be1 [2021-01-19T17:20:47.830Z] ---> Running in 40762517bcb8 [2021-01-19T17:20:48.228Z] Removing intermediate container 294b225f5466 [2021-01-19T17:20:48.228Z] ---> 319a196a562e [2021-01-19T17:20:48.228Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:20:49.246Z] ---> Running in 97713d1d2323 [2021-01-19T17:20:49.995Z] Removing intermediate container e03d34da1be1 [2021-01-19T17:20:49.995Z] ---> bd1866beb8c0 [2021-01-19T17:20:49.995Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:20:50.639Z] Removing intermediate container 97713d1d2323 [2021-01-19T17:20:50.639Z] ---> b26c52562c28 [2021-01-19T17:20:50.639Z] Step 14/22 : WORKDIR / [2021-01-19T17:20:50.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T17:20:50.919Z] ---> Running in 6d51626f6c67 [2021-01-19T17:20:51.577Z] ---> 0390945556d3 [2021-01-19T17:20:51.577Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:20:51.863Z] Removing intermediate container 6d51626f6c67 [2021-01-19T17:20:51.863Z] ---> 7fad974b8013 [2021-01-19T17:20:51.863Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:20:53.988Z] ---> 68b935b9ab97 [2021-01-19T17:20:53.988Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:20:53.988Z] ---> c10d6ccc61e2 [2021-01-19T17:20:53.988Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:20:55.579Z] ---> 337feb3b7463 [2021-01-19T17:20:55.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:20:57.121Z] ---> 0def8de79d73 [2021-01-19T17:20:57.121Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:20:57.816Z] ---> 67541543c673 [2021-01-19T17:20:57.816Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:20:58.136Z] ---> Running in 1447342ba05f [2021-01-19T17:20:59.612Z] ---> 3c137b8b6ea6 [2021-01-19T17:20:59.612Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:21:00.213Z] ---> Running in a971edb4bbd7 [2021-01-19T17:21:01.844Z] Removing intermediate container a971edb4bbd7 [2021-01-19T17:21:01.844Z] ---> ffff8574a184 [2021-01-19T17:21:01.844Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:21:02.605Z] ---> Running in f620aeeb350c [2021-01-19T17:21:03.294Z] ---> c8f7a2648132 [2021-01-19T17:21:03.294Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:21:03.608Z] ---> Running in 348fa3a15c41 [2021-01-19T17:21:03.608Z] Removing intermediate container f620aeeb350c [2021-01-19T17:21:03.608Z] ---> 45de58f5c90e [2021-01-19T17:21:03.608Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:21:03.972Z] ---> Running in fa3359755fbd [2021-01-19T17:21:04.312Z] Removing intermediate container 1447342ba05f [2021-01-19T17:21:04.312Z] ---> 4cb2072ef830 [2021-01-19T17:21:04.312Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:21:04.661Z] Removing intermediate container fa3359755fbd [2021-01-19T17:21:04.661Z] ---> 563884dcf8f1 [2021-01-19T17:21:04.661Z] Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:21:05.024Z] ---> Running in 175404b3fcdf [2021-01-19T17:21:05.024Z] ---> Running in dc18955de156 [2021-01-19T17:21:05.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T17:21:05.362Z] Removing intermediate container 175404b3fcdf [2021-01-19T17:21:05.362Z] ---> bcaf9b6a2765 [2021-01-19T17:21:05.362Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:21:05.662Z] Removing intermediate container dc18955de156 [2021-01-19T17:21:05.662Z] ---> 94725b0b0d6e [2021-01-19T17:21:05.662Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:21:05.662Z] ---> Running in 63246ed3306b [2021-01-19T17:21:05.662Z] ---> Running in 82e51b35605d [2021-01-19T17:21:06.375Z] Removing intermediate container 63246ed3306b [2021-01-19T17:21:06.375Z] ---> 3fd416b12d20 [2021-01-19T17:21:06.375Z] Step 21/22 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:21:06.375Z] Removing intermediate container 82e51b35605d [2021-01-19T17:21:06.375Z] ---> 8e95d9cb7551 [2021-01-19T17:21:06.375Z] [2021-01-19T17:21:06.375Z] ---> Running in 0b0391246745 [2021-01-19T17:21:07.522Z] Successfully built 8e95d9cb7551 [2021-01-19T17:21:07.522Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T17:21:07.522Z]  Building docker-core-metadata-go ... done Removing intermediate container 0b0391246745 [2021-01-19T17:21:07.522Z] ---> 923a46cc44b4 [2021-01-19T17:21:07.522Z] Step 22/22 : LABEL version=2.0.0-dev.45 [2021-01-19T17:21:08.176Z] ---> Running in e5e7d67bfd9b [2021-01-19T17:21:09.242Z] Removing intermediate container e5e7d67bfd9b [2021-01-19T17:21:09.242Z] ---> 7c6e8603a2b9 [2021-01-19T17:21:09.242Z] [2021-01-19T17:21:09.522Z] Successfully built 7c6e8603a2b9 [2021-01-19T17:21:09.841Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T17:21:22.520Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 40762517bcb8 [2021-01-19T17:21:22.520Z] ---> 21b942164fc5 [2021-01-19T17:21:22.520Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:21:22.520Z] ---> Running in 02f1aaaf50fd [2021-01-19T17:21:24.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.45" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T17:21:27.439Z] Removing intermediate container 02f1aaaf50fd [2021-01-19T17:21:27.439Z] ---> d5a95b53ef00 [2021-01-19T17:21:27.439Z] [2021-01-19T17:21:27.439Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:21:27.439Z] 20.10.0: Pulling from library/docker [2021-01-19T17:21:30.219Z] Removing intermediate container 348fa3a15c41 [2021-01-19T17:21:30.219Z] ---> c0186e96349f [2021-01-19T17:21:30.219Z] [2021-01-19T17:21:30.219Z] Step 10/24 : FROM scratch [2021-01-19T17:21:30.219Z] ---> [2021-01-19T17:21:30.219Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:21:30.563Z] ---> Running in 51df935ff47a [2021-01-19T17:21:30.888Z] Removing intermediate container 51df935ff47a [2021-01-19T17:21:30.888Z] ---> 781c30e36d55 [2021-01-19T17:21:31.179Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:21:31.179Z] ---> Running in 2402d7ff7550 [2021-01-19T17:21:31.464Z] Removing intermediate container 2402d7ff7550 [2021-01-19T17:21:31.464Z] ---> 27f7870c5f3a [2021-01-19T17:21:31.464Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:21:31.464Z] ---> Running in 8f6accc9f803 [2021-01-19T17:21:32.134Z] Removing intermediate container 8f6accc9f803 [2021-01-19T17:21:32.134Z] ---> fad8a63e248b [2021-01-19T17:21:32.134Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:21:32.775Z] ---> 0dd8902dd05c [2021-01-19T17:21:32.775Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:21:34.330Z] ---> 71408b8d4898 [2021-01-19T17:21:34.330Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:21:35.336Z] ---> 5b141538ac49 [2021-01-19T17:21:35.336Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:21:35.961Z] ---> 604bae7b07ec [2021-01-19T17:21:35.961Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:21:38.081Z] ---> 8d484368c2fa [2021-01-19T17:21:38.081Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:21:38.674Z] ---> 9a98fa08266f [2021-01-19T17:21:38.674Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:21:38.674Z] ---> Running in c6619c5a0760 [2021-01-19T17:21:38.948Z] Removing intermediate container c6619c5a0760 [2021-01-19T17:21:38.948Z] ---> 81dc160c9f25 [2021-01-19T17:21:38.948Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:21:39.221Z] ---> Running in 793e05352e13 [2021-01-19T17:21:39.829Z] Removing intermediate container 793e05352e13 [2021-01-19T17:21:39.829Z] ---> 7202b9c13983 [2021-01-19T17:21:39.829Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:21:40.117Z] ---> Running in 5b9832cba0a7 [2021-01-19T17:21:40.734Z] Removing intermediate container 5b9832cba0a7 [2021-01-19T17:21:40.734Z] ---> 157b96da7cfd [2021-01-19T17:21:40.734Z] Step 23/24 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:21:40.734Z] ---> Running in 03e959360164 [2021-01-19T17:21:41.341Z] Removing intermediate container 03e959360164 [2021-01-19T17:21:41.341Z] ---> c389ef34c86e [2021-01-19T17:21:41.341Z] Step 24/24 : LABEL version=2.0.0-dev.45 [2021-01-19T17:21:41.341Z] ---> Running in 1ec5178f2707 [2021-01-19T17:21:41.613Z] Removing intermediate container 1ec5178f2707 [2021-01-19T17:21:41.613Z] ---> cb3293fc7014 [2021-01-19T17:21:41.613Z] [2021-01-19T17:21:41.613Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:21:41.613Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:21:41.613Z] ---> aefe523efa57 [2021-01-19T17:21:41.613Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:21:41.613Z] Successfully built cb3293fc7014 [2021-01-19T17:21:41.906Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T17:21:41.906Z]  Building docker-support-notifications-go ... done  ---> Running in 8de03b19c9a8 [2021-01-19T17:21:42.559Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:21:42.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:21:43.414Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:21:43.414Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:21:43.685Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:21:43.685Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:21:43.685Z] OK: 12 MiB in 22 packages [2021-01-19T17:21:44.280Z] Removing intermediate container 8de03b19c9a8 [2021-01-19T17:21:44.280Z] ---> 152459acb2d0 [2021-01-19T17:21:44.280Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:21:44.552Z] ---> Running in 00b7fb611133 [2021-01-19T17:21:44.552Z] Removing intermediate container 00b7fb611133 [2021-01-19T17:21:44.552Z] ---> ca85c5384616 [2021-01-19T17:21:44.552Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:21:44.818Z] ---> Running in 81e085048bdc [2021-01-19T17:21:44.818Z] Removing intermediate container 81e085048bdc [2021-01-19T17:21:44.818Z] ---> 8df09fb755f9 [2021-01-19T17:21:44.818Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:21:45.087Z] ---> Running in 14f322ccfd6f [2021-01-19T17:21:45.366Z] Removing intermediate container 14f322ccfd6f [2021-01-19T17:21:45.366Z] ---> 674a00e5ce48 [2021-01-19T17:21:45.366Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:21:46.359Z] ---> 8f278ca6f346 [2021-01-19T17:21:46.359Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:21:46.680Z] ---> 8c03c74bdbb8 [2021-01-19T17:21:46.680Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:21:47.282Z] ---> 20b38bc5f104 [2021-01-19T17:21:47.282Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:21:47.282Z] ---> Running in 83826ccc7e6b [2021-01-19T17:21:48.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:21:48.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:21:48.551Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:21:48.551Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:21:48.820Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:21:48.820Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:21:48.820Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:21:48.820Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:21:48.820Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:21:53.147Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:21:53.147Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:21:53.147Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:21:53.147Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:21:53.147Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:21:53.147Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:21:53.147Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:21:53.147Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:21:53.420Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:21:53.420Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:21:53.420Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:21:53.420Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:21:53.699Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:21:53.699Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:21:53.699Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:21:53.699Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:21:54.282Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:21:54.282Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:21:54.282Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:21:54.282Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:21:54.282Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:21:54.282Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:21:54.282Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:21:54.548Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:21:54.548Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:21:54.548Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:21:54.820Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:21:54.820Z] OK: 71 MiB in 55 packages [2021-01-19T17:22:05.125Z] Removing intermediate container 83826ccc7e6b [2021-01-19T17:22:05.125Z] ---> c8bf35360ec9 [2021-01-19T17:22:05.125Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:22:05.125Z] ---> Running in 8f57357f4566 [2021-01-19T17:22:08.575Z] Collecting docker-compose==1.23.2 [2021-01-19T17:22:08.575Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:22:08.575Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:22:08.575Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:22:09.258Z] 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-01-19T17:22:09.258Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:22:09.258Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:22:09.588Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:22:09.588Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:22:09.881Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:22:09.881Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:22:10.862Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:22:10.862Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:22:11.847Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:22:11.847Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:22:12.437Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:22:12.437Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:22:12.437Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:22:12.437Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:22:13.408Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:22:13.408Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:22:13.408Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:22:13.408Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:22:13.686Z] 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-01-19T17:22:13.686Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:22:13.686Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:22:13.686Z] 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-01-19T17:22:13.957Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:22:13.957Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:22:13.957Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:22:13.957Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:22:13.957Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:22:13.957Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:22:14.232Z] Installing collected packages: docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, dockerpty, PyYAML, texttable, jsonschema, docker-compose [2021-01-19T17:22:14.232Z] Running setup.py install for docopt: started [2021-01-19T17:22:15.204Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:22:15.204Z] Attempting uninstall: urllib3 [2021-01-19T17:22:15.204Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:22:15.204Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:22:15.204Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:22:15.475Z] Attempting uninstall: idna [2021-01-19T17:22:15.475Z] Found existing installation: idna 2.9 [2021-01-19T17:22:15.475Z] Uninstalling idna-2.9: [2021-01-19T17:22:15.475Z] Successfully uninstalled idna-2.9 [2021-01-19T17:22:15.741Z] Attempting uninstall: requests [2021-01-19T17:22:15.741Z] Found existing installation: requests 2.23.0 [2021-01-19T17:22:15.741Z] Uninstalling requests-2.23.0: [2021-01-19T17:22:15.741Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:22:16.339Z] Running setup.py install for dockerpty: started [2021-01-19T17:22:16.935Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:22:16.935Z] Running setup.py install for PyYAML: started [2021-01-19T17:22:17.960Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:22:17.960Z] Running setup.py install for texttable: started [2021-01-19T17:22:18.555Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:22:19.147Z] 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.57.0 [2021-01-19T17:22:21.799Z] Removing intermediate container 8f57357f4566 [2021-01-19T17:22:21.799Z] ---> 2ca3b6b5e7e1 [2021-01-19T17:22:21.799Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:22:22.072Z] ---> Running in e3a4f27b3790 [2021-01-19T17:22:22.686Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:22:22.971Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:22:23.565Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:22:23.565Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:22:23.565Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:22:23.565Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:22:23.565Z] OK: 72 MiB in 58 packages [2021-01-19T17:22:24.579Z] Removing intermediate container e3a4f27b3790 [2021-01-19T17:22:24.579Z] ---> 40bdf1564107 [2021-01-19T17:22:24.579Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:22:24.579Z] ---> Running in ac53ff5022b1 [2021-01-19T17:22:24.894Z] Removing intermediate container ac53ff5022b1 [2021-01-19T17:22:24.894Z] ---> b6e3d1d0ed87 [2021-01-19T17:22:24.894Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:22:24.894Z] ---> Running in f70af13c11dc [2021-01-19T17:22:25.216Z] Removing intermediate container f70af13c11dc [2021-01-19T17:22:25.216Z] ---> 49f0e059d4c4 [2021-01-19T17:22:25.216Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T17:22:25.493Z] ---> Running in c1f2f5658d3b [2021-01-19T17:22:25.762Z] Removing intermediate container c1f2f5658d3b [2021-01-19T17:22:25.762Z] ---> 82c6f61d6aff [2021-01-19T17:22:25.762Z] Step 25/26 : LABEL git_sha=250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:25.762Z] ---> Running in c1076a09a5e0 [2021-01-19T17:22:26.079Z] Removing intermediate container c1076a09a5e0 [2021-01-19T17:22:26.079Z] ---> 78a06ebcd631 [2021-01-19T17:22:26.079Z] Step 26/26 : LABEL version=2.0.0-dev.45 [2021-01-19T17:22:26.079Z] ---> Running in 5ce9e0f540e1 [2021-01-19T17:22:26.693Z] Removing intermediate container 5ce9e0f540e1 [2021-01-19T17:22:26.693Z] ---> 3dcd7c9a414f [2021-01-19T17:22:26.693Z] [2021-01-19T17:22:26.972Z] Successfully built 3dcd7c9a414f [2021-01-19T17:22:26.972Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T17:22:27.963Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T17:22:28.004Z] $ docker stop --time=1 549c974b042e295f01fee259e7dd9cba485d52d0eccbac008b6213923240a84f [2021-01-19T17:22:29.994Z] $ docker rm -f 549c974b042e295f01fee259e7dd9cba485d52d0eccbac008b6213923240a84f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:22:30.745Z] + docker images [2021-01-19T17:22:30.745Z] + grep docker [2021-01-19T17:22:30.745Z] docker-sys-mgmt-agent-go latest 3dcd7c9a414f 4 seconds ago 313MB [2021-01-19T17:22:30.745Z] docker-support-notifications-go latest cb3293fc7014 49 seconds ago 12MB [2021-01-19T17:22:30.745Z] docker-security-bootstrap-redis-go latest 7c6e8603a2b9 About a minute ago 15.8MB [2021-01-19T17:22:30.745Z] docker-core-metadata-go latest 8e95d9cb7551 About a minute ago 13.1MB [2021-01-19T17:22:30.745Z] docker-core-data-go latest 57e493e649dc 3 minutes ago 22.3MB [2021-01-19T17:22:30.745Z] docker-security-secretstore-setup-go latest 3b07f463b926 3 minutes ago 24.6MB [2021-01-19T17:22:30.745Z] docker-security-proxy-setup-go latest de94a2dc2573 3 minutes ago 24.4MB [2021-01-19T17:22:30.745Z] docker-core-command-go latest ae77ee73b63d 3 minutes ago 10.6MB [2021-01-19T17:22:30.745Z] docker-support-scheduler-go latest aaa9f2d1cce5 3 minutes ago 10.7MB [2021-01-19T17:22:30.745Z] docker 20.10.0 aefe523efa57 5 weeks 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-01-19T17:22:31.371Z] provisioning config files... [2021-01-19T17:22:31.442Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/304@tmp/config8731954218492901385tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:22:32.142Z] ---> docker-login.sh [2021-01-19T17:22:32.142Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:22:32.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:22:32.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:22:32.860Z] Configure a credential helper to remove this warning. See [2021-01-19T17:22:32.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:22:32.860Z] [2021-01-19T17:22:32.860Z] Login Succeeded [2021-01-19T17:22:32.860Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:22:33.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:22:33.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:22:33.132Z] Configure a credential helper to remove this warning. See [2021-01-19T17:22:33.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:22:33.132Z] [2021-01-19T17:22:33.132Z] Login Succeeded [2021-01-19T17:22:33.132Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:22:33.416Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:22:33.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:22:33.695Z] Configure a credential helper to remove this warning. See [2021-01-19T17:22:33.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:22:33.695Z] [2021-01-19T17:22:33.695Z] Login Succeeded [2021-01-19T17:22:33.695Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:22:34.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:22:34.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:22:34.037Z] Configure a credential helper to remove this warning. See [2021-01-19T17:22:34.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:22:34.037Z] [2021-01-19T17:22:34.037Z] Login Succeeded [2021-01-19T17:22:34.037Z] docker.io [2021-01-19T17:22:34.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:22:34.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:22:34.590Z] Configure a credential helper to remove this warning. See [2021-01-19T17:22:34.590Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:22:34.590Z] [2021-01-19T17:22:34.590Z] Login Succeeded [2021-01-19T17:22:34.590Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:22:34.615Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:22:34.811Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-19T17:22:34.811Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:34.811Z] 2.0.0-dev.45 [2021-01-19T17:22:34.811Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:34.811Z] master [2021-01-19T17:22:34.811Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:35.332Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:35.743Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:35.743Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T17:22:35.743Z] b2136f269b90: Preparing [2021-01-19T17:22:35.743Z] c2e8c253d100: Preparing [2021-01-19T17:22:35.743Z] 07546aaa408b: Preparing [2021-01-19T17:22:36.331Z] b2136f269b90: Pushed [2021-01-19T17:22:36.332Z] 07546aaa408b: Pushed [2021-01-19T17:22:37.803Z] c2e8c253d100: Pushed [2021-01-19T17:22:38.088Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:ebee125832b378d211624ca85b925c79ff929a4d7e8c86cd65da4590ad4a9947 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:38.546Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:39.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 [2021-01-19T17:22:39.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T17:22:39.514Z] b2136f269b90: Preparing [2021-01-19T17:22:39.514Z] c2e8c253d100: Preparing [2021-01-19T17:22:39.514Z] 07546aaa408b: Preparing [2021-01-19T17:22:39.514Z] b2136f269b90: Layer already exists [2021-01-19T17:22:39.514Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:39.514Z] c2e8c253d100: Layer already exists [2021-01-19T17:22:39.514Z] 2.0.0-dev.45: digest: sha256:ebee125832b378d211624ca85b925c79ff929a4d7e8c86cd65da4590ad4a9947 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:40.020Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:40.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:40.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T17:22:40.703Z] b2136f269b90: Preparing [2021-01-19T17:22:40.703Z] c2e8c253d100: Preparing [2021-01-19T17:22:40.703Z] 07546aaa408b: Preparing [2021-01-19T17:22:40.703Z] b2136f269b90: Layer already exists [2021-01-19T17:22:40.703Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:40.703Z] c2e8c253d100: Layer already exists [2021-01-19T17:22:40.703Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:ebee125832b378d211624ca85b925c79ff929a4d7e8c86cd65da4590ad4a9947 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:41.092Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:41.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-19T17:22:41.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T17:22:41.466Z] b2136f269b90: Preparing [2021-01-19T17:22:41.466Z] c2e8c253d100: Preparing [2021-01-19T17:22:41.466Z] 07546aaa408b: Preparing [2021-01-19T17:22:41.736Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:41.736Z] b2136f269b90: Layer already exists [2021-01-19T17:22:41.736Z] c2e8c253d100: Layer already exists [2021-01-19T17:22:41.736Z] master: digest: sha256:ebee125832b378d211624ca85b925c79ff929a4d7e8c86cd65da4590ad4a9947 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:22:41.951Z] ===================================================== [Pipeline] echo [2021-01-19T17:22:41.997Z] taggedImages: [2021-01-19T17:22:41.997Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:41.997Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.45 [2021-01-19T17:22:41.997Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:41.997Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-19T17:22:42.068Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-19T17:22:42.068Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:42.068Z] 2.0.0-dev.45 [2021-01-19T17:22:42.068Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:42.068Z] master [2021-01-19T17:22:42.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:42.637Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:42.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:42.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T17:22:42.967Z] 7447a22a460b: Preparing [2021-01-19T17:22:42.967Z] 9a141c35cdf1: Preparing [2021-01-19T17:22:42.967Z] 07546aaa408b: Preparing [2021-01-19T17:22:42.967Z] a5432afba15b: Preparing [2021-01-19T17:22:42.967Z] 4759e3e29747: Preparing [2021-01-19T17:22:42.967Z] 777b2c648970: Preparing [2021-01-19T17:22:42.967Z] 777b2c648970: Waiting [2021-01-19T17:22:42.967Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:43.237Z] 777b2c648970: Layer already exists [2021-01-19T17:22:43.237Z] 4759e3e29747: Pushed [2021-01-19T17:22:43.237Z] 7447a22a460b: Pushed [2021-01-19T17:22:43.521Z] a5432afba15b: Pushed [2021-01-19T17:22:46.395Z] 9a141c35cdf1: Pushed [2021-01-19T17:22:46.395Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:6a6543f69d0596b2908fb6063a3c16648df3baacb20f65609b2d7e07b00d0c1e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:46.944Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:47.318Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 [2021-01-19T17:22:47.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T17:22:47.595Z] 7447a22a460b: Preparing [2021-01-19T17:22:47.595Z] 9a141c35cdf1: Preparing [2021-01-19T17:22:47.595Z] 07546aaa408b: Preparing [2021-01-19T17:22:47.595Z] a5432afba15b: Preparing [2021-01-19T17:22:47.595Z] 4759e3e29747: Preparing [2021-01-19T17:22:47.595Z] 777b2c648970: Preparing [2021-01-19T17:22:47.595Z] 777b2c648970: Waiting [2021-01-19T17:22:47.596Z] 4759e3e29747: Layer already exists [2021-01-19T17:22:47.596Z] 9a141c35cdf1: Layer already exists [2021-01-19T17:22:47.596Z] 7447a22a460b: Layer already exists [2021-01-19T17:22:47.596Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:47.596Z] a5432afba15b: Layer already exists [2021-01-19T17:22:47.596Z] 777b2c648970: Layer already exists [2021-01-19T17:22:47.596Z] 2.0.0-dev.45: digest: sha256:6a6543f69d0596b2908fb6063a3c16648df3baacb20f65609b2d7e07b00d0c1e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:48.025Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:48.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:48.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T17:22:48.400Z] 7447a22a460b: Preparing [2021-01-19T17:22:48.400Z] 9a141c35cdf1: Preparing [2021-01-19T17:22:48.400Z] 07546aaa408b: Preparing [2021-01-19T17:22:48.400Z] a5432afba15b: Preparing [2021-01-19T17:22:48.400Z] 4759e3e29747: Preparing [2021-01-19T17:22:48.400Z] 777b2c648970: Preparing [2021-01-19T17:22:48.400Z] 777b2c648970: Waiting [2021-01-19T17:22:48.668Z] a5432afba15b: Layer already exists [2021-01-19T17:22:48.668Z] 7447a22a460b: Layer already exists [2021-01-19T17:22:48.668Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:48.668Z] 9a141c35cdf1: Layer already exists [2021-01-19T17:22:48.668Z] 4759e3e29747: Layer already exists [2021-01-19T17:22:48.668Z] 777b2c648970: Layer already exists [2021-01-19T17:22:48.668Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:6a6543f69d0596b2908fb6063a3c16648df3baacb20f65609b2d7e07b00d0c1e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:49.049Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:49.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-19T17:22:49.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T17:22:49.390Z] 7447a22a460b: Preparing [2021-01-19T17:22:49.390Z] 9a141c35cdf1: Preparing [2021-01-19T17:22:49.390Z] 07546aaa408b: Preparing [2021-01-19T17:22:49.390Z] a5432afba15b: Preparing [2021-01-19T17:22:49.390Z] 4759e3e29747: Preparing [2021-01-19T17:22:49.390Z] 777b2c648970: Preparing [2021-01-19T17:22:49.390Z] 777b2c648970: Waiting [2021-01-19T17:22:49.390Z] 4759e3e29747: Layer already exists [2021-01-19T17:22:49.390Z] a5432afba15b: Layer already exists [2021-01-19T17:22:49.390Z] 7447a22a460b: Layer already exists [2021-01-19T17:22:49.390Z] 9a141c35cdf1: Layer already exists [2021-01-19T17:22:49.390Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:49.390Z] 777b2c648970: Layer already exists [2021-01-19T17:22:49.670Z] master: digest: sha256:6a6543f69d0596b2908fb6063a3c16648df3baacb20f65609b2d7e07b00d0c1e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:22:49.916Z] ===================================================== [Pipeline] echo [2021-01-19T17:22:49.982Z] taggedImages: [2021-01-19T17:22:49.982Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:49.982Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.45 [2021-01-19T17:22:49.982Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:49.982Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-19T17:22:50.080Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-19T17:22:50.080Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:50.080Z] 2.0.0-dev.45 [2021-01-19T17:22:50.080Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:50.080Z] master [2021-01-19T17:22:50.080Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:50.659Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:51.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:51.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T17:22:51.009Z] 522c5de4ecf2: Preparing [2021-01-19T17:22:51.009Z] 8866158a717d: Preparing [2021-01-19T17:22:51.009Z] 07546aaa408b: Preparing [2021-01-19T17:22:51.009Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:51.282Z] 522c5de4ecf2: Pushed [2021-01-19T17:22:53.446Z] 8866158a717d: Pushed [2021-01-19T17:22:53.446Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:a4a08b86e59510ff08bef53988f10baee3564bad159d23cf46c02a82735ea161 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:53.847Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:54.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 [2021-01-19T17:22:54.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T17:22:54.846Z] 522c5de4ecf2: Preparing [2021-01-19T17:22:54.846Z] 8866158a717d: Preparing [2021-01-19T17:22:54.846Z] 07546aaa408b: Preparing [2021-01-19T17:22:54.846Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:55.130Z] 522c5de4ecf2: Layer already exists [2021-01-19T17:22:55.130Z] 8866158a717d: Layer already exists [2021-01-19T17:22:55.130Z] 2.0.0-dev.45: digest: sha256:a4a08b86e59510ff08bef53988f10baee3564bad159d23cf46c02a82735ea161 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:55.475Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:55.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:55.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T17:22:56.088Z] 522c5de4ecf2: Preparing [2021-01-19T17:22:56.088Z] 8866158a717d: Preparing [2021-01-19T17:22:56.088Z] 07546aaa408b: Preparing [2021-01-19T17:22:56.088Z] 522c5de4ecf2: Layer already exists [2021-01-19T17:22:56.088Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:56.088Z] 8866158a717d: Layer already exists [2021-01-19T17:22:56.088Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:a4a08b86e59510ff08bef53988f10baee3564bad159d23cf46c02a82735ea161 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:56.473Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:56.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-19T17:22:56.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T17:22:56.869Z] 522c5de4ecf2: Preparing [2021-01-19T17:22:56.869Z] 8866158a717d: Preparing [2021-01-19T17:22:56.869Z] 07546aaa408b: Preparing [2021-01-19T17:22:56.869Z] 8866158a717d: Layer already exists [2021-01-19T17:22:56.869Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:56.869Z] 522c5de4ecf2: Layer already exists [2021-01-19T17:22:56.869Z] master: digest: sha256:a4a08b86e59510ff08bef53988f10baee3564bad159d23cf46c02a82735ea161 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:22:57.337Z] ===================================================== [Pipeline] echo [2021-01-19T17:22:57.402Z] taggedImages: [2021-01-19T17:22:57.402Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:57.402Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.45 [2021-01-19T17:22:57.402Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:57.402Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-19T17:22:57.499Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-19T17:22:57.499Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:57.499Z] 2.0.0-dev.45 [2021-01-19T17:22:57.499Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:22:57.499Z] master [2021-01-19T17:22:57.499Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:57.997Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:58.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:22:58.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T17:22:58.377Z] ef0e9b9f6f4d: Preparing [2021-01-19T17:22:58.377Z] bc5d90595818: Preparing [2021-01-19T17:22:58.377Z] b200eb6176b0: Preparing [2021-01-19T17:22:58.377Z] 4cbba4df1b77: Preparing [2021-01-19T17:22:58.377Z] 07546aaa408b: Preparing [2021-01-19T17:22:58.377Z] c43dd6793255: Preparing [2021-01-19T17:22:58.377Z] 777b2c648970: Preparing [2021-01-19T17:22:58.377Z] c43dd6793255: Waiting [2021-01-19T17:22:58.377Z] 777b2c648970: Waiting [2021-01-19T17:22:58.729Z] 07546aaa408b: Layer already exists [2021-01-19T17:22:58.729Z] ef0e9b9f6f4d: Pushed [2021-01-19T17:22:58.729Z] b200eb6176b0: Pushed [2021-01-19T17:22:58.729Z] bc5d90595818: Pushed [2021-01-19T17:22:59.018Z] 777b2c648970: Layer already exists [2021-01-19T17:23:00.146Z] c43dd6793255: Pushed [2021-01-19T17:23:00.451Z] 4cbba4df1b77: Pushed [2021-01-19T17:23:00.735Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:b3a6a9b864cc6f99a28d85727df3ad0432b99740be62161db75b7b5e38cd558d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:01.104Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:01.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.45 [2021-01-19T17:23:01.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T17:23:01.436Z] ef0e9b9f6f4d: Preparing [2021-01-19T17:23:01.436Z] bc5d90595818: Preparing [2021-01-19T17:23:01.436Z] b200eb6176b0: Preparing [2021-01-19T17:23:01.436Z] 4cbba4df1b77: Preparing [2021-01-19T17:23:01.436Z] 07546aaa408b: Preparing [2021-01-19T17:23:01.436Z] c43dd6793255: Preparing [2021-01-19T17:23:01.436Z] 777b2c648970: Preparing [2021-01-19T17:23:01.436Z] 777b2c648970: Waiting [2021-01-19T17:23:01.436Z] c43dd6793255: Waiting [2021-01-19T17:23:01.436Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:01.436Z] bc5d90595818: Layer already exists [2021-01-19T17:23:01.436Z] b200eb6176b0: Layer already exists [2021-01-19T17:23:01.436Z] ef0e9b9f6f4d: Layer already exists [2021-01-19T17:23:01.436Z] 4cbba4df1b77: Layer already exists [2021-01-19T17:23:01.436Z] 777b2c648970: Layer already exists [2021-01-19T17:23:01.436Z] c43dd6793255: Layer already exists [2021-01-19T17:23:01.716Z] 2.0.0-dev.45: digest: sha256:b3a6a9b864cc6f99a28d85727df3ad0432b99740be62161db75b7b5e38cd558d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:02.058Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:02.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:02.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T17:23:02.396Z] ef0e9b9f6f4d: Preparing [2021-01-19T17:23:02.396Z] bc5d90595818: Preparing [2021-01-19T17:23:02.396Z] b200eb6176b0: Preparing [2021-01-19T17:23:02.396Z] 4cbba4df1b77: Preparing [2021-01-19T17:23:02.396Z] 07546aaa408b: Preparing [2021-01-19T17:23:02.396Z] c43dd6793255: Preparing [2021-01-19T17:23:02.396Z] 777b2c648970: Preparing [2021-01-19T17:23:02.396Z] c43dd6793255: Waiting [2021-01-19T17:23:02.396Z] 777b2c648970: Waiting [2021-01-19T17:23:02.396Z] bc5d90595818: Layer already exists [2021-01-19T17:23:02.396Z] ef0e9b9f6f4d: Layer already exists [2021-01-19T17:23:02.396Z] 4cbba4df1b77: Layer already exists [2021-01-19T17:23:02.396Z] b200eb6176b0: Layer already exists [2021-01-19T17:23:02.396Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:02.396Z] 777b2c648970: Layer already exists [2021-01-19T17:23:02.396Z] c43dd6793255: Layer already exists [2021-01-19T17:23:02.690Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:b3a6a9b864cc6f99a28d85727df3ad0432b99740be62161db75b7b5e38cd558d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:03.051Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:03.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-19T17:23:03.449Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T17:23:03.449Z] ef0e9b9f6f4d: Preparing [2021-01-19T17:23:03.449Z] bc5d90595818: Preparing [2021-01-19T17:23:03.449Z] b200eb6176b0: Preparing [2021-01-19T17:23:03.449Z] 4cbba4df1b77: Preparing [2021-01-19T17:23:03.449Z] 07546aaa408b: Preparing [2021-01-19T17:23:03.449Z] c43dd6793255: Preparing [2021-01-19T17:23:03.449Z] 777b2c648970: Preparing [2021-01-19T17:23:03.449Z] c43dd6793255: Waiting [2021-01-19T17:23:03.449Z] 777b2c648970: Waiting [2021-01-19T17:23:03.449Z] b200eb6176b0: Layer already exists [2021-01-19T17:23:03.449Z] ef0e9b9f6f4d: Layer already exists [2021-01-19T17:23:03.449Z] 4cbba4df1b77: Layer already exists [2021-01-19T17:23:03.449Z] bc5d90595818: Layer already exists [2021-01-19T17:23:03.449Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:03.449Z] c43dd6793255: Layer already exists [2021-01-19T17:23:03.449Z] 777b2c648970: Layer already exists [2021-01-19T17:23:03.740Z] master: digest: sha256:b3a6a9b864cc6f99a28d85727df3ad0432b99740be62161db75b7b5e38cd558d size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:23:03.966Z] ===================================================== [Pipeline] echo [2021-01-19T17:23:04.028Z] taggedImages: [2021-01-19T17:23:04.028Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:04.028Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.45 [2021-01-19T17:23:04.028Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:04.028Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-19T17:23:04.102Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-19T17:23:04.102Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:04.102Z] 2.0.0-dev.45 [2021-01-19T17:23:04.102Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:04.102Z] master [2021-01-19T17:23:04.102Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:04.607Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:04.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:04.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T17:23:04.968Z] 306efad79f31: Preparing [2021-01-19T17:23:04.968Z] f15d0798ed90: Preparing [2021-01-19T17:23:04.968Z] 64f5e886e611: Preparing [2021-01-19T17:23:04.968Z] 6d13b56a33a5: Preparing [2021-01-19T17:23:04.968Z] a5f24ca2ee74: Preparing [2021-01-19T17:23:04.968Z] 777b2c648970: Preparing [2021-01-19T17:23:04.968Z] 777b2c648970: Waiting [2021-01-19T17:23:05.242Z] 64f5e886e611: Pushed [2021-01-19T17:23:05.242Z] 6d13b56a33a5: Pushed [2021-01-19T17:23:05.525Z] 777b2c648970: Layer already exists [2021-01-19T17:23:05.810Z] a5f24ca2ee74: Pushed [2021-01-19T17:23:06.849Z] 306efad79f31: Pushed [2021-01-19T17:23:07.848Z] f15d0798ed90: Pushed [2021-01-19T17:23:07.848Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:496ca134395ff12cdcb5cc2f975967604a59fee0bd294772acb61af89364d10d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:08.498Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:08.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.45 [2021-01-19T17:23:08.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T17:23:08.862Z] 306efad79f31: Preparing [2021-01-19T17:23:08.862Z] f15d0798ed90: Preparing [2021-01-19T17:23:08.862Z] 64f5e886e611: Preparing [2021-01-19T17:23:08.862Z] 6d13b56a33a5: Preparing [2021-01-19T17:23:08.862Z] a5f24ca2ee74: Preparing [2021-01-19T17:23:08.862Z] 777b2c648970: Preparing [2021-01-19T17:23:08.862Z] 777b2c648970: Waiting [2021-01-19T17:23:08.862Z] 6d13b56a33a5: Layer already exists [2021-01-19T17:23:08.862Z] a5f24ca2ee74: Layer already exists [2021-01-19T17:23:08.862Z] f15d0798ed90: Layer already exists [2021-01-19T17:23:08.862Z] 306efad79f31: Layer already exists [2021-01-19T17:23:08.862Z] 64f5e886e611: Layer already exists [2021-01-19T17:23:08.862Z] 777b2c648970: Layer already exists [2021-01-19T17:23:08.862Z] 2.0.0-dev.45: digest: sha256:496ca134395ff12cdcb5cc2f975967604a59fee0bd294772acb61af89364d10d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:09.204Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:09.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:09.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T17:23:09.549Z] 306efad79f31: Preparing [2021-01-19T17:23:09.549Z] f15d0798ed90: Preparing [2021-01-19T17:23:09.550Z] 64f5e886e611: Preparing [2021-01-19T17:23:09.550Z] 6d13b56a33a5: Preparing [2021-01-19T17:23:09.550Z] a5f24ca2ee74: Preparing [2021-01-19T17:23:09.550Z] 777b2c648970: Preparing [2021-01-19T17:23:09.550Z] 777b2c648970: Waiting [2021-01-19T17:23:09.550Z] f15d0798ed90: Layer already exists [2021-01-19T17:23:09.550Z] 64f5e886e611: Layer already exists [2021-01-19T17:23:09.550Z] a5f24ca2ee74: Layer already exists [2021-01-19T17:23:09.550Z] 6d13b56a33a5: Layer already exists [2021-01-19T17:23:09.550Z] 306efad79f31: Layer already exists [2021-01-19T17:23:09.550Z] 777b2c648970: Layer already exists [2021-01-19T17:23:09.816Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:496ca134395ff12cdcb5cc2f975967604a59fee0bd294772acb61af89364d10d size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:10.159Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:10.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-19T17:23:10.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T17:23:10.760Z] 306efad79f31: Preparing [2021-01-19T17:23:10.760Z] f15d0798ed90: Preparing [2021-01-19T17:23:10.760Z] 64f5e886e611: Preparing [2021-01-19T17:23:10.760Z] 6d13b56a33a5: Preparing [2021-01-19T17:23:10.760Z] a5f24ca2ee74: Preparing [2021-01-19T17:23:10.760Z] 777b2c648970: Preparing [2021-01-19T17:23:10.760Z] 777b2c648970: Waiting [2021-01-19T17:23:10.760Z] f15d0798ed90: Layer already exists [2021-01-19T17:23:10.760Z] a5f24ca2ee74: Layer already exists [2021-01-19T17:23:10.760Z] 6d13b56a33a5: Layer already exists [2021-01-19T17:23:10.760Z] 64f5e886e611: Layer already exists [2021-01-19T17:23:10.760Z] 306efad79f31: Layer already exists [2021-01-19T17:23:10.760Z] 777b2c648970: Layer already exists [2021-01-19T17:23:10.760Z] master: digest: sha256:496ca134395ff12cdcb5cc2f975967604a59fee0bd294772acb61af89364d10d size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:23:10.966Z] ===================================================== [Pipeline] echo [2021-01-19T17:23:11.104Z] taggedImages: [2021-01-19T17:23:11.104Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:11.104Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.45 [2021-01-19T17:23:11.104Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:11.104Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-19T17:23:11.186Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-19T17:23:11.186Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:11.186Z] 2.0.0-dev.45 [2021-01-19T17:23:11.186Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:11.186Z] master [2021-01-19T17:23:11.186Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:11.723Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:12.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:12.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T17:23:12.110Z] 8e0c9efe94d3: Preparing [2021-01-19T17:23:12.110Z] b163ec655d08: Preparing [2021-01-19T17:23:12.110Z] 4fb6c20ae4e8: Preparing [2021-01-19T17:23:12.110Z] 5f2a925a6b24: Preparing [2021-01-19T17:23:12.110Z] 54d3526f8dc6: Preparing [2021-01-19T17:23:12.110Z] 611d5fe7ee9d: Preparing [2021-01-19T17:23:12.110Z] 7395378d4296: Preparing [2021-01-19T17:23:12.110Z] c43dd6793255: Preparing [2021-01-19T17:23:12.110Z] 777b2c648970: Preparing [2021-01-19T17:23:12.110Z] 7395378d4296: Waiting [2021-01-19T17:23:12.110Z] c43dd6793255: Waiting [2021-01-19T17:23:12.110Z] 777b2c648970: Waiting [2021-01-19T17:23:12.110Z] 611d5fe7ee9d: Waiting [2021-01-19T17:23:12.406Z] b163ec655d08: Pushed [2021-01-19T17:23:12.791Z] 54d3526f8dc6: Pushed [2021-01-19T17:23:12.791Z] 8e0c9efe94d3: Pushed [2021-01-19T17:23:13.107Z] c43dd6793255: Layer already exists [2021-01-19T17:23:13.107Z] 777b2c648970: Layer already exists [2021-01-19T17:23:13.107Z] 611d5fe7ee9d: Pushed [2021-01-19T17:23:13.107Z] 7395378d4296: Pushed [2021-01-19T17:23:14.139Z] 5f2a925a6b24: Pushed [2021-01-19T17:23:14.404Z] 4fb6c20ae4e8: Pushed [2021-01-19T17:23:14.673Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:d82c25fa2f76f9c18e82d8cabfa4d25a2a2760409bf1bb68eed5ac74f9d3bac8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:15.414Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:15.806Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.45 [2021-01-19T17:23:15.806Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T17:23:15.806Z] 8e0c9efe94d3: Preparing [2021-01-19T17:23:15.806Z] b163ec655d08: Preparing [2021-01-19T17:23:15.806Z] 4fb6c20ae4e8: Preparing [2021-01-19T17:23:15.806Z] 5f2a925a6b24: Preparing [2021-01-19T17:23:15.806Z] 54d3526f8dc6: Preparing [2021-01-19T17:23:15.806Z] 611d5fe7ee9d: Preparing [2021-01-19T17:23:15.806Z] 7395378d4296: Preparing [2021-01-19T17:23:15.806Z] c43dd6793255: Preparing [2021-01-19T17:23:15.806Z] 777b2c648970: Preparing [2021-01-19T17:23:15.806Z] 611d5fe7ee9d: Waiting [2021-01-19T17:23:15.806Z] 7395378d4296: Waiting [2021-01-19T17:23:15.806Z] c43dd6793255: Waiting [2021-01-19T17:23:15.806Z] 777b2c648970: Waiting [2021-01-19T17:23:16.095Z] 4fb6c20ae4e8: Layer already exists [2021-01-19T17:23:16.095Z] 5f2a925a6b24: Layer already exists [2021-01-19T17:23:16.095Z] 8e0c9efe94d3: Layer already exists [2021-01-19T17:23:16.095Z] b163ec655d08: Layer already exists [2021-01-19T17:23:16.095Z] 54d3526f8dc6: Layer already exists [2021-01-19T17:23:16.095Z] 777b2c648970: Layer already exists [2021-01-19T17:23:16.095Z] 7395378d4296: Layer already exists [2021-01-19T17:23:16.095Z] c43dd6793255: Layer already exists [2021-01-19T17:23:16.095Z] 611d5fe7ee9d: Layer already exists [2021-01-19T17:23:16.095Z] 2.0.0-dev.45: digest: sha256:d82c25fa2f76f9c18e82d8cabfa4d25a2a2760409bf1bb68eed5ac74f9d3bac8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:16.619Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:17.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:17.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T17:23:17.019Z] 8e0c9efe94d3: Preparing [2021-01-19T17:23:17.019Z] b163ec655d08: Preparing [2021-01-19T17:23:17.019Z] 4fb6c20ae4e8: Preparing [2021-01-19T17:23:17.019Z] 5f2a925a6b24: Preparing [2021-01-19T17:23:17.019Z] 54d3526f8dc6: Preparing [2021-01-19T17:23:17.019Z] 611d5fe7ee9d: Preparing [2021-01-19T17:23:17.019Z] 7395378d4296: Preparing [2021-01-19T17:23:17.019Z] c43dd6793255: Preparing [2021-01-19T17:23:17.019Z] 777b2c648970: Preparing [2021-01-19T17:23:17.019Z] 611d5fe7ee9d: Waiting [2021-01-19T17:23:17.019Z] c43dd6793255: Waiting [2021-01-19T17:23:17.019Z] 777b2c648970: Waiting [2021-01-19T17:23:17.019Z] 7395378d4296: Waiting [2021-01-19T17:23:17.371Z] 8e0c9efe94d3: Layer already exists [2021-01-19T17:23:17.371Z] 4fb6c20ae4e8: Layer already exists [2021-01-19T17:23:17.371Z] 5f2a925a6b24: Layer already exists [2021-01-19T17:23:17.371Z] 54d3526f8dc6: Layer already exists [2021-01-19T17:23:17.371Z] b163ec655d08: Layer already exists [2021-01-19T17:23:17.371Z] 7395378d4296: Layer already exists [2021-01-19T17:23:17.371Z] 777b2c648970: Layer already exists [2021-01-19T17:23:17.371Z] c43dd6793255: Layer already exists [2021-01-19T17:23:17.371Z] 611d5fe7ee9d: Layer already exists [2021-01-19T17:23:17.371Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:d82c25fa2f76f9c18e82d8cabfa4d25a2a2760409bf1bb68eed5ac74f9d3bac8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:17.801Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:18.458Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-19T17:23:18.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T17:23:18.767Z] 8e0c9efe94d3: Preparing [2021-01-19T17:23:18.767Z] b163ec655d08: Preparing [2021-01-19T17:23:18.767Z] 4fb6c20ae4e8: Preparing [2021-01-19T17:23:18.767Z] 5f2a925a6b24: Preparing [2021-01-19T17:23:18.767Z] 54d3526f8dc6: Preparing [2021-01-19T17:23:18.767Z] 611d5fe7ee9d: Preparing [2021-01-19T17:23:18.767Z] 7395378d4296: Preparing [2021-01-19T17:23:18.767Z] c43dd6793255: Preparing [2021-01-19T17:23:18.767Z] 777b2c648970: Preparing [2021-01-19T17:23:18.767Z] 611d5fe7ee9d: Waiting [2021-01-19T17:23:18.767Z] 7395378d4296: Waiting [2021-01-19T17:23:18.767Z] c43dd6793255: Waiting [2021-01-19T17:23:18.767Z] 777b2c648970: Waiting [2021-01-19T17:23:19.146Z] 54d3526f8dc6: Layer already exists [2021-01-19T17:23:19.146Z] b163ec655d08: Layer already exists [2021-01-19T17:23:19.146Z] 8e0c9efe94d3: Layer already exists [2021-01-19T17:23:19.146Z] 4fb6c20ae4e8: Layer already exists [2021-01-19T17:23:19.416Z] 5f2a925a6b24: Layer already exists [2021-01-19T17:23:19.416Z] c43dd6793255: Layer already exists [2021-01-19T17:23:19.416Z] 611d5fe7ee9d: Layer already exists [2021-01-19T17:23:19.416Z] 7395378d4296: Layer already exists [2021-01-19T17:23:19.416Z] 777b2c648970: Layer already exists [2021-01-19T17:23:19.416Z] master: digest: sha256:d82c25fa2f76f9c18e82d8cabfa4d25a2a2760409bf1bb68eed5ac74f9d3bac8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:23:19.590Z] ===================================================== [Pipeline] echo [2021-01-19T17:23:19.658Z] taggedImages: [2021-01-19T17:23:19.658Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:19.658Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.45 [2021-01-19T17:23:19.658Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:19.658Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-19T17:23:19.724Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-19T17:23:19.724Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:19.724Z] 2.0.0-dev.45 [2021-01-19T17:23:19.724Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:19.724Z] master [2021-01-19T17:23:19.724Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:20.252Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:20.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:20.976Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T17:23:20.976Z] 69dd1787e591: Preparing [2021-01-19T17:23:20.976Z] b121c9ae6da2: Preparing [2021-01-19T17:23:20.976Z] 07546aaa408b: Preparing [2021-01-19T17:23:20.976Z] 7abec25acadd: Preparing [2021-01-19T17:23:20.976Z] c90d81a97686: Preparing [2021-01-19T17:23:20.976Z] cdfe3d8503a2: Preparing [2021-01-19T17:23:20.976Z] cdfe3d8503a2: Waiting [2021-01-19T17:23:21.272Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:21.272Z] 69dd1787e591: Pushed [2021-01-19T17:23:21.636Z] 7abec25acadd: Pushed [2021-01-19T17:23:21.636Z] c90d81a97686: Pushed [2021-01-19T17:23:21.927Z] cdfe3d8503a2: Pushed [2021-01-19T17:23:23.366Z] b121c9ae6da2: Pushed [2021-01-19T17:23:23.636Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:5ca562f19162eac97d86ab8fc6857c994d716f8a34f61ad5949bdaad9d9a28fd size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:23.997Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:24.587Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 [2021-01-19T17:23:24.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T17:23:24.859Z] 69dd1787e591: Preparing [2021-01-19T17:23:24.859Z] b121c9ae6da2: Preparing [2021-01-19T17:23:24.859Z] 07546aaa408b: Preparing [2021-01-19T17:23:24.859Z] 7abec25acadd: Preparing [2021-01-19T17:23:24.859Z] c90d81a97686: Preparing [2021-01-19T17:23:24.859Z] cdfe3d8503a2: Preparing [2021-01-19T17:23:24.859Z] cdfe3d8503a2: Waiting [2021-01-19T17:23:24.860Z] c90d81a97686: Layer already exists [2021-01-19T17:23:24.860Z] 7abec25acadd: Layer already exists [2021-01-19T17:23:24.860Z] 69dd1787e591: Layer already exists [2021-01-19T17:23:24.860Z] b121c9ae6da2: Layer already exists [2021-01-19T17:23:24.860Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:24.860Z] cdfe3d8503a2: Layer already exists [2021-01-19T17:23:25.135Z] 2.0.0-dev.45: digest: sha256:5ca562f19162eac97d86ab8fc6857c994d716f8a34f61ad5949bdaad9d9a28fd size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:25.459Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:25.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:26.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T17:23:26.096Z] 69dd1787e591: Preparing [2021-01-19T17:23:26.096Z] b121c9ae6da2: Preparing [2021-01-19T17:23:26.096Z] 07546aaa408b: Preparing [2021-01-19T17:23:26.096Z] 7abec25acadd: Preparing [2021-01-19T17:23:26.096Z] c90d81a97686: Preparing [2021-01-19T17:23:26.096Z] cdfe3d8503a2: Preparing [2021-01-19T17:23:26.096Z] cdfe3d8503a2: Waiting [2021-01-19T17:23:26.096Z] 69dd1787e591: Layer already exists [2021-01-19T17:23:26.096Z] 7abec25acadd: Layer already exists [2021-01-19T17:23:26.096Z] b121c9ae6da2: Layer already exists [2021-01-19T17:23:26.096Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:26.096Z] c90d81a97686: Layer already exists [2021-01-19T17:23:26.096Z] cdfe3d8503a2: Layer already exists [2021-01-19T17:23:26.096Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:5ca562f19162eac97d86ab8fc6857c994d716f8a34f61ad5949bdaad9d9a28fd size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:26.429Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:26.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-19T17:23:26.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T17:23:26.752Z] 69dd1787e591: Preparing [2021-01-19T17:23:26.752Z] b121c9ae6da2: Preparing [2021-01-19T17:23:26.752Z] 07546aaa408b: Preparing [2021-01-19T17:23:26.752Z] 7abec25acadd: Preparing [2021-01-19T17:23:26.752Z] c90d81a97686: Preparing [2021-01-19T17:23:26.752Z] cdfe3d8503a2: Preparing [2021-01-19T17:23:26.752Z] cdfe3d8503a2: Waiting [2021-01-19T17:23:26.752Z] 69dd1787e591: Layer already exists [2021-01-19T17:23:26.752Z] c90d81a97686: Layer already exists [2021-01-19T17:23:26.752Z] 7abec25acadd: Layer already exists [2021-01-19T17:23:26.752Z] b121c9ae6da2: Layer already exists [2021-01-19T17:23:26.752Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:26.752Z] cdfe3d8503a2: Layer already exists [2021-01-19T17:23:27.016Z] master: digest: sha256:5ca562f19162eac97d86ab8fc6857c994d716f8a34f61ad5949bdaad9d9a28fd size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:23:27.185Z] ===================================================== [Pipeline] echo [2021-01-19T17:23:27.228Z] taggedImages: [2021-01-19T17:23:27.228Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:27.228Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.45 [2021-01-19T17:23:27.228Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:27.228Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-19T17:23:27.287Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-19T17:23:27.287Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:27.287Z] 2.0.0-dev.45 [2021-01-19T17:23:27.287Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:27.287Z] master [2021-01-19T17:23:27.287Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:27.792Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:28.425Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:28.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T17:23:28.713Z] 66734f9a2250: Preparing [2021-01-19T17:23:28.713Z] 9b67b2007221: Preparing [2021-01-19T17:23:28.713Z] 07546aaa408b: Preparing [2021-01-19T17:23:28.713Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:29.014Z] 66734f9a2250: Pushed [2021-01-19T17:23:30.480Z] 9b67b2007221: Pushed [2021-01-19T17:23:30.750Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:9f993e70faf2f7d5c0af923a6c77b6292360a82d49b2a2c2931781e4d29930a3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:31.077Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:31.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 [2021-01-19T17:23:31.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T17:23:31.387Z] 66734f9a2250: Preparing [2021-01-19T17:23:31.387Z] 9b67b2007221: Preparing [2021-01-19T17:23:31.387Z] 07546aaa408b: Preparing [2021-01-19T17:23:31.387Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:31.387Z] 66734f9a2250: Layer already exists [2021-01-19T17:23:31.387Z] 9b67b2007221: Layer already exists [2021-01-19T17:23:31.387Z] 2.0.0-dev.45: digest: sha256:9f993e70faf2f7d5c0af923a6c77b6292360a82d49b2a2c2931781e4d29930a3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:31.715Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:32.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:32.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T17:23:32.030Z] 66734f9a2250: Preparing [2021-01-19T17:23:32.030Z] 9b67b2007221: Preparing [2021-01-19T17:23:32.030Z] 07546aaa408b: Preparing [2021-01-19T17:23:32.030Z] 9b67b2007221: Layer already exists [2021-01-19T17:23:32.030Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:32.030Z] 66734f9a2250: Layer already exists [2021-01-19T17:23:32.030Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:9f993e70faf2f7d5c0af923a6c77b6292360a82d49b2a2c2931781e4d29930a3 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:32.364Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:32.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-19T17:23:32.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T17:23:32.673Z] 66734f9a2250: Preparing [2021-01-19T17:23:32.673Z] 9b67b2007221: Preparing [2021-01-19T17:23:32.673Z] 07546aaa408b: Preparing [2021-01-19T17:23:32.673Z] 07546aaa408b: Layer already exists [2021-01-19T17:23:32.673Z] 66734f9a2250: Layer already exists [2021-01-19T17:23:32.673Z] 9b67b2007221: Layer already exists [2021-01-19T17:23:32.935Z] master: digest: sha256:9f993e70faf2f7d5c0af923a6c77b6292360a82d49b2a2c2931781e4d29930a3 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:23:33.108Z] ===================================================== [Pipeline] echo [2021-01-19T17:23:33.151Z] taggedImages: [2021-01-19T17:23:33.151Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:33.151Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.45 [2021-01-19T17:23:33.151Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:33.151Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-19T17:23:33.220Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-19T17:23:33.220Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:33.220Z] 2.0.0-dev.45 [2021-01-19T17:23:33.220Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:33.220Z] master [2021-01-19T17:23:33.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:33.881Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:34.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:34.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T17:23:34.264Z] 33afc03762ce: Preparing [2021-01-19T17:23:34.265Z] e76d35e21ed6: Preparing [2021-01-19T17:23:34.265Z] 5b085ab6bda1: Preparing [2021-01-19T17:23:34.265Z] a66b99f17e8e: Preparing [2021-01-19T17:23:34.265Z] c1935eee77b7: Preparing [2021-01-19T17:23:34.265Z] 7e4c3e703dcc: Preparing [2021-01-19T17:23:34.265Z] 32eaabf7ec7a: Preparing [2021-01-19T17:23:34.265Z] 0754057c0ad3: Preparing [2021-01-19T17:23:34.265Z] 998cdf262ab1: Preparing [2021-01-19T17:23:34.265Z] 02e56110abd2: Preparing [2021-01-19T17:23:34.265Z] abc36efb885a: Preparing [2021-01-19T17:23:34.265Z] b0b09059f4e1: Preparing [2021-01-19T17:23:34.265Z] bb961f40224b: Preparing [2021-01-19T17:23:34.265Z] f4666769fca7: Preparing [2021-01-19T17:23:34.265Z] 998cdf262ab1: Waiting [2021-01-19T17:23:34.265Z] 02e56110abd2: Waiting [2021-01-19T17:23:34.265Z] abc36efb885a: Waiting [2021-01-19T17:23:34.265Z] b0b09059f4e1: Waiting [2021-01-19T17:23:34.265Z] 7e4c3e703dcc: Waiting [2021-01-19T17:23:34.265Z] bb961f40224b: Waiting [2021-01-19T17:23:34.265Z] f4666769fca7: Waiting [2021-01-19T17:23:34.265Z] 32eaabf7ec7a: Waiting [2021-01-19T17:23:34.265Z] 0754057c0ad3: Waiting [2021-01-19T17:23:34.542Z] c1935eee77b7: Pushed [2021-01-19T17:23:34.840Z] 33afc03762ce: Pushed [2021-01-19T17:23:35.136Z] a66b99f17e8e: Pushed [2021-01-19T17:23:35.136Z] 0754057c0ad3: Layer already exists [2021-01-19T17:23:35.136Z] 998cdf262ab1: Layer already exists [2021-01-19T17:23:35.452Z] 32eaabf7ec7a: Pushed [2021-01-19T17:23:35.452Z] 02e56110abd2: Layer already exists [2021-01-19T17:23:35.452Z] abc36efb885a: Layer already exists [2021-01-19T17:23:35.452Z] e76d35e21ed6: Pushed [2021-01-19T17:23:35.452Z] b0b09059f4e1: Layer already exists [2021-01-19T17:23:35.452Z] bb961f40224b: Layer already exists [2021-01-19T17:23:35.718Z] f4666769fca7: Layer already exists [2021-01-19T17:23:36.728Z] 7e4c3e703dcc: Pushed [2021-01-19T17:23:42.139Z] 5b085ab6bda1: Pushed [2021-01-19T17:23:42.139Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c: digest: sha256:631ef0f298506ddcd2d6df799fc8e4a0313af3b9d00ef05b8a27359a4aa1c4d5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:42.486Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:43.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 [2021-01-19T17:23:43.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T17:23:43.104Z] 33afc03762ce: Preparing [2021-01-19T17:23:43.104Z] e76d35e21ed6: Preparing [2021-01-19T17:23:43.104Z] 5b085ab6bda1: Preparing [2021-01-19T17:23:43.104Z] a66b99f17e8e: Preparing [2021-01-19T17:23:43.104Z] c1935eee77b7: Preparing [2021-01-19T17:23:43.104Z] 7e4c3e703dcc: Preparing [2021-01-19T17:23:43.104Z] 32eaabf7ec7a: Preparing [2021-01-19T17:23:43.104Z] 0754057c0ad3: Preparing [2021-01-19T17:23:43.104Z] 998cdf262ab1: Preparing [2021-01-19T17:23:43.104Z] 02e56110abd2: Preparing [2021-01-19T17:23:43.104Z] abc36efb885a: Preparing [2021-01-19T17:23:43.104Z] b0b09059f4e1: Preparing [2021-01-19T17:23:43.104Z] bb961f40224b: Preparing [2021-01-19T17:23:43.104Z] f4666769fca7: Preparing [2021-01-19T17:23:43.104Z] 0754057c0ad3: Waiting [2021-01-19T17:23:43.104Z] 998cdf262ab1: Waiting [2021-01-19T17:23:43.104Z] 02e56110abd2: Waiting [2021-01-19T17:23:43.104Z] abc36efb885a: Waiting [2021-01-19T17:23:43.104Z] b0b09059f4e1: Waiting [2021-01-19T17:23:43.104Z] bb961f40224b: Waiting [2021-01-19T17:23:43.104Z] f4666769fca7: Waiting [2021-01-19T17:23:43.104Z] 7e4c3e703dcc: Waiting [2021-01-19T17:23:43.104Z] 32eaabf7ec7a: Waiting [2021-01-19T17:23:43.372Z] 33afc03762ce: Layer already exists [2021-01-19T17:23:43.372Z] 5b085ab6bda1: Layer already exists [2021-01-19T17:23:43.372Z] c1935eee77b7: Layer already exists [2021-01-19T17:23:43.372Z] e76d35e21ed6: Layer already exists [2021-01-19T17:23:43.372Z] a66b99f17e8e: Layer already exists [2021-01-19T17:23:43.372Z] 32eaabf7ec7a: Layer already exists [2021-01-19T17:23:43.372Z] 02e56110abd2: Layer already exists [2021-01-19T17:23:43.372Z] 7e4c3e703dcc: Layer already exists [2021-01-19T17:23:43.372Z] 998cdf262ab1: Layer already exists [2021-01-19T17:23:43.372Z] 0754057c0ad3: Layer already exists [2021-01-19T17:23:43.372Z] bb961f40224b: Layer already exists [2021-01-19T17:23:43.372Z] abc36efb885a: Layer already exists [2021-01-19T17:23:43.372Z] b0b09059f4e1: Layer already exists [2021-01-19T17:23:43.372Z] f4666769fca7: Layer already exists [2021-01-19T17:23:43.372Z] 2.0.0-dev.45: digest: sha256:631ef0f298506ddcd2d6df799fc8e4a0313af3b9d00ef05b8a27359a4aa1c4d5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:44.004Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:44.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:44.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T17:23:44.365Z] 33afc03762ce: Preparing [2021-01-19T17:23:44.365Z] e76d35e21ed6: Preparing [2021-01-19T17:23:44.365Z] 5b085ab6bda1: Preparing [2021-01-19T17:23:44.365Z] a66b99f17e8e: Preparing [2021-01-19T17:23:44.365Z] c1935eee77b7: Preparing [2021-01-19T17:23:44.365Z] 7e4c3e703dcc: Preparing [2021-01-19T17:23:44.365Z] 32eaabf7ec7a: Preparing [2021-01-19T17:23:44.365Z] 0754057c0ad3: Preparing [2021-01-19T17:23:44.365Z] 998cdf262ab1: Preparing [2021-01-19T17:23:44.365Z] 02e56110abd2: Preparing [2021-01-19T17:23:44.365Z] abc36efb885a: Preparing [2021-01-19T17:23:44.365Z] b0b09059f4e1: Preparing [2021-01-19T17:23:44.365Z] bb961f40224b: Preparing [2021-01-19T17:23:44.365Z] f4666769fca7: Preparing [2021-01-19T17:23:44.365Z] 7e4c3e703dcc: Waiting [2021-01-19T17:23:44.365Z] 32eaabf7ec7a: Waiting [2021-01-19T17:23:44.365Z] 0754057c0ad3: Waiting [2021-01-19T17:23:44.365Z] 998cdf262ab1: Waiting [2021-01-19T17:23:44.365Z] 02e56110abd2: Waiting [2021-01-19T17:23:44.365Z] abc36efb885a: Waiting [2021-01-19T17:23:44.365Z] b0b09059f4e1: Waiting [2021-01-19T17:23:44.365Z] bb961f40224b: Waiting [2021-01-19T17:23:44.365Z] f4666769fca7: Waiting [2021-01-19T17:23:44.365Z] 5b085ab6bda1: Layer already exists [2021-01-19T17:23:44.365Z] e76d35e21ed6: Layer already exists [2021-01-19T17:23:44.365Z] 33afc03762ce: Layer already exists [2021-01-19T17:23:44.365Z] a66b99f17e8e: Layer already exists [2021-01-19T17:23:44.365Z] c1935eee77b7: Layer already exists [2021-01-19T17:23:44.365Z] 7e4c3e703dcc: Layer already exists [2021-01-19T17:23:44.642Z] 02e56110abd2: Layer already exists [2021-01-19T17:23:44.642Z] 0754057c0ad3: Layer already exists [2021-01-19T17:23:44.642Z] 32eaabf7ec7a: Layer already exists [2021-01-19T17:23:44.642Z] 998cdf262ab1: Layer already exists [2021-01-19T17:23:44.642Z] abc36efb885a: Layer already exists [2021-01-19T17:23:44.642Z] f4666769fca7: Layer already exists [2021-01-19T17:23:44.642Z] bb961f40224b: Layer already exists [2021-01-19T17:23:44.642Z] b0b09059f4e1: Layer already exists [2021-01-19T17:23:44.642Z] 250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45: digest: sha256:631ef0f298506ddcd2d6df799fc8e4a0313af3b9d00ef05b8a27359a4aa1c4d5 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:45.020Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:45.708Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-19T17:23:45.708Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T17:23:45.708Z] 33afc03762ce: Preparing [2021-01-19T17:23:45.708Z] e76d35e21ed6: Preparing [2021-01-19T17:23:45.708Z] 5b085ab6bda1: Preparing [2021-01-19T17:23:45.708Z] a66b99f17e8e: Preparing [2021-01-19T17:23:45.708Z] c1935eee77b7: Preparing [2021-01-19T17:23:45.708Z] 7e4c3e703dcc: Preparing [2021-01-19T17:23:45.708Z] 32eaabf7ec7a: Preparing [2021-01-19T17:23:45.708Z] 0754057c0ad3: Preparing [2021-01-19T17:23:45.708Z] 998cdf262ab1: Preparing [2021-01-19T17:23:45.708Z] 02e56110abd2: Preparing [2021-01-19T17:23:45.708Z] abc36efb885a: Preparing [2021-01-19T17:23:45.708Z] b0b09059f4e1: Preparing [2021-01-19T17:23:45.708Z] bb961f40224b: Preparing [2021-01-19T17:23:45.708Z] f4666769fca7: Preparing [2021-01-19T17:23:45.709Z] 7e4c3e703dcc: Waiting [2021-01-19T17:23:45.709Z] 32eaabf7ec7a: Waiting [2021-01-19T17:23:45.709Z] 0754057c0ad3: Waiting [2021-01-19T17:23:45.709Z] 998cdf262ab1: Waiting [2021-01-19T17:23:45.709Z] 02e56110abd2: Waiting [2021-01-19T17:23:45.709Z] abc36efb885a: Waiting [2021-01-19T17:23:45.709Z] b0b09059f4e1: Waiting [2021-01-19T17:23:45.709Z] bb961f40224b: Waiting [2021-01-19T17:23:45.709Z] f4666769fca7: Waiting [2021-01-19T17:23:45.709Z] c1935eee77b7: Layer already exists [2021-01-19T17:23:45.709Z] 5b085ab6bda1: Layer already exists [2021-01-19T17:23:45.709Z] e76d35e21ed6: Layer already exists [2021-01-19T17:23:45.709Z] a66b99f17e8e: Layer already exists [2021-01-19T17:23:45.709Z] 33afc03762ce: Layer already exists [2021-01-19T17:23:45.984Z] 0754057c0ad3: Layer already exists [2021-01-19T17:23:45.984Z] 32eaabf7ec7a: Layer already exists [2021-01-19T17:23:45.984Z] 7e4c3e703dcc: Layer already exists [2021-01-19T17:23:45.984Z] 998cdf262ab1: Layer already exists [2021-01-19T17:23:45.984Z] 02e56110abd2: Layer already exists [2021-01-19T17:23:45.984Z] bb961f40224b: Layer already exists [2021-01-19T17:23:45.984Z] abc36efb885a: Layer already exists [2021-01-19T17:23:45.984Z] f4666769fca7: Layer already exists [2021-01-19T17:23:45.984Z] b0b09059f4e1: Layer already exists [2021-01-19T17:23:45.984Z] master: digest: sha256:631ef0f298506ddcd2d6df799fc8e4a0313af3b9d00ef05b8a27359a4aa1c4d5 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T17:23:46.189Z] ===================================================== [Pipeline] echo [2021-01-19T17:23:46.234Z] taggedImages: [2021-01-19T17:23:46.234Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c [2021-01-19T17:23:46.234Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.45 [2021-01-19T17:23:46.234Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:250a43ed1e9b8198fb10735cc1ab2371f89d298c-2.0.0-dev.45 [2021-01-19T17:23:46.234Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T17:23:47.860Z] provisioning config files... [2021-01-19T17:23:47.873Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/304@tmp/config4052138620250842204tmp [Pipeline] { [Pipeline] sh [2021-01-19T17:23:48.288Z] + set +x [2021-01-19T17:23:48.288Z] + curl -s https://codecov.io/bash [2021-01-19T17:23:48.288Z] + bash -s -- [2021-01-19T17:23:48.887Z] [2021-01-19T17:23:48.887Z] _____ _ [2021-01-19T17:23:48.887Z] / ____| | | [2021-01-19T17:23:48.887Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T17:23:48.887Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T17:23:48.887Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T17:23:48.887Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T17:23:48.887Z] Bash-20210115-cec3c92 [2021-01-19T17:23:48.887Z] [2021-01-19T17:23:48.887Z] [2021-01-19T17:23:48.887Z] ==> git version 2.24.3 found [2021-01-19T17:23:48.887Z] ==> 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-01-19T17:23:48.887Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T17:23:48.888Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T17:23:48.888Z] ==> Jenkins CI detected. [2021-01-19T17:23:48.888Z] project root: . [2021-01-19T17:23:48.888Z] --> token set from env [2021-01-19T17:23:48.888Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T17:23:49.152Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T17:23:49.152Z] ==> Python coveragepy not found [2021-01-19T17:23:49.152Z] ==> Searching for coverage reports in: [2021-01-19T17:23:49.152Z] + . [2021-01-19T17:23:49.152Z] -> Found 1 reports [2021-01-19T17:23:49.152Z] ==> Detecting git/mercurial file structure [2021-01-19T17:23:49.152Z] ==> Reading reports [2021-01-19T17:23:49.152Z] + ./coverage.out bytes=550280 [2021-01-19T17:23:49.465Z] ==> Appending adjustments [2021-01-19T17:23:49.465Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T17:23:54.973Z] + Found adjustments [2021-01-19T17:23:54.973Z] ==> Gzipping contents [2021-01-19T17:23:55.240Z] 84K /tmp/codecov.oKERvf.gz [2021-01-19T17:23:55.240Z] ==> Uploading reports [2021-01-19T17:23:55.240Z] url: https://codecov.io [2021-01-19T17:23:55.240Z] query: branch=master&commit=250a43ed1e9b8198fb10735cc1ab2371f89d298c&build=304&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F304%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T17:23:55.240Z] -> Pinging Codecov [2021-01-19T17:23:55.240Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=250a43ed1e9b8198fb10735cc1ab2371f89d298c&build=304&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F304%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T17:23:55.515Z] -> Uploading to [2021-01-19T17:23:55.515Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/250a43ed1e9b8198fb10735cc1ab2371f89d298c/977fda35-5b4f-4035-9b76-6f1f6b8e8e3a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T172355Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=17d09475fce4b8b3ded7bcb9e8e46718738fbbeecfe53cd87bc2b3ce3e0da4fc [2021-01-19T17:23:55.515Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:23:55.515Z] Dload Upload Total Spent Left Speed [2021-01-19T17:23:56.098Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83305 0 0 100 83305 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-01-19T17:23:56.098Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/250a43ed1e9b8198fb10735cc1ab2371f89d298c [Pipeline] } [2021-01-19T17:23:56.122Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-19T17:23:57.078Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T17:23:57.141Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:57.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T17:23:58.275Z] [2021-01-19T17:23:58.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:58.734Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T17:23:59.013Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T17:23:59.013Z] 188c0c94c7c5: Already exists [2021-01-19T17:23:59.013Z] 0ef7d3d256c8: Already exists [2021-01-19T17:23:59.013Z] de9db76c5a1d: Already exists [2021-01-19T17:23:59.013Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T17:23:59.013Z] 0d57e429df01: Pulling fs layer [2021-01-19T17:23:59.013Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T17:23:59.013Z] e1f770b5df2f: Pulling fs layer [2021-01-19T17:23:59.013Z] 85a0685a4137: Pulling fs layer [2021-01-19T17:23:59.014Z] e1f770b5df2f: Waiting [2021-01-19T17:23:59.014Z] 85a0685a4137: Waiting [2021-01-19T17:23:59.014Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T17:23:59.014Z] 4e4be7b47b0d: Download complete [2021-01-19T17:23:59.014Z] 0d57e429df01: Verifying Checksum [2021-01-19T17:23:59.014Z] 0d57e429df01: Download complete [2021-01-19T17:24:01.642Z] e1f770b5df2f: Verifying Checksum [2021-01-19T17:24:01.642Z] e1f770b5df2f: Download complete [2021-01-19T17:24:07.482Z] 0eba1c9be4d2: Verifying Checksum [2021-01-19T17:24:07.482Z] 0eba1c9be4d2: Download complete [2021-01-19T17:24:10.536Z] 85a0685a4137: Verifying Checksum [2021-01-19T17:24:10.536Z] 85a0685a4137: Download complete [2021-01-19T17:24:18.855Z] 0eba1c9be4d2: Pull complete [2021-01-19T17:24:18.855Z] 0d57e429df01: Pull complete [2021-01-19T17:24:18.855Z] 4e4be7b47b0d: Pull complete [2021-01-19T17:24:22.284Z] e1f770b5df2f: Pull complete [2021-01-19T17:24:35.496Z] 85a0685a4137: Pull complete [2021-01-19T17:24:35.496Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T17:24:35.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T17:24:35.496Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T17:24:36.086Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T17:24:36.278Z] $ 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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:24:38.971Z] $ docker top 1aeba132045d19003118a054ca737143bc1d5449e683969f18110e5a9611dbb3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:24:39.608Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T17:24:40.345Z] + set -o pipefail [2021-01-19T17:24:40.345Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T17:24:54.071Z] [2021-01-19T17:24:54.071Z] Monitoring /w/workspace/edgex-go/304 (github.com/edgexfoundry/edgex-go)... [2021-01-19T17:24:54.071Z] [2021-01-19T17:24:54.071Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/18044a8b-11af-4772-87c9-c8c00dcab0ae [2021-01-19T17:24:54.071Z] [2021-01-19T17:24:54.071Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T17:24:54.071Z] [2021-01-19T17:24:54.071Z] [Pipeline] } [2021-01-19T17:24:54.100Z] $ docker stop --time=1 1aeba132045d19003118a054ca737143bc1d5449e683969f18110e5a9611dbb3 [2021-01-19T17:24:57.209Z] $ docker rm -f 1aeba132045d19003118a054ca737143bc1d5449e683969f18110e5a9611dbb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-19T17:24:58.884Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T17:24:58.947Z] provisioning config files... [2021-01-19T17:24:58.972Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/304@tmp/config4729203807445554215tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:24:59.379Z] --> edgex-publish-swagger.sh [2021-01-19T17:24:59.379Z] === Publish openapi/v1 API === [2021-01-19T17:24:59.379Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-19T17:24:59.379Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/304/openapi/v1/core-command.yaml] [2021-01-19T17:24:59.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:24:59.379Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:00.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9345 0:00:01 0:00:01 --:--:-- 9361 100 10522 0 0 100 10522 0 9342 0:00:01 0:00:01 --:--:-- 9352 [2021-01-19T17:25:00.370Z] [2021-01-19T17:25:00.370Z] [2021-01-19T17:25:00.370Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/304/openapi/v1/core-data.yaml] [2021-01-19T17:25:00.636Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:00.636Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:01.629Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26788 0:00:01 0:00:01 --:--:-- 26795 100 32557 0 0 100 32557 0 26782 0:00:01 0:00:01 --:--:-- 26795 [2021-01-19T17:25:01.629Z] [2021-01-19T17:25:01.629Z] [2021-01-19T17:25:01.629Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/304/openapi/v1/core-metadata.yaml] [2021-01-19T17:25:01.629Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:01.629Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:03.079Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 61675 0:00:01 0:00:01 --:--:-- 61691 100 73721 0 0 100 73721 0 61628 0:00:01 0:00:01 --:--:-- 61691 [2021-01-19T17:25:03.079Z] [2021-01-19T17:25:03.079Z] [2021-01-19T17:25:03.079Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/304/openapi/v1/support-logging.yaml] [2021-01-19T17:25:03.079Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:03.079Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:04.046Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11462 0:00:01 0:00:01 --:--:-- 11470 100 13581 0 0 100 13581 0 11459 0:00:01 0:00:01 --:--:-- 11470 [2021-01-19T17:25:04.046Z] [2021-01-19T17:25:04.046Z] [2021-01-19T17:25:04.046Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/304/openapi/v1/support-notifications.yaml] [2021-01-19T17:25:04.046Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:04.046Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:05.297Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31457 0:00:01 0:00:01 --:--:-- 31438 100 38890 0 0 100 38890 0 31310 0:00:01 0:00:01 --:--:-- 31312 [2021-01-19T17:25:05.297Z] [2021-01-19T17:25:05.297Z] [2021-01-19T17:25:05.564Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/304/openapi/v1/support-scheduler.yaml] [2021-01-19T17:25:05.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:05.564Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:06.527Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12321 0:00:01 0:00:01 --:--:-- 12326 100 14249 0 0 100 14249 0 12318 0:00:01 0:00:01 --:--:-- 12326 [2021-01-19T17:25:06.527Z] [2021-01-19T17:25:06.527Z] [2021-01-19T17:25:06.527Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/304/openapi/v1/system-agent.yaml] [2021-01-19T17:25:06.527Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:06.527Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:07.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3967 0:00:01 0:00:01 --:--:-- 3971 100 4110 0 0 100 4110 0 3966 0:00:01 0:00:01 --:--:-- 3971 [2021-01-19T17:25:07.932Z] [2021-01-19T17:25:07.932Z] [2021-01-19T17:25:07.932Z] === Publish openapi/v2 API === [2021-01-19T17:25:07.932Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-19T17:25:07.932Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/304/openapi/v2/core-command.yaml] [2021-01-19T17:25:07.932Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:07.932Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:08.895Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 16671 0:00:01 0:00:01 --:--:-- 16687 100 20843 0 0 100 20843 0 16668 0:00:01 0:00:01 --:--:-- 16674 [2021-01-19T17:25:08.895Z] [2021-01-19T17:25:08.895Z] [2021-01-19T17:25:08.895Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/304/openapi/v2/core-data.yaml] [2021-01-19T17:25:08.895Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:08.895Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:10.347Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 47136 0:00:01 0:00:01 --:--:-- 47152 100 57055 0 0 100 57055 0 47122 0:00:01 0:00:01 --:--:-- 47152 [2021-01-19T17:25:10.347Z] [2021-01-19T17:25:10.347Z] [2021-01-19T17:25:10.347Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/304/openapi/v2/core-metadata.yaml] [2021-01-19T17:25:10.347Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:10.347Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:11.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 120k 0 0 100 120k 0 100k 0:00:01 0:00:01 --:--:-- 100k [2021-01-19T17:25:11.329Z] [2021-01-19T17:25:11.329Z] [2021-01-19T17:25:11.329Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/304/openapi/v2/support-logging.yaml] [2021-01-19T17:25:11.329Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:11.329Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:12.770Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19148 0:00:01 0:00:01 --:--:-- 19168 100 23692 0 0 100 23692 0 17507 0:00:01 0:00:01 --:--:-- 17523 [2021-01-19T17:25:12.770Z] [2021-01-19T17:25:12.770Z] [2021-01-19T17:25:12.770Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/304/openapi/v2/support-notifications.yaml] [2021-01-19T17:25:12.770Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:12.770Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:14.196Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 56919 0:00:01 0:00:01 --:--:-- 56940 100 62691 0 0 100 62691 0 56899 0:00:01 0:00:01 --:--:-- 56940 [2021-01-19T17:25:14.196Z] [2021-01-19T17:25:14.196Z] [2021-01-19T17:25:14.196Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/304/openapi/v2/support-scheduler.yaml] [2021-01-19T17:25:14.196Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:14.196Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:15.174Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 31909 0:00:01 0:00:01 --:--:-- 31938 100 39667 0 0 100 39667 0 30896 0:00:01 0:00:01 --:--:-- 30917 [2021-01-19T17:25:15.174Z] [2021-01-19T17:25:15.174Z] [2021-01-19T17:25:15.174Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/304/openapi/v2/system-agent.yaml] [2021-01-19T17:25:15.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:25:15.448Z] Dload Upload Total Spent Left Speed [2021-01-19T17:25:16.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 21532 0:00:01 0:00:01 --:--:-- 21549 100 23726 0 0 100 23726 0 21526 0:00:01 0:00:01 --:--:-- 21549 [2021-01-19T17:25:16.420Z] [2021-01-19T17:25:16.420Z] [Pipeline] } [2021-01-19T17:25:16.433Z] 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-01-19T17:25:17.379Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:25:17.379Z] . [Pipeline] withDockerContainer [2021-01-19T17:25:17.662Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T17:25:17.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:25:19.524Z] $ docker top e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:25:20.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:25:20.151Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:25:20.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:25:20.609Z] $ docker exec e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca ssh-agent [2021-01-19T17:25:21.002Z] SSH_AUTH_SOCK=/tmp/ssh-qrw2jmu5bNdb/agent.12 [2021-01-19T17:25:21.002Z] SSH_AGENT_PID=17 [2021-01-19T17:25:21.015Z] Running ssh-add (command line suppressed) [2021-01-19T17:25:21.357Z] Identity added: /w/workspace/edgex-go/304@tmp/private_key_8864009278652479009.key (/w/workspace/edgex-go/304@tmp/private_key_8864009278652479009.key) [2021-01-19T17:25:21.473Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:25:22.197Z] + git semver tag [2021-01-19T17:25:23.158Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:25:23.158Z] # $GIT_DIR = /w/workspace/edgex-go/304/.git [2021-01-19T17:25:23.158Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/304 [2021-01-19T17:25:23.158Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:25:23.158Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:25:23.158Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:25:23.158Z] # $SEMVER_BRANCH = master [2021-01-19T17:25:23.158Z] # $SEMVER_DIR = /w/workspace/edgex-go/304/.semver [2021-01-19T17:25:23.158Z] # 250a43ed1e9b8198fb10735cc1ab2371f89d298c HEAD [2021-01-19T17:25:23.742Z] # -> Force: false [2021-01-19T17:25:23.742Z] # 4b4482fbed14ab852da8ed99d3c2fdb04b6723e5 refs/tags/v2.0.0-dev.45 [Pipeline] } [2021-01-19T17:25:23.758Z] $ docker exec --env ******** --env ******** e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca ssh-agent -k [2021-01-19T17:25:24.041Z] unset SSH_AUTH_SOCK; [2021-01-19T17:25:24.041Z] unset SSH_AGENT_PID; [2021-01-19T17:25:24.041Z] echo Agent pid 17 killed; [2021-01-19T17:25:24.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:25:24.694Z] + git semver [Pipeline] } [2021-01-19T17:25:24.988Z] $ docker stop --time=1 e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca [2021-01-19T17:25:26.548Z] $ docker rm -f e0e48418275ec448923cc0a07a342ba765ff70aa64239bb081a09cca9ef89dca [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:25:27.290Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T17:25:27.290Z] [2021-01-19T17:25:27.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:25:27.704Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T17:25:27.983Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T17:25:27.983Z] ab5ef0e58194: Pulling fs layer [2021-01-19T17:25:27.983Z] 9712f1f96733: Pulling fs layer [2021-01-19T17:25:27.983Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T17:25:27.983Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T17:25:27.983Z] e9a5061849ea: Pulling fs layer [2021-01-19T17:25:27.983Z] 0d9ebad4ef96: Waiting [2021-01-19T17:25:27.983Z] d747dcd14b5f: Pulling fs layer [2021-01-19T17:25:27.983Z] 2de7ff778b66: Pulling fs layer [2021-01-19T17:25:27.983Z] e9a5061849ea: Waiting [2021-01-19T17:25:27.983Z] d747dcd14b5f: Waiting [2021-01-19T17:25:27.983Z] 2de7ff778b66: Waiting [2021-01-19T17:25:27.983Z] 9712f1f96733: Verifying Checksum [2021-01-19T17:25:27.983Z] 9712f1f96733: Download complete [2021-01-19T17:25:30.722Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T17:25:30.722Z] 63f879dbbcfc: Download complete [2021-01-19T17:25:31.017Z] e9a5061849ea: Verifying Checksum [2021-01-19T17:25:31.018Z] e9a5061849ea: Download complete [2021-01-19T17:25:31.018Z] d747dcd14b5f: Verifying Checksum [2021-01-19T17:25:31.018Z] d747dcd14b5f: Download complete [2021-01-19T17:25:32.045Z] 2de7ff778b66: Verifying Checksum [2021-01-19T17:25:32.045Z] 2de7ff778b66: Download complete [2021-01-19T17:25:32.323Z] 0d9ebad4ef96: Verifying Checksum [2021-01-19T17:25:32.323Z] 0d9ebad4ef96: Download complete [2021-01-19T17:25:32.933Z] ab5ef0e58194: Verifying Checksum [2021-01-19T17:25:32.933Z] ab5ef0e58194: Download complete [2021-01-19T17:25:41.237Z] ab5ef0e58194: Pull complete [2021-01-19T17:25:41.508Z] 9712f1f96733: Pull complete [2021-01-19T17:25:44.185Z] 63f879dbbcfc: Pull complete [2021-01-19T17:25:56.650Z] 0d9ebad4ef96: Pull complete [2021-01-19T17:26:00.182Z] e9a5061849ea: Pull complete [2021-01-19T17:26:00.182Z] d747dcd14b5f: Pull complete [2021-01-19T17:26:07.282Z] 2de7ff778b66: Pull complete [2021-01-19T17:26:07.282Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T17:26:07.282Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T17:26:07.282Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T17:26:08.046Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T17:26:08.177Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T17:26:11.385Z] $ docker top 04c21cc3807678499e07422bc3158acf89f6b1aec188ecd2ade4a74d1fbf3b1d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T17:26:11.844Z] provisioning config files... [2021-01-19T17:26:11.859Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/304@tmp/config2993523542091857541tmp [2021-01-19T17:26:11.883Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/304@tmp/config3800997790437260492tmp [2021-01-19T17:26:11.904Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/304@tmp/config159932762424121286tmp [Pipeline] { [Pipeline] echo [2021-01-19T17:26:11.970Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:26:12.607Z] ---> sigul-configuration.sh [2021-01-19T17:26:12.879Z] gpg: directory `/root/.gnupg' created [2021-01-19T17:26:12.879Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T17:26:12.879Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T17:26:12.879Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T17:26:12.880Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T17:26:12.880Z] gpg: CAST5 encrypted data [2021-01-19T17:26:12.880Z] gpg: encrypted with 1 passphrase [2021-01-19T17:26:12.880Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T17:26:13.188Z] + mkdir /home/jenkins [2021-01-19T17:26:13.188Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T17:26:13.498Z] + 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-01-19T17:26:13.514Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:26:13.826Z] ---> sigul-install.sh [2021-01-19T17:26:22.069Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T17:26:22.424Z] + git tag --list [2021-01-19T17:26:22.692Z] 0.6.0 [2021-01-19T17:26:22.692Z] 0.6.1 [2021-01-19T17:26:22.692Z] 0.7.0 [2021-01-19T17:26:22.692Z] 0.7.1 [2021-01-19T17:26:22.692Z] v1.0.0 [2021-01-19T17:26:22.692Z] v1.0.1 [2021-01-19T17:26:22.692Z] v1.1.0 [2021-01-19T17:26:22.692Z] v1.2.0 [2021-01-19T17:26:22.692Z] v1.2.1 [2021-01-19T17:26:22.692Z] v1.2.2-dev.1 [2021-01-19T17:26:22.692Z] v1.2.2-dev.10 [2021-01-19T17:26:22.692Z] v1.2.2-dev.100 [2021-01-19T17:26:22.692Z] v1.2.2-dev.101 [2021-01-19T17:26:22.692Z] v1.2.2-dev.102 [2021-01-19T17:26:22.692Z] v1.2.2-dev.103 [2021-01-19T17:26:22.692Z] v1.2.2-dev.104 [2021-01-19T17:26:22.692Z] v1.2.2-dev.105 [2021-01-19T17:26:22.692Z] v1.2.2-dev.106 [2021-01-19T17:26:22.692Z] v1.2.2-dev.107 [2021-01-19T17:26:22.692Z] v1.2.2-dev.11 [2021-01-19T17:26:22.692Z] v1.2.2-dev.12 [2021-01-19T17:26:22.692Z] v1.2.2-dev.13 [2021-01-19T17:26:22.692Z] v1.2.2-dev.14 [2021-01-19T17:26:22.692Z] v1.2.2-dev.15 [2021-01-19T17:26:22.692Z] v1.2.2-dev.16 [2021-01-19T17:26:22.692Z] v1.2.2-dev.17 [2021-01-19T17:26:22.692Z] v1.2.2-dev.18 [2021-01-19T17:26:22.692Z] v1.2.2-dev.19 [2021-01-19T17:26:22.692Z] v1.2.2-dev.2 [2021-01-19T17:26:22.692Z] v1.2.2-dev.20 [2021-01-19T17:26:22.692Z] v1.2.2-dev.21 [2021-01-19T17:26:22.692Z] v1.2.2-dev.22 [2021-01-19T17:26:22.692Z] v1.2.2-dev.23 [2021-01-19T17:26:22.692Z] v1.2.2-dev.24 [2021-01-19T17:26:22.692Z] v1.2.2-dev.25 [2021-01-19T17:26:22.692Z] v1.2.2-dev.26 [2021-01-19T17:26:22.692Z] v1.2.2-dev.27 [2021-01-19T17:26:22.692Z] v1.2.2-dev.28 [2021-01-19T17:26:22.692Z] v1.2.2-dev.29 [2021-01-19T17:26:22.692Z] v1.2.2-dev.3 [2021-01-19T17:26:22.692Z] v1.2.2-dev.30 [2021-01-19T17:26:22.692Z] v1.2.2-dev.31 [2021-01-19T17:26:22.692Z] v1.2.2-dev.32 [2021-01-19T17:26:22.692Z] v1.2.2-dev.33 [2021-01-19T17:26:22.692Z] v1.2.2-dev.34 [2021-01-19T17:26:22.692Z] v1.2.2-dev.35 [2021-01-19T17:26:22.692Z] v1.2.2-dev.36 [2021-01-19T17:26:22.692Z] v1.2.2-dev.37 [2021-01-19T17:26:22.692Z] v1.2.2-dev.38 [2021-01-19T17:26:22.692Z] v1.2.2-dev.39 [2021-01-19T17:26:22.692Z] v1.2.2-dev.4 [2021-01-19T17:26:22.692Z] v1.2.2-dev.40 [2021-01-19T17:26:22.692Z] v1.2.2-dev.41 [2021-01-19T17:26:22.692Z] v1.2.2-dev.42 [2021-01-19T17:26:22.692Z] v1.2.2-dev.43 [2021-01-19T17:26:22.692Z] v1.2.2-dev.44 [2021-01-19T17:26:22.692Z] v1.2.2-dev.45 [2021-01-19T17:26:22.692Z] v1.2.2-dev.46 [2021-01-19T17:26:22.692Z] v1.2.2-dev.47 [2021-01-19T17:26:22.692Z] v1.2.2-dev.48 [2021-01-19T17:26:22.692Z] v1.2.2-dev.49 [2021-01-19T17:26:22.692Z] v1.2.2-dev.5 [2021-01-19T17:26:22.692Z] v1.2.2-dev.50 [2021-01-19T17:26:22.692Z] v1.2.2-dev.51 [2021-01-19T17:26:22.692Z] v1.2.2-dev.52 [2021-01-19T17:26:22.692Z] v1.2.2-dev.53 [2021-01-19T17:26:22.692Z] v1.2.2-dev.54 [2021-01-19T17:26:22.692Z] v1.2.2-dev.55 [2021-01-19T17:26:22.692Z] v1.2.2-dev.56 [2021-01-19T17:26:22.693Z] v1.2.2-dev.57 [2021-01-19T17:26:22.693Z] v1.2.2-dev.58 [2021-01-19T17:26:22.693Z] v1.2.2-dev.59 [2021-01-19T17:26:22.693Z] v1.2.2-dev.6 [2021-01-19T17:26:22.693Z] v1.2.2-dev.60 [2021-01-19T17:26:22.693Z] v1.2.2-dev.61 [2021-01-19T17:26:22.693Z] v1.2.2-dev.62 [2021-01-19T17:26:22.693Z] v1.2.2-dev.63 [2021-01-19T17:26:22.693Z] v1.2.2-dev.64 [2021-01-19T17:26:22.693Z] v1.2.2-dev.65 [2021-01-19T17:26:22.693Z] v1.2.2-dev.66 [2021-01-19T17:26:22.693Z] v1.2.2-dev.67 [2021-01-19T17:26:22.693Z] v1.2.2-dev.68 [2021-01-19T17:26:22.693Z] v1.2.2-dev.69 [2021-01-19T17:26:22.693Z] v1.2.2-dev.7 [2021-01-19T17:26:22.693Z] v1.2.2-dev.70 [2021-01-19T17:26:22.693Z] v1.2.2-dev.71 [2021-01-19T17:26:22.693Z] v1.2.2-dev.72 [2021-01-19T17:26:22.693Z] v1.2.2-dev.73 [2021-01-19T17:26:22.693Z] v1.2.2-dev.74 [2021-01-19T17:26:22.693Z] v1.2.2-dev.75 [2021-01-19T17:26:22.693Z] v1.2.2-dev.76 [2021-01-19T17:26:22.693Z] v1.2.2-dev.77 [2021-01-19T17:26:22.693Z] v1.2.2-dev.78 [2021-01-19T17:26:22.693Z] v1.2.2-dev.79 [2021-01-19T17:26:22.693Z] v1.2.2-dev.8 [2021-01-19T17:26:22.693Z] v1.2.2-dev.80 [2021-01-19T17:26:22.693Z] v1.2.2-dev.81 [2021-01-19T17:26:22.693Z] v1.2.2-dev.82 [2021-01-19T17:26:22.693Z] v1.2.2-dev.83 [2021-01-19T17:26:22.693Z] v1.2.2-dev.84 [2021-01-19T17:26:22.693Z] v1.2.2-dev.85 [2021-01-19T17:26:22.693Z] v1.2.2-dev.86 [2021-01-19T17:26:22.693Z] v1.2.2-dev.87 [2021-01-19T17:26:22.693Z] v1.2.2-dev.88 [2021-01-19T17:26:22.693Z] v1.2.2-dev.89 [2021-01-19T17:26:22.693Z] v1.2.2-dev.9 [2021-01-19T17:26:22.693Z] v1.2.2-dev.90 [2021-01-19T17:26:22.693Z] v1.2.2-dev.91 [2021-01-19T17:26:22.693Z] v1.2.2-dev.92 [2021-01-19T17:26:22.693Z] v1.2.2-dev.93 [2021-01-19T17:26:22.693Z] v1.2.2-dev.94 [2021-01-19T17:26:22.693Z] v1.2.2-dev.95 [2021-01-19T17:26:22.693Z] v1.2.2-dev.96 [2021-01-19T17:26:22.693Z] v1.2.2-dev.97 [2021-01-19T17:26:22.693Z] v1.2.2-dev.98 [2021-01-19T17:26:22.693Z] v1.2.2-dev.99 [2021-01-19T17:26:22.693Z] v1.3.0 [2021-01-19T17:26:22.693Z] v1.3.1-dev.1 [2021-01-19T17:26:22.693Z] v1.3.1-dev.10 [2021-01-19T17:26:22.693Z] v1.3.1-dev.11 [2021-01-19T17:26:22.693Z] v1.3.1-dev.12 [2021-01-19T17:26:22.693Z] v1.3.1-dev.13 [2021-01-19T17:26:22.693Z] v1.3.1-dev.14 [2021-01-19T17:26:22.693Z] v1.3.1-dev.15 [2021-01-19T17:26:22.693Z] v1.3.1-dev.16 [2021-01-19T17:26:22.693Z] v1.3.1-dev.17 [2021-01-19T17:26:22.693Z] v1.3.1-dev.18 [2021-01-19T17:26:22.693Z] v1.3.1-dev.2 [2021-01-19T17:26:22.693Z] v1.3.1-dev.3 [2021-01-19T17:26:22.693Z] v1.3.1-dev.4 [2021-01-19T17:26:22.693Z] v1.3.1-dev.5 [2021-01-19T17:26:22.693Z] v1.3.1-dev.6 [2021-01-19T17:26:22.693Z] v1.3.1-dev.7 [2021-01-19T17:26:22.693Z] v1.3.1-dev.8 [2021-01-19T17:26:22.693Z] v1.3.1-dev.9 [2021-01-19T17:26:22.693Z] v2.0.0-dev.1 [2021-01-19T17:26:22.693Z] v2.0.0-dev.10 [2021-01-19T17:26:22.693Z] v2.0.0-dev.11 [2021-01-19T17:26:22.693Z] v2.0.0-dev.12 [2021-01-19T17:26:22.693Z] v2.0.0-dev.13 [2021-01-19T17:26:22.693Z] v2.0.0-dev.14 [2021-01-19T17:26:22.693Z] v2.0.0-dev.15 [2021-01-19T17:26:22.693Z] v2.0.0-dev.16 [2021-01-19T17:26:22.693Z] v2.0.0-dev.17 [2021-01-19T17:26:22.693Z] v2.0.0-dev.18 [2021-01-19T17:26:22.693Z] v2.0.0-dev.19 [2021-01-19T17:26:22.693Z] v2.0.0-dev.2 [2021-01-19T17:26:22.693Z] v2.0.0-dev.20 [2021-01-19T17:26:22.693Z] v2.0.0-dev.21 [2021-01-19T17:26:22.693Z] v2.0.0-dev.22 [2021-01-19T17:26:22.693Z] v2.0.0-dev.23 [2021-01-19T17:26:22.693Z] v2.0.0-dev.24 [2021-01-19T17:26:22.693Z] v2.0.0-dev.25 [2021-01-19T17:26:22.693Z] v2.0.0-dev.26 [2021-01-19T17:26:22.693Z] v2.0.0-dev.27 [2021-01-19T17:26:22.693Z] v2.0.0-dev.28 [2021-01-19T17:26:22.693Z] v2.0.0-dev.29 [2021-01-19T17:26:22.693Z] v2.0.0-dev.3 [2021-01-19T17:26:22.693Z] v2.0.0-dev.30 [2021-01-19T17:26:22.693Z] v2.0.0-dev.31 [2021-01-19T17:26:22.693Z] v2.0.0-dev.32 [2021-01-19T17:26:22.693Z] v2.0.0-dev.33 [2021-01-19T17:26:22.693Z] v2.0.0-dev.34 [2021-01-19T17:26:22.693Z] v2.0.0-dev.35 [2021-01-19T17:26:22.693Z] v2.0.0-dev.36 [2021-01-19T17:26:22.693Z] v2.0.0-dev.37 [2021-01-19T17:26:22.693Z] v2.0.0-dev.38 [2021-01-19T17:26:22.693Z] v2.0.0-dev.39 [2021-01-19T17:26:22.693Z] v2.0.0-dev.4 [2021-01-19T17:26:22.693Z] v2.0.0-dev.40 [2021-01-19T17:26:22.693Z] v2.0.0-dev.41 [2021-01-19T17:26:22.693Z] v2.0.0-dev.42 [2021-01-19T17:26:22.693Z] v2.0.0-dev.43 [2021-01-19T17:26:22.693Z] v2.0.0-dev.44 [2021-01-19T17:26:22.693Z] v2.0.0-dev.45 [2021-01-19T17:26:22.693Z] v2.0.0-dev.5 [2021-01-19T17:26:22.693Z] v2.0.0-dev.6 [2021-01-19T17:26:22.693Z] v2.0.0-dev.7 [2021-01-19T17:26:22.693Z] v2.0.0-dev.8 [2021-01-19T17:26:22.693Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-19T17:26:23.352Z] + lftools sign git-tag v2.0.0-dev.45 [2021-01-19T17:26:25.330Z] Signing Git tag with Sigul... [2021-01-19T17:26:25.330Z] Signing v2.0.0-dev.45 Aborted by Eric Ball [2021-01-19T20:21:00.706Z] Sending interrupt signal to process [2021-01-19T20:21:06.867Z] script returned exit code 143 [Pipeline] } [2021-01-19T20:21:06.872Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T20:21:06.995Z] $ docker stop --time=1 04c21cc3807678499e07422bc3158acf89f6b1aec188ecd2ade4a74d1fbf3b1d [2021-01-19T20:21:08.849Z] $ docker rm -f 04c21cc3807678499e07422bc3158acf89f6b1aec188ecd2ade4a74d1fbf3b1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Bump Pre-Release Version" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:10.287Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:12.084Z] ---> package-listing.sh [2021-01-19T20:21:12.084Z] ++ facter osfamily [2021-01-19T20:21:12.084Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T20:21:12.349Z] + OS_FAMILY=redhat [2021-01-19T20:21:12.350Z] + workspace=/w/workspace/edgex-go/304 [2021-01-19T20:21:12.350Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T20:21:12.350Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T20:21:12.350Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T20:21:12.350Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T20:21:12.350Z] + '[' /w/workspace/edgex-go/304 ']' [2021-01-19T20:21:12.350Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T20:21:12.350Z] + case "${OS_FAMILY}" in [2021-01-19T20:21:12.350Z] + rpm -qa [2021-01-19T20:21:12.350Z] + sort Click here to forcibly terminate running steps [2021-01-19T20:21:19.212Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T20:21:19.212Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T20:21:19.212Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T20:21:19.212Z] + '[' /w/workspace/edgex-go/304 ']' [2021-01-19T20:21:19.212Z] + mkdir -p /w/workspace/edgex-go/304/archives/ [2021-01-19T20:21:19.212Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/304/archives/ [Pipeline] echo [2021-01-19T20:21:19.235Z] 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/304/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T20:21:19.767Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:21:20.479Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:21:20.795Z] [2021-01-19T20:21:20.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:21:21.430Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:21:21.707Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T20:21:21.707Z] df20fa9351a1: Pulling fs layer [2021-01-19T20:21:21.707Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T20:21:21.707Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T20:21:21.707Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T20:21:21.707Z] 93b61091891f: Pulling fs layer [2021-01-19T20:21:21.707Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T20:21:21.707Z] 5e14af77c1be: Pulling fs layer [2021-01-19T20:21:21.707Z] 01666e4c0597: Pulling fs layer [2021-01-19T20:21:21.707Z] aa168da1d23b: Pulling fs layer [2021-01-19T20:21:21.707Z] 46f8f816bc3b: Waiting [2021-01-19T20:21:21.707Z] 93b61091891f: Waiting [2021-01-19T20:21:21.707Z] 93b9cdb0e59b: Waiting [2021-01-19T20:21:21.707Z] 5e14af77c1be: Waiting [2021-01-19T20:21:21.707Z] 01666e4c0597: Waiting [2021-01-19T20:21:21.707Z] aa168da1d23b: Waiting [2021-01-19T20:21:22.021Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T20:21:22.021Z] 36b3adc4ff6f: Download complete [2021-01-19T20:21:22.021Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T20:21:22.021Z] 46f8f816bc3b: Download complete [2021-01-19T20:21:22.304Z] df20fa9351a1: Verifying Checksum [2021-01-19T20:21:22.304Z] df20fa9351a1: Download complete [2021-01-19T20:21:22.304Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T20:21:22.304Z] 93b9cdb0e59b: Download complete [2021-01-19T20:21:22.304Z] 5e14af77c1be: Verifying Checksum [2021-01-19T20:21:22.304Z] 5e14af77c1be: Download complete [2021-01-19T20:21:22.304Z] 93b61091891f: Verifying Checksum [2021-01-19T20:21:22.304Z] 93b61091891f: Download complete [2021-01-19T20:21:22.304Z] 01666e4c0597: Download complete [2021-01-19T20:21:23.510Z] df20fa9351a1: Pull complete [2021-01-19T20:21:24.137Z] 36b3adc4ff6f: Pull complete [2021-01-19T20:21:24.137Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T20:21:24.137Z] 8ad3a11d3b57: Download complete [2021-01-19T20:21:26.900Z] 8ad3a11d3b57: Pull complete [2021-01-19T20:21:27.263Z] 46f8f816bc3b: Pull complete [2021-01-19T20:21:28.455Z] 93b61091891f: Pull complete [2021-01-19T20:21:29.545Z] 93b9cdb0e59b: Pull complete [2021-01-19T20:21:29.838Z] 5e14af77c1be: Pull complete [2021-01-19T20:21:29.838Z] aa168da1d23b: Verifying Checksum [2021-01-19T20:21:29.838Z] aa168da1d23b: Download complete [2021-01-19T20:21:29.838Z] 01666e4c0597: Pull complete [2021-01-19T20:21:45.020Z] aa168da1d23b: Pull complete [2021-01-19T20:21:45.020Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T20:21:45.020Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:21:45.020Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T20:21:45.421Z] prd-centos7-docker-4c-2g-21223 does not seem to be running inside a container [2021-01-19T20:21:45.534Z] $ 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/304/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/304 -v /w/workspace/edgex-go/304:/w/workspace/edgex-go/304:rw,z -v /w/workspace/edgex-go/304@tmp:/w/workspace/edgex-go/304@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-01-19T20:21:49.203Z] $ docker top eac6a0ed220258236cd56354f577c495a46acb4573f59c68ea30abc8366fd507 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:21:50.139Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T20:21:50.864Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T20:21:51.515Z] + ls /var/log/sa-host [2021-01-19T20:21:51.515Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T20:21:51.515Z] file_magic: OK [2021-01-19T20:21:51.515Z] HZ: Using current value: 100 [2021-01-19T20:21:51.515Z] file_header: OK [2021-01-19T20:21:51.516Z] 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-01-19T20:21:51.516Z] Statistics: [2021-01-19T20:21:51.516Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...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-01-19T20:21:51.516Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T20:21:51.516Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T20:21:51.516Z] file_magic: OK [2021-01-19T20:21:51.516Z] HZ: Using current value: 100 [2021-01-19T20:21:51.516Z] file_header: OK [2021-01-19T20:21:51.516Z] 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-01-19T20:21:51.516Z] Statistics: [2021-01-19T20:21:51.516Z] Hnuu...uuuununununu... [2021-01-19T20:21:51.516Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:21:51.717Z] provisioning config files... [2021-01-19T20:21:51.747Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/304@tmp/config897984773676328277tmp [Pipeline] { [Pipeline] echo [2021-01-19T20:21:51.811Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:52.572Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T20:21:52.586Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T20:21:52.722Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:53.092Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T20:21:53.122Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:53.515Z] ---> sudo-logs.sh [2021-01-19T20:21:53.515Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T20:21:53.530Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:53.877Z] ---> job-cost.sh [2021-01-19T20:21:53.877Z] lf-activate-venv: SKIPPING [2021-01-19T20:21:53.877Z] INFO: No Stack... [2021-01-19T20:21:54.844Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T20:21:55.467Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T20:21:55.483Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:21:56.149Z] ---> logs-deploy.sh [2021-01-19T20:21:56.150Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/304 [2021-01-19T20:21:56.150Z] INFO: archiving workspace using pattern(s): [2021-01-19T20:21:58.861Z] Archives upload complete. [2021-01-19T20:21:58.861Z] INFO: archiving logs to Nexus