Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0334f8c6cb4567394b03fe4bb4a72992867bc10f 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-17612 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/264 [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/264 # 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 0334f8c6cb4567394b03fe4bb4a72992867bc10f (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 0334f8c6cb4567394b03fe4bb4a72992867bc10f # timeout=10 Commit message: "fix: Properly publish V2 Event DTO to MessageBus as JSON (#2973)" > git rev-list --no-walk c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-29T16:55:32.105Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-29T16:55:32.443Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-29T16:55:32.541Z] ========================================================= [2020-12-29T16:55:32.541Z] EdgeX Global Pipelines Version Info [2020-12-29T16:55:32.541Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-29T16:55:34.852Z] ------------------- [2020-12-29T16:55:34.852Z] stable info: [2020-12-29T16:55:34.852Z] ------------------- [2020-12-29T16:55:34.852Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-29T16:55:34.852Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T16:55:34.852Z] Message: update stable to v1.0.173 [2020-12-29T16:55:35.841Z] ------------------- [2020-12-29T16:55:35.841Z] experimental info: [2020-12-29T16:55:35.841Z] ------------------- [2020-12-29T16:55:35.841Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-29T16:55:35.841Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-29T16:55:35.841Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-29T16:55:36.198Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-29T16:55:36.290Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-29T16:55:36.480Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-29T16:55:36.568Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-29T16:55:36.654Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-29T16:55:36.809Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-29T16:55:36.899Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-29T16:55:36.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-29T16:55:37.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-29T16:55:37.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-29T16:55:37.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-29T16:55:37.349Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-29T16:55:37.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-29T16:55:37.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-29T16:55:37.627Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-29T16:55:37.715Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-29T16:55:37.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-29T16:55:37.884Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-29T16:55:37.974Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-29T16:55:38.060Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-29T16:55:38.149Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-29T16:55:38.244Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-29T16:55:38.332Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-29T16:55:38.437Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-29T16:55:38.526Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-29T16:55:38.615Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-29T16:55:38.707Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] echo [2020-12-29T16:55:38.803Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0334f8c [Pipeline] echo [2020-12-29T16:55:38.923Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T16:55:39.198Z] provisioning config files... [2020-12-29T16:55:39.233Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/264@tmp/config6929416661464177376tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T16:55:39.625Z] ---> docker-login.sh [2020-12-29T16:55:39.625Z] nexus3.edgexfoundry.org:10001 [2020-12-29T16:55:40.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T16:55:40.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T16:55:40.817Z] Configure a credential helper to remove this warning. See [2020-12-29T16:55:40.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T16:55:40.817Z] [2020-12-29T16:55:40.817Z] Login Succeeded [2020-12-29T16:55:40.817Z] nexus3.edgexfoundry.org:10002 [2020-12-29T16:55:41.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T16:55:41.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T16:55:41.098Z] Configure a credential helper to remove this warning. See [2020-12-29T16:55:41.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T16:55:41.098Z] [2020-12-29T16:55:41.098Z] Login Succeeded [2020-12-29T16:55:41.098Z] nexus3.edgexfoundry.org:10003 [2020-12-29T16:55:41.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T16:55:41.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T16:55:41.379Z] Configure a credential helper to remove this warning. See [2020-12-29T16:55:41.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T16:55:41.379Z] [2020-12-29T16:55:41.379Z] Login Succeeded [2020-12-29T16:55:41.379Z] nexus3.edgexfoundry.org:10004 [2020-12-29T16:55:41.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T16:55:41.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T16:55:41.985Z] Configure a credential helper to remove this warning. See [2020-12-29T16:55:41.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T16:55:41.985Z] [2020-12-29T16:55:41.985Z] Login Succeeded [2020-12-29T16:55:41.985Z] docker.io [2020-12-29T16:55:42.270Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T16:55:42.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T16:55:42.564Z] Configure a credential helper to remove this warning. See [2020-12-29T16:55:42.564Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T16:55:42.564Z] [2020-12-29T16:55:42.564Z] Login Succeeded [2020-12-29T16:55:42.564Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T16:55:42.587Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T16:55:43.113Z] ++ 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 [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ dirname cmd/core-command/Dockerfile [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ dirname cmd/core-data/Dockerfile [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-29T16:55:43.113Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-29T16:55:43.113Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-29T16:55:43.113Z] ++ cut -d/ -f2 [2020-12-29T16:55:43.113Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-29T16:55:43.113Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-29T16:55:43.229Z] 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 [2020-12-29T16:55:44.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T16:55:44.622Z] [2020-12-29T16:55:44.622Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:55:45.266Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T16:55:45.266Z] latest: Pulling from edgex-devops/git-semver [2020-12-29T16:55:45.266Z] 31603596830f: Pulling fs layer [2020-12-29T16:55:45.266Z] 2a8b12db71e7: Pulling fs layer [2020-12-29T16:55:45.266Z] 6ca5941a6612: Pulling fs layer [2020-12-29T16:55:45.266Z] ecc8261a40a4: Pulling fs layer [2020-12-29T16:55:45.266Z] ecc8261a40a4: Waiting [2020-12-29T16:55:45.266Z] 2a8b12db71e7: Verifying Checksum [2020-12-29T16:55:45.266Z] 2a8b12db71e7: Download complete [2020-12-29T16:55:45.566Z] 31603596830f: Download complete [2020-12-29T16:55:45.862Z] 6ca5941a6612: Verifying Checksum [2020-12-29T16:55:45.862Z] 6ca5941a6612: Download complete [2020-12-29T16:55:45.862Z] ecc8261a40a4: Verifying Checksum [2020-12-29T16:55:45.862Z] ecc8261a40a4: Download complete [2020-12-29T16:55:46.132Z] 31603596830f: Pull complete [2020-12-29T16:55:46.410Z] 2a8b12db71e7: Pull complete [2020-12-29T16:55:48.447Z] 6ca5941a6612: Pull complete [2020-12-29T16:55:48.736Z] ecc8261a40a4: Pull complete [2020-12-29T16:55:48.736Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-29T16:55:48.736Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T16:55:48.736Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-29T16:55:49.109Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T16:55:49.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T16:55:53.989Z] $ docker top 301991e5e53911b10bbfb016e6fef2783042392bb21d42e609033b6c22321c4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T16:55:54.426Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T16:55:54.427Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T16:55:54.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T16:55:54.845Z] $ docker exec 301991e5e53911b10bbfb016e6fef2783042392bb21d42e609033b6c22321c4b ssh-agent [2020-12-29T16:55:55.317Z] SSH_AUTH_SOCK=/tmp/ssh-XIZ6bymJ6vTI/agent.11 [2020-12-29T16:55:55.317Z] SSH_AGENT_PID=16 [2020-12-29T16:55:55.335Z] Running ssh-add (command line suppressed) [2020-12-29T16:55:55.558Z] Identity added: /w/workspace/edgex-go/264@tmp/private_key_855380478463758848.key (/w/workspace/edgex-go/264@tmp/private_key_855380478463758848.key) [2020-12-29T16:55:55.627Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T16:55:55.996Z] + git tag --points-at HEAD [Pipeline] } [2020-12-29T16:55:56.049Z] $ docker exec --env ******** --env ******** 301991e5e53911b10bbfb016e6fef2783042392bb21d42e609033b6c22321c4b ssh-agent -k [2020-12-29T16:55:56.232Z] unset SSH_AUTH_SOCK; [2020-12-29T16:55:56.232Z] unset SSH_AGENT_PID; [2020-12-29T16:55:56.232Z] echo Agent pid 16 killed; [2020-12-29T16:55:56.338Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-29T16:55:56.477Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T16:55:56.477Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T16:55:56.851Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T16:55:56.862Z] $ docker exec 301991e5e53911b10bbfb016e6fef2783042392bb21d42e609033b6c22321c4b ssh-agent [2020-12-29T16:55:57.151Z] SSH_AUTH_SOCK=/tmp/ssh-jSHgUAUV6MOS/agent.45 [2020-12-29T16:55:57.151Z] SSH_AGENT_PID=50 [2020-12-29T16:55:57.162Z] Running ssh-add (command line suppressed) [2020-12-29T16:55:57.388Z] Identity added: /w/workspace/edgex-go/264@tmp/private_key_6247687939227137346.key (/w/workspace/edgex-go/264@tmp/private_key_6247687939227137346.key) [2020-12-29T16:55:57.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T16:55:57.868Z] + git semver init [2020-12-29T16:55:57.868Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T16:55:57.868Z] # $GIT_DIR = /w/workspace/edgex-go/264/.git [2020-12-29T16:55:57.868Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/264 [2020-12-29T16:55:57.868Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T16:55:57.868Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T16:55:57.868Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T16:55:57.868Z] # $SEMVER_BRANCH = master [2020-12-29T16:55:57.868Z] # $SEMVER_TEMP = /tmp/semver-284999482 [2020-12-29T16:55:57.868Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-29T16:56:25.072Z] # '/tmp/semver-284999482' -> '/w/workspace/edgex-go/264/.semver' [2020-12-29T16:56:25.072Z] # -> Force: false [2020-12-29T16:56:25.072Z] # $SEMVER_DIR = /w/workspace/edgex-go/264/.semver [Pipeline] } [2020-12-29T16:56:25.106Z] $ docker exec --env ******** --env ******** 301991e5e53911b10bbfb016e6fef2783042392bb21d42e609033b6c22321c4b ssh-agent -k [2020-12-29T16:56:25.523Z] unset SSH_AUTH_SOCK; [2020-12-29T16:56:25.524Z] unset SSH_AGENT_PID; [2020-12-29T16:56:25.525Z] echo Agent pid 50 killed; [2020-12-29T16:56:25.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T16:56:26.269Z] + git semver [Pipeline] } [2020-12-29T16:56:26.320Z] $ docker stop --time=1 301991e5e53911b10bbfb016e6fef2783042392bb21d42e609033b6c22321c4b [2020-12-29T16:56:28.295Z] $ docker rm -f 301991e5e53911b10bbfb016e6fef2783042392bb21d42e609033b6c22321c4b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T16:56:29.072Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-29T16:56:29.991Z] Stashed 1 file(s) [Pipeline] echo [2020-12-29T16:56:29.994Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.20 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T16:56:31.185Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-29T16:56:31.531Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T16:56:31.902Z] + sudo service docker restart [2020-12-29T16:56:31.902Z] + true [2020-12-29T16:56:31.902Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-29T16:56:32.902Z] ========================================================= [2020-12-29T16:56:32.903Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-29T16:56:32.903Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:56:33.306Z] + 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 . [2020-12-29T16:56:39.995Z] Sending build context to Docker daemon 326.2MB [2020-12-29T16:56:39.995Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-29T16:56:39.995Z] Step 2/7 : FROM ${BASE} [2020-12-29T16:56:40.262Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-29T16:56:40.262Z] 188c0c94c7c5: Pulling fs layer [2020-12-29T16:56:40.262Z] 0ef7d3d256c8: Pulling fs layer [2020-12-29T16:56:40.262Z] de9db76c5a1d: Pulling fs layer [2020-12-29T16:56:40.262Z] bca2f99d35d6: Pulling fs layer [2020-12-29T16:56:40.262Z] 93359f2a8cfa: Pulling fs layer [2020-12-29T16:56:40.262Z] 7c6f9722023f: Pulling fs layer [2020-12-29T16:56:40.262Z] a35cf1a2eb13: Pulling fs layer [2020-12-29T16:56:40.262Z] bca2f99d35d6: Waiting [2020-12-29T16:56:40.262Z] 93359f2a8cfa: Waiting [2020-12-29T16:56:40.262Z] 7c6f9722023f: Waiting [2020-12-29T16:56:40.262Z] a35cf1a2eb13: Waiting [2020-12-29T16:56:40.262Z] de9db76c5a1d: Download complete [2020-12-29T16:56:40.262Z] 0ef7d3d256c8: Verifying Checksum [2020-12-29T16:56:40.262Z] 0ef7d3d256c8: Download complete [2020-12-29T16:56:40.262Z] 93359f2a8cfa: Verifying Checksum [2020-12-29T16:56:40.262Z] 93359f2a8cfa: Download complete [2020-12-29T16:56:40.262Z] 7c6f9722023f: Verifying Checksum [2020-12-29T16:56:40.262Z] 7c6f9722023f: Download complete [2020-12-29T16:56:41.240Z] 188c0c94c7c5: Verifying Checksum [2020-12-29T16:56:41.240Z] 188c0c94c7c5: Download complete [2020-12-29T16:56:41.865Z] 188c0c94c7c5: Pull complete [2020-12-29T16:56:42.161Z] 0ef7d3d256c8: Pull complete [2020-12-29T16:56:42.450Z] de9db76c5a1d: Pull complete [2020-12-29T16:56:45.087Z] a35cf1a2eb13: Verifying Checksum [2020-12-29T16:56:45.087Z] a35cf1a2eb13: Download complete [2020-12-29T16:56:45.496Z] Still waiting to schedule task [2020-12-29T16:56:45.497Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-29T16:56:45.694Z] bca2f99d35d6: Verifying Checksum [2020-12-29T16:56:45.695Z] bca2f99d35d6: Download complete [2020-12-29T16:56:55.909Z] bca2f99d35d6: Pull complete [2020-12-29T16:56:55.909Z] 93359f2a8cfa: Pull complete [2020-12-29T16:56:55.909Z] 7c6f9722023f: Pull complete [2020-12-29T16:57:01.353Z] a35cf1a2eb13: Pull complete [2020-12-29T16:57:01.353Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-29T16:57:01.353Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-29T16:57:01.353Z] ---> a62c8e92a672 [2020-12-29T16:57:01.353Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-29T16:57:01.633Z] ---> Running in 496e071069aa [2020-12-29T16:57:02.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T16:57:04.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T16:57:06.637Z] (1/12) Installing libmagic (5.38-r0) [2020-12-29T16:57:07.284Z] (2/12) Installing file (5.38-r0) [2020-12-29T16:57:07.564Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-29T16:57:07.564Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-29T16:57:20.045Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-29T16:57:20.045Z] (6/12) Installing patch (2.7.6-r6) [2020-12-29T16:57:20.045Z] (7/12) Installing build-base (0.5-r2) [2020-12-29T16:57:20.045Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-29T16:57:20.045Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-29T16:57:20.045Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-29T16:57:20.045Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-29T16:57:20.045Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-29T16:57:20.045Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T16:57:20.045Z] OK: 233 MiB in 51 packages [2020-12-29T16:57:22.670Z] Removing intermediate container 496e071069aa [2020-12-29T16:57:22.670Z] ---> 418419c21b95 [2020-12-29T16:57:22.670Z] Step 4/7 : WORKDIR /edgex-go [2020-12-29T16:57:22.670Z] ---> Running in 403ad9532e21 [2020-12-29T16:57:22.938Z] Removing intermediate container 403ad9532e21 [2020-12-29T16:57:22.938Z] ---> 63c7b231ef14 [2020-12-29T16:57:22.938Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-29T16:57:23.517Z] latest: Pulling from library/docker [2020-12-29T16:57:23.803Z] 801bfaa63ef2: Pulling fs layer [2020-12-29T16:57:23.803Z] 4f7dc993c79e: Pulling fs layer [2020-12-29T16:57:23.803Z] d39d95e4997f: Pulling fs layer [2020-12-29T16:57:23.803Z] 1cda4b703d87: Pulling fs layer [2020-12-29T16:57:23.803Z] 54e5375350ea: Pulling fs layer [2020-12-29T16:57:23.803Z] f08cd1b3bb1b: Pulling fs layer [2020-12-29T16:57:23.803Z] 8e17d04e0c68: Pulling fs layer [2020-12-29T16:57:23.803Z] f08cd1b3bb1b: Waiting [2020-12-29T16:57:23.803Z] 1cda4b703d87: Waiting [2020-12-29T16:57:23.803Z] 54e5375350ea: Waiting [2020-12-29T16:57:23.803Z] 8e17d04e0c68: Waiting [2020-12-29T16:57:23.803Z] d39d95e4997f: Verifying Checksum [2020-12-29T16:57:23.803Z] d39d95e4997f: Download complete [2020-12-29T16:57:23.803Z] 4f7dc993c79e: Verifying Checksum [2020-12-29T16:57:23.803Z] 4f7dc993c79e: Download complete [2020-12-29T16:57:24.163Z] 801bfaa63ef2: Verifying Checksum [2020-12-29T16:57:24.163Z] 801bfaa63ef2: Download complete [2020-12-29T16:57:24.163Z] 54e5375350ea: Verifying Checksum [2020-12-29T16:57:24.163Z] 54e5375350ea: Download complete [2020-12-29T16:57:24.163Z] f08cd1b3bb1b: Verifying Checksum [2020-12-29T16:57:24.163Z] f08cd1b3bb1b: Download complete [2020-12-29T16:57:24.569Z] 801bfaa63ef2: Pull complete [2020-12-29T16:57:24.569Z] 8e17d04e0c68: Verifying Checksum [2020-12-29T16:57:24.569Z] 8e17d04e0c68: Download complete [2020-12-29T16:57:25.066Z] 4f7dc993c79e: Pull complete [2020-12-29T16:57:25.429Z] d39d95e4997f: Pull complete [2020-12-29T16:57:27.075Z] 1cda4b703d87: Verifying Checksum [2020-12-29T16:57:27.075Z] 1cda4b703d87: Download complete [2020-12-29T16:57:34.070Z] 1cda4b703d87: Pull complete [2020-12-29T16:57:34.070Z] 54e5375350ea: Pull complete [2020-12-29T16:57:34.070Z] f08cd1b3bb1b: Pull complete [2020-12-29T16:57:34.070Z] 8e17d04e0c68: Pull complete [2020-12-29T16:57:34.070Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-29T16:57:34.070Z] Status: Downloaded newer image for docker:latest [2020-12-29T16:57:36.776Z] ---> 4f94bd973e34 [2020-12-29T16:57:36.776Z] Step 6/7 : COPY go.mod . [2020-12-29T16:57:36.776Z] ---> 937d4796357e [2020-12-29T16:57:36.776Z] Step 7/7 : RUN go mod download [2020-12-29T16:57:36.776Z] ---> Running in 417d3cd308b7 [2020-12-29T16:58:03.823Z] Removing intermediate container 417d3cd308b7 [2020-12-29T16:58:03.823Z] ---> 4118df3f166f [2020-12-29T16:58:04.208Z] Successfully built 4118df3f166f [2020-12-29T16:58:04.208Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:58:05.077Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T16:58:05.507Z] . [Pipeline] withDockerContainer [2020-12-29T16:58:05.724Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T16:58:05.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T16:58:07.538Z] $ docker top d39642bfb3da66c8ec0fe056e0a24ed58f8fe3024a371c61d1c0e800aa0515d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T16:58:08.574Z] + go version [2020-12-29T16:58:08.574Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-29T16:58:08.593Z] $ docker stop --time=1 d39642bfb3da66c8ec0fe056e0a24ed58f8fe3024a371c61d1c0e800aa0515d7 [2020-12-29T16:58:11.208Z] $ docker rm -f d39642bfb3da66c8ec0fe056e0a24ed58f8fe3024a371c61d1c0e800aa0515d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T16:58:12.144Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-29T16:58:12.144Z] . [Pipeline] withDockerContainer [2020-12-29T16:58:12.378Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T16:58:12.508Z] $ 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/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T16:58:13.655Z] $ docker top 3f204bef0b7114b7fe1de557d24b23c26eee79752add28d737908ba26951a2c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-29T16:58:14.008Z] ========================================================= [2020-12-29T16:58:14.008Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-29T16:58:14.008Z] ========================================================= [Pipeline] sh [2020-12-29T16:58:14.752Z] + make test [2020-12-29T16:58:14.752Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-29T16:58:29.932Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-29T16:58:57.079Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-29T16:59:07.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-29T16:59:07.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-29T16:59:07.499Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-29T16:59:07.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-29T16:59:07.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-29T16:59:07.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-29T16:59:07.776Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-29T16:59:08.796Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-29T16:59:09.814Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-29T16:59:13.330Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-29T16:59:13.330Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-29T16:59:13.330Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-29T16:59:16.155Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 46.6% of statements [2020-12-29T16:59:16.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-29T16:59:16.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-29T16:59:16.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-29T16:59:16.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-29T16:59:16.155Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-29T16:59:21.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.412s coverage: 27.0% of statements [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-29T16:59:21.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-29T16:59:21.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.142s coverage: 100.0% of statements [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-29T16:59:21.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.255s coverage: 73.7% of statements [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-29T16:59:21.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-29T16:59:22.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.838s coverage: 83.3% of statements [2020-12-29T16:59:22.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-29T16:59:22.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-29T16:59:22.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-29T16:59:22.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-29T16:59:26.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.567s coverage: 28.6% of statements [2020-12-29T16:59:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-29T16:59:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-29T16:59:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-29T16:59:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-29T16:59:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-29T16:59:26.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.147s coverage: 100.0% of statements [2020-12-29T16:59:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-29T16:59:26.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements [2020-12-29T16:59:26.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-29T16:59:27.342Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements [2020-12-29T16:59:27.342Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-29T16:59:27.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.265s coverage: 97.5% of statements [2020-12-29T16:59:27.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-29T16:59:28.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2020-12-29T16:59:28.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-29T16:59:28.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-29T16:59:28.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-29T16:59:28.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-29T16:59:31.759Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.681s coverage: 93.8% of statements [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-29T16:59:31.759Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.160s coverage: 58.8% of statements [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-29T16:59:31.759Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.108s coverage: 0.1% of statements [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-29T16:59:31.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.087s coverage: 100.0% of statements [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-29T16:59:31.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.115s coverage: 75.5% of statements [2020-12-29T16:59:31.759Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-29T16:59:32.048Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2020-12-29T16:59:32.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements [2020-12-29T16:59:32.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements [2020-12-29T16:59:34.032Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements [2020-12-29T16:59:34.032Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-29T16:59:36.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.421s coverage: 63.5% of statements [2020-12-29T16:59:36.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-29T16:59:36.143Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-29T16:59:36.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2020-12-29T16:59:36.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements [2020-12-29T16:59:36.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements [2020-12-29T16:59:36.143Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2020-12-29T16:59:36.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2020-12-29T16:59:39.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.976s coverage: 55.9% of statements [2020-12-29T16:59:39.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-29T16:59:39.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-29T16:59:39.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-29T16:59:39.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-29T16:59:39.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-29T16:59:39.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.142s coverage: 37.0% of statements [2020-12-29T16:59:39.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-29T16:59:39.531Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-29T16:59:39.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.749s coverage: 84.0% of statements [2020-12-29T16:59:39.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.151s coverage: 100.0% of statements [2020-12-29T16:59:44.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.238s coverage: 47.1% of statements [2020-12-29T16:59:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-29T16:59:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-29T16:59:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-29T16:59:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-29T16:59:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-29T16:59:44.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements [2020-12-29T16:59:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-29T16:59:44.324Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.253s coverage: 100.0% of statements [2020-12-29T16:59:44.324Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-29T16:59:47.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.225s coverage: 29.1% of statements [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-29T16:59:47.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.279s coverage: 99.0% of statements [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-29T16:59:47.147Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.139s coverage: 100.0% of statements [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-29T16:59:47.147Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-29T16:59:47.147Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-29T16:59:47.147Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.072s coverage: 87.9% of statements [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-29T16:59:47.147Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-29T16:59:47.147Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2020-12-29T16:59:47.752Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2020-12-29T16:59:48.021Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.110s coverage: 100.0% of statements [2020-12-29T16:59:48.609Z] GO111MODULE=on go vet ./... [2020-12-29T16:59:57.307Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17616 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-12-29T16:59:57.390Z] Running in /w/workspace/edgex-go/264 [Pipeline] { [Pipeline] checkout [2020-12-29T17:00:02.946Z] using credential edgex-jenkins-ssh [2020-12-29T17:00:03.118Z] Cloning the remote Git repository [2020-12-29T17:00:03.185Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-29T17:00:03.333Z] > git init /w/workspace/edgex-go/264 # timeout=10 [2020-12-29T17:00:03.425Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-29T17:00:03.426Z] > git --version # timeout=10 [2020-12-29T17:00:03.446Z] > git --version # 'git version 2.17.1' [2020-12-29T17:00:03.449Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T17:00:03.530Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T17:00:23.755Z] Checking out Revision 0334f8c6cb4567394b03fe4bb4a72992867bc10f (master) [2020-12-29T17:00:23.059Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-29T17:00:23.077Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-29T17:00:23.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-29T17:00:23.142Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-29T17:00:23.143Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-29T17:00:23.155Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-29T17:00:23.774Z] > git config core.sparsecheckout # timeout=10 [2020-12-29T17:00:23.799Z] > git checkout -f 0334f8c6cb4567394b03fe4bb4a72992867bc10f # timeout=10 [2020-12-29T17:00:28.347Z] Commit message: "fix: Properly publish V2 Event DTO to MessageBus as JSON (#2973)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-29T17:00:29.918Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-29T17:00:30.349Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-29T17:00:30.793Z] + sudo service docker restart [2020-12-29T17:00:30.793Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T17:00:32.860Z] provisioning config files... [2020-12-29T17:00:32.911Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/264@tmp/config4411302141386834219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:00:33.336Z] ---> docker-login.sh [2020-12-29T17:00:33.336Z] nexus3.edgexfoundry.org:10001 [2020-12-29T17:00:34.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:00:34.609Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:00:34.609Z] Configure a credential helper to remove this warning. See [2020-12-29T17:00:34.609Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:00:34.609Z] [2020-12-29T17:00:34.610Z] Login Succeeded [2020-12-29T17:00:34.610Z] nexus3.edgexfoundry.org:10002 [2020-12-29T17:00:35.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:00:35.213Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:00:35.213Z] Configure a credential helper to remove this warning. See [2020-12-29T17:00:35.213Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:00:35.213Z] [2020-12-29T17:00:35.213Z] Login Succeeded [2020-12-29T17:00:35.213Z] nexus3.edgexfoundry.org:10003 [2020-12-29T17:00:35.505Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:00:35.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:00:35.780Z] Configure a credential helper to remove this warning. See [2020-12-29T17:00:35.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:00:35.780Z] [2020-12-29T17:00:35.780Z] Login Succeeded [2020-12-29T17:00:35.780Z] nexus3.edgexfoundry.org:10004 [2020-12-29T17:00:36.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:00:36.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:00:36.411Z] Configure a credential helper to remove this warning. See [2020-12-29T17:00:36.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:00:36.411Z] [2020-12-29T17:00:36.411Z] Login Succeeded [2020-12-29T17:00:36.411Z] docker.io [2020-12-29T17:00:36.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:00:37.313Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:00:37.313Z] Configure a credential helper to remove this warning. See [2020-12-29T17:00:37.313Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:00:37.313Z] [2020-12-29T17:00:37.313Z] Login Succeeded [2020-12-29T17:00:37.313Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T17:00:37.330Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-29T17:00:37.775Z] ========================================================= [2020-12-29T17:00:37.775Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-29T17:00:37.775Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:00:38.207Z] + 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 . [2020-12-29T17:00:40.230Z] Sending build context to Docker daemon 165.3MB [2020-12-29T17:00:40.230Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-29T17:00:40.230Z] Step 2/7 : FROM ${BASE} [2020-12-29T17:00:41.215Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-29T17:00:41.215Z] 5f621e34cdf4: Pulling fs layer [2020-12-29T17:00:41.215Z] a4357932f1b6: Pulling fs layer [2020-12-29T17:00:41.215Z] 18c013af1878: Pulling fs layer [2020-12-29T17:00:41.215Z] 00ac8860ef70: Pulling fs layer [2020-12-29T17:00:41.215Z] 63d7cb157983: Pulling fs layer [2020-12-29T17:00:41.215Z] b116817d02f9: Pulling fs layer [2020-12-29T17:00:41.215Z] 745a02a5169b: Pulling fs layer [2020-12-29T17:00:41.215Z] 63d7cb157983: Waiting [2020-12-29T17:00:41.215Z] b116817d02f9: Waiting [2020-12-29T17:00:41.215Z] 745a02a5169b: Waiting [2020-12-29T17:00:41.215Z] 00ac8860ef70: Waiting [2020-12-29T17:00:41.215Z] 18c013af1878: Verifying Checksum [2020-12-29T17:00:41.215Z] 18c013af1878: Download complete [2020-12-29T17:00:41.215Z] a4357932f1b6: Verifying Checksum [2020-12-29T17:00:41.215Z] 63d7cb157983: Verifying Checksum [2020-12-29T17:00:41.215Z] 63d7cb157983: Download complete [2020-12-29T17:00:41.215Z] b116817d02f9: Download complete [2020-12-29T17:00:41.215Z] 5f621e34cdf4: Verifying Checksum [2020-12-29T17:00:41.215Z] 5f621e34cdf4: Download complete [2020-12-29T17:00:41.814Z] 5f621e34cdf4: Pull complete [2020-12-29T17:00:42.434Z] a4357932f1b6: Pull complete [2020-12-29T17:00:43.041Z] 18c013af1878: Pull complete [2020-12-29T17:00:44.492Z] 745a02a5169b: Download complete [2020-12-29T17:00:45.722Z] gofmt -l . [2020-12-29T17:00:45.722Z] [ "`gofmt -l .`" = "" ] [2020-12-29T17:00:45.722Z] ./bin/test-go-mod-tidy.sh [2020-12-29T17:00:45.722Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-29T17:00:45.946Z] 00ac8860ef70: Verifying Checksum [2020-12-29T17:00:45.946Z] 00ac8860ef70: Download complete [2020-12-29T17:00:46.405Z] + ls -al . [2020-12-29T17:00:46.405Z] total 636 [2020-12-29T17:00:46.405Z] drwxrwxr-x 10 1001 1001 4096 Dec 29 17:00 . [2020-12-29T17:00:46.405Z] drwxr-xr-x 4 root root 32 Dec 29 16:58 .. [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 11 Dec 29 16:55 .dockerignore [2020-12-29T17:00:46.405Z] drwxrwxr-x 8 1001 1001 162 Dec 29 16:55 .git [2020-12-29T17:00:46.405Z] drwxrwxr-x 3 1001 1001 125 Dec 29 16:55 .github [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 824 Dec 29 16:55 .gitignore [2020-12-29T17:00:46.405Z] drwx------ 3 1001 1001 32 Dec 29 16:56 .semver [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 166 Dec 29 16:55 .sonarcloud.properties [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 3804 Dec 29 16:55 CONTRIBUTING.md [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 1035 Dec 29 16:55 Dockerfile.build [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 863 Dec 29 16:55 Jenkinsfile [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 10775 Dec 29 16:55 LICENSE [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 5750 Dec 29 16:55 Makefile [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 6511 Dec 29 16:55 README.md [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 6744 Dec 29 16:55 SECURITY.md [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 12 Dec 29 16:56 VERSION [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 4131 Dec 29 16:55 ZMQWindows.md [2020-12-29T17:00:46.405Z] drwxrwxr-x 2 1001 1001 117 Dec 29 16:55 bin [2020-12-29T17:00:46.405Z] drwxrwxr-x 14 1001 1001 4096 Dec 29 16:55 cmd [2020-12-29T17:00:46.405Z] -rw-r--r-- 1 root root 537189 Dec 29 16:59 coverage.out [2020-12-29T17:00:46.405Z] -rw-r--r-- 1 root root 979 Dec 29 17:00 go.mod [2020-12-29T17:00:46.405Z] -rw-r--r-- 1 root root 18739 Dec 29 17:00 go.sum [2020-12-29T17:00:46.405Z] drwxrwxr-x 8 1001 1001 127 Dec 29 16:55 internal [2020-12-29T17:00:46.405Z] drwxrwxr-x 4 1001 1001 26 Dec 29 16:55 openapi [2020-12-29T17:00:46.405Z] drwxrwxr-x 4 1001 1001 71 Dec 29 16:55 snap [2020-12-29T17:00:46.405Z] -rw-rw-r-- 1 1001 1001 168 Dec 29 16:55 version.go [Pipeline] sh [2020-12-29T17:00:46.772Z] + '[' -e coverage.out ] [2020-12-29T17:00:46.772Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-29T17:00:47.143Z] Stashed 1 file(s) [Pipeline] sh [2020-12-29T17:00:47.473Z] + make build [2020-12-29T17:00:47.473Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-data/core-data ./cmd/core-data [2020-12-29T17:00:52.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-29T17:00:56.157Z] 00ac8860ef70: Pull complete [2020-12-29T17:00:56.157Z] 63d7cb157983: Pull complete [2020-12-29T17:00:56.774Z] b116817d02f9: Pull complete [2020-12-29T17:01:01.117Z] 745a02a5169b: Pull complete [2020-12-29T17:01:01.117Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-29T17:01:01.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-29T17:01:01.117Z] ---> b7e6874047d6 [2020-12-29T17:01:01.117Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-29T17:01:04.531Z] ---> Running in 91a1c3ffa060 [2020-12-29T17:01:05.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:01:06.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:01:07.094Z] (1/12) Installing libmagic (5.38-r0) [2020-12-29T17:01:07.374Z] (2/12) Installing file (5.38-r0) [2020-12-29T17:01:07.374Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-29T17:01:07.645Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-29T17:01:13.043Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-29T17:01:13.043Z] (6/12) Installing patch (2.7.6-r6) [2020-12-29T17:01:13.316Z] (7/12) Installing build-base (0.5-r2) [2020-12-29T17:01:13.316Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-29T17:01:13.316Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-29T17:01:13.587Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-29T17:01:13.587Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-29T17:01:13.587Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-29T17:01:13.862Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:01:13.862Z] OK: 217 MiB in 51 packages [2020-12-29T17:01:15.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-command/core-command ./cmd/core-command [2020-12-29T17:01:15.906Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-29T17:01:18.189Z] Removing intermediate container 91a1c3ffa060 [2020-12-29T17:01:18.190Z] ---> 041b7cdae989 [2020-12-29T17:01:18.190Z] Step 4/7 : WORKDIR /edgex-go [2020-12-29T17:01:18.190Z] ---> Running in 51a812c08975 [2020-12-29T17:01:18.461Z] Removing intermediate container 51a812c08975 [2020-12-29T17:01:18.461Z] ---> bef0e65bff49 [2020-12-29T17:01:18.461Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-29T17:01:18.733Z] latest: Pulling from library/docker [2020-12-29T17:01:18.744Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-29T17:01:19.006Z] 159e5727ea61: Pulling fs layer [2020-12-29T17:01:19.006Z] 687389c36290: Pulling fs layer [2020-12-29T17:01:19.006Z] 94e28978939c: Pulling fs layer [2020-12-29T17:01:19.006Z] ea42096754a7: Pulling fs layer [2020-12-29T17:01:19.006Z] bd61cee6920e: Pulling fs layer [2020-12-29T17:01:19.006Z] 87c4ece4675c: Pulling fs layer [2020-12-29T17:01:19.006Z] 90ca8b2ff088: Pulling fs layer [2020-12-29T17:01:19.006Z] bd61cee6920e: Waiting [2020-12-29T17:01:19.006Z] ea42096754a7: Waiting [2020-12-29T17:01:19.006Z] 87c4ece4675c: Waiting [2020-12-29T17:01:19.006Z] 90ca8b2ff088: Waiting [2020-12-29T17:01:19.006Z] 94e28978939c: Verifying Checksum [2020-12-29T17:01:19.006Z] 94e28978939c: Download complete [2020-12-29T17:01:19.299Z] 687389c36290: Download complete [2020-12-29T17:01:19.299Z] 159e5727ea61: Verifying Checksum [2020-12-29T17:01:19.299Z] 159e5727ea61: Download complete [2020-12-29T17:01:19.299Z] bd61cee6920e: Verifying Checksum [2020-12-29T17:01:19.299Z] bd61cee6920e: Download complete [2020-12-29T17:01:19.299Z] 87c4ece4675c: Verifying Checksum [2020-12-29T17:01:19.299Z] 87c4ece4675c: Download complete [2020-12-29T17:01:19.591Z] 90ca8b2ff088: Verifying Checksum [2020-12-29T17:01:19.591Z] 90ca8b2ff088: Download complete [2020-12-29T17:01:19.888Z] 159e5727ea61: Pull complete [2020-12-29T17:01:20.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-29T17:01:20.503Z] 687389c36290: Pull complete [2020-12-29T17:01:20.780Z] ea42096754a7: Verifying Checksum [2020-12-29T17:01:20.780Z] ea42096754a7: Download complete [2020-12-29T17:01:21.057Z] 94e28978939c: Pull complete [2020-12-29T17:01:23.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-29T17:01:25.369Z] ea42096754a7: Pull complete [2020-12-29T17:01:25.369Z] bd61cee6920e: Pull complete [2020-12-29T17:01:25.369Z] 87c4ece4675c: Pull complete [2020-12-29T17:01:25.643Z] 90ca8b2ff088: Pull complete [2020-12-29T17:01:25.643Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-29T17:01:25.917Z] Status: Downloaded newer image for docker:latest [2020-12-29T17:01:27.607Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-29T17:01:30.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-29T17:01:30.269Z] ---> 01803c7c5632 [2020-12-29T17:01:30.270Z] Step 6/7 : COPY go.mod . [2020-12-29T17:01:30.270Z] ---> 6eb9aca31a05 [2020-12-29T17:01:30.270Z] Step 7/7 : RUN go mod download [2020-12-29T17:01:30.270Z] ---> Running in 0c3ad6281a7d [2020-12-29T17:01:33.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-29T17:01:35.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-29T17:01:37.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-29T17:01:40.377Z] $ docker stop --time=1 3f204bef0b7114b7fe1de557d24b23c26eee79752add28d737908ba26951a2c3 [2020-12-29T17:01:42.879Z] $ docker rm -f 3f204bef0b7114b7fe1de557d24b23c26eee79752add28d737908ba26951a2c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:01:47.641Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-29T17:01:47.911Z] [2020-12-29T17:01:47.911Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:01:48.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-29T17:01:48.293Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-29T17:01:48.293Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-29T17:01:48.293Z] ca9280d653b3: Pulling fs layer [2020-12-29T17:01:48.293Z] 7e9c9ca2126c: Pulling fs layer [2020-12-29T17:01:48.569Z] cbdbe7a5bc2a: Download complete [2020-12-29T17:01:49.573Z] cbdbe7a5bc2a: Pull complete [2020-12-29T17:01:49.573Z] ca9280d653b3: Verifying Checksum [2020-12-29T17:01:49.573Z] ca9280d653b3: Download complete [2020-12-29T17:01:52.499Z] ca9280d653b3: Pull complete [2020-12-29T17:01:55.400Z] 7e9c9ca2126c: Download complete [2020-12-29T17:01:57.100Z] Removing intermediate container 0c3ad6281a7d [2020-12-29T17:01:57.100Z] ---> 2df8cd5a4196 [2020-12-29T17:01:57.100Z] Successfully built 2df8cd5a4196 [2020-12-29T17:01:57.100Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:01:57.443Z] + docker inspect -f . ci-base-image-arm64 [2020-12-29T17:01:57.443Z] . [Pipeline] withDockerContainer [2020-12-29T17:01:57.696Z] prd-ubuntu18.04-docker-arm64-4c-16g-17616 does not seem to be running inside a container [2020-12-29T17:01:57.780Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-29T17:01:59.210Z] $ docker top f1d57b89a149da2a79fde59fa85989cc879609100da5d3c76d8b00b907f0376c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T17:02:00.241Z] + go version [2020-12-29T17:02:00.241Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-29T17:02:00.274Z] $ docker stop --time=1 f1d57b89a149da2a79fde59fa85989cc879609100da5d3c76d8b00b907f0376c [2020-12-29T17:02:02.233Z] $ docker rm -f f1d57b89a149da2a79fde59fa85989cc879609100da5d3c76d8b00b907f0376c [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 [2020-12-29T17:02:03.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T17:02:03.413Z] [2020-12-29T17:02:03.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:02:03.843Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T17:02:03.843Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-29T17:02:03.843Z] 29e5d40040c1: Pulling fs layer [2020-12-29T17:02:03.843Z] 1ce36da41761: Pulling fs layer [2020-12-29T17:02:03.843Z] 25b303627fd3: Pulling fs layer [2020-12-29T17:02:04.118Z] 29e5d40040c1: Verifying Checksum [2020-12-29T17:02:04.118Z] 29e5d40040c1: Download complete [2020-12-29T17:02:04.717Z] 29e5d40040c1: Pull complete [2020-12-29T17:02:04.991Z] 1ce36da41761: Verifying Checksum [2020-12-29T17:02:06.427Z] 1ce36da41761: Pull complete [2020-12-29T17:02:06.427Z] 25b303627fd3: Verifying Checksum [2020-12-29T17:02:06.427Z] 25b303627fd3: Download complete [2020-12-29T17:02:07.984Z] 7e9c9ca2126c: Pull complete [2020-12-29T17:02:07.984Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-29T17:02:07.984Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-29T17:02:07.984Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-29T17:02:08.283Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T17:02:08.391Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:02:11.690Z] $ docker top d8ff3c23425e0ff427ded313db6fcbedfa7812ecf94fcfba7bdef527ecd122f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T17:02:12.567Z] + docker-compose build --help [2020-12-29T17:02:12.567Z] + grep parallel [2020-12-29T17:02:13.990Z] --parallel Build images in parallel. [Pipeline] } [2020-12-29T17:02:14.276Z] $ docker stop --time=1 d8ff3c23425e0ff427ded313db6fcbedfa7812ecf94fcfba7bdef527ecd122f7 [2020-12-29T17:02:15.928Z] $ docker rm -f d8ff3c23425e0ff427ded313db6fcbedfa7812ecf94fcfba7bdef527ecd122f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:02:16.601Z] 25b303627fd3: Pull complete [2020-12-29T17:02:16.601Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-29T17:02:16.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T17:02:16.601Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T17:02:16.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-29T17:02:16.618Z] . [Pipeline] withDockerContainer [2020-12-29T17:02:16.838Z] prd-ubuntu18.04-docker-arm64-4c-16g-17616 does not seem to be running inside a container [2020-12-29T17:02:16.931Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:02:20.296Z] $ docker top 18b0f8e0bf1d29f066fcd4a7a4cd069a15dbe6278db815cde71c24bcd2e745ce -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-12-29T17:02:20.833Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T17:02:20.902Z] $ 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/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:02:22.401Z] $ docker top 57141fbc2265562a259e9b9f0ba845c1eb1a15b9ebc26c7d6221dc2357c90401 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-29T17:02:23.330Z] + docker-compose build --help [2020-12-29T17:02:23.330Z] + grep parallel [2020-12-29T17:02:23.743Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-29T17:02:24.762Z] Building docker-core-command-go ... [2020-12-29T17:02:24.762Z] Building docker-core-data-go ... [2020-12-29T17:02:24.762Z] Building docker-core-metadata-go ... [2020-12-29T17:02:24.762Z] Building docker-security-bootstrap-redis-go ... [2020-12-29T17:02:24.762Z] Building docker-security-proxy-setup-go ... [2020-12-29T17:02:24.762Z] Building docker-security-secretstore-setup-go ... [2020-12-29T17:02:24.762Z] Building docker-support-notifications-go ... [2020-12-29T17:02:24.762Z] Building docker-support-scheduler-go ... [2020-12-29T17:02:24.762Z] Building docker-sys-mgmt-agent-go ... [2020-12-29T17:02:24.762Z] Building docker-sys-mgmt-agent-go [2020-12-29T17:02:24.762Z] Building docker-support-scheduler-go [2020-12-29T17:02:24.762Z] Building docker-core-command-go [2020-12-29T17:02:24.762Z] Building docker-support-notifications-go [2020-12-29T17:02:24.762Z] Building docker-security-secretstore-setup-go [2020-12-29T17:02:26.699Z] --parallel Build images in parallel. [Pipeline] } [2020-12-29T17:02:26.990Z] $ docker stop --time=1 18b0f8e0bf1d29f066fcd4a7a4cd069a15dbe6278db815cde71c24bcd2e745ce [2020-12-29T17:02:28.922Z] $ docker rm -f 18b0f8e0bf1d29f066fcd4a7a4cd069a15dbe6278db815cde71c24bcd2e745ce [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:02:29.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-29T17:02:29.748Z] . [Pipeline] withDockerContainer [2020-12-29T17:02:30.019Z] prd-ubuntu18.04-docker-arm64-4c-16g-17616 does not seem to be running inside a container [2020-12-29T17:02:30.102Z] $ 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/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-29T17:02:31.514Z] $ docker top c1d8a5c7b4e13f489dcaee218094d1717c974ce34d1a5ac5c4b42f3befb2474a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T17:02:32.583Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-29T17:02:35.981Z] Building docker-core-command-go ... [2020-12-29T17:02:35.981Z] Building docker-core-data-go ... [2020-12-29T17:02:35.981Z] Building docker-core-metadata-go ... [2020-12-29T17:02:35.981Z] Building docker-security-bootstrap-redis-go ... [2020-12-29T17:02:35.981Z] Building docker-security-proxy-setup-go ... [2020-12-29T17:02:35.981Z] Building docker-security-secretstore-setup-go ... [2020-12-29T17:02:35.981Z] Building docker-support-notifications-go ... [2020-12-29T17:02:35.981Z] Building docker-support-scheduler-go ... [2020-12-29T17:02:35.981Z] Building docker-sys-mgmt-agent-go ... [2020-12-29T17:02:35.981Z] Building docker-security-proxy-setup-go [2020-12-29T17:02:35.981Z] Building docker-core-command-go [2020-12-29T17:02:35.981Z] Building docker-security-secretstore-setup-go [2020-12-29T17:02:35.981Z] Building docker-core-data-go [2020-12-29T17:02:35.981Z] Building docker-security-bootstrap-redis-go [2020-12-29T17:03:22.238Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:22.238Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:22.238Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:22.238Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:22.238Z] ---> 4118df3f166f [2020-12-29T17:03:22.238Z] Step 3/27 : WORKDIR /edgex-go [2020-12-29T17:03:22.238Z] ---> 4118df3f166f [2020-12-29T17:03:22.238Z] Step 3/24 : WORKDIR /edgex-go [2020-12-29T17:03:22.238Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:22.238Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:22.238Z] ---> 4118df3f166f [2020-12-29T17:03:22.238Z] Step 3/21 : WORKDIR /edgex-go [2020-12-29T17:03:22.238Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:22.238Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:22.238Z] ---> 4118df3f166f [2020-12-29T17:03:22.238Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T17:03:22.238Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:22.238Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:22.238Z] ---> 4118df3f166f [2020-12-29T17:03:22.238Z] Step 3/24 : WORKDIR /edgex-go [2020-12-29T17:03:22.238Z] ---> Running in 5742a005e25e [2020-12-29T17:03:22.238Z] ---> Running in 4ad0b4b37e8d [2020-12-29T17:03:22.238Z] ---> Running in 2528601c001e [2020-12-29T17:03:22.238Z] ---> Running in afa417b0c397 [2020-12-29T17:03:22.238Z] ---> Running in d006d437f217 [2020-12-29T17:03:22.238Z] Removing intermediate container d006d437f217 [2020-12-29T17:03:22.238Z] ---> 5b5661b3f443 [2020-12-29T17:03:22.238Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:22.238Z] Removing intermediate container 4ad0b4b37e8d [2020-12-29T17:03:22.238Z] ---> 7189866475b3 [2020-12-29T17:03:22.238Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:22.238Z] Removing intermediate container 2528601c001e [2020-12-29T17:03:22.238Z] ---> f6d87be4a71c [2020-12-29T17:03:22.238Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:22.238Z] Removing intermediate container 5742a005e25e [2020-12-29T17:03:22.238Z] ---> 45882f9292ba [2020-12-29T17:03:22.238Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:22.238Z] ---> Running in b1cdfc066e1b [2020-12-29T17:03:22.238Z] Removing intermediate container afa417b0c397 [2020-12-29T17:03:22.239Z] ---> ef0ed3f806a4 [2020-12-29T17:03:22.239Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:22.239Z] ---> Running in 2677d18f7bb0 [2020-12-29T17:03:22.239Z] ---> Running in de05bde283e6 [2020-12-29T17:03:22.239Z] ---> Running in 0192f0125a5b [2020-12-29T17:03:22.239Z] ---> Running in 7f891ff733c3 [2020-12-29T17:03:23.554Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:23.554Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:23.554Z] ---> 2df8cd5a4196 [2020-12-29T17:03:23.554Z] Step 3/24 : WORKDIR /edgex-go [2020-12-29T17:03:23.554Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:23.554Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:23.554Z] ---> 2df8cd5a4196 [2020-12-29T17:03:23.554Z] Step 3/23 : WORKDIR /edgex-go [2020-12-29T17:03:23.554Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:23.554Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:23.554Z] ---> 2df8cd5a4196 [2020-12-29T17:03:23.554Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T17:03:23.554Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:23.554Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:23.554Z] ---> 2df8cd5a4196 [2020-12-29T17:03:23.554Z] Step 3/21 : WORKDIR /edgex-go [2020-12-29T17:03:23.554Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:03:23.554Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:03:23.554Z] ---> 2df8cd5a4196 [2020-12-29T17:03:23.554Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T17:03:23.554Z] ---> Running in 750bc2bf8c13 [2020-12-29T17:03:23.554Z] ---> Running in 1cb1425fd48a [2020-12-29T17:03:23.554Z] ---> Running in 084fa1739158 [2020-12-29T17:03:23.554Z] ---> Running in 387816c4e6c2 [2020-12-29T17:03:23.554Z] ---> Running in a683229cd25e [2020-12-29T17:03:24.345Z] Removing intermediate container b1cdfc066e1b [2020-12-29T17:03:24.345Z] ---> 4660947413a7 [2020-12-29T17:03:24.345Z] Step 5/21 : RUN apk update && apk add make git [2020-12-29T17:03:24.345Z] Removing intermediate container 2677d18f7bb0 [2020-12-29T17:03:24.345Z] ---> 082641d2f4dc [2020-12-29T17:03:24.345Z] Step 5/24 : RUN apk update && apk add make git [2020-12-29T17:03:24.345Z] ---> Running in 8de3dd4891d0 [2020-12-29T17:03:24.345Z] Removing intermediate container de05bde283e6 [2020-12-29T17:03:24.345Z] ---> e4988ddc3301 [2020-12-29T17:03:24.345Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T17:03:24.345Z] ---> Running in 94d6faa01792 [2020-12-29T17:03:24.548Z] Removing intermediate container 387816c4e6c2 [2020-12-29T17:03:24.548Z] ---> ddb2e8ce44ce [2020-12-29T17:03:24.548Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:24.548Z] Removing intermediate container a683229cd25e [2020-12-29T17:03:24.548Z] ---> 4bb57879fc42 [2020-12-29T17:03:24.548Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:24.548Z] Removing intermediate container 084fa1739158 [2020-12-29T17:03:24.548Z] ---> 6d69930083d5 [2020-12-29T17:03:24.548Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:24.548Z] Removing intermediate container 1cb1425fd48a [2020-12-29T17:03:24.548Z] ---> 24d33473c723 [2020-12-29T17:03:24.548Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:24.548Z] Removing intermediate container 750bc2bf8c13 [2020-12-29T17:03:24.548Z] ---> 65a1f3eb6940 [2020-12-29T17:03:24.548Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:03:24.548Z] ---> Running in 3612ce1a860b [2020-12-29T17:03:24.636Z] ---> Running in 199e63728d23 [2020-12-29T17:03:24.824Z] ---> Running in 2696dcc192ee [2020-12-29T17:03:24.825Z] ---> Running in c03c0700e2c4 [2020-12-29T17:03:24.825Z] ---> Running in 4648b18a5dc0 [2020-12-29T17:03:24.825Z] ---> Running in b8ee866d5037 [2020-12-29T17:03:24.911Z] Removing intermediate container 7f891ff733c3 [2020-12-29T17:03:24.911Z] ---> 600920334530 [2020-12-29T17:03:24.911Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-29T17:03:24.911Z] Removing intermediate container 0192f0125a5b [2020-12-29T17:03:24.911Z] ---> ded46aeaf786 [2020-12-29T17:03:24.911Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-29T17:03:25.201Z] ---> Running in e68476029d24 [2020-12-29T17:03:25.201Z] ---> Running in ceb39dbf9f4e [2020-12-29T17:03:26.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:26.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:26.223Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:26.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:26.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:26.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:27.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:27.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:27.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:27.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:03:27.730Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:27.730Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:27.730Z] OK: 12750 distinct packages available [2020-12-29T17:03:27.730Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:27.730Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:27.730Z] OK: 12750 distinct packages available [2020-12-29T17:03:28.014Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:28.014Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:28.014Z] OK: 12750 distinct packages available [2020-12-29T17:03:28.014Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:28.014Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:28.014Z] OK: 12750 distinct packages available [2020-12-29T17:03:28.014Z] OK: 233 MiB in 51 packages [2020-12-29T17:03:28.279Z] Removing intermediate container 3612ce1a860b [2020-12-29T17:03:28.279Z] ---> 8f5e052190a5 [2020-12-29T17:03:28.279Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-29T17:03:28.308Z] OK: 233 MiB in 51 packages [2020-12-29T17:03:28.308Z] OK: 233 MiB in 51 packages [2020-12-29T17:03:28.308Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:28.308Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:28.308Z] OK: 12750 distinct packages available [2020-12-29T17:03:28.559Z] ---> Running in ba47d993ef95 [2020-12-29T17:03:28.559Z] Removing intermediate container c03c0700e2c4 [2020-12-29T17:03:28.559Z] ---> b8089e643586 [2020-12-29T17:03:28.559Z] Step 5/24 : RUN apk update && apk add make git [2020-12-29T17:03:28.627Z] OK: 233 MiB in 51 packages [2020-12-29T17:03:28.833Z] Removing intermediate container 2696dcc192ee [2020-12-29T17:03:28.833Z] ---> 4c9c2173ee91 [2020-12-29T17:03:28.833Z] Step 5/21 : RUN apk update && apk add make git [2020-12-29T17:03:28.833Z] ---> Running in 1796cd47b833 [2020-12-29T17:03:28.959Z] OK: 233 MiB in 51 packages [2020-12-29T17:03:29.106Z] ---> Running in 61dc6531b6ca [2020-12-29T17:03:29.106Z] Removing intermediate container b8ee866d5037 [2020-12-29T17:03:29.106Z] ---> 8d7f40a3fa8d [2020-12-29T17:03:29.106Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T17:03:29.380Z] Removing intermediate container 4648b18a5dc0 [2020-12-29T17:03:29.380Z] ---> cde121ef830f [2020-12-29T17:03:29.380Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T17:03:29.654Z] ---> Running in ecb6c360f02f [2020-12-29T17:03:29.654Z] ---> Running in acc1fa8e987f [2020-12-29T17:03:30.013Z] Removing intermediate container 199e63728d23 [2020-12-29T17:03:30.014Z] ---> 2200f2b84c8e [2020-12-29T17:03:30.014Z] Step 6/22 : COPY go.mod . [2020-12-29T17:03:30.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:30.306Z] Removing intermediate container 8de3dd4891d0 [2020-12-29T17:03:30.306Z] ---> 253487aa8c58 [2020-12-29T17:03:30.306Z] Step 6/21 : COPY go.mod . [2020-12-29T17:03:30.306Z] Removing intermediate container e68476029d24 [2020-12-29T17:03:30.306Z] ---> 4e07fa8589c9 [2020-12-29T17:03:30.306Z] Step 6/24 : COPY go.mod . [2020-12-29T17:03:30.306Z] Removing intermediate container 94d6faa01792 [2020-12-29T17:03:30.306Z] ---> 3f1fcd49d250 [2020-12-29T17:03:30.306Z] Step 6/24 : COPY go.mod . [2020-12-29T17:03:30.589Z] Removing intermediate container ceb39dbf9f4e [2020-12-29T17:03:30.589Z] ---> 73637c98b46c [2020-12-29T17:03:30.589Z] Step 6/27 : COPY go.mod . [2020-12-29T17:03:30.589Z] ---> e6c8af9315e3 [2020-12-29T17:03:30.589Z] Step 7/22 : RUN go mod download [2020-12-29T17:03:30.589Z] ---> Running in 053087a71cfc [2020-12-29T17:03:30.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:30.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:30.885Z] ---> 0c14de862dba [2020-12-29T17:03:30.885Z] Step 7/21 : RUN go mod download [2020-12-29T17:03:31.154Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:31.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:31.176Z] ---> Running in 0333753b7348 [2020-12-29T17:03:31.176Z] ---> 1d429f47b208 [2020-12-29T17:03:31.176Z] Step 7/24 : RUN go mod download [2020-12-29T17:03:31.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:31.477Z] ---> 782956c29f58 [2020-12-29T17:03:31.477Z] Step 7/27 : RUN go mod download [2020-12-29T17:03:31.477Z] ---> a68aa01cf183 [2020-12-29T17:03:31.477Z] Step 7/24 : RUN go mod download [2020-12-29T17:03:31.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:31.704Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:31.760Z] ---> Running in de914bb7251b [2020-12-29T17:03:31.760Z] ---> Running in 794b2d846c33 [2020-12-29T17:03:31.760Z] ---> Running in 74693401073f [2020-12-29T17:03:31.978Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:31.979Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:31.979Z] OK: 12620 distinct packages available [2020-12-29T17:03:32.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:32.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:03:32.533Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:32.533Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:32.533Z] OK: 12620 distinct packages available [2020-12-29T17:03:32.533Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:32.533Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:32.533Z] OK: 12620 distinct packages available [2020-12-29T17:03:32.811Z] OK: 217 MiB in 51 packages [2020-12-29T17:03:33.415Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:33.415Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:33.415Z] OK: 12620 distinct packages available [2020-12-29T17:03:33.415Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:03:33.415Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:03:33.415Z] OK: 12620 distinct packages available [2020-12-29T17:03:33.699Z] OK: 217 MiB in 51 packages [2020-12-29T17:03:33.699Z] OK: 217 MiB in 51 packages [2020-12-29T17:03:34.321Z] OK: 217 MiB in 51 packages [2020-12-29T17:03:34.321Z] OK: 217 MiB in 51 packages [2020-12-29T17:03:34.919Z] Removing intermediate container ba47d993ef95 [2020-12-29T17:03:34.919Z] ---> f403fb3dbc96 [2020-12-29T17:03:34.919Z] Step 6/23 : COPY go.mod . [2020-12-29T17:03:35.536Z] Removing intermediate container 1796cd47b833 [2020-12-29T17:03:35.536Z] ---> 64382444325a [2020-12-29T17:03:35.536Z] Step 6/24 : COPY go.mod . [2020-12-29T17:03:35.816Z] Removing intermediate container 61dc6531b6ca [2020-12-29T17:03:35.816Z] ---> fcad9b51429e [2020-12-29T17:03:35.816Z] Step 6/21 : COPY go.mod . [2020-12-29T17:03:36.093Z] ---> ba7526df6904 [2020-12-29T17:03:36.093Z] Step 7/23 : RUN go mod download [2020-12-29T17:03:36.093Z] Removing intermediate container ecb6c360f02f [2020-12-29T17:03:36.093Z] ---> 2ea92a78bf63 [2020-12-29T17:03:36.093Z] Step 6/22 : COPY go.mod . [2020-12-29T17:03:36.093Z] ---> Running in dfcd7077889a [2020-12-29T17:03:36.379Z] Removing intermediate container acc1fa8e987f [2020-12-29T17:03:36.379Z] ---> 540fa820a850 [2020-12-29T17:03:36.379Z] Step 6/22 : COPY go.mod . [2020-12-29T17:03:36.386Z] Removing intermediate container de914bb7251b [2020-12-29T17:03:36.386Z] ---> 9ce8181d5c1e [2020-12-29T17:03:36.386Z] Step 8/24 : COPY . . [2020-12-29T17:03:36.386Z] Removing intermediate container 794b2d846c33 [2020-12-29T17:03:36.386Z] ---> 86d6628154c1 [2020-12-29T17:03:36.386Z] Step 8/27 : COPY . . [2020-12-29T17:03:36.386Z] Removing intermediate container 0333753b7348 [2020-12-29T17:03:36.386Z] ---> 9420dca5e77c [2020-12-29T17:03:36.386Z] Step 8/21 : COPY . . [2020-12-29T17:03:36.386Z] Removing intermediate container 74693401073f [2020-12-29T17:03:36.386Z] ---> 21a39e408bc6 [2020-12-29T17:03:36.386Z] Step 8/24 : COPY . . [2020-12-29T17:03:36.654Z] ---> db76b7ba77e2 [2020-12-29T17:03:36.654Z] Step 7/24 : RUN go mod download [2020-12-29T17:03:36.938Z] ---> Running in f5720756ee1b [2020-12-29T17:03:36.938Z] ---> 0cfa6aba4beb [2020-12-29T17:03:36.938Z] Step 7/21 : RUN go mod download [2020-12-29T17:03:37.218Z] ---> Running in 9b06ae52d68e [2020-12-29T17:03:37.471Z] Removing intermediate container 053087a71cfc [2020-12-29T17:03:37.471Z] ---> 8ee05531a7ef [2020-12-29T17:03:37.471Z] Step 8/22 : COPY . . [2020-12-29T17:03:37.498Z] ---> 84cf542a703d [2020-12-29T17:03:37.498Z] ---> 0342e091a9a5 [2020-12-29T17:03:37.498Z] Step 7/22 : RUN go mod downloadStep 7/22 : RUN go mod download [2020-12-29T17:03:37.498Z] [2020-12-29T17:03:37.774Z] ---> Running in e3fca311dadc [2020-12-29T17:03:37.774Z] ---> Running in a691753cd4fe [2020-12-29T17:03:41.187Z] Removing intermediate container dfcd7077889a [2020-12-29T17:03:41.187Z] ---> 06b3f9aa2ddd [2020-12-29T17:03:41.187Z] Step 8/23 : COPY . . [2020-12-29T17:03:41.462Z] Removing intermediate container f5720756ee1b [2020-12-29T17:03:41.462Z] ---> cc73a680c453 [2020-12-29T17:03:41.462Z] Step 8/24 : COPY . . [2020-12-29T17:03:41.462Z] Removing intermediate container 9b06ae52d68e [2020-12-29T17:03:41.462Z] ---> fb1ada03810a [2020-12-29T17:03:41.462Z] Step 8/21 : COPY . . [2020-12-29T17:03:42.985Z] Removing intermediate container a691753cd4fe [2020-12-29T17:03:42.985Z] ---> 5ecf64bc7ca3 [2020-12-29T17:03:42.985Z] Step 8/22 : COPY . . [2020-12-29T17:03:43.261Z] Removing intermediate container e3fca311dadc [2020-12-29T17:03:43.261Z] ---> 9a1b8cc5572b [2020-12-29T17:03:43.261Z] Step 8/22 : COPY . . [2020-12-29T17:04:01.609Z] ---> e607010d8b3a [2020-12-29T17:04:01.610Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-29T17:04:01.610Z] ---> a76b418200c0 [2020-12-29T17:04:01.610Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-29T17:04:01.610Z] ---> 83a5592d4025 [2020-12-29T17:04:01.610Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-29T17:04:01.610Z] ---> a0f76c967f6f [2020-12-29T17:04:01.610Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-29T17:04:01.610Z] ---> ad21fe8db33f [2020-12-29T17:04:01.610Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-29T17:04:01.610Z] ---> Running in d2a2215b4e78 [2020-12-29T17:04:01.610Z] ---> Running in baac42902baf [2020-12-29T17:04:01.610Z] ---> Running in 9113f48eb568 [2020-12-29T17:04:01.610Z] ---> Running in ec1b2e763d2b [2020-12-29T17:04:01.610Z] ---> Running in 489d74a24b95 [2020-12-29T17:04:03.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-29T17:04:03.052Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-data/core-data ./cmd/core-data [2020-12-29T17:04:03.052Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-29T17:04:03.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-29T17:04:03.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-command/core-command ./cmd/core-command [2020-12-29T17:04:34.808Z] ---> c6afae6fab85 [2020-12-29T17:04:34.808Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-29T17:04:34.808Z] ---> 02a45e161101 [2020-12-29T17:04:34.808Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-29T17:04:34.808Z] ---> 8006142e1468 [2020-12-29T17:04:34.808Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-29T17:04:34.808Z] ---> 31f127897a5e [2020-12-29T17:04:34.808Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-29T17:04:34.808Z] ---> 821acda4912c [2020-12-29T17:04:34.808Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-29T17:04:35.091Z] ---> Running in 58f18ad45d42 [2020-12-29T17:04:35.091Z] ---> Running in 62041b90c5b8 [2020-12-29T17:04:35.091Z] ---> Running in 5ce12d208692 [2020-12-29T17:04:35.091Z] ---> Running in f2e4f33d8b34 [2020-12-29T17:04:35.091Z] ---> Running in 776c5ea448f9 [2020-12-29T17:04:38.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-29T17:04:38.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-command/core-command ./cmd/core-command [2020-12-29T17:04:38.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-29T17:04:38.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-29T17:04:38.775Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-29T17:05:25.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-29T17:05:25.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-29T17:05:26.198Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-29T17:05:33.163Z] Removing intermediate container 58f18ad45d42 [2020-12-29T17:05:33.163Z] ---> fa241dba2d83 [2020-12-29T17:05:33.163Z] [2020-12-29T17:05:33.163Z] Step 10/24 : FROM alpine:3.10 [2020-12-29T17:05:33.163Z] Removing intermediate container 5ce12d208692 [2020-12-29T17:05:33.163Z] ---> de6992f0f01a [2020-12-29T17:05:33.163Z] [2020-12-29T17:05:33.163Z] Step 10/22 : FROM scratch [2020-12-29T17:05:33.163Z] ---> [2020-12-29T17:05:33.163Z] Removing intermediate container f2e4f33d8b34 [2020-12-29T17:05:33.163Z] ---> 84be05e51ec1 [2020-12-29T17:05:33.163Z] [2020-12-29T17:05:33.163Z] Step 10/21 : FROM scratch [2020-12-29T17:05:33.163Z] ---> [2020-12-29T17:05:33.163Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T17:05:33.163Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T17:05:33.163Z] 3.10: Pulling from library/alpine [2020-12-29T17:05:33.163Z] Removing intermediate container 776c5ea448f9 [2020-12-29T17:05:33.163Z] ---> ea37e2473763 [2020-12-29T17:05:33.163Z] [2020-12-29T17:05:33.163Z] Step 10/24 : FROM scratch [2020-12-29T17:05:33.163Z] ---> [2020-12-29T17:05:33.163Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-29T17:05:33.163Z] Removing intermediate container 62041b90c5b8 [2020-12-29T17:05:33.163Z] ---> c0e34cddbee1 [2020-12-29T17:05:33.163Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-29T17:05:33.163Z] ---> Running in fb70c98bffcc [2020-12-29T17:05:33.163Z] ---> Running in 0840f15f8fe2 [2020-12-29T17:05:33.163Z] ---> Running in e520a1c8edcd [2020-12-29T17:05:33.163Z] ---> Running in 7870eb860d1d [2020-12-29T17:05:33.510Z] Removing intermediate container 489d74a24b95 [2020-12-29T17:05:33.511Z] ---> 8410b22d6a08 [2020-12-29T17:05:33.511Z] [2020-12-29T17:05:33.511Z] Step 10/22 : FROM alpine:3.10 [2020-12-29T17:05:33.511Z] 3.10: Pulling from library/alpine [2020-12-29T17:05:33.843Z] Removing intermediate container 0840f15f8fe2 [2020-12-29T17:05:33.843Z] ---> 7582d8d359b5 [2020-12-29T17:05:33.843Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-29T17:05:34.148Z] ---> Running in bbcb17c7190b [2020-12-29T17:05:34.148Z] Removing intermediate container 7870eb860d1d [2020-12-29T17:05:34.148Z] ---> 2482b2f94370 [2020-12-29T17:05:34.148Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-29T17:05:34.148Z] Removing intermediate container e520a1c8edcd [2020-12-29T17:05:34.148Z] ---> 37dd6e8da843 [2020-12-29T17:05:34.148Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-29T17:05:34.467Z] ---> Running in 72adac53ff6c [2020-12-29T17:05:34.467Z] ---> Running in b30b7e711873 [2020-12-29T17:05:34.467Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-29T17:05:34.467Z] Status: Downloaded newer image for alpine:3.10 [2020-12-29T17:05:34.467Z] ---> be4e4bea2c2e [2020-12-29T17:05:34.467Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-29T17:05:34.783Z] Removing intermediate container bbcb17c7190b [2020-12-29T17:05:34.783Z] ---> 7721c13e5a92 [2020-12-29T17:05:34.783Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-29T17:05:34.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-29T17:05:34.783Z] ---> Running in 513caebe7140 [2020-12-29T17:05:35.165Z] ---> Running in 85097ca88af9 [2020-12-29T17:05:35.165Z] Removing intermediate container 72adac53ff6c [2020-12-29T17:05:35.165Z] ---> b9042a806be8 [2020-12-29T17:05:35.165Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-29T17:05:35.507Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-29T17:05:35.507Z] Removing intermediate container baac42902baf [2020-12-29T17:05:35.507Z] ---> 7552b5957cab [2020-12-29T17:05:35.507Z] [2020-12-29T17:05:35.507Z] Step 10/24 : FROM alpine:3.10 [2020-12-29T17:05:35.787Z] Status: Downloaded newer image for alpine:3.10 [2020-12-29T17:05:35.787Z] ---> 536a684cf733 [2020-12-29T17:05:35.787Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-29T17:05:35.787Z] 3.10: Pulling from library/alpine [2020-12-29T17:05:35.821Z] Removing intermediate container b30b7e711873 [2020-12-29T17:05:35.822Z] ---> 88706ba85b44 [2020-12-29T17:05:35.822Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-29T17:05:35.822Z] ---> Running in a496899ceba8 [2020-12-29T17:05:35.822Z] ---> Running in 13f0eceee35e [2020-12-29T17:05:36.065Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-29T17:05:36.065Z] Status: Image is up to date for alpine:3.10 [2020-12-29T17:05:36.065Z] ---> 536a684cf733 [2020-12-29T17:05:36.065Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-29T17:05:36.174Z] Removing intermediate container 85097ca88af9 [2020-12-29T17:05:36.174Z] ---> 15a0bd464663 [2020-12-29T17:05:36.174Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-29T17:05:36.350Z] ---> Running in ac0f1c8735fa [2020-12-29T17:05:36.350Z] ---> Running in 76ea05fabbce [2020-12-29T17:05:36.485Z] Removing intermediate container a496899ceba8 [2020-12-29T17:05:36.485Z] ---> 121bd059ef9e [2020-12-29T17:05:36.485Z] Step 14/22 : WORKDIR / [2020-12-29T17:05:36.485Z] Removing intermediate container 13f0eceee35e [2020-12-29T17:05:36.485Z] ---> 1ae501db6a01 [2020-12-29T17:05:36.485Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-29T17:05:36.485Z] ---> Running in 971cbf979a2f [2020-12-29T17:05:37.111Z] ---> abed36a053b8 [2020-12-29T17:05:37.111Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-29T17:05:37.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:05:37.112Z] Removing intermediate container 971cbf979a2f [2020-12-29T17:05:37.112Z] ---> 835e0ff8d2cd [2020-12-29T17:05:37.112Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-29T17:05:37.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:05:37.410Z] ---> 0cebb561df0f [2020-12-29T17:05:37.410Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-29T17:05:37.410Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-29T17:05:37.410Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-29T17:05:37.410Z] OK: 10350 distinct packages available [2020-12-29T17:05:38.120Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-29T17:05:38.120Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-29T17:05:38.120Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-29T17:05:38.120Z] (4/5) Installing curl (7.66.0-r3) [2020-12-29T17:05:38.120Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-29T17:05:38.120Z] Executing busybox-1.30.1-r3.trigger [2020-12-29T17:05:38.120Z] Executing ca-certificates-20191127-r2.trigger [2020-12-29T17:05:38.120Z] ---> a34845588b95 [2020-12-29T17:05:38.120Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-29T17:05:38.120Z] OK: 7 MiB in 19 packages [2020-12-29T17:05:38.812Z] Removing intermediate container fb70c98bffcc [2020-12-29T17:05:38.812Z] ---> 9a4fd286a597 [2020-12-29T17:05:38.812Z] [2020-12-29T17:05:38.812Z] Step 11/27 : FROM docker:latest [2020-12-29T17:05:38.812Z] ---> 0040bc98e531 [2020-12-29T17:05:38.812Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-29T17:05:38.812Z] ---> 3348aeb27fe2 [2020-12-29T17:05:38.812Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-29T17:05:38.812Z] ---> 6cf16dd019c0 [2020-12-29T17:05:38.812Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-29T17:05:39.106Z] ---> Running in e5ad79aa678b [2020-12-29T17:05:39.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:05:39.804Z] ---> 94354e6b8ab6 [2020-12-29T17:05:39.804Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-29T17:05:40.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:05:40.048Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:05:40.327Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:05:40.526Z] ---> 9d4dbd918f7c [2020-12-29T17:05:40.526Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-29T17:05:40.526Z] ---> 9502920a52ae [2020-12-29T17:05:40.526Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-29T17:05:40.526Z] Removing intermediate container 513caebe7140 [2020-12-29T17:05:40.526Z] ---> c1aea247d3c1 [2020-12-29T17:05:40.526Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-29T17:05:40.605Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-29T17:05:40.605Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-29T17:05:40.605Z] OK: 10171 distinct packages available [2020-12-29T17:05:40.809Z] ---> Running in 48cded53e7cb [2020-12-29T17:05:40.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:05:40.809Z] ---> Running in 6ed9b0037382 [2020-12-29T17:05:40.809Z] ---> 535f747f43d1 [2020-12-29T17:05:40.809Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-29T17:05:40.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:05:40.885Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-29T17:05:40.885Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-29T17:05:40.885Z] OK: 10171 distinct packages available [2020-12-29T17:05:41.122Z] ---> Running in 5b29595d6340 [2020-12-29T17:05:41.123Z] Removing intermediate container 48cded53e7cb [2020-12-29T17:05:41.123Z] ---> 8c6c9131654e [2020-12-29T17:05:41.123Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:05:41.123Z] (1/2) Installing readline (8.0.4-r0) [2020-12-29T17:05:41.123Z] (2/2) Installing bash (5.0.17-r0) [2020-12-29T17:05:41.169Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-29T17:05:41.169Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-29T17:05:41.169Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-29T17:05:41.169Z] (4/5) Installing curl (7.66.0-r3) [2020-12-29T17:05:41.169Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-29T17:05:41.169Z] Executing busybox-1.30.1-r3.trigger [2020-12-29T17:05:41.169Z] Executing ca-certificates-20191127-r2.trigger [2020-12-29T17:05:41.447Z] ---> Running in f0238a928383 [2020-12-29T17:05:41.447Z] Executing bash-5.0.17-r0.post-install [2020-12-29T17:05:41.447Z] Removing intermediate container 6ed9b0037382 [2020-12-29T17:05:41.447Z] ---> 6d0dd1f7babe [2020-12-29T17:05:41.447Z] Step 13/24 : WORKDIR / [2020-12-29T17:05:41.447Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:05:41.451Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-29T17:05:41.451Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-29T17:05:41.451Z] OK: 7 MiB in 19 packages [2020-12-29T17:05:41.451Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-29T17:05:41.451Z] (4/5) Installing curl (7.66.0-r3) [2020-12-29T17:05:41.734Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-29T17:05:41.734Z] Executing busybox-1.30.1-r3.trigger [2020-12-29T17:05:41.734Z] Executing ca-certificates-20191127-r2.trigger [2020-12-29T17:05:41.875Z] OK: 12 MiB in 22 packages [2020-12-29T17:05:41.875Z] ---> e9bd2e735e37 [2020-12-29T17:05:41.875Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-29T17:05:42.017Z] OK: 7 MiB in 19 packages [2020-12-29T17:05:42.692Z] Removing intermediate container 5b29595d6340 [2020-12-29T17:05:42.692Z] ---> d756aeb1b1a3 [2020-12-29T17:05:42.692Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:05:42.692Z] ---> Running in 0fbdc22fbcc3 [2020-12-29T17:05:42.692Z] Removing intermediate container f0238a928383 [2020-12-29T17:05:42.692Z] ---> dd965bf49e63 [2020-12-29T17:05:42.692Z] Step 19/21 : LABEL arch=x86_64 [2020-12-29T17:05:42.692Z] ---> Running in f21c6928afa9 [2020-12-29T17:05:42.692Z] ---> Running in 9f2042a7c5fb [2020-12-29T17:05:43.010Z] Removing intermediate container ec1b2e763d2b [2020-12-29T17:05:43.010Z] ---> 48a2ab392cca [2020-12-29T17:05:43.010Z] [2020-12-29T17:05:43.010Z] Step 10/22 : FROM scratch [2020-12-29T17:05:43.010Z] ---> [2020-12-29T17:05:43.010Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T17:05:43.010Z] Removing intermediate container 9113f48eb568 [2020-12-29T17:05:43.010Z] ---> 6c7812747d3e [2020-12-29T17:05:43.010Z] [2020-12-29T17:05:43.010Z] Step 10/21 : FROM alpine [2020-12-29T17:05:43.220Z] Removing intermediate container 0fbdc22fbcc3 [2020-12-29T17:05:43.220Z] ---> cfb82dcb3e3e [2020-12-29T17:05:43.220Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-29T17:05:43.220Z] Removing intermediate container f21c6928afa9 [2020-12-29T17:05:43.220Z] ---> f99651406cb9 [2020-12-29T17:05:43.220Z] Step 20/22 : LABEL arch=x86_64 [2020-12-29T17:05:43.220Z] Removing intermediate container 9f2042a7c5fb [2020-12-29T17:05:43.220Z] ---> b7e9b709af15 [2020-12-29T17:05:43.220Z] Step 20/21 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:05:43.290Z] latest: Pulling from library/alpine [2020-12-29T17:05:43.290Z] ---> Running in 53bc29717ba8 [2020-12-29T17:05:43.290Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-29T17:05:43.290Z] Status: Downloaded newer image for alpine:latest [2020-12-29T17:05:43.290Z] ---> afeebe901d6b [2020-12-29T17:05:43.290Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-29T17:05:43.566Z] ---> Running in 435c76e66aae [2020-12-29T17:05:43.704Z] ---> Running in 127040349d6e [2020-12-29T17:05:43.704Z] ---> Running in 8531eb3a6fa9 [2020-12-29T17:05:43.704Z] ---> f38502459f08 [2020-12-29T17:05:43.704Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-29T17:05:43.704Z] Removing intermediate container e5ad79aa678b [2020-12-29T17:05:43.704Z] ---> 9e8c0d9848b6 [2020-12-29T17:05:43.704Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-29T17:05:44.031Z] ---> Running in 0a7b6ca3ec0a [2020-12-29T17:05:44.031Z] Removing intermediate container 127040349d6e [2020-12-29T17:05:44.031Z] ---> 816f35b7950e [2020-12-29T17:05:44.032Z] Step 21/22 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:05:44.032Z] ---> 344e93d3e921 [2020-12-29T17:05:44.032Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-29T17:05:44.458Z] ---> Running in 511014fc74b2 [2020-12-29T17:05:44.458Z] Removing intermediate container 8531eb3a6fa9 [2020-12-29T17:05:44.458Z] ---> 78ea2d71a408 [2020-12-29T17:05:44.458Z] Step 21/21 : LABEL version=2.0.0-dev.20 [2020-12-29T17:05:44.569Z] Removing intermediate container 53bc29717ba8 [2020-12-29T17:05:44.569Z] ---> 39c84bccdad7 [2020-12-29T17:05:44.569Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-29T17:05:44.845Z] ---> Running in 854915a587b5 [2020-12-29T17:05:44.901Z] ---> a62f4b5e4bdd [2020-12-29T17:05:44.901Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-29T17:05:45.121Z] Removing intermediate container ac0f1c8735fa [2020-12-29T17:05:45.121Z] ---> d544b69dac05 [2020-12-29T17:05:45.121Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-29T17:05:45.121Z] Removing intermediate container 76ea05fabbce [2020-12-29T17:05:45.121Z] ---> 6f4fa08a9774 [2020-12-29T17:05:45.121Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-29T17:05:45.248Z] ---> Running in 3a27a93f1055 [2020-12-29T17:05:45.248Z] ---> Running in 4ac65b7d2631 [2020-12-29T17:05:45.410Z] ---> Running in 68d81c83f761 [2020-12-29T17:05:45.410Z] ---> Running in bcd7dce4e307 [2020-12-29T17:05:45.410Z] Removing intermediate container 854915a587b5 [2020-12-29T17:05:45.410Z] ---> 2482a462cc21 [2020-12-29T17:05:45.410Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-29T17:05:45.410Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:05:45.617Z] ---> 83da392ff763 [2020-12-29T17:05:45.617Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-29T17:05:45.617Z] Removing intermediate container 511014fc74b2 [2020-12-29T17:05:45.617Z] ---> 4ba2bfd1d5d2 [2020-12-29T17:05:45.617Z] Step 22/22 : LABEL version=2.0.0-dev.20 [2020-12-29T17:05:45.687Z] ---> Running in 5c5996bfb434 [2020-12-29T17:05:45.687Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:05:45.978Z] Removing intermediate container 68d81c83f761 [2020-12-29T17:05:45.979Z] ---> 26bd4742838a [2020-12-29T17:05:45.979Z] Step 13/22 : WORKDIR / [2020-12-29T17:05:45.979Z] Removing intermediate container bcd7dce4e307 [2020-12-29T17:05:45.979Z] ---> b7d5e6722ee0 [2020-12-29T17:05:45.979Z] Step 13/24 : WORKDIR / [2020-12-29T17:05:45.980Z] ---> Running in 1e8eaa15f959 [2020-12-29T17:05:45.980Z] Removing intermediate container 3a27a93f1055 [2020-12-29T17:05:45.980Z] ---> bd8e712ad5f4 [2020-12-29T17:05:45.980Z] [2020-12-29T17:05:46.253Z] Removing intermediate container 5c5996bfb434 [2020-12-29T17:05:46.253Z] ---> d42d1bb55468 [2020-12-29T17:05:46.253Z] Step 14/22 : WORKDIR / [2020-12-29T17:05:46.253Z] ---> Running in 4aa5881167d1 [2020-12-29T17:05:46.253Z] ---> Running in b788001bd410 [2020-12-29T17:05:46.301Z] Removing intermediate container 4ac65b7d2631 [2020-12-29T17:05:46.301Z] ---> 0d08280030d7 [2020-12-29T17:05:46.301Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:05:46.528Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:05:46.528Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:05:46.528Z] OK: 12615 distinct packages available [2020-12-29T17:05:46.528Z] ---> Running in 2472651e1686 [2020-12-29T17:05:46.643Z] ---> Running in 6e126b22acf7 [2020-12-29T17:05:46.644Z] ---> 51699a1734f3 [2020-12-29T17:05:46.644Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-29T17:05:46.939Z] Removing intermediate container 1e8eaa15f959 [2020-12-29T17:05:46.939Z] ---> 1950c54dd286 [2020-12-29T17:05:46.939Z] [2020-12-29T17:05:46.939Z] Successfully built bd8e712ad5f4 [2020-12-29T17:05:46.939Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-29T17:05:47.130Z] Removing intermediate container b788001bd410 [2020-12-29T17:05:47.130Z] ---> 2e67ca9ecb36 [2020-12-29T17:05:47.130Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-29T17:05:47.279Z] Building docker-security-bootstrap-redis-go [2020-12-29T17:05:47.279Z]  Building docker-support-scheduler-go ... done Successfully built 1950c54dd286 [2020-12-29T17:05:47.279Z] Successfully tagged docker-core-command-go:latest [2020-12-29T17:05:47.279Z] Building docker-security-proxy-setup-go [2020-12-29T17:05:47.279Z]  Building docker-core-command-go ... done Removing intermediate container 6e126b22acf7 [2020-12-29T17:05:47.279Z] ---> 7083f04c85b1 [2020-12-29T17:05:47.279Z] Step 22/24 : LABEL arch=x86_64 [2020-12-29T17:05:47.407Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-29T17:05:47.407Z] Removing intermediate container 4aa5881167d1 [2020-12-29T17:05:47.407Z] ---> 0091c67580d0 [2020-12-29T17:05:47.407Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-29T17:05:47.407Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-29T17:05:47.407Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-29T17:05:47.407Z] (4/4) Installing curl (7.69.1-r3) [2020-12-29T17:05:47.407Z] Removing intermediate container 2472651e1686 [2020-12-29T17:05:47.407Z] ---> a25587d3eea1 [2020-12-29T17:05:47.407Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-29T17:05:47.407Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:05:47.407Z] Executing ca-certificates-20191127-r4.trigger [2020-12-29T17:05:47.594Z] Removing intermediate container 0a7b6ca3ec0a [2020-12-29T17:05:47.594Z] ---> 49d4eaeb1642 [2020-12-29T17:05:47.594Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-29T17:05:47.692Z] OK: 7 MiB in 18 packages [2020-12-29T17:05:47.958Z] ---> Running in 15516c5a7bd2 [2020-12-29T17:05:47.958Z] ---> Running in 35d78d6df4e0 [2020-12-29T17:05:48.256Z] ---> 8c4d4994fd99 [2020-12-29T17:05:48.256Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-29T17:05:48.546Z] Removing intermediate container 15516c5a7bd2 [2020-12-29T17:05:48.546Z] ---> 25da059d806d [2020-12-29T17:05:48.546Z] Step 23/24 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:05:48.546Z] Removing intermediate container 35d78d6df4e0 [2020-12-29T17:05:48.546Z] ---> 88ffa59e9bd8 [2020-12-29T17:05:48.546Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-29T17:05:48.546Z] ---> Running in 8c0bc3fe53b1 [2020-12-29T17:05:48.691Z] ---> c706697644e5 [2020-12-29T17:05:48.691Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-29T17:05:48.967Z] ---> 07756a1bb777 [2020-12-29T17:05:48.967Z] ---> 13b406238010 [2020-12-29T17:05:48.967Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-29T17:05:48.967Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-29T17:05:49.226Z] ---> Running in 299235e74ec2 [2020-12-29T17:05:49.588Z] ---> 1983fb4c9fd1 [2020-12-29T17:05:49.588Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-29T17:05:49.991Z] Removing intermediate container 8c0bc3fe53b1 [2020-12-29T17:05:49.991Z] ---> 33f13140bf13 [2020-12-29T17:05:49.991Z] Step 24/24 : LABEL version=2.0.0-dev.20 [2020-12-29T17:05:51.137Z] ---> Running in 4d2ff759419d [2020-12-29T17:05:51.137Z] ---> bad20eb8b2ee [2020-12-29T17:05:51.137Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-29T17:05:51.137Z] Removing intermediate container 299235e74ec2 [2020-12-29T17:05:51.137Z] ---> 3b95674b61c2 [2020-12-29T17:05:51.137Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-29T17:05:51.579Z] Removing intermediate container 435c76e66aae [2020-12-29T17:05:51.579Z] ---> fe686c54b616 [2020-12-29T17:05:51.579Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-29T17:05:51.579Z] ---> 38ad7395ba7b [2020-12-29T17:05:51.579Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-29T17:05:51.579Z] ---> 79a90b7cc60b [2020-12-29T17:05:51.579Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-29T17:05:51.579Z] ---> 1a00c499cf36 [2020-12-29T17:05:51.579Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-29T17:05:51.579Z] ---> Running in 7633bcfb42f7 [2020-12-29T17:05:52.582Z] Removing intermediate container 7633bcfb42f7 [2020-12-29T17:05:52.582Z] ---> 458258a44b1c [2020-12-29T17:05:52.582Z] Step 13/21 : WORKDIR /edgex [2020-12-29T17:05:52.790Z] ---> Running in 00a4d1912077 [2020-12-29T17:05:52.790Z] Removing intermediate container 4d2ff759419d [2020-12-29T17:05:52.790Z] ---> f1fd3f61f508 [2020-12-29T17:05:52.790Z] [2020-12-29T17:05:52.865Z] ---> 692ce76fa4a2 [2020-12-29T17:05:52.865Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-29T17:05:52.865Z] ---> Running in c376fff620c4 [2020-12-29T17:05:53.114Z] Successfully built f1fd3f61f508 [2020-12-29T17:05:53.114Z] Successfully tagged docker-support-notifications-go:latest [2020-12-29T17:05:53.114Z] Building docker-core-data-go [2020-12-29T17:05:53.152Z] ---> 22c61af68207 [2020-12-29T17:05:53.152Z] ---> e6f13302568b [2020-12-29T17:05:53.152Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-29T17:05:53.152Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-29T17:05:53.412Z]  Building docker-support-notifications-go ... done Removing intermediate container 00a4d1912077 [2020-12-29T17:05:53.412Z] ---> ba3cbe65720a [2020-12-29T17:05:53.412Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-29T17:05:53.412Z] ---> 9ba02a86a446 [2020-12-29T17:05:53.412Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-29T17:05:53.426Z] ---> Running in 340caeb048a0 [2020-12-29T17:05:53.716Z] Removing intermediate container c376fff620c4 [2020-12-29T17:05:53.716Z] ---> 383f668c054f [2020-12-29T17:05:53.716Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-29T17:05:53.726Z] ---> Running in 959be47e244f [2020-12-29T17:05:53.991Z] ---> 6e73a0ed295e [2020-12-29T17:05:53.991Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-29T17:05:54.265Z] Removing intermediate container 340caeb048a0 [2020-12-29T17:05:54.265Z] ---> dd5225ba40e9 [2020-12-29T17:05:54.265Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:05:54.265Z] ---> Running in 452c4faa9cf8 [2020-12-29T17:05:54.541Z] ---> Running in 104935dfa96b [2020-12-29T17:05:55.147Z] ---> 1fe495248e0f [2020-12-29T17:05:55.148Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-29T17:05:55.148Z] ---> 19c4d1a3fa71 [2020-12-29T17:05:55.148Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-29T17:05:55.442Z] Removing intermediate container 104935dfa96b [2020-12-29T17:05:55.442Z] ---> 4141a4ea8771 [2020-12-29T17:05:55.442Z] Step 20/22 : LABEL arch=arm64 [2020-12-29T17:05:55.717Z] ---> Running in a7ad766fdde1 [2020-12-29T17:05:56.352Z] ---> 47c717aee1f3 [2020-12-29T17:05:56.352Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-29T17:05:56.626Z] ---> Running in e812b360e840 [2020-12-29T17:05:56.626Z] Removing intermediate container a7ad766fdde1 [2020-12-29T17:05:56.626Z] ---> d3d37927798c [2020-12-29T17:05:56.626Z] Step 21/22 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:05:56.903Z] ---> 28e40b50078c [2020-12-29T17:05:56.903Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-29T17:05:56.903Z] ---> Running in 79e899cd466f [2020-12-29T17:05:57.574Z] ---> 9fc859ef9949 [2020-12-29T17:05:57.574Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-29T17:05:57.892Z] Removing intermediate container 79e899cd466f [2020-12-29T17:05:57.892Z] ---> 1dbb0e757be4 [2020-12-29T17:05:57.892Z] Step 22/22 : LABEL version=2.0.0-dev.20 [2020-12-29T17:05:58.167Z] Removing intermediate container 452c4faa9cf8 [2020-12-29T17:05:58.167Z] ---> 55cf305017a5 [2020-12-29T17:05:58.167Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-29T17:05:58.448Z] ---> Running in deaa9f83df1a [2020-12-29T17:05:58.607Z] ---> 27c2e4959738 [2020-12-29T17:05:58.607Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-29T17:05:58.723Z] ---> Running in 6420ad67f9d6 [2020-12-29T17:05:59.001Z] ---> 3687ae7d2ea0 [2020-12-29T17:05:59.001Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-29T17:05:59.276Z] Removing intermediate container deaa9f83df1a [2020-12-29T17:05:59.276Z] ---> a2d9818f5e1d [2020-12-29T17:05:59.276Z] [2020-12-29T17:05:59.552Z] ---> Running in 0ac94ec5f16c [2020-12-29T17:05:59.726Z] Removing intermediate container 959be47e244f [2020-12-29T17:05:59.726Z] ---> d55b4411dab0 [2020-12-29T17:05:59.726Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-29T17:05:59.824Z] Removing intermediate container 6420ad67f9d6 [2020-12-29T17:05:59.824Z] ---> 675a47eca172 [2020-12-29T17:05:59.824Z] Step 20/22 : LABEL arch=arm64 [2020-12-29T17:05:59.824Z] Successfully built a2d9818f5e1d [2020-12-29T17:05:59.824Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-29T17:05:59.824Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2020-12-29T17:06:00.108Z] ---> Running in 56cd93398e04 [2020-12-29T17:06:00.108Z] Removing intermediate container 0ac94ec5f16c [2020-12-29T17:06:00.108Z] ---> 4065b68a5696 [2020-12-29T17:06:00.108Z] Step 18/21 : CMD ["--init=true"] [2020-12-29T17:06:00.108Z] Removing intermediate container e812b360e840 [2020-12-29T17:06:00.108Z] ---> 166f5c76ddea [2020-12-29T17:06:00.109Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-29T17:06:00.386Z] Removing intermediate container d2a2215b4e78 [2020-12-29T17:06:00.386Z] ---> 9ba04922b03a [2020-12-29T17:06:00.386Z] [2020-12-29T17:06:00.386Z] Step 10/23 : FROM alpine [2020-12-29T17:06:00.386Z] ---> afeebe901d6b [2020-12-29T17:06:00.386Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T17:06:00.386Z] ---> Running in 994e356d6cec [2020-12-29T17:06:00.386Z] ---> Running in ec0b94e59625 [2020-12-29T17:06:00.480Z] ---> da9e7c452992 [2020-12-29T17:06:00.480Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-29T17:06:00.480Z] ---> Running in 36fdcf65efed [2020-12-29T17:06:00.666Z] ---> Running in 299c09a8a6d0 [2020-12-29T17:06:00.666Z] Removing intermediate container 56cd93398e04 [2020-12-29T17:06:00.666Z] ---> d561da72c1ff [2020-12-29T17:06:00.666Z] Step 21/22 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:06:00.807Z] ---> Running in 7c9a430d5d96 [2020-12-29T17:06:01.594Z] Removing intermediate container 36fdcf65efed [2020-12-29T17:06:01.594Z] ---> dcb12303210d [2020-12-29T17:06:01.594Z] Step 22/24 : LABEL arch=x86_64 [2020-12-29T17:06:01.648Z] ---> Running in f5bbf7b29c4b [2020-12-29T17:06:01.958Z] ---> Running in 93466663a726 [2020-12-29T17:06:02.246Z] Removing intermediate container 994e356d6cec [2020-12-29T17:06:02.246Z] Removing intermediate container ec0b94e59625 [2020-12-29T17:06:02.246Z] ---> a0b0fa4a2130 [2020-12-29T17:06:02.246Z] ---> 8e7e12d31ef6 [2020-12-29T17:06:02.246Z] Removing intermediate container 299c09a8a6d0 [2020-12-29T17:06:02.246Z] Step 22/24 : LABEL arch=arm64 ---> 58bc13c2b59a [2020-12-29T17:06:02.246Z] [2020-12-29T17:06:02.246Z] Step 12/23 : ENV APP_PORT=48080Step 19/21 : LABEL arch=arm64 [2020-12-29T17:06:02.246Z] [2020-12-29T17:06:02.524Z] Removing intermediate container f5bbf7b29c4b [2020-12-29T17:06:02.524Z] ---> b9b2eaa33332 [2020-12-29T17:06:02.524Z] Step 22/22 : LABEL version=2.0.0-dev.20 [2020-12-29T17:06:02.800Z] ---> Running in fc3fce7dc4bc [2020-12-29T17:06:02.800Z] ---> Running in c4edf80bda57 [2020-12-29T17:06:02.800Z] ---> Running in b4678a186116 [2020-12-29T17:06:02.800Z] ---> Running in 41093f62dfe8 [2020-12-29T17:06:03.401Z] Removing intermediate container fc3fce7dc4bc [2020-12-29T17:06:03.401Z] ---> ecd3c2a69e1f [2020-12-29T17:06:03.402Z] Step 23/24 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:06:03.602Z] Removing intermediate container 93466663a726 [2020-12-29T17:06:03.602Z] ---> 8264bb6730a6 [2020-12-29T17:06:03.602Z] Step 23/24 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:06:03.678Z] Removing intermediate container b4678a186116 [2020-12-29T17:06:03.678Z] ---> 52b11627108d [2020-12-29T17:06:03.678Z] Step 20/21 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:06:03.678Z] Removing intermediate container c4edf80bda57 [2020-12-29T17:06:03.678Z] ---> 33f732839dba [2020-12-29T17:06:03.678Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-29T17:06:03.678Z] ---> Running in dd72bfa4e33a [2020-12-29T17:06:03.678Z] Removing intermediate container 41093f62dfe8 [2020-12-29T17:06:03.678Z] ---> 9a6cb13ddc34 [2020-12-29T17:06:03.678Z] [2020-12-29T17:06:03.915Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:03.916Z] ---> Running in 7399e27998ad [2020-12-29T17:06:03.957Z] ---> Running in c98a851ddb7e [2020-12-29T17:06:03.957Z] ---> Running in c8bad0a7a15c [2020-12-29T17:06:04.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:04.235Z] Successfully built 9a6cb13ddc34 [2020-12-29T17:06:04.235Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-29T17:06:04.235Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2020-12-29T17:06:04.518Z] Removing intermediate container dd72bfa4e33a [2020-12-29T17:06:04.518Z] ---> 49a5d38e8781 [2020-12-29T17:06:04.518Z] Step 24/24 : LABEL version=2.0.0-dev.20 [2020-12-29T17:06:04.577Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-29T17:06:04.577Z] (2/33) Installing expat (2.2.9-r1) [2020-12-29T17:06:04.577Z] (3/33) Installing libffi (3.3-r2) [2020-12-29T17:06:04.577Z] (4/33) Installing gdbm (1.13-r1) [2020-12-29T17:06:04.577Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-29T17:06:04.578Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-29T17:06:04.578Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-29T17:06:04.794Z] Removing intermediate container c98a851ddb7e [2020-12-29T17:06:04.794Z] ---> Running in a6c6b91760b9 [2020-12-29T17:06:04.794Z] Removing intermediate container c8bad0a7a15c [2020-12-29T17:06:04.794Z] ---> 81e8c4ce6e03 [2020-12-29T17:06:04.794Z] Step 21/21 : LABEL version=2.0.0-dev.20 ---> 84f87b88e2bb [2020-12-29T17:06:04.794Z] [2020-12-29T17:06:04.794Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:04.794Z] ---> Running in b38fed80efa9 [2020-12-29T17:06:04.794Z] ---> Running in abcde819eadd [2020-12-29T17:06:05.294Z] Removing intermediate container 7399e27998ad [2020-12-29T17:06:05.294Z] ---> a40d6fd5a766 [2020-12-29T17:06:05.294Z] Step 24/24 : LABEL version=2.0.0-dev.20 [2020-12-29T17:06:05.400Z] Removing intermediate container a6c6b91760b9 [2020-12-29T17:06:05.400Z] ---> 2a6039d53d9a [2020-12-29T17:06:05.400Z] [2020-12-29T17:06:05.681Z] Removing intermediate container abcde819eadd [2020-12-29T17:06:05.681Z] ---> e0a0c0db9d10 [2020-12-29T17:06:05.681Z] [2020-12-29T17:06:06.282Z] Successfully built 2a6039d53d9a [2020-12-29T17:06:06.282Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-29T17:06:06.282Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2020-12-29T17:06:06.282Z] Successfully built e0a0c0db9d10 [2020-12-29T17:06:06.282Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-29T17:06:06.282Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-29T17:06:07.424Z] ---> Running in 88d70558ba38 [2020-12-29T17:06:07.424Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-29T17:06:07.424Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-29T17:06:07.424Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-29T17:06:07.709Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-29T17:06:07.709Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-29T17:06:07.709Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-29T17:06:08.311Z] Removing intermediate container b38fed80efa9 [2020-12-29T17:06:08.311Z] ---> b256ab3289e4 [2020-12-29T17:06:08.311Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-29T17:06:08.311Z] ---> Running in c46474d06215 [2020-12-29T17:06:08.333Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-29T17:06:08.635Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-29T17:06:08.930Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-29T17:06:08.930Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-29T17:06:09.661Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-29T17:06:09.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:06:09.979Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-29T17:06:09.979Z] Removing intermediate container 88d70558ba38 [2020-12-29T17:06:09.979Z] ---> ee347dfa5b6f [2020-12-29T17:06:09.979Z] [2020-12-29T17:06:09.979Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-29T17:06:09.979Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-29T17:06:10.143Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:06:10.610Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-29T17:06:10.610Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-29T17:06:10.934Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-29T17:06:10.934Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-29T17:06:10.934Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-29T17:06:11.159Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-29T17:06:11.159Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-29T17:06:11.469Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-29T17:06:11.469Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-29T17:06:11.752Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-29T17:06:11.752Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:06:11.752Z] OK: 8 MiB in 19 packages [2020-12-29T17:06:11.965Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-29T17:06:11.965Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-29T17:06:12.336Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-29T17:06:12.336Z] Successfully built ee347dfa5b6f [2020-12-29T17:06:12.336Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-29T17:06:12.336Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-29T17:06:12.336Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-12-29T17:06:12.638Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-29T17:06:12.638Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-29T17:06:12.638Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-29T17:06:13.001Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:06:13.001Z] OK: 71 MiB in 55 packages [2020-12-29T17:06:16.165Z] Removing intermediate container c46474d06215 [2020-12-29T17:06:16.165Z] ---> 2265d8fa6a94 [2020-12-29T17:06:16.165Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-29T17:06:17.140Z] ---> 50ca9a23be5f [2020-12-29T17:06:17.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-29T17:06:18.569Z] ---> b12512320044 [2020-12-29T17:06:18.569Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-29T17:06:19.545Z] ---> cfe4708f0818 [2020-12-29T17:06:19.545Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-29T17:06:19.819Z] ---> Running in 66dad3ebf4c4 [2020-12-29T17:06:20.415Z] Removing intermediate container 66dad3ebf4c4 [2020-12-29T17:06:20.415Z] ---> 68c940c7a69c [2020-12-29T17:06:20.415Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:06:20.687Z] ---> Running in 049d6e99437d [2020-12-29T17:06:20.966Z] Removing intermediate container 049d6e99437d [2020-12-29T17:06:20.966Z] ---> 8adb1958dff3 [2020-12-29T17:06:20.966Z] Step 21/23 : LABEL arch=arm64 [2020-12-29T17:06:21.242Z] ---> Running in 8e11404de262 [2020-12-29T17:06:21.841Z] Removing intermediate container 8e11404de262 [2020-12-29T17:06:21.841Z] ---> f3214af1a788 [2020-12-29T17:06:21.841Z] Step 22/23 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:06:22.115Z] ---> Running in 7b7e89e9bc5f [2020-12-29T17:06:22.716Z] Removing intermediate container 7b7e89e9bc5f [2020-12-29T17:06:22.716Z] ---> 4e09a92ea25d [2020-12-29T17:06:22.716Z] Step 23/23 : LABEL version=2.0.0-dev.20 [2020-12-29T17:06:22.716Z] ---> Running in cd5fa0d51959 [2020-12-29T17:06:23.315Z] Removing intermediate container cd5fa0d51959 [2020-12-29T17:06:23.315Z] ---> 1d71b23b6d86 [2020-12-29T17:06:23.315Z] [2020-12-29T17:06:23.591Z] Successfully built 1d71b23b6d86 [2020-12-29T17:06:23.591Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-29T17:06:23.862Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:06:23.862Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:06:23.862Z] ---> 2df8cd5a4196 [2020-12-29T17:06:23.862Z] Step 3/21 : WORKDIR /edgex-go [2020-12-29T17:06:23.862Z] ---> Using cache [2020-12-29T17:06:23.862Z] ---> 65a1f3eb6940 [2020-12-29T17:06:23.862Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:23.862Z] ---> Using cache [2020-12-29T17:06:23.862Z] ---> 8d7f40a3fa8d [2020-12-29T17:06:23.862Z] Step 5/21 : RUN apk update && apk add make git [2020-12-29T17:06:23.862Z] ---> Using cache [2020-12-29T17:06:23.862Z] ---> 540fa820a850 [2020-12-29T17:06:23.862Z] Step 6/21 : COPY go.mod . [2020-12-29T17:06:23.862Z] ---> Using cache [2020-12-29T17:06:23.862Z] ---> 0342e091a9a5 [2020-12-29T17:06:23.862Z] Step 7/21 : RUN go mod download [2020-12-29T17:06:23.862Z] ---> Using cache [2020-12-29T17:06:23.862Z] ---> 5ecf64bc7ca3 [2020-12-29T17:06:23.862Z] Step 8/21 : COPY . . [2020-12-29T17:06:23.862Z] ---> Using cache [2020-12-29T17:06:23.862Z] ---> a0f76c967f6f [2020-12-29T17:06:23.862Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-29T17:06:24.466Z] ---> Running in de1b82bec84c [2020-12-29T17:06:25.918Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-29T17:06:34.247Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:06:34.247Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:06:34.247Z] ---> 2df8cd5a4196 [2020-12-29T17:06:34.247Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T17:06:34.247Z] ---> Using cache [2020-12-29T17:06:34.247Z] ---> 65a1f3eb6940 [2020-12-29T17:06:34.247Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:34.247Z] ---> Using cache [2020-12-29T17:06:34.247Z] ---> 8d7f40a3fa8d [2020-12-29T17:06:34.247Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T17:06:34.247Z] ---> Using cache [2020-12-29T17:06:34.247Z] ---> 540fa820a850 [2020-12-29T17:06:34.247Z] Step 6/22 : COPY go.mod . [2020-12-29T17:06:34.247Z] ---> Using cache [2020-12-29T17:06:34.247Z] ---> 0342e091a9a5 [2020-12-29T17:06:34.247Z] Step 7/22 : RUN go mod download [2020-12-29T17:06:34.247Z] ---> Using cache [2020-12-29T17:06:34.247Z] ---> 5ecf64bc7ca3 [2020-12-29T17:06:34.247Z] Step 8/22 : COPY . . [2020-12-29T17:06:34.247Z] ---> Using cache [2020-12-29T17:06:34.247Z] ---> a0f76c967f6f [2020-12-29T17:06:34.247Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-29T17:06:34.247Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:06:34.247Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:06:34.247Z] ---> 2df8cd5a4196 [2020-12-29T17:06:34.247Z] Step 3/27 : WORKDIR /edgex-go [2020-12-29T17:06:34.247Z] ---> Using cache [2020-12-29T17:06:34.247Z] ---> 65a1f3eb6940 [2020-12-29T17:06:34.248Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:34.248Z] ---> Using cache [2020-12-29T17:06:34.248Z] ---> 8d7f40a3fa8d [2020-12-29T17:06:34.248Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-29T17:06:34.851Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:06:34.851Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:06:34.851Z] ---> 2df8cd5a4196 [2020-12-29T17:06:34.851Z] Step 3/24 : WORKDIR /edgex-go [2020-12-29T17:06:34.851Z] ---> Using cache [2020-12-29T17:06:34.851Z] ---> 65a1f3eb6940 [2020-12-29T17:06:34.851Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:34.851Z] ---> Using cache [2020-12-29T17:06:35.138Z] ---> 8d7f40a3fa8d [2020-12-29T17:06:35.138Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-29T17:06:35.959Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:06:35.959Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:06:35.959Z] ---> 4118df3f166f [2020-12-29T17:06:35.959Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T17:06:35.959Z] ---> Using cache [2020-12-29T17:06:35.959Z] ---> ef0ed3f806a4 [2020-12-29T17:06:35.959Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:35.959Z] ---> Using cache [2020-12-29T17:06:35.959Z] ---> ded46aeaf786 [2020-12-29T17:06:35.959Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T17:06:35.959Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:06:35.959Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:06:35.959Z] ---> 4118df3f166f [2020-12-29T17:06:35.959Z] Step 3/21 : WORKDIR /edgex-go [2020-12-29T17:06:35.959Z] ---> Using cache [2020-12-29T17:06:35.959Z] ---> ef0ed3f806a4 [2020-12-29T17:06:35.959Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:35.959Z] ---> Using cache [2020-12-29T17:06:35.959Z] ---> ded46aeaf786 [2020-12-29T17:06:35.959Z] Step 5/21 : RUN apk update && apk add make git [2020-12-29T17:06:36.125Z] ---> Running in 116f8a75a56b [2020-12-29T17:06:36.125Z] ---> Running in 799cb94bb93d [2020-12-29T17:06:36.125Z] ---> Running in f306fa3354f1 [2020-12-29T17:06:38.037Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:06:38.037Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:06:38.037Z] ---> 4118df3f166f [2020-12-29T17:06:38.037Z] Step 3/23 : WORKDIR /edgex-go [2020-12-29T17:06:38.037Z] ---> Using cache [2020-12-29T17:06:38.037Z] ---> ef0ed3f806a4 [2020-12-29T17:06:38.037Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:38.037Z] ---> Using cache [2020-12-29T17:06:38.037Z] ---> ded46aeaf786 [2020-12-29T17:06:38.037Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-29T17:06:38.666Z] ---> Running in 27032b47bc8d [2020-12-29T17:06:38.666Z] ---> Running in 6d85c05e02f1 [2020-12-29T17:06:38.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:06:38.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:06:38.968Z] ---> Running in 2255de6a2d0c [2020-12-29T17:06:39.034Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-29T17:06:39.310Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:06:39.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:06:40.189Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:06:40.189Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:06:40.189Z] OK: 12620 distinct packages available [2020-12-29T17:06:40.790Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:06:40.790Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:06:40.790Z] OK: 12620 distinct packages available [2020-12-29T17:06:41.067Z] OK: 217 MiB in 51 packages [2020-12-29T17:06:41.669Z] OK: 217 MiB in 51 packages [2020-12-29T17:06:43.122Z] Removing intermediate container f306fa3354f1 [2020-12-29T17:06:43.122Z] ---> cfbd83b44b7d [2020-12-29T17:06:43.122Z] Step 6/27 : COPY go.mod . [2020-12-29T17:06:43.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:43.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:43.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:43.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:43.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:43.679Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:43.726Z] Removing intermediate container 116f8a75a56b [2020-12-29T17:06:43.726Z] ---> c30cc6e1c920 [2020-12-29T17:06:43.726Z] Step 6/24 : COPY go.mod . [2020-12-29T17:06:44.727Z] ---> 6ada894587ae [2020-12-29T17:06:44.728Z] Step 7/27 : RUN go mod download [2020-12-29T17:06:44.728Z] ---> ab17396076f5 [2020-12-29T17:06:44.728Z] Step 7/24 : RUN go mod download [2020-12-29T17:06:44.728Z] ---> Running in 61d8492c48db [2020-12-29T17:06:45.004Z] ---> Running in 1266c93caf53 [2020-12-29T17:06:45.428Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:06:45.428Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:06:45.428Z] OK: 12750 distinct packages available [2020-12-29T17:06:45.428Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:06:45.428Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:06:45.428Z] OK: 12750 distinct packages available [2020-12-29T17:06:45.428Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:06:45.428Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:06:45.428Z] OK: 12750 distinct packages available [2020-12-29T17:06:45.428Z] OK: 233 MiB in 51 packages [2020-12-29T17:06:46.090Z] OK: 233 MiB in 51 packages [2020-12-29T17:06:46.090Z] OK: 233 MiB in 51 packages [2020-12-29T17:06:48.938Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-29T17:06:48.938Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-29T17:06:48.938Z] ---> 4118df3f166f [2020-12-29T17:06:48.938Z] Step 3/22 : WORKDIR /edgex-go [2020-12-29T17:06:48.938Z] ---> Using cache [2020-12-29T17:06:48.938Z] ---> ef0ed3f806a4 [2020-12-29T17:06:48.938Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:06:48.938Z] ---> Using cache [2020-12-29T17:06:48.938Z] ---> ded46aeaf786 [2020-12-29T17:06:48.938Z] Step 5/22 : RUN apk update && apk add make git [2020-12-29T17:06:49.327Z] Removing intermediate container 61d8492c48db [2020-12-29T17:06:49.327Z] ---> f05024aceaf4 [2020-12-29T17:06:49.327Z] Step 8/27 : COPY . . [2020-12-29T17:06:49.570Z] ---> Running in c849affbc133 [2020-12-29T17:06:49.850Z] Removing intermediate container 2255de6a2d0c [2020-12-29T17:06:49.851Z] ---> 52bb22b505e8 [2020-12-29T17:06:49.851Z] Step 6/23 : COPY go.mod . [2020-12-29T17:06:49.851Z] Removing intermediate container 6d85c05e02f1 [2020-12-29T17:06:49.851Z] ---> 8a11b22209a4 [2020-12-29T17:06:49.851Z] Step 6/22 : COPY go.mod . [2020-12-29T17:06:49.925Z] Removing intermediate container 1266c93caf53 [2020-12-29T17:06:49.925Z] ---> dfaa3d663d00 [2020-12-29T17:06:49.925Z] Step 8/24 : COPY . . [2020-12-29T17:06:50.142Z] Removing intermediate container 27032b47bc8d [2020-12-29T17:06:50.142Z] ---> c3c20fc15827 [2020-12-29T17:06:50.142Z] Step 6/21 : COPY go.mod . [2020-12-29T17:06:51.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:51.148Z] ---> 993b05689755 [2020-12-29T17:06:51.148Z] Step 7/22 : RUN go mod download [2020-12-29T17:06:51.149Z] ---> f7104aa9b0a2 [2020-12-29T17:06:51.149Z] Step 7/23 : RUN go mod download [2020-12-29T17:06:51.149Z] ---> c30874e84317 [2020-12-29T17:06:51.149Z] Step 7/21 : RUN go mod download [2020-12-29T17:06:51.149Z] ---> Running in 5dd85ec7f4de [2020-12-29T17:06:51.149Z] ---> Running in e292204838f5 [2020-12-29T17:06:51.416Z] ---> Running in 0ab377e81e9d [2020-12-29T17:06:51.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:06:52.414Z] v3.12.3-21-gd73c439b42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:06:52.414Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:06:52.414Z] OK: 12750 distinct packages available [2020-12-29T17:06:53.171Z] OK: 233 MiB in 51 packages [2020-12-29T17:06:54.714Z] Removing intermediate container 7c9a430d5d96 [2020-12-29T17:06:54.714Z] ---> 8c6df072ecc2 [2020-12-29T17:06:54.714Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-29T17:06:54.714Z] Removing intermediate container c849affbc133 [2020-12-29T17:06:54.714Z] ---> 92226798e600 [2020-12-29T17:06:54.714Z] Step 6/22 : COPY go.mod . [2020-12-29T17:06:54.714Z] ---> Running in cf8e9a65c2ed [2020-12-29T17:06:55.779Z] ---> 83b0f67b3643 [2020-12-29T17:06:55.779Z] Step 7/22 : RUN go mod download [2020-12-29T17:06:56.079Z] ---> Running in 7bb6f0dbd910 [2020-12-29T17:06:56.719Z] Removing intermediate container 5dd85ec7f4de [2020-12-29T17:06:56.719Z] ---> a5ae34951e74 [2020-12-29T17:06:56.719Z] Step 8/22 : COPY . . [2020-12-29T17:06:56.719Z] Removing intermediate container 0ab377e81e9d [2020-12-29T17:06:56.719Z] ---> 9015645e468c [2020-12-29T17:06:56.719Z] Step 8/21 : COPY . . [2020-12-29T17:06:57.014Z] Removing intermediate container e292204838f5 [2020-12-29T17:06:57.014Z] ---> 1b062e5e4d0c [2020-12-29T17:06:57.014Z] Step 8/23 : COPY . . [2020-12-29T17:07:05.959Z] Removing intermediate container 7bb6f0dbd910 [2020-12-29T17:07:05.959Z] ---> 911255068c04 [2020-12-29T17:07:05.959Z] Step 8/22 : COPY . . [2020-12-29T17:07:12.096Z] ---> 17222a8bb59f [2020-12-29T17:07:12.096Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-29T17:07:12.096Z] ---> 3cdb9e583e2a [2020-12-29T17:07:12.096Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-29T17:07:12.096Z] ---> Running in eaeb01a97275 [2020-12-29T17:07:12.096Z] ---> Running in 3355b362270d [2020-12-29T17:07:12.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-29T17:07:12.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-29T17:07:20.673Z] Removing intermediate container de1b82bec84c [2020-12-29T17:07:20.673Z] ---> 037874f72a48 [2020-12-29T17:07:20.673Z] [2020-12-29T17:07:20.673Z] Step 10/21 : FROM scratch [2020-12-29T17:07:20.673Z] ---> [2020-12-29T17:07:20.673Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T17:07:20.673Z] ---> Using cache [2020-12-29T17:07:20.673Z] ---> 39c84bccdad7 [2020-12-29T17:07:20.673Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-29T17:07:20.673Z] ---> Running in 0dc933163460 [2020-12-29T17:07:21.275Z] Removing intermediate container 0dc933163460 [2020-12-29T17:07:21.275Z] ---> 1e0aab7b76ca [2020-12-29T17:07:21.275Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-29T17:07:21.550Z] ---> Running in 05e481a20510 [2020-12-29T17:07:21.778Z] Collecting docker-compose==1.23.2 [2020-12-29T17:07:21.779Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-29T17:07:21.779Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-29T17:07:21.779Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-29T17:07:21.779Z] Collecting docker<4.0,>=3.6.0 [2020-12-29T17:07:21.779Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-29T17:07:21.779Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-29T17:07:21.779Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-29T17:07:22.162Z] Removing intermediate container 05e481a20510 [2020-12-29T17:07:22.162Z] ---> d3707c960706 [2020-12-29T17:07:22.162Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-29T17:07:23.293Z] Collecting cached-property<2,>=1.2.0 [2020-12-29T17:07:23.293Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-29T17:07:23.602Z] ---> ad3604eef9ed [2020-12-29T17:07:23.602Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-29T17:07:24.480Z] Collecting PyYAML<4,>=3.10 [2020-12-29T17:07:24.481Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-29T17:07:25.047Z] ---> b754ac480b75 [2020-12-29T17:07:25.047Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-29T17:07:26.490Z] ---> 4fbd7e4390c9 [2020-12-29T17:07:26.490Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-29T17:07:26.490Z] ---> Running in fdd08655b4c4 [2020-12-29T17:07:27.090Z] Removing intermediate container fdd08655b4c4 [2020-12-29T17:07:27.090Z] ---> d7d65a638e69 [2020-12-29T17:07:27.090Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:07:27.363Z] ---> Running in 28aa948aad2f [2020-12-29T17:07:27.967Z] Removing intermediate container 28aa948aad2f [2020-12-29T17:07:27.967Z] ---> e9832474d72f [2020-12-29T17:07:27.967Z] Step 19/21 : LABEL arch=arm64 [2020-12-29T17:07:28.244Z] ---> Running in 31b409350f2d [2020-12-29T17:07:28.841Z] Removing intermediate container 31b409350f2d [2020-12-29T17:07:28.841Z] ---> bcbf530033e8 [2020-12-29T17:07:28.841Z] Step 20/21 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:07:29.114Z] ---> Running in 1f3beb02183e [2020-12-29T17:07:29.713Z] Removing intermediate container 1f3beb02183e [2020-12-29T17:07:29.713Z] ---> 20e257bbe4b5 [2020-12-29T17:07:29.713Z] Step 21/21 : LABEL version=2.0.0-dev.20 [2020-12-29T17:07:29.992Z] ---> Running in 9111fd80d8f2 [2020-12-29T17:07:30.592Z] Removing intermediate container 9111fd80d8f2 [2020-12-29T17:07:30.592Z] ---> 0b84a16220fc [2020-12-29T17:07:30.592Z] [2020-12-29T17:07:31.191Z] Successfully built 0b84a16220fc [2020-12-29T17:07:31.191Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-29T17:07:32.955Z] Collecting jsonschema<3,>=2.5.1 [2020-12-29T17:07:32.955Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-29T17:07:33.663Z] Collecting docopt<0.7,>=0.6.1 [2020-12-29T17:07:33.663Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-29T17:07:40.834Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-29T17:07:40.834Z] Collecting texttable<0.10,>=0.9.0 [2020-12-29T17:07:40.834Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-29T17:07:41.984Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-29T17:07:41.984Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-29T17:07:45.466Z] 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) [2020-12-29T17:07:45.797Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-29T17:07:45.797Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-29T17:07:46.431Z] Collecting idna<2.8,>=2.5 [2020-12-29T17:07:46.431Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-29T17:07:49.907Z] 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) [2020-12-29T17:07:49.907Z] Collecting docker-pycreds>=0.4.0 [2020-12-29T17:07:49.907Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-29T17:07:50.182Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-29T17:07:50.182Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-29T17:07:50.182Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-29T17:07:50.182Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-29T17:07:51.768Z] Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, cached-property, PyYAML, jsonschema, docopt, texttable, dockerpty, docker-compose [2020-12-29T17:07:51.768Z] Attempting uninstall: urllib3 [2020-12-29T17:07:51.768Z] Found existing installation: urllib3 1.25.9 [2020-12-29T17:07:51.768Z] Uninstalling urllib3-1.25.9: [2020-12-29T17:07:52.372Z] ---> bd901876b216 [2020-12-29T17:07:52.372Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-29T17:07:53.175Z] Successfully uninstalled urllib3-1.25.9 [2020-12-29T17:07:54.239Z] ---> Running in 3c9867485504 [2020-12-29T17:07:54.239Z] Attempting uninstall: idna [2020-12-29T17:07:54.239Z] Found existing installation: idna 2.9 [2020-12-29T17:07:54.239Z] Uninstalling idna-2.9: [2020-12-29T17:07:54.533Z] ---> 70db54d50935 [2020-12-29T17:07:54.533Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-29T17:07:54.533Z] Successfully uninstalled idna-2.9 [2020-12-29T17:07:55.134Z] Attempting uninstall: requests [2020-12-29T17:07:55.134Z] Found existing installation: requests 2.23.0 [2020-12-29T17:07:55.134Z] Uninstalling requests-2.23.0: [2020-12-29T17:07:55.416Z] ---> Running in a761715b6cfb [2020-12-29T17:07:55.746Z] Successfully uninstalled requests-2.23.0 [2020-12-29T17:07:58.011Z]  Building docker-support-scheduler-go ... done Removing intermediate container 799cb94bb93d [2020-12-29T17:07:58.011Z] ---> a9b5f44f1549 [2020-12-29T17:07:58.011Z] [2020-12-29T17:07:58.011Z] Step 10/22 : FROM scratch [2020-12-29T17:07:58.011Z] ---> [2020-12-29T17:07:58.011Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T17:07:58.065Z] Running setup.py install for PyYAML: started [2020-12-29T17:07:58.065Z] ---> 27daa8dff6be [2020-12-29T17:07:58.065Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-29T17:07:58.291Z] ---> Using cache [2020-12-29T17:07:58.291Z] ---> 39c84bccdad7 [2020-12-29T17:07:58.291Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-29T17:07:58.291Z] ---> Running in bebce9ce08b8 [2020-12-29T17:07:58.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-29T17:07:58.489Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-data/core-data ./cmd/core-data [2020-12-29T17:07:58.848Z] ---> Running in 8579adf73a2b [2020-12-29T17:07:58.891Z] Removing intermediate container bebce9ce08b8 [2020-12-29T17:07:58.892Z] ---> 2888fb0d5ee4 [2020-12-29T17:07:58.892Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-29T17:07:59.167Z] ---> Running in 3226f9225d2d [2020-12-29T17:07:59.766Z] Removing intermediate container 3226f9225d2d [2020-12-29T17:07:59.766Z] ---> 164844a27e13 [2020-12-29T17:07:59.766Z] Step 14/22 : WORKDIR / [2020-12-29T17:07:59.987Z] ---> aeb8b1ea7baf [2020-12-29T17:07:59.987Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-29T17:08:00.041Z] ---> Running in 045daec660fe [2020-12-29T17:08:00.304Z] ---> Running in fd197d1e2dcd [2020-12-29T17:08:00.634Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-29T17:08:00.637Z] Removing intermediate container 045daec660fe [2020-12-29T17:08:00.637Z] ---> e081d7a933f7 [2020-12-29T17:08:00.637Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-29T17:08:01.631Z] Running setup.py install for docopt: started [2020-12-29T17:08:02.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-29T17:08:02.085Z] ---> d6295e66ff2e [2020-12-29T17:08:02.085Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-29T17:08:02.800Z] Running setup.py install for docopt: finished with status 'done' [2020-12-29T17:08:02.801Z] Running setup.py install for texttable: started [2020-12-29T17:08:03.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-29T17:08:03.541Z] ---> 97b49cbca9ea [2020-12-29T17:08:03.541Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-29T17:08:03.790Z] Running setup.py install for texttable: finished with status 'done' [2020-12-29T17:08:03.790Z] Running setup.py install for dockerpty: started [2020-12-29T17:08:04.533Z] ---> cc1a185c5df2 [2020-12-29T17:08:04.533Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-29T17:08:04.817Z] ---> Running in 2804554e2c46 [2020-12-29T17:08:05.009Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-29T17:08:05.415Z] Removing intermediate container 2804554e2c46 [2020-12-29T17:08:05.416Z] ---> 8b43a5e0edef [2020-12-29T17:08:05.416Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:08:05.416Z] ---> Running in 556d6aff5d2c [2020-12-29T17:08:06.019Z] Removing intermediate container 556d6aff5d2c [2020-12-29T17:08:06.019Z] ---> 27f1a445521d [2020-12-29T17:08:06.019Z] Step 20/22 : LABEL arch=arm64 [2020-12-29T17:08:06.019Z] ---> Running in 57ab83f4e30f [2020-12-29T17:08:06.620Z] Removing intermediate container 57ab83f4e30f [2020-12-29T17:08:06.620Z] ---> 12e271bd7a1f [2020-12-29T17:08:06.620Z] Step 21/22 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:08:06.705Z] 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 [2020-12-29T17:08:06.896Z] ---> Running in 36df7204fd53 [2020-12-29T17:08:07.492Z] Removing intermediate container 36df7204fd53 [2020-12-29T17:08:07.492Z] ---> c36ed38bb637 [2020-12-29T17:08:07.492Z] Step 22/22 : LABEL version=2.0.0-dev.20 [2020-12-29T17:08:07.766Z] ---> Running in ba88f50d6d21 [2020-12-29T17:08:08.370Z] Removing intermediate container ba88f50d6d21 [2020-12-29T17:08:08.370Z] ---> 1781a8c8c844 [2020-12-29T17:08:08.370Z] [2020-12-29T17:08:08.643Z] Successfully built 1781a8c8c844 [2020-12-29T17:08:08.915Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-29T17:08:11.535Z]  Building docker-core-metadata-go ... done Removing intermediate container eaeb01a97275 [2020-12-29T17:08:11.535Z] ---> d9ebb7f49638 [2020-12-29T17:08:11.535Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-29T17:08:11.535Z] Removing intermediate container 3355b362270d [2020-12-29T17:08:11.535Z] ---> f3a3d98b2357 [2020-12-29T17:08:11.535Z] [2020-12-29T17:08:11.535Z] Step 10/24 : FROM scratch [2020-12-29T17:08:11.535Z] ---> [2020-12-29T17:08:11.535Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-29T17:08:11.535Z] ---> Running in b5133405a0e9 [2020-12-29T17:08:11.535Z] ---> Running in 2ab5d01b7a8f [2020-12-29T17:08:12.132Z] Removing intermediate container 2ab5d01b7a8f [2020-12-29T17:08:12.132Z] ---> bf081686e9e8 [2020-12-29T17:08:12.132Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-29T17:08:12.408Z] ---> Running in 836257688ea6 [2020-12-29T17:08:12.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.20" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-29T17:08:12.688Z] Removing intermediate container 836257688ea6 [2020-12-29T17:08:12.688Z] ---> 71317ef24098 [2020-12-29T17:08:12.688Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-29T17:08:12.974Z] ---> Running in b6af6767fb14 [2020-12-29T17:08:13.572Z] Removing intermediate container b6af6767fb14 [2020-12-29T17:08:13.572Z] ---> e0f054aa389c [2020-12-29T17:08:13.572Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-29T17:08:14.180Z] ---> 696eeb10638d [2020-12-29T17:08:14.180Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-29T17:08:15.630Z] ---> ee5c6a50c4c5 [2020-12-29T17:08:15.630Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-29T17:08:15.913Z] Removing intermediate container b5133405a0e9 [2020-12-29T17:08:15.913Z] ---> 26da2c7d4be4 [2020-12-29T17:08:15.913Z] [2020-12-29T17:08:15.913Z] Step 11/27 : FROM docker:latest [2020-12-29T17:08:15.913Z] ---> f66387bf908a [2020-12-29T17:08:15.913Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-29T17:08:15.913Z] ---> Running in 903c4e8a743d [2020-12-29T17:08:16.896Z] ---> 720183b6d2b6 [2020-12-29T17:08:16.896Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-29T17:08:17.412Z] Removing intermediate container cf8e9a65c2ed [2020-12-29T17:08:17.412Z] ---> ff9568618f4e [2020-12-29T17:08:17.412Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-29T17:08:17.412Z] ---> Running in e9774ba83703 [2020-12-29T17:08:17.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:08:17.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:08:17.772Z] ---> 7e91638ed77a [2020-12-29T17:08:17.772Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-29T17:08:18.044Z] (1/2) Installing readline (8.0.4-r0) [2020-12-29T17:08:18.044Z] (2/2) Installing bash (5.0.17-r0) [2020-12-29T17:08:18.044Z] Executing bash-5.0.17-r0.post-install [2020-12-29T17:08:18.317Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:08:18.317Z] OK: 12 MiB in 22 packages [2020-12-29T17:08:18.923Z] ---> 860a6d635cb3 [2020-12-29T17:08:18.923Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-29T17:08:19.513Z] Removing intermediate container 903c4e8a743d [2020-12-29T17:08:19.513Z] ---> 8f870ea934c7 [2020-12-29T17:08:19.513Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-29T17:08:19.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:08:19.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:08:19.783Z] ---> 66b6c0025c7f [2020-12-29T17:08:19.783Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-29T17:08:19.783Z] ---> Running in 73821c8e05b9 [2020-12-29T17:08:19.839Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-29T17:08:19.839Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-29T17:08:19.839Z] (3/3) Installing curl (7.69.1-r3) [2020-12-29T17:08:19.839Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:08:19.839Z] OK: 72 MiB in 58 packages [2020-12-29T17:08:20.067Z] ---> Running in a053903f23a7 [2020-12-29T17:08:20.340Z] Removing intermediate container a053903f23a7 [2020-12-29T17:08:20.340Z] ---> 166dfd71bfda [2020-12-29T17:08:20.340Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:08:20.611Z] ---> Running in 1fb95cea3e93 [2020-12-29T17:08:21.207Z] Removing intermediate container 1fb95cea3e93 [2020-12-29T17:08:21.207Z] ---> f194cdc9528b [2020-12-29T17:08:21.207Z] Step 22/24 : LABEL arch=arm64 [2020-12-29T17:08:21.207Z] ---> Running in 3fc1174df586 [2020-12-29T17:08:21.796Z] Removing intermediate container 3fc1174df586 [2020-12-29T17:08:21.797Z] ---> cf7a20c4bc98 [2020-12-29T17:08:21.797Z] Step 23/24 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:08:22.066Z] ---> Running in 814cfc87dfa0 [2020-12-29T17:08:22.066Z] Removing intermediate container 73821c8e05b9 [2020-12-29T17:08:22.066Z] ---> f4a31a1b4441 [2020-12-29T17:08:22.066Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-29T17:08:22.336Z] ---> Running in 4d0709fd6ff1 [2020-12-29T17:08:22.336Z] Removing intermediate container 814cfc87dfa0 [2020-12-29T17:08:22.336Z] ---> 2231530836c6 [2020-12-29T17:08:22.336Z] Step 24/24 : LABEL version=2.0.0-dev.20 [2020-12-29T17:08:22.606Z] ---> Running in be114344766f [2020-12-29T17:08:22.606Z] Removing intermediate container 4d0709fd6ff1 [2020-12-29T17:08:22.606Z] ---> bd744163638f [2020-12-29T17:08:22.606Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-29T17:08:22.781Z] Removing intermediate container e9774ba83703 [2020-12-29T17:08:22.781Z] ---> 791a918ae8e3 [2020-12-29T17:08:22.781Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-29T17:08:22.878Z] ---> Running in 480d70e12d35 [2020-12-29T17:08:23.070Z] ---> Running in 74fca7cdee03 [2020-12-29T17:08:23.149Z] Removing intermediate container be114344766f [2020-12-29T17:08:23.149Z] ---> cdb3615598b0 [2020-12-29T17:08:23.149Z] [2020-12-29T17:08:23.420Z] Successfully built cdb3615598b0 [2020-12-29T17:08:23.420Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-29T17:08:23.420Z]  Building docker-support-notifications-go ... done Removing intermediate container 480d70e12d35 [2020-12-29T17:08:23.420Z] ---> d4414b4ed26e [2020-12-29T17:08:23.420Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-29T17:08:23.692Z] ---> Running in 487c5d0d3c8e [2020-12-29T17:08:23.760Z] Removing intermediate container 74fca7cdee03 [2020-12-29T17:08:23.760Z] ---> 35780c06718c [2020-12-29T17:08:23.760Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:08:23.966Z] Removing intermediate container 487c5d0d3c8e [2020-12-29T17:08:23.966Z] ---> 1cc011b33faa [2020-12-29T17:08:23.966Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-29T17:08:24.064Z] ---> Running in 2121f0349b8e [2020-12-29T17:08:25.204Z] Removing intermediate container 2121f0349b8e [2020-12-29T17:08:25.204Z] ---> 16f538c8016f [2020-12-29T17:08:25.204Z] Step 25/27 : LABEL arch=x86_64 [2020-12-29T17:08:25.399Z] ---> 7100f808cbb1 [2020-12-29T17:08:25.399Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-29T17:08:25.502Z] ---> Running in a38ff9d2fe3b [2020-12-29T17:08:25.995Z] ---> 34e6604dfb8b [2020-12-29T17:08:25.995Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-29T17:08:26.122Z] Removing intermediate container a38ff9d2fe3b [2020-12-29T17:08:26.122Z] ---> 1fbcc73b4d66 [2020-12-29T17:08:26.122Z] Step 26/27 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:08:26.434Z] ---> Running in d7048a9a1edc [2020-12-29T17:08:26.841Z] Removing intermediate container d7048a9a1edc [2020-12-29T17:08:26.841Z] ---> 3bae5b10115c [2020-12-29T17:08:26.841Z] Step 27/27 : LABEL version=2.0.0-dev.20 [2020-12-29T17:08:26.975Z] ---> 4759a0c25620 [2020-12-29T17:08:26.975Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-29T17:08:26.975Z] ---> Running in d591b7e3b302 [2020-12-29T17:08:27.572Z] ---> Running in 4fc3dca305e1 [2020-12-29T17:08:27.907Z] Removing intermediate container 4fc3dca305e1 [2020-12-29T17:08:27.907Z] ---> 741743dff41b [2020-12-29T17:08:27.907Z] [2020-12-29T17:08:28.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:08:28.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:08:28.552Z] Successfully built 741743dff41b [2020-12-29T17:08:28.552Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-29T17:08:28.994Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-29T17:08:28.995Z] (2/33) Installing expat (2.2.9-r1) [2020-12-29T17:08:28.995Z] (3/33) Installing libffi (3.3-r2) [2020-12-29T17:08:28.995Z] (4/33) Installing gdbm (1.13-r1) [2020-12-29T17:08:28.995Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-29T17:08:28.995Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-29T17:08:28.995Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-29T17:08:30.957Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-29T17:08:30.957Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-29T17:08:30.957Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-29T17:08:30.957Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-29T17:08:30.957Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-29T17:08:30.957Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-29T17:08:30.957Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-29T17:08:31.228Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-29T17:08:31.228Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-29T17:08:31.228Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-29T17:08:31.228Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-29T17:08:31.228Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-29T17:08:31.228Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-29T17:08:31.228Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-29T17:08:31.228Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-29T17:08:31.228Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-29T17:08:31.498Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-29T17:08:31.498Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-29T17:08:31.498Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-29T17:08:31.498Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-29T17:08:31.498Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-29T17:08:31.498Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-29T17:08:31.498Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-29T17:08:31.498Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-29T17:08:31.498Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-29T17:08:31.498Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-29T17:08:31.770Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:08:31.770Z] OK: 71 MiB in 55 packages [2020-12-29T17:08:38.479Z] Removing intermediate container d591b7e3b302 [2020-12-29T17:08:38.479Z] ---> d7e2268fc4bb [2020-12-29T17:08:38.479Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-29T17:08:38.751Z] ---> Running in 862ecd8c7d23 [2020-12-29T17:08:44.132Z] Collecting docker-compose==1.23.2 [2020-12-29T17:08:44.132Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-29T17:08:44.132Z] Collecting texttable<0.10,>=0.9.0 [2020-12-29T17:08:44.132Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-29T17:08:46.741Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-29T17:08:46.741Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-29T17:08:47.129Z]  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.20" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-29T17:08:47.331Z] Collecting docker<4.0,>=3.6.0 [2020-12-29T17:08:47.331Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-29T17:08:47.920Z] Collecting docopt<0.7,>=0.6.1 [2020-12-29T17:08:47.920Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-29T17:08:49.883Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-29T17:08:49.883Z] Collecting jsonschema<3,>=2.5.1 [2020-12-29T17:08:49.883Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-29T17:08:50.475Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-29T17:08:50.475Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-29T17:08:50.747Z] Collecting cached-property<2,>=1.2.0 [2020-12-29T17:08:50.747Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-29T17:08:51.336Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-29T17:08:51.336Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-29T17:08:52.792Z] Removing intermediate container a761715b6cfb [2020-12-29T17:08:52.792Z] ---> 5ee932df6429 [2020-12-29T17:08:52.792Z] [2020-12-29T17:08:52.792Z] Step 10/22 : FROM alpine:3.10 [2020-12-29T17:08:52.792Z] ---> be4e4bea2c2e [2020-12-29T17:08:52.792Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-29T17:08:52.792Z] ---> Using cache [2020-12-29T17:08:52.792Z] ---> c1aea247d3c1 [2020-12-29T17:08:52.792Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-29T17:08:53.295Z] Collecting PyYAML<4,>=3.10 [2020-12-29T17:08:53.295Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-29T17:08:53.499Z] ---> Running in 6151e08f07a5 [2020-12-29T17:08:54.185Z] Removing intermediate container 6151e08f07a5 [2020-12-29T17:08:54.185Z] ---> 566880bd8aa7 [2020-12-29T17:08:54.185Z] Step 13/22 : WORKDIR / [2020-12-29T17:08:54.185Z] ---> Running in ea4c097a8f3a [2020-12-29T17:08:54.924Z] Removing intermediate container ea4c097a8f3a [2020-12-29T17:08:54.924Z] ---> f72ea142ce69 [2020-12-29T17:08:54.924Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-29T17:08:55.893Z] 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) [2020-12-29T17:08:56.164Z] Collecting idna<2.8,>=2.5 [2020-12-29T17:08:56.164Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-29T17:08:56.754Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-29T17:08:56.754Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-29T17:08:56.754Z] 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) [2020-12-29T17:08:57.023Z] Collecting docker-pycreds>=0.4.0 [2020-12-29T17:08:57.023Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-29T17:08:57.293Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-29T17:08:57.293Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-29T17:08:57.293Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-29T17:08:57.293Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-29T17:08:57.716Z] ---> 86f3c25c2019 [2020-12-29T17:08:57.716Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-29T17:08:57.882Z] Installing collected packages: texttable, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, jsonschema, cached-property, dockerpty, PyYAML, docker-compose [2020-12-29T17:08:57.882Z] Running setup.py install for texttable: started [2020-12-29T17:08:58.069Z] Removing intermediate container 8579adf73a2b [2020-12-29T17:08:58.069Z] ---> 3c10f1a9f087 [2020-12-29T17:08:58.069Z] [2020-12-29T17:08:58.069Z] Step 10/21 : FROM alpine [2020-12-29T17:08:58.373Z] latest: Pulling from library/alpine [2020-12-29T17:08:58.373Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-29T17:08:58.373Z] Status: Downloaded newer image for alpine:latest [2020-12-29T17:08:58.373Z] ---> 389fef711851 [2020-12-29T17:08:58.373Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-29T17:08:58.659Z] ---> Running in 911cbb850fb4 [2020-12-29T17:08:59.367Z] ---> ee55efa1f0e6 [2020-12-29T17:08:59.367Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-29T17:08:59.846Z] Running setup.py install for texttable: finished with status 'done' [2020-12-29T17:08:59.846Z] Attempting uninstall: idna [2020-12-29T17:08:59.846Z] Found existing installation: idna 2.9 [2020-12-29T17:08:59.846Z] Uninstalling idna-2.9: [2020-12-29T17:08:59.846Z] Successfully uninstalled idna-2.9 [2020-12-29T17:09:00.439Z] Attempting uninstall: urllib3 [2020-12-29T17:09:00.439Z] Found existing installation: urllib3 1.25.9 [2020-12-29T17:09:00.439Z] Uninstalling urllib3-1.25.9: [2020-12-29T17:09:00.450Z] ---> 43518cc84345 [2020-12-29T17:09:00.450Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-29T17:09:00.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:09:00.709Z] Successfully uninstalled urllib3-1.25.9 [2020-12-29T17:09:00.777Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:09:00.980Z] Attempting uninstall: requests [2020-12-29T17:09:00.980Z] Found existing installation: requests 2.23.0 [2020-12-29T17:09:00.980Z] Uninstalling requests-2.23.0: [2020-12-29T17:09:01.250Z] Successfully uninstalled requests-2.23.0 [2020-12-29T17:09:01.400Z] v3.12.3-21-gd73c439b42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-29T17:09:01.400Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-29T17:09:01.400Z] OK: 12745 distinct packages available [2020-12-29T17:09:01.694Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-29T17:09:01.984Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-29T17:09:01.984Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-29T17:09:01.984Z] (4/4) Installing curl (7.69.1-r3) [2020-12-29T17:09:01.984Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:09:01.984Z] Executing ca-certificates-20191127-r4.trigger [2020-12-29T17:09:02.673Z] Running setup.py install for docopt: started [2020-12-29T17:09:03.212Z] OK: 7 MiB in 18 packages [2020-12-29T17:09:03.998Z] ---> fa5ce1620de3 [2020-12-29T17:09:03.998Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-29T17:09:04.639Z] Running setup.py install for docopt: finished with status 'done' [2020-12-29T17:09:04.639Z] Running setup.py install for dockerpty: started [2020-12-29T17:09:05.590Z] ---> Running in b725221c6a75 [2020-12-29T17:09:06.603Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-29T17:09:06.603Z] Running setup.py install for PyYAML: started [2020-12-29T17:09:06.661Z] Removing intermediate container fd197d1e2dcd [2020-12-29T17:09:06.661Z] ---> 7c0ced3f572e [2020-12-29T17:09:06.661Z] [2020-12-29T17:09:06.661Z] Step 10/22 : FROM scratch [2020-12-29T17:09:06.661Z] ---> [2020-12-29T17:09:06.661Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T17:09:06.661Z] Removing intermediate container 3c9867485504 [2020-12-29T17:09:06.661Z] ---> d7586483d071 [2020-12-29T17:09:06.661Z] [2020-12-29T17:09:06.661Z] Step 10/23 : FROM alpine [2020-12-29T17:09:06.661Z] ---> 389fef711851 [2020-12-29T17:09:06.661Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-29T17:09:06.941Z] ---> Running in 92adbeb5e215 [2020-12-29T17:09:07.938Z] ---> Using cache [2020-12-29T17:09:07.938Z] ---> 37dd6e8da843 [2020-12-29T17:09:07.938Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-29T17:09:07.938Z] Removing intermediate container 92adbeb5e215 [2020-12-29T17:09:07.938Z] ---> fe1ebf699117 [2020-12-29T17:09:07.938Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-29T17:09:07.938Z] Removing intermediate container 911cbb850fb4 [2020-12-29T17:09:07.938Z] ---> 584440fbc3b8 [2020-12-29T17:09:07.938Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-29T17:09:07.938Z] ---> Running in bf3216aa4c6e [2020-12-29T17:09:08.220Z] ---> Running in 8b0842b896bb [2020-12-29T17:09:08.220Z] ---> Running in bd57889ead0d [2020-12-29T17:09:08.511Z] Removing intermediate container b725221c6a75 [2020-12-29T17:09:08.511Z] ---> bea7a9006f76 [2020-12-29T17:09:08.511Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-29T17:09:08.511Z] Removing intermediate container bf3216aa4c6e [2020-12-29T17:09:08.511Z] ---> 78a8d7125f58 [2020-12-29T17:09:08.511Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-29T17:09:08.511Z] Removing intermediate container 8b0842b896bb [2020-12-29T17:09:08.511Z] ---> 22d88885f25c [2020-12-29T17:09:08.511Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-29T17:09:08.511Z] ---> Running in 65a647f82334 [2020-12-29T17:09:08.511Z] ---> Running in ea6b2a01af9a [2020-12-29T17:09:08.511Z] Removing intermediate container bd57889ead0d [2020-12-29T17:09:08.511Z] ---> 5cc27d70d4fe [2020-12-29T17:09:08.511Z] Step 13/21 : WORKDIR /edgex [2020-12-29T17:09:08.604Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-29T17:09:08.816Z] ---> Running in f74b6b4243e0 [2020-12-29T17:09:08.816Z] ---> Running in 81532aada76a [2020-12-29T17:09:09.109Z] Removing intermediate container ea6b2a01af9a [2020-12-29T17:09:09.109Z] ---> cb0341d74b10 [2020-12-29T17:09:09.109Z] Step 14/22 : WORKDIR / [2020-12-29T17:09:09.109Z] Removing intermediate container 65a647f82334 [2020-12-29T17:09:09.109Z] ---> 81ffd2e2559b [2020-12-29T17:09:09.109Z] Step 20/22 : LABEL arch=x86_64 [2020-12-29T17:09:09.109Z] ---> Running in a1b3420610e9 [2020-12-29T17:09:09.386Z] ---> Running in a60e08927283 [2020-12-29T17:09:09.651Z] 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 [2020-12-29T17:09:09.998Z] Removing intermediate container f74b6b4243e0 [2020-12-29T17:09:09.998Z] ---> cfd6cd158bc5 [2020-12-29T17:09:09.998Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-29T17:09:09.998Z] Removing intermediate container 81532aada76a [2020-12-29T17:09:09.998Z] ---> b9eba027b26e [2020-12-29T17:09:09.998Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-29T17:09:10.299Z] ---> Running in faccf6a341b4 [2020-12-29T17:09:10.299Z] Removing intermediate container a1b3420610e9 [2020-12-29T17:09:10.299Z] ---> 7a712ee5cd4b [2020-12-29T17:09:10.299Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-29T17:09:10.588Z] Removing intermediate container a60e08927283 [2020-12-29T17:09:10.588Z] ---> d7a14c5e7027 [2020-12-29T17:09:10.588Z] Step 21/22 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:10.918Z] ---> Running in e8db34e0c25f [2020-12-29T17:09:11.284Z] ---> 819c055c2b52 [2020-12-29T17:09:11.284Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-29T17:09:11.284Z] ---> e60f14daf683 [2020-12-29T17:09:11.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-29T17:09:12.039Z] Removing intermediate container e8db34e0c25f [2020-12-29T17:09:12.039Z] ---> 72c8cc860a56 [2020-12-29T17:09:12.039Z] Step 22/22 : LABEL version=2.0.0-dev.20 [2020-12-29T17:09:13.520Z] ---> Running in fe6b2881e968 [2020-12-29T17:09:13.520Z] ---> d8141d841c65 [2020-12-29T17:09:13.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-29T17:09:13.520Z] ---> e4300671e520 [2020-12-29T17:09:13.520Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-29T17:09:13.827Z] Removing intermediate container fe6b2881e968 [2020-12-29T17:09:13.827Z] ---> 617ad2f215aa [2020-12-29T17:09:13.827Z] [2020-12-29T17:09:14.027Z] Removing intermediate container 862ecd8c7d23 [2020-12-29T17:09:14.027Z] ---> 53b90eaf4f3c [2020-12-29T17:09:14.027Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-29T17:09:14.027Z] ---> Running in 34dfd5414784 [2020-12-29T17:09:14.111Z] Removing intermediate container faccf6a341b4 [2020-12-29T17:09:14.111Z] ---> 3d9032879644 [2020-12-29T17:09:14.111Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-29T17:09:14.111Z] ---> Running in 04f9fb75e21e [2020-12-29T17:09:14.385Z] Successfully built 617ad2f215aa [2020-12-29T17:09:14.386Z] ---> 386188566d48 [2020-12-29T17:09:14.386Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-29T17:09:14.386Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-29T17:09:14.667Z]  Building docker-security-bootstrap-redis-go ... done  ---> e3187e1e1ab5 [2020-12-29T17:09:14.667Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-29T17:09:14.667Z] ---> Running in 2cf641d17a7e [2020-12-29T17:09:14.667Z] ---> Running in 2e1d3ed59067 [2020-12-29T17:09:14.943Z] Removing intermediate container 2cf641d17a7e [2020-12-29T17:09:14.943Z] ---> ddc5ad9ffaf4 [2020-12-29T17:09:14.943Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:09:15.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-29T17:09:15.034Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-29T17:09:15.224Z] Removing intermediate container 2e1d3ed59067 [2020-12-29T17:09:15.224Z] ---> fcc958fa173e [2020-12-29T17:09:15.224Z] Step 18/21 : CMD ["--init=true"] [2020-12-29T17:09:15.224Z] ---> Running in 2e506d7ab71e [2020-12-29T17:09:15.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-29T17:09:15.224Z] ---> Running in e12aacba51cb [2020-12-29T17:09:15.496Z] Removing intermediate container 2e506d7ab71e [2020-12-29T17:09:15.496Z] ---> 24bd3786800d [2020-12-29T17:09:15.496Z] Step 20/22 : LABEL arch=x86_64 [2020-12-29T17:09:15.496Z] Removing intermediate container e12aacba51cb [2020-12-29T17:09:15.496Z] ---> eed874331dc9 [2020-12-29T17:09:15.496Z] Step 19/21 : LABEL arch=x86_64 [2020-12-29T17:09:15.496Z] ---> Running in b8c826f52cb9 [2020-12-29T17:09:15.496Z] ---> Running in f327d2ab11c8 [2020-12-29T17:09:15.634Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-29T17:09:15.635Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-29T17:09:15.635Z] (3/3) Installing curl (7.69.1-r3) [2020-12-29T17:09:15.635Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:09:15.635Z] OK: 71 MiB in 58 packages [2020-12-29T17:09:15.772Z] Removing intermediate container b8c826f52cb9 [2020-12-29T17:09:15.772Z] ---> a163bbff2101 [2020-12-29T17:09:15.772Z] Step 21/22 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:15.772Z] Removing intermediate container f327d2ab11c8 [2020-12-29T17:09:15.772Z] ---> 98e7e8fc161d [2020-12-29T17:09:15.772Z] Step 20/21 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:15.772Z] ---> Running in 32c1f5ffd088 [2020-12-29T17:09:15.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-29T17:09:16.059Z] ---> Running in c1490685f2e6 [2020-12-29T17:09:16.059Z] Removing intermediate container 32c1f5ffd088 [2020-12-29T17:09:16.059Z] ---> 78f1c7e397da [2020-12-29T17:09:16.059Z] Step 22/22 : LABEL version=2.0.0-dev.20 [2020-12-29T17:09:16.346Z] ---> Running in 45447cc1551e [2020-12-29T17:09:16.346Z] Removing intermediate container c1490685f2e6 [2020-12-29T17:09:16.346Z] ---> 0e7aa2a01be6 [2020-12-29T17:09:16.346Z] Step 21/21 : LABEL version=2.0.0-dev.20 [2020-12-29T17:09:16.346Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-29T17:09:16.611Z] ---> Running in 20266af893a1 [2020-12-29T17:09:16.611Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-29T17:09:16.611Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-29T17:09:16.611Z] Removing intermediate container 45447cc1551e [2020-12-29T17:09:16.611Z] ---> 62eda1f66d55 [2020-12-29T17:09:16.611Z] [2020-12-29T17:09:16.886Z] Removing intermediate container 20266af893a1 [2020-12-29T17:09:16.886Z] ---> 9e270f2b808e [2020-12-29T17:09:16.886Z] [2020-12-29T17:09:16.886Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-29T17:09:16.886Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-29T17:09:17.072Z] Removing intermediate container 34dfd5414784 [2020-12-29T17:09:17.072Z] ---> 4007e9acd347 [2020-12-29T17:09:17.072Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-29T17:09:17.072Z] ---> Running in fcf69fd76282 [2020-12-29T17:09:17.158Z] Successfully built 62eda1f66d55 [2020-12-29T17:09:17.158Z] Executing busybox-1.31.1-r19.trigger [2020-12-29T17:09:17.158Z] OK: 8 MiB in 19 packages [2020-12-29T17:09:17.158Z] Successfully tagged docker-core-metadata-go:latest [2020-12-29T17:09:17.158Z]  Building docker-core-metadata-go ... done Successfully built 9e270f2b808e [2020-12-29T17:09:17.158Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-29T17:09:17.665Z] Removing intermediate container fcf69fd76282 [2020-12-29T17:09:17.665Z] ---> 924b619946e4 [2020-12-29T17:09:17.665Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:09:17.665Z] ---> Running in 7a1a4946f0ea [2020-12-29T17:09:18.256Z] Removing intermediate container 7a1a4946f0ea [2020-12-29T17:09:18.256Z] ---> 2aa86b6c7886 [2020-12-29T17:09:18.256Z] Step 25/27 : LABEL arch=arm64 [2020-12-29T17:09:18.256Z] ---> Running in 3fd0c554b211 [2020-12-29T17:09:18.312Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 04f9fb75e21e [2020-12-29T17:09:18.312Z] ---> d6d7fd05446e [2020-12-29T17:09:18.312Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-29T17:09:18.590Z] ---> f28a17312afc [2020-12-29T17:09:18.591Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-29T17:09:18.848Z] Removing intermediate container 3fd0c554b211 [2020-12-29T17:09:18.848Z] ---> 9688eeb9f530 [2020-12-29T17:09:18.848Z] Step 26/27 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:18.848Z] ---> Running in beb343209d17 [2020-12-29T17:09:19.441Z] Removing intermediate container beb343209d17 [2020-12-29T17:09:19.441Z] ---> 833e16cf5921 [2020-12-29T17:09:19.441Z] Step 27/27 : LABEL version=2.0.0-dev.20 [2020-12-29T17:09:19.441Z] ---> Running in abf489620490 [2020-12-29T17:09:20.036Z] Removing intermediate container abf489620490 [2020-12-29T17:09:20.036Z] ---> 102efa4e5e8d [2020-12-29T17:09:20.036Z] [2020-12-29T17:09:20.069Z] ---> 955363a36b01 [2020-12-29T17:09:20.069Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-29T17:09:20.308Z] Successfully built 102efa4e5e8d [2020-12-29T17:09:20.308Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-29T17:09:20.351Z] ---> 9aff0e8a0ced [2020-12-29T17:09:20.352Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-29T17:09:20.595Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-29T17:09:20.594Z] $ docker stop --time=1 c1d8a5c7b4e13f489dcaee218094d1717c974ce34d1a5ac5c4b42f3befb2474a [2020-12-29T17:09:20.619Z] ---> Running in b71ca5ba62db [2020-12-29T17:09:20.908Z] Removing intermediate container b71ca5ba62db [2020-12-29T17:09:20.908Z] ---> aa8a4c4ac044 [2020-12-29T17:09:20.908Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-29T17:09:20.908Z] ---> Running in 240ef9e6194c [2020-12-29T17:09:21.183Z] Removing intermediate container 240ef9e6194c [2020-12-29T17:09:21.183Z] ---> a4f4798b035f [2020-12-29T17:09:21.183Z] Step 21/23 : LABEL arch=x86_64 [2020-12-29T17:09:21.471Z] ---> Running in d7f5dadc0a72 [2020-12-29T17:09:21.772Z] Removing intermediate container d7f5dadc0a72 [2020-12-29T17:09:21.772Z] ---> c524bb62b471 [2020-12-29T17:09:21.772Z] Step 22/23 : LABEL git_sha=0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:22.069Z] ---> Running in 2da7272b273a [2020-12-29T17:09:22.348Z] Removing intermediate container 2da7272b273a [2020-12-29T17:09:22.348Z] ---> 719602c24848 [2020-12-29T17:09:22.348Z] Step 23/23 : LABEL version=2.0.0-dev.20 [2020-12-29T17:09:22.348Z] ---> Running in 8ada206e904d [2020-12-29T17:09:22.539Z] $ docker rm -f c1d8a5c7b4e13f489dcaee218094d1717c974ce34d1a5ac5c4b42f3befb2474a [2020-12-29T17:09:22.628Z] Removing intermediate container 8ada206e904d [2020-12-29T17:09:22.628Z] ---> 4067f07f0b25 [2020-12-29T17:09:22.628Z] [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-29T17:09:23.244Z] Successfully built 4067f07f0b25 [2020-12-29T17:09:23.244Z] Successfully tagged docker-core-data-go:latest [2020-12-29T17:09:23.261Z] + docker images [2020-12-29T17:09:23.261Z] + grep docker [2020-12-29T17:09:23.531Z] docker-sys-mgmt-agent-go-arm64 latest 102efa4e5e8d 4 seconds ago 300MB [2020-12-29T17:09:23.531Z] docker-support-notifications-go-arm64 latest cdb3615598b0 About a minute ago 11.4MB [2020-12-29T17:09:23.531Z] docker-core-metadata-go-arm64 latest 1781a8c8c844 About a minute ago 12.3MB [2020-12-29T17:09:23.531Z] docker-support-scheduler-go-arm64 latest 0b84a16220fc About a minute ago 10.1MB [2020-12-29T17:09:23.531Z] docker-core-data-go-arm64 latest 1d71b23b6d86 3 minutes ago 21MB [2020-12-29T17:09:23.531Z] docker-security-secretstore-setup-go-arm64 latest 2a6039d53d9a 3 minutes ago 23.5MB [2020-12-29T17:09:23.531Z] docker-security-proxy-setup-go-arm64 latest e0a0c0db9d10 3 minutes ago 23.4MB [2020-12-29T17:09:23.531Z] docker-security-bootstrap-redis-go-arm64 latest 9a6cb13ddc34 3 minutes ago 15.2MB [2020-12-29T17:09:23.531Z] docker-core-command-go-arm64 latest a2d9818f5e1d 3 minutes ago 9.98MB [2020-12-29T17:09:23.531Z] docker latest f66387bf908a 10 days ago 228MB [Pipeline] } [2020-12-29T17:09:23.571Z]  Building docker-core-data-go ... done  [Pipeline] // withEnv [Pipeline] } [Pipeline] } [2020-12-29T17:09:23.652Z] $ docker stop --time=1 57141fbc2265562a259e9b9f0ba845c1eb1a15b9ebc26c7d6221dc2357c90401 [2020-12-29T17:09:25.909Z] $ docker rm -f 57141fbc2265562a259e9b9f0ba845c1eb1a15b9ebc26c7d6221dc2357c90401 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-12-29T17:09:26.841Z] + grep docker [2020-12-29T17:09:26.841Z] + docker images [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T17:09:27.007Z] provisioning config files... [2020-12-29T17:09:27.044Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/264@tmp/config6341013035201938933tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:09:27.429Z] docker-core-data-go latest 4067f07f0b25 5 seconds ago 22.2MB [2020-12-29T17:09:27.429Z] docker-security-proxy-setup-go latest 9e270f2b808e 11 seconds ago 24.7MB [2020-12-29T17:09:27.429Z] docker-core-metadata-go latest 62eda1f66d55 11 seconds ago 13MB [2020-12-29T17:09:27.429Z] docker-security-bootstrap-redis-go latest 617ad2f215aa 14 seconds ago 15.9MB [2020-12-29T17:09:27.429Z] docker-sys-mgmt-agent-go latest 741743dff41b About a minute ago 313MB [2020-12-29T17:09:27.429Z] docker-security-secretstore-setup-go latest ee347dfa5b6f 3 minutes ago 24.7MB [2020-12-29T17:09:27.429Z] docker-support-notifications-go latest f1fd3f61f508 3 minutes ago 12.1MB [2020-12-29T17:09:27.429Z] docker-core-command-go latest 1950c54dd286 3 minutes ago 10.6MB [2020-12-29T17:09:27.429Z] docker-support-scheduler-go latest bd8e712ad5f4 3 minutes ago 10.8MB [2020-12-29T17:09:27.429Z] docker latest 0040bc98e531 12 days ago 240MB [2020-12-29T17:09:27.430Z] ---> docker-login.sh [2020-12-29T17:09:27.430Z] nexus3.edgexfoundry.org:10001 [Pipeline] } [Pipeline] // withEnv [2020-12-29T17:09:28.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:09:28.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:28.593Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:28.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:28.593Z] [2020-12-29T17:09:28.593Z] Login Succeeded [2020-12-29T17:09:28.593Z] nexus3.edgexfoundry.org:10002 [2020-12-29T17:09:28.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:09:28.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:28.593Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:28.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:28.593Z] [2020-12-29T17:09:28.593Z] Login Succeeded [2020-12-29T17:09:28.593Z] nexus3.edgexfoundry.org:10003 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2020-12-29T17:09:28.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-29T17:09:29.025Z] provisioning config files... [2020-12-29T17:09:29.058Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/264@tmp/config8462245800171021225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:09:29.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:29.140Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:29.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:29.140Z] [2020-12-29T17:09:29.140Z] Login Succeeded [2020-12-29T17:09:29.140Z] nexus3.edgexfoundry.org:10004 [2020-12-29T17:09:29.477Z] ---> docker-login.sh [2020-12-29T17:09:29.477Z] nexus3.edgexfoundry.org:10001 [2020-12-29T17:09:29.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:09:29.733Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:29.733Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:29.733Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:29.733Z] [2020-12-29T17:09:29.733Z] Login Succeeded [2020-12-29T17:09:29.733Z] docker.io [2020-12-29T17:09:29.742Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:09:29.742Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:29.742Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:29.742Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:29.742Z] [2020-12-29T17:09:29.742Z] Login Succeeded [2020-12-29T17:09:29.742Z] nexus3.edgexfoundry.org:10002 [2020-12-29T17:09:30.325Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:09:30.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:09:30.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:30.354Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:30.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:30.354Z] [2020-12-29T17:09:30.354Z] Login Succeeded [2020-12-29T17:09:30.354Z] nexus3.edgexfoundry.org:10003 [2020-12-29T17:09:30.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:30.596Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:30.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:30.596Z] [2020-12-29T17:09:30.596Z] Login Succeeded [2020-12-29T17:09:30.596Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T17:09:30.611Z] Deleting 1 temporary files [2020-12-29T17:09:30.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [2020-12-29T17:09:30.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:30.938Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:30.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:30.938Z] [2020-12-29T17:09:30.938Z] Login Succeeded [2020-12-29T17:09:30.938Z] nexus3.edgexfoundry.org:10004 [Pipeline] echo [2020-12-29T17:09:30.954Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-12-29T17:09:30.954Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:30.954Z] 2.0.0-dev.20 [2020-12-29T17:09:30.954Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:30.954Z] master [2020-12-29T17:09:30.954Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:31.505Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:31.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:09:31.600Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:31.600Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:31.600Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:31.600Z] [2020-12-29T17:09:31.600Z] Login Succeeded [2020-12-29T17:09:31.600Z] docker.io [2020-12-29T17:09:31.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:31.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-29T17:09:31.843Z] 57c9f2fab9c2: Preparing [2020-12-29T17:09:31.843Z] 55ea8b505cd3: Preparing [2020-12-29T17:09:31.843Z] 37c4e3a9946a: Preparing [2020-12-29T17:09:32.115Z] 37c4e3a9946a: Pushed [2020-12-29T17:09:32.115Z] 57c9f2fab9c2: Pushed [2020-12-29T17:09:32.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-29T17:09:32.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-29T17:09:32.516Z] Configure a credential helper to remove this warning. See [2020-12-29T17:09:32.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-29T17:09:32.516Z] [2020-12-29T17:09:32.516Z] Login Succeeded [2020-12-29T17:09:32.516Z] ---> docker-login.sh ends [Pipeline] } [2020-12-29T17:09:32.535Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:09:32.784Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-12-29T17:09:32.784Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:32.784Z] 2.0.0-dev.20 [2020-12-29T17:09:32.784Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:32.784Z] master [2020-12-29T17:09:32.784Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:33.298Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:33.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:33.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-29T17:09:33.672Z] 37225cff012c: Preparing [2020-12-29T17:09:33.672Z] e3bc6e475c10: Preparing [2020-12-29T17:09:33.672Z] 5ff5af787c00: Preparing [2020-12-29T17:09:33.989Z] 37225cff012c: Pushed [2020-12-29T17:09:33.989Z] 5ff5af787c00: Pushed [2020-12-29T17:09:34.722Z] 55ea8b505cd3: Pushed [2020-12-29T17:09:34.722Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:644a37b3c4dea0605b069693b34c6a3b5e101dcc28256dd2979e757e247279d5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:35.063Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:35.395Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.20 [2020-12-29T17:09:35.395Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-29T17:09:35.395Z] 57c9f2fab9c2: Preparing [2020-12-29T17:09:35.395Z] 55ea8b505cd3: Preparing [2020-12-29T17:09:35.395Z] 37c4e3a9946a: Preparing [2020-12-29T17:09:35.673Z] 37c4e3a9946a: Layer already exists [2020-12-29T17:09:35.673Z] 57c9f2fab9c2: Layer already exists [2020-12-29T17:09:35.673Z] 55ea8b505cd3: Layer already exists [2020-12-29T17:09:35.673Z] 2.0.0-dev.20: digest: sha256:644a37b3c4dea0605b069693b34c6a3b5e101dcc28256dd2979e757e247279d5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:35.873Z] e3bc6e475c10: Pushed [2020-12-29T17:09:35.873Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:64e4b66677a819449c31a168ddc08843b9a251d1f3e0c08c61492d35bdb81ff0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:36.012Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:36.223Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:36.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:36.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-29T17:09:36.359Z] 57c9f2fab9c2: Preparing [2020-12-29T17:09:36.359Z] 55ea8b505cd3: Preparing [2020-12-29T17:09:36.359Z] 37c4e3a9946a: Preparing [2020-12-29T17:09:36.359Z] 55ea8b505cd3: Layer already exists [2020-12-29T17:09:36.359Z] 37c4e3a9946a: Layer already exists [2020-12-29T17:09:36.359Z] 57c9f2fab9c2: Layer already exists [2020-12-29T17:09:36.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.20 [2020-12-29T17:09:36.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-29T17:09:36.573Z] 37225cff012c: Preparing [2020-12-29T17:09:36.573Z] e3bc6e475c10: Preparing [2020-12-29T17:09:36.573Z] 5ff5af787c00: Preparing [2020-12-29T17:09:36.573Z] e3bc6e475c10: Layer already exists [2020-12-29T17:09:36.573Z] 37225cff012c: Layer already exists [2020-12-29T17:09:36.573Z] 5ff5af787c00: Layer already exists [2020-12-29T17:09:36.630Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:644a37b3c4dea0605b069693b34c6a3b5e101dcc28256dd2979e757e247279d5 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:36.867Z] 2.0.0-dev.20: digest: sha256:64e4b66677a819449c31a168ddc08843b9a251d1f3e0c08c61492d35bdb81ff0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:36.970Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:37.232Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:37.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-12-29T17:09:37.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-12-29T17:09:37.332Z] 57c9f2fab9c2: Preparing [2020-12-29T17:09:37.332Z] 55ea8b505cd3: Preparing [2020-12-29T17:09:37.332Z] 37c4e3a9946a: Preparing [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:37.602Z] 57c9f2fab9c2: Layer already exists [2020-12-29T17:09:37.602Z] 37c4e3a9946a: Layer already exists [2020-12-29T17:09:37.602Z] 55ea8b505cd3: Layer already exists [2020-12-29T17:09:37.602Z] master: digest: sha256:644a37b3c4dea0605b069693b34c6a3b5e101dcc28256dd2979e757e247279d5 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:09:37.835Z] ===================================================== [2020-12-29T17:09:37.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:37.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-29T17:09:37.836Z] 37225cff012c: Preparing [2020-12-29T17:09:37.836Z] e3bc6e475c10: Preparing [2020-12-29T17:09:37.836Z] 5ff5af787c00: Preparing [2020-12-29T17:09:37.836Z] 37225cff012c: Layer already exists [2020-12-29T17:09:37.836Z] 5ff5af787c00: Layer already exists [2020-12-29T17:09:37.836Z] e3bc6e475c10: Layer already exists [Pipeline] echo [2020-12-29T17:09:37.886Z] taggedImages: [2020-12-29T17:09:37.886Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:37.887Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.20 [2020-12-29T17:09:37.887Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:37.887Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-12-29T17:09:37.961Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-12-29T17:09:37.961Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:37.961Z] 2.0.0-dev.20 [2020-12-29T17:09:37.961Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:37.961Z] master [2020-12-29T17:09:37.961Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-29T17:09:38.100Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:64e4b66677a819449c31a168ddc08843b9a251d1f3e0c08c61492d35bdb81ff0 size: 943 [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:38.483Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:38.549Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:38.817Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:38.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-29T17:09:38.817Z] 481208f5c268: Preparing [2020-12-29T17:09:38.817Z] d45224e259d5: Preparing [2020-12-29T17:09:38.817Z] 7ef462766eb1: Preparing [2020-12-29T17:09:38.817Z] bfcf483105db: Preparing [2020-12-29T17:09:38.817Z] 6395aed967d7: Preparing [2020-12-29T17:09:38.817Z] 379067d0cb53: Preparing [2020-12-29T17:09:38.817Z] 379067d0cb53: Waiting [2020-12-29T17:09:38.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-12-29T17:09:38.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-12-29T17:09:38.931Z] 37225cff012c: Preparing [2020-12-29T17:09:38.931Z] e3bc6e475c10: Preparing [2020-12-29T17:09:38.931Z] 5ff5af787c00: Preparing [2020-12-29T17:09:38.931Z] 5ff5af787c00: Layer already exists [2020-12-29T17:09:39.201Z] e3bc6e475c10: Layer already exists [2020-12-29T17:09:39.201Z] 37225cff012c: Layer already exists [2020-12-29T17:09:39.201Z] master: digest: sha256:64e4b66677a819449c31a168ddc08843b9a251d1f3e0c08c61492d35bdb81ff0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:09:39.400Z] ===================================================== [2020-12-29T17:09:39.412Z] 6395aed967d7: Pushed [2020-12-29T17:09:39.413Z] 481208f5c268: Pushed [2020-12-29T17:09:39.413Z] 7ef462766eb1: Pushed [2020-12-29T17:09:39.413Z] 379067d0cb53: Layer already exists [Pipeline] echo [2020-12-29T17:09:39.455Z] taggedImages: [2020-12-29T17:09:39.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:39.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.20 [2020-12-29T17:09:39.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:39.455Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-12-29T17:09:39.575Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-12-29T17:09:39.576Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:39.576Z] 2.0.0-dev.20 [2020-12-29T17:09:39.576Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:39.576Z] master [2020-12-29T17:09:39.576Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2020-12-29T17:09:39.689Z] bfcf483105db: Pushed [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:40.076Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:40.439Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:40.439Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-29T17:09:40.439Z] c7841478b441: Preparing [2020-12-29T17:09:40.439Z] 9f66b64f7256: Preparing [2020-12-29T17:09:40.439Z] 29342992ef01: Preparing [2020-12-29T17:09:40.439Z] fba20526a269: Preparing [2020-12-29T17:09:40.439Z] 4c296c4e1589: Preparing [2020-12-29T17:09:40.439Z] 777b2c648970: Preparing [2020-12-29T17:09:40.439Z] 777b2c648970: Waiting [2020-12-29T17:09:40.757Z] c7841478b441: Pushed [2020-12-29T17:09:40.758Z] 4c296c4e1589: Pushed [2020-12-29T17:09:40.758Z] 29342992ef01: Pushed [2020-12-29T17:09:40.758Z] 777b2c648970: Layer already exists [2020-12-29T17:09:41.033Z] fba20526a269: Pushed [2020-12-29T17:09:42.291Z] d45224e259d5: Pushed [2020-12-29T17:09:42.291Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:60ce6aacf1bfd8eacffbe0101986aeec6fb7f399b422dd3b179b3fd61acc98df size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:42.634Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:42.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.20 [2020-12-29T17:09:42.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-29T17:09:42.969Z] 481208f5c268: Preparing [2020-12-29T17:09:42.969Z] d45224e259d5: Preparing [2020-12-29T17:09:42.969Z] 7ef462766eb1: Preparing [2020-12-29T17:09:42.969Z] bfcf483105db: Preparing [2020-12-29T17:09:42.969Z] 6395aed967d7: Preparing [2020-12-29T17:09:42.969Z] 379067d0cb53: Preparing [2020-12-29T17:09:42.969Z] 379067d0cb53: Waiting [2020-12-29T17:09:43.024Z] 9f66b64f7256: Pushed [2020-12-29T17:09:43.241Z] 6395aed967d7: Layer already exists [2020-12-29T17:09:43.241Z] 481208f5c268: Layer already exists [2020-12-29T17:09:43.241Z] 7ef462766eb1: Layer already exists [2020-12-29T17:09:43.241Z] d45224e259d5: Layer already exists [2020-12-29T17:09:43.241Z] bfcf483105db: Layer already exists [2020-12-29T17:09:43.241Z] 379067d0cb53: Layer already exists [2020-12-29T17:09:43.241Z] 2.0.0-dev.20: digest: sha256:60ce6aacf1bfd8eacffbe0101986aeec6fb7f399b422dd3b179b3fd61acc98df size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:43.288Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:b7cad029ef378a174a747e4f0a88ef7855beece421b8078f9bbb80b5d76b90c7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:43.582Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:43.692Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:43.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:43.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-29T17:09:43.919Z] 481208f5c268: Preparing [2020-12-29T17:09:43.919Z] d45224e259d5: Preparing [2020-12-29T17:09:43.919Z] 7ef462766eb1: Preparing [2020-12-29T17:09:43.919Z] bfcf483105db: Preparing [2020-12-29T17:09:43.919Z] 6395aed967d7: Preparing [2020-12-29T17:09:43.919Z] 379067d0cb53: Preparing [2020-12-29T17:09:43.919Z] 379067d0cb53: Waiting [2020-12-29T17:09:44.072Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.20 [2020-12-29T17:09:44.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-29T17:09:44.072Z] c7841478b441: Preparing [2020-12-29T17:09:44.072Z] 9f66b64f7256: Preparing [2020-12-29T17:09:44.072Z] 29342992ef01: Preparing [2020-12-29T17:09:44.072Z] fba20526a269: Preparing [2020-12-29T17:09:44.072Z] 4c296c4e1589: Preparing [2020-12-29T17:09:44.072Z] 777b2c648970: Preparing [2020-12-29T17:09:44.072Z] 777b2c648970: Waiting [2020-12-29T17:09:44.072Z] fba20526a269: Layer already exists [2020-12-29T17:09:44.073Z] c7841478b441: Layer already exists [2020-12-29T17:09:44.073Z] 4c296c4e1589: Layer already exists [2020-12-29T17:09:44.073Z] 29342992ef01: Layer already exists [2020-12-29T17:09:44.073Z] 9f66b64f7256: Layer already exists [2020-12-29T17:09:44.073Z] 777b2c648970: Layer already exists [2020-12-29T17:09:44.190Z] 6395aed967d7: Layer already exists [2020-12-29T17:09:44.190Z] 7ef462766eb1: Layer already exists [2020-12-29T17:09:44.190Z] 481208f5c268: Layer already exists [2020-12-29T17:09:44.190Z] bfcf483105db: Layer already exists [2020-12-29T17:09:44.190Z] d45224e259d5: Layer already exists [2020-12-29T17:09:44.190Z] 379067d0cb53: Layer already exists [2020-12-29T17:09:44.190Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:60ce6aacf1bfd8eacffbe0101986aeec6fb7f399b422dd3b179b3fd61acc98df size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:44.384Z] 2.0.0-dev.20: digest: sha256:b7cad029ef378a174a747e4f0a88ef7855beece421b8078f9bbb80b5d76b90c7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:44.531Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:44.897Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:45.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-29T17:09:45.006Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-12-29T17:09:45.006Z] 481208f5c268: Preparing [2020-12-29T17:09:45.006Z] d45224e259d5: Preparing [2020-12-29T17:09:45.006Z] 7ef462766eb1: Preparing [2020-12-29T17:09:45.006Z] bfcf483105db: Preparing [2020-12-29T17:09:45.006Z] 6395aed967d7: Preparing [2020-12-29T17:09:45.006Z] 379067d0cb53: Preparing [2020-12-29T17:09:45.006Z] 379067d0cb53: Waiting [2020-12-29T17:09:45.006Z] 481208f5c268: Layer already exists [2020-12-29T17:09:45.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:45.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-29T17:09:45.261Z] c7841478b441: Preparing [2020-12-29T17:09:45.261Z] 9f66b64f7256: Preparing [2020-12-29T17:09:45.261Z] 29342992ef01: Preparing [2020-12-29T17:09:45.261Z] fba20526a269: Preparing [2020-12-29T17:09:45.261Z] 4c296c4e1589: Preparing [2020-12-29T17:09:45.261Z] 777b2c648970: Preparing [2020-12-29T17:09:45.261Z] 777b2c648970: Waiting [2020-12-29T17:09:45.261Z] 4c296c4e1589: Layer already exists [2020-12-29T17:09:45.261Z] 9f66b64f7256: Layer already exists [2020-12-29T17:09:45.261Z] 29342992ef01: Layer already exists [2020-12-29T17:09:45.261Z] c7841478b441: Layer already exists [2020-12-29T17:09:45.261Z] fba20526a269: Layer already exists [2020-12-29T17:09:45.261Z] 777b2c648970: Layer already exists [2020-12-29T17:09:45.284Z] 6395aed967d7: Layer already exists [2020-12-29T17:09:45.284Z] 7ef462766eb1: Layer already exists [2020-12-29T17:09:45.284Z] d45224e259d5: Layer already exists [2020-12-29T17:09:45.284Z] bfcf483105db: Layer already exists [2020-12-29T17:09:45.284Z] 379067d0cb53: Layer already exists [2020-12-29T17:09:45.284Z] master: digest: sha256:60ce6aacf1bfd8eacffbe0101986aeec6fb7f399b422dd3b179b3fd61acc98df size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:09:45.492Z] ===================================================== [Pipeline] echo [2020-12-29T17:09:45.543Z] taggedImages: [2020-12-29T17:09:45.543Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:45.543Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.20 [2020-12-29T17:09:45.543Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:45.543Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-12-29T17:09:45.547Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:b7cad029ef378a174a747e4f0a88ef7855beece421b8078f9bbb80b5d76b90c7 size: 1572 [Pipeline] echo [2020-12-29T17:09:45.613Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-12-29T17:09:45.613Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:45.613Z] 2.0.0-dev.20 [2020-12-29T17:09:45.613Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:45.613Z] master [2020-12-29T17:09:45.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:46.067Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-29T17:09:46.267Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:46.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:46.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-29T17:09:46.601Z] e74d8d1d5c24: Preparing [2020-12-29T17:09:46.601Z] d83115501970: Preparing [2020-12-29T17:09:46.602Z] b815f96686c6: Preparing [2020-12-29T17:09:46.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-12-29T17:09:46.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-12-29T17:09:46.754Z] c7841478b441: Preparing [2020-12-29T17:09:46.754Z] 9f66b64f7256: Preparing [2020-12-29T17:09:46.754Z] 29342992ef01: Preparing [2020-12-29T17:09:46.754Z] fba20526a269: Preparing [2020-12-29T17:09:46.754Z] 4c296c4e1589: Preparing [2020-12-29T17:09:46.754Z] 777b2c648970: Preparing [2020-12-29T17:09:46.754Z] 777b2c648970: Waiting [2020-12-29T17:09:46.754Z] c7841478b441: Layer already exists [2020-12-29T17:09:46.754Z] 4c296c4e1589: Layer already exists [2020-12-29T17:09:46.754Z] 9f66b64f7256: Layer already exists [2020-12-29T17:09:46.754Z] fba20526a269: Layer already exists [2020-12-29T17:09:46.754Z] 29342992ef01: Layer already exists [2020-12-29T17:09:46.754Z] 777b2c648970: Layer already exists [2020-12-29T17:09:46.875Z] b815f96686c6: Pushed [2020-12-29T17:09:46.875Z] e74d8d1d5c24: Pushed [2020-12-29T17:09:47.019Z] master: digest: sha256:b7cad029ef378a174a747e4f0a88ef7855beece421b8078f9bbb80b5d76b90c7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:09:47.233Z] ===================================================== [Pipeline] echo [2020-12-29T17:09:47.283Z] taggedImages: [2020-12-29T17:09:47.283Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:47.283Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.20 [2020-12-29T17:09:47.283Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:47.283Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-12-29T17:09:47.377Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-12-29T17:09:47.377Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:47.377Z] 2.0.0-dev.20 [2020-12-29T17:09:47.377Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:47.377Z] master [2020-12-29T17:09:47.377Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:47.934Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:48.530Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:48.530Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-29T17:09:48.530Z] df1535da8947: Preparing [2020-12-29T17:09:48.530Z] bbaf0c8ea4f8: Preparing [2020-12-29T17:09:48.530Z] e08bc11918be: Preparing [2020-12-29T17:09:48.832Z] e08bc11918be: Pushed [2020-12-29T17:09:48.832Z] df1535da8947: Pushed [2020-12-29T17:09:49.482Z] d83115501970: Pushed [2020-12-29T17:09:49.752Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:c3425ea6ae8a238ed92ba95881048d46ca7eea20ba7b2b6ebd6505e639f14da0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:50.090Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:50.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.20 [2020-12-29T17:09:50.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-29T17:09:50.440Z] e74d8d1d5c24: Preparing [2020-12-29T17:09:50.440Z] d83115501970: Preparing [2020-12-29T17:09:50.440Z] b815f96686c6: Preparing [2020-12-29T17:09:50.515Z] bbaf0c8ea4f8: Pushed [2020-12-29T17:09:50.710Z] e74d8d1d5c24: Layer already exists [2020-12-29T17:09:50.710Z] b815f96686c6: Layer already exists [2020-12-29T17:09:50.710Z] d83115501970: Layer already exists [2020-12-29T17:09:50.710Z] 2.0.0-dev.20: digest: sha256:c3425ea6ae8a238ed92ba95881048d46ca7eea20ba7b2b6ebd6505e639f14da0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:50.801Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:d2e51aecc4918c11efe38277b20f48e520713b30519f9c1356f5616b9b94bde6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:51.049Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:51.215Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.20 [2020-12-29T17:09:51.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:51.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-29T17:09:51.382Z] e74d8d1d5c24: Preparing [2020-12-29T17:09:51.382Z] d83115501970: Preparing [2020-12-29T17:09:51.382Z] b815f96686c6: Preparing [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:51.651Z] e74d8d1d5c24: Layer already exists [2020-12-29T17:09:51.651Z] d83115501970: Layer already exists [2020-12-29T17:09:51.651Z] b815f96686c6: Layer already exists [2020-12-29T17:09:51.651Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:c3425ea6ae8a238ed92ba95881048d46ca7eea20ba7b2b6ebd6505e639f14da0 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:51.826Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.20 [2020-12-29T17:09:51.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-29T17:09:51.826Z] df1535da8947: Preparing [2020-12-29T17:09:51.826Z] bbaf0c8ea4f8: Preparing [2020-12-29T17:09:51.826Z] e08bc11918be: Preparing [2020-12-29T17:09:51.997Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:52.093Z] df1535da8947: Layer already exists [2020-12-29T17:09:52.093Z] e08bc11918be: Layer already exists [2020-12-29T17:09:52.093Z] bbaf0c8ea4f8: Layer already exists [2020-12-29T17:09:52.093Z] 2.0.0-dev.20: digest: sha256:d2e51aecc4918c11efe38277b20f48e520713b30519f9c1356f5616b9b94bde6 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:52.330Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-12-29T17:09:52.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-12-29T17:09:52.331Z] e74d8d1d5c24: Preparing [2020-12-29T17:09:52.331Z] d83115501970: Preparing [2020-12-29T17:09:52.331Z] b815f96686c6: Preparing [2020-12-29T17:09:52.331Z] e74d8d1d5c24: Layer already exists [2020-12-29T17:09:52.331Z] d83115501970: Layer already exists [2020-12-29T17:09:52.331Z] b815f96686c6: Layer already exists [2020-12-29T17:09:52.459Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:52.603Z] master: digest: sha256:c3425ea6ae8a238ed92ba95881048d46ca7eea20ba7b2b6ebd6505e639f14da0 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-29T17:09:52.777Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:52.777Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-29T17:09:52.777Z] df1535da8947: Preparing [2020-12-29T17:09:52.777Z] bbaf0c8ea4f8: Preparing [2020-12-29T17:09:52.777Z] e08bc11918be: Preparing [2020-12-29T17:09:52.777Z] e08bc11918be: Layer already exists [2020-12-29T17:09:52.777Z] bbaf0c8ea4f8: Layer already exists [2020-12-29T17:09:52.777Z] df1535da8947: Layer already exists [2020-12-29T17:09:52.777Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:d2e51aecc4918c11efe38277b20f48e520713b30519f9c1356f5616b9b94bde6 size: 943 [Pipeline] echo [2020-12-29T17:09:52.814Z] ===================================================== [Pipeline] echo [2020-12-29T17:09:52.862Z] taggedImages: [2020-12-29T17:09:52.862Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:52.862Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.20 [2020-12-29T17:09:52.862Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:52.862Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-12-29T17:09:52.945Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2020-12-29T17:09:52.946Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:52.946Z] 2.0.0-dev.20 [2020-12-29T17:09:52.946Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:52.946Z] master [2020-12-29T17:09:52.946Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:53.337Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:53.580Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:53.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-12-29T17:09:53.917Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:53.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-29T17:09:53.917Z] 9bcd8e9c97fe: Preparing [2020-12-29T17:09:53.917Z] 3faedcf6745f: Preparing [2020-12-29T17:09:53.917Z] 9d2f7d50f8ec: Preparing [2020-12-29T17:09:53.917Z] 43a10715a360: Preparing [2020-12-29T17:09:53.917Z] 9db87a726f1f: Preparing [2020-12-29T17:09:53.917Z] 45ad02a1eadc: Preparing [2020-12-29T17:09:53.917Z] 66b385cf80cf: Preparing [2020-12-29T17:09:53.917Z] 45ad02a1eadc: Waiting [2020-12-29T17:09:53.917Z] 66b385cf80cf: Waiting [2020-12-29T17:09:54.024Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-12-29T17:09:54.024Z] df1535da8947: Preparing [2020-12-29T17:09:54.024Z] bbaf0c8ea4f8: Preparing [2020-12-29T17:09:54.024Z] e08bc11918be: Preparing [2020-12-29T17:09:54.024Z] e08bc11918be: Layer already exists [2020-12-29T17:09:54.024Z] df1535da8947: Layer already exists [2020-12-29T17:09:54.024Z] bbaf0c8ea4f8: Layer already exists [2020-12-29T17:09:54.024Z] master: digest: sha256:d2e51aecc4918c11efe38277b20f48e520713b30519f9c1356f5616b9b94bde6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:09:54.238Z] ===================================================== [Pipeline] echo [2020-12-29T17:09:54.285Z] taggedImages: [2020-12-29T17:09:54.285Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:54.285Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.20 [2020-12-29T17:09:54.285Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:54.285Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-12-29T17:09:54.349Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2020-12-29T17:09:54.349Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:54.349Z] 2.0.0-dev.20 [2020-12-29T17:09:54.349Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:54.349Z] master [2020-12-29T17:09:54.349Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2020-12-29T17:09:54.520Z] 9bcd8e9c97fe: Pushed [2020-12-29T17:09:54.520Z] 3faedcf6745f: Pushed [2020-12-29T17:09:54.520Z] 9d2f7d50f8ec: Pushed [2020-12-29T17:09:54.520Z] 9db87a726f1f: Pushed [2020-12-29T17:09:54.520Z] 66b385cf80cf: Layer already exists [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:54.867Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:55.111Z] 45ad02a1eadc: Pushed [2020-12-29T17:09:55.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:55.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-29T17:09:55.220Z] 1ab916cf80ff: Preparing [2020-12-29T17:09:55.220Z] a3d387a3e247: Preparing [2020-12-29T17:09:55.220Z] 393313bc2a4c: Preparing [2020-12-29T17:09:55.220Z] 733973b731f2: Preparing [2020-12-29T17:09:55.220Z] 929b5c1ed764: Preparing [2020-12-29T17:09:55.220Z] 839f90561b28: Preparing [2020-12-29T17:09:55.220Z] 1b3ee35aacca: Preparing [2020-12-29T17:09:55.220Z] 839f90561b28: Waiting [2020-12-29T17:09:55.220Z] 1b3ee35aacca: Waiting [2020-12-29T17:09:55.506Z] a3d387a3e247: Pushed [2020-12-29T17:09:55.506Z] 393313bc2a4c: Pushed [2020-12-29T17:09:55.506Z] 1ab916cf80ff: Pushed [2020-12-29T17:09:55.506Z] 929b5c1ed764: Pushed [2020-12-29T17:09:55.506Z] 1b3ee35aacca: Layer already exists [2020-12-29T17:09:56.515Z] 839f90561b28: Pushed [2020-12-29T17:09:56.540Z] 43a10715a360: Pushed [2020-12-29T17:09:56.540Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:92e8f454791746cff39821742e9eab088e1c8a52c96ec00cc6d8b59fc522714a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:56.782Z] 733973b731f2: Pushed [2020-12-29T17:09:56.882Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:57.046Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:972102549b1cbce3714e2c0c607516ef3ec5a37aed2fd4eac0029caaf603ba65 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:57.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.20 [2020-12-29T17:09:57.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-29T17:09:57.220Z] 9bcd8e9c97fe: Preparing [2020-12-29T17:09:57.220Z] 3faedcf6745f: Preparing [2020-12-29T17:09:57.220Z] 9d2f7d50f8ec: Preparing [2020-12-29T17:09:57.220Z] 43a10715a360: Preparing [2020-12-29T17:09:57.220Z] 9db87a726f1f: Preparing [2020-12-29T17:09:57.220Z] 45ad02a1eadc: Preparing [2020-12-29T17:09:57.220Z] 66b385cf80cf: Preparing [2020-12-29T17:09:57.220Z] 45ad02a1eadc: Waiting [2020-12-29T17:09:57.220Z] 66b385cf80cf: Waiting [2020-12-29T17:09:57.374Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:57.491Z] 9d2f7d50f8ec: Layer already exists [2020-12-29T17:09:57.492Z] 9db87a726f1f: Layer already exists [2020-12-29T17:09:57.492Z] 43a10715a360: Layer already exists [2020-12-29T17:09:57.492Z] 9bcd8e9c97fe: Layer already exists [2020-12-29T17:09:57.492Z] 3faedcf6745f: Layer already exists [2020-12-29T17:09:57.492Z] 45ad02a1eadc: Layer already exists [2020-12-29T17:09:57.492Z] 66b385cf80cf: Layer already exists [2020-12-29T17:09:57.492Z] 2.0.0-dev.20: digest: sha256:92e8f454791746cff39821742e9eab088e1c8a52c96ec00cc6d8b59fc522714a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:57.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.20 [2020-12-29T17:09:57.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-29T17:09:57.691Z] 1ab916cf80ff: Preparing [2020-12-29T17:09:57.691Z] a3d387a3e247: Preparing [2020-12-29T17:09:57.691Z] 393313bc2a4c: Preparing [2020-12-29T17:09:57.691Z] 733973b731f2: Preparing [2020-12-29T17:09:57.691Z] 929b5c1ed764: Preparing [2020-12-29T17:09:57.691Z] 839f90561b28: Preparing [2020-12-29T17:09:57.691Z] 1b3ee35aacca: Preparing [2020-12-29T17:09:57.691Z] 839f90561b28: Waiting [2020-12-29T17:09:57.691Z] 1b3ee35aacca: Waiting [2020-12-29T17:09:57.691Z] 1ab916cf80ff: Layer already exists [2020-12-29T17:09:57.691Z] a3d387a3e247: Layer already exists [2020-12-29T17:09:57.691Z] 393313bc2a4c: Layer already exists [2020-12-29T17:09:57.691Z] 929b5c1ed764: Layer already exists [2020-12-29T17:09:57.691Z] 733973b731f2: Layer already exists [2020-12-29T17:09:57.691Z] 839f90561b28: Layer already exists [2020-12-29T17:09:57.691Z] 1b3ee35aacca: Layer already exists [2020-12-29T17:09:57.828Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:57.971Z] 2.0.0-dev.20: digest: sha256:972102549b1cbce3714e2c0c607516ef3ec5a37aed2fd4eac0029caaf603ba65 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:58.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:58.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-29T17:09:58.164Z] 9bcd8e9c97fe: Preparing [2020-12-29T17:09:58.164Z] 3faedcf6745f: Preparing [2020-12-29T17:09:58.164Z] 9d2f7d50f8ec: Preparing [2020-12-29T17:09:58.164Z] 43a10715a360: Preparing [2020-12-29T17:09:58.164Z] 9db87a726f1f: Preparing [2020-12-29T17:09:58.164Z] 45ad02a1eadc: Preparing [2020-12-29T17:09:58.164Z] 66b385cf80cf: Preparing [2020-12-29T17:09:58.164Z] 45ad02a1eadc: Waiting [2020-12-29T17:09:58.164Z] 66b385cf80cf: Waiting [2020-12-29T17:09:58.301Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:58.437Z] 9d2f7d50f8ec: Layer already exists [2020-12-29T17:09:58.437Z] 3faedcf6745f: Layer already exists [2020-12-29T17:09:58.437Z] 9bcd8e9c97fe: Layer already exists [2020-12-29T17:09:58.437Z] 9db87a726f1f: Layer already exists [2020-12-29T17:09:58.437Z] 43a10715a360: Layer already exists [2020-12-29T17:09:58.437Z] 66b385cf80cf: Layer already exists [2020-12-29T17:09:58.437Z] 45ad02a1eadc: Layer already exists [2020-12-29T17:09:58.437Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:92e8f454791746cff39821742e9eab088e1c8a52c96ec00cc6d8b59fc522714a size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:58.634Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:58.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-29T17:09:58.635Z] 1ab916cf80ff: Preparing [2020-12-29T17:09:58.635Z] a3d387a3e247: Preparing [2020-12-29T17:09:58.635Z] 393313bc2a4c: Preparing [2020-12-29T17:09:58.635Z] 733973b731f2: Preparing [2020-12-29T17:09:58.635Z] 929b5c1ed764: Preparing [2020-12-29T17:09:58.635Z] 839f90561b28: Preparing [2020-12-29T17:09:58.635Z] 1b3ee35aacca: Preparing [2020-12-29T17:09:58.635Z] 839f90561b28: Waiting [2020-12-29T17:09:58.635Z] 1b3ee35aacca: Waiting [2020-12-29T17:09:58.635Z] 393313bc2a4c: Layer already exists [2020-12-29T17:09:58.635Z] 929b5c1ed764: Layer already exists [2020-12-29T17:09:58.635Z] a3d387a3e247: Layer already exists [2020-12-29T17:09:58.635Z] 1ab916cf80ff: Layer already exists [2020-12-29T17:09:58.635Z] 733973b731f2: Layer already exists [2020-12-29T17:09:58.635Z] 839f90561b28: Layer already exists [2020-12-29T17:09:58.635Z] 1b3ee35aacca: Layer already exists [2020-12-29T17:09:58.785Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:58.898Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:972102549b1cbce3714e2c0c607516ef3ec5a37aed2fd4eac0029caaf603ba65 size: 1778 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:59.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2020-12-29T17:09:59.121Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2020-12-29T17:09:59.121Z] 9bcd8e9c97fe: Preparing [2020-12-29T17:09:59.121Z] 3faedcf6745f: Preparing [2020-12-29T17:09:59.121Z] 9d2f7d50f8ec: Preparing [2020-12-29T17:09:59.121Z] 43a10715a360: Preparing [2020-12-29T17:09:59.121Z] 9db87a726f1f: Preparing [2020-12-29T17:09:59.121Z] 45ad02a1eadc: Preparing [2020-12-29T17:09:59.121Z] 66b385cf80cf: Preparing [2020-12-29T17:09:59.121Z] 45ad02a1eadc: Waiting [2020-12-29T17:09:59.121Z] 66b385cf80cf: Waiting [2020-12-29T17:09:59.228Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:09:59.396Z] 9bcd8e9c97fe: Layer already exists [2020-12-29T17:09:59.396Z] 3faedcf6745f: Layer already exists [2020-12-29T17:09:59.396Z] 9d2f7d50f8ec: Layer already exists [2020-12-29T17:09:59.396Z] 9db87a726f1f: Layer already exists [2020-12-29T17:09:59.396Z] 43a10715a360: Layer already exists [2020-12-29T17:09:59.396Z] 66b385cf80cf: Layer already exists [2020-12-29T17:09:59.396Z] 45ad02a1eadc: Layer already exists [2020-12-29T17:09:59.396Z] master: digest: sha256:92e8f454791746cff39821742e9eab088e1c8a52c96ec00cc6d8b59fc522714a size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [2020-12-29T17:09:59.573Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2020-12-29T17:09:59.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2020-12-29T17:09:59.573Z] 1ab916cf80ff: Preparing [2020-12-29T17:09:59.573Z] a3d387a3e247: Preparing [2020-12-29T17:09:59.573Z] 393313bc2a4c: Preparing [2020-12-29T17:09:59.573Z] 733973b731f2: Preparing [2020-12-29T17:09:59.573Z] 929b5c1ed764: Preparing [2020-12-29T17:09:59.573Z] 839f90561b28: Preparing [2020-12-29T17:09:59.573Z] 1b3ee35aacca: Preparing [2020-12-29T17:09:59.573Z] 839f90561b28: Waiting [2020-12-29T17:09:59.573Z] 1b3ee35aacca: Waiting [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:09:59.716Z] ===================================================== [Pipeline] echo [2020-12-29T17:09:59.765Z] taggedImages: [2020-12-29T17:09:59.765Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:59.765Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.20 [2020-12-29T17:09:59.765Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:59.765Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2020-12-29T17:09:59.831Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-12-29T17:09:59.831Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:09:59.831Z] 2.0.0-dev.20 [2020-12-29T17:09:59.831Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:09:59.831Z] master [2020-12-29T17:09:59.831Z] ===================================================== [2020-12-29T17:09:59.838Z] 929b5c1ed764: Layer already exists [2020-12-29T17:09:59.838Z] a3d387a3e247: Layer already exists [2020-12-29T17:09:59.838Z] 1ab916cf80ff: Layer already exists [2020-12-29T17:09:59.838Z] 393313bc2a4c: Layer already exists [2020-12-29T17:09:59.838Z] 733973b731f2: Layer already exists [2020-12-29T17:09:59.838Z] 839f90561b28: Layer already exists [2020-12-29T17:09:59.838Z] 1b3ee35aacca: Layer already exists [2020-12-29T17:09:59.838Z] master: digest: sha256:972102549b1cbce3714e2c0c607516ef3ec5a37aed2fd4eac0029caaf603ba65 size: 1778 [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] withDockerRegistry [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] { [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:00.125Z] ===================================================== [Pipeline] echo [2020-12-29T17:10:00.172Z] taggedImages: [2020-12-29T17:10:00.172Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:00.172Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.20 [2020-12-29T17:10:00.172Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:00.172Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-29T17:10:00.303Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-12-29T17:10:00.303Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:00.303Z] 2.0.0-dev.20 [2020-12-29T17:10:00.303Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:00.303Z] master [2020-12-29T17:10:00.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:00.564Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:00.854Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:00.951Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:00.951Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-29T17:10:00.951Z] db2d4abcf09f: Preparing [2020-12-29T17:10:00.951Z] 05a77ef78e66: Preparing [2020-12-29T17:10:00.951Z] 27c336859569: Preparing [2020-12-29T17:10:00.951Z] aa53c33e5e02: Preparing [2020-12-29T17:10:00.951Z] 83a8c7eee73f: Preparing [2020-12-29T17:10:00.951Z] 379067d0cb53: Preparing [2020-12-29T17:10:00.951Z] 379067d0cb53: Waiting [2020-12-29T17:10:01.221Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:01.221Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-29T17:10:01.221Z] 765858178f4e: Preparing [2020-12-29T17:10:01.221Z] c73efa57409c: Preparing [2020-12-29T17:10:01.221Z] d5921b66ff25: Preparing [2020-12-29T17:10:01.221Z] fe9c959190a0: Preparing [2020-12-29T17:10:01.221Z] 3f3fc70b6d02: Preparing [2020-12-29T17:10:01.221Z] 777b2c648970: Preparing [2020-12-29T17:10:01.221Z] 777b2c648970: Waiting [2020-12-29T17:10:01.222Z] aa53c33e5e02: Pushed [2020-12-29T17:10:01.223Z] 27c336859569: Pushed [2020-12-29T17:10:01.223Z] 379067d0cb53: Layer already exists [2020-12-29T17:10:01.529Z] fe9c959190a0: Pushed [2020-12-29T17:10:01.820Z] d5921b66ff25: Pushed [2020-12-29T17:10:01.820Z] 777b2c648970: Layer already exists [2020-12-29T17:10:01.820Z] 3f3fc70b6d02: Pushed [2020-12-29T17:10:01.823Z] 83a8c7eee73f: Pushed [2020-12-29T17:10:03.254Z] 05a77ef78e66: Pushed [2020-12-29T17:10:03.254Z] db2d4abcf09f: Pushed [2020-12-29T17:10:03.293Z] c73efa57409c: Pushed [2020-12-29T17:10:03.293Z] 765858178f4e: Pushed [2020-12-29T17:10:03.524Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:5ecfdfec6a8af65fb190719946824fc7add030ccf75ca4758e9370ae3674a275 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:03.557Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:64718aea2c7b12f32aa4c8e723f064f757d1fc68824384027a353d6c4ccdedb8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:03.862Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:03.959Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:04.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:04.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-29T17:10:04.204Z] db2d4abcf09f: Preparing [2020-12-29T17:10:04.204Z] 05a77ef78e66: Preparing [2020-12-29T17:10:04.204Z] 27c336859569: Preparing [2020-12-29T17:10:04.204Z] aa53c33e5e02: Preparing [2020-12-29T17:10:04.204Z] 83a8c7eee73f: Preparing [2020-12-29T17:10:04.204Z] 379067d0cb53: Preparing [2020-12-29T17:10:04.204Z] 379067d0cb53: Waiting [2020-12-29T17:10:04.204Z] 83a8c7eee73f: Layer already exists [2020-12-29T17:10:04.204Z] 05a77ef78e66: Layer already exists [2020-12-29T17:10:04.204Z] db2d4abcf09f: Layer already exists [2020-12-29T17:10:04.204Z] aa53c33e5e02: Layer already exists [2020-12-29T17:10:04.204Z] 27c336859569: Layer already exists [2020-12-29T17:10:04.204Z] 379067d0cb53: Layer already exists [2020-12-29T17:10:04.474Z] 2.0.0-dev.20: digest: sha256:5ecfdfec6a8af65fb190719946824fc7add030ccf75ca4758e9370ae3674a275 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:04.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.20 [2020-12-29T17:10:04.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-29T17:10:04.562Z] 765858178f4e: Preparing [2020-12-29T17:10:04.562Z] c73efa57409c: Preparing [2020-12-29T17:10:04.562Z] d5921b66ff25: Preparing [2020-12-29T17:10:04.562Z] fe9c959190a0: Preparing [2020-12-29T17:10:04.562Z] 3f3fc70b6d02: Preparing [2020-12-29T17:10:04.562Z] 777b2c648970: Preparing [2020-12-29T17:10:04.562Z] 777b2c648970: Waiting [2020-12-29T17:10:04.562Z] 765858178f4e: Layer already exists [2020-12-29T17:10:04.562Z] d5921b66ff25: Layer already exists [2020-12-29T17:10:04.562Z] fe9c959190a0: Layer already exists [2020-12-29T17:10:04.562Z] c73efa57409c: Layer already exists [2020-12-29T17:10:04.562Z] 3f3fc70b6d02: Layer already exists [2020-12-29T17:10:04.562Z] 777b2c648970: Layer already exists [2020-12-29T17:10:04.562Z] 2.0.0-dev.20: digest: sha256:64718aea2c7b12f32aa4c8e723f064f757d1fc68824384027a353d6c4ccdedb8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:04.812Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:04.959Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:05.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:05.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-29T17:10:05.146Z] db2d4abcf09f: Preparing [2020-12-29T17:10:05.146Z] 05a77ef78e66: Preparing [2020-12-29T17:10:05.146Z] 27c336859569: Preparing [2020-12-29T17:10:05.146Z] aa53c33e5e02: Preparing [2020-12-29T17:10:05.146Z] 83a8c7eee73f: Preparing [2020-12-29T17:10:05.146Z] 379067d0cb53: Preparing [2020-12-29T17:10:05.146Z] 379067d0cb53: Waiting [2020-12-29T17:10:05.146Z] aa53c33e5e02: Layer already exists [2020-12-29T17:10:05.146Z] db2d4abcf09f: Layer already exists [2020-12-29T17:10:05.146Z] 83a8c7eee73f: Layer already exists [2020-12-29T17:10:05.146Z] 27c336859569: Layer already exists [2020-12-29T17:10:05.146Z] 05a77ef78e66: Layer already exists [2020-12-29T17:10:05.146Z] 379067d0cb53: Layer already exists [2020-12-29T17:10:05.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:05.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-29T17:10:05.302Z] 765858178f4e: Preparing [2020-12-29T17:10:05.302Z] c73efa57409c: Preparing [2020-12-29T17:10:05.302Z] d5921b66ff25: Preparing [2020-12-29T17:10:05.302Z] fe9c959190a0: Preparing [2020-12-29T17:10:05.302Z] 3f3fc70b6d02: Preparing [2020-12-29T17:10:05.302Z] 777b2c648970: Preparing [2020-12-29T17:10:05.302Z] 777b2c648970: Waiting [2020-12-29T17:10:05.302Z] d5921b66ff25: Layer already exists [2020-12-29T17:10:05.302Z] c73efa57409c: Layer already exists [2020-12-29T17:10:05.302Z] 3f3fc70b6d02: Layer already exists [2020-12-29T17:10:05.302Z] fe9c959190a0: Layer already exists [2020-12-29T17:10:05.302Z] 765858178f4e: Layer already exists [2020-12-29T17:10:05.414Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:5ecfdfec6a8af65fb190719946824fc7add030ccf75ca4758e9370ae3674a275 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:05.585Z] 777b2c648970: Layer already exists [2020-12-29T17:10:05.585Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:64718aea2c7b12f32aa4c8e723f064f757d1fc68824384027a353d6c4ccdedb8 size: 1574 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:05.754Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:05.957Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:06.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-29T17:10:06.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-12-29T17:10:06.088Z] db2d4abcf09f: Preparing [2020-12-29T17:10:06.088Z] 05a77ef78e66: Preparing [2020-12-29T17:10:06.088Z] 27c336859569: Preparing [2020-12-29T17:10:06.088Z] aa53c33e5e02: Preparing [2020-12-29T17:10:06.088Z] 83a8c7eee73f: Preparing [2020-12-29T17:10:06.088Z] 379067d0cb53: Preparing [2020-12-29T17:10:06.088Z] 83a8c7eee73f: Layer already exists [2020-12-29T17:10:06.088Z] 27c336859569: Layer already exists [2020-12-29T17:10:06.088Z] aa53c33e5e02: Layer already exists [2020-12-29T17:10:06.088Z] db2d4abcf09f: Layer already exists [2020-12-29T17:10:06.088Z] 05a77ef78e66: Layer already exists [2020-12-29T17:10:06.088Z] 379067d0cb53: Layer already exists [2020-12-29T17:10:06.320Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-12-29T17:10:06.320Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-12-29T17:10:06.320Z] 765858178f4e: Preparing [2020-12-29T17:10:06.320Z] c73efa57409c: Preparing [2020-12-29T17:10:06.320Z] d5921b66ff25: Preparing [2020-12-29T17:10:06.320Z] fe9c959190a0: Preparing [2020-12-29T17:10:06.320Z] 3f3fc70b6d02: Preparing [2020-12-29T17:10:06.320Z] 777b2c648970: Preparing [2020-12-29T17:10:06.320Z] 777b2c648970: Waiting [2020-12-29T17:10:06.358Z] master: digest: sha256:5ecfdfec6a8af65fb190719946824fc7add030ccf75ca4758e9370ae3674a275 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:06.548Z] ===================================================== [Pipeline] echo [2020-12-29T17:10:06.595Z] taggedImages: [2020-12-29T17:10:06.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:06.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:06.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:06.595Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-12-29T17:10:06.595Z] fe9c959190a0: Layer already exists [2020-12-29T17:10:06.595Z] d5921b66ff25: Layer already exists [2020-12-29T17:10:06.595Z] c73efa57409c: Layer already exists [2020-12-29T17:10:06.595Z] 3f3fc70b6d02: Layer already exists [2020-12-29T17:10:06.595Z] 765858178f4e: Layer already exists [2020-12-29T17:10:06.595Z] 777b2c648970: Layer already exists [2020-12-29T17:10:06.595Z] master: digest: sha256:64718aea2c7b12f32aa4c8e723f064f757d1fc68824384027a353d6c4ccdedb8 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:06.781Z] ===================================================== [Pipeline] echo [2020-12-29T17:10:06.784Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-12-29T17:10:06.784Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:06.784Z] 2.0.0-dev.20 [2020-12-29T17:10:06.784Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:06.784Z] master [2020-12-29T17:10:06.784Z] ===================================================== [Pipeline] echo [2020-12-29T17:10:06.852Z] taggedImages: [2020-12-29T17:10:06.852Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:06.852Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.20 [2020-12-29T17:10:06.852Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:06.852Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] echo [2020-12-29T17:10:06.981Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-12-29T17:10:06.982Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:06.982Z] 2.0.0-dev.20 [2020-12-29T17:10:06.982Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:06.982Z] master [2020-12-29T17:10:06.982Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] isUnix [Pipeline] sh [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:07.450Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:07.608Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:07.827Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:07.827Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-29T17:10:07.827Z] d6c8d7c004cd: Preparing [2020-12-29T17:10:07.827Z] 93fdb8a228dd: Preparing [2020-12-29T17:10:07.827Z] 40ac7ac85aea: Preparing [2020-12-29T17:10:07.827Z] afa73f20d493: Preparing [2020-12-29T17:10:07.827Z] 9a52246bd864: Preparing [2020-12-29T17:10:07.827Z] 07dde8736c91: Preparing [2020-12-29T17:10:07.827Z] 249d3792ede8: Preparing [2020-12-29T17:10:07.827Z] ca6d1bbffa09: Preparing [2020-12-29T17:10:07.827Z] 66b385cf80cf: Preparing [2020-12-29T17:10:07.827Z] ca6d1bbffa09: Waiting [2020-12-29T17:10:07.827Z] 07dde8736c91: Waiting [2020-12-29T17:10:07.827Z] 249d3792ede8: Waiting [2020-12-29T17:10:07.827Z] 66b385cf80cf: Waiting [2020-12-29T17:10:07.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:07.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-29T17:10:07.994Z] fea94192944f: Preparing [2020-12-29T17:10:07.994Z] 2af120f11a2a: Preparing [2020-12-29T17:10:07.994Z] 9774ccb7a557: Preparing [2020-12-29T17:10:07.994Z] b80f8a2bf5d4: Preparing [2020-12-29T17:10:07.994Z] 81dcf7a4ef26: Preparing [2020-12-29T17:10:07.994Z] 60b5209cc93c: Preparing [2020-12-29T17:10:07.994Z] f3d0f6d1914a: Preparing [2020-12-29T17:10:07.994Z] 839f90561b28: Preparing [2020-12-29T17:10:07.994Z] 1b3ee35aacca: Preparing [2020-12-29T17:10:07.994Z] 60b5209cc93c: Waiting [2020-12-29T17:10:07.994Z] 839f90561b28: Waiting [2020-12-29T17:10:07.994Z] 1b3ee35aacca: Waiting [2020-12-29T17:10:07.994Z] f3d0f6d1914a: Waiting [2020-12-29T17:10:08.628Z] 2af120f11a2a: Pushed [2020-12-29T17:10:08.628Z] 81dcf7a4ef26: Pushed [2020-12-29T17:10:08.628Z] fea94192944f: Pushed [2020-12-29T17:10:08.809Z] d6c8d7c004cd: Pushed [2020-12-29T17:10:08.809Z] 93fdb8a228dd: Pushed [2020-12-29T17:10:08.809Z] 9a52246bd864: Pushed [2020-12-29T17:10:08.809Z] 07dde8736c91: Pushed [2020-12-29T17:10:08.942Z] 839f90561b28: Layer already exists [2020-12-29T17:10:08.942Z] 1b3ee35aacca: Layer already exists [2020-12-29T17:10:08.942Z] 60b5209cc93c: Pushed [2020-12-29T17:10:09.082Z] 66b385cf80cf: Layer already exists [2020-12-29T17:10:09.082Z] 249d3792ede8: Pushed [2020-12-29T17:10:09.211Z] f3d0f6d1914a: Pushed [2020-12-29T17:10:09.354Z] ca6d1bbffa09: Pushed [2020-12-29T17:10:09.818Z] b80f8a2bf5d4: Pushed [2020-12-29T17:10:09.818Z] 9774ccb7a557: Pushed [2020-12-29T17:10:10.095Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:13bd3d691b27b826b43fd69520c98558fe76ae2f8c8a98695e19da68cbd8cf3b size: 2198 [2020-12-29T17:10:10.327Z] 40ac7ac85aea: Pushed [2020-12-29T17:10:10.327Z] afa73f20d493: Pushed [2020-12-29T17:10:10.327Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:766f65b768ff414e747e5ce71533b2c56119c004f1151147bb32e676537f6d26 size: 2198 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:10.752Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:10.937Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:11.110Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.20 [2020-12-29T17:10:11.110Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-29T17:10:11.110Z] fea94192944f: Preparing [2020-12-29T17:10:11.110Z] 2af120f11a2a: Preparing [2020-12-29T17:10:11.110Z] 9774ccb7a557: Preparing [2020-12-29T17:10:11.110Z] b80f8a2bf5d4: Preparing [2020-12-29T17:10:11.110Z] 81dcf7a4ef26: Preparing [2020-12-29T17:10:11.110Z] 60b5209cc93c: Preparing [2020-12-29T17:10:11.110Z] f3d0f6d1914a: Preparing [2020-12-29T17:10:11.110Z] 839f90561b28: Preparing [2020-12-29T17:10:11.110Z] 1b3ee35aacca: Preparing [2020-12-29T17:10:11.110Z] f3d0f6d1914a: Waiting [2020-12-29T17:10:11.110Z] 839f90561b28: Waiting [2020-12-29T17:10:11.110Z] 1b3ee35aacca: Waiting [2020-12-29T17:10:11.110Z] 60b5209cc93c: Waiting [2020-12-29T17:10:11.110Z] 2af120f11a2a: Layer already exists [2020-12-29T17:10:11.110Z] 81dcf7a4ef26: Layer already exists [2020-12-29T17:10:11.110Z] 9774ccb7a557: Layer already exists [2020-12-29T17:10:11.110Z] fea94192944f: Layer already exists [2020-12-29T17:10:11.110Z] b80f8a2bf5d4: Layer already exists [2020-12-29T17:10:11.110Z] f3d0f6d1914a: Layer already exists [2020-12-29T17:10:11.110Z] 60b5209cc93c: Layer already exists [2020-12-29T17:10:11.110Z] 839f90561b28: Layer already exists [2020-12-29T17:10:11.110Z] 1b3ee35aacca: Layer already exists [2020-12-29T17:10:11.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:11.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-29T17:10:11.274Z] d6c8d7c004cd: Preparing [2020-12-29T17:10:11.274Z] 93fdb8a228dd: Preparing [2020-12-29T17:10:11.274Z] 40ac7ac85aea: Preparing [2020-12-29T17:10:11.274Z] afa73f20d493: Preparing [2020-12-29T17:10:11.274Z] 9a52246bd864: Preparing [2020-12-29T17:10:11.274Z] 07dde8736c91: Preparing [2020-12-29T17:10:11.274Z] 249d3792ede8: Preparing [2020-12-29T17:10:11.274Z] ca6d1bbffa09: Preparing [2020-12-29T17:10:11.274Z] 66b385cf80cf: Preparing [2020-12-29T17:10:11.274Z] 249d3792ede8: Waiting [2020-12-29T17:10:11.274Z] ca6d1bbffa09: Waiting [2020-12-29T17:10:11.274Z] 66b385cf80cf: Waiting [2020-12-29T17:10:11.274Z] 07dde8736c91: Waiting [2020-12-29T17:10:11.376Z] 2.0.0-dev.20: digest: sha256:13bd3d691b27b826b43fd69520c98558fe76ae2f8c8a98695e19da68cbd8cf3b size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:11.546Z] 40ac7ac85aea: Layer already exists [2020-12-29T17:10:11.546Z] 93fdb8a228dd: Layer already exists [2020-12-29T17:10:11.546Z] 9a52246bd864: Layer already exists [2020-12-29T17:10:11.546Z] afa73f20d493: Layer already exists [2020-12-29T17:10:11.546Z] d6c8d7c004cd: Layer already exists [2020-12-29T17:10:11.546Z] ca6d1bbffa09: Layer already exists [2020-12-29T17:10:11.546Z] 07dde8736c91: Layer already exists [2020-12-29T17:10:11.546Z] 249d3792ede8: Layer already exists [2020-12-29T17:10:11.546Z] 66b385cf80cf: Layer already exists [2020-12-29T17:10:11.546Z] 2.0.0-dev.20: digest: sha256:766f65b768ff414e747e5ce71533b2c56119c004f1151147bb32e676537f6d26 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:11.724Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:11.888Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:12.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:12.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-29T17:10:12.241Z] d6c8d7c004cd: Preparing [2020-12-29T17:10:12.241Z] 93fdb8a228dd: Preparing [2020-12-29T17:10:12.241Z] 40ac7ac85aea: Preparing [2020-12-29T17:10:12.241Z] afa73f20d493: Preparing [2020-12-29T17:10:12.241Z] 9a52246bd864: Preparing [2020-12-29T17:10:12.241Z] 07dde8736c91: Preparing [2020-12-29T17:10:12.241Z] 249d3792ede8: Preparing [2020-12-29T17:10:12.241Z] ca6d1bbffa09: Preparing [2020-12-29T17:10:12.241Z] 66b385cf80cf: Preparing [2020-12-29T17:10:12.241Z] 07dde8736c91: Waiting [2020-12-29T17:10:12.241Z] 249d3792ede8: Waiting [2020-12-29T17:10:12.241Z] ca6d1bbffa09: Waiting [2020-12-29T17:10:12.241Z] 66b385cf80cf: Waiting [2020-12-29T17:10:12.515Z] d6c8d7c004cd: Layer already exists [2020-12-29T17:10:12.515Z] afa73f20d493: Layer already exists [2020-12-29T17:10:12.515Z] 9a52246bd864: Layer already exists [2020-12-29T17:10:12.515Z] 93fdb8a228dd: Layer already exists [2020-12-29T17:10:12.515Z] 40ac7ac85aea: Layer already exists [2020-12-29T17:10:12.515Z] 249d3792ede8: Layer already exists [2020-12-29T17:10:12.515Z] ca6d1bbffa09: Layer already exists [2020-12-29T17:10:12.515Z] 07dde8736c91: Layer already exists [2020-12-29T17:10:12.515Z] 66b385cf80cf: Layer already exists [2020-12-29T17:10:12.515Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:766f65b768ff414e747e5ce71533b2c56119c004f1151147bb32e676537f6d26 size: 2198 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:12.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:12.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-29T17:10:12.632Z] fea94192944f: Preparing [2020-12-29T17:10:12.632Z] 2af120f11a2a: Preparing [2020-12-29T17:10:12.632Z] 9774ccb7a557: Preparing [2020-12-29T17:10:12.632Z] b80f8a2bf5d4: Preparing [2020-12-29T17:10:12.632Z] 81dcf7a4ef26: Preparing [2020-12-29T17:10:12.632Z] 60b5209cc93c: Preparing [2020-12-29T17:10:12.632Z] f3d0f6d1914a: Preparing [2020-12-29T17:10:12.632Z] 839f90561b28: Preparing [2020-12-29T17:10:12.632Z] 1b3ee35aacca: Preparing [2020-12-29T17:10:12.632Z] 60b5209cc93c: Waiting [2020-12-29T17:10:12.632Z] f3d0f6d1914a: Waiting [2020-12-29T17:10:12.632Z] 839f90561b28: Waiting [2020-12-29T17:10:12.632Z] 1b3ee35aacca: Waiting [2020-12-29T17:10:12.632Z] 9774ccb7a557: Layer already exists [2020-12-29T17:10:12.632Z] fea94192944f: Layer already exists [2020-12-29T17:10:12.632Z] 2af120f11a2a: Layer already exists [2020-12-29T17:10:12.632Z] 81dcf7a4ef26: Layer already exists [2020-12-29T17:10:12.632Z] b80f8a2bf5d4: Layer already exists [2020-12-29T17:10:12.632Z] 839f90561b28: Layer already exists [2020-12-29T17:10:12.632Z] 1b3ee35aacca: Layer already exists [2020-12-29T17:10:12.632Z] 60b5209cc93c: Layer already exists [2020-12-29T17:10:12.632Z] f3d0f6d1914a: Layer already exists [2020-12-29T17:10:12.907Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:13bd3d691b27b826b43fd69520c98558fe76ae2f8c8a98695e19da68cbd8cf3b size: 2198 [2020-12-29T17:10:12.922Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:13.319Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:13.462Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-12-29T17:10:13.462Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-12-29T17:10:13.462Z] d6c8d7c004cd: Preparing [2020-12-29T17:10:13.462Z] 93fdb8a228dd: Preparing [2020-12-29T17:10:13.462Z] 40ac7ac85aea: Preparing [2020-12-29T17:10:13.462Z] afa73f20d493: Preparing [2020-12-29T17:10:13.462Z] 9a52246bd864: Preparing [2020-12-29T17:10:13.462Z] 07dde8736c91: Preparing [2020-12-29T17:10:13.462Z] 249d3792ede8: Preparing [2020-12-29T17:10:13.462Z] ca6d1bbffa09: Preparing [2020-12-29T17:10:13.462Z] 66b385cf80cf: Preparing [2020-12-29T17:10:13.462Z] 249d3792ede8: Waiting [2020-12-29T17:10:13.462Z] 07dde8736c91: Waiting [2020-12-29T17:10:13.462Z] ca6d1bbffa09: Waiting [2020-12-29T17:10:13.462Z] 66b385cf80cf: Waiting [2020-12-29T17:10:13.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-12-29T17:10:13.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-12-29T17:10:13.672Z] fea94192944f: Preparing [2020-12-29T17:10:13.672Z] 2af120f11a2a: Preparing [2020-12-29T17:10:13.672Z] 9774ccb7a557: Preparing [2020-12-29T17:10:13.672Z] b80f8a2bf5d4: Preparing [2020-12-29T17:10:13.672Z] 81dcf7a4ef26: Preparing [2020-12-29T17:10:13.672Z] 60b5209cc93c: Preparing [2020-12-29T17:10:13.672Z] f3d0f6d1914a: Preparing [2020-12-29T17:10:13.672Z] 839f90561b28: Preparing [2020-12-29T17:10:13.672Z] 1b3ee35aacca: Preparing [2020-12-29T17:10:13.672Z] 60b5209cc93c: Waiting [2020-12-29T17:10:13.672Z] f3d0f6d1914a: Waiting [2020-12-29T17:10:13.672Z] 839f90561b28: Waiting [2020-12-29T17:10:13.672Z] 1b3ee35aacca: Waiting [2020-12-29T17:10:13.738Z] d6c8d7c004cd: Layer already exists [2020-12-29T17:10:13.739Z] 40ac7ac85aea: Layer already exists [2020-12-29T17:10:13.739Z] 93fdb8a228dd: Layer already exists [2020-12-29T17:10:13.739Z] 9a52246bd864: Layer already exists [2020-12-29T17:10:13.739Z] afa73f20d493: Layer already exists [2020-12-29T17:10:13.739Z] ca6d1bbffa09: Layer already exists [2020-12-29T17:10:13.739Z] 07dde8736c91: Layer already exists [2020-12-29T17:10:13.739Z] 249d3792ede8: Layer already exists [2020-12-29T17:10:13.739Z] 66b385cf80cf: Layer already exists [2020-12-29T17:10:13.739Z] master: digest: sha256:766f65b768ff414e747e5ce71533b2c56119c004f1151147bb32e676537f6d26 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2020-12-29T17:10:13.938Z] fea94192944f: Layer already exists [2020-12-29T17:10:13.938Z] 9774ccb7a557: Layer already exists [2020-12-29T17:10:13.938Z] 2af120f11a2a: Layer already exists [2020-12-29T17:10:13.938Z] 81dcf7a4ef26: Layer already exists [2020-12-29T17:10:13.938Z] b80f8a2bf5d4: Layer already exists [2020-12-29T17:10:13.938Z] f3d0f6d1914a: Layer already exists [2020-12-29T17:10:13.938Z] 839f90561b28: Layer already exists [2020-12-29T17:10:13.938Z] 60b5209cc93c: Layer already exists [2020-12-29T17:10:13.938Z] 1b3ee35aacca: Layer already exists [2020-12-29T17:10:13.938Z] master: digest: sha256:13bd3d691b27b826b43fd69520c98558fe76ae2f8c8a98695e19da68cbd8cf3b size: 2198 [Pipeline] echo [2020-12-29T17:10:13.953Z] ===================================================== [Pipeline] echo [2020-12-29T17:10:14.001Z] taggedImages: [2020-12-29T17:10:14.001Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:14.001Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:14.001Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:14.001Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:14.110Z] ===================================================== [Pipeline] echo [2020-12-29T17:10:14.217Z] taggedImages: [2020-12-29T17:10:14.217Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:14.217Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.20 [2020-12-29T17:10:14.217Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:14.217Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-12-29T17:10:14.219Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-12-29T17:10:14.219Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:14.219Z] 2.0.0-dev.20 [2020-12-29T17:10:14.219Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:14.219Z] master [2020-12-29T17:10:14.219Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] echo [2020-12-29T17:10:14.343Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-12-29T17:10:14.343Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:14.343Z] 2.0.0-dev.20 [2020-12-29T17:10:14.343Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:14.343Z] master [2020-12-29T17:10:14.343Z] ===================================================== [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:14.910Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:15.003Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:15.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:15.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-29T17:10:15.276Z] 32b801ad4203: Preparing [2020-12-29T17:10:15.276Z] fa002c6067b4: Preparing [2020-12-29T17:10:15.276Z] 930c9b6754ae: Preparing [2020-12-29T17:10:15.276Z] a1ce6e263ac9: Preparing [2020-12-29T17:10:15.276Z] 7ef3d929474a: Preparing [2020-12-29T17:10:15.276Z] 51442d825fd4: Preparing [2020-12-29T17:10:15.276Z] 51442d825fd4: Waiting [2020-12-29T17:10:15.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:15.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-29T17:10:15.377Z] a97858d1b39d: Preparing [2020-12-29T17:10:15.377Z] 353b92c023cc: Preparing [2020-12-29T17:10:15.377Z] 7033b9c62e88: Preparing [2020-12-29T17:10:15.377Z] 04a2dc6ec187: Preparing [2020-12-29T17:10:15.377Z] c93fd4fa8a79: Preparing [2020-12-29T17:10:15.377Z] b051f3668236: Preparing [2020-12-29T17:10:15.377Z] b051f3668236: Waiting [2020-12-29T17:10:15.581Z] 32b801ad4203: Pushed [2020-12-29T17:10:15.870Z] 930c9b6754ae: Pushed [2020-12-29T17:10:15.870Z] a1ce6e263ac9: Pushed [2020-12-29T17:10:15.870Z] 7ef3d929474a: Pushed [2020-12-29T17:10:16.114Z] 7033b9c62e88: Pushed [2020-12-29T17:10:16.114Z] a97858d1b39d: Pushed [2020-12-29T17:10:16.114Z] 04a2dc6ec187: Pushed [2020-12-29T17:10:16.150Z] 51442d825fd4: Pushed [2020-12-29T17:10:16.399Z] c93fd4fa8a79: Pushed [2020-12-29T17:10:16.399Z] b051f3668236: Pushed [2020-12-29T17:10:17.389Z] 353b92c023cc: Pushed [2020-12-29T17:10:17.389Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:095af29766c6ebeba79d186e954d2423188076f7e9a0d928e739dabfca0b65e1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:17.923Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:18.133Z] fa002c6067b4: Pushed [2020-12-29T17:10:18.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.20 [2020-12-29T17:10:18.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-29T17:10:18.292Z] a97858d1b39d: Preparing [2020-12-29T17:10:18.292Z] 353b92c023cc: Preparing [2020-12-29T17:10:18.292Z] 7033b9c62e88: Preparing [2020-12-29T17:10:18.292Z] 04a2dc6ec187: Preparing [2020-12-29T17:10:18.292Z] c93fd4fa8a79: Preparing [2020-12-29T17:10:18.292Z] b051f3668236: Preparing [2020-12-29T17:10:18.292Z] b051f3668236: Waiting [2020-12-29T17:10:18.292Z] c93fd4fa8a79: Layer already exists [2020-12-29T17:10:18.292Z] 04a2dc6ec187: Layer already exists [2020-12-29T17:10:18.292Z] 353b92c023cc: Layer already exists [2020-12-29T17:10:18.292Z] 7033b9c62e88: Layer already exists [2020-12-29T17:10:18.292Z] a97858d1b39d: Layer already exists [2020-12-29T17:10:18.292Z] b051f3668236: Layer already exists [2020-12-29T17:10:18.403Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:a6a8a2288af0a2d9ffca68f929c0ab75d8864a0d1a21bcbcbd6ad9e6562a31f7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:18.576Z] 2.0.0-dev.20: digest: sha256:095af29766c6ebeba79d186e954d2423188076f7e9a0d928e739dabfca0b65e1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:18.744Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:18.920Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:19.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:19.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-29T17:10:19.078Z] 32b801ad4203: Preparing [2020-12-29T17:10:19.078Z] fa002c6067b4: Preparing [2020-12-29T17:10:19.078Z] 930c9b6754ae: Preparing [2020-12-29T17:10:19.078Z] a1ce6e263ac9: Preparing [2020-12-29T17:10:19.078Z] 7ef3d929474a: Preparing [2020-12-29T17:10:19.078Z] 51442d825fd4: Preparing [2020-12-29T17:10:19.078Z] 51442d825fd4: Waiting [2020-12-29T17:10:19.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:19.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-29T17:10:19.263Z] a97858d1b39d: Preparing [2020-12-29T17:10:19.263Z] 353b92c023cc: Preparing [2020-12-29T17:10:19.263Z] 7033b9c62e88: Preparing [2020-12-29T17:10:19.263Z] 04a2dc6ec187: Preparing [2020-12-29T17:10:19.263Z] c93fd4fa8a79: Preparing [2020-12-29T17:10:19.263Z] b051f3668236: Preparing [2020-12-29T17:10:19.263Z] b051f3668236: Waiting [2020-12-29T17:10:19.263Z] c93fd4fa8a79: Layer already exists [2020-12-29T17:10:19.263Z] 353b92c023cc: Layer already exists [2020-12-29T17:10:19.263Z] a97858d1b39d: Layer already exists [2020-12-29T17:10:19.263Z] 7033b9c62e88: Layer already exists [2020-12-29T17:10:19.263Z] 04a2dc6ec187: Layer already exists [2020-12-29T17:10:19.350Z] fa002c6067b4: Layer already exists [2020-12-29T17:10:19.350Z] 930c9b6754ae: Layer already exists [2020-12-29T17:10:19.350Z] 32b801ad4203: Layer already exists [2020-12-29T17:10:19.350Z] 7ef3d929474a: Layer already exists [2020-12-29T17:10:19.350Z] a1ce6e263ac9: Layer already exists [2020-12-29T17:10:19.350Z] 51442d825fd4: Layer already exists [2020-12-29T17:10:19.350Z] 2.0.0-dev.20: digest: sha256:a6a8a2288af0a2d9ffca68f929c0ab75d8864a0d1a21bcbcbd6ad9e6562a31f7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:19.535Z] b051f3668236: Layer already exists [2020-12-29T17:10:19.535Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:095af29766c6ebeba79d186e954d2423188076f7e9a0d928e739dabfca0b65e1 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:19.696Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:19.861Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:20.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:20.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-29T17:10:20.041Z] 32b801ad4203: Preparing [2020-12-29T17:10:20.041Z] fa002c6067b4: Preparing [2020-12-29T17:10:20.041Z] 930c9b6754ae: Preparing [2020-12-29T17:10:20.041Z] a1ce6e263ac9: Preparing [2020-12-29T17:10:20.041Z] 7ef3d929474a: Preparing [2020-12-29T17:10:20.041Z] 51442d825fd4: Preparing [2020-12-29T17:10:20.041Z] 51442d825fd4: Waiting [2020-12-29T17:10:20.184Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-12-29T17:10:20.184Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-12-29T17:10:20.317Z] 7ef3d929474a: Layer already exists [2020-12-29T17:10:20.318Z] 32b801ad4203: Layer already exists [2020-12-29T17:10:20.318Z] 930c9b6754ae: Layer already exists [2020-12-29T17:10:20.318Z] a1ce6e263ac9: Layer already exists [2020-12-29T17:10:20.318Z] fa002c6067b4: Layer already exists [2020-12-29T17:10:20.318Z] 51442d825fd4: Layer already exists [2020-12-29T17:10:20.318Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:a6a8a2288af0a2d9ffca68f929c0ab75d8864a0d1a21bcbcbd6ad9e6562a31f7 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:20.451Z] a97858d1b39d: Preparing [2020-12-29T17:10:20.451Z] 353b92c023cc: Preparing [2020-12-29T17:10:20.451Z] 7033b9c62e88: Preparing [2020-12-29T17:10:20.451Z] 04a2dc6ec187: Preparing [2020-12-29T17:10:20.451Z] c93fd4fa8a79: Preparing [2020-12-29T17:10:20.451Z] b051f3668236: Preparing [2020-12-29T17:10:20.451Z] b051f3668236: Waiting [2020-12-29T17:10:20.451Z] a97858d1b39d: Layer already exists [2020-12-29T17:10:20.451Z] 7033b9c62e88: Layer already exists [2020-12-29T17:10:20.451Z] 353b92c023cc: Layer already exists [2020-12-29T17:10:20.451Z] 04a2dc6ec187: Layer already exists [2020-12-29T17:10:20.451Z] c93fd4fa8a79: Layer already exists [2020-12-29T17:10:20.451Z] b051f3668236: Layer already exists [2020-12-29T17:10:20.451Z] master: digest: sha256:095af29766c6ebeba79d186e954d2423188076f7e9a0d928e739dabfca0b65e1 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:20.644Z] ===================================================== [2020-12-29T17:10:20.672Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-29T17:10:20.696Z] taggedImages: [2020-12-29T17:10:20.696Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:20.696Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.20 [2020-12-29T17:10:20.696Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:20.696Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-29T17:10:20.823Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-12-29T17:10:20.823Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:20.823Z] 2.0.0-dev.20 [2020-12-29T17:10:20.823Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:20.823Z] master [2020-12-29T17:10:20.823Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:21.033Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-12-29T17:10:21.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-12-29T17:10:21.033Z] 32b801ad4203: Preparing [2020-12-29T17:10:21.033Z] fa002c6067b4: Preparing [2020-12-29T17:10:21.033Z] 930c9b6754ae: Preparing [2020-12-29T17:10:21.033Z] a1ce6e263ac9: Preparing [2020-12-29T17:10:21.033Z] 7ef3d929474a: Preparing [2020-12-29T17:10:21.033Z] 51442d825fd4: Preparing [2020-12-29T17:10:21.033Z] 51442d825fd4: Waiting [2020-12-29T17:10:21.033Z] 32b801ad4203: Layer already exists [2020-12-29T17:10:21.033Z] a1ce6e263ac9: Layer already exists [2020-12-29T17:10:21.033Z] 930c9b6754ae: Layer already exists [2020-12-29T17:10:21.306Z] fa002c6067b4: Layer already exists [2020-12-29T17:10:21.306Z] 7ef3d929474a: Layer already exists [2020-12-29T17:10:21.306Z] 51442d825fd4: Layer already exists [2020-12-29T17:10:21.306Z] master: digest: sha256:a6a8a2288af0a2d9ffca68f929c0ab75d8864a0d1a21bcbcbd6ad9e6562a31f7 size: 1573 [Pipeline] } [2020-12-29T17:10:21.369Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:21.526Z] ===================================================== [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-29T17:10:21.717Z] taggedImages: [2020-12-29T17:10:21.717Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:21.717Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:21.717Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:21.717Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-12-29T17:10:21.790Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-12-29T17:10:21.790Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:21.790Z] 2.0.0-dev.20 [2020-12-29T17:10:21.790Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:21.790Z] master [2020-12-29T17:10:21.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:21.938Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:21.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-29T17:10:21.939Z] 659de00bbe91: Preparing [2020-12-29T17:10:21.939Z] 0bb833f53e38: Preparing [2020-12-29T17:10:21.939Z] 5b218bdf3886: Preparing [2020-12-29T17:10:22.267Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:22.558Z] 5b218bdf3886: Pushed [2020-12-29T17:10:22.558Z] 659de00bbe91: Pushed [2020-12-29T17:10:22.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:22.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-29T17:10:22.611Z] 4ef8a6a59e7d: Preparing [2020-12-29T17:10:22.611Z] 772ae38b4e3b: Preparing [2020-12-29T17:10:22.611Z] ebfec21b66d8: Preparing [2020-12-29T17:10:22.883Z] 4ef8a6a59e7d: Pushed [2020-12-29T17:10:22.883Z] ebfec21b66d8: Pushed [2020-12-29T17:10:23.997Z] 0bb833f53e38: Pushed [2020-12-29T17:10:23.997Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:3fc41fbb8a6cf207424a3685294d48eb10268d3e83a6ce1f6ffe6a35c33095f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:24.331Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:24.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.20 [2020-12-29T17:10:24.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-29T17:10:24.670Z] 659de00bbe91: Preparing [2020-12-29T17:10:24.670Z] 0bb833f53e38: Preparing [2020-12-29T17:10:24.670Z] 5b218bdf3886: Preparing [2020-12-29T17:10:24.670Z] 659de00bbe91: Layer already exists [2020-12-29T17:10:24.670Z] 5b218bdf3886: Layer already exists [2020-12-29T17:10:24.670Z] 0bb833f53e38: Layer already exists [2020-12-29T17:10:24.936Z] 2.0.0-dev.20: digest: sha256:3fc41fbb8a6cf207424a3685294d48eb10268d3e83a6ce1f6ffe6a35c33095f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:25.303Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:25.484Z] 772ae38b4e3b: Pushed [2020-12-29T17:10:25.484Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:eae35bdcbb5d8b8bdd0bf9df335f6bac77f07b89e660e710dd731a783c1b3e03 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:25.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:25.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-29T17:10:25.622Z] 659de00bbe91: Preparing [2020-12-29T17:10:25.622Z] 0bb833f53e38: Preparing [2020-12-29T17:10:25.622Z] 5b218bdf3886: Preparing [2020-12-29T17:10:25.622Z] 659de00bbe91: Layer already exists [2020-12-29T17:10:25.622Z] 0bb833f53e38: Layer already exists [2020-12-29T17:10:25.622Z] 5b218bdf3886: Layer already exists [2020-12-29T17:10:25.823Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:25.898Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:3fc41fbb8a6cf207424a3685294d48eb10268d3e83a6ce1f6ffe6a35c33095f1 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:26.158Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:26.158Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-29T17:10:26.252Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:26.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-12-29T17:10:26.562Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-12-29T17:10:26.825Z] 659de00bbe91: Preparing [2020-12-29T17:10:26.825Z] 0bb833f53e38: Preparing [2020-12-29T17:10:26.825Z] 5b218bdf3886: Preparing [2020-12-29T17:10:26.825Z] 659de00bbe91: Layer already exists [2020-12-29T17:10:26.825Z] 0bb833f53e38: Layer already exists [2020-12-29T17:10:27.090Z] 5b218bdf3886: Layer already exists [2020-12-29T17:10:27.090Z] master: digest: sha256:3fc41fbb8a6cf207424a3685294d48eb10268d3e83a6ce1f6ffe6a35c33095f1 size: 943 [Pipeline] } [2020-12-29T17:10:27.129Z] 4ef8a6a59e7d: Preparing [2020-12-29T17:10:27.129Z] 772ae38b4e3b: Preparing [2020-12-29T17:10:27.129Z] ebfec21b66d8: Preparing [2020-12-29T17:10:27.129Z] 4ef8a6a59e7d: Layer already exists [2020-12-29T17:10:27.129Z] 772ae38b4e3b: Layer already exists [2020-12-29T17:10:27.129Z] ebfec21b66d8: Layer already exists [2020-12-29T17:10:27.129Z] 2.0.0-dev.20: digest: sha256:eae35bdcbb5d8b8bdd0bf9df335f6bac77f07b89e660e710dd731a783c1b3e03 size: 943 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:27.238Z] ===================================================== [Pipeline] echo [2020-12-29T17:10:27.286Z] taggedImages: [2020-12-29T17:10:27.286Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:27.286Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.20 [2020-12-29T17:10:27.286Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:27.286Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-12-29T17:10:27.475Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-12-29T17:10:27.476Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:27.476Z] 2.0.0-dev.20 [2020-12-29T17:10:27.476Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:27.476Z] master [2020-12-29T17:10:27.476Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:27.692Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:27.933Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:28.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:28.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-29T17:10:28.027Z] 4ef8a6a59e7d: Preparing [2020-12-29T17:10:28.027Z] 772ae38b4e3b: Preparing [2020-12-29T17:10:28.027Z] ebfec21b66d8: Preparing [2020-12-29T17:10:28.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:28.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-29T17:10:28.270Z] 81bfe1f5b60e: Preparing [2020-12-29T17:10:28.270Z] c3ccc5fd71ac: Preparing [2020-12-29T17:10:28.270Z] d456ec8cc5a6: Preparing [2020-12-29T17:10:28.270Z] d790285c9262: Preparing [2020-12-29T17:10:28.270Z] b71a7f774232: Preparing [2020-12-29T17:10:28.270Z] 023bf9da71c9: Preparing [2020-12-29T17:10:28.270Z] 4a240d1e885d: Preparing [2020-12-29T17:10:28.270Z] 465390b6f3e8: Preparing [2020-12-29T17:10:28.270Z] 12483a5c7e40: Preparing [2020-12-29T17:10:28.270Z] 62730860e49c: Preparing [2020-12-29T17:10:28.270Z] 348802d6ed4a: Preparing [2020-12-29T17:10:28.270Z] fbde41d77d8c: Preparing [2020-12-29T17:10:28.270Z] f3e26e9cc915: Preparing [2020-12-29T17:10:28.270Z] 777b2c648970: Preparing [2020-12-29T17:10:28.270Z] 023bf9da71c9: Waiting [2020-12-29T17:10:28.270Z] 4a240d1e885d: Waiting [2020-12-29T17:10:28.270Z] 465390b6f3e8: Waiting [2020-12-29T17:10:28.270Z] 12483a5c7e40: Waiting [2020-12-29T17:10:28.270Z] 62730860e49c: Waiting [2020-12-29T17:10:28.270Z] 348802d6ed4a: Waiting [2020-12-29T17:10:28.270Z] fbde41d77d8c: Waiting [2020-12-29T17:10:28.270Z] f3e26e9cc915: Waiting [2020-12-29T17:10:28.270Z] 777b2c648970: Waiting [2020-12-29T17:10:28.298Z] 4ef8a6a59e7d: Layer already exists [2020-12-29T17:10:28.298Z] 772ae38b4e3b: Layer already exists [2020-12-29T17:10:28.298Z] ebfec21b66d8: Layer already exists [2020-12-29T17:10:28.298Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:eae35bdcbb5d8b8bdd0bf9df335f6bac77f07b89e660e710dd731a783c1b3e03 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:28.636Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:28.949Z] b71a7f774232: Pushed [2020-12-29T17:10:28.949Z] 81bfe1f5b60e: Pushed [2020-12-29T17:10:28.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-29T17:10:28.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-12-29T17:10:28.967Z] 4ef8a6a59e7d: Preparing [2020-12-29T17:10:28.967Z] 772ae38b4e3b: Preparing [2020-12-29T17:10:28.967Z] ebfec21b66d8: Preparing [2020-12-29T17:10:28.967Z] 772ae38b4e3b: Layer already exists [2020-12-29T17:10:28.967Z] ebfec21b66d8: Layer already exists [2020-12-29T17:10:29.239Z] 4ef8a6a59e7d: Layer already exists [2020-12-29T17:10:29.239Z] master: digest: sha256:eae35bdcbb5d8b8bdd0bf9df335f6bac77f07b89e660e710dd731a783c1b3e03 size: 943 [Pipeline] } [2020-12-29T17:10:29.304Z] d790285c9262: Pushed [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:29.460Z] ===================================================== [Pipeline] echo [2020-12-29T17:10:29.509Z] taggedImages: [2020-12-29T17:10:29.509Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:29.509Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:29.509Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:29.509Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-12-29T17:10:29.624Z] 465390b6f3e8: Layer already exists [2020-12-29T17:10:29.624Z] 12483a5c7e40: Layer already exists [2020-12-29T17:10:29.624Z] 4a240d1e885d: Pushed [2020-12-29T17:10:29.624Z] 62730860e49c: Layer already exists [2020-12-29T17:10:29.624Z] 348802d6ed4a: Layer already exists [2020-12-29T17:10:29.624Z] c3ccc5fd71ac: Pushed [Pipeline] echo [2020-12-29T17:10:29.665Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-12-29T17:10:29.665Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:29.665Z] 2.0.0-dev.20 [2020-12-29T17:10:29.665Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:29.665Z] master [2020-12-29T17:10:29.665Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:29.898Z] fbde41d77d8c: Layer already exists [2020-12-29T17:10:29.898Z] f3e26e9cc915: Layer already exists [2020-12-29T17:10:29.898Z] 777b2c648970: Layer already exists [2020-12-29T17:10:30.214Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:30.520Z] 023bf9da71c9: Pushed [2020-12-29T17:10:30.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:30.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-29T17:10:30.553Z] b7fea33812f3: Preparing [2020-12-29T17:10:30.553Z] 77d08f836085: Preparing [2020-12-29T17:10:30.553Z] 974ef55bcef3: Preparing [2020-12-29T17:10:30.553Z] 916ed53ff687: Preparing [2020-12-29T17:10:30.553Z] 894a9c554d0f: Preparing [2020-12-29T17:10:30.553Z] b3981a3d6007: Preparing [2020-12-29T17:10:30.553Z] 3b9f24f110e3: Preparing [2020-12-29T17:10:30.553Z] 810929c4e214: Preparing [2020-12-29T17:10:30.553Z] 52785e09ca18: Preparing [2020-12-29T17:10:30.553Z] 25d05c0af8f6: Preparing [2020-12-29T17:10:30.553Z] 7d66c039c378: Preparing [2020-12-29T17:10:30.553Z] 639b2dbb9529: Preparing [2020-12-29T17:10:30.553Z] 40cbbeaa4e8b: Preparing [2020-12-29T17:10:30.553Z] 379067d0cb53: Preparing [2020-12-29T17:10:30.553Z] 810929c4e214: Waiting [2020-12-29T17:10:30.553Z] 52785e09ca18: Waiting [2020-12-29T17:10:30.553Z] 25d05c0af8f6: Waiting [2020-12-29T17:10:30.553Z] 7d66c039c378: Waiting [2020-12-29T17:10:30.553Z] 639b2dbb9529: Waiting [2020-12-29T17:10:30.553Z] 40cbbeaa4e8b: Waiting [2020-12-29T17:10:30.553Z] 379067d0cb53: Waiting [2020-12-29T17:10:30.553Z] b3981a3d6007: Waiting [2020-12-29T17:10:30.553Z] 3b9f24f110e3: Waiting [2020-12-29T17:10:31.149Z] 894a9c554d0f: Pushed [2020-12-29T17:10:31.424Z] b7fea33812f3: Pushed [2020-12-29T17:10:32.023Z] 916ed53ff687: Pushed [2020-12-29T17:10:32.023Z] 810929c4e214: Layer already exists [2020-12-29T17:10:32.023Z] 52785e09ca18: Layer already exists [2020-12-29T17:10:32.023Z] 25d05c0af8f6: Layer already exists [2020-12-29T17:10:32.023Z] 7d66c039c378: Layer already exists [2020-12-29T17:10:32.023Z] 3b9f24f110e3: Pushed [2020-12-29T17:10:32.295Z] 639b2dbb9529: Layer already exists [2020-12-29T17:10:32.295Z] 40cbbeaa4e8b: Layer already exists [2020-12-29T17:10:32.295Z] 379067d0cb53: Layer already exists [2020-12-29T17:10:32.568Z] 77d08f836085: Pushed [2020-12-29T17:10:33.544Z] b3981a3d6007: Pushed [2020-12-29T17:10:43.082Z] d456ec8cc5a6: Pushed [2020-12-29T17:10:43.082Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:d422436d3cfe1cae274252433eaf51240f772e0e54e658c62a1641370bb09652 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:43.460Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.20 [2020-12-29T17:10:43.666Z] 974ef55bcef3: Pushed [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:43.939Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f: digest: sha256:6f38853e6bb9fa4d7ac887d57173381baa0b4837829bfacf1dffc306c34c455c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:44.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.20 [2020-12-29T17:10:44.276Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:44.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-29T17:10:44.422Z] 81bfe1f5b60e: Preparing [2020-12-29T17:10:44.422Z] c3ccc5fd71ac: Preparing [2020-12-29T17:10:44.422Z] d456ec8cc5a6: Preparing [2020-12-29T17:10:44.422Z] d790285c9262: Preparing [2020-12-29T17:10:44.422Z] b71a7f774232: Preparing [2020-12-29T17:10:44.422Z] 023bf9da71c9: Preparing [2020-12-29T17:10:44.422Z] 4a240d1e885d: Preparing [2020-12-29T17:10:44.422Z] 465390b6f3e8: Preparing [2020-12-29T17:10:44.422Z] 12483a5c7e40: Preparing [2020-12-29T17:10:44.422Z] 62730860e49c: Preparing [2020-12-29T17:10:44.422Z] 023bf9da71c9: Waiting [2020-12-29T17:10:44.422Z] 465390b6f3e8: Waiting [2020-12-29T17:10:44.422Z] 348802d6ed4a: Preparing [2020-12-29T17:10:44.422Z] fbde41d77d8c: Preparing [2020-12-29T17:10:44.422Z] f3e26e9cc915: Preparing [2020-12-29T17:10:44.422Z] 777b2c648970: Preparing [2020-12-29T17:10:44.422Z] 348802d6ed4a: Waiting [2020-12-29T17:10:44.422Z] fbde41d77d8c: Waiting [2020-12-29T17:10:44.422Z] f3e26e9cc915: Waiting [2020-12-29T17:10:44.422Z] 777b2c648970: Waiting [2020-12-29T17:10:44.422Z] 12483a5c7e40: Waiting [2020-12-29T17:10:44.422Z] 62730860e49c: Waiting [2020-12-29T17:10:44.422Z] 4a240d1e885d: Waiting [2020-12-29T17:10:44.422Z] c3ccc5fd71ac: Layer already exists [2020-12-29T17:10:44.422Z] d456ec8cc5a6: Layer already exists [2020-12-29T17:10:44.422Z] 81bfe1f5b60e: Layer already exists [2020-12-29T17:10:44.422Z] d790285c9262: Layer already exists [2020-12-29T17:10:44.422Z] b71a7f774232: Layer already exists [2020-12-29T17:10:44.422Z] 12483a5c7e40: Layer already exists [2020-12-29T17:10:44.422Z] 62730860e49c: Layer already exists [2020-12-29T17:10:44.422Z] 023bf9da71c9: Layer already exists [2020-12-29T17:10:44.422Z] 465390b6f3e8: Layer already exists [2020-12-29T17:10:44.422Z] 4a240d1e885d: Layer already exists [2020-12-29T17:10:44.422Z] 348802d6ed4a: Layer already exists [2020-12-29T17:10:44.422Z] f3e26e9cc915: Layer already exists [2020-12-29T17:10:44.422Z] fbde41d77d8c: Layer already exists [2020-12-29T17:10:44.422Z] 777b2c648970: Layer already exists [2020-12-29T17:10:44.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:44.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-29T17:10:44.611Z] b7fea33812f3: Preparing [2020-12-29T17:10:44.611Z] 77d08f836085: Preparing [2020-12-29T17:10:44.611Z] 974ef55bcef3: Preparing [2020-12-29T17:10:44.611Z] 916ed53ff687: Preparing [2020-12-29T17:10:44.611Z] 894a9c554d0f: Preparing [2020-12-29T17:10:44.611Z] b3981a3d6007: Preparing [2020-12-29T17:10:44.611Z] 3b9f24f110e3: Preparing [2020-12-29T17:10:44.611Z] 810929c4e214: Preparing [2020-12-29T17:10:44.611Z] 52785e09ca18: Preparing [2020-12-29T17:10:44.611Z] 25d05c0af8f6: Preparing [2020-12-29T17:10:44.611Z] 7d66c039c378: Preparing [2020-12-29T17:10:44.611Z] 639b2dbb9529: Preparing [2020-12-29T17:10:44.611Z] 40cbbeaa4e8b: Preparing [2020-12-29T17:10:44.611Z] 379067d0cb53: Preparing [2020-12-29T17:10:44.611Z] 52785e09ca18: Waiting [2020-12-29T17:10:44.611Z] 639b2dbb9529: Waiting [2020-12-29T17:10:44.611Z] 40cbbeaa4e8b: Waiting [2020-12-29T17:10:44.611Z] 379067d0cb53: Waiting [2020-12-29T17:10:44.611Z] 25d05c0af8f6: Waiting [2020-12-29T17:10:44.611Z] b3981a3d6007: Waiting [2020-12-29T17:10:44.611Z] 7d66c039c378: Waiting [2020-12-29T17:10:44.611Z] 3b9f24f110e3: Waiting [2020-12-29T17:10:44.611Z] 810929c4e214: Waiting [2020-12-29T17:10:44.611Z] 894a9c554d0f: Layer already exists [2020-12-29T17:10:44.611Z] b7fea33812f3: Layer already exists [2020-12-29T17:10:44.611Z] 77d08f836085: Layer already exists [2020-12-29T17:10:44.611Z] 974ef55bcef3: Layer already exists [2020-12-29T17:10:44.611Z] 916ed53ff687: Layer already exists [2020-12-29T17:10:44.611Z] 3b9f24f110e3: Layer already exists [2020-12-29T17:10:44.611Z] b3981a3d6007: Layer already exists [2020-12-29T17:10:44.719Z] 2.0.0-dev.20: digest: sha256:d422436d3cfe1cae274252433eaf51240f772e0e54e658c62a1641370bb09652 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:44.882Z] 52785e09ca18: Layer already exists [2020-12-29T17:10:44.882Z] 810929c4e214: Layer already exists [2020-12-29T17:10:44.882Z] 25d05c0af8f6: Layer already exists [2020-12-29T17:10:44.882Z] 639b2dbb9529: Layer already exists [2020-12-29T17:10:44.882Z] 7d66c039c378: Layer already exists [2020-12-29T17:10:44.882Z] 379067d0cb53: Layer already exists [2020-12-29T17:10:44.882Z] 40cbbeaa4e8b: Layer already exists [2020-12-29T17:10:44.882Z] 2.0.0-dev.20: digest: sha256:6f38853e6bb9fa4d7ac887d57173381baa0b4837829bfacf1dffc306c34c455c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:45.076Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:45.227Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:45.397Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:45.398Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-29T17:10:45.398Z] 81bfe1f5b60e: Preparing [2020-12-29T17:10:45.398Z] c3ccc5fd71ac: Preparing [2020-12-29T17:10:45.398Z] d456ec8cc5a6: Preparing [2020-12-29T17:10:45.398Z] d790285c9262: Preparing [2020-12-29T17:10:45.398Z] b71a7f774232: Preparing [2020-12-29T17:10:45.398Z] 023bf9da71c9: Preparing [2020-12-29T17:10:45.398Z] 4a240d1e885d: Preparing [2020-12-29T17:10:45.398Z] 465390b6f3e8: Preparing [2020-12-29T17:10:45.398Z] 12483a5c7e40: Preparing [2020-12-29T17:10:45.398Z] 62730860e49c: Preparing [2020-12-29T17:10:45.398Z] 348802d6ed4a: Preparing [2020-12-29T17:10:45.398Z] fbde41d77d8c: Preparing [2020-12-29T17:10:45.398Z] f3e26e9cc915: Preparing [2020-12-29T17:10:45.398Z] 777b2c648970: Preparing [2020-12-29T17:10:45.398Z] 4a240d1e885d: Waiting [2020-12-29T17:10:45.398Z] 465390b6f3e8: Waiting [2020-12-29T17:10:45.398Z] 023bf9da71c9: Waiting [2020-12-29T17:10:45.398Z] 12483a5c7e40: Waiting [2020-12-29T17:10:45.398Z] 62730860e49c: Waiting [2020-12-29T17:10:45.398Z] 348802d6ed4a: Waiting [2020-12-29T17:10:45.398Z] fbde41d77d8c: Waiting [2020-12-29T17:10:45.398Z] f3e26e9cc915: Waiting [2020-12-29T17:10:45.398Z] 777b2c648970: Waiting [2020-12-29T17:10:45.398Z] d456ec8cc5a6: Layer already exists [2020-12-29T17:10:45.398Z] d790285c9262: Layer already exists [2020-12-29T17:10:45.398Z] 81bfe1f5b60e: Layer already exists [2020-12-29T17:10:45.398Z] b71a7f774232: Layer already exists [2020-12-29T17:10:45.398Z] c3ccc5fd71ac: Layer already exists [2020-12-29T17:10:45.398Z] 4a240d1e885d: Layer already exists [2020-12-29T17:10:45.398Z] 465390b6f3e8: Layer already exists [2020-12-29T17:10:45.398Z] 023bf9da71c9: Layer already exists [2020-12-29T17:10:45.398Z] 62730860e49c: Layer already exists [2020-12-29T17:10:45.398Z] 12483a5c7e40: Layer already exists [2020-12-29T17:10:45.559Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:45.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-29T17:10:45.560Z] b7fea33812f3: Preparing [2020-12-29T17:10:45.560Z] 77d08f836085: Preparing [2020-12-29T17:10:45.560Z] 974ef55bcef3: Preparing [2020-12-29T17:10:45.560Z] 916ed53ff687: Preparing [2020-12-29T17:10:45.560Z] 894a9c554d0f: Preparing [2020-12-29T17:10:45.560Z] b3981a3d6007: Preparing [2020-12-29T17:10:45.560Z] 3b9f24f110e3: Preparing [2020-12-29T17:10:45.560Z] 810929c4e214: Preparing [2020-12-29T17:10:45.560Z] 52785e09ca18: Preparing [2020-12-29T17:10:45.560Z] 25d05c0af8f6: Preparing [2020-12-29T17:10:45.560Z] 7d66c039c378: Preparing [2020-12-29T17:10:45.560Z] 639b2dbb9529: Preparing [2020-12-29T17:10:45.560Z] 40cbbeaa4e8b: Preparing [2020-12-29T17:10:45.560Z] 379067d0cb53: Preparing [2020-12-29T17:10:45.560Z] b3981a3d6007: Waiting [2020-12-29T17:10:45.560Z] 3b9f24f110e3: Waiting [2020-12-29T17:10:45.560Z] 810929c4e214: Waiting [2020-12-29T17:10:45.560Z] 52785e09ca18: Waiting [2020-12-29T17:10:45.560Z] 25d05c0af8f6: Waiting [2020-12-29T17:10:45.560Z] 7d66c039c378: Waiting [2020-12-29T17:10:45.560Z] 639b2dbb9529: Waiting [2020-12-29T17:10:45.560Z] 40cbbeaa4e8b: Waiting [2020-12-29T17:10:45.560Z] 379067d0cb53: Waiting [2020-12-29T17:10:45.560Z] b7fea33812f3: Layer already exists [2020-12-29T17:10:45.560Z] 916ed53ff687: Layer already exists [2020-12-29T17:10:45.560Z] 894a9c554d0f: Layer already exists [2020-12-29T17:10:45.560Z] 974ef55bcef3: Layer already exists [2020-12-29T17:10:45.560Z] 77d08f836085: Layer already exists [2020-12-29T17:10:45.560Z] 3b9f24f110e3: Layer already exists [2020-12-29T17:10:45.560Z] 810929c4e214: Layer already exists [2020-12-29T17:10:45.560Z] 25d05c0af8f6: Layer already exists [2020-12-29T17:10:45.560Z] b3981a3d6007: Layer already exists [2020-12-29T17:10:45.664Z] fbde41d77d8c: Layer already exists [2020-12-29T17:10:45.665Z] f3e26e9cc915: Layer already exists [2020-12-29T17:10:45.665Z] 348802d6ed4a: Layer already exists [2020-12-29T17:10:45.665Z] 777b2c648970: Layer already exists [2020-12-29T17:10:45.665Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:d422436d3cfe1cae274252433eaf51240f772e0e54e658c62a1641370bb09652 size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:45.830Z] 52785e09ca18: Layer already exists [2020-12-29T17:10:45.830Z] 639b2dbb9529: Layer already exists [2020-12-29T17:10:45.831Z] 7d66c039c378: Layer already exists [2020-12-29T17:10:45.831Z] 379067d0cb53: Layer already exists [2020-12-29T17:10:45.831Z] 40cbbeaa4e8b: Layer already exists [2020-12-29T17:10:45.831Z] 0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20: digest: sha256:6f38853e6bb9fa4d7ac887d57173381baa0b4837829bfacf1dffc306c34c455c size: 3252 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:46.016Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:46.198Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:46.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-12-29T17:10:46.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-12-29T17:10:46.380Z] 81bfe1f5b60e: Preparing [2020-12-29T17:10:46.380Z] c3ccc5fd71ac: Preparing [2020-12-29T17:10:46.380Z] d456ec8cc5a6: Preparing [2020-12-29T17:10:46.380Z] d790285c9262: Preparing [2020-12-29T17:10:46.380Z] b71a7f774232: Preparing [2020-12-29T17:10:46.380Z] 023bf9da71c9: Preparing [2020-12-29T17:10:46.380Z] 4a240d1e885d: Preparing [2020-12-29T17:10:46.380Z] 465390b6f3e8: Preparing [2020-12-29T17:10:46.380Z] 12483a5c7e40: Preparing [2020-12-29T17:10:46.380Z] 62730860e49c: Preparing [2020-12-29T17:10:46.380Z] 348802d6ed4a: Preparing [2020-12-29T17:10:46.380Z] fbde41d77d8c: Preparing [2020-12-29T17:10:46.380Z] f3e26e9cc915: Preparing [2020-12-29T17:10:46.380Z] 777b2c648970: Preparing [2020-12-29T17:10:46.380Z] 465390b6f3e8: Waiting [2020-12-29T17:10:46.380Z] 12483a5c7e40: Waiting [2020-12-29T17:10:46.380Z] 62730860e49c: Waiting [2020-12-29T17:10:46.380Z] f3e26e9cc915: Waiting [2020-12-29T17:10:46.380Z] 777b2c648970: Waiting [2020-12-29T17:10:46.380Z] 348802d6ed4a: Waiting [2020-12-29T17:10:46.380Z] fbde41d77d8c: Waiting [2020-12-29T17:10:46.380Z] 023bf9da71c9: Waiting [2020-12-29T17:10:46.380Z] 4a240d1e885d: Waiting [2020-12-29T17:10:46.380Z] b71a7f774232: Layer already exists [2020-12-29T17:10:46.380Z] c3ccc5fd71ac: Layer already exists [2020-12-29T17:10:46.380Z] 81bfe1f5b60e: Layer already exists [2020-12-29T17:10:46.381Z] d456ec8cc5a6: Layer already exists [2020-12-29T17:10:46.381Z] d790285c9262: Layer already exists [2020-12-29T17:10:46.381Z] 4a240d1e885d: Layer already exists [2020-12-29T17:10:46.381Z] 023bf9da71c9: Layer already exists [2020-12-29T17:10:46.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-12-29T17:10:46.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-12-29T17:10:46.531Z] b7fea33812f3: Preparing [2020-12-29T17:10:46.531Z] 77d08f836085: Preparing [2020-12-29T17:10:46.531Z] 974ef55bcef3: Preparing [2020-12-29T17:10:46.531Z] 916ed53ff687: Preparing [2020-12-29T17:10:46.531Z] 894a9c554d0f: Preparing [2020-12-29T17:10:46.531Z] b3981a3d6007: Preparing [2020-12-29T17:10:46.531Z] 3b9f24f110e3: Preparing [2020-12-29T17:10:46.531Z] 810929c4e214: Preparing [2020-12-29T17:10:46.531Z] 52785e09ca18: Preparing [2020-12-29T17:10:46.531Z] 25d05c0af8f6: Preparing [2020-12-29T17:10:46.531Z] 7d66c039c378: Preparing [2020-12-29T17:10:46.531Z] 639b2dbb9529: Preparing [2020-12-29T17:10:46.531Z] 40cbbeaa4e8b: Preparing [2020-12-29T17:10:46.531Z] 379067d0cb53: Preparing [2020-12-29T17:10:46.531Z] 25d05c0af8f6: Waiting [2020-12-29T17:10:46.531Z] b3981a3d6007: Waiting [2020-12-29T17:10:46.531Z] 7d66c039c378: Waiting [2020-12-29T17:10:46.531Z] 3b9f24f110e3: Waiting [2020-12-29T17:10:46.531Z] 639b2dbb9529: Waiting [2020-12-29T17:10:46.531Z] 40cbbeaa4e8b: Waiting [2020-12-29T17:10:46.531Z] 810929c4e214: Waiting [2020-12-29T17:10:46.531Z] 379067d0cb53: Waiting [2020-12-29T17:10:46.531Z] 52785e09ca18: Waiting [2020-12-29T17:10:46.531Z] 77d08f836085: Layer already exists [2020-12-29T17:10:46.531Z] 974ef55bcef3: Layer already exists [2020-12-29T17:10:46.531Z] 894a9c554d0f: Layer already exists [2020-12-29T17:10:46.531Z] b7fea33812f3: Layer already exists [2020-12-29T17:10:46.531Z] 916ed53ff687: Layer already exists [2020-12-29T17:10:46.531Z] 810929c4e214: Layer already exists [2020-12-29T17:10:46.531Z] b3981a3d6007: Layer already exists [2020-12-29T17:10:46.531Z] 3b9f24f110e3: Layer already exists [2020-12-29T17:10:46.531Z] 25d05c0af8f6: Layer already exists [2020-12-29T17:10:46.531Z] 52785e09ca18: Layer already exists [2020-12-29T17:10:46.654Z] 465390b6f3e8: Layer already exists [2020-12-29T17:10:46.654Z] 12483a5c7e40: Layer already exists [2020-12-29T17:10:46.654Z] 62730860e49c: Layer already exists [2020-12-29T17:10:46.654Z] fbde41d77d8c: Layer already exists [2020-12-29T17:10:46.654Z] 348802d6ed4a: Layer already exists [2020-12-29T17:10:46.654Z] f3e26e9cc915: Layer already exists [2020-12-29T17:10:46.654Z] 777b2c648970: Layer already exists [2020-12-29T17:10:46.654Z] master: digest: sha256:d422436d3cfe1cae274252433eaf51240f772e0e54e658c62a1641370bb09652 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2020-12-29T17:10:46.804Z] 40cbbeaa4e8b: Layer already exists [2020-12-29T17:10:46.804Z] 639b2dbb9529: Layer already exists [2020-12-29T17:10:46.804Z] 7d66c039c378: Layer already exists [2020-12-29T17:10:46.804Z] 379067d0cb53: Layer already exists [2020-12-29T17:10:46.804Z] master: digest: sha256:6f38853e6bb9fa4d7ac887d57173381baa0b4837829bfacf1dffc306c34c455c size: 3252 [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:46.855Z] ===================================================== [Pipeline] } [Pipeline] echo [2020-12-29T17:10:46.908Z] taggedImages: [2020-12-29T17:10:46.908Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:46.908Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.20 [2020-12-29T17:10:46.908Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:46.908Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-12-29T17:10:47.187Z] ===================================================== [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] echo [2020-12-29T17:10:47.286Z] taggedImages: [2020-12-29T17:10:47.286Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f [2020-12-29T17:10:47.286Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.20 [2020-12-29T17:10:47.286Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:0334f8c6cb4567394b03fe4bb4a72992867bc10f-2.0.0-dev.20 [2020-12-29T17:10:47.286Z] - 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] } [Pipeline] findFiles [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 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 [2020-12-29T17:10:48.857Z] provisioning config files... [2020-12-29T17:10:48.877Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/264@tmp/config3484612824768241620tmp [Pipeline] { [Pipeline] sh [2020-12-29T17:10:49.342Z] + set +x [2020-12-29T17:10:49.342Z] + curl -s https://codecov.io/bash [2020-12-29T17:10:49.342Z] + bash -s -- [2020-12-29T17:10:49.940Z] [2020-12-29T17:10:49.940Z] _____ _ [2020-12-29T17:10:49.940Z] / ____| | | [2020-12-29T17:10:49.940Z] | | ___ __| | ___ ___ _____ __ [2020-12-29T17:10:49.940Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-29T17:10:49.940Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-29T17:10:49.940Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-29T17:10:49.940Z] Bash-20201223-5ad85e3 [2020-12-29T17:10:49.940Z] [2020-12-29T17:10:49.940Z] [2020-12-29T17:10:49.940Z] ==> git version 2.24.3 found [2020-12-29T17:10:49.940Z] ==> 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 [2020-12-29T17:10:49.940Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-29T17:10:49.940Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2020-12-29T17:10:49.940Z] ==> Jenkins CI detected. [2020-12-29T17:10:49.940Z] project root: . [2020-12-29T17:10:49.940Z] --> token set from env [2020-12-29T17:10:49.940Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-29T17:10:49.940Z] ==> Running gcov in . (disable via -X gcov) [2020-12-29T17:10:50.212Z] ==> Python coveragepy not found [2020-12-29T17:10:50.212Z] ==> Searching for coverage reports in: [2020-12-29T17:10:50.212Z] + . [2020-12-29T17:10:50.212Z] -> Found 1 reports [2020-12-29T17:10:50.212Z] ==> Detecting git/mercurial file structure [2020-12-29T17:10:50.212Z] ==> Reading reports [2020-12-29T17:10:50.212Z] + ./coverage.out bytes=537189 [2020-12-29T17:10:50.212Z] ==> Appending adjustments [2020-12-29T17:10:50.212Z] https://docs.codecov.io/docs/fixing-reports [2020-12-29T17:10:56.942Z] + Found adjustments [2020-12-29T17:10:56.942Z] ==> Gzipping contents [2020-12-29T17:10:56.942Z] 80K /tmp/codecov.rTAZzR.gz [2020-12-29T17:10:56.942Z] ==> Uploading reports [2020-12-29T17:10:56.942Z] url: https://codecov.io [2020-12-29T17:10:56.942Z] query: branch=master&commit=0334f8c6cb4567394b03fe4bb4a72992867bc10f&build=264&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F264%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-29T17:10:56.942Z] -> Pinging Codecov [2020-12-29T17:10:56.942Z] https://codecov.io/upload/v4?package=bash-20201223-5ad85e3&token=secret&branch=master&commit=0334f8c6cb4567394b03fe4bb4a72992867bc10f&build=264&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F264%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-29T17:10:56.942Z] -> Uploading to [2020-12-29T17:10:56.942Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-29/00271124DB129430A58F1EEE437C3FCB/0334f8c6cb4567394b03fe4bb4a72992867bc10f/73fa4b1f-36d4-450d-b620-2508fceaa633.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201229%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201229T171056Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=351a373740216707f7525e96be423e48158e1d2fb7be4e626392c98a091cb562 [2020-12-29T17:10:56.942Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:10:56.942Z] Dload Upload Total Spent Left Speed [2020-12-29T17:10:56.942Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 81813 0 0 100 81813 0 149k --:--:-- --:--:-- --:--:-- 149k [2020-12-29T17:10:56.942Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/0334f8c6cb4567394b03fe4bb4a72992867bc10f [Pipeline] } [2020-12-29T17:10:56.955Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-12-29T17:10:57.862Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-29T17:10:57.958Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:58.352Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T17:10:58.617Z] [2020-12-29T17:10:58.617Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:10:58.992Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T17:10:58.992Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-29T17:10:58.992Z] 188c0c94c7c5: Already exists [2020-12-29T17:10:59.312Z] 0ef7d3d256c8: Already exists [2020-12-29T17:10:59.312Z] de9db76c5a1d: Already exists [2020-12-29T17:10:59.312Z] 0eba1c9be4d2: Pulling fs layer [2020-12-29T17:10:59.312Z] 0d57e429df01: Pulling fs layer [2020-12-29T17:10:59.312Z] 4e4be7b47b0d: Pulling fs layer [2020-12-29T17:10:59.312Z] e1f770b5df2f: Pulling fs layer [2020-12-29T17:10:59.312Z] 85a0685a4137: Pulling fs layer [2020-12-29T17:10:59.312Z] e1f770b5df2f: Waiting [2020-12-29T17:10:59.312Z] 85a0685a4137: Waiting [2020-12-29T17:10:59.312Z] 0d57e429df01: Verifying Checksum [2020-12-29T17:10:59.312Z] 0d57e429df01: Download complete [2020-12-29T17:10:59.312Z] 4e4be7b47b0d: Verifying Checksum [2020-12-29T17:10:59.312Z] 4e4be7b47b0d: Download complete [2020-12-29T17:11:01.308Z] e1f770b5df2f: Verifying Checksum [2020-12-29T17:11:01.308Z] e1f770b5df2f: Download complete [2020-12-29T17:11:08.627Z] 85a0685a4137: Verifying Checksum [2020-12-29T17:11:08.627Z] 85a0685a4137: Download complete [2020-12-29T17:11:08.627Z] 0eba1c9be4d2: Verifying Checksum [2020-12-29T17:11:08.627Z] 0eba1c9be4d2: Download complete [2020-12-29T17:11:23.889Z] 0eba1c9be4d2: Pull complete [2020-12-29T17:11:23.889Z] 0d57e429df01: Pull complete [2020-12-29T17:11:23.889Z] 4e4be7b47b0d: Pull complete [2020-12-29T17:11:26.690Z] e1f770b5df2f: Pull complete [2020-12-29T17:11:39.235Z] 85a0685a4137: Pull complete [2020-12-29T17:11:39.235Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-29T17:11:39.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-29T17:11:39.235Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-29T17:11:39.588Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T17:11:39.672Z] $ 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/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:11:41.385Z] $ docker top b7222c2924e0f9d539e526f9d32e6284d7e9a5fe2603e5f9fa3992e31c72de05 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-29T17:11:41.935Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-29T17:11:42.596Z] + set -o pipefail [2020-12-29T17:11:42.596Z] + snyk monitor '--org=edgex-jenkins' [2020-12-29T17:12:00.912Z] [2020-12-29T17:12:00.912Z] Monitoring /w/workspace/edgex-go/264 (github.com/edgexfoundry/edgex-go)... [2020-12-29T17:12:00.912Z] [2020-12-29T17:12:00.912Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9097f79c-27e9-4415-a94f-fba62e215dc7 [2020-12-29T17:12:00.912Z] [2020-12-29T17:12:00.912Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-29T17:12:00.912Z] [2020-12-29T17:12:01.183Z] [Pipeline] } [2020-12-29T17:12:01.206Z] $ docker stop --time=1 b7222c2924e0f9d539e526f9d32e6284d7e9a5fe2603e5f9fa3992e31c72de05 [2020-12-29T17:12:04.464Z] $ docker rm -f b7222c2924e0f9d539e526f9d32e6284d7e9a5fe2603e5f9fa3992e31c72de05 [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 [2020-12-29T17:12:06.009Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T17:12:06.064Z] provisioning config files... [2020-12-29T17:12:06.084Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/264@tmp/config330201001425806173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:12:06.602Z] --> edgex-publish-swagger.sh [2020-12-29T17:12:06.602Z] === Publish openapi/v1 API === [2020-12-29T17:12:06.602Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-12-29T17:12:06.602Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-29T17:12:06.602Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:06.602Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:08.016Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 10521 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 7451 0:00:01 0:00:01 --:--:-- 7461 [2020-12-29T17:12:08.016Z] [2020-12-29T17:12:08.016Z] [2020-12-29T17:12:08.016Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-29T17:12:08.016Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:08.016Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:09.423Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 26913 0:00:01 0:00:01 --:--:-- 26928 100 32556 0 0 100 32556 0 26905 0:00:01 0:00:01 --:--:-- 26928 [2020-12-29T17:12:09.423Z] [2020-12-29T17:12:09.423Z] [2020-12-29T17:12:09.423Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-29T17:12:09.423Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:09.423Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:10.380Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65522 0:00:01 0:00:01 --:--:-- 65587 100 73720 0 0 100 73720 0 65504 0:00:01 0:00:01 --:--:-- 65528 [2020-12-29T17:12:10.380Z] [2020-12-29T17:12:10.380Z] [2020-12-29T17:12:10.380Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-29T17:12:10.380Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:10.380Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:11.786Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 11679 0:00:01 0:00:01 --:--:-- 11686 100 13580 0 0 100 13580 0 11676 0:00:01 0:00:01 --:--:-- 11686 [2020-12-29T17:12:11.786Z] [2020-12-29T17:12:11.786Z] [2020-12-29T17:12:11.786Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-29T17:12:11.786Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:11.786Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:12.740Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 32243 0:00:01 0:00:01 --:--:-- 32273 100 38889 0 0 100 38889 0 32237 0:00:01 0:00:01 --:--:-- 32246 [2020-12-29T17:12:12.740Z] [2020-12-29T17:12:12.740Z] [2020-12-29T17:12:12.740Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-29T17:12:12.740Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:12.740Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:13.962Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13146 0:00:01 0:00:01 --:--:-- 13156 [2020-12-29T17:12:13.962Z] [2020-12-29T17:12:13.962Z] [2020-12-29T17:12:13.962Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-29T17:12:13.962Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:13.962Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:14.937Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3553 0:00:01 0:00:01 --:--:-- 3551 100 4109 0 0 100 4109 0 3550 0:00:01 0:00:01 --:--:-- 3551 [2020-12-29T17:12:14.937Z] [2020-12-29T17:12:14.937Z] [2020-12-29T17:12:14.937Z] === Publish openapi/v2 API === [2020-12-29T17:12:14.937Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-29T17:12:14.937Z] [publishToSwagger] Publishing API Name [core-command] [2020-12-29T17:12:14.937Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:14.937Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:16.360Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 25031 0:00:01 0:00:01 --:--:-- 25050 100 29535 0 0 100 29535 0 25024 0:00:01 0:00:01 --:--:-- 25050 [2020-12-29T17:12:16.360Z] [2020-12-29T17:12:16.360Z] [2020-12-29T17:12:16.360Z] [publishToSwagger] Publishing API Name [core-data] [2020-12-29T17:12:16.360Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:16.360Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:17.610Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58706 0 0 100 58706 0 47667 0:00:01 0:00:01 --:--:-- 47689 100 58706 0 0 100 58706 0 45351 0:00:01 0:00:01 --:--:-- 45367 [2020-12-29T17:12:17.610Z] [2020-12-29T17:12:17.610Z] [2020-12-29T17:12:17.610Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-12-29T17:12:17.610Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:17.610Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:18.850Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 119k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 96844 0:00:01 0:00:01 --:--:-- 96877 [2020-12-29T17:12:18.850Z] [2020-12-29T17:12:18.850Z] [2020-12-29T17:12:18.850Z] [publishToSwagger] Publishing API Name [support-logging] [2020-12-29T17:12:18.850Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:18.850Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:20.114Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 19485 0:00:01 0:00:01 --:--:-- 19482 100 23691 0 0 100 23691 0 19481 0:00:01 0:00:01 --:--:-- 19482 [2020-12-29T17:12:20.114Z] [2020-12-29T17:12:20.114Z] [2020-12-29T17:12:20.114Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-12-29T17:12:20.114Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:20.114Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:21.524Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 54789 0:00:01 0:00:01 --:--:-- 54799 100 62691 0 0 100 62691 0 54774 0:00:01 0:00:01 --:--:-- 54799 [2020-12-29T17:12:21.524Z] [2020-12-29T17:12:21.524Z] [2020-12-29T17:12:21.524Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-12-29T17:12:21.524Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:21.524Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:22.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 37599 0:00:01 0:00:01 --:--:-- 37620 100 46198 0 0 100 46198 0 37583 0:00:01 0:00:01 --:--:-- 37620 [2020-12-29T17:12:22.516Z] [2020-12-29T17:12:22.516Z] [2020-12-29T17:12:22.516Z] [publishToSwagger] Publishing API Name [system-agent] [2020-12-29T17:12:22.811Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-29T17:12:22.811Z] Dload Upload Total Spent Left Speed [2020-12-29T17:12:23.773Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20803 0:00:01 0:00:01 --:--:-- 20811 [2020-12-29T17:12:23.773Z] [2020-12-29T17:12:23.773Z] [Pipeline] } [2020-12-29T17:12:23.806Z] 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 [2020-12-29T17:12:24.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T17:12:25.019Z] . [Pipeline] withDockerContainer [2020-12-29T17:12:25.233Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T17:12:25.313Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:12:26.889Z] $ docker top 700a10cbddad3b72f87fa93af460482b51008f00288192bfb12392f8f108420b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T17:12:27.371Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T17:12:27.371Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T17:12:27.960Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T17:12:27.970Z] $ docker exec 700a10cbddad3b72f87fa93af460482b51008f00288192bfb12392f8f108420b ssh-agent [2020-12-29T17:12:28.326Z] SSH_AUTH_SOCK=/tmp/ssh-0t3bfXXY0QH1/agent.11 [2020-12-29T17:12:28.326Z] SSH_AGENT_PID=16 [2020-12-29T17:12:28.339Z] Running ssh-add (command line suppressed) [2020-12-29T17:12:28.650Z] Identity added: /w/workspace/edgex-go/264@tmp/private_key_4413481389934604793.key (/w/workspace/edgex-go/264@tmp/private_key_4413481389934604793.key) [2020-12-29T17:12:28.775Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T17:12:29.318Z] + git semver tag [2020-12-29T17:12:29.722Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T17:12:29.722Z] # $GIT_DIR = /w/workspace/edgex-go/264/.git [2020-12-29T17:12:29.722Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/264 [2020-12-29T17:12:29.722Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T17:12:29.722Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T17:12:29.722Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T17:12:29.722Z] # $SEMVER_BRANCH = master [2020-12-29T17:12:29.722Z] # $SEMVER_DIR = /w/workspace/edgex-go/264/.semver [2020-12-29T17:12:29.722Z] # 0334f8c6cb4567394b03fe4bb4a72992867bc10f HEAD [2020-12-29T17:12:30.683Z] # -> Force: false [2020-12-29T17:12:30.683Z] # a9a508c5644ff2f4345a7d8b5f1a2c024d71bf04 refs/tags/v2.0.0-dev.20 [Pipeline] } [2020-12-29T17:12:30.707Z] $ docker exec --env ******** --env ******** 700a10cbddad3b72f87fa93af460482b51008f00288192bfb12392f8f108420b ssh-agent -k [2020-12-29T17:12:31.061Z] unset SSH_AUTH_SOCK; [2020-12-29T17:12:31.062Z] unset SSH_AGENT_PID; [2020-12-29T17:12:31.062Z] echo Agent pid 16 killed; [2020-12-29T17:12:31.174Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T17:12:31.718Z] + git semver [Pipeline] } [2020-12-29T17:12:31.753Z] $ docker stop --time=1 700a10cbddad3b72f87fa93af460482b51008f00288192bfb12392f8f108420b [2020-12-29T17:12:33.434Z] $ docker rm -f 700a10cbddad3b72f87fa93af460482b51008f00288192bfb12392f8f108420b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:12:34.220Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T17:12:34.221Z] [2020-12-29T17:12:34.221Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:12:34.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T17:12:34.646Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-29T17:12:34.646Z] ab5ef0e58194: Pulling fs layer [2020-12-29T17:12:34.646Z] 9712f1f96733: Pulling fs layer [2020-12-29T17:12:34.646Z] 63f879dbbcfc: Pulling fs layer [2020-12-29T17:12:34.646Z] 0d9ebad4ef96: Pulling fs layer [2020-12-29T17:12:34.646Z] e9a5061849ea: Pulling fs layer [2020-12-29T17:12:34.646Z] d747dcd14b5f: Pulling fs layer [2020-12-29T17:12:34.646Z] 2de7ff778b66: Pulling fs layer [2020-12-29T17:12:34.646Z] e9a5061849ea: Waiting [2020-12-29T17:12:34.646Z] d747dcd14b5f: Waiting [2020-12-29T17:12:34.646Z] 2de7ff778b66: Waiting [2020-12-29T17:12:34.646Z] 0d9ebad4ef96: Waiting [2020-12-29T17:12:34.927Z] 9712f1f96733: Download complete [2020-12-29T17:12:38.305Z] 63f879dbbcfc: Verifying Checksum [2020-12-29T17:12:38.305Z] 63f879dbbcfc: Download complete [2020-12-29T17:12:38.627Z] e9a5061849ea: Verifying Checksum [2020-12-29T17:12:38.627Z] e9a5061849ea: Download complete [2020-12-29T17:12:38.627Z] d747dcd14b5f: Verifying Checksum [2020-12-29T17:12:38.627Z] d747dcd14b5f: Download complete [2020-12-29T17:12:40.867Z] 2de7ff778b66: Verifying Checksum [2020-12-29T17:12:40.867Z] 2de7ff778b66: Download complete [2020-12-29T17:12:41.156Z] ab5ef0e58194: Verifying Checksum [2020-12-29T17:12:41.156Z] ab5ef0e58194: Download complete [2020-12-29T17:12:41.787Z] 0d9ebad4ef96: Verifying Checksum [2020-12-29T17:12:41.787Z] 0d9ebad4ef96: Download complete [2020-12-29T17:12:52.100Z] ab5ef0e58194: Pull complete [2020-12-29T17:12:52.100Z] 9712f1f96733: Pull complete [2020-12-29T17:12:54.107Z] 63f879dbbcfc: Pull complete [2020-12-29T17:13:06.767Z] 0d9ebad4ef96: Pull complete [2020-12-29T17:13:07.782Z] e9a5061849ea: Pull complete [2020-12-29T17:13:08.061Z] d747dcd14b5f: Pull complete [2020-12-29T17:13:11.816Z] 2de7ff778b66: Pull complete [2020-12-29T17:13:11.816Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-29T17:13:11.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-29T17:13:11.816Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-29T17:13:12.535Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T17:13:12.641Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:13:16.660Z] $ docker top dc3bcc6d644ad93e030c17331e304a4613b0a508275fc77bb29f4d83d536b899 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-29T17:13:17.132Z] provisioning config files... [2020-12-29T17:13:17.166Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/264@tmp/config5690122250672827439tmp [2020-12-29T17:13:17.228Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/264@tmp/config82275584534469520tmp [2020-12-29T17:13:17.259Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/264@tmp/config6535366103742426164tmp [Pipeline] { [Pipeline] echo [2020-12-29T17:13:17.334Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:13:18.005Z] ---> sigul-configuration.sh [2020-12-29T17:13:18.005Z] gpg: directory `/root/.gnupg' created [2020-12-29T17:13:18.005Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-29T17:13:18.005Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-29T17:13:18.005Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-29T17:13:18.005Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-29T17:13:18.005Z] gpg: CAST5 encrypted data [2020-12-29T17:13:18.005Z] gpg: encrypted with 1 passphrase [2020-12-29T17:13:18.005Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-29T17:13:18.647Z] + mkdir /home/jenkins [2020-12-29T17:13:18.647Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-29T17:13:18.962Z] + 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 [2020-12-29T17:13:18.981Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:13:19.333Z] ---> sigul-install.sh [2020-12-29T17:13:29.565Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-29T17:13:30.247Z] + git tag --list [2020-12-29T17:13:30.247Z] 0.6.0 [2020-12-29T17:13:30.247Z] 0.6.1 [2020-12-29T17:13:30.247Z] 0.7.0 [2020-12-29T17:13:30.247Z] 0.7.1 [2020-12-29T17:13:30.247Z] v1.0.0 [2020-12-29T17:13:30.247Z] v1.0.1 [2020-12-29T17:13:30.247Z] v1.1.0 [2020-12-29T17:13:30.247Z] v1.2.0 [2020-12-29T17:13:30.247Z] v1.2.1 [2020-12-29T17:13:30.247Z] v1.2.2-dev.1 [2020-12-29T17:13:30.247Z] v1.2.2-dev.10 [2020-12-29T17:13:30.247Z] v1.2.2-dev.100 [2020-12-29T17:13:30.247Z] v1.2.2-dev.101 [2020-12-29T17:13:30.247Z] v1.2.2-dev.102 [2020-12-29T17:13:30.247Z] v1.2.2-dev.103 [2020-12-29T17:13:30.247Z] v1.2.2-dev.104 [2020-12-29T17:13:30.247Z] v1.2.2-dev.105 [2020-12-29T17:13:30.247Z] v1.2.2-dev.106 [2020-12-29T17:13:30.247Z] v1.2.2-dev.107 [2020-12-29T17:13:30.247Z] v1.2.2-dev.11 [2020-12-29T17:13:30.247Z] v1.2.2-dev.12 [2020-12-29T17:13:30.247Z] v1.2.2-dev.13 [2020-12-29T17:13:30.247Z] v1.2.2-dev.14 [2020-12-29T17:13:30.247Z] v1.2.2-dev.15 [2020-12-29T17:13:30.247Z] v1.2.2-dev.16 [2020-12-29T17:13:30.247Z] v1.2.2-dev.17 [2020-12-29T17:13:30.247Z] v1.2.2-dev.18 [2020-12-29T17:13:30.247Z] v1.2.2-dev.19 [2020-12-29T17:13:30.247Z] v1.2.2-dev.2 [2020-12-29T17:13:30.247Z] v1.2.2-dev.20 [2020-12-29T17:13:30.247Z] v1.2.2-dev.21 [2020-12-29T17:13:30.247Z] v1.2.2-dev.22 [2020-12-29T17:13:30.247Z] v1.2.2-dev.23 [2020-12-29T17:13:30.247Z] v1.2.2-dev.24 [2020-12-29T17:13:30.247Z] v1.2.2-dev.25 [2020-12-29T17:13:30.247Z] v1.2.2-dev.26 [2020-12-29T17:13:30.247Z] v1.2.2-dev.27 [2020-12-29T17:13:30.247Z] v1.2.2-dev.28 [2020-12-29T17:13:30.247Z] v1.2.2-dev.29 [2020-12-29T17:13:30.247Z] v1.2.2-dev.3 [2020-12-29T17:13:30.247Z] v1.2.2-dev.30 [2020-12-29T17:13:30.247Z] v1.2.2-dev.31 [2020-12-29T17:13:30.247Z] v1.2.2-dev.32 [2020-12-29T17:13:30.247Z] v1.2.2-dev.33 [2020-12-29T17:13:30.247Z] v1.2.2-dev.34 [2020-12-29T17:13:30.247Z] v1.2.2-dev.35 [2020-12-29T17:13:30.247Z] v1.2.2-dev.36 [2020-12-29T17:13:30.247Z] v1.2.2-dev.37 [2020-12-29T17:13:30.247Z] v1.2.2-dev.38 [2020-12-29T17:13:30.247Z] v1.2.2-dev.39 [2020-12-29T17:13:30.247Z] v1.2.2-dev.4 [2020-12-29T17:13:30.247Z] v1.2.2-dev.40 [2020-12-29T17:13:30.247Z] v1.2.2-dev.41 [2020-12-29T17:13:30.247Z] v1.2.2-dev.42 [2020-12-29T17:13:30.247Z] v1.2.2-dev.43 [2020-12-29T17:13:30.247Z] v1.2.2-dev.44 [2020-12-29T17:13:30.247Z] v1.2.2-dev.45 [2020-12-29T17:13:30.247Z] v1.2.2-dev.46 [2020-12-29T17:13:30.247Z] v1.2.2-dev.47 [2020-12-29T17:13:30.247Z] v1.2.2-dev.48 [2020-12-29T17:13:30.247Z] v1.2.2-dev.49 [2020-12-29T17:13:30.247Z] v1.2.2-dev.5 [2020-12-29T17:13:30.247Z] v1.2.2-dev.50 [2020-12-29T17:13:30.247Z] v1.2.2-dev.51 [2020-12-29T17:13:30.247Z] v1.2.2-dev.52 [2020-12-29T17:13:30.247Z] v1.2.2-dev.53 [2020-12-29T17:13:30.247Z] v1.2.2-dev.54 [2020-12-29T17:13:30.247Z] v1.2.2-dev.55 [2020-12-29T17:13:30.247Z] v1.2.2-dev.56 [2020-12-29T17:13:30.247Z] v1.2.2-dev.57 [2020-12-29T17:13:30.247Z] v1.2.2-dev.58 [2020-12-29T17:13:30.247Z] v1.2.2-dev.59 [2020-12-29T17:13:30.247Z] v1.2.2-dev.6 [2020-12-29T17:13:30.247Z] v1.2.2-dev.60 [2020-12-29T17:13:30.247Z] v1.2.2-dev.61 [2020-12-29T17:13:30.247Z] v1.2.2-dev.62 [2020-12-29T17:13:30.247Z] v1.2.2-dev.63 [2020-12-29T17:13:30.247Z] v1.2.2-dev.64 [2020-12-29T17:13:30.247Z] v1.2.2-dev.65 [2020-12-29T17:13:30.247Z] v1.2.2-dev.66 [2020-12-29T17:13:30.247Z] v1.2.2-dev.67 [2020-12-29T17:13:30.247Z] v1.2.2-dev.68 [2020-12-29T17:13:30.247Z] v1.2.2-dev.69 [2020-12-29T17:13:30.247Z] v1.2.2-dev.7 [2020-12-29T17:13:30.247Z] v1.2.2-dev.70 [2020-12-29T17:13:30.247Z] v1.2.2-dev.71 [2020-12-29T17:13:30.247Z] v1.2.2-dev.72 [2020-12-29T17:13:30.247Z] v1.2.2-dev.73 [2020-12-29T17:13:30.247Z] v1.2.2-dev.74 [2020-12-29T17:13:30.247Z] v1.2.2-dev.75 [2020-12-29T17:13:30.247Z] v1.2.2-dev.76 [2020-12-29T17:13:30.247Z] v1.2.2-dev.77 [2020-12-29T17:13:30.247Z] v1.2.2-dev.78 [2020-12-29T17:13:30.247Z] v1.2.2-dev.79 [2020-12-29T17:13:30.247Z] v1.2.2-dev.8 [2020-12-29T17:13:30.247Z] v1.2.2-dev.80 [2020-12-29T17:13:30.247Z] v1.2.2-dev.81 [2020-12-29T17:13:30.247Z] v1.2.2-dev.82 [2020-12-29T17:13:30.247Z] v1.2.2-dev.83 [2020-12-29T17:13:30.247Z] v1.2.2-dev.84 [2020-12-29T17:13:30.247Z] v1.2.2-dev.85 [2020-12-29T17:13:30.247Z] v1.2.2-dev.86 [2020-12-29T17:13:30.247Z] v1.2.2-dev.87 [2020-12-29T17:13:30.247Z] v1.2.2-dev.88 [2020-12-29T17:13:30.247Z] v1.2.2-dev.89 [2020-12-29T17:13:30.247Z] v1.2.2-dev.9 [2020-12-29T17:13:30.247Z] v1.2.2-dev.90 [2020-12-29T17:13:30.247Z] v1.2.2-dev.91 [2020-12-29T17:13:30.247Z] v1.2.2-dev.92 [2020-12-29T17:13:30.247Z] v1.2.2-dev.93 [2020-12-29T17:13:30.247Z] v1.2.2-dev.94 [2020-12-29T17:13:30.247Z] v1.2.2-dev.95 [2020-12-29T17:13:30.247Z] v1.2.2-dev.96 [2020-12-29T17:13:30.247Z] v1.2.2-dev.97 [2020-12-29T17:13:30.247Z] v1.2.2-dev.98 [2020-12-29T17:13:30.247Z] v1.2.2-dev.99 [2020-12-29T17:13:30.247Z] v1.3.0 [2020-12-29T17:13:30.247Z] v1.3.1-dev.1 [2020-12-29T17:13:30.247Z] v1.3.1-dev.10 [2020-12-29T17:13:30.247Z] v1.3.1-dev.11 [2020-12-29T17:13:30.247Z] v1.3.1-dev.12 [2020-12-29T17:13:30.247Z] v1.3.1-dev.13 [2020-12-29T17:13:30.247Z] v1.3.1-dev.14 [2020-12-29T17:13:30.247Z] v1.3.1-dev.15 [2020-12-29T17:13:30.247Z] v1.3.1-dev.16 [2020-12-29T17:13:30.247Z] v1.3.1-dev.17 [2020-12-29T17:13:30.247Z] v1.3.1-dev.18 [2020-12-29T17:13:30.247Z] v1.3.1-dev.2 [2020-12-29T17:13:30.247Z] v1.3.1-dev.3 [2020-12-29T17:13:30.247Z] v1.3.1-dev.4 [2020-12-29T17:13:30.247Z] v1.3.1-dev.5 [2020-12-29T17:13:30.247Z] v1.3.1-dev.6 [2020-12-29T17:13:30.247Z] v1.3.1-dev.7 [2020-12-29T17:13:30.247Z] v1.3.1-dev.8 [2020-12-29T17:13:30.247Z] v1.3.1-dev.9 [2020-12-29T17:13:30.247Z] v2.0.0-dev.1 [2020-12-29T17:13:30.247Z] v2.0.0-dev.10 [2020-12-29T17:13:30.247Z] v2.0.0-dev.11 [2020-12-29T17:13:30.247Z] v2.0.0-dev.12 [2020-12-29T17:13:30.247Z] v2.0.0-dev.13 [2020-12-29T17:13:30.247Z] v2.0.0-dev.14 [2020-12-29T17:13:30.247Z] v2.0.0-dev.15 [2020-12-29T17:13:30.247Z] v2.0.0-dev.16 [2020-12-29T17:13:30.247Z] v2.0.0-dev.17 [2020-12-29T17:13:30.247Z] v2.0.0-dev.18 [2020-12-29T17:13:30.247Z] v2.0.0-dev.19 [2020-12-29T17:13:30.247Z] v2.0.0-dev.2 [2020-12-29T17:13:30.247Z] v2.0.0-dev.20 [2020-12-29T17:13:30.247Z] v2.0.0-dev.3 [2020-12-29T17:13:30.247Z] v2.0.0-dev.4 [2020-12-29T17:13:30.247Z] v2.0.0-dev.5 [2020-12-29T17:13:30.247Z] v2.0.0-dev.6 [2020-12-29T17:13:30.247Z] v2.0.0-dev.7 [2020-12-29T17:13:30.247Z] v2.0.0-dev.8 [2020-12-29T17:13:30.247Z] v2.0.0-dev.9 [Pipeline] sh [2020-12-29T17:13:31.019Z] + lftools sign git-tag v2.0.0-dev.20 [2020-12-29T17:13:32.603Z] Signing Git tag with Sigul... [2020-12-29T17:13:32.603Z] Signing v2.0.0-dev.20 [Pipeline] echo [2020-12-29T17:13:34.565Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:13:35.245Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-29T17:13:35.258Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-29T17:13:35.382Z] $ docker stop --time=1 dc3bcc6d644ad93e030c17331e304a4613b0a508275fc77bb29f4d83d536b899 [2020-12-29T17:13:37.512Z] $ docker rm -f dc3bcc6d644ad93e030c17331e304a4613b0a508275fc77bb29f4d83d536b899 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:13:38.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T17:13:38.567Z] . [Pipeline] withDockerContainer [2020-12-29T17:13:38.778Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T17:13:38.894Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:13:40.217Z] $ docker top 60fdc074fc8f55239eb0e2e3567bcbec81495505546c875f61c93cf1aac4a424 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T17:13:40.694Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T17:13:40.694Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T17:13:41.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T17:13:41.191Z] $ docker exec 60fdc074fc8f55239eb0e2e3567bcbec81495505546c875f61c93cf1aac4a424 ssh-agent [2020-12-29T17:13:41.654Z] SSH_AUTH_SOCK=/tmp/ssh-Kghij4mZ54N8/agent.12 [2020-12-29T17:13:41.654Z] SSH_AGENT_PID=17 [2020-12-29T17:13:41.681Z] Running ssh-add (command line suppressed) [2020-12-29T17:13:42.003Z] Identity added: /w/workspace/edgex-go/264@tmp/private_key_454535947410448702.key (/w/workspace/edgex-go/264@tmp/private_key_454535947410448702.key) [2020-12-29T17:13:42.109Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T17:13:42.474Z] + git semver bump pre [2020-12-29T17:13:42.752Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T17:13:42.752Z] # $GIT_DIR = /w/workspace/edgex-go/264/.git [2020-12-29T17:13:42.752Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/264 [2020-12-29T17:13:42.752Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T17:13:42.752Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T17:13:42.752Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T17:13:42.752Z] # $SEMVER_BRANCH = master [2020-12-29T17:13:42.752Z] # $SEMVER_DIR = /w/workspace/edgex-go/264/.semver [2020-12-29T17:13:42.752Z] 2.0.0-dev.21 [Pipeline] } [2020-12-29T17:13:42.780Z] $ docker exec --env ******** --env ******** 60fdc074fc8f55239eb0e2e3567bcbec81495505546c875f61c93cf1aac4a424 ssh-agent -k [2020-12-29T17:13:43.067Z] unset SSH_AUTH_SOCK; [2020-12-29T17:13:43.068Z] unset SSH_AGENT_PID; [2020-12-29T17:13:43.068Z] echo Agent pid 17 killed; [2020-12-29T17:13:43.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T17:13:43.662Z] + git semver [Pipeline] } [2020-12-29T17:13:43.688Z] $ docker stop --time=1 60fdc074fc8f55239eb0e2e3567bcbec81495505546c875f61c93cf1aac4a424 [2020-12-29T17:13:45.418Z] $ docker rm -f 60fdc074fc8f55239eb0e2e3567bcbec81495505546c875f61c93cf1aac4a424 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:13:46.085Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-29T17:13:46.085Z] . [Pipeline] withDockerContainer [2020-12-29T17:13:46.360Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T17:13:46.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:13:47.873Z] $ docker top c0e0f03c5cd2528cd3cc97cca78abf09758698d727c10237cd1cc6bb915a0535 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-29T17:13:48.482Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-29T17:13:48.482Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-29T17:13:49.143Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-29T17:13:49.147Z] $ docker exec c0e0f03c5cd2528cd3cc97cca78abf09758698d727c10237cd1cc6bb915a0535 ssh-agent [2020-12-29T17:13:49.538Z] SSH_AUTH_SOCK=/tmp/ssh-HlszrBoCP39f/agent.11 [2020-12-29T17:13:49.538Z] SSH_AGENT_PID=17 [2020-12-29T17:13:49.581Z] Running ssh-add (command line suppressed) [2020-12-29T17:13:49.861Z] Identity added: /w/workspace/edgex-go/264@tmp/private_key_790029488051076770.key (/w/workspace/edgex-go/264@tmp/private_key_790029488051076770.key) [2020-12-29T17:13:49.951Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-29T17:13:50.660Z] + git semver push [2020-12-29T17:13:50.660Z] # -> Open(): unable to determine branch for HEAD [2020-12-29T17:13:50.660Z] # $GIT_DIR = /w/workspace/edgex-go/264/.git [2020-12-29T17:13:50.660Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/264 [2020-12-29T17:13:50.660Z] # $SEMVER_REMOTE_NAME = origin [2020-12-29T17:13:50.660Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-29T17:13:50.661Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-29T17:13:50.661Z] # $SEMVER_BRANCH = master [2020-12-29T17:13:50.661Z] # $SEMVER_DIR = /w/workspace/edgex-go/264/.semver [Pipeline] } [2020-12-29T17:14:05.811Z] $ docker exec --env ******** --env ******** c0e0f03c5cd2528cd3cc97cca78abf09758698d727c10237cd1cc6bb915a0535 ssh-agent -k [2020-12-29T17:14:06.379Z] unset SSH_AUTH_SOCK; [2020-12-29T17:14:06.379Z] unset SSH_AGENT_PID; [2020-12-29T17:14:06.379Z] echo Agent pid 17 killed; [2020-12-29T17:14:06.454Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-29T17:14:07.378Z] + git semver [Pipeline] } [2020-12-29T17:14:07.428Z] $ docker stop --time=1 c0e0f03c5cd2528cd3cc97cca78abf09758698d727c10237cd1cc6bb915a0535 [2020-12-29T17:14:09.752Z] $ docker rm -f c0e0f03c5cd2528cd3cc97cca78abf09758698d727c10237cd1cc6bb915a0535 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:14:11.229Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:14:12.623Z] ---> package-listing.sh [2020-12-29T17:14:12.623Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-29T17:14:12.623Z] ++ facter osfamily [2020-12-29T17:14:12.891Z] + OS_FAMILY=redhat [2020-12-29T17:14:12.891Z] + workspace=/w/workspace/edgex-go/264 [2020-12-29T17:14:12.891Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-29T17:14:12.891Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-29T17:14:12.891Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-29T17:14:12.891Z] + PACKAGES=/tmp/packages_start.txt [2020-12-29T17:14:12.891Z] + '[' /w/workspace/edgex-go/264 ']' [2020-12-29T17:14:12.891Z] + PACKAGES=/tmp/packages_end.txt [2020-12-29T17:14:12.891Z] + case "${OS_FAMILY}" in [2020-12-29T17:14:12.891Z] + rpm -qa [2020-12-29T17:14:12.891Z] + sort [2020-12-29T17:14:19.687Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-29T17:14:19.687Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-29T17:14:19.687Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-29T17:14:19.687Z] + '[' /w/workspace/edgex-go/264 ']' [2020-12-29T17:14:19.687Z] + mkdir -p /w/workspace/edgex-go/264/archives/ [2020-12-29T17:14:19.687Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/264/archives/ [Pipeline] echo [2020-12-29T17:14:19.711Z] 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/264/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-29T17:14:20.100Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:14:20.782Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T17:14:21.054Z] [2020-12-29T17:14:21.054Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-29T17:14:21.491Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T17:14:21.491Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-29T17:14:21.491Z] df20fa9351a1: Pulling fs layer [2020-12-29T17:14:21.491Z] 36b3adc4ff6f: Pulling fs layer [2020-12-29T17:14:21.491Z] 8ad3a11d3b57: Pulling fs layer [2020-12-29T17:14:21.491Z] 46f8f816bc3b: Pulling fs layer [2020-12-29T17:14:21.491Z] 93b61091891f: Pulling fs layer [2020-12-29T17:14:21.491Z] 93b9cdb0e59b: Pulling fs layer [2020-12-29T17:14:21.491Z] 5e14af77c1be: Pulling fs layer [2020-12-29T17:14:21.491Z] 01666e4c0597: Pulling fs layer [2020-12-29T17:14:21.491Z] aa168da1d23b: Pulling fs layer [2020-12-29T17:14:21.491Z] 46f8f816bc3b: Waiting [2020-12-29T17:14:21.491Z] 93b61091891f: Waiting [2020-12-29T17:14:21.491Z] 93b9cdb0e59b: Waiting [2020-12-29T17:14:21.491Z] 5e14af77c1be: Waiting [2020-12-29T17:14:21.491Z] 01666e4c0597: Waiting [2020-12-29T17:14:21.491Z] aa168da1d23b: Waiting [2020-12-29T17:14:21.775Z] 36b3adc4ff6f: Verifying Checksum [2020-12-29T17:14:21.775Z] 36b3adc4ff6f: Download complete [2020-12-29T17:14:21.775Z] 46f8f816bc3b: Verifying Checksum [2020-12-29T17:14:21.775Z] 46f8f816bc3b: Download complete [2020-12-29T17:14:22.100Z] df20fa9351a1: Download complete [2020-12-29T17:14:22.100Z] 93b9cdb0e59b: Verifying Checksum [2020-12-29T17:14:22.100Z] 93b9cdb0e59b: Download complete [2020-12-29T17:14:22.100Z] 93b61091891f: Download complete [2020-12-29T17:14:22.100Z] 01666e4c0597: Verifying Checksum [2020-12-29T17:14:22.100Z] 01666e4c0597: Download complete [2020-12-29T17:14:22.100Z] 5e14af77c1be: Verifying Checksum [2020-12-29T17:14:22.100Z] 5e14af77c1be: Download complete [2020-12-29T17:14:22.100Z] 8ad3a11d3b57: Verifying Checksum [2020-12-29T17:14:22.100Z] 8ad3a11d3b57: Download complete [2020-12-29T17:14:22.723Z] df20fa9351a1: Pull complete [2020-12-29T17:14:23.328Z] 36b3adc4ff6f: Pull complete [2020-12-29T17:14:25.493Z] 8ad3a11d3b57: Pull complete [2020-12-29T17:14:26.140Z] 46f8f816bc3b: Pull complete [2020-12-29T17:14:27.286Z] 93b61091891f: Pull complete [2020-12-29T17:14:27.616Z] 93b9cdb0e59b: Pull complete [2020-12-29T17:14:27.963Z] 5e14af77c1be: Pull complete [2020-12-29T17:14:28.604Z] 01666e4c0597: Pull complete [2020-12-29T17:14:29.655Z] aa168da1d23b: Verifying Checksum [2020-12-29T17:14:29.655Z] aa168da1d23b: Download complete [2020-12-29T17:14:44.985Z] aa168da1d23b: Pull complete [2020-12-29T17:14:44.985Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-29T17:14:44.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-29T17:14:44.985Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-29T17:14:45.320Z] prd-centos7-docker-4c-2g-17612 does not seem to be running inside a container [2020-12-29T17:14:45.429Z] $ 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/264/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/264 -v /w/workspace/edgex-go/264:/w/workspace/edgex-go/264:rw,z -v /w/workspace/edgex-go/264@tmp:/w/workspace/edgex-go/264@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 [2020-12-29T17:14:48.266Z] $ docker top c43b09dc3105049fd88369161a7bbb0a841a7c75b72fc5f38938f5da0532370f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-29T17:14:49.535Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-29T17:14:49.917Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-29T17:14:50.634Z] + ls /var/log/sa-host [2020-12-29T17:14:50.634Z] + sadf -c /var/log/sa-host/sa23 [2020-12-29T17:14:50.634Z] file_magic: OK [2020-12-29T17:14:50.634Z] HZ: Using current value: 100 [2020-12-29T17:14:50.634Z] file_header: OK [2020-12-29T17:14:50.634Z] 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 [2020-12-29T17:14:50.634Z] Statistics: [2020-12-29T17:14:50.634Z] Hnuu...uuuununununu... [2020-12-29T17:14:50.634Z] File successfully converted to sysstat format version 12.2.1 [2020-12-29T17:14:50.634Z] + sadf -c /var/log/sa-host/sa29 [2020-12-29T17:14:50.634Z] file_magic: OK [2020-12-29T17:14:50.634Z] HZ: Using current value: 100 [2020-12-29T17:14:50.634Z] file_header: OK [2020-12-29T17:14:50.634Z] 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 [2020-12-29T17:14:50.634Z] Statistics: [2020-12-29T17:14:50.634Z] 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... [2020-12-29T17:14:50.634Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-29T17:14:50.863Z] provisioning config files... [2020-12-29T17:14:50.883Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/264@tmp/config2955466289082819967tmp [Pipeline] { [Pipeline] echo [2020-12-29T17:14:50.948Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:14:51.620Z] ---> create-netrc.sh [Pipeline] } [2020-12-29T17:14:51.632Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-29T17:14:51.726Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:14:52.449Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-29T17:14:52.472Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:14:54.158Z] ---> sudo-logs.sh [2020-12-29T17:14:54.158Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-29T17:14:54.175Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:14:54.533Z] ---> job-cost.sh [2020-12-29T17:14:54.533Z] lf-activate-venv: SKIPPING [2020-12-29T17:14:54.533Z] INFO: No Stack... [2020-12-29T17:14:55.976Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-29T17:14:56.570Z] INFO: Archiving Costs [Pipeline] echo [2020-12-29T17:14:56.589Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-29T17:14:57.235Z] ---> logs-deploy.sh [2020-12-29T17:14:57.235Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/264 [2020-12-29T17:14:57.235Z] INFO: archiving workspace using pattern(s): [2020-12-29T17:14:59.312Z] Archives upload complete. [2020-12-29T17:14:59.312Z] INFO: archiving logs to Nexus