Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c4887d0c009f35026456fc1c8cef2ef56b2ea654 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21276 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/307 [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/307 # 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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 (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 c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 Commit message: "Merge pull request #3049 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.72" > git rev-list --no-walk afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T19:57:05.968Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T19:57:06.237Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T19:57:06.361Z] ========================================================= [2021-01-19T19:57:06.361Z] EdgeX Global Pipelines Version Info [2021-01-19T19:57:06.361Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T19:57:08.002Z] ------------------- [2021-01-19T19:57:08.002Z] stable info: [2021-01-19T19:57:08.002Z] ------------------- [2021-01-19T19:57:08.002Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T19:57:08.002Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T19:57:08.002Z] Message: update stable to v1.0.177 [2021-01-19T19:57:08.955Z] ------------------- [2021-01-19T19:57:08.955Z] experimental info: [2021-01-19T19:57:08.955Z] ------------------- [2021-01-19T19:57:08.955Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T19:57:08.955Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T19:57:08.955Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T19:57:09.257Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T19:57:09.350Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T19:57:09.456Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T19:57:09.545Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T19:57:09.660Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T19:57:09.757Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T19:57:09.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T19:57:09.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T19:57:10.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T19:57:10.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T19:57:10.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T19:57:10.549Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T19:57:10.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T19:57:10.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T19:57:10.854Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T19:57:10.953Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T19:57:11.039Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T19:57:11.131Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T19:57:11.223Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T19:57:11.319Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T19:57:11.460Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T19:57:11.559Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T19:57:11.680Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T19:57:11.770Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-19T19:57:11.857Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-19T19:57:11.941Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-19T19:57:12.042Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] echo [2021-01-19T19:57:12.128Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c4887d0 [Pipeline] echo [2021-01-19T19:57:12.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T19:57:12.393Z] provisioning config files... [2021-01-19T19:57:12.432Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/307@tmp/config4910843079746774805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T19:57:12.809Z] ---> docker-login.sh [2021-01-19T19:57:12.809Z] nexus3.edgexfoundry.org:10001 [2021-01-19T19:57:13.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:57:13.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:57:13.336Z] Configure a credential helper to remove this warning. See [2021-01-19T19:57:13.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:57:13.336Z] [2021-01-19T19:57:13.336Z] Login Succeeded [2021-01-19T19:57:13.336Z] nexus3.edgexfoundry.org:10002 [2021-01-19T19:57:13.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:57:13.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:57:13.336Z] Configure a credential helper to remove this warning. See [2021-01-19T19:57:13.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:57:13.336Z] [2021-01-19T19:57:13.336Z] Login Succeeded [2021-01-19T19:57:13.603Z] nexus3.edgexfoundry.org:10003 [2021-01-19T19:57:13.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:57:13.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:57:13.603Z] Configure a credential helper to remove this warning. See [2021-01-19T19:57:13.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:57:13.603Z] [2021-01-19T19:57:13.603Z] Login Succeeded [2021-01-19T19:57:13.603Z] nexus3.edgexfoundry.org:10004 [2021-01-19T19:57:13.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:57:13.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:57:13.866Z] Configure a credential helper to remove this warning. See [2021-01-19T19:57:13.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:57:13.866Z] [2021-01-19T19:57:13.866Z] Login Succeeded [2021-01-19T19:57:13.866Z] docker.io [2021-01-19T19:57:13.866Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T19:57:14.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T19:57:14.443Z] Configure a credential helper to remove this warning. See [2021-01-19T19:57:14.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T19:57:14.443Z] [2021-01-19T19:57:14.443Z] Login Succeeded [2021-01-19T19:57:14.443Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T19:57:14.454Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T19:57:14.976Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T19:57:14.976Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T19:57:14.976Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T19:57:14.976Z] ++ cut -d/ -f2 [2021-01-19T19:57:14.976Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T19:57:15.061Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-19T19:57:16.596Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T19:57:16.596Z] [2021-01-19T19:57:16.596Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T19:57:16.956Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T19:57:16.956Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T19:57:16.956Z] 31603596830f: Pulling fs layer [2021-01-19T19:57:16.956Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T19:57:16.956Z] 6ca5941a6612: Pulling fs layer [2021-01-19T19:57:16.956Z] ecc8261a40a4: Pulling fs layer [2021-01-19T19:57:16.956Z] ecc8261a40a4: Waiting [2021-01-19T19:57:16.956Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T19:57:16.956Z] 2a8b12db71e7: Download complete [2021-01-19T19:57:16.956Z] 31603596830f: Verifying Checksum [2021-01-19T19:57:16.956Z] 31603596830f: Download complete [2021-01-19T19:57:17.221Z] 6ca5941a6612: Verifying Checksum [2021-01-19T19:57:17.221Z] 6ca5941a6612: Download complete [2021-01-19T19:57:17.221Z] ecc8261a40a4: Verifying Checksum [2021-01-19T19:57:17.221Z] ecc8261a40a4: Download complete [2021-01-19T19:57:17.484Z] 31603596830f: Pull complete [2021-01-19T19:57:17.484Z] 2a8b12db71e7: Pull complete [2021-01-19T19:57:18.442Z] 6ca5941a6612: Pull complete [2021-01-19T19:57:18.709Z] ecc8261a40a4: Pull complete [2021-01-19T19:57:18.709Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T19:57:18.709Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T19:57:18.709Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T19:57:18.838Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T19:57:18.908Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T19:57:21.666Z] $ docker top 9b55102e2bea5438a62f83109e2aa226d4bce4308265a2f4dd6cd955e8cba73a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T19:57:22.042Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T19:57:22.042Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T19:57:22.293Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T19:57:22.300Z] $ docker exec 9b55102e2bea5438a62f83109e2aa226d4bce4308265a2f4dd6cd955e8cba73a ssh-agent [2021-01-19T19:57:22.477Z] SSH_AUTH_SOCK=/tmp/ssh-xB59MQYJzzKy/agent.13 [2021-01-19T19:57:22.477Z] SSH_AGENT_PID=18 [2021-01-19T19:57:22.493Z] Running ssh-add (command line suppressed) [2021-01-19T19:57:22.618Z] Identity added: /w/workspace/edgex-go/307@tmp/private_key_1116525462873685796.key (/w/workspace/edgex-go/307@tmp/private_key_1116525462873685796.key) [2021-01-19T19:57:22.676Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T19:57:23.035Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T19:57:23.064Z] $ docker exec --env ******** --env ******** 9b55102e2bea5438a62f83109e2aa226d4bce4308265a2f4dd6cd955e8cba73a ssh-agent -k [2021-01-19T19:57:23.202Z] unset SSH_AUTH_SOCK; [2021-01-19T19:57:23.203Z] unset SSH_AGENT_PID; [2021-01-19T19:57:23.203Z] echo Agent pid 18 killed; [2021-01-19T19:57:23.253Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T19:57:23.400Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T19:57:23.400Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T19:57:23.584Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T19:57:23.590Z] $ docker exec 9b55102e2bea5438a62f83109e2aa226d4bce4308265a2f4dd6cd955e8cba73a ssh-agent [2021-01-19T19:57:23.753Z] SSH_AUTH_SOCK=/tmp/ssh-N4XuBQZ5GxAO/agent.47 [2021-01-19T19:57:23.753Z] SSH_AGENT_PID=52 [2021-01-19T19:57:23.761Z] Running ssh-add (command line suppressed) [2021-01-19T19:57:23.887Z] Identity added: /w/workspace/edgex-go/307@tmp/private_key_8675808153853162990.key (/w/workspace/edgex-go/307@tmp/private_key_8675808153853162990.key) [2021-01-19T19:57:23.948Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T19:57:24.296Z] + git semver init [2021-01-19T19:57:24.296Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T19:57:24.296Z] # $GIT_DIR = /w/workspace/edgex-go/307/.git [2021-01-19T19:57:24.296Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/307 [2021-01-19T19:57:24.296Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T19:57:24.296Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T19:57:24.296Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T19:57:24.296Z] # $SEMVER_BRANCH = master [2021-01-19T19:57:24.296Z] # $SEMVER_TEMP = /tmp/semver-746912366 [2021-01-19T19:57:24.296Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T19:57:58.182Z] # '/tmp/semver-746912366' -> '/w/workspace/edgex-go/307/.semver' [2021-01-19T19:57:58.182Z] # -> Force: false [2021-01-19T19:57:58.182Z] # $SEMVER_DIR = /w/workspace/edgex-go/307/.semver [Pipeline] } [2021-01-19T19:57:58.196Z] $ docker exec --env ******** --env ******** 9b55102e2bea5438a62f83109e2aa226d4bce4308265a2f4dd6cd955e8cba73a ssh-agent -k [2021-01-19T19:57:58.429Z] unset SSH_AUTH_SOCK; [2021-01-19T19:57:58.429Z] unset SSH_AGENT_PID; [2021-01-19T19:57:58.429Z] echo Agent pid 52 killed; [2021-01-19T19:57:58.550Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T19:57:59.092Z] + git semver [Pipeline] } [2021-01-19T19:57:59.142Z] $ docker stop --time=1 9b55102e2bea5438a62f83109e2aa226d4bce4308265a2f4dd6cd955e8cba73a [2021-01-19T19:58:00.718Z] $ docker rm -f 9b55102e2bea5438a62f83109e2aa226d4bce4308265a2f4dd6cd955e8cba73a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T19:58:01.345Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T19:58:02.264Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T19:58:02.266Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.46 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T19:58:03.444Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T19:58:03.824Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T19:58:04.209Z] + sudo service docker restart [2021-01-19T19:58:04.209Z] + true [2021-01-19T19:58:04.209Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T19:58:05.054Z] ========================================================= [2021-01-19T19:58:05.054Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T19:58:05.054Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T19:58:05.444Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T19:58:09.800Z] Sending build context to Docker daemon 326.6MB [2021-01-19T19:58:09.800Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T19:58:09.800Z] Step 2/6 : FROM ${BASE} [2021-01-19T19:58:09.800Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T19:58:09.800Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T19:58:09.800Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T19:58:09.800Z] de9db76c5a1d: Pulling fs layer [2021-01-19T19:58:09.800Z] bca2f99d35d6: Pulling fs layer [2021-01-19T19:58:09.800Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T19:58:09.801Z] 7c6f9722023f: Pulling fs layer [2021-01-19T19:58:09.801Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T19:58:09.801Z] 93359f2a8cfa: Waiting [2021-01-19T19:58:09.801Z] 7c6f9722023f: Waiting [2021-01-19T19:58:09.801Z] a35cf1a2eb13: Waiting [2021-01-19T19:58:09.801Z] bca2f99d35d6: Waiting [2021-01-19T19:58:09.801Z] de9db76c5a1d: Verifying Checksum [2021-01-19T19:58:09.801Z] de9db76c5a1d: Download complete [2021-01-19T19:58:09.801Z] 0ef7d3d256c8: Download complete [2021-01-19T19:58:09.801Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T19:58:09.801Z] 93359f2a8cfa: Download complete [2021-01-19T19:58:09.801Z] 7c6f9722023f: Verifying Checksum [2021-01-19T19:58:09.801Z] 7c6f9722023f: Download complete [2021-01-19T19:58:09.801Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T19:58:09.801Z] 188c0c94c7c5: Download complete [2021-01-19T19:58:10.094Z] 188c0c94c7c5: Pull complete [2021-01-19T19:58:10.376Z] 0ef7d3d256c8: Pull complete [2021-01-19T19:58:10.653Z] de9db76c5a1d: Pull complete [2021-01-19T19:58:12.056Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T19:58:12.056Z] a35cf1a2eb13: Download complete [2021-01-19T19:58:13.007Z] bca2f99d35d6: Verifying Checksum [2021-01-19T19:58:13.007Z] bca2f99d35d6: Download complete [2021-01-19T19:58:17.805Z] Still waiting to schedule task [2021-01-19T19:58:17.805Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-19T19:58:18.330Z] bca2f99d35d6: Pull complete [2021-01-19T19:58:18.330Z] 93359f2a8cfa: Pull complete [2021-01-19T19:58:18.330Z] 7c6f9722023f: Pull complete [2021-01-19T19:58:22.582Z] a35cf1a2eb13: Pull complete [2021-01-19T19:58:22.582Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T19:58:22.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T19:58:22.582Z] ---> a62c8e92a672 [2021-01-19T19:58:22.582Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-19T19:58:22.860Z] ---> Running in 0b8ca4fbc1c3 [2021-01-19T19:58:23.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T19:58:24.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T19:58:24.688Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T19:58:25.270Z] (2/12) Installing file (5.38-r0) [2021-01-19T19:58:25.532Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T19:58:25.532Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T19:58:30.885Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T19:58:30.885Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T19:58:30.885Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T19:58:30.885Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T19:58:30.885Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T19:58:30.885Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T19:58:30.885Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T19:58:30.885Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T19:58:30.885Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T19:58:30.885Z] OK: 233 MiB in 51 packages [2021-01-19T19:58:35.190Z] Removing intermediate container 0b8ca4fbc1c3 [2021-01-19T19:58:35.190Z] ---> 894d3cba96b4 [2021-01-19T19:58:35.191Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T19:58:35.191Z] ---> Running in ada0cea6aafb [2021-01-19T19:58:35.191Z] Removing intermediate container ada0cea6aafb [2021-01-19T19:58:35.191Z] ---> f358842524e7 [2021-01-19T19:58:35.191Z] Step 5/6 : COPY go.mod . [2021-01-19T19:58:35.191Z] ---> ab67602910ef [2021-01-19T19:58:35.191Z] Step 6/6 : RUN go mod download [2021-01-19T19:58:35.191Z] ---> Running in f91750a9921d [2021-01-19T19:58:57.225Z] Removing intermediate container f91750a9921d [2021-01-19T19:58:57.225Z] ---> e54010de4379 [2021-01-19T19:58:57.225Z] Successfully built e54010de4379 [2021-01-19T19:58:57.225Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T19:58:57.564Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T19:58:57.564Z] . [Pipeline] withDockerContainer [2021-01-19T19:58:57.688Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T19:58:57.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T19:58:58.708Z] $ docker top 62750748d7d5e8ea2516f97ded24a43d2539154881a07bedecf085abaec05b86 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T19:58:59.301Z] + go version [2021-01-19T19:58:59.301Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T19:58:59.328Z] $ docker stop --time=1 62750748d7d5e8ea2516f97ded24a43d2539154881a07bedecf085abaec05b86 [2021-01-19T19:59:00.683Z] $ docker rm -f 62750748d7d5e8ea2516f97ded24a43d2539154881a07bedecf085abaec05b86 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T19:59:01.554Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T19:59:01.554Z] . [Pipeline] withDockerContainer [2021-01-19T19:59:01.713Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T19:59:01.768Z] $ 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/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T19:59:02.386Z] $ docker top 55548492eeca44e83cd7e6adb264bbaf01afed9c0882db0127ab749011e63455 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T19:59:02.640Z] ========================================================= [2021-01-19T19:59:02.640Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T19:59:02.640Z] ========================================================= [Pipeline] sh [2021-01-19T19:59:02.963Z] + make test [2021-01-19T19:59:02.963Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T19:59:13.116Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T19:59:25.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T19:59:32.584Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T19:59:33.175Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T19:59:33.175Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T19:59:33.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T19:59:33.175Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T19:59:33.446Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T19:59:34.038Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T19:59:34.627Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T19:59:34.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T19:59:37.507Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T19:59:37.507Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T19:59:37.507Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T19:59:38.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2021-01-19T19:59:38.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T19:59:38.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T19:59:38.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T19:59:38.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T19:59:38.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T19:59:43.198Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.0% of statements [2021-01-19T19:59:43.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T19:59:43.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T19:59:43.198Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T19:59:43.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T19:59:43.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T19:59:43.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 67.9% of statements [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T19:59:43.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.119s coverage: 82.3% of statements [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T19:59:43.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T19:59:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.370s coverage: 28.6% of statements [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T19:59:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T19:59:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T19:59:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 86.7% of statements [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T19:59:45.169Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.107s coverage: 97.5% of statements [2021-01-19T19:59:45.169Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T19:59:45.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-19T19:59:45.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T19:59:45.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T19:59:45.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T19:59:45.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T19:59:48.381Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.364s coverage: 92.8% of statements [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T19:59:48.381Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T19:59:48.381Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T19:59:48.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T19:59:48.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-01-19T19:59:48.381Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T19:59:48.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements [2021-01-19T19:59:48.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-19T19:59:48.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.041s coverage: 84.2% of statements [2021-01-19T19:59:48.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.090s coverage: 91.4% of statements [2021-01-19T19:59:48.970Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T19:59:49.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-01-19T19:59:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T19:59:49.557Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T19:59:49.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2021-01-19T19:59:49.557Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-01-19T19:59:49.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2021-01-19T19:59:50.096Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-01-19T19:59:50.369Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2021-01-19T19:59:51.359Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.400s coverage: 68.9% of statements [2021-01-19T19:59:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T19:59:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T19:59:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T19:59:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T19:59:51.359Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T19:59:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-01-19T19:59:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T19:59:51.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T19:59:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.0% of statements [2021-01-19T19:59:51.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.039s coverage: 100.0% of statements [2021-01-19T19:59:53.621Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.1% of statements [2021-01-19T19:59:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T19:59:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T19:59:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T19:59:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T19:59:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T19:59:53.621Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-01-19T19:59:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T19:59:53.621Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-01-19T19:59:53.621Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T19:59:55.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T19:59:55.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T19:59:55.058Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T19:59:55.058Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T19:59:55.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T19:59:55.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T19:59:55.058Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T19:59:55.058Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-19T19:59:55.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-19T19:59:55.635Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-19T19:59:55.897Z] GO111MODULE=on go vet ./... [2021-01-19T20:00:07.098Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21279 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-19T20:00:07.190Z] Running in /w/workspace/edgex-go/307 [Pipeline] { [Pipeline] checkout [2021-01-19T20:00:12.200Z] using credential edgex-jenkins-ssh [2021-01-19T20:00:12.268Z] Cloning the remote Git repository [2021-01-19T20:00:12.305Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:00:12.411Z] > git init /w/workspace/edgex-go/307 # timeout=10 [2021-01-19T20:00:12.495Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:00:12.496Z] > git --version # timeout=10 [2021-01-19T20:00:12.518Z] > git --version # 'git version 2.17.1' [2021-01-19T20:00:12.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:00:12.606Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T20:00:22.664Z] gofmt -l . [2021-01-19T20:00:22.664Z] [ "`gofmt -l .`" = "" ] [2021-01-19T20:00:22.664Z] ./bin/test-go-mod-tidy.sh [2021-01-19T20:00:22.664Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T20:00:22.976Z] + ls -al . [2021-01-19T20:00:22.976Z] total 656 [2021-01-19T20:00:22.976Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 20:00 . [2021-01-19T20:00:22.976Z] drwxr-xr-x 4 root root 32 Jan 19 19:59 .. [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 19:57 .dockerignore [2021-01-19T20:00:22.976Z] drwxrwxr-x 8 1001 1001 162 Jan 19 19:57 .git [2021-01-19T20:00:22.976Z] drwxrwxr-x 3 1001 1001 125 Jan 19 19:57 .github [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 19:57 .gitignore [2021-01-19T20:00:22.976Z] drwx------ 3 1001 1001 32 Jan 19 19:57 .semver [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 19:57 .sonarcloud.properties [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 19:57 Attribution.txt [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 19:57 CONTRIBUTING.md [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 19:57 Dockerfile.build [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 19:57 Jenkinsfile [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 19:57 LICENSE [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 19:57 Makefile [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 19:57 README.md [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 19:57 SECURITY.md [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 12 Jan 19 19:58 VERSION [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 19:57 ZMQWindows.md [2021-01-19T20:00:22.976Z] drwxrwxr-x 2 1001 1001 117 Jan 19 19:57 bin [2021-01-19T20:00:22.976Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 19:57 cmd [2021-01-19T20:00:22.976Z] -rw-r--r-- 1 root root 550280 Jan 19 19:59 coverage.out [2021-01-19T20:00:22.976Z] -rw-r--r-- 1 root root 981 Jan 19 20:00 go.mod [2021-01-19T20:00:22.976Z] -rw-r--r-- 1 root root 19436 Jan 19 20:00 go.sum [2021-01-19T20:00:22.976Z] drwxrwxr-x 8 1001 1001 127 Jan 19 19:57 internal [2021-01-19T20:00:22.976Z] drwxrwxr-x 4 1001 1001 26 Jan 19 19:57 openapi [2021-01-19T20:00:22.976Z] drwxrwxr-x 4 1001 1001 71 Jan 19 19:57 snap [2021-01-19T20:00:22.976Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 19:57 version.go [Pipeline] sh [2021-01-19T20:00:23.283Z] + '[' -e coverage.out ] [2021-01-19T20:00:23.283Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T20:00:23.545Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T20:00:23.851Z] + make build [2021-01-19T20:00:23.851Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T20:00:27.184Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T20:00:29.417Z] Checking out Revision c4887d0c009f35026456fc1c8cef2ef56b2ea654 (master) [2021-01-19T20:00:28.698Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T20:00:28.722Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T20:00:28.749Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T20:00:28.784Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T20:00:28.784Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T20:00:28.796Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T20:00:29.432Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T20:00:29.445Z] > git checkout -f c4887d0c009f35026456fc1c8cef2ef56b2ea654 # timeout=10 [2021-01-19T20:00:34.008Z] Commit message: "Merge pull request #3049 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.72" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T20:00:35.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T20:00:35.564Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:00:35.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T20:00:35.976Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T20:00:36.319Z] + true [2021-01-19T20:00:36.319Z] + sudo service docker restart [2021-01-19T20:00:37.121Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T20:00:37.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T20:00:38.378Z] provisioning config files... [2021-01-19T20:00:38.421Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/307@tmp/config3621817829245565265tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:00:38.796Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T20:00:38.940Z] ---> docker-login.sh [2021-01-19T20:00:38.940Z] nexus3.edgexfoundry.org:10001 [2021-01-19T20:00:39.926Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:00:40.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:00:40.199Z] Configure a credential helper to remove this warning. See [2021-01-19T20:00:40.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:00:40.199Z] [2021-01-19T20:00:40.199Z] Login Succeeded [2021-01-19T20:00:40.199Z] nexus3.edgexfoundry.org:10002 [2021-01-19T20:00:40.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T20:00:40.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:00:40.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:00:40.795Z] Configure a credential helper to remove this warning. See [2021-01-19T20:00:40.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:00:40.795Z] [2021-01-19T20:00:40.795Z] Login Succeeded [2021-01-19T20:00:40.795Z] nexus3.edgexfoundry.org:10003 [2021-01-19T20:00:41.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:00:41.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:00:41.339Z] Configure a credential helper to remove this warning. See [2021-01-19T20:00:41.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:00:41.340Z] [2021-01-19T20:00:41.340Z] Login Succeeded [2021-01-19T20:00:41.340Z] nexus3.edgexfoundry.org:10004 [2021-01-19T20:00:41.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:00:41.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:00:41.886Z] Configure a credential helper to remove this warning. See [2021-01-19T20:00:41.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:00:41.886Z] [2021-01-19T20:00:41.886Z] Login Succeeded [2021-01-19T20:00:41.886Z] docker.io [2021-01-19T20:00:42.123Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T20:00:42.161Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:00:42.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:00:42.756Z] Configure a credential helper to remove this warning. See [2021-01-19T20:00:42.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:00:42.756Z] [2021-01-19T20:00:42.756Z] Login Succeeded [2021-01-19T20:00:42.756Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T20:00:42.773Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-01-19T20:00:43.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [Pipeline] echo [2021-01-19T20:00:43.259Z] ========================================================= [2021-01-19T20:00:43.259Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T20:00:43.259Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:00:43.671Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-19T20:00:44.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T20:00:45.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T20:00:46.315Z] Sending build context to Docker daemon 165.5MB [2021-01-19T20:00:46.315Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T20:00:46.315Z] Step 2/6 : FROM ${BASE} [2021-01-19T20:00:46.315Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T20:00:46.315Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T20:00:46.315Z] a4357932f1b6: Pulling fs layer [2021-01-19T20:00:46.315Z] 18c013af1878: Pulling fs layer [2021-01-19T20:00:46.315Z] 00ac8860ef70: Pulling fs layer [2021-01-19T20:00:46.315Z] 63d7cb157983: Pulling fs layer [2021-01-19T20:00:46.315Z] b116817d02f9: Pulling fs layer [2021-01-19T20:00:46.315Z] 745a02a5169b: Pulling fs layer [2021-01-19T20:00:46.315Z] 00ac8860ef70: Waiting [2021-01-19T20:00:46.315Z] 63d7cb157983: Waiting [2021-01-19T20:00:46.315Z] b116817d02f9: Waiting [2021-01-19T20:00:46.315Z] 745a02a5169b: Waiting [2021-01-19T20:00:46.315Z] 18c013af1878: Download complete [2021-01-19T20:00:46.315Z] a4357932f1b6: Download complete [2021-01-19T20:00:46.315Z] 63d7cb157983: Download complete [2021-01-19T20:00:46.315Z] b116817d02f9: Verifying Checksum [2021-01-19T20:00:46.315Z] b116817d02f9: Download complete [2021-01-19T20:00:46.315Z] 5f621e34cdf4: Download complete [Pipeline] } [2021-01-19T20:00:46.415Z] $ docker stop --time=1 55548492eeca44e83cd7e6adb264bbaf01afed9c0882db0127ab749011e63455 [2021-01-19T20:00:46.925Z] 5f621e34cdf4: Pull complete [2021-01-19T20:00:47.542Z] a4357932f1b6: Pull complete [2021-01-19T20:00:47.827Z] 18c013af1878: Pull complete [2021-01-19T20:00:48.150Z] $ docker rm -f 55548492eeca44e83cd7e6adb264bbaf01afed9c0882db0127ab749011e63455 [2021-01-19T20:00:48.438Z] 745a02a5169b: Verifying Checksum [2021-01-19T20:00:48.438Z] 745a02a5169b: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-19T20:00:49.876Z] 00ac8860ef70: Verifying Checksum [2021-01-19T20:00:49.877Z] 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:00:51.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:00:51.742Z] [2021-01-19T20:00:51.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:00:52.094Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:00:52.094Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T20:00:52.094Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T20:00:52.094Z] ca9280d653b3: Pulling fs layer [2021-01-19T20:00:52.094Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T20:00:52.359Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T20:00:52.359Z] cbdbe7a5bc2a: Download complete [2021-01-19T20:00:52.946Z] cbdbe7a5bc2a: Pull complete [2021-01-19T20:00:52.946Z] ca9280d653b3: Verifying Checksum [2021-01-19T20:00:52.946Z] ca9280d653b3: Download complete [2021-01-19T20:00:53.913Z] ca9280d653b3: Pull complete [2021-01-19T20:00:53.913Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T20:00:53.914Z] 7e9c9ca2126c: Download complete [2021-01-19T20:01:00.074Z] 00ac8860ef70: Pull complete [2021-01-19T20:01:00.354Z] 63d7cb157983: Pull complete [2021-01-19T20:01:00.560Z] 7e9c9ca2126c: Pull complete [2021-01-19T20:01:00.561Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T20:01:00.561Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:01:00.561Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T20:01:00.628Z] b116817d02f9: Pull complete [2021-01-19T20:01:00.714Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T20:01:00.770Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T20:01:03.689Z] $ docker top a9c96bf9c1f776624f399cdea68fda8285a470b41d95b5928f7155ca6478dad2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:01:04.364Z] + docker-compose build --help [2021-01-19T20:01:04.364Z] + grep parallel [2021-01-19T20:01:04.963Z] 745a02a5169b: Pull complete [2021-01-19T20:01:04.963Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T20:01:04.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T20:01:04.963Z] ---> b7e6874047d6 [2021-01-19T20:01:04.963Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-19T20:01:05.312Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T20:01:05.593Z] $ docker stop --time=1 a9c96bf9c1f776624f399cdea68fda8285a470b41d95b5928f7155ca6478dad2 [2021-01-19T20:01:06.952Z] $ docker rm -f a9c96bf9c1f776624f399cdea68fda8285a470b41d95b5928f7155ca6478dad2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:01:07.562Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T20:01:07.562Z] . [Pipeline] withDockerContainer [2021-01-19T20:01:07.627Z] ---> Running in 4a9ccc5070bf [2021-01-19T20:01:07.667Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T20:01:07.717Z] $ 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/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T20:01:08.359Z] $ docker top fc797c0558b21baf12d9411477529b39c9f576cd974defcc4e41cbf37c35899c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:01:08.610Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:01:08.906Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T20:01:09.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:01:09.894Z] Building docker-core-command-go ... [2021-01-19T20:01:09.894Z] Building docker-core-data-go ... [2021-01-19T20:01:09.894Z] Building docker-core-metadata-go ... [2021-01-19T20:01:09.894Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T20:01:09.894Z] Building docker-security-proxy-setup-go ... [2021-01-19T20:01:09.894Z] Building docker-security-secretstore-setup-go ... [2021-01-19T20:01:09.894Z] Building docker-support-notifications-go ... [2021-01-19T20:01:09.894Z] Building docker-support-scheduler-go ... [2021-01-19T20:01:09.894Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T20:01:09.894Z] Building docker-support-scheduler-go [2021-01-19T20:01:09.894Z] Building docker-core-data-go [2021-01-19T20:01:09.894Z] Building docker-core-command-go [2021-01-19T20:01:09.894Z] Building docker-sys-mgmt-agent-go [2021-01-19T20:01:09.894Z] Building docker-security-proxy-setup-go [2021-01-19T20:01:10.190Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T20:01:10.461Z] (2/12) Installing file (5.38-r0) [2021-01-19T20:01:10.461Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T20:01:10.733Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T20:01:19.018Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T20:01:19.018Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T20:01:19.018Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T20:01:19.018Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T20:01:19.018Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T20:01:19.018Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T20:01:19.018Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T20:01:19.018Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T20:01:19.018Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:01:19.018Z] OK: 217 MiB in 51 packages [2021-01-19T20:01:22.407Z] Removing intermediate container 4a9ccc5070bf [2021-01-19T20:01:22.407Z] ---> 41a49cceac30 [2021-01-19T20:01:22.407Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T20:01:22.680Z] ---> Running in 13dde577097f [2021-01-19T20:01:23.273Z] Removing intermediate container 13dde577097f [2021-01-19T20:01:23.273Z] ---> 6ac48ed22bbe [2021-01-19T20:01:23.273Z] Step 5/6 : COPY go.mod . [2021-01-19T20:01:23.874Z] ---> 36466d4652f7 [2021-01-19T20:01:23.874Z] Step 6/6 : RUN go mod download [2021-01-19T20:01:23.874Z] ---> Running in d596f7acdea9 [2021-01-19T20:01:42.179Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:01:42.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:01:42.180Z] ---> e54010de4379 [2021-01-19T20:01:42.180Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:01:42.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:01:42.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:01:42.180Z] ---> e54010de4379 [2021-01-19T20:01:42.180Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T20:01:42.180Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:01:42.180Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:01:42.180Z] ---> e54010de4379 [2021-01-19T20:01:42.180Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:01:42.180Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:01:42.180Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:01:42.180Z] ---> e54010de4379 [2021-01-19T20:01:42.180Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T20:01:42.180Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:01:42.180Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:01:42.180Z] ---> e54010de4379 [2021-01-19T20:01:42.180Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:01:42.180Z] ---> Running in 3611f8d73f0f [2021-01-19T20:01:42.180Z] ---> Running in 61b498f50b4b [2021-01-19T20:01:42.180Z] ---> Running in 79bf253680d8 [2021-01-19T20:01:42.180Z] ---> Running in 0b6ed94929ca [2021-01-19T20:01:42.180Z] ---> Running in fe246d481ad1 [2021-01-19T20:01:42.180Z] Removing intermediate container 79bf253680d8 [2021-01-19T20:01:42.180Z] ---> 19dcd7bde9f8 [2021-01-19T20:01:42.180Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:01:42.180Z] Removing intermediate container 0b6ed94929ca [2021-01-19T20:01:42.180Z] ---> fe67d44ff830 [2021-01-19T20:01:42.180Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:01:42.180Z] Removing intermediate container 3611f8d73f0f [2021-01-19T20:01:42.180Z] ---> 12e9f771394f [2021-01-19T20:01:42.180Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:01:42.180Z] Removing intermediate container fe246d481ad1 [2021-01-19T20:01:42.180Z] ---> c715b90f8f2a [2021-01-19T20:01:42.180Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:01:42.180Z] Removing intermediate container 61b498f50b4b [2021-01-19T20:01:42.180Z] ---> 482e23cbba38 [2021-01-19T20:01:42.180Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:01:42.180Z] ---> Running in 5d56701d800d [2021-01-19T20:01:42.180Z] ---> Running in 4b9dd54860f9 [2021-01-19T20:01:42.180Z] ---> Running in 8fdbecd422de [2021-01-19T20:01:42.180Z] ---> Running in bd6a922d64ae [2021-01-19T20:01:42.180Z] ---> Running in 44ef48f0f54c [2021-01-19T20:01:44.134Z] Removing intermediate container 4b9dd54860f9 [2021-01-19T20:01:44.135Z] ---> 4dfde3c85d40 [2021-01-19T20:01:44.135Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:01:44.397Z] Removing intermediate container 8fdbecd422de [2021-01-19T20:01:44.397Z] ---> df57cf063846 [2021-01-19T20:01:44.397Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:01:44.397Z] Removing intermediate container 5d56701d800d [2021-01-19T20:01:44.397Z] ---> ec914fd0f580 [2021-01-19T20:01:44.397Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T20:01:44.397Z] Removing intermediate container 44ef48f0f54c [2021-01-19T20:01:44.397Z] ---> 6cf58f4e0005 [2021-01-19T20:01:44.397Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T20:01:44.661Z] ---> Running in a70f05db1779 [2021-01-19T20:01:44.661Z] Removing intermediate container bd6a922d64ae [2021-01-19T20:01:44.661Z] ---> 40cc3b546137 [2021-01-19T20:01:44.661Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:01:44.661Z] ---> Running in 6acda5e9c14a [2021-01-19T20:01:44.661Z] ---> Running in 726c8f48d586 [2021-01-19T20:01:44.661Z] ---> Running in 24257b0dc10e [2021-01-19T20:01:44.925Z] ---> Running in 49214ad1ecf9 [2021-01-19T20:01:45.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:45.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:45.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:45.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:45.898Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:46.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:46.474Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:46.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:46.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:46.999Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:01:46.999Z] OK: 233 MiB in 51 packages [2021-01-19T20:01:47.262Z] OK: 233 MiB in 51 packages [2021-01-19T20:01:47.525Z] OK: 233 MiB in 51 packages [2021-01-19T20:01:47.797Z] Removing intermediate container a70f05db1779 [2021-01-19T20:01:47.797Z] ---> ab680ea079d8 [2021-01-19T20:01:47.797Z] Step 6/22 : COPY go.mod . [2021-01-19T20:01:47.797Z] Removing intermediate container 6acda5e9c14a [2021-01-19T20:01:47.797Z] ---> fe4fd15d7fd6 [2021-01-19T20:01:47.797Z] Step 6/21 : COPY go.mod . [2021-01-19T20:01:47.797Z] OK: 233 MiB in 51 packages [2021-01-19T20:01:48.061Z] ---> 9ecfe8904645 [2021-01-19T20:01:48.061Z] Step 7/22 : RUN go mod download [2021-01-19T20:01:48.061Z] OK: 233 MiB in 51 packages [2021-01-19T20:01:48.061Z] ---> Running in 310a6971442b [2021-01-19T20:01:48.323Z] ---> 847c44ee86db [2021-01-19T20:01:48.323Z] Step 7/21 : RUN go mod download [2021-01-19T20:01:48.323Z] Removing intermediate container 726c8f48d586 [2021-01-19T20:01:48.323Z] ---> a6c66db8dd3a [2021-01-19T20:01:48.323Z] Step 6/26 : COPY go.mod . [2021-01-19T20:01:48.592Z] ---> Running in 13111417d608 [2021-01-19T20:01:48.869Z] ---> adb10c11ae44 [2021-01-19T20:01:48.869Z] Step 7/26 : RUN go mod download [2021-01-19T20:01:49.143Z] ---> Running in 0ccfa9867c36 [2021-01-19T20:01:49.143Z] Removing intermediate container 24257b0dc10e [2021-01-19T20:01:49.143Z] ---> b50a7e6aae28 [2021-01-19T20:01:49.143Z] Step 6/23 : COPY go.mod . [2021-01-19T20:01:49.419Z] Removing intermediate container 49214ad1ecf9 [2021-01-19T20:01:49.419Z] ---> a6f5c0c42afb [2021-01-19T20:01:49.419Z] Step 6/21 : COPY go.mod . [2021-01-19T20:01:49.695Z] ---> d6f9f40122e2 [2021-01-19T20:01:49.695Z] Step 7/23 : RUN go mod download [2021-01-19T20:01:49.695Z] ---> cfe707851f58 [2021-01-19T20:01:49.695Z] Step 7/21 : RUN go mod download [2021-01-19T20:01:49.965Z] ---> Running in 07ebaac25236 [2021-01-19T20:01:49.965Z] ---> Running in bb63fefe14ea [2021-01-19T20:01:50.939Z] Removing intermediate container 0ccfa9867c36 [2021-01-19T20:01:50.939Z] ---> 6b5d9395ea6b [2021-01-19T20:01:50.939Z] Step 8/26 : COPY . . [2021-01-19T20:01:50.939Z] Removing intermediate container 13111417d608 [2021-01-19T20:01:50.939Z] ---> 8dc89f84901a [2021-01-19T20:01:50.939Z] Step 8/21 : COPY . . [2021-01-19T20:01:50.939Z] Removing intermediate container 310a6971442b [2021-01-19T20:01:50.939Z] ---> 13859da4c2cb [2021-01-19T20:01:50.939Z] Step 8/22 : COPY . . [2021-01-19T20:01:59.152Z] Removing intermediate container 07ebaac25236 [2021-01-19T20:01:59.152Z] ---> 2ac40aae07c1 [2021-01-19T20:01:59.152Z] Step 8/23 : COPY . . [2021-01-19T20:01:59.152Z] Removing intermediate container bb63fefe14ea [2021-01-19T20:01:59.152Z] ---> 292a41ce6d2f [2021-01-19T20:01:59.152Z] Step 8/21 : COPY . . [2021-01-19T20:02:02.852Z] Removing intermediate container d596f7acdea9 [2021-01-19T20:02:02.852Z] ---> 9e76a80bef11 [2021-01-19T20:02:02.852Z] Successfully built 9e76a80bef11 [2021-01-19T20:02:02.852Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:02:03.200Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T20:02:03.200Z] . [Pipeline] withDockerContainer [2021-01-19T20:02:03.468Z] prd-ubuntu18.04-docker-arm64-4c-16g-21279 does not seem to be running inside a container [2021-01-19T20:02:03.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T20:02:05.148Z] $ docker top ba43b8b242a085ff6c2976b125c1f33b6a2e6c9788f34067188e00a52f31d503 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:02:06.146Z] + go version [2021-01-19T20:02:06.146Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T20:02:06.174Z] $ docker stop --time=1 ba43b8b242a085ff6c2976b125c1f33b6a2e6c9788f34067188e00a52f31d503 [2021-01-19T20:02:08.104Z] $ docker rm -f ba43b8b242a085ff6c2976b125c1f33b6a2e6c9788f34067188e00a52f31d503 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:02:09.409Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:02:09.409Z] [2021-01-19T20:02:09.409Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:02:09.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:02:10.074Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T20:02:10.074Z] 29e5d40040c1: Pulling fs layer [2021-01-19T20:02:10.074Z] 1ce36da41761: Pulling fs layer [2021-01-19T20:02:10.074Z] 25b303627fd3: Pulling fs layer [2021-01-19T20:02:10.674Z] 29e5d40040c1: Verifying Checksum [2021-01-19T20:02:10.674Z] 29e5d40040c1: Download complete [2021-01-19T20:02:10.955Z] 1ce36da41761: Verifying Checksum [2021-01-19T20:02:10.955Z] 1ce36da41761: Download complete [2021-01-19T20:02:11.230Z] 29e5d40040c1: Pull complete [2021-01-19T20:02:12.673Z] 1ce36da41761: Pull complete [2021-01-19T20:02:12.673Z] 25b303627fd3: Verifying Checksum [2021-01-19T20:02:12.673Z] 25b303627fd3: Download complete [2021-01-19T20:02:22.826Z] 25b303627fd3: Pull complete [2021-01-19T20:02:22.826Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T20:02:22.826Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:02:22.826Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T20:02:23.090Z] prd-ubuntu18.04-docker-arm64-4c-16g-21279 does not seem to be running inside a container [2021-01-19T20:02:23.174Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T20:02:26.185Z] $ docker top 585bebecaa46c222dd12ac02abf47f1a73839eef0962e64840941e16a7ce6c68 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:02:27.234Z] + + grepdocker-compose build --help [2021-01-19T20:02:27.235Z] parallel [2021-01-19T20:02:30.603Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T20:02:30.627Z] $ docker stop --time=1 585bebecaa46c222dd12ac02abf47f1a73839eef0962e64840941e16a7ce6c68 [2021-01-19T20:02:31.511Z] ---> 6fcc3d644b12 [2021-01-19T20:02:31.511Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T20:02:31.511Z] ---> e0d74723fbaf [2021-01-19T20:02:31.511Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T20:02:31.511Z] ---> 0206137d9c19 [2021-01-19T20:02:31.511Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T20:02:31.511Z] ---> 2986f59b64be [2021-01-19T20:02:31.511Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T20:02:31.511Z] ---> b7493a5581fd [2021-01-19T20:02:31.511Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T20:02:31.511Z] ---> Running in a0ed02ac8bed [2021-01-19T20:02:31.511Z] ---> Running in b301420495b5 [2021-01-19T20:02:31.511Z] ---> Running in 7542679b27f1 [2021-01-19T20:02:31.511Z] ---> Running in e591d05066b7 [2021-01-19T20:02:31.511Z] ---> Running in 5f5582399132 [2021-01-19T20:02:31.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T20:02:31.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T20:02:31.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T20:02:31.511Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T20:02:31.511Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T20:02:32.630Z] $ docker rm -f 585bebecaa46c222dd12ac02abf47f1a73839eef0962e64840941e16a7ce6c68 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:02:33.474Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T20:02:33.474Z] . [Pipeline] withDockerContainer [2021-01-19T20:02:33.734Z] prd-ubuntu18.04-docker-arm64-4c-16g-21279 does not seem to be running inside a container [2021-01-19T20:02:33.815Z] $ 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/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T20:02:35.258Z] $ docker top 0a85b581d657c00daab3821fcaf1ada26c60f37bbbb21d113c5db1e2072e0077 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:02:36.282Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T20:02:40.683Z] Building docker-core-command-go ... [2021-01-19T20:02:40.683Z] Building docker-core-data-go ... [2021-01-19T20:02:40.683Z] Building docker-core-metadata-go ... [2021-01-19T20:02:40.683Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T20:02:40.683Z] Building docker-security-proxy-setup-go ... [2021-01-19T20:02:40.683Z] Building docker-security-secretstore-setup-go ... [2021-01-19T20:02:40.683Z] Building docker-support-notifications-go ... [2021-01-19T20:02:40.683Z] Building docker-support-scheduler-go ... [2021-01-19T20:02:40.683Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T20:02:40.683Z] Building docker-support-notifications-go [2021-01-19T20:02:40.683Z] Building docker-security-secretstore-setup-go [2021-01-19T20:02:40.683Z] Building docker-security-bootstrap-redis-go [2021-01-19T20:02:40.683Z] Building docker-support-scheduler-go [2021-01-19T20:02:40.683Z] Building docker-core-command-go [2021-01-19T20:02:58.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T20:03:04.995Z] Removing intermediate container a0ed02ac8bed [2021-01-19T20:03:04.995Z] ---> 27fad2ed9d5f [2021-01-19T20:03:04.995Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T20:03:04.995Z] Removing intermediate container b301420495b5 [2021-01-19T20:03:04.995Z] ---> e61ea6fc3e2c [2021-01-19T20:03:04.995Z] [2021-01-19T20:03:04.995Z] Step 10/21 : FROM scratch [2021-01-19T20:03:04.995Z] ---> [2021-01-19T20:03:04.995Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:03:04.995Z] Removing intermediate container 7542679b27f1 [2021-01-19T20:03:04.995Z] ---> 3fc9104befe5 [2021-01-19T20:03:04.995Z] [2021-01-19T20:03:04.995Z] Step 10/22 : FROM scratch [2021-01-19T20:03:04.995Z] ---> [2021-01-19T20:03:04.995Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:03:04.995Z] ---> Running in 4f9839d00cd2 [2021-01-19T20:03:05.571Z] ---> Running in 8bbf7a888b61 [2021-01-19T20:03:05.571Z] ---> Running in 5661f59bed24 [2021-01-19T20:03:06.535Z] Removing intermediate container e591d05066b7 [2021-01-19T20:03:06.535Z] ---> 5baa05ddf2d0 [2021-01-19T20:03:06.535Z] [2021-01-19T20:03:06.535Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T20:03:06.535Z] Removing intermediate container 5661f59bed24 [2021-01-19T20:03:06.535Z] ---> 4bad8ecff5f7 [2021-01-19T20:03:06.535Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T20:03:06.535Z] Removing intermediate container 8bbf7a888b61 [2021-01-19T20:03:06.535Z] ---> a2b4865380f9 [2021-01-19T20:03:06.535Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T20:03:06.814Z] ---> Running in ad4f13946d7f [2021-01-19T20:03:06.814Z] 3.12: Pulling from library/alpine [2021-01-19T20:03:06.814Z] ---> Running in ac9d842137e5 [2021-01-19T20:03:06.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T20:03:07.099Z] Removing intermediate container ad4f13946d7f [2021-01-19T20:03:07.099Z] ---> 22a19eaf9b30 [2021-01-19T20:03:07.099Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:03:07.099Z] ---> Running in a3020857e8c0 [2021-01-19T20:03:07.099Z] Removing intermediate container ac9d842137e5 [2021-01-19T20:03:07.099Z] ---> a1b8e68ca92e [2021-01-19T20:03:07.099Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T20:03:07.677Z] ---> Running in f52c4ac1fdff [2021-01-19T20:03:07.677Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T20:03:09.073Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T20:03:09.073Z] ---> 389fef711851 [2021-01-19T20:03:09.073Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T20:03:09.647Z] Removing intermediate container a3020857e8c0 [2021-01-19T20:03:09.647Z] ---> f4acd4d19b0b [2021-01-19T20:03:09.647Z] Step 14/22 : WORKDIR / [2021-01-19T20:03:09.647Z] ---> Running in 2754f6f1c3ea [2021-01-19T20:03:09.647Z] ---> Running in 9f5b898f8d38 [2021-01-19T20:03:09.647Z] Removing intermediate container f52c4ac1fdff [2021-01-19T20:03:09.647Z] ---> c1e93a1ef296 [2021-01-19T20:03:09.647Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:03:09.909Z] Removing intermediate container 5f5582399132 [2021-01-19T20:03:09.909Z] ---> 2a116b66ec67 [2021-01-19T20:03:09.909Z] [2021-01-19T20:03:09.909Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T20:03:09.909Z] ---> 389fef711851 [2021-01-19T20:03:09.909Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:03:10.175Z] ---> Running in 07cffb67dc3c [2021-01-19T20:03:10.175Z] ---> df9ff54ea449 [2021-01-19T20:03:10.175Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T20:03:10.175Z] Removing intermediate container 9f5b898f8d38 [2021-01-19T20:03:10.175Z] ---> 4b442a30e177 [2021-01-19T20:03:10.175Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:03:10.445Z] Removing intermediate container 4f9839d00cd2 [2021-01-19T20:03:10.445Z] ---> 45027d5339cf [2021-01-19T20:03:10.445Z] [2021-01-19T20:03:10.445Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T20:03:10.446Z] 20.10.0: Pulling from library/docker [2021-01-19T20:03:10.446Z] Removing intermediate container 07cffb67dc3c [2021-01-19T20:03:10.446Z] ---> 2500023653b6 [2021-01-19T20:03:10.446Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T20:03:10.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:10.710Z] ---> a00461d70cbe [2021-01-19T20:03:10.710Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T20:03:10.710Z] ---> Running in f050ae5a8a64 [2021-01-19T20:03:10.710Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:10.973Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T20:03:10.973Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:03:11.236Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T20:03:11.236Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T20:03:11.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:03:11.236Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:03:11.501Z] OK: 7 MiB in 18 packages [2021-01-19T20:03:13.433Z] ---> f8d4ca96574c [2021-01-19T20:03:13.433Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T20:03:13.433Z] Removing intermediate container f050ae5a8a64 [2021-01-19T20:03:13.433Z] ---> 956ddbb95da8 [2021-01-19T20:03:13.433Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T20:03:13.700Z] ---> 4dca81fac1e5 [2021-01-19T20:03:13.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T20:03:13.700Z] ---> Running in 1623be2a6b00 [2021-01-19T20:03:13.962Z] ---> 9adf18879249 [2021-01-19T20:03:13.962Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T20:03:14.540Z] ---> Running in 985177b65def [2021-01-19T20:03:14.540Z] Removing intermediate container 1623be2a6b00 [2021-01-19T20:03:14.540Z] ---> 3fddecebe599 [2021-01-19T20:03:14.540Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:14.812Z] ---> 2c1846e3d2b6 [2021-01-19T20:03:14.812Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T20:03:14.812Z] Removing intermediate container 2754f6f1c3ea [2021-01-19T20:03:14.812Z] ---> d93943ef1c9c [2021-01-19T20:03:14.812Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:03:14.812Z] ---> Running in 448faf881eb8 [2021-01-19T20:03:15.081Z] Removing intermediate container 985177b65def [2021-01-19T20:03:15.081Z] ---> 6a6ca3d058fd [2021-01-19T20:03:15.081Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:03:15.081Z] ---> Running in b090a4a6625e [2021-01-19T20:03:15.081Z] ---> Running in b5f5667ffb31 [2021-01-19T20:03:15.350Z] ---> Running in 21a56b7c1109 [2021-01-19T20:03:15.350Z] Removing intermediate container b090a4a6625e [2021-01-19T20:03:15.350Z] ---> 74d07284070b [2021-01-19T20:03:15.350Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:03:15.350Z] Removing intermediate container b5f5667ffb31 [2021-01-19T20:03:15.350Z] ---> 9c679589a2b9 [2021-01-19T20:03:15.350Z] Step 13/21 : WORKDIR /edgex [2021-01-19T20:03:15.615Z] ---> Running in 9a40910f807f [2021-01-19T20:03:15.615Z] Removing intermediate container 21a56b7c1109 [2021-01-19T20:03:15.615Z] ---> 410aece77504 [2021-01-19T20:03:15.615Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T20:03:15.894Z] ---> Running in d8394be43da0 [2021-01-19T20:03:15.894Z] ---> Running in a4757fac969c [2021-01-19T20:03:15.894Z] Removing intermediate container 9a40910f807f [2021-01-19T20:03:15.894Z] ---> cbee897b2cd3 [2021-01-19T20:03:15.894Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:03:16.166Z] ---> Running in 8bd18de2dcb3 [2021-01-19T20:03:16.432Z] Removing intermediate container d8394be43da0 [2021-01-19T20:03:16.432Z] ---> baecb1672012 [2021-01-19T20:03:16.432Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T20:03:16.432Z] Removing intermediate container a4757fac969c [2021-01-19T20:03:16.432Z] ---> 34cb24b96930 [2021-01-19T20:03:16.432Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:03:16.695Z] ---> Running in 20927e43844b [2021-01-19T20:03:16.695Z] Removing intermediate container 8bd18de2dcb3 [2021-01-19T20:03:16.695Z] ---> acc0918c0f05 [2021-01-19T20:03:16.695Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:03:16.695Z] ---> d36507965e7c [2021-01-19T20:03:16.695Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T20:03:16.962Z] ---> Running in cad9222dd226 [2021-01-19T20:03:16.962Z] Removing intermediate container 448faf881eb8 [2021-01-19T20:03:16.962Z] ---> b8e3d293141f [2021-01-19T20:03:16.962Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T20:03:17.227Z] Removing intermediate container 20927e43844b [2021-01-19T20:03:17.227Z] ---> d30a3acdb615 [2021-01-19T20:03:17.227Z] Step 21/21 : LABEL version=2.0.0-dev.46 [2021-01-19T20:03:17.227Z] ---> Running in 0c530599d061 [2021-01-19T20:03:17.227Z] ---> Running in 8490f62798e9 [2021-01-19T20:03:17.497Z] Removing intermediate container cad9222dd226 [2021-01-19T20:03:17.497Z] ---> 9ff7509c4388 [2021-01-19T20:03:17.497Z] Step 22/22 : LABEL version=2.0.0-dev.46 [2021-01-19T20:03:17.763Z] ---> Running in 6e2894a1107c [2021-01-19T20:03:17.763Z] ---> 013d643cd496 [2021-01-19T20:03:17.763Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T20:03:18.340Z] Removing intermediate container 8490f62798e9 [2021-01-19T20:03:18.340Z] ---> d7b3170cf5a0 [2021-01-19T20:03:18.340Z] [2021-01-19T20:03:18.606Z] Successfully built d7b3170cf5a0 [2021-01-19T20:03:18.606Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T20:03:18.884Z] Building docker-core-metadata-go [2021-01-19T20:03:18.884Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:18.884Z] Removing intermediate container 6e2894a1107c [2021-01-19T20:03:18.884Z] ---> aace45bf8117 [2021-01-19T20:03:18.884Z] [2021-01-19T20:03:19.155Z] Successfully built aace45bf8117 [2021-01-19T20:03:19.155Z] Successfully tagged docker-core-command-go:latest [2021-01-19T20:03:19.155Z] Building docker-support-notifications-go [2021-01-19T20:03:19.420Z]  Building docker-core-command-go ... done  ---> d14587c3a416 [2021-01-19T20:03:19.420Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T20:03:19.420Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T20:03:19.686Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T20:03:19.686Z] ---> aefe523efa57 [2021-01-19T20:03:19.686Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T20:03:19.686Z] ---> Running in 05d29a987b3b [2021-01-19T20:03:19.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:21.641Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T20:03:21.641Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T20:03:21.905Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T20:03:22.482Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T20:03:22.767Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T20:03:22.767Z] ---> Running in 14e5fd4e38d5 [2021-01-19T20:03:23.031Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:03:23.031Z] OK: 8 MiB in 19 packages [2021-01-19T20:03:23.292Z] Removing intermediate container 05d29a987b3b [2021-01-19T20:03:23.292Z] ---> c683acf897c9 [2021-01-19T20:03:23.292Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T20:03:25.219Z] ---> Running in 0272f76fa904 [2021-01-19T20:03:25.487Z] Removing intermediate container 0272f76fa904 [2021-01-19T20:03:25.487Z] ---> 70c293da1d02 [2021-01-19T20:03:25.487Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T20:03:25.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:25.753Z] ---> Running in 354461a036e5 [2021-01-19T20:03:25.753Z] Removing intermediate container 0c530599d061 [2021-01-19T20:03:25.753Z] ---> 3c779a7beba9 [2021-01-19T20:03:25.753Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:03:25.753Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:26.018Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T20:03:26.018Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T20:03:26.018Z] Executing bash-5.0.17-r0.post-install [2021-01-19T20:03:26.018Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:03:26.283Z] OK: 12 MiB in 22 packages [2021-01-19T20:03:27.669Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:03:27.669Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:03:27.670Z] ---> 9e76a80bef11 [2021-01-19T20:03:27.670Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:03:27.670Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:03:27.670Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:03:27.670Z] ---> 9e76a80bef11 [2021-01-19T20:03:27.670Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:03:27.670Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:03:27.670Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:03:27.670Z] ---> 9e76a80bef11 [2021-01-19T20:03:27.670Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:03:27.670Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:03:27.670Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:03:27.670Z] ---> 9e76a80bef11 [2021-01-19T20:03:27.670Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:03:27.670Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:03:27.670Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:03:27.670Z] ---> 9e76a80bef11 [2021-01-19T20:03:27.670Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:03:27.729Z] Removing intermediate container 354461a036e5 [2021-01-19T20:03:27.729Z] ---> 0fb70c7ae8a6 [2021-01-19T20:03:27.729Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:03:28.644Z] ---> Running in 87b9832c5303 [2021-01-19T20:03:28.644Z] ---> Running in 61910932d08d [2021-01-19T20:03:28.644Z] ---> Running in bf7b31c838f2 [2021-01-19T20:03:28.644Z] ---> Running in 22d4239571c7 [2021-01-19T20:03:28.644Z] ---> Running in 2c5f9e236f4b [2021-01-19T20:03:29.242Z] Removing intermediate container 61910932d08d [2021-01-19T20:03:29.242Z] ---> 7f5b40d49423 [2021-01-19T20:03:29.242Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:29.242Z] Removing intermediate container 87b9832c5303 [2021-01-19T20:03:29.242Z] ---> f000910d6526 [2021-01-19T20:03:29.242Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:29.242Z] Removing intermediate container 2c5f9e236f4b [2021-01-19T20:03:29.242Z] ---> 8dda7ec05447 [2021-01-19T20:03:29.242Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:29.242Z] Removing intermediate container bf7b31c838f2 [2021-01-19T20:03:29.242Z] ---> 95f179130248 [2021-01-19T20:03:29.242Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:29.513Z] Removing intermediate container 22d4239571c7 [2021-01-19T20:03:29.513Z] ---> cd0b3e2a30cd [2021-01-19T20:03:29.513Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:29.513Z] ---> Running in caea186c94dc [2021-01-19T20:03:29.513Z] ---> Running in f37e224430d4 [2021-01-19T20:03:29.513Z] ---> Running in 36142e348158 [2021-01-19T20:03:29.786Z] ---> Running in 71ec5211828c [2021-01-19T20:03:29.786Z] ---> Running in d8bb5425d45d [2021-01-19T20:03:30.309Z] ---> 67b9a2c4d106 [2021-01-19T20:03:30.309Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T20:03:30.898Z] ---> Running in d946b9ae086b [2021-01-19T20:03:32.328Z] Removing intermediate container d946b9ae086b [2021-01-19T20:03:32.328Z] ---> 244487b63578 [2021-01-19T20:03:32.328Z] Step 21/21 : LABEL version=2.0.0-dev.46 [2021-01-19T20:03:32.328Z] Removing intermediate container 14e5fd4e38d5 [2021-01-19T20:03:32.328Z] ---> a4441fc5d2ad [2021-01-19T20:03:32.328Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T20:03:32.918Z] ---> Running in 616eed5db812 [2021-01-19T20:03:33.229Z] Removing intermediate container caea186c94dc [2021-01-19T20:03:33.229Z] ---> 367f774782df [2021-01-19T20:03:33.229Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:03:33.229Z] ---> Running in 22b305acc6be [2021-01-19T20:03:33.229Z] Removing intermediate container 36142e348158 [2021-01-19T20:03:33.229Z] ---> 2444a8647722 [2021-01-19T20:03:33.229Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T20:03:33.229Z] Removing intermediate container f37e224430d4 [2021-01-19T20:03:33.229Z] ---> 814ed04e5e73 [2021-01-19T20:03:33.229Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:03:33.507Z] ---> Running in 430b1c01ba21 [2021-01-19T20:03:33.507Z] ---> Running in e0ee361ab687 [2021-01-19T20:03:33.785Z] Removing intermediate container 71ec5211828c [2021-01-19T20:03:33.785Z] ---> 2b00cbfae706 [2021-01-19T20:03:33.785Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T20:03:34.076Z] Removing intermediate container d8bb5425d45d [2021-01-19T20:03:34.076Z] ---> df3099d2b011 [2021-01-19T20:03:34.076Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:03:34.076Z] ---> Running in c7b791fc062d [2021-01-19T20:03:34.316Z] ---> 73661be7196d [2021-01-19T20:03:34.316Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T20:03:34.348Z] ---> Running in 7d3b938e484a [2021-01-19T20:03:34.586Z] ---> Running in 86021f9edccd [2021-01-19T20:03:34.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:35.173Z] Removing intermediate container 616eed5db812 [2021-01-19T20:03:35.173Z] ---> c12e0c9f0054 [2021-01-19T20:03:35.173Z] [2021-01-19T20:03:35.173Z] Removing intermediate container 86021f9edccd [2021-01-19T20:03:35.173Z] ---> f93168de696c [2021-01-19T20:03:35.173Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T20:03:35.236Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:35.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:35.763Z] Successfully built c12e0c9f0054 [2021-01-19T20:03:35.764Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T20:03:35.764Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-01-19T20:03:35.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:35.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:36.037Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:03:36.037Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:03:36.037Z] ---> e54010de4379 [2021-01-19T20:03:36.037Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:03:36.037Z] ---> Using cache [2021-01-19T20:03:36.037Z] ---> c715b90f8f2a [2021-01-19T20:03:36.037Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:36.037Z] ---> Using cache [2021-01-19T20:03:36.037Z] ---> 6cf58f4e0005 [2021-01-19T20:03:36.037Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T20:03:36.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:36.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:36.301Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:03:36.301Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:03:36.301Z] ---> e54010de4379 [2021-01-19T20:03:36.301Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:03:36.301Z] ---> Using cache [2021-01-19T20:03:36.301Z] ---> c715b90f8f2a [2021-01-19T20:03:36.301Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:36.301Z] ---> Using cache [2021-01-19T20:03:36.301Z] ---> 6cf58f4e0005 [2021-01-19T20:03:36.301Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:03:36.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:36.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:36.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:03:36.956Z] OK: 217 MiB in 51 packages [2021-01-19T20:03:37.237Z] OK: 217 MiB in 51 packages [2021-01-19T20:03:37.264Z] ---> Running in 9ec5a75547cb [2021-01-19T20:03:37.265Z] ---> ba6685e87ad4 [2021-01-19T20:03:37.265Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T20:03:37.265Z] ---> Running in f11f82ffd659 [2021-01-19T20:03:37.265Z] ---> Running in a060a49e1ec8 [2021-01-19T20:03:37.526Z] OK: 217 MiB in 51 packages [2021-01-19T20:03:37.527Z] ---> Running in 5dda8dbae54b [2021-01-19T20:03:37.527Z] Removing intermediate container 9ec5a75547cb [2021-01-19T20:03:37.527Z] ---> d812dc663ece [2021-01-19T20:03:37.527Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T20:03:37.798Z] ---> Running in 1083eaad0bd7 [2021-01-19T20:03:37.803Z] OK: 217 MiB in 51 packages [2021-01-19T20:03:38.077Z] OK: 217 MiB in 51 packages [2021-01-19T20:03:38.679Z] Removing intermediate container 22b305acc6be [2021-01-19T20:03:38.679Z] ---> c2ac8d3c9a97 [2021-01-19T20:03:38.679Z] Step 6/22 : COPY go.mod . [2021-01-19T20:03:38.745Z] Removing intermediate container 5dda8dbae54b [2021-01-19T20:03:38.745Z] ---> 7df1184bd0e1 [2021-01-19T20:03:38.745Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:03:38.969Z] Removing intermediate container 430b1c01ba21 [2021-01-19T20:03:38.969Z] ---> 85ab306b0d9f [2021-01-19T20:03:38.969Z] Step 6/24 : COPY go.mod . [2021-01-19T20:03:39.249Z] Removing intermediate container e0ee361ab687 [2021-01-19T20:03:39.249Z] ---> 6a18411aef96 [2021-01-19T20:03:39.249Z] Step 6/21 : COPY go.mod . [2021-01-19T20:03:39.845Z] Removing intermediate container 7d3b938e484a [2021-01-19T20:03:39.845Z] ---> d392d642b1bc [2021-01-19T20:03:39.845Z] Step 6/22 : COPY go.mod . ---> 02051369f225 [2021-01-19T20:03:39.845Z] [2021-01-19T20:03:39.845Z] Step 7/22 : RUN go mod download [2021-01-19T20:03:39.845Z] Removing intermediate container c7b791fc062d [2021-01-19T20:03:39.845Z] ---> 14f4e835c192 [2021-01-19T20:03:39.845Z] Step 6/24 : COPY go.mod . [2021-01-19T20:03:40.133Z] ---> Running in 58bf71ec9c70 [2021-01-19T20:03:40.133Z] ---> e58fe242f9f9 [2021-01-19T20:03:40.133Z] Step 7/24 : RUN go mod download [2021-01-19T20:03:40.406Z] ---> Running in effe3f351e3c [2021-01-19T20:03:40.683Z] ---> 0021df1f5e6a [2021-01-19T20:03:40.683Z] Step 7/21 : RUN go mod download [2021-01-19T20:03:40.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:40.689Z] ---> Running in 5abd1a366a9d [2021-01-19T20:03:40.689Z] Removing intermediate container 1083eaad0bd7 [2021-01-19T20:03:40.689Z] ---> ddc4778f4a9a [2021-01-19T20:03:40.689Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T20:03:40.689Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:40.957Z] ---> Running in ba23bd0dc071 [2021-01-19T20:03:40.959Z] Removing intermediate container 5abd1a366a9d [2021-01-19T20:03:40.959Z] ---> e3774ac15154 [2021-01-19T20:03:40.959Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T20:03:41.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:41.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:41.225Z] ---> Running in a7176b9e3675 [2021-01-19T20:03:41.250Z] ---> 2eb612fec391 [2021-01-19T20:03:41.250Z] ---> 6fc7dd7d3f9e [2021-01-19T20:03:41.250Z] Step 7/22 : RUN go mod download [2021-01-19T20:03:41.250Z] Step 7/24 : RUN go mod download [2021-01-19T20:03:41.524Z] ---> Running in 0aafd11ec27c [2021-01-19T20:03:41.524Z] ---> Running in f6ce4ca04a1c [2021-01-19T20:03:41.818Z] OK: 233 MiB in 51 packages [2021-01-19T20:03:42.092Z] ---> 9dff22dbca5a [2021-01-19T20:03:42.092Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T20:03:42.361Z] OK: 233 MiB in 51 packages [2021-01-19T20:03:42.361Z] Removing intermediate container a7176b9e3675 [2021-01-19T20:03:42.361Z] ---> 979793fd7821 [2021-01-19T20:03:42.361Z] Step 22/23 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:03:42.941Z] ---> Running in 1c563db268af [2021-01-19T20:03:43.534Z] ---> a9f072e108fd [2021-01-19T20:03:43.534Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T20:03:44.503Z] Removing intermediate container 1c563db268af [2021-01-19T20:03:44.503Z] ---> dc87a18877a8 [2021-01-19T20:03:44.503Z] Step 23/23 : LABEL version=2.0.0-dev.46 [2021-01-19T20:03:44.939Z] Removing intermediate container 58bf71ec9c70 [2021-01-19T20:03:44.939Z] ---> 8027c71719ec [2021-01-19T20:03:44.939Z] Step 8/22 : COPY . . [2021-01-19T20:03:44.939Z] Removing intermediate container effe3f351e3c [2021-01-19T20:03:44.939Z] ---> 09a1f5f41357 [2021-01-19T20:03:44.939Z] Step 8/24 : COPY . . [2021-01-19T20:03:45.076Z] ---> Running in 515ba08a83fc [2021-01-19T20:03:45.076Z] Removing intermediate container f11f82ffd659 [2021-01-19T20:03:45.076Z] ---> b22be7e420e5 [2021-01-19T20:03:45.076Z] Step 6/24 : COPY go.mod . [2021-01-19T20:03:45.225Z] Removing intermediate container ba23bd0dc071 [2021-01-19T20:03:45.225Z] ---> 9584bb914ad8 [2021-01-19T20:03:45.225Z] Step 8/21 : COPY . . [2021-01-19T20:03:45.439Z] ---> cbf0536abf37 [2021-01-19T20:03:45.440Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T20:03:45.829Z] Removing intermediate container 0aafd11ec27c [2021-01-19T20:03:45.829Z] ---> 54d45c144252 [2021-01-19T20:03:45.829Z] Step 8/24 : COPY . . [2021-01-19T20:03:45.829Z] Removing intermediate container f6ce4ca04a1c [2021-01-19T20:03:45.829Z] ---> dbc3cfef72d9 [2021-01-19T20:03:45.829Z] Step 8/22 : COPY . . [2021-01-19T20:03:46.537Z] ---> Running in a0fcacfa24e4 [2021-01-19T20:03:46.537Z] Removing intermediate container a060a49e1ec8 [2021-01-19T20:03:46.537Z] ---> a08e94dbe472 [2021-01-19T20:03:46.537Z] Step 6/22 : COPY go.mod . [2021-01-19T20:03:46.537Z] Removing intermediate container 515ba08a83fc [2021-01-19T20:03:46.537Z] ---> d87b5e173af6 [2021-01-19T20:03:46.537Z] [2021-01-19T20:03:46.882Z] ---> f15d3c3a34dd [2021-01-19T20:03:46.882Z] Step 7/24 : RUN go mod download [2021-01-19T20:03:47.183Z] Successfully built d87b5e173af6 [2021-01-19T20:03:47.183Z] Successfully tagged docker-core-data-go:latest [2021-01-19T20:03:47.183Z] Building docker-security-bootstrap-redis-go [2021-01-19T20:03:47.183Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:03:47.183Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:03:47.183Z] ---> e54010de4379 [2021-01-19T20:03:47.183Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T20:03:47.183Z] ---> Using cache [2021-01-19T20:03:47.183Z] ---> c715b90f8f2a [2021-01-19T20:03:47.183Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:03:47.183Z] ---> Using cache [2021-01-19T20:03:47.183Z] ---> 6cf58f4e0005 [2021-01-19T20:03:47.183Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T20:03:47.183Z] ---> Using cache [2021-01-19T20:03:47.183Z] ---> a08e94dbe472 [2021-01-19T20:03:47.183Z] Step 6/24 : COPY go.mod . [2021-01-19T20:03:48.709Z] ---> b1a78e91706f [2021-01-19T20:03:48.709Z] ---> 4a00653a53ad [2021-01-19T20:03:48.709Z] Step 7/24 : RUN go mod downloadStep 7/22 : RUN go mod download [2021-01-19T20:03:48.709Z] [2021-01-19T20:03:48.709Z] ---> Running in b19bb328d424 [2021-01-19T20:03:48.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:48.709Z] ---> Running in 7b8bf668f28f [2021-01-19T20:03:48.709Z] ---> Running in 1cccf4df8b42 [2021-01-19T20:03:48.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:03:48.971Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T20:03:48.971Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T20:03:48.971Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T20:03:48.971Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T20:03:49.235Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T20:03:49.235Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T20:03:49.235Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T20:03:53.467Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T20:03:53.467Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T20:03:53.467Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T20:03:53.467Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T20:03:53.467Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T20:03:53.467Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T20:03:53.467Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T20:03:53.467Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T20:03:53.467Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T20:03:54.047Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T20:03:54.625Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T20:03:54.888Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T20:03:55.152Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T20:03:55.152Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T20:03:55.426Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T20:03:56.004Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T20:03:56.270Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T20:03:56.270Z] Removing intermediate container 7b8bf668f28f [2021-01-19T20:03:56.271Z] ---> 78662b51da7c [2021-01-19T20:03:56.271Z] Step 8/24 : COPY . . [2021-01-19T20:03:56.271Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T20:03:56.545Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T20:03:57.124Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T20:03:57.396Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T20:03:57.396Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T20:03:57.396Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T20:03:57.396Z] Removing intermediate container b19bb328d424 [2021-01-19T20:03:57.396Z] ---> 66bc95e22190 [2021-01-19T20:03:57.396Z] Step 8/24 : COPY . . [2021-01-19T20:03:57.396Z] Removing intermediate container 1cccf4df8b42 [2021-01-19T20:03:57.396Z] ---> 8e56bc334943 [2021-01-19T20:03:57.396Z] Step 8/22 : COPY . . [2021-01-19T20:03:57.396Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T20:03:57.664Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T20:03:57.664Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T20:04:01.948Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:04:02.222Z] OK: 71 MiB in 55 packages [2021-01-19T20:04:04.161Z] ---> 74d446969fed [2021-01-19T20:04:04.161Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T20:04:04.161Z] ---> 1ea1bc8272f4 [2021-01-19T20:04:04.161Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T20:04:04.161Z] ---> 95d8893cd0a5 [2021-01-19T20:04:04.161Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T20:04:04.161Z] ---> b9687c5786a6 [2021-01-19T20:04:04.161Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T20:04:04.161Z] ---> d04a8999c204 [2021-01-19T20:04:04.161Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T20:04:04.161Z] ---> Running in cfbcdd081451 [2021-01-19T20:04:04.161Z] ---> Running in 1e0ac3ee67df [2021-01-19T20:04:04.161Z] ---> Running in 6e29d0beb8d6 [2021-01-19T20:04:04.161Z] ---> Running in 7bfaeb10aa2c [2021-01-19T20:04:04.161Z] ---> Running in 83e074567572 [2021-01-19T20:04:06.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T20:04:06.157Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T20:04:06.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T20:04:06.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T20:04:06.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T20:04:08.899Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:04:08.899Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:04:08.899Z] ---> e54010de4379 [2021-01-19T20:04:08.899Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:04:08.899Z] ---> Using cache [2021-01-19T20:04:08.899Z] ---> c715b90f8f2a [2021-01-19T20:04:08.899Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:04:08.899Z] ---> Using cache [2021-01-19T20:04:08.899Z] ---> 6cf58f4e0005 [2021-01-19T20:04:08.899Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:04:08.899Z] ---> Using cache [2021-01-19T20:04:08.899Z] ---> a08e94dbe472 [2021-01-19T20:04:08.899Z] Step 6/22 : COPY go.mod . [2021-01-19T20:04:08.899Z] ---> Using cache [2021-01-19T20:04:08.899Z] ---> b1a78e91706f [2021-01-19T20:04:08.899Z] Step 7/22 : RUN go mod download [2021-01-19T20:04:08.899Z] ---> Using cache [2021-01-19T20:04:08.899Z] ---> 78662b51da7c [2021-01-19T20:04:08.899Z] Step 8/22 : COPY . . [2021-01-19T20:04:35.827Z] ---> f4fae92f55c6 [2021-01-19T20:04:35.827Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T20:04:35.827Z] ---> 45242f2204e7 [2021-01-19T20:04:35.827Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T20:04:35.827Z] ---> 11fcae007c6e [2021-01-19T20:04:35.827Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T20:04:36.403Z] ---> Running in 6ab3dd9f1f85 [2021-01-19T20:04:36.403Z] ---> Running in 4b29ea61524a [2021-01-19T20:04:36.403Z] ---> Running in fccc8242911e [2021-01-19T20:04:36.668Z] ---> 0ff732209ae2 [2021-01-19T20:04:36.668Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T20:04:36.930Z] Removing intermediate container a0fcacfa24e4 [2021-01-19T20:04:36.930Z] ---> 32c8c4f1ed18 [2021-01-19T20:04:36.930Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T20:04:37.881Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T20:04:37.881Z] ---> Running in 08f0ba25164e [2021-01-19T20:04:37.881Z] ---> Running in 66a1696985f3 [2021-01-19T20:04:38.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T20:04:38.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T20:04:39.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T20:04:42.455Z] Collecting docker-compose==1.23.2 [2021-01-19T20:04:42.455Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T20:04:43.445Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T20:04:43.445Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T20:04:44.059Z] Collecting PyYAML<4,>=3.10 [2021-01-19T20:04:44.059Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T20:04:45.521Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T20:04:45.521Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T20:04:46.950Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T20:04:46.950Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T20:04:47.220Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T20:04:47.220Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T20:04:47.220Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T20:04:47.220Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T20:04:49.801Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T20:04:49.801Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T20:04:49.801Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T20:04:49.801Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T20:04:49.801Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T20:04:49.801Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T20:04:50.386Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T20:04:50.386Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-19T20:04:50.386Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-19T20:04:50.386Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T20:04:50.386Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T20:04:50.653Z] Collecting idna<2.8,>=2.5 [2021-01-19T20:04:50.653Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T20:04:50.922Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T20:04:50.922Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T20:04:50.922Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T20:04:50.922Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T20:04:50.922Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T20:04:50.922Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T20:04:51.200Z] Installing collected packages: urllib3, idna, requests, PyYAML, dockerpty, websocket-client, docker-pycreds, docker, jsonschema, docopt, cached-property, texttable, docker-compose [2021-01-19T20:04:51.200Z] Attempting uninstall: urllib3 [2021-01-19T20:04:51.200Z] Found existing installation: urllib3 1.25.9 [2021-01-19T20:04:51.200Z] Uninstalling urllib3-1.25.9: [2021-01-19T20:04:51.200Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T20:04:51.468Z] Attempting uninstall: idna [2021-01-19T20:04:51.468Z] Found existing installation: idna 2.9 [2021-01-19T20:04:51.468Z] Uninstalling idna-2.9: [2021-01-19T20:04:51.468Z] Successfully uninstalled idna-2.9 [2021-01-19T20:04:51.733Z] Attempting uninstall: requests [2021-01-19T20:04:51.733Z] Found existing installation: requests 2.23.0 [2021-01-19T20:04:51.733Z] Uninstalling requests-2.23.0: [2021-01-19T20:04:52.022Z] Successfully uninstalled requests-2.23.0 [2021-01-19T20:04:52.022Z] Running setup.py install for PyYAML: started [2021-01-19T20:04:53.445Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T20:04:53.445Z] Running setup.py install for dockerpty: started [2021-01-19T20:04:54.029Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T20:04:56.016Z] Running setup.py install for docopt: started [2021-01-19T20:04:56.998Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T20:04:56.998Z] Running setup.py install for texttable: started [2021-01-19T20:04:57.966Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T20:04:58.238Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-19T20:05:02.527Z] Removing intermediate container 66a1696985f3 [2021-01-19T20:05:02.527Z] ---> eb1914e94846 [2021-01-19T20:05:02.527Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T20:05:02.527Z] ---> Running in 6213dfeda3ff [2021-01-19T20:05:03.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:05:03.765Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:05:04.071Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:05:04.071Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T20:05:04.071Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T20:05:04.071Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:05:04.071Z] OK: 72 MiB in 58 packages [2021-01-19T20:05:05.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T20:05:05.771Z] Removing intermediate container 6213dfeda3ff [2021-01-19T20:05:05.771Z] ---> 75b92a38790a [2021-01-19T20:05:05.771Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T20:05:05.771Z] ---> Running in eb6b6ee5a9d6 [2021-01-19T20:05:06.368Z] Removing intermediate container eb6b6ee5a9d6 [2021-01-19T20:05:06.368Z] ---> 20702cd7a2fd [2021-01-19T20:05:06.368Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:05:06.368Z] ---> Running in 7e21a306d989 [2021-01-19T20:05:06.959Z] Removing intermediate container 7e21a306d989 [2021-01-19T20:05:06.959Z] ---> b840844ea606 [2021-01-19T20:05:06.959Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T20:05:08.406Z] ---> Running in 055c3dd8e863 [2021-01-19T20:05:08.406Z] Removing intermediate container 08f0ba25164e [2021-01-19T20:05:08.406Z] ---> 5076c00304e6 [2021-01-19T20:05:08.406Z] [2021-01-19T20:05:08.406Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T20:05:08.406Z] ---> 389fef711851 [2021-01-19T20:05:08.406Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:05:08.683Z] ---> Running in 793179eb27e1 [2021-01-19T20:05:09.286Z] Removing intermediate container 055c3dd8e863 [2021-01-19T20:05:09.286Z] ---> 352aa3b16344 [2021-01-19T20:05:09.286Z] Step 25/26 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:11.217Z] ---> Running in 3eb467a767c2 [2021-01-19T20:05:11.489Z] Removing intermediate container 4b29ea61524a [2021-01-19T20:05:11.489Z] ---> f00d7bed26d6 [2021-01-19T20:05:11.489Z] [2021-01-19T20:05:11.489Z] Step 10/24 : FROM scratch [2021-01-19T20:05:11.489Z] ---> [2021-01-19T20:05:11.489Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T20:05:11.489Z] Removing intermediate container 3eb467a767c2 [2021-01-19T20:05:11.489Z] ---> 033dfd2cac27 [2021-01-19T20:05:11.489Z] Step 26/26 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:11.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:05:11.767Z] ---> Running in f6a3acbb5cbd [2021-01-19T20:05:11.767Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:05:11.767Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:05:12.036Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:05:12.036Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:05:12.036Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:05:12.036Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:05:12.037Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:05:12.037Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:05:12.037Z] OK: 7 MiB in 19 packages [2021-01-19T20:05:14.617Z] Removing intermediate container f6a3acbb5cbd [2021-01-19T20:05:14.617Z] ---> 0a290e61c110 [2021-01-19T20:05:14.617Z] [2021-01-19T20:05:14.617Z] ---> Running in 47c3ac36a99f [2021-01-19T20:05:16.014Z] Successfully built 0a290e61c110 [2021-01-19T20:05:16.277Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T20:05:16.277Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container fccc8242911e [2021-01-19T20:05:16.277Z] ---> 0aeec0fc71d5 [2021-01-19T20:05:16.277Z] [2021-01-19T20:05:16.277Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T20:05:16.277Z] ---> 389fef711851 [2021-01-19T20:05:16.277Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:05:16.277Z] Removing intermediate container 47c3ac36a99f [2021-01-19T20:05:16.277Z] ---> 130e358f8262 [2021-01-19T20:05:16.277Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T20:05:16.544Z] ---> Running in 692fb5c7e0db [2021-01-19T20:05:16.544Z] ---> Running in 232f50e17aa8 [2021-01-19T20:05:16.544Z] Removing intermediate container 6ab3dd9f1f85 [2021-01-19T20:05:16.544Z] ---> d624a6cd74b6 [2021-01-19T20:05:16.544Z] [2021-01-19T20:05:16.544Z] Step 10/22 : FROM scratch [2021-01-19T20:05:16.544Z] ---> [2021-01-19T20:05:16.544Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:05:16.808Z] ---> Using cache [2021-01-19T20:05:16.808Z] ---> a2b4865380f9 [2021-01-19T20:05:16.808Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T20:05:17.393Z] ---> Running in 443b689120f4 [2021-01-19T20:05:17.393Z] Removing intermediate container 793179eb27e1 [2021-01-19T20:05:17.393Z] ---> 7c8bb540a7db [2021-01-19T20:05:17.393Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T20:05:17.393Z] Removing intermediate container 692fb5c7e0db [2021-01-19T20:05:17.393Z] ---> aa033ebd715f [2021-01-19T20:05:17.393Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T20:05:17.393Z] ---> Running in 06a8c6e9e075 [2021-01-19T20:05:17.393Z] ---> Running in a90a2b12945b [2021-01-19T20:05:17.393Z] Removing intermediate container 443b689120f4 [2021-01-19T20:05:17.393Z] ---> cd143327949c [2021-01-19T20:05:17.393Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:05:17.663Z] ---> Running in b4058f3d83e6 [2021-01-19T20:05:17.663Z] Removing intermediate container 06a8c6e9e075 [2021-01-19T20:05:17.663Z] ---> 5958c9a019f5 [2021-01-19T20:05:17.663Z] Step 13/22 : WORKDIR / [2021-01-19T20:05:17.663Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T20:05:17.663Z] Removing intermediate container a90a2b12945b [2021-01-19T20:05:17.663Z] ---> c4414c8a70bb [2021-01-19T20:05:17.663Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T20:05:17.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T20:05:17.928Z] ---> Running in 4c8cbd1cab1e [2021-01-19T20:05:17.928Z] Removing intermediate container b4058f3d83e6 [2021-01-19T20:05:17.928Z] ---> 53e41ec24bdc [2021-01-19T20:05:17.928Z] Step 14/22 : WORKDIR / [2021-01-19T20:05:17.928Z] ---> Running in 6a63a10078eb [2021-01-19T20:05:17.928Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:05:17.928Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:05:17.928Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:05:17.928Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:05:18.192Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:05:18.192Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:05:18.192Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:05:18.192Z] OK: 7 MiB in 19 packages [2021-01-19T20:05:18.460Z] ---> f2e5a61802c4 [2021-01-19T20:05:18.460Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T20:05:18.460Z] Removing intermediate container 4c8cbd1cab1e [2021-01-19T20:05:18.460Z] ---> d7a84fd0005a [2021-01-19T20:05:18.460Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:05:18.460Z] Removing intermediate container 6a63a10078eb [2021-01-19T20:05:18.460Z] ---> c69c4dd5cbb6 [2021-01-19T20:05:18.460Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:05:20.395Z] ---> d1d1edb828b8 [2021-01-19T20:05:20.395Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T20:05:20.395Z] ---> cebf0704cbfe [2021-01-19T20:05:20.395Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T20:05:20.667Z] Removing intermediate container 232f50e17aa8 [2021-01-19T20:05:20.667Z] ---> 97adf4621d95 [2021-01-19T20:05:20.667Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:05:20.667Z] ---> 6eeaac855661 [2021-01-19T20:05:20.667Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T20:05:20.667Z] ---> Running in 766399352e5f [2021-01-19T20:05:20.935Z] Removing intermediate container 766399352e5f [2021-01-19T20:05:20.935Z] ---> 5d5b4b9ce27d [2021-01-19T20:05:20.935Z] Step 13/24 : WORKDIR / [2021-01-19T20:05:21.203Z] ---> 03387d93e159 [2021-01-19T20:05:21.203Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T20:05:21.203Z] ---> 63f96fc9fdf8 [2021-01-19T20:05:21.203Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:05:21.203Z] ---> Running in 0da4cd19b443 [2021-01-19T20:05:21.203Z] ---> c6acd94b320d [2021-01-19T20:05:21.203Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:21.467Z] Removing intermediate container 0da4cd19b443 [2021-01-19T20:05:21.467Z] ---> 825275312982 [2021-01-19T20:05:21.467Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T20:05:21.729Z] ---> 9bb453860df4 [2021-01-19T20:05:21.729Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T20:05:21.729Z] ---> d1aa63b04d51 [2021-01-19T20:05:21.729Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T20:05:21.999Z] ---> 265bb9f6ec02 [2021-01-19T20:05:21.999Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:21.999Z] ---> Running in ce6f507e4a50 [2021-01-19T20:05:21.999Z] ---> a151a1dcf5f4 [2021-01-19T20:05:21.999Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T20:05:22.265Z] Removing intermediate container ce6f507e4a50 [2021-01-19T20:05:22.265Z] ---> 3b4761d92134 [2021-01-19T20:05:22.265Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:05:22.535Z] ---> 00a7103eb5ea [2021-01-19T20:05:22.535Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T20:05:22.535Z] ---> Running in c3451d6ba933 [2021-01-19T20:05:22.535Z] ---> c089d1229c2c [2021-01-19T20:05:22.535Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:22.535Z] ---> 5fbd1b301ea7 [2021-01-19T20:05:22.535Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:22.535Z] ---> Running in e69db9dbd9a4 [2021-01-19T20:05:22.805Z] Removing intermediate container c3451d6ba933 [2021-01-19T20:05:22.805Z] ---> 6dc916b8760b [2021-01-19T20:05:22.805Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:05:23.070Z] ---> Running in 71c941861f85 [2021-01-19T20:05:23.070Z] ---> 17e48c538ece [2021-01-19T20:05:23.070Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T20:05:23.070Z] ---> 161682ff19e7 [2021-01-19T20:05:23.070Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T20:05:23.070Z] ---> Running in c5005592a2f1 [2021-01-19T20:05:23.343Z] Removing intermediate container 71c941861f85 [2021-01-19T20:05:23.343Z] ---> b8a12d5dfaff [2021-01-19T20:05:23.343Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:23.343Z] ---> Running in 67b88377152a [2021-01-19T20:05:23.343Z] Removing intermediate container c5005592a2f1 [2021-01-19T20:05:23.343Z] ---> f9f3b140df3b [2021-01-19T20:05:23.343Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:05:23.613Z] ---> Running in 009d74a1511e [2021-01-19T20:05:23.613Z] Removing intermediate container 67b88377152a [2021-01-19T20:05:23.613Z] ---> 4eeace1c6312 [2021-01-19T20:05:23.613Z] Step 22/22 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:23.877Z] ---> e192d45d8408 [2021-01-19T20:05:23.877Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T20:05:23.877Z] ---> Running in 949b59b3a41f [2021-01-19T20:05:23.877Z] Removing intermediate container 009d74a1511e [2021-01-19T20:05:23.877Z] ---> 7c766fea8e60 [2021-01-19T20:05:23.877Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T20:05:24.142Z] ---> Running in 3624281100f1 [2021-01-19T20:05:24.404Z] Removing intermediate container 949b59b3a41f [2021-01-19T20:05:24.404Z] ---> 1a930abdcf0b [2021-01-19T20:05:24.404Z] [2021-01-19T20:05:24.671Z] Removing intermediate container e69db9dbd9a4 [2021-01-19T20:05:24.671Z] ---> 4ef3901ffe4c [2021-01-19T20:05:24.671Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T20:05:24.671Z] Successfully built 1a930abdcf0b [2021-01-19T20:05:24.671Z] ---> f2c7de2e88ce [2021-01-19T20:05:24.671Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T20:05:24.671Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T20:05:24.933Z]  Building docker-core-metadata-go ... done Removing intermediate container 3624281100f1 [2021-01-19T20:05:24.933Z] ---> 8e52ec29b3b0 [2021-01-19T20:05:24.933Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:24.933Z] ---> Running in cc8b12af0a0b [2021-01-19T20:05:24.933Z] ---> Running in 480d6bd63b50 [2021-01-19T20:05:25.196Z] ---> de95ac6151ed [2021-01-19T20:05:25.196Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T20:05:25.196Z] Removing intermediate container cc8b12af0a0b [2021-01-19T20:05:25.196Z] ---> f16cf852d8af [2021-01-19T20:05:25.196Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T20:05:25.196Z] ---> Running in e46a297eae36 [2021-01-19T20:05:25.196Z] Removing intermediate container 480d6bd63b50 [2021-01-19T20:05:25.196Z] ---> 22cb938d9158 [2021-01-19T20:05:25.196Z] Step 24/24 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:25.196Z] ---> Running in 66401489d02b [2021-01-19T20:05:25.525Z] ---> Running in a860258b2076 [2021-01-19T20:05:25.525Z] Removing intermediate container 66401489d02b [2021-01-19T20:05:25.525Z] ---> 9697454442ae [2021-01-19T20:05:25.525Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:25.806Z] Removing intermediate container a860258b2076 [2021-01-19T20:05:25.806Z] ---> 8d106b871e67 [2021-01-19T20:05:25.806Z] [2021-01-19T20:05:25.806Z] ---> Running in 0828bb37a79c [2021-01-19T20:05:25.806Z] Successfully built 8d106b871e67 [2021-01-19T20:05:26.081Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T20:05:26.081Z]  Building docker-support-notifications-go ... done Removing intermediate container 0828bb37a79c [2021-01-19T20:05:26.081Z] ---> 1c5b3a8f654e [2021-01-19T20:05:26.081Z] Step 22/22 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:26.081Z] ---> Running in ae9078f1e418 [2021-01-19T20:05:26.367Z] Removing intermediate container ae9078f1e418 [2021-01-19T20:05:26.367Z] ---> a4a24d3f31c8 [2021-01-19T20:05:26.367Z] [2021-01-19T20:05:26.367Z] Removing intermediate container e46a297eae36 [2021-01-19T20:05:26.367Z] ---> 12e7d87d4fa7 [2021-01-19T20:05:26.367Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T20:05:26.368Z] Successfully built a4a24d3f31c8 [2021-01-19T20:05:26.658Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T20:05:26.658Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 79d1af12abc6 [2021-01-19T20:05:26.658Z] Removing intermediate container 79d1af12abc6 [2021-01-19T20:05:26.658Z] ---> 5e541b18d184 [2021-01-19T20:05:26.658Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T20:05:26.935Z] ---> Running in 4688a96293d4 [2021-01-19T20:05:26.935Z] Removing intermediate container 4688a96293d4 [2021-01-19T20:05:26.935Z] ---> 935e74823bfe [2021-01-19T20:05:26.935Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:27.203Z] ---> Running in 9ac99f904030 [2021-01-19T20:05:27.203Z] Removing intermediate container 9ac99f904030 [2021-01-19T20:05:27.203Z] ---> b7134a2d9e1a [2021-01-19T20:05:27.203Z] Step 24/24 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:27.203Z] ---> Running in 34d4f74fd53b [2021-01-19T20:05:27.469Z] Removing intermediate container 34d4f74fd53b [2021-01-19T20:05:27.469Z] ---> b6e000b387c3 [2021-01-19T20:05:27.469Z] [2021-01-19T20:05:27.732Z] Successfully built b6e000b387c3 [2021-01-19T20:05:27.732Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T20:05:28.314Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2021-01-19T20:05:28.322Z] $ docker stop --time=1 fc797c0558b21baf12d9411477529b39c9f576cd974defcc4e41cbf37c35899c [2021-01-19T20:05:28.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T20:05:29.956Z] $ docker rm -f fc797c0558b21baf12d9411477529b39c9f576cd974defcc4e41cbf37c35899c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T20:05:30.540Z] + docker images [2021-01-19T20:05:30.540Z] + grep docker [2021-01-19T20:05:30.540Z] docker-security-secretstore-setup-go latest b6e000b387c3 3 seconds ago 24.6MB [2021-01-19T20:05:30.540Z] docker-security-bootstrap-redis-go latest a4a24d3f31c8 4 seconds ago 15.8MB [2021-01-19T20:05:30.540Z] docker-support-notifications-go latest 8d106b871e67 5 seconds ago 12MB [2021-01-19T20:05:30.540Z] docker-core-metadata-go latest 1a930abdcf0b 7 seconds ago 13.1MB [2021-01-19T20:05:30.540Z] docker-sys-mgmt-agent-go latest 0a290e61c110 19 seconds ago 313MB [2021-01-19T20:05:30.540Z] docker-core-data-go latest d87b5e173af6 About a minute ago 22.3MB [2021-01-19T20:05:30.540Z] docker-security-proxy-setup-go latest c12e0c9f0054 About a minute ago 24.4MB [2021-01-19T20:05:30.540Z] docker-core-command-go latest aace45bf8117 2 minutes ago 10.6MB [2021-01-19T20:05:30.540Z] docker-support-scheduler-go latest d7b3170cf5a0 2 minutes ago 10.7MB [2021-01-19T20:05:30.540Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T20:05:31.140Z] provisioning config files... [2021-01-19T20:05:31.170Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/307@tmp/config8055828491308715886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:05:31.567Z] ---> docker-login.sh [2021-01-19T20:05:31.567Z] nexus3.edgexfoundry.org:10001 [2021-01-19T20:05:31.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:05:31.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:05:31.831Z] Configure a credential helper to remove this warning. See [2021-01-19T20:05:31.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:05:31.831Z] [2021-01-19T20:05:31.831Z] Login Succeeded [2021-01-19T20:05:31.831Z] nexus3.edgexfoundry.org:10002 [2021-01-19T20:05:31.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:05:31.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:05:31.831Z] Configure a credential helper to remove this warning. See [2021-01-19T20:05:31.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:05:31.831Z] [2021-01-19T20:05:31.831Z] Login Succeeded [2021-01-19T20:05:31.831Z] nexus3.edgexfoundry.org:10003 [2021-01-19T20:05:32.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:05:32.094Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:05:32.094Z] Configure a credential helper to remove this warning. See [2021-01-19T20:05:32.094Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:05:32.094Z] [2021-01-19T20:05:32.094Z] Login Succeeded [2021-01-19T20:05:32.094Z] nexus3.edgexfoundry.org:10004 [2021-01-19T20:05:32.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:05:32.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:05:32.360Z] Configure a credential helper to remove this warning. See [2021-01-19T20:05:32.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:05:32.360Z] [2021-01-19T20:05:32.360Z] Login Succeeded [2021-01-19T20:05:32.360Z] docker.io [2021-01-19T20:05:32.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:05:32.879Z] Removing intermediate container 83e074567572 [2021-01-19T20:05:32.879Z] ---> f947c7e1c2fd [2021-01-19T20:05:32.879Z] [2021-01-19T20:05:32.879Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T20:05:32.879Z] 3.12: Pulling from library/alpine [2021-01-19T20:05:32.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:05:32.883Z] Configure a credential helper to remove this warning. See [2021-01-19T20:05:32.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:05:32.883Z] [2021-01-19T20:05:32.883Z] Login Succeeded [2021-01-19T20:05:32.883Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T20:05:32.892Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:05:33.184Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-19T20:05:33.184Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:33.184Z] 2.0.0-dev.46 [2021-01-19T20:05:33.184Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:33.184Z] master [2021-01-19T20:05:33.184Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:33.736Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:34.040Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:34.040Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T20:05:34.040Z] 754b95f53226: Preparing [2021-01-19T20:05:34.040Z] ca6f120c3093: Preparing [2021-01-19T20:05:34.040Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:34.301Z] 8f6e86a9ccd2: Pushed [2021-01-19T20:05:34.301Z] 754b95f53226: Pushed [2021-01-19T20:05:34.355Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T20:05:34.355Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T20:05:34.355Z] ---> afeebe901d6b [2021-01-19T20:05:34.355Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:05:35.254Z] ca6f120c3093: Pushed [2021-01-19T20:05:35.255Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:cc7696b874fe09bf9db21317c1dfe3ca60d0ea6c1f018fa3a242c6968e40ee6d size: 943 [2021-01-19T20:05:35.351Z] ---> Running in 1e4926e91e06 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:35.829Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:36.132Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.46 [2021-01-19T20:05:36.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T20:05:36.132Z] 754b95f53226: Preparing [2021-01-19T20:05:36.132Z] ca6f120c3093: Preparing [2021-01-19T20:05:36.132Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:36.132Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:36.132Z] 754b95f53226: Layer already exists [2021-01-19T20:05:36.132Z] ca6f120c3093: Layer already exists [2021-01-19T20:05:36.132Z] 2.0.0-dev.46: digest: sha256:cc7696b874fe09bf9db21317c1dfe3ca60d0ea6c1f018fa3a242c6968e40ee6d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:36.440Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:36.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:36.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T20:05:36.742Z] 754b95f53226: Preparing [2021-01-19T20:05:36.742Z] ca6f120c3093: Preparing [2021-01-19T20:05:36.742Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:36.742Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:36.742Z] ca6f120c3093: Layer already exists [2021-01-19T20:05:36.742Z] 754b95f53226: Layer already exists [2021-01-19T20:05:36.742Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:cc7696b874fe09bf9db21317c1dfe3ca60d0ea6c1f018fa3a242c6968e40ee6d size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:36.803Z] Removing intermediate container 6e29d0beb8d6 [2021-01-19T20:05:36.803Z] ---> 9e591c32f103 [2021-01-19T20:05:36.803Z] [2021-01-19T20:05:36.803Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T20:05:36.803Z] ---> afeebe901d6b [2021-01-19T20:05:36.803Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T20:05:37.049Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:37.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:05:37.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:05:37.351Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-19T20:05:37.351Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-19T20:05:37.351Z] 754b95f53226: Preparing [2021-01-19T20:05:37.351Z] ca6f120c3093: Preparing [2021-01-19T20:05:37.351Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:37.351Z] ca6f120c3093: Layer already exists [2021-01-19T20:05:37.351Z] 754b95f53226: Layer already exists [2021-01-19T20:05:37.351Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:37.351Z] master: digest: sha256:cc7696b874fe09bf9db21317c1dfe3ca60d0ea6c1f018fa3a242c6968e40ee6d size: 943 [Pipeline] } [2021-01-19T20:05:37.379Z] ---> Running in df33648891a3 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:05:37.552Z] ===================================================== [Pipeline] echo [2021-01-19T20:05:37.601Z] taggedImages: [2021-01-19T20:05:37.601Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:37.601Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.46 [2021-01-19T20:05:37.601Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:37.601Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-19T20:05:37.668Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-19T20:05:37.668Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:37.668Z] 2.0.0-dev.46 [2021-01-19T20:05:37.668Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:37.668Z] master [2021-01-19T20:05:37.668Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:37.985Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:05:37.985Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:05:37.985Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:05:37.985Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:05:37.985Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:05:37.985Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:05:37.985Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:05:38.144Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:38.274Z] OK: 7 MiB in 19 packages [2021-01-19T20:05:38.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:38.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T20:05:38.447Z] c3dc03ec26da: Preparing [2021-01-19T20:05:38.447Z] 827f494ebd2c: Preparing [2021-01-19T20:05:38.447Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:38.447Z] 4a118303912f: Preparing [2021-01-19T20:05:38.447Z] f834ac14f5aa: Preparing [2021-01-19T20:05:38.447Z] 777b2c648970: Preparing [2021-01-19T20:05:38.447Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:38.447Z] 777b2c648970: Layer already exists [2021-01-19T20:05:38.713Z] c3dc03ec26da: Pushed [2021-01-19T20:05:38.713Z] f834ac14f5aa: Pushed [2021-01-19T20:05:38.713Z] 4a118303912f: Pushed [2021-01-19T20:05:39.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:05:39.256Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:05:39.535Z] Removing intermediate container cfbcdd081451 [2021-01-19T20:05:39.535Z] ---> 131594998539 [2021-01-19T20:05:39.535Z] Removing intermediate container 1e0ac3ee67df [2021-01-19T20:05:39.535Z] ---> 671060019fa7 [2021-01-19T20:05:39.535Z] [2021-01-19T20:05:39.535Z] Step 10/21 : FROM scratch [2021-01-19T20:05:39.535Z] ---> [2021-01-19T20:05:39.535Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:05:39.535Z] [2021-01-19T20:05:39.535Z] Step 10/24 : FROM scratch [2021-01-19T20:05:39.535Z] ---> [2021-01-19T20:05:39.535Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T20:05:39.535Z] Removing intermediate container 7bfaeb10aa2c [2021-01-19T20:05:39.535Z] ---> 8bf46f513023 [2021-01-19T20:05:39.535Z] [2021-01-19T20:05:39.812Z] Step 10/22 : FROM scratch [2021-01-19T20:05:39.812Z] ---> [2021-01-19T20:05:39.812Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:05:39.812Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T20:05:39.812Z] ---> Running in ceecfd852b85 [2021-01-19T20:05:39.812Z] ---> Running in 848afae3f05a [2021-01-19T20:05:39.812Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:05:39.812Z] ---> Running in ffc08a9f3988 [2021-01-19T20:05:39.812Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T20:05:39.812Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T20:05:40.092Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T20:05:40.092Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:05:40.092Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:05:40.104Z] 827f494ebd2c: Pushed [2021-01-19T20:05:40.104Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:ce3faece4fa1d76d4a4e2a3a2b602637074e337d849e13568b2a66e57be52e72 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:40.370Z] OK: 7 MiB in 19 packages [2021-01-19T20:05:40.420Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:40.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.46 [2021-01-19T20:05:40.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T20:05:40.723Z] c3dc03ec26da: Preparing [2021-01-19T20:05:40.723Z] 827f494ebd2c: Preparing [2021-01-19T20:05:40.723Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:40.723Z] 4a118303912f: Preparing [2021-01-19T20:05:40.723Z] f834ac14f5aa: Preparing [2021-01-19T20:05:40.723Z] 777b2c648970: Preparing [2021-01-19T20:05:40.723Z] 777b2c648970: Waiting [2021-01-19T20:05:40.723Z] 827f494ebd2c: Layer already exists [2021-01-19T20:05:40.723Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:40.723Z] f834ac14f5aa: Layer already exists [2021-01-19T20:05:40.723Z] 4a118303912f: Layer already exists [2021-01-19T20:05:40.723Z] c3dc03ec26da: Layer already exists [2021-01-19T20:05:40.723Z] 777b2c648970: Layer already exists [2021-01-19T20:05:40.723Z] 2.0.0-dev.46: digest: sha256:ce3faece4fa1d76d4a4e2a3a2b602637074e337d849e13568b2a66e57be52e72 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:40.968Z] Removing intermediate container ceecfd852b85 [2021-01-19T20:05:40.968Z] ---> dd8ac4cefc98 [2021-01-19T20:05:40.968Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T20:05:40.968Z] Removing intermediate container 848afae3f05a [2021-01-19T20:05:40.968Z] ---> a18347c9e6c9 [2021-01-19T20:05:40.968Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T20:05:40.968Z] Removing intermediate container ffc08a9f3988 [2021-01-19T20:05:40.968Z] ---> e86f5116116f [2021-01-19T20:05:40.968Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T20:05:40.968Z] ---> Running in 0ce3e41fa4bb [2021-01-19T20:05:40.968Z] ---> Running in 2de2e9ad7bf2 [2021-01-19T20:05:40.968Z] ---> Running in a9a87e0a5f13 [2021-01-19T20:05:41.032Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:41.239Z] Removing intermediate container 1e4926e91e06 [2021-01-19T20:05:41.240Z] ---> 845a81a66ba3 [2021-01-19T20:05:41.240Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T20:05:41.336Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:41.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T20:05:41.336Z] c3dc03ec26da: Preparing [2021-01-19T20:05:41.336Z] 827f494ebd2c: Preparing [2021-01-19T20:05:41.336Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:41.336Z] 4a118303912f: Preparing [2021-01-19T20:05:41.336Z] f834ac14f5aa: Preparing [2021-01-19T20:05:41.336Z] 777b2c648970: Preparing [2021-01-19T20:05:41.336Z] 777b2c648970: Waiting [2021-01-19T20:05:41.336Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:41.336Z] c3dc03ec26da: Layer already exists [2021-01-19T20:05:41.336Z] 4a118303912f: Layer already exists [2021-01-19T20:05:41.336Z] f834ac14f5aa: Layer already exists [2021-01-19T20:05:41.336Z] 827f494ebd2c: Layer already exists [2021-01-19T20:05:41.336Z] 777b2c648970: Layer already exists [2021-01-19T20:05:41.336Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:ce3faece4fa1d76d4a4e2a3a2b602637074e337d849e13568b2a66e57be52e72 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:41.510Z] ---> Running in 02eb6ac1cc14 [2021-01-19T20:05:41.657Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:41.793Z] Removing intermediate container 2de2e9ad7bf2 [2021-01-19T20:05:41.793Z] ---> 699eb7807a7a [2021-01-19T20:05:41.793Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T20:05:41.793Z] Removing intermediate container 0ce3e41fa4bb [2021-01-19T20:05:41.793Z] ---> f579a1b0be6c [2021-01-19T20:05:41.793Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T20:05:41.793Z] Removing intermediate container a9a87e0a5f13 [2021-01-19T20:05:41.793Z] ---> 7cb25dbcccc2 [2021-01-19T20:05:41.793Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:05:41.793Z] ---> Running in 2f7a46735f9d [2021-01-19T20:05:41.793Z] ---> Running in 7a77d9ea04a3 [2021-01-19T20:05:42.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-19T20:05:42.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-19T20:05:42.002Z] c3dc03ec26da: Preparing [2021-01-19T20:05:42.002Z] 827f494ebd2c: Preparing [2021-01-19T20:05:42.002Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:42.002Z] 4a118303912f: Preparing [2021-01-19T20:05:42.002Z] f834ac14f5aa: Preparing [2021-01-19T20:05:42.002Z] 777b2c648970: Preparing [2021-01-19T20:05:42.002Z] 777b2c648970: Waiting [2021-01-19T20:05:42.002Z] 4a118303912f: Layer already exists [2021-01-19T20:05:42.002Z] 827f494ebd2c: Layer already exists [2021-01-19T20:05:42.002Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:42.002Z] f834ac14f5aa: Layer already exists [2021-01-19T20:05:42.002Z] c3dc03ec26da: Layer already exists [2021-01-19T20:05:42.002Z] 777b2c648970: Layer already exists [2021-01-19T20:05:42.002Z] master: digest: sha256:ce3faece4fa1d76d4a4e2a3a2b602637074e337d849e13568b2a66e57be52e72 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-19T20:05:42.073Z] ---> Running in d1c8746f8e66 [2021-01-19T20:05:42.073Z] Removing intermediate container 02eb6ac1cc14 [2021-01-19T20:05:42.073Z] ---> ba97ca4596ea [2021-01-19T20:05:42.073Z] Step 13/22 : WORKDIR / [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:05:42.208Z] ===================================================== [Pipeline] echo [2021-01-19T20:05:42.255Z] taggedImages: [2021-01-19T20:05:42.255Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:42.255Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.46 [2021-01-19T20:05:42.255Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:42.255Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-19T20:05:42.322Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-19T20:05:42.322Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:42.322Z] 2.0.0-dev.46 [2021-01-19T20:05:42.322Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:42.322Z] master [2021-01-19T20:05:42.322Z] ===================================================== [2021-01-19T20:05:42.346Z] Removing intermediate container df33648891a3 [2021-01-19T20:05:42.346Z] ---> b534be2ed0af [2021-01-19T20:05:42.346Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:05:42.346Z] ---> Running in a6eb6658da88 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:42.621Z] Removing intermediate container 7a77d9ea04a3 [2021-01-19T20:05:42.621Z] ---> 0234387d1c92 [2021-01-19T20:05:42.621Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T20:05:42.621Z] Removing intermediate container 2f7a46735f9d [2021-01-19T20:05:42.621Z] ---> 7c8db0c75136 [2021-01-19T20:05:42.621Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:05:42.621Z] Removing intermediate container d1c8746f8e66 [2021-01-19T20:05:42.621Z] ---> 15cb266dbb9e [2021-01-19T20:05:42.621Z] Step 14/22 : WORKDIR / [2021-01-19T20:05:42.621Z] ---> Running in 92479a100af8 [2021-01-19T20:05:42.897Z] ---> Running in a14fd3175b21 [2021-01-19T20:05:43.170Z] Removing intermediate container a6eb6658da88 [2021-01-19T20:05:43.171Z] ---> 4de35f032104 [2021-01-19T20:05:43.171Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:05:43.348Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:43.443Z] Removing intermediate container 92479a100af8 [2021-01-19T20:05:43.444Z] ---> a0fdc1f73de5 [2021-01-19T20:05:43.444Z] Step 13/24 : WORKDIR / [2021-01-19T20:05:43.444Z] ---> 066e653de36d [2021-01-19T20:05:43.444Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:43.720Z] ---> Running in 072e7c4d9d5e [2021-01-19T20:05:43.720Z] Removing intermediate container a14fd3175b21 [2021-01-19T20:05:43.720Z] ---> 70b3200a8000 [2021-01-19T20:05:43.720Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:05:43.720Z] ---> 917535710389 [2021-01-19T20:05:43.720Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T20:05:43.932Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:43.932Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T20:05:43.932Z] 1f3f65075f7b: Preparing [2021-01-19T20:05:43.932Z] 547cba8aea82: Preparing [2021-01-19T20:05:43.932Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:43.932Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:44.213Z] 1f3f65075f7b: Pushed [2021-01-19T20:05:44.341Z] ---> bc89b13848f4 [2021-01-19T20:05:44.342Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T20:05:44.342Z] Removing intermediate container 072e7c4d9d5e [2021-01-19T20:05:44.342Z] ---> 03c8906d73de [2021-01-19T20:05:44.342Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T20:05:44.643Z] ---> 825f5882c868 [2021-01-19T20:05:44.643Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T20:05:45.655Z] 547cba8aea82: Pushed [2021-01-19T20:05:45.684Z] ---> 20e3873b035d [2021-01-19T20:05:45.684Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:45.685Z] ---> 8f08f10b1314 [2021-01-19T20:05:45.685Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T20:05:45.926Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:9b6f9f69111b3d3c7929a4dd638eae08cda312c5cb098bb1eee3ff2e709ac0d7 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:46.001Z] ---> a212b0e7dd71 [2021-01-19T20:05:46.002Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T20:05:46.002Z] ---> f74e15e63c17 [2021-01-19T20:05:46.002Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T20:05:46.303Z] ---> 435f51f6c616 [2021-01-19T20:05:46.303Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:46.308Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:46.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.46 [2021-01-19T20:05:46.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T20:05:46.659Z] 1f3f65075f7b: Preparing [2021-01-19T20:05:46.659Z] 547cba8aea82: Preparing [2021-01-19T20:05:46.659Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:46.659Z] 547cba8aea82: Layer already exists [2021-01-19T20:05:46.659Z] 1f3f65075f7b: Layer already exists [2021-01-19T20:05:46.659Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:46.659Z] 2.0.0-dev.46: digest: sha256:9b6f9f69111b3d3c7929a4dd638eae08cda312c5cb098bb1eee3ff2e709ac0d7 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:46.960Z] ---> b196938cc0c5 [2021-01-19T20:05:46.960Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T20:05:46.960Z] ---> Running in 46e177a52f41 [2021-01-19T20:05:47.017Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:47.247Z] ---> b083b9fb4ecd [2021-01-19T20:05:47.247Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:47.247Z] ---> 8b6ba3bbab33 [2021-01-19T20:05:47.247Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:47.247Z] ---> ba32e997583d [2021-01-19T20:05:47.247Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T20:05:47.363Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:47.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T20:05:47.363Z] 1f3f65075f7b: Preparing [2021-01-19T20:05:47.363Z] 547cba8aea82: Preparing [2021-01-19T20:05:47.363Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:47.363Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:47.363Z] 547cba8aea82: Layer already exists [2021-01-19T20:05:47.363Z] 1f3f65075f7b: Layer already exists [2021-01-19T20:05:47.363Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:9b6f9f69111b3d3c7929a4dd638eae08cda312c5cb098bb1eee3ff2e709ac0d7 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:47.532Z] ---> f7e69d269f2f [2021-01-19T20:05:47.532Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:05:47.532Z] ---> Running in 034ed82139b0 [2021-01-19T20:05:47.703Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:47.812Z] Removing intermediate container 46e177a52f41 [2021-01-19T20:05:47.812Z] ---> 91dffb0de8d9 [2021-01-19T20:05:47.812Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:05:47.812Z] ---> Running in d3f634a2ec3c [2021-01-19T20:05:48.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-19T20:05:48.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-19T20:05:48.011Z] 1f3f65075f7b: Preparing [2021-01-19T20:05:48.011Z] 547cba8aea82: Preparing [2021-01-19T20:05:48.011Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:48.011Z] 547cba8aea82: Layer already exists [2021-01-19T20:05:48.011Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:48.011Z] 1f3f65075f7b: Layer already exists [2021-01-19T20:05:48.011Z] master: digest: sha256:9b6f9f69111b3d3c7929a4dd638eae08cda312c5cb098bb1eee3ff2e709ac0d7 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-19T20:05:48.097Z] ---> 090bd8fa0d14 [2021-01-19T20:05:48.097Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T20:05:48.097Z] Removing intermediate container 034ed82139b0 [2021-01-19T20:05:48.097Z] ---> 41d7b16b8311 [2021-01-19T20:05:48.097Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:05:48.207Z] ===================================================== [Pipeline] echo [2021-01-19T20:05:48.252Z] taggedImages: [2021-01-19T20:05:48.252Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:48.252Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.46 [2021-01-19T20:05:48.252Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:48.252Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-19T20:05:48.314Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-19T20:05:48.314Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:48.314Z] 2.0.0-dev.46 [2021-01-19T20:05:48.314Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:48.314Z] master [2021-01-19T20:05:48.314Z] ===================================================== [2021-01-19T20:05:48.375Z] ---> 8392ee021bef [2021-01-19T20:05:48.375Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T20:05:48.375Z] ---> Running in 851cc4cec3dd [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:48.651Z] ---> 9df197e50361 [2021-01-19T20:05:48.651Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T20:05:48.651Z] ---> Running in 4505ca90d362 [2021-01-19T20:05:48.651Z] Removing intermediate container d3f634a2ec3c [2021-01-19T20:05:48.651Z] ---> 7af99eae3910 [2021-01-19T20:05:48.651Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T20:05:48.874Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:48.937Z] ---> Running in cdc5e396947e [2021-01-19T20:05:49.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:49.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T20:05:49.175Z] 90badf4f1fe6: Preparing [2021-01-19T20:05:49.175Z] c2a84939a0fa: Preparing [2021-01-19T20:05:49.175Z] 5be39d3421af: Preparing [2021-01-19T20:05:49.175Z] 979e1b20b4d4: Preparing [2021-01-19T20:05:49.175Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:49.175Z] c2128729b4da: Preparing [2021-01-19T20:05:49.175Z] 777b2c648970: Preparing [2021-01-19T20:05:49.175Z] c2128729b4da: Waiting [2021-01-19T20:05:49.175Z] 777b2c648970: Waiting [2021-01-19T20:05:49.175Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:49.214Z] Removing intermediate container 851cc4cec3dd [2021-01-19T20:05:49.214Z] ---> ab8e5b82536f [2021-01-19T20:05:49.214Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T20:05:49.437Z] c2a84939a0fa: Pushed [2021-01-19T20:05:49.437Z] 5be39d3421af: Pushed [2021-01-19T20:05:49.437Z] 90badf4f1fe6: Pushed [2021-01-19T20:05:49.437Z] 777b2c648970: Layer already exists [2021-01-19T20:05:49.700Z] c2128729b4da: Pushed [2021-01-19T20:05:49.817Z] ---> Running in 83ddaf848aea [2021-01-19T20:05:49.962Z] 979e1b20b4d4: Pushed [2021-01-19T20:05:50.097Z] Removing intermediate container cdc5e396947e [2021-01-19T20:05:50.097Z] ---> d96b1ed2ff85 [2021-01-19T20:05:50.097Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:50.097Z] ---> 7b95474b0009 [2021-01-19T20:05:50.097Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T20:05:50.224Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:f74c40d98a498c3f4f17b73acc1f2e800ba9459e50f32c957dae06988da8fa4d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:50.378Z] ---> Running in a2958b057be4 [2021-01-19T20:05:50.535Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:50.649Z] Removing intermediate container 83ddaf848aea [2021-01-19T20:05:50.649Z] ---> 959ed6395567 [2021-01-19T20:05:50.649Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:50.649Z] ---> c922b84fe937 [2021-01-19T20:05:50.649Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T20:05:50.928Z] ---> Running in 64af7228fb28 [2021-01-19T20:05:50.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.46 [2021-01-19T20:05:50.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T20:05:50.963Z] 90badf4f1fe6: Preparing [2021-01-19T20:05:50.963Z] c2a84939a0fa: Preparing [2021-01-19T20:05:50.963Z] 5be39d3421af: Preparing [2021-01-19T20:05:50.963Z] 979e1b20b4d4: Preparing [2021-01-19T20:05:50.963Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:50.963Z] c2128729b4da: Preparing [2021-01-19T20:05:50.963Z] 777b2c648970: Preparing [2021-01-19T20:05:50.963Z] c2128729b4da: Waiting [2021-01-19T20:05:50.963Z] 777b2c648970: Waiting [2021-01-19T20:05:50.963Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:50.963Z] c2a84939a0fa: Layer already exists [2021-01-19T20:05:50.963Z] 979e1b20b4d4: Layer already exists [2021-01-19T20:05:50.963Z] 5be39d3421af: Layer already exists [2021-01-19T20:05:50.963Z] 90badf4f1fe6: Layer already exists [2021-01-19T20:05:50.963Z] 777b2c648970: Layer already exists [2021-01-19T20:05:50.963Z] c2128729b4da: Layer already exists [2021-01-19T20:05:50.963Z] 2.0.0-dev.46: digest: sha256:f74c40d98a498c3f4f17b73acc1f2e800ba9459e50f32c957dae06988da8fa4d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:51.202Z] Removing intermediate container a2958b057be4 [2021-01-19T20:05:51.202Z] ---> 333352e6f3b0 [2021-01-19T20:05:51.202Z] Step 21/21 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:51.332Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:51.477Z] ---> 1390565ae9a3 [2021-01-19T20:05:51.477Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T20:05:51.477Z] ---> Running in 4ed055e154f3 [2021-01-19T20:05:51.477Z] Removing intermediate container 4505ca90d362 [2021-01-19T20:05:51.477Z] ---> 5d765d227822 [2021-01-19T20:05:51.477Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T20:05:51.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:51.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T20:05:51.668Z] 90badf4f1fe6: Preparing [2021-01-19T20:05:51.668Z] c2a84939a0fa: Preparing [2021-01-19T20:05:51.668Z] 5be39d3421af: Preparing [2021-01-19T20:05:51.668Z] 979e1b20b4d4: Preparing [2021-01-19T20:05:51.668Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:51.668Z] c2128729b4da: Preparing [2021-01-19T20:05:51.668Z] 777b2c648970: Preparing [2021-01-19T20:05:51.668Z] c2128729b4da: Waiting [2021-01-19T20:05:51.668Z] 777b2c648970: Waiting [2021-01-19T20:05:51.668Z] c2a84939a0fa: Layer already exists [2021-01-19T20:05:51.668Z] 90badf4f1fe6: Layer already exists [2021-01-19T20:05:51.668Z] 5be39d3421af: Layer already exists [2021-01-19T20:05:51.668Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:51.668Z] 979e1b20b4d4: Layer already exists [2021-01-19T20:05:51.668Z] 777b2c648970: Layer already exists [2021-01-19T20:05:51.668Z] c2128729b4da: Layer already exists [2021-01-19T20:05:51.668Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:f74c40d98a498c3f4f17b73acc1f2e800ba9459e50f32c957dae06988da8fa4d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:51.846Z] ---> 32e496db932a [2021-01-19T20:05:51.846Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T20:05:51.846Z] Removing intermediate container 64af7228fb28 [2021-01-19T20:05:51.846Z] ---> 40006ec01fa1 [2021-01-19T20:05:51.846Z] Step 22/22 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:51.846Z] ---> Running in 39e589480dbc [2021-01-19T20:05:51.986Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:52.193Z] ---> Running in 98ed0b2f9377 [2021-01-19T20:05:52.193Z] ---> Running in 7d6a02e6086a [2021-01-19T20:05:52.193Z] Removing intermediate container 4ed055e154f3 [2021-01-19T20:05:52.193Z] ---> dc119af42a28 [2021-01-19T20:05:52.193Z] [2021-01-19T20:05:52.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-19T20:05:52.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-19T20:05:52.317Z] 90badf4f1fe6: Preparing [2021-01-19T20:05:52.317Z] c2a84939a0fa: Preparing [2021-01-19T20:05:52.317Z] 5be39d3421af: Preparing [2021-01-19T20:05:52.317Z] 979e1b20b4d4: Preparing [2021-01-19T20:05:52.317Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:05:52.317Z] c2128729b4da: Preparing [2021-01-19T20:05:52.317Z] 777b2c648970: Preparing [2021-01-19T20:05:52.317Z] c2128729b4da: Waiting [2021-01-19T20:05:52.317Z] 777b2c648970: Waiting [2021-01-19T20:05:52.317Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:05:52.317Z] 5be39d3421af: Layer already exists [2021-01-19T20:05:52.317Z] 979e1b20b4d4: Layer already exists [2021-01-19T20:05:52.317Z] 90badf4f1fe6: Layer already exists [2021-01-19T20:05:52.317Z] c2a84939a0fa: Layer already exists [2021-01-19T20:05:52.317Z] c2128729b4da: Layer already exists [2021-01-19T20:05:52.317Z] 777b2c648970: Layer already exists [2021-01-19T20:05:52.317Z] master: digest: sha256:f74c40d98a498c3f4f17b73acc1f2e800ba9459e50f32c957dae06988da8fa4d size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:05:52.518Z] ===================================================== [2021-01-19T20:05:52.519Z] ---> dbf35feb7345 [2021-01-19T20:05:52.519Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T20:05:52.519Z] Removing intermediate container 39e589480dbc [2021-01-19T20:05:52.519Z] ---> d76d8f2869e4 [2021-01-19T20:05:52.519Z] Step 20/22 : LABEL arch=arm64 [Pipeline] echo [2021-01-19T20:05:52.566Z] taggedImages: [2021-01-19T20:05:52.566Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:52.566Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.46 [2021-01-19T20:05:52.566Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:52.566Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-19T20:05:52.628Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-19T20:05:52.628Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:52.628Z] 2.0.0-dev.46 [2021-01-19T20:05:52.628Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:52.628Z] master [2021-01-19T20:05:52.628Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:52.829Z] Successfully built dc119af42a28 [2021-01-19T20:05:52.829Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T20:05:52.829Z] Building docker-core-data-go [2021-01-19T20:05:52.829Z]  Building docker-support-scheduler-go ... done  ---> Running in 4370d3afa617 [2021-01-19T20:05:52.829Z] ---> Running in f8dfae4ddc56 [2021-01-19T20:05:53.115Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:53.122Z] Removing intermediate container 98ed0b2f9377 [2021-01-19T20:05:53.122Z] ---> a30128cb287c [2021-01-19T20:05:53.122Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:05:53.122Z] Removing intermediate container 7d6a02e6086a [2021-01-19T20:05:53.122Z] ---> 911bdd18b20c [2021-01-19T20:05:53.122Z] [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:53.422Z] ---> Running in fc098e36db27 [2021-01-19T20:05:53.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:53.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T20:05:53.428Z] e60d3fd8c2f5: Preparing [2021-01-19T20:05:53.428Z] 7ae1c795c5bc: Preparing [2021-01-19T20:05:53.428Z] 813b2719da6d: Preparing [2021-01-19T20:05:53.428Z] 2587a9390982: Preparing [2021-01-19T20:05:53.428Z] 6f0f863a9a61: Preparing [2021-01-19T20:05:53.428Z] 777b2c648970: Preparing [2021-01-19T20:05:53.428Z] 2587a9390982: Pushed [2021-01-19T20:05:53.693Z] 813b2719da6d: Pushed [2021-01-19T20:05:53.693Z] 777b2c648970: Layer already exists [2021-01-19T20:05:53.726Z] Removing intermediate container 4370d3afa617 [2021-01-19T20:05:53.726Z] ---> 50d80cd5bbd3 [2021-01-19T20:05:53.726Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:53.958Z] 6f0f863a9a61: Pushed [2021-01-19T20:05:54.045Z] Successfully built 911bdd18b20c [2021-01-19T20:05:54.383Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T20:05:54.383Z] Building docker-sys-mgmt-agent-go [2021-01-19T20:05:54.383Z]  Building docker-core-command-go ... done  ---> Running in 15fbb2ed3908 [2021-01-19T20:05:54.532Z] 7ae1c795c5bc: Pushed [2021-01-19T20:05:54.533Z] e60d3fd8c2f5: Pushed [2021-01-19T20:05:54.533Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:06ef0d6bb4af044f383364f458b58704b721614c6fcfa07f3d4c46e55b6f5942 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:54.658Z] Removing intermediate container fc098e36db27 [2021-01-19T20:05:54.658Z] ---> bf9f73289751 [2021-01-19T20:05:54.658Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T20:05:54.846Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:54.942Z] ---> Running in 81d54deca43b [2021-01-19T20:05:54.942Z] Removing intermediate container 15fbb2ed3908 [2021-01-19T20:05:54.942Z] ---> d6bbf44ba66b [2021-01-19T20:05:54.942Z] Step 22/22 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:55.149Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.46 [2021-01-19T20:05:55.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T20:05:55.149Z] e60d3fd8c2f5: Preparing [2021-01-19T20:05:55.149Z] 7ae1c795c5bc: Preparing [2021-01-19T20:05:55.149Z] 813b2719da6d: Preparing [2021-01-19T20:05:55.149Z] 2587a9390982: Preparing [2021-01-19T20:05:55.149Z] 6f0f863a9a61: Preparing [2021-01-19T20:05:55.149Z] 777b2c648970: Preparing [2021-01-19T20:05:55.149Z] 777b2c648970: Waiting [2021-01-19T20:05:55.149Z] e60d3fd8c2f5: Layer already exists [2021-01-19T20:05:55.149Z] 6f0f863a9a61: Layer already exists [2021-01-19T20:05:55.149Z] 2587a9390982: Layer already exists [2021-01-19T20:05:55.149Z] 813b2719da6d: Layer already exists [2021-01-19T20:05:55.149Z] 7ae1c795c5bc: Layer already exists [2021-01-19T20:05:55.149Z] 777b2c648970: Layer already exists [2021-01-19T20:05:55.149Z] 2.0.0-dev.46: digest: sha256:06ef0d6bb4af044f383364f458b58704b721614c6fcfa07f3d4c46e55b6f5942 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:55.221Z] ---> Running in 05cee88d1a37 [2021-01-19T20:05:55.457Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:55.492Z] Removing intermediate container 81d54deca43b [2021-01-19T20:05:55.493Z] ---> 21df377dd428 [2021-01-19T20:05:55.493Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:55.759Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:55.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T20:05:55.759Z] e60d3fd8c2f5: Preparing [2021-01-19T20:05:55.759Z] 7ae1c795c5bc: Preparing [2021-01-19T20:05:55.759Z] 813b2719da6d: Preparing [2021-01-19T20:05:55.759Z] 2587a9390982: Preparing [2021-01-19T20:05:55.759Z] 6f0f863a9a61: Preparing [2021-01-19T20:05:55.759Z] 777b2c648970: Preparing [2021-01-19T20:05:55.759Z] 777b2c648970: Waiting [2021-01-19T20:05:55.759Z] 6f0f863a9a61: Layer already exists [2021-01-19T20:05:55.759Z] 7ae1c795c5bc: Layer already exists [2021-01-19T20:05:55.759Z] 813b2719da6d: Layer already exists [2021-01-19T20:05:55.759Z] e60d3fd8c2f5: Layer already exists [2021-01-19T20:05:55.759Z] 2587a9390982: Layer already exists [2021-01-19T20:05:55.759Z] 777b2c648970: Layer already exists [2021-01-19T20:05:55.759Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:06ef0d6bb4af044f383364f458b58704b721614c6fcfa07f3d4c46e55b6f5942 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:56.068Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:56.371Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-19T20:05:56.371Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-19T20:05:56.371Z] e60d3fd8c2f5: Preparing [2021-01-19T20:05:56.371Z] 7ae1c795c5bc: Preparing [2021-01-19T20:05:56.371Z] 813b2719da6d: Preparing [2021-01-19T20:05:56.371Z] 2587a9390982: Preparing [2021-01-19T20:05:56.371Z] 6f0f863a9a61: Preparing [2021-01-19T20:05:56.371Z] 777b2c648970: Preparing [2021-01-19T20:05:56.371Z] 777b2c648970: Waiting [2021-01-19T20:05:56.371Z] 813b2719da6d: Layer already exists [2021-01-19T20:05:56.371Z] 7ae1c795c5bc: Layer already exists [2021-01-19T20:05:56.371Z] 2587a9390982: Layer already exists [2021-01-19T20:05:56.371Z] e60d3fd8c2f5: Layer already exists [2021-01-19T20:05:56.371Z] 6f0f863a9a61: Layer already exists [2021-01-19T20:05:56.371Z] 777b2c648970: Layer already exists [2021-01-19T20:05:56.371Z] master: digest: sha256:06ef0d6bb4af044f383364f458b58704b721614c6fcfa07f3d4c46e55b6f5942 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-01-19T20:05:56.481Z] ---> Running in e52c8626998d [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:05:56.545Z] ===================================================== [Pipeline] echo [2021-01-19T20:05:56.614Z] taggedImages: [2021-01-19T20:05:56.614Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:56.614Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.46 [2021-01-19T20:05:56.614Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:56.615Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-19T20:05:56.676Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-19T20:05:56.676Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:56.676Z] 2.0.0-dev.46 [2021-01-19T20:05:56.676Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:56.676Z] master [2021-01-19T20:05:56.676Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-19T20:05:56.756Z] Removing intermediate container 05cee88d1a37 [2021-01-19T20:05:56.756Z] ---> cb80ba17bfb1 [2021-01-19T20:05:56.756Z] [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:57.045Z] Successfully built cb80ba17bfb1 [2021-01-19T20:05:57.176Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:57.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:57.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T20:05:57.479Z] f1753dcd3294: Preparing [2021-01-19T20:05:57.479Z] 5a6d3ae4f3dd: Preparing [2021-01-19T20:05:57.479Z] 914f57491da4: Preparing [2021-01-19T20:05:57.479Z] 8f200fc0bc66: Preparing [2021-01-19T20:05:57.479Z] 7e8abb623cbb: Preparing [2021-01-19T20:05:57.479Z] 59c0faea2a69: Preparing [2021-01-19T20:05:57.479Z] d1032275dd3d: Preparing [2021-01-19T20:05:57.479Z] aa6ef5c7a095: Preparing [2021-01-19T20:05:57.479Z] 777b2c648970: Preparing [2021-01-19T20:05:57.479Z] 59c0faea2a69: Waiting [2021-01-19T20:05:57.479Z] d1032275dd3d: Waiting [2021-01-19T20:05:57.479Z] aa6ef5c7a095: Waiting [2021-01-19T20:05:57.479Z] 777b2c648970: Waiting [2021-01-19T20:05:57.746Z] 7e8abb623cbb: Pushed [2021-01-19T20:05:57.746Z] f1753dcd3294: Pushed [2021-01-19T20:05:57.746Z] 5a6d3ae4f3dd: Pushed [2021-01-19T20:05:57.746Z] d1032275dd3d: Pushed [2021-01-19T20:05:57.746Z] 59c0faea2a69: Pushed [2021-01-19T20:05:57.746Z] 777b2c648970: Layer already exists [2021-01-19T20:05:58.008Z] aa6ef5c7a095: Pushed [2021-01-19T20:05:58.029Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T20:05:58.029Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go [2021-01-19T20:05:58.029Z] Removing intermediate container f8dfae4ddc56 [2021-01-19T20:05:58.029Z] ---> 584c859c51ba [2021-01-19T20:05:58.029Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T20:05:58.029Z] Removing intermediate container e52c8626998d [2021-01-19T20:05:58.029Z] ---> dbc5dc65471b [2021-01-19T20:05:58.029Z] Step 24/24 : LABEL version=2.0.0-dev.46 [2021-01-19T20:05:58.307Z] ---> Running in 0c68badb6fbc [2021-01-19T20:05:58.307Z] ---> Running in 2c17458b1151 [2021-01-19T20:05:58.584Z] 8f200fc0bc66: Pushed [2021-01-19T20:05:58.584Z] 914f57491da4: Pushed [2021-01-19T20:05:58.584Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:0fe64d5fe9ffcd3ed949afd45dabff28e45c122fc408ef9dcf4a1b58c10f727c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:58.892Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.46 [Pipeline] isUnix [2021-01-19T20:05:58.907Z] Removing intermediate container 0c68badb6fbc [2021-01-19T20:05:58.907Z] ---> 0850d828fcd5 [2021-01-19T20:05:58.907Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T20:05:58.907Z] Removing intermediate container 2c17458b1151 [2021-01-19T20:05:58.907Z] ---> 4cf51a456c03 [2021-01-19T20:05:58.907Z] [Pipeline] sh [2021-01-19T20:05:59.179Z] Successfully built 4cf51a456c03 [2021-01-19T20:05:59.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.46 [2021-01-19T20:05:59.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T20:05:59.196Z] f1753dcd3294: Preparing [2021-01-19T20:05:59.196Z] 5a6d3ae4f3dd: Preparing [2021-01-19T20:05:59.196Z] 914f57491da4: Preparing [2021-01-19T20:05:59.196Z] 8f200fc0bc66: Preparing [2021-01-19T20:05:59.196Z] 7e8abb623cbb: Preparing [2021-01-19T20:05:59.196Z] 59c0faea2a69: Preparing [2021-01-19T20:05:59.196Z] d1032275dd3d: Preparing [2021-01-19T20:05:59.196Z] aa6ef5c7a095: Preparing [2021-01-19T20:05:59.196Z] 777b2c648970: Preparing [2021-01-19T20:05:59.196Z] 59c0faea2a69: Waiting [2021-01-19T20:05:59.196Z] d1032275dd3d: Waiting [2021-01-19T20:05:59.196Z] aa6ef5c7a095: Waiting [2021-01-19T20:05:59.196Z] 777b2c648970: Waiting [2021-01-19T20:05:59.196Z] 7e8abb623cbb: Layer already exists [2021-01-19T20:05:59.196Z] 914f57491da4: Layer already exists [2021-01-19T20:05:59.196Z] f1753dcd3294: Layer already exists [2021-01-19T20:05:59.196Z] 5a6d3ae4f3dd: Layer already exists [2021-01-19T20:05:59.196Z] 8f200fc0bc66: Layer already exists [2021-01-19T20:05:59.196Z] d1032275dd3d: Layer already exists [2021-01-19T20:05:59.196Z] 59c0faea2a69: Layer already exists [2021-01-19T20:05:59.196Z] aa6ef5c7a095: Layer already exists [2021-01-19T20:05:59.196Z] 777b2c648970: Layer already exists [2021-01-19T20:05:59.196Z] 2.0.0-dev.46: digest: sha256:0fe64d5fe9ffcd3ed949afd45dabff28e45c122fc408ef9dcf4a1b58c10f727c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:59.449Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T20:05:59.449Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-19T20:05:59.449Z] ---> Running in d4d9d2174bd8 [2021-01-19T20:05:59.501Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:05:59.736Z] Removing intermediate container d4d9d2174bd8 [2021-01-19T20:05:59.736Z] ---> 78d0a1595d62 [2021-01-19T20:05:59.736Z] Step 23/24 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:05:59.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:05:59.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T20:05:59.802Z] f1753dcd3294: Preparing [2021-01-19T20:05:59.802Z] 5a6d3ae4f3dd: Preparing [2021-01-19T20:05:59.802Z] 914f57491da4: Preparing [2021-01-19T20:05:59.802Z] 8f200fc0bc66: Preparing [2021-01-19T20:05:59.802Z] 7e8abb623cbb: Preparing [2021-01-19T20:05:59.802Z] 59c0faea2a69: Preparing [2021-01-19T20:05:59.802Z] d1032275dd3d: Preparing [2021-01-19T20:05:59.802Z] aa6ef5c7a095: Preparing [2021-01-19T20:05:59.802Z] 777b2c648970: Preparing [2021-01-19T20:05:59.802Z] 59c0faea2a69: Waiting [2021-01-19T20:05:59.802Z] d1032275dd3d: Waiting [2021-01-19T20:05:59.802Z] aa6ef5c7a095: Waiting [2021-01-19T20:05:59.802Z] 777b2c648970: Waiting [2021-01-19T20:05:59.802Z] 914f57491da4: Layer already exists [2021-01-19T20:05:59.802Z] f1753dcd3294: Layer already exists [2021-01-19T20:05:59.802Z] 8f200fc0bc66: Layer already exists [2021-01-19T20:05:59.802Z] 7e8abb623cbb: Layer already exists [2021-01-19T20:05:59.802Z] 5a6d3ae4f3dd: Layer already exists [2021-01-19T20:05:59.802Z] 59c0faea2a69: Layer already exists [2021-01-19T20:05:59.802Z] aa6ef5c7a095: Layer already exists [2021-01-19T20:05:59.802Z] d1032275dd3d: Layer already exists [2021-01-19T20:05:59.802Z] 777b2c648970: Layer already exists [2021-01-19T20:05:59.802Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:0fe64d5fe9ffcd3ed949afd45dabff28e45c122fc408ef9dcf4a1b58c10f727c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:00.013Z] ---> Running in e3f51ca5c728 [2021-01-19T20:06:00.134Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:00.488Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-19T20:06:00.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-19T20:06:00.488Z] f1753dcd3294: Preparing [2021-01-19T20:06:00.488Z] 5a6d3ae4f3dd: Preparing [2021-01-19T20:06:00.488Z] 914f57491da4: Preparing [2021-01-19T20:06:00.488Z] 8f200fc0bc66: Preparing [2021-01-19T20:06:00.488Z] 7e8abb623cbb: Preparing [2021-01-19T20:06:00.488Z] 59c0faea2a69: Preparing [2021-01-19T20:06:00.488Z] d1032275dd3d: Preparing [2021-01-19T20:06:00.488Z] aa6ef5c7a095: Preparing [2021-01-19T20:06:00.488Z] 777b2c648970: Preparing [2021-01-19T20:06:00.488Z] 59c0faea2a69: Waiting [2021-01-19T20:06:00.489Z] d1032275dd3d: Waiting [2021-01-19T20:06:00.489Z] aa6ef5c7a095: Waiting [2021-01-19T20:06:00.489Z] 777b2c648970: Waiting [2021-01-19T20:06:00.489Z] 7e8abb623cbb: Layer already exists [2021-01-19T20:06:00.489Z] 914f57491da4: Layer already exists [2021-01-19T20:06:00.489Z] 5a6d3ae4f3dd: Layer already exists [2021-01-19T20:06:00.489Z] 8f200fc0bc66: Layer already exists [2021-01-19T20:06:00.489Z] f1753dcd3294: Layer already exists [2021-01-19T20:06:00.489Z] aa6ef5c7a095: Layer already exists [2021-01-19T20:06:00.489Z] d1032275dd3d: Layer already exists [2021-01-19T20:06:00.489Z] 777b2c648970: Layer already exists [2021-01-19T20:06:00.489Z] 59c0faea2a69: Layer already exists [2021-01-19T20:06:00.489Z] master: digest: sha256:0fe64d5fe9ffcd3ed949afd45dabff28e45c122fc408ef9dcf4a1b58c10f727c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [2021-01-19T20:06:00.633Z] Removing intermediate container e3f51ca5c728 [2021-01-19T20:06:00.634Z] ---> 6785b0a99605 [2021-01-19T20:06:00.634Z] Step 24/24 : LABEL version=2.0.0-dev.46 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:06:00.732Z] ===================================================== [Pipeline] echo [2021-01-19T20:06:00.798Z] taggedImages: [2021-01-19T20:06:00.798Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:00.798Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.46 [2021-01-19T20:06:00.798Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:00.798Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-19T20:06:00.863Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-19T20:06:00.863Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:00.863Z] 2.0.0-dev.46 [2021-01-19T20:06:00.863Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:00.863Z] master [2021-01-19T20:06:00.863Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-19T20:06:00.925Z] ---> Running in 0595f011eab3 [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:01.388Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:01.540Z] Removing intermediate container 0595f011eab3 [2021-01-19T20:06:01.540Z] ---> bfd9d248bb4e [2021-01-19T20:06:01.757Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:01.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T20:06:01.757Z] 54a4142c3a0e: Preparing [2021-01-19T20:06:01.757Z] 3ef9ca676a8d: Preparing [2021-01-19T20:06:01.757Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:06:01.757Z] 60c3f7e99aa2: Preparing [2021-01-19T20:06:01.757Z] dec1caf8ee81: Preparing [2021-01-19T20:06:01.757Z] de271ba87944: Preparing [2021-01-19T20:06:01.757Z] de271ba87944: Waiting [2021-01-19T20:06:01.757Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:06:01.757Z] 54a4142c3a0e: Pushed [2021-01-19T20:06:01.832Z] [2021-01-19T20:06:01.832Z] Successfully built bfd9d248bb4e [2021-01-19T20:06:02.043Z] dec1caf8ee81: Pushed [2021-01-19T20:06:02.043Z] 60c3f7e99aa2: Pushed [2021-01-19T20:06:02.044Z] de271ba87944: Pushed [2021-01-19T20:06:02.128Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T20:06:03.022Z] 3ef9ca676a8d: Pushed [2021-01-19T20:06:03.022Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:306faf9d7e765274938be7abd45c703872ebb1f5b6dd108b6a4a093633130da8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:03.328Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:03.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.46 [2021-01-19T20:06:03.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T20:06:03.630Z] 54a4142c3a0e: Preparing [2021-01-19T20:06:03.630Z] 3ef9ca676a8d: Preparing [2021-01-19T20:06:03.630Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:06:03.630Z] 60c3f7e99aa2: Preparing [2021-01-19T20:06:03.630Z] dec1caf8ee81: Preparing [2021-01-19T20:06:03.630Z] de271ba87944: Preparing [2021-01-19T20:06:03.630Z] de271ba87944: Waiting [2021-01-19T20:06:03.630Z] dec1caf8ee81: Layer already exists [2021-01-19T20:06:03.630Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:06:03.630Z] 3ef9ca676a8d: Layer already exists [2021-01-19T20:06:03.630Z] 60c3f7e99aa2: Layer already exists [2021-01-19T20:06:03.630Z] 54a4142c3a0e: Layer already exists [2021-01-19T20:06:03.630Z] de271ba87944: Layer already exists [2021-01-19T20:06:03.630Z] 2.0.0-dev.46: digest: sha256:306faf9d7e765274938be7abd45c703872ebb1f5b6dd108b6a4a093633130da8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:03.935Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:04.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:04.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T20:06:04.236Z] 54a4142c3a0e: Preparing [2021-01-19T20:06:04.236Z] 3ef9ca676a8d: Preparing [2021-01-19T20:06:04.236Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:06:04.236Z] 60c3f7e99aa2: Preparing [2021-01-19T20:06:04.236Z] dec1caf8ee81: Preparing [2021-01-19T20:06:04.236Z] de271ba87944: Preparing [2021-01-19T20:06:04.236Z] de271ba87944: Waiting [2021-01-19T20:06:04.236Z] 54a4142c3a0e: Layer already exists [2021-01-19T20:06:04.236Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:06:04.236Z] dec1caf8ee81: Layer already exists [2021-01-19T20:06:04.236Z] 60c3f7e99aa2: Layer already exists [2021-01-19T20:06:04.236Z] 3ef9ca676a8d: Layer already exists [2021-01-19T20:06:04.236Z] de271ba87944: Layer already exists [2021-01-19T20:06:04.236Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:306faf9d7e765274938be7abd45c703872ebb1f5b6dd108b6a4a093633130da8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:04.540Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:04.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-19T20:06:04.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-19T20:06:04.863Z] 54a4142c3a0e: Preparing [2021-01-19T20:06:04.863Z] 3ef9ca676a8d: Preparing [2021-01-19T20:06:04.863Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:06:04.864Z] 60c3f7e99aa2: Preparing [2021-01-19T20:06:04.864Z] dec1caf8ee81: Preparing [2021-01-19T20:06:04.864Z] de271ba87944: Preparing [2021-01-19T20:06:04.864Z] de271ba87944: Waiting [2021-01-19T20:06:04.864Z] dec1caf8ee81: Layer already exists [2021-01-19T20:06:04.864Z] 60c3f7e99aa2: Layer already exists [2021-01-19T20:06:04.864Z] 3ef9ca676a8d: Layer already exists [2021-01-19T20:06:04.864Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:06:04.864Z] 54a4142c3a0e: Layer already exists [2021-01-19T20:06:04.864Z] de271ba87944: Layer already exists [2021-01-19T20:06:04.864Z] master: digest: sha256:306faf9d7e765274938be7abd45c703872ebb1f5b6dd108b6a4a093633130da8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:06:05.037Z] ===================================================== [Pipeline] echo [2021-01-19T20:06:05.087Z] taggedImages: [2021-01-19T20:06:05.087Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:05.087Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.46 [2021-01-19T20:06:05.087Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:05.087Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-19T20:06:05.154Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-19T20:06:05.154Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:05.154Z] 2.0.0-dev.46 [2021-01-19T20:06:05.154Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:05.154Z] master [2021-01-19T20:06:05.154Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:05.620Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:05.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:05.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T20:06:05.922Z] 55f70ab5251a: Preparing [2021-01-19T20:06:05.922Z] 41399970a954: Preparing [2021-01-19T20:06:05.922Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:06:05.922Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:06:05.922Z] 55f70ab5251a: Pushed [2021-01-19T20:06:07.313Z] 41399970a954: Pushed [2021-01-19T20:06:07.313Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:91fdb2e3107fcf3d7a49dc1ade8d486632bbecee1e502ccf5a995f126bed4443 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:07.615Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:07.912Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.46 [2021-01-19T20:06:07.912Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T20:06:07.912Z] 55f70ab5251a: Preparing [2021-01-19T20:06:07.912Z] 41399970a954: Preparing [2021-01-19T20:06:07.912Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:06:07.912Z] 55f70ab5251a: Layer already exists [2021-01-19T20:06:07.912Z] 41399970a954: Layer already exists [2021-01-19T20:06:07.912Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:06:07.912Z] 2.0.0-dev.46: digest: sha256:91fdb2e3107fcf3d7a49dc1ade8d486632bbecee1e502ccf5a995f126bed4443 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:08.218Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:08.515Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:08.515Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T20:06:08.515Z] 55f70ab5251a: Preparing [2021-01-19T20:06:08.515Z] 41399970a954: Preparing [2021-01-19T20:06:08.515Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:06:08.515Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:06:08.515Z] 41399970a954: Layer already exists [2021-01-19T20:06:08.515Z] 55f70ab5251a: Layer already exists [2021-01-19T20:06:08.515Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:91fdb2e3107fcf3d7a49dc1ade8d486632bbecee1e502ccf5a995f126bed4443 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:08.819Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:09.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-19T20:06:09.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-19T20:06:09.115Z] 55f70ab5251a: Preparing [2021-01-19T20:06:09.115Z] 41399970a954: Preparing [2021-01-19T20:06:09.115Z] 8f6e86a9ccd2: Preparing [2021-01-19T20:06:09.115Z] 41399970a954: Layer already exists [2021-01-19T20:06:09.115Z] 55f70ab5251a: Layer already exists [2021-01-19T20:06:09.115Z] 8f6e86a9ccd2: Layer already exists [2021-01-19T20:06:09.115Z] master: digest: sha256:91fdb2e3107fcf3d7a49dc1ade8d486632bbecee1e502ccf5a995f126bed4443 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:06:09.301Z] ===================================================== [Pipeline] echo [2021-01-19T20:06:09.346Z] taggedImages: [2021-01-19T20:06:09.346Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:09.346Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.46 [2021-01-19T20:06:09.346Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:09.346Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-19T20:06:09.412Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-19T20:06:09.412Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:09.412Z] 2.0.0-dev.46 [2021-01-19T20:06:09.412Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:09.412Z] master [2021-01-19T20:06:09.412Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:09.902Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:10.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:10.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T20:06:10.362Z] 4d085b1109c3: Preparing [2021-01-19T20:06:10.362Z] dfe72ca4b2d2: Preparing [2021-01-19T20:06:10.362Z] d10735ff2cc1: Preparing [2021-01-19T20:06:10.362Z] 225088dd9e48: Preparing [2021-01-19T20:06:10.362Z] 8467e0644d10: Preparing [2021-01-19T20:06:10.362Z] ddfbee4b99d3: Preparing [2021-01-19T20:06:10.362Z] adbfb085a6c6: Preparing [2021-01-19T20:06:10.362Z] 0754057c0ad3: Preparing [2021-01-19T20:06:10.362Z] 998cdf262ab1: Preparing [2021-01-19T20:06:10.362Z] 02e56110abd2: Preparing [2021-01-19T20:06:10.362Z] abc36efb885a: Preparing [2021-01-19T20:06:10.362Z] b0b09059f4e1: Preparing [2021-01-19T20:06:10.362Z] bb961f40224b: Preparing [2021-01-19T20:06:10.362Z] f4666769fca7: Preparing [2021-01-19T20:06:10.362Z] 0754057c0ad3: Waiting [2021-01-19T20:06:10.362Z] 998cdf262ab1: Waiting [2021-01-19T20:06:10.362Z] 02e56110abd2: Waiting [2021-01-19T20:06:10.362Z] abc36efb885a: Waiting [2021-01-19T20:06:10.362Z] b0b09059f4e1: Waiting [2021-01-19T20:06:10.362Z] bb961f40224b: Waiting [2021-01-19T20:06:10.362Z] f4666769fca7: Waiting [2021-01-19T20:06:10.362Z] ddfbee4b99d3: Waiting [2021-01-19T20:06:10.362Z] adbfb085a6c6: Waiting [2021-01-19T20:06:10.362Z] 8467e0644d10: Pushed [2021-01-19T20:06:10.761Z] 4d085b1109c3: Pushed [2021-01-19T20:06:10.761Z] 225088dd9e48: Pushed [2021-01-19T20:06:11.060Z] 0754057c0ad3: Layer already exists [2021-01-19T20:06:11.060Z] 998cdf262ab1: Layer already exists [2021-01-19T20:06:11.060Z] adbfb085a6c6: Pushed [2021-01-19T20:06:11.060Z] 02e56110abd2: Layer already exists [2021-01-19T20:06:11.060Z] abc36efb885a: Layer already exists [2021-01-19T20:06:11.060Z] b0b09059f4e1: Layer already exists [2021-01-19T20:06:11.060Z] bb961f40224b: Layer already exists [2021-01-19T20:06:11.060Z] f4666769fca7: Layer already exists [2021-01-19T20:06:11.060Z] dfe72ca4b2d2: Pushed [2021-01-19T20:06:11.638Z] ddfbee4b99d3: Pushed [2021-01-19T20:06:18.247Z] d10735ff2cc1: Pushed [2021-01-19T20:06:18.247Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:7d466b5d87b24877a8219f0edaea07b5bac12edfca6cfba36b8eaa2ae3697ad0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:18.556Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:18.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.46 [2021-01-19T20:06:18.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T20:06:18.855Z] 4d085b1109c3: Preparing [2021-01-19T20:06:18.855Z] dfe72ca4b2d2: Preparing [2021-01-19T20:06:18.855Z] d10735ff2cc1: Preparing [2021-01-19T20:06:18.855Z] 225088dd9e48: Preparing [2021-01-19T20:06:18.855Z] 8467e0644d10: Preparing [2021-01-19T20:06:18.855Z] ddfbee4b99d3: Preparing [2021-01-19T20:06:18.855Z] adbfb085a6c6: Preparing [2021-01-19T20:06:18.855Z] 0754057c0ad3: Preparing [2021-01-19T20:06:18.855Z] 998cdf262ab1: Preparing [2021-01-19T20:06:18.855Z] 02e56110abd2: Preparing [2021-01-19T20:06:18.855Z] abc36efb885a: Preparing [2021-01-19T20:06:18.855Z] b0b09059f4e1: Preparing [2021-01-19T20:06:18.855Z] bb961f40224b: Preparing [2021-01-19T20:06:18.855Z] f4666769fca7: Preparing [2021-01-19T20:06:18.855Z] ddfbee4b99d3: Waiting [2021-01-19T20:06:18.855Z] b0b09059f4e1: Waiting [2021-01-19T20:06:18.855Z] abc36efb885a: Waiting [2021-01-19T20:06:18.855Z] adbfb085a6c6: Waiting [2021-01-19T20:06:18.855Z] 0754057c0ad3: Waiting [2021-01-19T20:06:18.855Z] 998cdf262ab1: Waiting [2021-01-19T20:06:18.855Z] 02e56110abd2: Waiting [2021-01-19T20:06:18.855Z] bb961f40224b: Waiting [2021-01-19T20:06:18.855Z] f4666769fca7: Waiting [2021-01-19T20:06:18.855Z] 225088dd9e48: Layer already exists [2021-01-19T20:06:18.855Z] 8467e0644d10: Layer already exists [2021-01-19T20:06:18.855Z] 4d085b1109c3: Layer already exists [2021-01-19T20:06:18.855Z] dfe72ca4b2d2: Layer already exists [2021-01-19T20:06:18.855Z] d10735ff2cc1: Layer already exists [2021-01-19T20:06:18.855Z] ddfbee4b99d3: Layer already exists [2021-01-19T20:06:18.855Z] adbfb085a6c6: Layer already exists [2021-01-19T20:06:18.855Z] 02e56110abd2: Layer already exists [2021-01-19T20:06:18.855Z] 998cdf262ab1: Layer already exists [2021-01-19T20:06:18.855Z] 0754057c0ad3: Layer already exists [2021-01-19T20:06:18.855Z] b0b09059f4e1: Layer already exists [2021-01-19T20:06:18.855Z] abc36efb885a: Layer already exists [2021-01-19T20:06:18.855Z] f4666769fca7: Layer already exists [2021-01-19T20:06:18.855Z] bb961f40224b: Layer already exists [2021-01-19T20:06:19.116Z] 2.0.0-dev.46: digest: sha256:7d466b5d87b24877a8219f0edaea07b5bac12edfca6cfba36b8eaa2ae3697ad0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:19.419Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:19.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:19.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T20:06:19.749Z] 4d085b1109c3: Preparing [2021-01-19T20:06:19.749Z] dfe72ca4b2d2: Preparing [2021-01-19T20:06:19.749Z] d10735ff2cc1: Preparing [2021-01-19T20:06:19.749Z] 225088dd9e48: Preparing [2021-01-19T20:06:19.749Z] 8467e0644d10: Preparing [2021-01-19T20:06:19.749Z] ddfbee4b99d3: Preparing [2021-01-19T20:06:19.749Z] adbfb085a6c6: Preparing [2021-01-19T20:06:19.749Z] 0754057c0ad3: Preparing [2021-01-19T20:06:19.749Z] 998cdf262ab1: Preparing [2021-01-19T20:06:19.749Z] 02e56110abd2: Preparing [2021-01-19T20:06:19.749Z] abc36efb885a: Preparing [2021-01-19T20:06:19.749Z] b0b09059f4e1: Preparing [2021-01-19T20:06:19.749Z] bb961f40224b: Preparing [2021-01-19T20:06:19.749Z] f4666769fca7: Preparing [2021-01-19T20:06:19.749Z] adbfb085a6c6: Waiting [2021-01-19T20:06:19.749Z] 0754057c0ad3: Waiting [2021-01-19T20:06:19.749Z] 998cdf262ab1: Waiting [2021-01-19T20:06:19.749Z] 02e56110abd2: Waiting [2021-01-19T20:06:19.749Z] abc36efb885a: Waiting [2021-01-19T20:06:19.749Z] b0b09059f4e1: Waiting [2021-01-19T20:06:19.749Z] bb961f40224b: Waiting [2021-01-19T20:06:19.749Z] f4666769fca7: Waiting [2021-01-19T20:06:19.749Z] ddfbee4b99d3: Waiting [2021-01-19T20:06:19.749Z] dfe72ca4b2d2: Layer already exists [2021-01-19T20:06:19.749Z] d10735ff2cc1: Layer already exists [2021-01-19T20:06:19.749Z] 8467e0644d10: Layer already exists [2021-01-19T20:06:19.749Z] 4d085b1109c3: Layer already exists [2021-01-19T20:06:19.749Z] 225088dd9e48: Layer already exists [2021-01-19T20:06:19.749Z] adbfb085a6c6: Layer already exists [2021-01-19T20:06:19.749Z] 0754057c0ad3: Layer already exists [2021-01-19T20:06:19.749Z] ddfbee4b99d3: Layer already exists [2021-01-19T20:06:19.749Z] 998cdf262ab1: Layer already exists [2021-01-19T20:06:19.749Z] 02e56110abd2: Layer already exists [2021-01-19T20:06:19.749Z] b0b09059f4e1: Layer already exists [2021-01-19T20:06:19.749Z] abc36efb885a: Layer already exists [2021-01-19T20:06:19.749Z] bb961f40224b: Layer already exists [2021-01-19T20:06:19.749Z] f4666769fca7: Layer already exists [2021-01-19T20:06:20.010Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:7d466b5d87b24877a8219f0edaea07b5bac12edfca6cfba36b8eaa2ae3697ad0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:20.311Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:06:20.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-19T20:06:20.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-19T20:06:20.607Z] 4d085b1109c3: Preparing [2021-01-19T20:06:20.607Z] dfe72ca4b2d2: Preparing [2021-01-19T20:06:20.607Z] d10735ff2cc1: Preparing [2021-01-19T20:06:20.607Z] 225088dd9e48: Preparing [2021-01-19T20:06:20.607Z] 8467e0644d10: Preparing [2021-01-19T20:06:20.607Z] ddfbee4b99d3: Preparing [2021-01-19T20:06:20.607Z] adbfb085a6c6: Preparing [2021-01-19T20:06:20.607Z] 0754057c0ad3: Preparing [2021-01-19T20:06:20.607Z] 998cdf262ab1: Preparing [2021-01-19T20:06:20.607Z] 02e56110abd2: Preparing [2021-01-19T20:06:20.607Z] abc36efb885a: Preparing [2021-01-19T20:06:20.607Z] b0b09059f4e1: Preparing [2021-01-19T20:06:20.607Z] bb961f40224b: Preparing [2021-01-19T20:06:20.607Z] f4666769fca7: Preparing [2021-01-19T20:06:20.607Z] 998cdf262ab1: Waiting [2021-01-19T20:06:20.607Z] 02e56110abd2: Waiting [2021-01-19T20:06:20.607Z] abc36efb885a: Waiting [2021-01-19T20:06:20.607Z] b0b09059f4e1: Waiting [2021-01-19T20:06:20.607Z] bb961f40224b: Waiting [2021-01-19T20:06:20.607Z] f4666769fca7: Waiting [2021-01-19T20:06:20.607Z] ddfbee4b99d3: Waiting [2021-01-19T20:06:20.607Z] adbfb085a6c6: Waiting [2021-01-19T20:06:20.607Z] 0754057c0ad3: Waiting [2021-01-19T20:06:20.607Z] 225088dd9e48: Layer already exists [2021-01-19T20:06:20.607Z] 4d085b1109c3: Layer already exists [2021-01-19T20:06:20.607Z] 8467e0644d10: Layer already exists [2021-01-19T20:06:20.607Z] d10735ff2cc1: Layer already exists [2021-01-19T20:06:20.607Z] dfe72ca4b2d2: Layer already exists [2021-01-19T20:06:20.607Z] ddfbee4b99d3: Layer already exists [2021-01-19T20:06:20.607Z] 0754057c0ad3: Layer already exists [2021-01-19T20:06:20.607Z] 02e56110abd2: Layer already exists [2021-01-19T20:06:20.607Z] 998cdf262ab1: Layer already exists [2021-01-19T20:06:20.607Z] adbfb085a6c6: Layer already exists [2021-01-19T20:06:20.607Z] abc36efb885a: Layer already exists [2021-01-19T20:06:20.607Z] b0b09059f4e1: Layer already exists [2021-01-19T20:06:20.607Z] f4666769fca7: Layer already exists [2021-01-19T20:06:20.607Z] bb961f40224b: Layer already exists [2021-01-19T20:06:20.607Z] master: digest: sha256:7d466b5d87b24877a8219f0edaea07b5bac12edfca6cfba36b8eaa2ae3697ad0 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:06:21.090Z] ===================================================== [Pipeline] echo [2021-01-19T20:06:21.133Z] taggedImages: [2021-01-19T20:06:21.133Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:06:21.133Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.46 [2021-01-19T20:06:21.133Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:06:21.133Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T20:06:28.974Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:06:28.974Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:06:28.974Z] ---> 9e76a80bef11 [2021-01-19T20:06:28.974Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> cd0b3e2a30cd [2021-01-19T20:06:28.974Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> 2b00cbfae706 [2021-01-19T20:06:28.974Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T20:06:28.974Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:06:28.974Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:06:28.974Z] ---> 9e76a80bef11 [2021-01-19T20:06:28.974Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> cd0b3e2a30cd [2021-01-19T20:06:28.974Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> 2b00cbfae706 [2021-01-19T20:06:28.974Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T20:06:28.974Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:06:28.974Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:06:28.974Z] ---> 9e76a80bef11 [2021-01-19T20:06:28.974Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> cd0b3e2a30cd [2021-01-19T20:06:28.974Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> 2b00cbfae706 [2021-01-19T20:06:28.974Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> 14f4e835c192 [2021-01-19T20:06:28.974Z] Step 6/21 : COPY go.mod . [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> 2eb612fec391 [2021-01-19T20:06:28.974Z] Step 7/21 : RUN go mod download [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> 54d45c144252 [2021-01-19T20:06:28.974Z] Step 8/21 : COPY . . [2021-01-19T20:06:28.974Z] ---> Using cache [2021-01-19T20:06:28.974Z] ---> d04a8999c204 [2021-01-19T20:06:28.974Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T20:06:29.256Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T20:06:29.256Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T20:06:29.256Z] ---> 9e76a80bef11 [2021-01-19T20:06:29.256Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T20:06:29.256Z] ---> Using cache [2021-01-19T20:06:29.256Z] ---> cd0b3e2a30cd [2021-01-19T20:06:29.256Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:06:29.256Z] ---> Using cache [2021-01-19T20:06:29.256Z] ---> 2b00cbfae706 [2021-01-19T20:06:29.256Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T20:06:29.256Z] ---> Using cache [2021-01-19T20:06:29.256Z] ---> 14f4e835c192 [2021-01-19T20:06:29.256Z] Step 6/22 : COPY go.mod . [2021-01-19T20:06:29.256Z] ---> Using cache [2021-01-19T20:06:29.256Z] ---> 2eb612fec391 [2021-01-19T20:06:29.256Z] Step 7/22 : RUN go mod download [2021-01-19T20:06:29.256Z] ---> Using cache [2021-01-19T20:06:29.256Z] ---> 54d45c144252 [2021-01-19T20:06:29.256Z] Step 8/22 : COPY . . [2021-01-19T20:06:29.256Z] ---> Using cache [2021-01-19T20:06:29.256Z] ---> d04a8999c204 [2021-01-19T20:06:29.256Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T20:06:29.538Z] ---> Running in c21c40a25b65 [2021-01-19T20:06:29.538Z] ---> Running in 85b5cba1dbe7 [2021-01-19T20:06:29.538Z] ---> Running in 837c77154c73 [2021-01-19T20:06:29.538Z] ---> Running in 1f4c5c1738b0 [2021-01-19T20:06:31.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T20:06:31.542Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T20:06:31.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:06:31.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:06:32.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:06:32.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:06:33.133Z] OK: 217 MiB in 51 packages [2021-01-19T20:06:33.133Z] OK: 217 MiB in 51 packages [2021-01-19T20:06:35.129Z] Removing intermediate container 1f4c5c1738b0 [2021-01-19T20:06:35.129Z] ---> 056a42e8256a [2021-01-19T20:06:35.129Z] Step 6/26 : COPY go.mod . [2021-01-19T20:06:35.402Z] Removing intermediate container 837c77154c73 [2021-01-19T20:06:35.402Z] ---> 860ca2441e99 [2021-01-19T20:06:35.402Z] Step 6/23 : COPY go.mod . [2021-01-19T20:06:36.387Z] ---> cceb6b84663a [2021-01-19T20:06:36.387Z] Step 7/23 : RUN go mod download [2021-01-19T20:06:36.660Z] ---> ec185ad2fd20 [2021-01-19T20:06:36.660Z] Step 7/26 : RUN go mod download [2021-01-19T20:06:36.660Z] ---> Running in b28f369ae26e [2021-01-19T20:06:36.932Z] ---> Running in 5b48f9a525b6 [2021-01-19T20:06:42.453Z] Removing intermediate container b28f369ae26e [2021-01-19T20:06:42.453Z] ---> f4583b3442c3 [2021-01-19T20:06:42.453Z] Step 8/23 : COPY . . [2021-01-19T20:06:42.453Z] Removing intermediate container 5b48f9a525b6 [2021-01-19T20:06:42.453Z] ---> ee5621c8f529 [2021-01-19T20:06:42.453Z] Step 8/26 : COPY . . [2021-01-19T20:07:04.645Z] ---> 2d7f71b707e7 [2021-01-19T20:07:04.645Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T20:07:04.645Z] ---> 457072a3f4dc [2021-01-19T20:07:04.645Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T20:07:04.645Z] ---> Running in 6e2556410c50 [2021-01-19T20:07:04.645Z] ---> Running in 83a10fa23f94 [2021-01-19T20:07:04.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T20:07:04.645Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T20:07:26.866Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T20:07:41.990Z] Removing intermediate container 85b5cba1dbe7 [2021-01-19T20:07:41.990Z] ---> b90b9b11b8b2 [2021-01-19T20:07:41.990Z] [2021-01-19T20:07:41.990Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T20:07:41.990Z] ---> afeebe901d6b [2021-01-19T20:07:41.990Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T20:07:41.990Z] ---> Running in 9d94a7b63a9d [2021-01-19T20:07:42.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:07:42.979Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:07:43.583Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T20:07:43.583Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:07:43.583Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T20:07:43.861Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T20:07:43.861Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:07:43.861Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T20:07:44.138Z] OK: 7 MiB in 18 packages [2021-01-19T20:07:46.788Z] Removing intermediate container 9d94a7b63a9d [2021-01-19T20:07:46.788Z] ---> b1a45e37a3f6 [2021-01-19T20:07:46.788Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T20:07:46.788Z] ---> Running in 56c9f8c5febd [2021-01-19T20:07:47.396Z] Removing intermediate container 56c9f8c5febd [2021-01-19T20:07:47.396Z] ---> e59e1030af49 [2021-01-19T20:07:47.396Z] Step 13/21 : WORKDIR /edgex [2021-01-19T20:07:47.671Z] ---> Running in 61f545b3dc24 [2021-01-19T20:07:48.271Z] Removing intermediate container 61f545b3dc24 [2021-01-19T20:07:48.271Z] ---> 80d3040daceb [2021-01-19T20:07:48.271Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T20:07:49.728Z] ---> 5e590a937a26 [2021-01-19T20:07:49.728Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T20:07:51.714Z] ---> 74146b90521e [2021-01-19T20:07:51.714Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T20:07:53.167Z] ---> fffc308684bb [2021-01-19T20:07:53.167Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T20:07:53.446Z] ---> Running in e6ac4a12b43f [2021-01-19T20:07:54.449Z] Removing intermediate container e6ac4a12b43f [2021-01-19T20:07:54.449Z] ---> f4bf9babdefe [2021-01-19T20:07:54.449Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T20:07:54.449Z] ---> Running in 434769dfd141 [2021-01-19T20:07:55.897Z] Removing intermediate container 434769dfd141 [2021-01-19T20:07:55.897Z] ---> b057928eeb6d [2021-01-19T20:07:55.897Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T20:07:55.897Z] ---> Running in 38ac3d0582c9 [2021-01-19T20:07:57.349Z] Removing intermediate container 38ac3d0582c9 [2021-01-19T20:07:57.349Z] ---> 84ec8110a774 [2021-01-19T20:07:57.349Z] Step 20/21 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:07:57.626Z] ---> Running in 4fa7cd41f86c [2021-01-19T20:07:58.236Z] Removing intermediate container 4fa7cd41f86c [2021-01-19T20:07:58.236Z] ---> f566378fec3b [2021-01-19T20:07:58.236Z] Step 21/21 : LABEL version=2.0.0-dev.46 [2021-01-19T20:07:58.512Z] Removing intermediate container c21c40a25b65 [2021-01-19T20:07:58.512Z] ---> b38f28561121 [2021-01-19T20:07:58.512Z] [2021-01-19T20:07:58.512Z] Step 10/22 : FROM scratch [2021-01-19T20:07:58.512Z] ---> [2021-01-19T20:07:58.512Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:07:58.512Z] ---> Using cache [2021-01-19T20:07:58.512Z] ---> e86f5116116f [2021-01-19T20:07:58.512Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T20:07:58.791Z] ---> Running in 8e7d1606455f [2021-01-19T20:07:58.791Z] ---> Running in 189148b0e320 [2021-01-19T20:07:59.782Z] Removing intermediate container 8e7d1606455f [2021-01-19T20:07:59.782Z] ---> 940ad49f056d [2021-01-19T20:07:59.782Z] [2021-01-19T20:07:59.782Z] Removing intermediate container 189148b0e320 [2021-01-19T20:07:59.782Z] ---> 9d03b015b140 [2021-01-19T20:07:59.782Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T20:07:59.782Z] ---> Running in 294d12c08bac [2021-01-19T20:08:00.063Z] Successfully built 940ad49f056d [2021-01-19T20:08:00.063Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T20:08:00.343Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 294d12c08bac [2021-01-19T20:08:00.343Z] ---> ccb57195fc0d [2021-01-19T20:08:00.343Z] Step 14/22 : WORKDIR / [2021-01-19T20:08:00.621Z] ---> Running in 77a96b511e59 [2021-01-19T20:08:01.221Z] Removing intermediate container 77a96b511e59 [2021-01-19T20:08:01.221Z] ---> 2bc668e53a03 [2021-01-19T20:08:01.221Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:08:02.208Z] ---> a0d0d9b83d50 [2021-01-19T20:08:02.208Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T20:08:04.207Z] ---> 2a9dc3145208 [2021-01-19T20:08:04.207Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T20:08:05.468Z] ---> a343e4e0fcb7 [2021-01-19T20:08:05.468Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T20:08:05.468Z] ---> Running in 72a137d0eedf [2021-01-19T20:08:06.082Z] Removing intermediate container 72a137d0eedf [2021-01-19T20:08:06.083Z] ---> ed228cae3813 [2021-01-19T20:08:06.083Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:08:06.083Z] ---> Running in c5bda1c881e2 [2021-01-19T20:08:06.808Z] Removing intermediate container c5bda1c881e2 [2021-01-19T20:08:06.808Z] ---> 1cf0003a8448 [2021-01-19T20:08:06.808Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T20:08:07.132Z] ---> Running in a49b7ff91b7c [2021-01-19T20:08:07.762Z] Removing intermediate container a49b7ff91b7c [2021-01-19T20:08:07.762Z] ---> 9adff6eb894f [2021-01-19T20:08:07.762Z] Step 21/22 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:08:08.039Z] ---> Running in 5e77efa38fb7 [2021-01-19T20:08:08.639Z] Removing intermediate container 5e77efa38fb7 [2021-01-19T20:08:08.639Z] ---> 0349e7361458 [2021-01-19T20:08:08.639Z] Step 22/22 : LABEL version=2.0.0-dev.46 [2021-01-19T20:08:08.916Z] ---> Running in 37fbd54db604 [2021-01-19T20:08:09.512Z] Removing intermediate container 37fbd54db604 [2021-01-19T20:08:09.512Z] ---> d2e525abfd73 [2021-01-19T20:08:09.512Z] [2021-01-19T20:08:09.789Z] Successfully built d2e525abfd73 [2021-01-19T20:08:10.089Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T20:08:14.412Z]  Building docker-core-metadata-go ... done Removing intermediate container 83a10fa23f94 [2021-01-19T20:08:14.412Z] ---> 7ffa792f9378 [2021-01-19T20:08:14.412Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T20:08:14.412Z] ---> Running in 3a23f3df0486 [2021-01-19T20:08:15.394Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.46" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T20:08:18.789Z] Removing intermediate container 3a23f3df0486 [2021-01-19T20:08:18.789Z] ---> 3c508dbd9582 [2021-01-19T20:08:18.789Z] [2021-01-19T20:08:18.789Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T20:08:18.789Z] 20.10.0: Pulling from library/docker [2021-01-19T20:08:28.960Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T20:08:28.960Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T20:08:28.960Z] ---> eeaf43b92773 [2021-01-19T20:08:28.960Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T20:08:28.960Z] ---> Running in 009808c6b57e [2021-01-19T20:08:28.960Z] Removing intermediate container 6e2556410c50 [2021-01-19T20:08:28.960Z] ---> b33e74e04f07 [2021-01-19T20:08:28.960Z] [2021-01-19T20:08:28.960Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T20:08:28.960Z] ---> afeebe901d6b [2021-01-19T20:08:28.960Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T20:08:28.960Z] ---> Running in 04c73935a51a [2021-01-19T20:08:29.554Z] Removing intermediate container 04c73935a51a [2021-01-19T20:08:29.554Z] ---> 22a425428245 [2021-01-19T20:08:29.554Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T20:08:29.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:08:29.554Z] ---> Running in 4ae17049f163 [2021-01-19T20:08:29.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:08:30.107Z] Removing intermediate container 4ae17049f163 [2021-01-19T20:08:30.107Z] ---> ff037172421f [2021-01-19T20:08:30.107Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T20:08:30.107Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T20:08:30.107Z] ---> Running in d4fc1823c569 [2021-01-19T20:08:30.107Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T20:08:30.381Z] Executing bash-5.0.17-r0.post-install [2021-01-19T20:08:30.381Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:08:30.381Z] OK: 12 MiB in 22 packages [2021-01-19T20:08:30.653Z] Removing intermediate container d4fc1823c569 [2021-01-19T20:08:30.653Z] ---> b759c030d66a [2021-01-19T20:08:30.653Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T20:08:30.925Z] ---> Running in 0032492d40cb [2021-01-19T20:08:31.517Z] Removing intermediate container 009808c6b57e [2021-01-19T20:08:31.517Z] ---> b86dd09acb4b [2021-01-19T20:08:31.517Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T20:08:31.791Z] ---> Running in 127c573590d2 [2021-01-19T20:08:32.388Z] Removing intermediate container 127c573590d2 [2021-01-19T20:08:32.389Z] ---> 45d5dae0c6fb [2021-01-19T20:08:32.389Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T20:08:32.389Z] ---> Running in bfb3136d3145 [2021-01-19T20:08:32.986Z] Removing intermediate container bfb3136d3145 [2021-01-19T20:08:32.986Z] ---> c0ad6a245f5e [2021-01-19T20:08:32.986Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T20:08:33.259Z] ---> Running in 3b9af4d0da7c [2021-01-19T20:08:33.259Z] Removing intermediate container 0032492d40cb [2021-01-19T20:08:33.259Z] ---> 430dd3c13bec [2021-01-19T20:08:33.259Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T20:08:33.259Z] ---> Running in c2d1c9d0361d [2021-01-19T20:08:33.541Z] Removing intermediate container 3b9af4d0da7c [2021-01-19T20:08:33.542Z] ---> 400141ff751b [2021-01-19T20:08:33.542Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T20:08:34.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:08:34.795Z] ---> a2e4d6442062 [2021-01-19T20:08:34.795Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T20:08:35.398Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:08:35.398Z] ---> 406a3e5a1a2d [2021-01-19T20:08:35.398Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T20:08:35.991Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T20:08:36.262Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T20:08:36.262Z] ---> a2fdd8d06df1 [2021-01-19T20:08:36.262Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T20:08:36.262Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T20:08:36.533Z] ---> Running in 17abc6ce2a75 [2021-01-19T20:08:36.533Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T20:08:36.533Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T20:08:36.533Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:08:36.813Z] OK: 8 MiB in 19 packages [2021-01-19T20:08:37.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:08:37.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:08:37.793Z] Removing intermediate container c2d1c9d0361d [2021-01-19T20:08:37.793Z] ---> b328b897b550 [2021-01-19T20:08:37.793Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T20:08:38.393Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T20:08:38.393Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T20:08:38.393Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T20:08:38.393Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T20:08:38.393Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T20:08:38.393Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T20:08:38.393Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T20:08:38.664Z] ---> 5a4d83711a30 [2021-01-19T20:08:38.664Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T20:08:40.095Z] ---> 15f4907467bb [2021-01-19T20:08:40.095Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T20:08:40.691Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T20:08:40.963Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T20:08:40.963Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T20:08:40.963Z] ---> 42305a8bc1c3 [2021-01-19T20:08:40.963Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T20:08:40.963Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T20:08:40.963Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T20:08:40.963Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T20:08:41.235Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T20:08:41.235Z] ---> Running in e87cc61afea7 [2021-01-19T20:08:41.235Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T20:08:41.235Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T20:08:41.235Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T20:08:41.235Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T20:08:41.509Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T20:08:41.509Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T20:08:41.509Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T20:08:41.509Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T20:08:41.509Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T20:08:41.509Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T20:08:41.509Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T20:08:41.509Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T20:08:41.509Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T20:08:41.510Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T20:08:41.788Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T20:08:41.788Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T20:08:41.788Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T20:08:41.788Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T20:08:41.788Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T20:08:41.788Z] Removing intermediate container e87cc61afea7 [2021-01-19T20:08:41.788Z] ---> 46347337e136 [2021-01-19T20:08:41.788Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:08:41.788Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:08:42.059Z] OK: 71 MiB in 55 packages [2021-01-19T20:08:42.059Z] ---> Running in 163e20f1c1ad [2021-01-19T20:08:42.334Z] Removing intermediate container 163e20f1c1ad [2021-01-19T20:08:42.334Z] ---> 9e8a024b2f34 [2021-01-19T20:08:42.334Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T20:08:42.607Z] ---> Running in 6cd943020b26 [2021-01-19T20:08:43.202Z] Removing intermediate container 6cd943020b26 [2021-01-19T20:08:43.203Z] ---> 8f4bbadef7de [2021-01-19T20:08:43.203Z] Step 22/23 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:08:43.476Z] ---> Running in b2153b23129b [2021-01-19T20:08:44.075Z] Removing intermediate container b2153b23129b [2021-01-19T20:08:44.075Z] ---> b3792330147a [2021-01-19T20:08:44.075Z] Step 23/23 : LABEL version=2.0.0-dev.46 [2021-01-19T20:08:44.075Z] ---> Running in 6a3cc08fbf4e [2021-01-19T20:08:44.672Z] Removing intermediate container 6a3cc08fbf4e [2021-01-19T20:08:44.672Z] ---> 005499793930 [2021-01-19T20:08:44.672Z] [2021-01-19T20:08:44.970Z] Successfully built 005499793930 [2021-01-19T20:08:44.970Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T20:08:48.350Z]  Building docker-core-data-go ... done Removing intermediate container 17abc6ce2a75 [2021-01-19T20:08:48.350Z] ---> ba1281d85153 [2021-01-19T20:08:48.350Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T20:08:48.350Z] ---> Running in 1178973c2f4d [2021-01-19T20:08:52.634Z] Collecting docker-compose==1.23.2 [2021-01-19T20:08:52.634Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T20:08:54.056Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T20:08:54.056Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T20:08:54.325Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T20:08:54.325Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T20:08:54.596Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T20:08:54.596Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T20:08:56.553Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T20:08:56.553Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T20:08:59.163Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T20:08:59.164Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T20:08:59.755Z] Collecting PyYAML<4,>=3.10 [2021-01-19T20:08:59.755Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T20:09:03.131Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T20:09:03.131Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T20:09:03.131Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T20:09:03.131Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T20:09:03.131Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T20:09:05.091Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T20:09:05.091Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T20:09:05.361Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-19T20:09:05.361Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-19T20:09:05.631Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T20:09:05.631Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T20:09:06.223Z] Collecting idna<2.8,>=2.5 [2021-01-19T20:09:06.223Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T20:09:06.223Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T20:09:06.495Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T20:09:06.495Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T20:09:06.495Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T20:09:06.495Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T20:09:06.495Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T20:09:07.462Z] Installing collected packages: urllib3, idna, requests, cached-property, texttable, docopt, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, dockerpty, docker-compose [2021-01-19T20:09:07.462Z] Attempting uninstall: urllib3 [2021-01-19T20:09:07.462Z] Found existing installation: urllib3 1.25.9 [2021-01-19T20:09:07.462Z] Uninstalling urllib3-1.25.9: [2021-01-19T20:09:07.462Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T20:09:08.070Z] Attempting uninstall: idna [2021-01-19T20:09:08.070Z] Found existing installation: idna 2.9 [2021-01-19T20:09:08.070Z] Uninstalling idna-2.9: [2021-01-19T20:09:08.070Z] Successfully uninstalled idna-2.9 [2021-01-19T20:09:08.661Z] Attempting uninstall: requests [2021-01-19T20:09:08.661Z] Found existing installation: requests 2.23.0 [2021-01-19T20:09:08.661Z] Uninstalling requests-2.23.0: [2021-01-19T20:09:08.930Z] Successfully uninstalled requests-2.23.0 [2021-01-19T20:09:09.200Z] Running setup.py install for texttable: started [2021-01-19T20:09:11.161Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T20:09:11.161Z] Running setup.py install for docopt: started [2021-01-19T20:09:12.580Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T20:09:14.005Z] Running setup.py install for PyYAML: started [2021-01-19T20:09:15.963Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T20:09:16.234Z] Running setup.py install for dockerpty: started [2021-01-19T20:09:18.195Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T20:09:18.783Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-19T20:09:22.203Z] Removing intermediate container 1178973c2f4d [2021-01-19T20:09:22.203Z] ---> 1ec60e0abad8 [2021-01-19T20:09:22.203Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T20:09:22.486Z] ---> Running in 06f5396f550a [2021-01-19T20:09:23.507Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T20:09:23.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T20:09:24.368Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T20:09:24.368Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T20:09:24.368Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T20:09:24.368Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T20:09:24.636Z] OK: 71 MiB in 58 packages [2021-01-19T20:09:25.610Z] Removing intermediate container 06f5396f550a [2021-01-19T20:09:25.610Z] ---> 6f1954c45e54 [2021-01-19T20:09:25.610Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T20:09:25.882Z] ---> Running in b307519e8f27 [2021-01-19T20:09:26.153Z] Removing intermediate container b307519e8f27 [2021-01-19T20:09:26.153Z] ---> 1cb0a5b7624f [2021-01-19T20:09:26.153Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T20:09:26.424Z] ---> Running in 403b2701a9b3 [2021-01-19T20:09:26.695Z] Removing intermediate container 403b2701a9b3 [2021-01-19T20:09:26.695Z] ---> 2ab402416343 [2021-01-19T20:09:26.695Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T20:09:26.967Z] ---> Running in 9b5bf977bafa [2021-01-19T20:09:27.559Z] Removing intermediate container 9b5bf977bafa [2021-01-19T20:09:27.560Z] ---> 031a91391dbe [2021-01-19T20:09:27.560Z] Step 25/26 : LABEL git_sha=c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:27.560Z] ---> Running in fd755e18b6ea [2021-01-19T20:09:28.150Z] Removing intermediate container fd755e18b6ea [2021-01-19T20:09:28.150Z] ---> e566d5b47ee0 [2021-01-19T20:09:28.150Z] Step 26/26 : LABEL version=2.0.0-dev.46 [2021-01-19T20:09:28.150Z] ---> Running in f16a2f6b1cb2 [2021-01-19T20:09:28.741Z] Removing intermediate container f16a2f6b1cb2 [2021-01-19T20:09:28.741Z] ---> ff1a0e58238c [2021-01-19T20:09:28.741Z] [2021-01-19T20:09:28.741Z] Successfully built ff1a0e58238c [2021-01-19T20:09:29.011Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T20:09:29.297Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T20:09:29.299Z] $ docker stop --time=1 0a85b581d657c00daab3821fcaf1ada26c60f37bbbb21d113c5db1e2072e0077 [2021-01-19T20:09:31.249Z] $ docker rm -f 0a85b581d657c00daab3821fcaf1ada26c60f37bbbb21d113c5db1e2072e0077 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T20:09:31.922Z] + grep docker [2021-01-19T20:09:31.922Z] + docker images [2021-01-19T20:09:32.194Z] docker-sys-mgmt-agent-go-arm64 latest ff1a0e58238c 3 seconds ago 300MB [2021-01-19T20:09:32.194Z] docker-core-data-go-arm64 latest 005499793930 47 seconds ago 21MB [2021-01-19T20:09:32.194Z] docker-core-metadata-go-arm64 latest d2e525abfd73 About a minute ago 12.3MB [2021-01-19T20:09:32.194Z] docker-security-proxy-setup-go-arm64 latest 940ad49f056d About a minute ago 23.2MB [2021-01-19T20:09:32.194Z] docker-security-secretstore-setup-go-arm64 latest bfd9d248bb4e 3 minutes ago 23.4MB [2021-01-19T20:09:32.194Z] docker-support-notifications-go-arm64 latest 4cf51a456c03 3 minutes ago 11.4MB [2021-01-19T20:09:32.194Z] docker-security-bootstrap-redis-go-arm64 latest cb80ba17bfb1 3 minutes ago 15.1MB [2021-01-19T20:09:32.194Z] docker-core-command-go-arm64 latest 911bdd18b20c 3 minutes ago 9.98MB [2021-01-19T20:09:32.194Z] docker-support-scheduler-go-arm64 latest dc119af42a28 3 minutes ago 10MB [2021-01-19T20:09:32.194Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T20:09:32.680Z] provisioning config files... [2021-01-19T20:09:32.751Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/307@tmp/config7491141256372614645tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:09:33.147Z] ---> docker-login.sh [2021-01-19T20:09:33.147Z] nexus3.edgexfoundry.org:10001 [2021-01-19T20:09:33.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:09:33.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:09:33.692Z] Configure a credential helper to remove this warning. See [2021-01-19T20:09:33.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:09:33.692Z] [2021-01-19T20:09:33.692Z] Login Succeeded [2021-01-19T20:09:33.692Z] nexus3.edgexfoundry.org:10002 [2021-01-19T20:09:33.968Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:09:34.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:09:34.239Z] Configure a credential helper to remove this warning. See [2021-01-19T20:09:34.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:09:34.239Z] [2021-01-19T20:09:34.239Z] Login Succeeded [2021-01-19T20:09:34.239Z] nexus3.edgexfoundry.org:10003 [2021-01-19T20:09:34.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:09:34.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:09:34.782Z] Configure a credential helper to remove this warning. See [2021-01-19T20:09:34.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:09:34.782Z] [2021-01-19T20:09:34.782Z] Login Succeeded [2021-01-19T20:09:34.782Z] nexus3.edgexfoundry.org:10004 [2021-01-19T20:09:35.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:09:35.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:09:35.327Z] Configure a credential helper to remove this warning. See [2021-01-19T20:09:35.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:09:35.327Z] [2021-01-19T20:09:35.327Z] Login Succeeded [2021-01-19T20:09:35.327Z] docker.io [2021-01-19T20:09:35.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T20:09:36.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T20:09:36.188Z] Configure a credential helper to remove this warning. See [2021-01-19T20:09:36.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T20:09:36.188Z] [2021-01-19T20:09:36.188Z] Login Succeeded [2021-01-19T20:09:36.188Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T20:09:36.206Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:09:36.477Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-19T20:09:36.477Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:36.477Z] 2.0.0-dev.46 [2021-01-19T20:09:36.477Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:36.477Z] master [2021-01-19T20:09:36.477Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:36.979Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:37.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:37.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T20:09:37.313Z] 2c0f22c3d6b2: Preparing [2021-01-19T20:09:37.313Z] d52f0d5a5d28: Preparing [2021-01-19T20:09:37.313Z] 8f111c5139be: Preparing [2021-01-19T20:09:37.585Z] 8f111c5139be: Pushed [2021-01-19T20:09:37.585Z] 2c0f22c3d6b2: Pushed [2021-01-19T20:09:40.189Z] d52f0d5a5d28: Pushed [2021-01-19T20:09:40.189Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:195ecfd077e5246766ac33e92a301e908eb541e8cc3895f8ee358fdac86861e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:40.526Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:40.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.46 [2021-01-19T20:09:40.872Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T20:09:40.872Z] 2c0f22c3d6b2: Preparing [2021-01-19T20:09:40.872Z] d52f0d5a5d28: Preparing [2021-01-19T20:09:40.872Z] 8f111c5139be: Preparing [2021-01-19T20:09:40.872Z] d52f0d5a5d28: Layer already exists [2021-01-19T20:09:40.872Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:40.872Z] 2c0f22c3d6b2: Layer already exists [2021-01-19T20:09:41.143Z] 2.0.0-dev.46: digest: sha256:195ecfd077e5246766ac33e92a301e908eb541e8cc3895f8ee358fdac86861e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:41.485Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:41.815Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:41.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T20:09:41.815Z] 2c0f22c3d6b2: Preparing [2021-01-19T20:09:41.815Z] d52f0d5a5d28: Preparing [2021-01-19T20:09:41.815Z] 8f111c5139be: Preparing [2021-01-19T20:09:41.815Z] 2c0f22c3d6b2: Layer already exists [2021-01-19T20:09:41.815Z] d52f0d5a5d28: Layer already exists [2021-01-19T20:09:41.815Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:42.084Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:195ecfd077e5246766ac33e92a301e908eb541e8cc3895f8ee358fdac86861e6 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:42.424Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:42.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-19T20:09:42.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-19T20:09:42.761Z] 2c0f22c3d6b2: Preparing [2021-01-19T20:09:42.761Z] d52f0d5a5d28: Preparing [2021-01-19T20:09:42.761Z] 8f111c5139be: Preparing [2021-01-19T20:09:42.761Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:42.761Z] 2c0f22c3d6b2: Layer already exists [2021-01-19T20:09:42.761Z] d52f0d5a5d28: Layer already exists [2021-01-19T20:09:43.030Z] master: digest: sha256:195ecfd077e5246766ac33e92a301e908eb541e8cc3895f8ee358fdac86861e6 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:09:43.237Z] ===================================================== [Pipeline] echo [2021-01-19T20:09:43.289Z] taggedImages: [2021-01-19T20:09:43.289Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:43.289Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.46 [2021-01-19T20:09:43.289Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:43.289Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-19T20:09:43.352Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-19T20:09:43.353Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:43.353Z] 2.0.0-dev.46 [2021-01-19T20:09:43.353Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:43.353Z] master [2021-01-19T20:09:43.353Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:43.857Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:44.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:44.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T20:09:44.197Z] 4b75a967e88e: Preparing [2021-01-19T20:09:44.197Z] 3215679a605d: Preparing [2021-01-19T20:09:44.197Z] 8f111c5139be: Preparing [2021-01-19T20:09:44.197Z] dd7cacb1230f: Preparing [2021-01-19T20:09:44.197Z] 0ea5bf483d8f: Preparing [2021-01-19T20:09:44.197Z] 379067d0cb53: Preparing [2021-01-19T20:09:44.197Z] 379067d0cb53: Waiting [2021-01-19T20:09:44.468Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:44.468Z] 379067d0cb53: Layer already exists [2021-01-19T20:09:44.468Z] 4b75a967e88e: Pushed [2021-01-19T20:09:44.468Z] 0ea5bf483d8f: Pushed [2021-01-19T20:09:45.059Z] dd7cacb1230f: Pushed [2021-01-19T20:09:47.019Z] 3215679a605d: Pushed [2021-01-19T20:09:47.287Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:805a43853ff50811ca6fe287ae9acfcb3cb04f29c08fd75e22f47674af166bb7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:47.628Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:47.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.46 [2021-01-19T20:09:47.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T20:09:47.969Z] 4b75a967e88e: Preparing [2021-01-19T20:09:47.969Z] 3215679a605d: Preparing [2021-01-19T20:09:47.969Z] 8f111c5139be: Preparing [2021-01-19T20:09:47.969Z] dd7cacb1230f: Preparing [2021-01-19T20:09:47.969Z] 0ea5bf483d8f: Preparing [2021-01-19T20:09:47.969Z] 379067d0cb53: Preparing [2021-01-19T20:09:47.969Z] 379067d0cb53: Waiting [2021-01-19T20:09:47.969Z] dd7cacb1230f: Layer already exists [2021-01-19T20:09:47.969Z] 3215679a605d: Layer already exists [2021-01-19T20:09:47.969Z] 4b75a967e88e: Layer already exists [2021-01-19T20:09:48.239Z] 0ea5bf483d8f: Layer already exists [2021-01-19T20:09:48.239Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:48.239Z] 379067d0cb53: Layer already exists [2021-01-19T20:09:48.239Z] 2.0.0-dev.46: digest: sha256:805a43853ff50811ca6fe287ae9acfcb3cb04f29c08fd75e22f47674af166bb7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:48.580Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:48.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:48.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T20:09:48.916Z] 4b75a967e88e: Preparing [2021-01-19T20:09:48.916Z] 3215679a605d: Preparing [2021-01-19T20:09:48.916Z] 8f111c5139be: Preparing [2021-01-19T20:09:48.916Z] dd7cacb1230f: Preparing [2021-01-19T20:09:48.916Z] 0ea5bf483d8f: Preparing [2021-01-19T20:09:48.916Z] 379067d0cb53: Preparing [2021-01-19T20:09:48.916Z] 379067d0cb53: Waiting [2021-01-19T20:09:48.916Z] 4b75a967e88e: Layer already exists [2021-01-19T20:09:48.916Z] dd7cacb1230f: Layer already exists [2021-01-19T20:09:49.188Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:49.188Z] 0ea5bf483d8f: Layer already exists [2021-01-19T20:09:49.188Z] 3215679a605d: Layer already exists [2021-01-19T20:09:49.188Z] 379067d0cb53: Layer already exists [2021-01-19T20:09:49.188Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:805a43853ff50811ca6fe287ae9acfcb3cb04f29c08fd75e22f47674af166bb7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:49.527Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:49.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-19T20:09:49.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-19T20:09:49.863Z] 4b75a967e88e: Preparing [2021-01-19T20:09:49.863Z] 3215679a605d: Preparing [2021-01-19T20:09:49.863Z] 8f111c5139be: Preparing [2021-01-19T20:09:49.863Z] dd7cacb1230f: Preparing [2021-01-19T20:09:49.863Z] 0ea5bf483d8f: Preparing [2021-01-19T20:09:49.863Z] 379067d0cb53: Preparing [2021-01-19T20:09:49.863Z] 379067d0cb53: Waiting [2021-01-19T20:09:49.863Z] 0ea5bf483d8f: Layer already exists [2021-01-19T20:09:49.863Z] 3215679a605d: Layer already exists [2021-01-19T20:09:49.863Z] dd7cacb1230f: Layer already exists [2021-01-19T20:09:49.863Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:49.863Z] 4b75a967e88e: Layer already exists [2021-01-19T20:09:49.863Z] 379067d0cb53: Layer already exists [2021-01-19T20:09:50.134Z] master: digest: sha256:805a43853ff50811ca6fe287ae9acfcb3cb04f29c08fd75e22f47674af166bb7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:09:50.375Z] ===================================================== [Pipeline] echo [2021-01-19T20:09:50.431Z] taggedImages: [2021-01-19T20:09:50.431Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:50.431Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.46 [2021-01-19T20:09:50.431Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:50.431Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-19T20:09:50.522Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-19T20:09:50.522Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:50.522Z] 2.0.0-dev.46 [2021-01-19T20:09:50.522Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:50.522Z] master [2021-01-19T20:09:50.522Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:51.081Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:51.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:51.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T20:09:51.442Z] 830d22f80b4a: Preparing [2021-01-19T20:09:51.442Z] 351c5ec60f92: Preparing [2021-01-19T20:09:51.442Z] 8f111c5139be: Preparing [2021-01-19T20:09:51.731Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:51.731Z] 830d22f80b4a: Pushed [2021-01-19T20:09:54.376Z] 351c5ec60f92: Pushed [2021-01-19T20:09:54.646Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:e20483ae01072607728f85c2dd39b72dc853aa26aefb4b653fa97cacf2f49ee8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:54.984Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:55.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.46 [2021-01-19T20:09:55.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T20:09:55.316Z] 830d22f80b4a: Preparing [2021-01-19T20:09:55.316Z] 351c5ec60f92: Preparing [2021-01-19T20:09:55.316Z] 8f111c5139be: Preparing [2021-01-19T20:09:55.316Z] 830d22f80b4a: Layer already exists [2021-01-19T20:09:55.316Z] 351c5ec60f92: Layer already exists [2021-01-19T20:09:55.316Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:55.586Z] 2.0.0-dev.46: digest: sha256:e20483ae01072607728f85c2dd39b72dc853aa26aefb4b653fa97cacf2f49ee8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:55.929Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:56.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:56.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T20:09:56.261Z] 830d22f80b4a: Preparing [2021-01-19T20:09:56.261Z] 351c5ec60f92: Preparing [2021-01-19T20:09:56.261Z] 8f111c5139be: Preparing [2021-01-19T20:09:56.261Z] 351c5ec60f92: Layer already exists [2021-01-19T20:09:56.261Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:56.261Z] 830d22f80b4a: Layer already exists [2021-01-19T20:09:56.529Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:e20483ae01072607728f85c2dd39b72dc853aa26aefb4b653fa97cacf2f49ee8 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:56.867Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:57.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-19T20:09:57.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-19T20:09:57.197Z] 830d22f80b4a: Preparing [2021-01-19T20:09:57.197Z] 351c5ec60f92: Preparing [2021-01-19T20:09:57.197Z] 8f111c5139be: Preparing [2021-01-19T20:09:57.197Z] 351c5ec60f92: Layer already exists [2021-01-19T20:09:57.197Z] 830d22f80b4a: Layer already exists [2021-01-19T20:09:57.197Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:57.468Z] master: digest: sha256:e20483ae01072607728f85c2dd39b72dc853aa26aefb4b653fa97cacf2f49ee8 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:09:57.653Z] ===================================================== [Pipeline] echo [2021-01-19T20:09:57.699Z] taggedImages: [2021-01-19T20:09:57.699Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:57.699Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.46 [2021-01-19T20:09:57.699Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:57.699Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-19T20:09:57.770Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-19T20:09:57.770Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:57.770Z] 2.0.0-dev.46 [2021-01-19T20:09:57.770Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:09:57.770Z] master [2021-01-19T20:09:57.770Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:58.329Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:09:58.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:09:58.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T20:09:58.669Z] 794a0b9ac071: Preparing [2021-01-19T20:09:58.669Z] 0ac9c7ec778b: Preparing [2021-01-19T20:09:58.669Z] cd0d8d0ce590: Preparing [2021-01-19T20:09:58.669Z] 0afa83a57ff9: Preparing [2021-01-19T20:09:58.669Z] 8f111c5139be: Preparing [2021-01-19T20:09:58.669Z] 83619e6b0e0a: Preparing [2021-01-19T20:09:58.669Z] 379067d0cb53: Preparing [2021-01-19T20:09:58.669Z] 83619e6b0e0a: Waiting [2021-01-19T20:09:58.669Z] 379067d0cb53: Waiting [2021-01-19T20:09:58.669Z] 8f111c5139be: Layer already exists [2021-01-19T20:09:58.967Z] 0ac9c7ec778b: Pushed [2021-01-19T20:09:58.967Z] 794a0b9ac071: Pushed [2021-01-19T20:09:58.967Z] cd0d8d0ce590: Pushed [2021-01-19T20:09:58.967Z] 379067d0cb53: Layer already exists [2021-01-19T20:09:59.559Z] 83619e6b0e0a: Pushed [2021-01-19T20:10:00.981Z] 0afa83a57ff9: Pushed [2021-01-19T20:10:01.252Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:3c403f1208f1be8ee7521903e70e869884478c19fd25630e50dc33801fc05d6d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:01.601Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:01.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:01.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T20:10:01.940Z] 794a0b9ac071: Preparing [2021-01-19T20:10:01.940Z] 0ac9c7ec778b: Preparing [2021-01-19T20:10:01.940Z] cd0d8d0ce590: Preparing [2021-01-19T20:10:01.940Z] 0afa83a57ff9: Preparing [2021-01-19T20:10:01.940Z] 8f111c5139be: Preparing [2021-01-19T20:10:01.940Z] 83619e6b0e0a: Preparing [2021-01-19T20:10:01.940Z] 379067d0cb53: Preparing [2021-01-19T20:10:01.940Z] 83619e6b0e0a: Waiting [2021-01-19T20:10:01.940Z] 379067d0cb53: Waiting [2021-01-19T20:10:01.940Z] 0afa83a57ff9: Layer already exists [2021-01-19T20:10:01.940Z] 794a0b9ac071: Layer already exists [2021-01-19T20:10:01.940Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:01.940Z] cd0d8d0ce590: Layer already exists [2021-01-19T20:10:02.210Z] 83619e6b0e0a: Layer already exists [2021-01-19T20:10:02.210Z] 0ac9c7ec778b: Layer already exists [2021-01-19T20:10:02.210Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:02.210Z] 2.0.0-dev.46: digest: sha256:3c403f1208f1be8ee7521903e70e869884478c19fd25630e50dc33801fc05d6d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:02.554Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:02.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:02.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T20:10:02.893Z] 794a0b9ac071: Preparing [2021-01-19T20:10:02.893Z] 0ac9c7ec778b: Preparing [2021-01-19T20:10:02.893Z] cd0d8d0ce590: Preparing [2021-01-19T20:10:02.893Z] 0afa83a57ff9: Preparing [2021-01-19T20:10:02.893Z] 8f111c5139be: Preparing [2021-01-19T20:10:02.893Z] 83619e6b0e0a: Preparing [2021-01-19T20:10:02.893Z] 379067d0cb53: Preparing [2021-01-19T20:10:02.893Z] 83619e6b0e0a: Waiting [2021-01-19T20:10:02.893Z] 379067d0cb53: Waiting [2021-01-19T20:10:02.893Z] cd0d8d0ce590: Layer already exists [2021-01-19T20:10:02.893Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:02.893Z] 0afa83a57ff9: Layer already exists [2021-01-19T20:10:02.893Z] 794a0b9ac071: Layer already exists [2021-01-19T20:10:02.893Z] 0ac9c7ec778b: Layer already exists [2021-01-19T20:10:03.163Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:03.163Z] 83619e6b0e0a: Layer already exists [2021-01-19T20:10:03.163Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:3c403f1208f1be8ee7521903e70e869884478c19fd25630e50dc33801fc05d6d size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:03.498Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:03.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-19T20:10:03.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-19T20:10:03.828Z] 794a0b9ac071: Preparing [2021-01-19T20:10:03.828Z] 0ac9c7ec778b: Preparing [2021-01-19T20:10:03.828Z] cd0d8d0ce590: Preparing [2021-01-19T20:10:03.828Z] 0afa83a57ff9: Preparing [2021-01-19T20:10:03.828Z] 8f111c5139be: Preparing [2021-01-19T20:10:03.828Z] 83619e6b0e0a: Preparing [2021-01-19T20:10:03.828Z] 379067d0cb53: Preparing [2021-01-19T20:10:03.828Z] 83619e6b0e0a: Waiting [2021-01-19T20:10:03.828Z] 379067d0cb53: Waiting [2021-01-19T20:10:03.828Z] cd0d8d0ce590: Layer already exists [2021-01-19T20:10:03.829Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:03.829Z] 0ac9c7ec778b: Layer already exists [2021-01-19T20:10:03.829Z] 0afa83a57ff9: Layer already exists [2021-01-19T20:10:03.829Z] 794a0b9ac071: Layer already exists [2021-01-19T20:10:03.829Z] 83619e6b0e0a: Layer already exists [2021-01-19T20:10:03.829Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:04.099Z] master: digest: sha256:3c403f1208f1be8ee7521903e70e869884478c19fd25630e50dc33801fc05d6d size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:10:04.308Z] ===================================================== [Pipeline] echo [2021-01-19T20:10:04.355Z] taggedImages: [2021-01-19T20:10:04.355Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:04.355Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:04.355Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:04.355Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-19T20:10:04.420Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-19T20:10:04.420Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:04.420Z] 2.0.0-dev.46 [2021-01-19T20:10:04.420Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:04.420Z] master [2021-01-19T20:10:04.420Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:04.927Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:05.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:05.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T20:10:05.261Z] 69eb1bbd5923: Preparing [2021-01-19T20:10:05.261Z] b3de48925697: Preparing [2021-01-19T20:10:05.261Z] 2d69638358dc: Preparing [2021-01-19T20:10:05.261Z] b1143aeff1ac: Preparing [2021-01-19T20:10:05.261Z] 358624537000: Preparing [2021-01-19T20:10:05.261Z] 379067d0cb53: Preparing [2021-01-19T20:10:05.261Z] 379067d0cb53: Waiting [2021-01-19T20:10:05.549Z] b1143aeff1ac: Pushed [2021-01-19T20:10:05.549Z] 2d69638358dc: Pushed [2021-01-19T20:10:05.549Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:06.141Z] 358624537000: Pushed [2021-01-19T20:10:07.567Z] b3de48925697: Pushed [2021-01-19T20:10:07.567Z] 69eb1bbd5923: Pushed [2021-01-19T20:10:07.837Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:e38267600acd61fd6b696cd58c81583b657860627e43e79b6f95b2de52a66978 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:08.177Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:08.507Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:08.507Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T20:10:08.507Z] 69eb1bbd5923: Preparing [2021-01-19T20:10:08.507Z] b3de48925697: Preparing [2021-01-19T20:10:08.507Z] 2d69638358dc: Preparing [2021-01-19T20:10:08.507Z] b1143aeff1ac: Preparing [2021-01-19T20:10:08.507Z] 358624537000: Preparing [2021-01-19T20:10:08.507Z] 379067d0cb53: Preparing [2021-01-19T20:10:08.507Z] 379067d0cb53: Waiting [2021-01-19T20:10:08.507Z] b3de48925697: Layer already exists [2021-01-19T20:10:08.507Z] 69eb1bbd5923: Layer already exists [2021-01-19T20:10:08.507Z] b1143aeff1ac: Layer already exists [2021-01-19T20:10:08.507Z] 2d69638358dc: Layer already exists [2021-01-19T20:10:08.507Z] 358624537000: Layer already exists [2021-01-19T20:10:08.507Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:08.779Z] 2.0.0-dev.46: digest: sha256:e38267600acd61fd6b696cd58c81583b657860627e43e79b6f95b2de52a66978 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:09.118Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:09.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:09.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T20:10:09.460Z] 69eb1bbd5923: Preparing [2021-01-19T20:10:09.460Z] b3de48925697: Preparing [2021-01-19T20:10:09.460Z] 2d69638358dc: Preparing [2021-01-19T20:10:09.460Z] b1143aeff1ac: Preparing [2021-01-19T20:10:09.460Z] 358624537000: Preparing [2021-01-19T20:10:09.460Z] 379067d0cb53: Preparing [2021-01-19T20:10:09.460Z] 379067d0cb53: Waiting [2021-01-19T20:10:09.460Z] b3de48925697: Layer already exists [2021-01-19T20:10:09.460Z] b1143aeff1ac: Layer already exists [2021-01-19T20:10:09.460Z] 2d69638358dc: Layer already exists [2021-01-19T20:10:09.460Z] 69eb1bbd5923: Layer already exists [2021-01-19T20:10:09.460Z] 358624537000: Layer already exists [2021-01-19T20:10:09.460Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:09.733Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:e38267600acd61fd6b696cd58c81583b657860627e43e79b6f95b2de52a66978 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:10.084Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:10.415Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-19T20:10:10.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-19T20:10:10.415Z] 69eb1bbd5923: Preparing [2021-01-19T20:10:10.415Z] b3de48925697: Preparing [2021-01-19T20:10:10.415Z] 2d69638358dc: Preparing [2021-01-19T20:10:10.415Z] b1143aeff1ac: Preparing [2021-01-19T20:10:10.415Z] 358624537000: Preparing [2021-01-19T20:10:10.415Z] 379067d0cb53: Preparing [2021-01-19T20:10:10.415Z] 379067d0cb53: Waiting [2021-01-19T20:10:10.689Z] 358624537000: Layer already exists [2021-01-19T20:10:10.689Z] 2d69638358dc: Layer already exists [2021-01-19T20:10:10.689Z] 69eb1bbd5923: Layer already exists [2021-01-19T20:10:10.689Z] b1143aeff1ac: Layer already exists [2021-01-19T20:10:10.689Z] b3de48925697: Layer already exists [2021-01-19T20:10:10.689Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:10.689Z] master: digest: sha256:e38267600acd61fd6b696cd58c81583b657860627e43e79b6f95b2de52a66978 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:10:10.918Z] ===================================================== [Pipeline] echo [2021-01-19T20:10:10.962Z] taggedImages: [2021-01-19T20:10:10.962Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:10.962Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:10.962Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:10.962Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-19T20:10:11.153Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-19T20:10:11.153Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:11.153Z] 2.0.0-dev.46 [2021-01-19T20:10:11.153Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:11.153Z] master [2021-01-19T20:10:11.153Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:11.676Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:12.012Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:12.012Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T20:10:12.012Z] 9d5096ebacf0: Preparing [2021-01-19T20:10:12.012Z] 6acae0fa84d6: Preparing [2021-01-19T20:10:12.012Z] 7a4ff75182a6: Preparing [2021-01-19T20:10:12.012Z] 4611b4a4a633: Preparing [2021-01-19T20:10:12.012Z] fd5cfd4aadf8: Preparing [2021-01-19T20:10:12.012Z] fca4af9548ba: Preparing [2021-01-19T20:10:12.012Z] 03170ddd0f0b: Preparing [2021-01-19T20:10:12.012Z] 680e36454972: Preparing [2021-01-19T20:10:12.012Z] 379067d0cb53: Preparing [2021-01-19T20:10:12.012Z] fca4af9548ba: Waiting [2021-01-19T20:10:12.012Z] 03170ddd0f0b: Waiting [2021-01-19T20:10:12.012Z] 680e36454972: Waiting [2021-01-19T20:10:12.012Z] 379067d0cb53: Waiting [2021-01-19T20:10:12.286Z] fd5cfd4aadf8: Pushed [2021-01-19T20:10:12.286Z] 6acae0fa84d6: Pushed [2021-01-19T20:10:12.286Z] 9d5096ebacf0: Pushed [2021-01-19T20:10:12.561Z] fca4af9548ba: Pushed [2021-01-19T20:10:12.561Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:12.561Z] 03170ddd0f0b: Pushed [2021-01-19T20:10:12.830Z] 680e36454972: Pushed [2021-01-19T20:10:14.259Z] 4611b4a4a633: Pushed [2021-01-19T20:10:14.259Z] 7a4ff75182a6: Pushed [2021-01-19T20:10:14.530Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:acf125bca4c360976b9099071a4abc182b939e1216c706cdcd2a4be956f9bfbc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:14.872Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:15.215Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:15.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T20:10:15.215Z] 9d5096ebacf0: Preparing [2021-01-19T20:10:15.215Z] 6acae0fa84d6: Preparing [2021-01-19T20:10:15.215Z] 7a4ff75182a6: Preparing [2021-01-19T20:10:15.215Z] 4611b4a4a633: Preparing [2021-01-19T20:10:15.215Z] fd5cfd4aadf8: Preparing [2021-01-19T20:10:15.215Z] fca4af9548ba: Preparing [2021-01-19T20:10:15.215Z] 03170ddd0f0b: Preparing [2021-01-19T20:10:15.215Z] 680e36454972: Preparing [2021-01-19T20:10:15.215Z] 379067d0cb53: Preparing [2021-01-19T20:10:15.215Z] fca4af9548ba: Waiting [2021-01-19T20:10:15.215Z] 680e36454972: Waiting [2021-01-19T20:10:15.215Z] 379067d0cb53: Waiting [2021-01-19T20:10:15.215Z] 03170ddd0f0b: Waiting [2021-01-19T20:10:15.215Z] fd5cfd4aadf8: Layer already exists [2021-01-19T20:10:15.215Z] 4611b4a4a633: Layer already exists [2021-01-19T20:10:15.215Z] 7a4ff75182a6: Layer already exists [2021-01-19T20:10:15.215Z] 6acae0fa84d6: Layer already exists [2021-01-19T20:10:15.215Z] 9d5096ebacf0: Layer already exists [2021-01-19T20:10:15.486Z] 680e36454972: Layer already exists [2021-01-19T20:10:15.486Z] 03170ddd0f0b: Layer already exists [2021-01-19T20:10:15.486Z] fca4af9548ba: Layer already exists [2021-01-19T20:10:15.486Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:15.486Z] 2.0.0-dev.46: digest: sha256:acf125bca4c360976b9099071a4abc182b939e1216c706cdcd2a4be956f9bfbc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:15.848Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:16.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:16.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T20:10:16.223Z] 9d5096ebacf0: Preparing [2021-01-19T20:10:16.223Z] 6acae0fa84d6: Preparing [2021-01-19T20:10:16.223Z] 7a4ff75182a6: Preparing [2021-01-19T20:10:16.223Z] 4611b4a4a633: Preparing [2021-01-19T20:10:16.223Z] fd5cfd4aadf8: Preparing [2021-01-19T20:10:16.223Z] fca4af9548ba: Preparing [2021-01-19T20:10:16.223Z] 03170ddd0f0b: Preparing [2021-01-19T20:10:16.223Z] 680e36454972: Preparing [2021-01-19T20:10:16.223Z] 379067d0cb53: Preparing [2021-01-19T20:10:16.223Z] 03170ddd0f0b: Waiting [2021-01-19T20:10:16.223Z] 680e36454972: Waiting [2021-01-19T20:10:16.223Z] 379067d0cb53: Waiting [2021-01-19T20:10:16.223Z] fca4af9548ba: Waiting [2021-01-19T20:10:16.503Z] fd5cfd4aadf8: Layer already exists [2021-01-19T20:10:16.503Z] 4611b4a4a633: Layer already exists [2021-01-19T20:10:16.503Z] 9d5096ebacf0: Layer already exists [2021-01-19T20:10:16.503Z] 7a4ff75182a6: Layer already exists [2021-01-19T20:10:16.503Z] 6acae0fa84d6: Layer already exists [2021-01-19T20:10:16.503Z] fca4af9548ba: Layer already exists [2021-01-19T20:10:16.503Z] 03170ddd0f0b: Layer already exists [2021-01-19T20:10:16.503Z] 680e36454972: Layer already exists [2021-01-19T20:10:16.503Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:16.503Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:acf125bca4c360976b9099071a4abc182b939e1216c706cdcd2a4be956f9bfbc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:16.860Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:17.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-19T20:10:17.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-19T20:10:17.230Z] 9d5096ebacf0: Preparing [2021-01-19T20:10:17.230Z] 6acae0fa84d6: Preparing [2021-01-19T20:10:17.230Z] 7a4ff75182a6: Preparing [2021-01-19T20:10:17.230Z] 4611b4a4a633: Preparing [2021-01-19T20:10:17.230Z] fd5cfd4aadf8: Preparing [2021-01-19T20:10:17.230Z] fca4af9548ba: Preparing [2021-01-19T20:10:17.230Z] 03170ddd0f0b: Preparing [2021-01-19T20:10:17.230Z] 680e36454972: Preparing [2021-01-19T20:10:17.230Z] 379067d0cb53: Preparing [2021-01-19T20:10:17.230Z] 03170ddd0f0b: Waiting [2021-01-19T20:10:17.230Z] 680e36454972: Waiting [2021-01-19T20:10:17.230Z] 379067d0cb53: Waiting [2021-01-19T20:10:17.230Z] fca4af9548ba: Waiting [2021-01-19T20:10:17.230Z] 9d5096ebacf0: Layer already exists [2021-01-19T20:10:17.230Z] 7a4ff75182a6: Layer already exists [2021-01-19T20:10:17.230Z] fd5cfd4aadf8: Layer already exists [2021-01-19T20:10:17.230Z] 6acae0fa84d6: Layer already exists [2021-01-19T20:10:17.230Z] 4611b4a4a633: Layer already exists [2021-01-19T20:10:17.505Z] 03170ddd0f0b: Layer already exists [2021-01-19T20:10:17.505Z] fca4af9548ba: Layer already exists [2021-01-19T20:10:17.505Z] 680e36454972: Layer already exists [2021-01-19T20:10:17.505Z] 379067d0cb53: Layer already exists [2021-01-19T20:10:17.505Z] master: digest: sha256:acf125bca4c360976b9099071a4abc182b939e1216c706cdcd2a4be956f9bfbc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:10:17.732Z] ===================================================== [Pipeline] echo [2021-01-19T20:10:17.779Z] taggedImages: [2021-01-19T20:10:17.779Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:17.779Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:17.779Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:17.779Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-19T20:10:17.880Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-19T20:10:17.880Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:17.880Z] 2.0.0-dev.46 [2021-01-19T20:10:17.880Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:17.880Z] master [2021-01-19T20:10:17.880Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:18.390Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:18.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:18.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T20:10:18.715Z] 4eadc0112ade: Preparing [2021-01-19T20:10:18.715Z] 669a02192fc8: Preparing [2021-01-19T20:10:18.715Z] 8f111c5139be: Preparing [2021-01-19T20:10:18.715Z] 11f0e4deb895: Preparing [2021-01-19T20:10:18.715Z] 4d26272b926c: Preparing [2021-01-19T20:10:18.715Z] e59f45a77c4a: Preparing [2021-01-19T20:10:18.715Z] e59f45a77c4a: Waiting [2021-01-19T20:10:18.989Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:18.989Z] 4eadc0112ade: Pushed [2021-01-19T20:10:18.989Z] 4d26272b926c: Pushed [2021-01-19T20:10:18.989Z] 11f0e4deb895: Pushed [2021-01-19T20:10:19.260Z] e59f45a77c4a: Pushed [2021-01-19T20:10:21.863Z] 669a02192fc8: Pushed [2021-01-19T20:10:21.863Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:c92db53838768d6499b9cefca2818031b729136fc80b95b2e4c6e5cb9584eb6c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:22.207Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:22.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:22.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T20:10:22.541Z] 4eadc0112ade: Preparing [2021-01-19T20:10:22.541Z] 669a02192fc8: Preparing [2021-01-19T20:10:22.541Z] 8f111c5139be: Preparing [2021-01-19T20:10:22.541Z] 11f0e4deb895: Preparing [2021-01-19T20:10:22.541Z] 4d26272b926c: Preparing [2021-01-19T20:10:22.541Z] e59f45a77c4a: Preparing [2021-01-19T20:10:22.541Z] e59f45a77c4a: Waiting [2021-01-19T20:10:22.541Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:22.541Z] 4d26272b926c: Layer already exists [2021-01-19T20:10:22.541Z] 669a02192fc8: Layer already exists [2021-01-19T20:10:22.541Z] 11f0e4deb895: Layer already exists [2021-01-19T20:10:22.541Z] 4eadc0112ade: Layer already exists [2021-01-19T20:10:22.541Z] e59f45a77c4a: Layer already exists [2021-01-19T20:10:22.813Z] 2.0.0-dev.46: digest: sha256:c92db53838768d6499b9cefca2818031b729136fc80b95b2e4c6e5cb9584eb6c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:23.149Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:23.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:23.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T20:10:23.483Z] 4eadc0112ade: Preparing [2021-01-19T20:10:23.483Z] 669a02192fc8: Preparing [2021-01-19T20:10:23.483Z] 8f111c5139be: Preparing [2021-01-19T20:10:23.483Z] 11f0e4deb895: Preparing [2021-01-19T20:10:23.483Z] 4d26272b926c: Preparing [2021-01-19T20:10:23.483Z] e59f45a77c4a: Preparing [2021-01-19T20:10:23.483Z] e59f45a77c4a: Waiting [2021-01-19T20:10:23.483Z] 11f0e4deb895: Layer already exists [2021-01-19T20:10:23.483Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:23.483Z] 4d26272b926c: Layer already exists [2021-01-19T20:10:23.483Z] 4eadc0112ade: Layer already exists [2021-01-19T20:10:23.483Z] 669a02192fc8: Layer already exists [2021-01-19T20:10:23.753Z] e59f45a77c4a: Layer already exists [2021-01-19T20:10:23.753Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:c92db53838768d6499b9cefca2818031b729136fc80b95b2e4c6e5cb9584eb6c size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:24.094Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:24.427Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-19T20:10:24.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-19T20:10:24.428Z] 4eadc0112ade: Preparing [2021-01-19T20:10:24.428Z] 669a02192fc8: Preparing [2021-01-19T20:10:24.428Z] 8f111c5139be: Preparing [2021-01-19T20:10:24.428Z] 11f0e4deb895: Preparing [2021-01-19T20:10:24.428Z] 4d26272b926c: Preparing [2021-01-19T20:10:24.428Z] e59f45a77c4a: Preparing [2021-01-19T20:10:24.428Z] e59f45a77c4a: Waiting [2021-01-19T20:10:24.428Z] 4eadc0112ade: Layer already exists [2021-01-19T20:10:24.428Z] 11f0e4deb895: Layer already exists [2021-01-19T20:10:24.428Z] 4d26272b926c: Layer already exists [2021-01-19T20:10:24.428Z] 669a02192fc8: Layer already exists [2021-01-19T20:10:24.428Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:24.428Z] e59f45a77c4a: Layer already exists [2021-01-19T20:10:24.697Z] master: digest: sha256:c92db53838768d6499b9cefca2818031b729136fc80b95b2e4c6e5cb9584eb6c size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:10:24.922Z] ===================================================== [Pipeline] echo [2021-01-19T20:10:24.968Z] taggedImages: [2021-01-19T20:10:24.968Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:24.968Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:24.968Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:24.968Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-19T20:10:25.034Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-19T20:10:25.034Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:25.034Z] 2.0.0-dev.46 [2021-01-19T20:10:25.034Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:25.034Z] master [2021-01-19T20:10:25.034Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:25.531Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:25.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:25.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T20:10:25.865Z] dfda8c9dcec6: Preparing [2021-01-19T20:10:25.865Z] eb3e68d39db7: Preparing [2021-01-19T20:10:25.865Z] 8f111c5139be: Preparing [2021-01-19T20:10:26.137Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:26.137Z] dfda8c9dcec6: Pushed [2021-01-19T20:10:28.741Z] eb3e68d39db7: Pushed [2021-01-19T20:10:28.741Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:f0f0df0e4494488d989a95e91f6d07eea4c3db655cce82be42383cd1e9cdf029 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:29.079Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:29.411Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:29.411Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T20:10:29.411Z] dfda8c9dcec6: Preparing [2021-01-19T20:10:29.411Z] eb3e68d39db7: Preparing [2021-01-19T20:10:29.411Z] 8f111c5139be: Preparing [2021-01-19T20:10:29.411Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:29.411Z] eb3e68d39db7: Layer already exists [2021-01-19T20:10:29.411Z] dfda8c9dcec6: Layer already exists [2021-01-19T20:10:29.685Z] 2.0.0-dev.46: digest: sha256:f0f0df0e4494488d989a95e91f6d07eea4c3db655cce82be42383cd1e9cdf029 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:30.017Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:30.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:30.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T20:10:30.344Z] dfda8c9dcec6: Preparing [2021-01-19T20:10:30.344Z] eb3e68d39db7: Preparing [2021-01-19T20:10:30.344Z] 8f111c5139be: Preparing [2021-01-19T20:10:30.344Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:30.344Z] eb3e68d39db7: Layer already exists [2021-01-19T20:10:30.344Z] dfda8c9dcec6: Layer already exists [2021-01-19T20:10:30.613Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:f0f0df0e4494488d989a95e91f6d07eea4c3db655cce82be42383cd1e9cdf029 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:30.949Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:31.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-19T20:10:31.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-19T20:10:31.283Z] dfda8c9dcec6: Preparing [2021-01-19T20:10:31.283Z] eb3e68d39db7: Preparing [2021-01-19T20:10:31.283Z] 8f111c5139be: Preparing [2021-01-19T20:10:31.283Z] dfda8c9dcec6: Layer already exists [2021-01-19T20:10:31.283Z] eb3e68d39db7: Layer already exists [2021-01-19T20:10:31.283Z] 8f111c5139be: Layer already exists [2021-01-19T20:10:31.553Z] master: digest: sha256:f0f0df0e4494488d989a95e91f6d07eea4c3db655cce82be42383cd1e9cdf029 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:10:31.737Z] ===================================================== [Pipeline] echo [2021-01-19T20:10:31.782Z] taggedImages: [2021-01-19T20:10:31.782Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:31.782Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:31.782Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:31.782Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-19T20:10:31.847Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-19T20:10:31.848Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:31.848Z] 2.0.0-dev.46 [2021-01-19T20:10:31.848Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:31.848Z] master [2021-01-19T20:10:31.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:32.372Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:32.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:32.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T20:10:32.702Z] 54ccb3b432a8: Preparing [2021-01-19T20:10:32.702Z] ba1a49c84068: Preparing [2021-01-19T20:10:32.702Z] b26803ebaa9b: Preparing [2021-01-19T20:10:32.702Z] 94abcf11b193: Preparing [2021-01-19T20:10:32.702Z] 96505aa11972: Preparing [2021-01-19T20:10:32.702Z] f21fc6be76ba: Preparing [2021-01-19T20:10:32.702Z] 888e23b8f3a8: Preparing [2021-01-19T20:10:32.702Z] 9ded3b6bb9b5: Preparing [2021-01-19T20:10:32.702Z] fa1afe8e6ed9: Preparing [2021-01-19T20:10:32.702Z] 87a09b4c083e: Preparing [2021-01-19T20:10:32.702Z] 0f74e9ff2a61: Preparing [2021-01-19T20:10:32.702Z] b122376c33c6: Preparing [2021-01-19T20:10:32.702Z] f8381ed47b22: Preparing [2021-01-19T20:10:32.702Z] e934a737d657: Preparing [2021-01-19T20:10:32.702Z] f21fc6be76ba: Waiting [2021-01-19T20:10:32.702Z] 888e23b8f3a8: Waiting [2021-01-19T20:10:32.702Z] 9ded3b6bb9b5: Waiting [2021-01-19T20:10:32.702Z] fa1afe8e6ed9: Waiting [2021-01-19T20:10:32.702Z] 87a09b4c083e: Waiting [2021-01-19T20:10:32.702Z] 0f74e9ff2a61: Waiting [2021-01-19T20:10:32.702Z] b122376c33c6: Waiting [2021-01-19T20:10:32.702Z] f8381ed47b22: Waiting [2021-01-19T20:10:32.702Z] e934a737d657: Waiting [2021-01-19T20:10:33.307Z] 96505aa11972: Pushed [2021-01-19T20:10:33.578Z] 54ccb3b432a8: Pushed [2021-01-19T20:10:33.852Z] 94abcf11b193: Pushed [2021-01-19T20:10:34.125Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T20:10:34.125Z] fa1afe8e6ed9: Layer already exists [2021-01-19T20:10:34.125Z] 888e23b8f3a8: Pushed [2021-01-19T20:10:34.125Z] 87a09b4c083e: Layer already exists [2021-01-19T20:10:34.125Z] 0f74e9ff2a61: Layer already exists [2021-01-19T20:10:34.125Z] b122376c33c6: Layer already exists [2021-01-19T20:10:34.125Z] f8381ed47b22: Layer already exists [2021-01-19T20:10:34.396Z] e934a737d657: Layer already exists [2021-01-19T20:10:34.665Z] ba1a49c84068: Pushed [2021-01-19T20:10:35.638Z] f21fc6be76ba: Pushed [2021-01-19T20:10:45.752Z] b26803ebaa9b: Pushed [2021-01-19T20:10:45.752Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654: digest: sha256:1d32f7cfabf14e67245b80b91ffc809798756e84ad5006f3c45ab28b893fd846 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:46.088Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:46.420Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:46.420Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T20:10:46.420Z] 54ccb3b432a8: Preparing [2021-01-19T20:10:46.420Z] ba1a49c84068: Preparing [2021-01-19T20:10:46.420Z] b26803ebaa9b: Preparing [2021-01-19T20:10:46.420Z] 94abcf11b193: Preparing [2021-01-19T20:10:46.420Z] 96505aa11972: Preparing [2021-01-19T20:10:46.420Z] f21fc6be76ba: Preparing [2021-01-19T20:10:46.420Z] 888e23b8f3a8: Preparing [2021-01-19T20:10:46.420Z] 9ded3b6bb9b5: Preparing [2021-01-19T20:10:46.420Z] fa1afe8e6ed9: Preparing [2021-01-19T20:10:46.420Z] 87a09b4c083e: Preparing [2021-01-19T20:10:46.420Z] 0f74e9ff2a61: Preparing [2021-01-19T20:10:46.420Z] b122376c33c6: Preparing [2021-01-19T20:10:46.420Z] f8381ed47b22: Preparing [2021-01-19T20:10:46.420Z] e934a737d657: Preparing [2021-01-19T20:10:46.420Z] 87a09b4c083e: Waiting [2021-01-19T20:10:46.420Z] f21fc6be76ba: Waiting [2021-01-19T20:10:46.420Z] 888e23b8f3a8: Waiting [2021-01-19T20:10:46.420Z] fa1afe8e6ed9: Waiting [2021-01-19T20:10:46.420Z] 9ded3b6bb9b5: Waiting [2021-01-19T20:10:46.420Z] 0f74e9ff2a61: Waiting [2021-01-19T20:10:46.420Z] b122376c33c6: Waiting [2021-01-19T20:10:46.420Z] f8381ed47b22: Waiting [2021-01-19T20:10:46.420Z] e934a737d657: Waiting [2021-01-19T20:10:46.692Z] 96505aa11972: Layer already exists [2021-01-19T20:10:46.692Z] ba1a49c84068: Layer already exists [2021-01-19T20:10:46.692Z] 54ccb3b432a8: Layer already exists [2021-01-19T20:10:46.692Z] b26803ebaa9b: Layer already exists [2021-01-19T20:10:46.692Z] 94abcf11b193: Layer already exists [2021-01-19T20:10:46.692Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T20:10:46.692Z] f21fc6be76ba: Layer already exists [2021-01-19T20:10:46.692Z] 888e23b8f3a8: Layer already exists [2021-01-19T20:10:46.692Z] fa1afe8e6ed9: Layer already exists [2021-01-19T20:10:46.692Z] 87a09b4c083e: Layer already exists [2021-01-19T20:10:46.692Z] e934a737d657: Layer already exists [2021-01-19T20:10:46.692Z] b122376c33c6: Layer already exists [2021-01-19T20:10:46.692Z] 0f74e9ff2a61: Layer already exists [2021-01-19T20:10:46.692Z] f8381ed47b22: Layer already exists [2021-01-19T20:10:46.692Z] 2.0.0-dev.46: digest: sha256:1d32f7cfabf14e67245b80b91ffc809798756e84ad5006f3c45ab28b893fd846 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:47.031Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:47.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:47.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T20:10:47.359Z] 54ccb3b432a8: Preparing [2021-01-19T20:10:47.359Z] ba1a49c84068: Preparing [2021-01-19T20:10:47.359Z] b26803ebaa9b: Preparing [2021-01-19T20:10:47.359Z] 94abcf11b193: Preparing [2021-01-19T20:10:47.359Z] 96505aa11972: Preparing [2021-01-19T20:10:47.359Z] f21fc6be76ba: Preparing [2021-01-19T20:10:47.359Z] 888e23b8f3a8: Preparing [2021-01-19T20:10:47.359Z] 9ded3b6bb9b5: Preparing [2021-01-19T20:10:47.359Z] fa1afe8e6ed9: Preparing [2021-01-19T20:10:47.359Z] 87a09b4c083e: Preparing [2021-01-19T20:10:47.359Z] 0f74e9ff2a61: Preparing [2021-01-19T20:10:47.359Z] b122376c33c6: Preparing [2021-01-19T20:10:47.359Z] f8381ed47b22: Preparing [2021-01-19T20:10:47.359Z] e934a737d657: Preparing [2021-01-19T20:10:47.359Z] 0f74e9ff2a61: Waiting [2021-01-19T20:10:47.359Z] 87a09b4c083e: Waiting [2021-01-19T20:10:47.359Z] f21fc6be76ba: Waiting [2021-01-19T20:10:47.359Z] 888e23b8f3a8: Waiting [2021-01-19T20:10:47.359Z] b122376c33c6: Waiting [2021-01-19T20:10:47.359Z] f8381ed47b22: Waiting [2021-01-19T20:10:47.359Z] e934a737d657: Waiting [2021-01-19T20:10:47.359Z] fa1afe8e6ed9: Waiting [2021-01-19T20:10:47.359Z] 9ded3b6bb9b5: Waiting [2021-01-19T20:10:47.359Z] 94abcf11b193: Layer already exists [2021-01-19T20:10:47.359Z] b26803ebaa9b: Layer already exists [2021-01-19T20:10:47.359Z] 96505aa11972: Layer already exists [2021-01-19T20:10:47.359Z] ba1a49c84068: Layer already exists [2021-01-19T20:10:47.359Z] 54ccb3b432a8: Layer already exists [2021-01-19T20:10:47.359Z] f21fc6be76ba: Layer already exists [2021-01-19T20:10:47.359Z] 888e23b8f3a8: Layer already exists [2021-01-19T20:10:47.631Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T20:10:47.631Z] 87a09b4c083e: Layer already exists [2021-01-19T20:10:47.631Z] fa1afe8e6ed9: Layer already exists [2021-01-19T20:10:47.631Z] 0f74e9ff2a61: Layer already exists [2021-01-19T20:10:47.631Z] f8381ed47b22: Layer already exists [2021-01-19T20:10:47.631Z] e934a737d657: Layer already exists [2021-01-19T20:10:47.631Z] b122376c33c6: Layer already exists [2021-01-19T20:10:47.631Z] c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46: digest: sha256:1d32f7cfabf14e67245b80b91ffc809798756e84ad5006f3c45ab28b893fd846 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:47.980Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:48.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-19T20:10:48.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-19T20:10:48.373Z] 54ccb3b432a8: Preparing [2021-01-19T20:10:48.373Z] ba1a49c84068: Preparing [2021-01-19T20:10:48.373Z] b26803ebaa9b: Preparing [2021-01-19T20:10:48.373Z] 94abcf11b193: Preparing [2021-01-19T20:10:48.373Z] 96505aa11972: Preparing [2021-01-19T20:10:48.373Z] f21fc6be76ba: Preparing [2021-01-19T20:10:48.373Z] 888e23b8f3a8: Preparing [2021-01-19T20:10:48.373Z] 9ded3b6bb9b5: Preparing [2021-01-19T20:10:48.373Z] fa1afe8e6ed9: Preparing [2021-01-19T20:10:48.373Z] 87a09b4c083e: Preparing [2021-01-19T20:10:48.373Z] 0f74e9ff2a61: Preparing [2021-01-19T20:10:48.373Z] b122376c33c6: Preparing [2021-01-19T20:10:48.373Z] f8381ed47b22: Preparing [2021-01-19T20:10:48.373Z] e934a737d657: Preparing [2021-01-19T20:10:48.373Z] fa1afe8e6ed9: Waiting [2021-01-19T20:10:48.373Z] b122376c33c6: Waiting [2021-01-19T20:10:48.373Z] f8381ed47b22: Waiting [2021-01-19T20:10:48.373Z] e934a737d657: Waiting [2021-01-19T20:10:48.373Z] 87a09b4c083e: Waiting [2021-01-19T20:10:48.373Z] f21fc6be76ba: Waiting [2021-01-19T20:10:48.373Z] 0f74e9ff2a61: Waiting [2021-01-19T20:10:48.374Z] 9ded3b6bb9b5: Waiting [2021-01-19T20:10:48.374Z] 888e23b8f3a8: Waiting [2021-01-19T20:10:48.648Z] 94abcf11b193: Layer already exists [2021-01-19T20:10:48.648Z] 54ccb3b432a8: Layer already exists [2021-01-19T20:10:48.648Z] 96505aa11972: Layer already exists [2021-01-19T20:10:48.648Z] ba1a49c84068: Layer already exists [2021-01-19T20:10:48.648Z] b26803ebaa9b: Layer already exists [2021-01-19T20:10:48.648Z] 888e23b8f3a8: Layer already exists [2021-01-19T20:10:48.648Z] f21fc6be76ba: Layer already exists [2021-01-19T20:10:48.648Z] fa1afe8e6ed9: Layer already exists [2021-01-19T20:10:48.648Z] 9ded3b6bb9b5: Layer already exists [2021-01-19T20:10:48.648Z] 87a09b4c083e: Layer already exists [2021-01-19T20:10:48.648Z] f8381ed47b22: Layer already exists [2021-01-19T20:10:48.648Z] 0f74e9ff2a61: Layer already exists [2021-01-19T20:10:48.648Z] b122376c33c6: Layer already exists [2021-01-19T20:10:48.648Z] e934a737d657: Layer already exists [2021-01-19T20:10:48.648Z] master: digest: sha256:1d32f7cfabf14e67245b80b91ffc809798756e84ad5006f3c45ab28b893fd846 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-19T20:10:48.872Z] ===================================================== [Pipeline] echo [2021-01-19T20:10:48.917Z] taggedImages: [2021-01-19T20:10:48.917Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654 [2021-01-19T20:10:48.917Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.46 [2021-01-19T20:10:48.917Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:c4887d0c009f35026456fc1c8cef2ef56b2ea654-2.0.0-dev.46 [2021-01-19T20:10:48.917Z] - 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] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T20:10:50.572Z] provisioning config files... [2021-01-19T20:10:50.581Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/307@tmp/config8615806708177081727tmp [Pipeline] { [Pipeline] sh [2021-01-19T20:10:50.958Z] + set +x [2021-01-19T20:10:50.958Z] + curl -s https://codecov.io/bash [2021-01-19T20:10:50.958Z] + bash -s -- [2021-01-19T20:10:51.531Z] [2021-01-19T20:10:51.532Z] _____ _ [2021-01-19T20:10:51.532Z] / ____| | | [2021-01-19T20:10:51.532Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T20:10:51.532Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T20:10:51.532Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T20:10:51.532Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T20:10:51.532Z] Bash-20210115-cec3c92 [2021-01-19T20:10:51.532Z] [2021-01-19T20:10:51.532Z] [2021-01-19T20:10:51.532Z] ==> git version 2.24.3 found [2021-01-19T20:10:51.532Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-19T20:10:51.532Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T20:10:51.532Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T20:10:51.532Z] ==> Jenkins CI detected. [2021-01-19T20:10:51.532Z] project root: . [2021-01-19T20:10:51.532Z] --> token set from env [2021-01-19T20:10:51.532Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T20:10:51.532Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T20:10:51.532Z] ==> Python coveragepy not found [2021-01-19T20:10:51.532Z] ==> Searching for coverage reports in: [2021-01-19T20:10:51.532Z] + . [2021-01-19T20:10:51.532Z] -> Found 1 reports [2021-01-19T20:10:51.532Z] ==> Detecting git/mercurial file structure [2021-01-19T20:10:51.532Z] ==> Reading reports [2021-01-19T20:10:51.532Z] + ./coverage.out bytes=550280 [2021-01-19T20:10:51.532Z] ==> Appending adjustments [2021-01-19T20:10:51.532Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T20:10:54.840Z] + Found adjustments [2021-01-19T20:10:54.840Z] ==> Gzipping contents [2021-01-19T20:10:54.840Z] 84K /tmp/codecov.GZfXCh.gz [2021-01-19T20:10:54.840Z] ==> Uploading reports [2021-01-19T20:10:54.840Z] url: https://codecov.io [2021-01-19T20:10:54.840Z] query: branch=master&commit=c4887d0c009f35026456fc1c8cef2ef56b2ea654&build=307&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F307%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T20:10:54.840Z] -> Pinging Codecov [2021-01-19T20:10:54.840Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=master&commit=c4887d0c009f35026456fc1c8cef2ef56b2ea654&build=307&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F307%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-19T20:10:55.101Z] -> Uploading to [2021-01-19T20:10:55.102Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/c4887d0c009f35026456fc1c8cef2ef56b2ea654/6bbbc320-8b27-42c8-9a89-14997a5e2b55.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T201055Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1111913b383f05f360fc09cc94938a1043227deb3a7f44bec3d428b1fe14e6d8 [2021-01-19T20:10:55.102Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:10:55.102Z] Dload Upload Total Spent Left Speed [2021-01-19T20:10:55.675Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83316 0 0 100 83316 0 130k --:--:-- --:--:-- --:--:-- 131k [2021-01-19T20:10:55.675Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c4887d0c009f35026456fc1c8cef2ef56b2ea654 [Pipeline] } [2021-01-19T20:10:55.685Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-19T20:10:56.539Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-19T20:10:56.669Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:57.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T20:10:57.017Z] [2021-01-19T20:10:57.017Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:10:57.365Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T20:10:57.365Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-19T20:10:57.365Z] 188c0c94c7c5: Already exists [2021-01-19T20:10:57.365Z] 0ef7d3d256c8: Already exists [2021-01-19T20:10:57.365Z] de9db76c5a1d: Already exists [2021-01-19T20:10:57.365Z] 0eba1c9be4d2: Pulling fs layer [2021-01-19T20:10:57.365Z] 0d57e429df01: Pulling fs layer [2021-01-19T20:10:57.365Z] 4e4be7b47b0d: Pulling fs layer [2021-01-19T20:10:57.365Z] e1f770b5df2f: Pulling fs layer [2021-01-19T20:10:57.365Z] 85a0685a4137: Pulling fs layer [2021-01-19T20:10:57.365Z] e1f770b5df2f: Waiting [2021-01-19T20:10:57.365Z] 85a0685a4137: Waiting [2021-01-19T20:10:57.365Z] 0d57e429df01: Verifying Checksum [2021-01-19T20:10:57.365Z] 0d57e429df01: Download complete [2021-01-19T20:10:57.365Z] 4e4be7b47b0d: Verifying Checksum [2021-01-19T20:10:57.365Z] 4e4be7b47b0d: Download complete [2021-01-19T20:10:59.290Z] e1f770b5df2f: Verifying Checksum [2021-01-19T20:10:59.290Z] e1f770b5df2f: Download complete [2021-01-19T20:11:01.858Z] 0eba1c9be4d2: Download complete [2021-01-19T20:11:01.858Z] 85a0685a4137: Verifying Checksum [2021-01-19T20:11:01.858Z] 85a0685a4137: Download complete [2021-01-19T20:11:07.189Z] 0eba1c9be4d2: Pull complete [2021-01-19T20:11:07.189Z] 0d57e429df01: Pull complete [2021-01-19T20:11:07.189Z] 4e4be7b47b0d: Pull complete [2021-01-19T20:11:11.420Z] e1f770b5df2f: Pull complete [2021-01-19T20:11:19.627Z] 85a0685a4137: Pull complete [2021-01-19T20:11:19.627Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-19T20:11:19.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-19T20:11:19.627Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-19T20:11:19.821Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T20:11:19.880Z] $ 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/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-01-19T20:11:21.156Z] $ docker top ba0a4cf1464a40b8130b597664c4d89e6fd71b42ddba870ae60d6e58bf5bcba7 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T20:11:21.454Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-19T20:11:21.761Z] + set -o pipefail [2021-01-19T20:11:21.761Z] + snyk monitor '--org=edgex-jenkins' [2021-01-19T20:11:29.931Z] [2021-01-19T20:11:29.931Z] Monitoring /w/workspace/edgex-go/307 (github.com/edgexfoundry/edgex-go)... [2021-01-19T20:11:29.931Z] [2021-01-19T20:11:29.931Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/2cfce754-87ba-4d1c-ad5a-0d5e92635f95 [2021-01-19T20:11:29.931Z] [2021-01-19T20:11:29.931Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-19T20:11:29.931Z] [2021-01-19T20:11:30.193Z] [Pipeline] } [2021-01-19T20:11:30.217Z] $ docker stop --time=1 ba0a4cf1464a40b8130b597664c4d89e6fd71b42ddba870ae60d6e58bf5bcba7 [2021-01-19T20:11:33.192Z] $ docker rm -f ba0a4cf1464a40b8130b597664c4d89e6fd71b42ddba870ae60d6e58bf5bcba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-01-19T20:11:34.563Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:11:34.617Z] provisioning config files... [2021-01-19T20:11:34.628Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/307@tmp/config8131096360947145204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:11:35.061Z] --> edgex-publish-swagger.sh [2021-01-19T20:11:35.061Z] === Publish openapi/v1 API === [2021-01-19T20:11:35.061Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-19T20:11:35.061Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/307/openapi/v1/core-command.yaml] [2021-01-19T20:11:35.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:35.061Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:36.452Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8552 0:00:01 0:00:01 --:--:-- 8561 100 10522 0 0 100 10522 0 8551 0:00:01 0:00:01 --:--:-- 8561 [2021-01-19T20:11:36.452Z] [2021-01-19T20:11:36.452Z] [2021-01-19T20:11:36.452Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/307/openapi/v1/core-data.yaml] [2021-01-19T20:11:36.452Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:36.452Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:37.397Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 32301 0:00:01 0:00:01 --:--:-- 32330 100 32557 0 0 100 32557 0 32297 0:00:01 0:00:01 --:--:-- 32330 [2021-01-19T20:11:37.397Z] [2021-01-19T20:11:37.397Z] [2021-01-19T20:11:37.397Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/307/openapi/v1/core-metadata.yaml] [2021-01-19T20:11:37.397Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:37.397Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:38.344Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 70412 0:00:01 0:00:01 --:--:-- 70478 100 73721 0 0 100 73721 0 70403 0:00:01 0:00:01 --:--:-- 70478 [2021-01-19T20:11:38.344Z] [2021-01-19T20:11:38.344Z] [2021-01-19T20:11:38.344Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/307/openapi/v1/support-logging.yaml] [2021-01-19T20:11:38.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:38.344Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:39.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13428 0:00:01 0:00:01 --:--:-- 13433 100 13581 0 0 100 13581 0 13426 0:00:01 0:00:01 --:--:-- 13433 [2021-01-19T20:11:39.289Z] [2021-01-19T20:11:39.289Z] [2021-01-19T20:11:39.289Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/307/openapi/v1/support-notifications.yaml] [2021-01-19T20:11:39.289Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:39.289Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:40.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35177 0:00:01 0:00:01 --:--:-- 35194 100 38890 0 0 100 38890 0 35173 0:00:01 0:00:01 --:--:-- 35194 [2021-01-19T20:11:40.679Z] [2021-01-19T20:11:40.679Z] [2021-01-19T20:11:40.679Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/307/openapi/v1/support-scheduler.yaml] [2021-01-19T20:11:40.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:40.679Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:41.624Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12377 0:00:01 0:00:01 --:--:-- 12390 100 14249 0 0 100 14249 0 12375 0:00:01 0:00:01 --:--:-- 12379 [2021-01-19T20:11:41.624Z] [2021-01-19T20:11:41.624Z] [2021-01-19T20:11:41.624Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/307/openapi/v1/system-agent.yaml] [2021-01-19T20:11:41.624Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:41.624Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:42.570Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3712 0:00:01 0:00:01 --:--:-- 3712 100 4110 0 0 100 4110 0 3711 0:00:01 0:00:01 --:--:-- 3712 [2021-01-19T20:11:42.570Z] [2021-01-19T20:11:42.570Z] [2021-01-19T20:11:42.570Z] === Publish openapi/v2 API === [2021-01-19T20:11:42.570Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-19T20:11:42.570Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/307/openapi/v2/core-command.yaml] [2021-01-19T20:11:42.832Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:42.832Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:43.777Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20843 0 0 100 20843 0 19315 0:00:01 0:00:01 --:--:-- 19334 [2021-01-19T20:11:43.777Z] [2021-01-19T20:11:43.777Z] [2021-01-19T20:11:43.777Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/307/openapi/v2/core-data.yaml] [2021-01-19T20:11:43.777Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:43.777Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:44.983Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57055 0 0 100 57055 0 54489 0:00:01 0:00:01 --:--:-- 54545 [2021-01-19T20:11:44.983Z] [2021-01-19T20:11:44.983Z] [2021-01-19T20:11:44.983Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/307/openapi/v2/core-metadata.yaml] [2021-01-19T20:11:44.984Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:44.984Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:46.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 120k 0 0 100 120k 0 100k 0:00:01 0:00:01 --:--:-- 100k 100 120k 0 0 100 120k 0 99638 0:00:01 0:00:01 --:--:-- 99576 [2021-01-19T20:11:46.189Z] [2021-01-19T20:11:46.189Z] [2021-01-19T20:11:46.189Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/307/openapi/v2/support-logging.yaml] [2021-01-19T20:11:46.189Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:46.189Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:47.181Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 22697 0:00:01 0:00:01 --:--:-- 22715 100 23692 0 0 100 23692 0 22694 0:00:01 0:00:01 --:--:-- 22715 [2021-01-19T20:11:47.181Z] [2021-01-19T20:11:47.181Z] [2021-01-19T20:11:47.181Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/307/openapi/v2/support-notifications.yaml] [2021-01-19T20:11:47.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:47.181Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:48.584Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 55721 0:00:01 0:00:01 --:--:-- 55774 100 62691 0 0 100 62691 0 55714 0:00:01 0:00:01 --:--:-- 55725 [2021-01-19T20:11:48.584Z] [2021-01-19T20:11:48.584Z] [2021-01-19T20:11:48.584Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/307/openapi/v2/support-scheduler.yaml] [2021-01-19T20:11:48.584Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:48.584Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:49.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39667 0 0 100 39667 0 34972 0:00:01 0:00:01 --:--:-- 34979 100 39667 0 0 100 39667 0 34968 0:00:01 0:00:01 --:--:-- 34979 [2021-01-19T20:11:49.530Z] [2021-01-19T20:11:49.530Z] [2021-01-19T20:11:49.530Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/307/openapi/v2/system-agent.yaml] [2021-01-19T20:11:49.530Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T20:11:49.530Z] Dload Upload Total Spent Left Speed [2021-01-19T20:11:50.476Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 22830 0:00:01 0:00:01 --:--:-- 22835 100 23726 0 0 100 23726 0 22826 0:00:01 0:00:01 --:--:-- 22835 [2021-01-19T20:11:50.476Z] [2021-01-19T20:11:50.476Z] [Pipeline] } [2021-01-19T20:11:50.486Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:11:51.327Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:11:51.327Z] . [Pipeline] withDockerContainer [2021-01-19T20:11:51.435Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T20:11:51.483Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T20:11:52.378Z] $ docker top 04daaa5db672be387ad897a2f1c894a40fdd989703a40c742913841a6a6df84d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T20:11:52.700Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T20:11:52.700Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T20:11:52.970Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T20:11:52.974Z] $ docker exec 04daaa5db672be387ad897a2f1c894a40fdd989703a40c742913841a6a6df84d ssh-agent [2021-01-19T20:11:53.147Z] SSH_AUTH_SOCK=/tmp/ssh-c9LU3UC72FKw/agent.12 [2021-01-19T20:11:53.147Z] SSH_AGENT_PID=18 [2021-01-19T20:11:53.156Z] Running ssh-add (command line suppressed) [2021-01-19T20:11:53.290Z] Identity added: /w/workspace/edgex-go/307@tmp/private_key_7362212922327922925.key (/w/workspace/edgex-go/307@tmp/private_key_7362212922327922925.key) [2021-01-19T20:11:53.351Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T20:11:53.701Z] + git semver tag [2021-01-19T20:11:53.964Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T20:11:53.964Z] # $GIT_DIR = /w/workspace/edgex-go/307/.git [2021-01-19T20:11:53.964Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/307 [2021-01-19T20:11:53.964Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T20:11:53.964Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T20:11:53.964Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T20:11:53.964Z] # $SEMVER_BRANCH = master [2021-01-19T20:11:53.964Z] # $SEMVER_DIR = /w/workspace/edgex-go/307/.semver [2021-01-19T20:11:53.964Z] # c4887d0c009f35026456fc1c8cef2ef56b2ea654 HEAD [2021-01-19T20:11:54.539Z] # -> Force: false [2021-01-19T20:11:54.539Z] # 38ac891d16e8ea03e9a717654e218d412c7b73cc refs/tags/v2.0.0-dev.46 [Pipeline] } [2021-01-19T20:11:54.553Z] $ docker exec --env ******** --env ******** 04daaa5db672be387ad897a2f1c894a40fdd989703a40c742913841a6a6df84d ssh-agent -k [2021-01-19T20:11:54.704Z] unset SSH_AUTH_SOCK; [2021-01-19T20:11:54.705Z] unset SSH_AGENT_PID; [2021-01-19T20:11:54.705Z] echo Agent pid 18 killed; [2021-01-19T20:11:54.770Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:11:55.229Z] + git semver [Pipeline] } [2021-01-19T20:11:55.247Z] $ docker stop --time=1 04daaa5db672be387ad897a2f1c894a40fdd989703a40c742913841a6a6df84d [2021-01-19T20:11:56.658Z] $ docker rm -f 04daaa5db672be387ad897a2f1c894a40fdd989703a40c742913841a6a6df84d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:11:57.282Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T20:11:57.282Z] [2021-01-19T20:11:57.282Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:11:57.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T20:11:57.637Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-19T20:11:57.637Z] ab5ef0e58194: Pulling fs layer [2021-01-19T20:11:57.637Z] 9712f1f96733: Pulling fs layer [2021-01-19T20:11:57.637Z] 63f879dbbcfc: Pulling fs layer [2021-01-19T20:11:57.637Z] 0d9ebad4ef96: Pulling fs layer [2021-01-19T20:11:57.637Z] e9a5061849ea: Pulling fs layer [2021-01-19T20:11:57.637Z] d747dcd14b5f: Pulling fs layer [2021-01-19T20:11:57.637Z] 2de7ff778b66: Pulling fs layer [2021-01-19T20:11:57.637Z] e9a5061849ea: Waiting [2021-01-19T20:11:57.637Z] d747dcd14b5f: Waiting [2021-01-19T20:11:57.637Z] 2de7ff778b66: Waiting [2021-01-19T20:11:57.637Z] 0d9ebad4ef96: Waiting [2021-01-19T20:11:57.637Z] 9712f1f96733: Verifying Checksum [2021-01-19T20:11:57.637Z] 9712f1f96733: Download complete [2021-01-19T20:11:59.561Z] 63f879dbbcfc: Verifying Checksum [2021-01-19T20:11:59.561Z] 63f879dbbcfc: Download complete [2021-01-19T20:11:59.561Z] e9a5061849ea: Verifying Checksum [2021-01-19T20:11:59.561Z] e9a5061849ea: Download complete [2021-01-19T20:11:59.561Z] d747dcd14b5f: Verifying Checksum [2021-01-19T20:11:59.561Z] d747dcd14b5f: Download complete [2021-01-19T20:12:00.137Z] 2de7ff778b66: Verifying Checksum [2021-01-19T20:12:00.137Z] 2de7ff778b66: Download complete [2021-01-19T20:12:00.401Z] ab5ef0e58194: Verifying Checksum [2021-01-19T20:12:00.401Z] ab5ef0e58194: Download complete [2021-01-19T20:12:00.401Z] 0d9ebad4ef96: Download complete [2021-01-19T20:12:05.727Z] ab5ef0e58194: Pull complete [2021-01-19T20:12:05.727Z] 9712f1f96733: Pull complete [2021-01-19T20:12:07.662Z] 63f879dbbcfc: Pull complete [2021-01-19T20:12:14.324Z] 0d9ebad4ef96: Pull complete [2021-01-19T20:12:16.884Z] e9a5061849ea: Pull complete [2021-01-19T20:12:16.884Z] d747dcd14b5f: Pull complete [2021-01-19T20:12:18.812Z] 2de7ff778b66: Pull complete [2021-01-19T20:12:18.812Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-19T20:12:18.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-19T20:12:18.812Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-19T20:12:19.030Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T20:12:19.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-01-19T20:12:22.945Z] $ docker top c66b7034fe232f3cd141f377f17d7a6f0574500c2e7881bb5dbc7d46fcaa0fc2 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:12:23.280Z] provisioning config files... [2021-01-19T20:12:23.291Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/307@tmp/config1299885581559536904tmp [2021-01-19T20:12:23.309Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/307@tmp/config1155055208431292071tmp [2021-01-19T20:12:23.326Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/307@tmp/config8407555664165882567tmp [Pipeline] { [Pipeline] echo [2021-01-19T20:12:23.381Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:12:23.688Z] ---> sigul-configuration.sh [2021-01-19T20:12:23.688Z] gpg: directory `/root/.gnupg' created [2021-01-19T20:12:23.688Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-19T20:12:23.688Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-19T20:12:23.688Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-19T20:12:23.688Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-19T20:12:23.688Z] gpg: CAST5 encrypted data [2021-01-19T20:12:23.949Z] gpg: encrypted with 1 passphrase [2021-01-19T20:12:23.949Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-19T20:12:24.250Z] + mkdir /home/jenkins [2021-01-19T20:12:24.250Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-19T20:12:24.549Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-01-19T20:12:24.561Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:12:24.859Z] ---> sigul-install.sh [2021-01-19T20:12:30.185Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-19T20:12:30.482Z] + git tag --list [2021-01-19T20:12:30.482Z] 0.6.0 [2021-01-19T20:12:30.482Z] 0.6.1 [2021-01-19T20:12:30.482Z] 0.7.0 [2021-01-19T20:12:30.482Z] 0.7.1 [2021-01-19T20:12:30.482Z] v1.0.0 [2021-01-19T20:12:30.482Z] v1.0.1 [2021-01-19T20:12:30.482Z] v1.1.0 [2021-01-19T20:12:30.482Z] v1.2.0 [2021-01-19T20:12:30.482Z] v1.2.1 [2021-01-19T20:12:30.482Z] v1.2.2-dev.1 [2021-01-19T20:12:30.482Z] v1.2.2-dev.10 [2021-01-19T20:12:30.482Z] v1.2.2-dev.100 [2021-01-19T20:12:30.482Z] v1.2.2-dev.101 [2021-01-19T20:12:30.482Z] v1.2.2-dev.102 [2021-01-19T20:12:30.482Z] v1.2.2-dev.103 [2021-01-19T20:12:30.482Z] v1.2.2-dev.104 [2021-01-19T20:12:30.482Z] v1.2.2-dev.105 [2021-01-19T20:12:30.482Z] v1.2.2-dev.106 [2021-01-19T20:12:30.482Z] v1.2.2-dev.107 [2021-01-19T20:12:30.482Z] v1.2.2-dev.11 [2021-01-19T20:12:30.482Z] v1.2.2-dev.12 [2021-01-19T20:12:30.482Z] v1.2.2-dev.13 [2021-01-19T20:12:30.482Z] v1.2.2-dev.14 [2021-01-19T20:12:30.482Z] v1.2.2-dev.15 [2021-01-19T20:12:30.482Z] v1.2.2-dev.16 [2021-01-19T20:12:30.482Z] v1.2.2-dev.17 [2021-01-19T20:12:30.482Z] v1.2.2-dev.18 [2021-01-19T20:12:30.482Z] v1.2.2-dev.19 [2021-01-19T20:12:30.482Z] v1.2.2-dev.2 [2021-01-19T20:12:30.482Z] v1.2.2-dev.20 [2021-01-19T20:12:30.482Z] v1.2.2-dev.21 [2021-01-19T20:12:30.482Z] v1.2.2-dev.22 [2021-01-19T20:12:30.482Z] v1.2.2-dev.23 [2021-01-19T20:12:30.482Z] v1.2.2-dev.24 [2021-01-19T20:12:30.482Z] v1.2.2-dev.25 [2021-01-19T20:12:30.482Z] v1.2.2-dev.26 [2021-01-19T20:12:30.482Z] v1.2.2-dev.27 [2021-01-19T20:12:30.482Z] v1.2.2-dev.28 [2021-01-19T20:12:30.482Z] v1.2.2-dev.29 [2021-01-19T20:12:30.482Z] v1.2.2-dev.3 [2021-01-19T20:12:30.482Z] v1.2.2-dev.30 [2021-01-19T20:12:30.482Z] v1.2.2-dev.31 [2021-01-19T20:12:30.482Z] v1.2.2-dev.32 [2021-01-19T20:12:30.482Z] v1.2.2-dev.33 [2021-01-19T20:12:30.482Z] v1.2.2-dev.34 [2021-01-19T20:12:30.482Z] v1.2.2-dev.35 [2021-01-19T20:12:30.482Z] v1.2.2-dev.36 [2021-01-19T20:12:30.482Z] v1.2.2-dev.37 [2021-01-19T20:12:30.482Z] v1.2.2-dev.38 [2021-01-19T20:12:30.482Z] v1.2.2-dev.39 [2021-01-19T20:12:30.482Z] v1.2.2-dev.4 [2021-01-19T20:12:30.482Z] v1.2.2-dev.40 [2021-01-19T20:12:30.482Z] v1.2.2-dev.41 [2021-01-19T20:12:30.482Z] v1.2.2-dev.42 [2021-01-19T20:12:30.482Z] v1.2.2-dev.43 [2021-01-19T20:12:30.482Z] v1.2.2-dev.44 [2021-01-19T20:12:30.482Z] v1.2.2-dev.45 [2021-01-19T20:12:30.482Z] v1.2.2-dev.46 [2021-01-19T20:12:30.482Z] v1.2.2-dev.47 [2021-01-19T20:12:30.482Z] v1.2.2-dev.48 [2021-01-19T20:12:30.482Z] v1.2.2-dev.49 [2021-01-19T20:12:30.482Z] v1.2.2-dev.5 [2021-01-19T20:12:30.482Z] v1.2.2-dev.50 [2021-01-19T20:12:30.482Z] v1.2.2-dev.51 [2021-01-19T20:12:30.482Z] v1.2.2-dev.52 [2021-01-19T20:12:30.482Z] v1.2.2-dev.53 [2021-01-19T20:12:30.482Z] v1.2.2-dev.54 [2021-01-19T20:12:30.482Z] v1.2.2-dev.55 [2021-01-19T20:12:30.482Z] v1.2.2-dev.56 [2021-01-19T20:12:30.482Z] v1.2.2-dev.57 [2021-01-19T20:12:30.482Z] v1.2.2-dev.58 [2021-01-19T20:12:30.482Z] v1.2.2-dev.59 [2021-01-19T20:12:30.482Z] v1.2.2-dev.6 [2021-01-19T20:12:30.482Z] v1.2.2-dev.60 [2021-01-19T20:12:30.482Z] v1.2.2-dev.61 [2021-01-19T20:12:30.482Z] v1.2.2-dev.62 [2021-01-19T20:12:30.482Z] v1.2.2-dev.63 [2021-01-19T20:12:30.482Z] v1.2.2-dev.64 [2021-01-19T20:12:30.482Z] v1.2.2-dev.65 [2021-01-19T20:12:30.482Z] v1.2.2-dev.66 [2021-01-19T20:12:30.482Z] v1.2.2-dev.67 [2021-01-19T20:12:30.482Z] v1.2.2-dev.68 [2021-01-19T20:12:30.482Z] v1.2.2-dev.69 [2021-01-19T20:12:30.482Z] v1.2.2-dev.7 [2021-01-19T20:12:30.482Z] v1.2.2-dev.70 [2021-01-19T20:12:30.482Z] v1.2.2-dev.71 [2021-01-19T20:12:30.482Z] v1.2.2-dev.72 [2021-01-19T20:12:30.482Z] v1.2.2-dev.73 [2021-01-19T20:12:30.482Z] v1.2.2-dev.74 [2021-01-19T20:12:30.482Z] v1.2.2-dev.75 [2021-01-19T20:12:30.482Z] v1.2.2-dev.76 [2021-01-19T20:12:30.482Z] v1.2.2-dev.77 [2021-01-19T20:12:30.482Z] v1.2.2-dev.78 [2021-01-19T20:12:30.482Z] v1.2.2-dev.79 [2021-01-19T20:12:30.482Z] v1.2.2-dev.8 [2021-01-19T20:12:30.482Z] v1.2.2-dev.80 [2021-01-19T20:12:30.482Z] v1.2.2-dev.81 [2021-01-19T20:12:30.482Z] v1.2.2-dev.82 [2021-01-19T20:12:30.482Z] v1.2.2-dev.83 [2021-01-19T20:12:30.483Z] v1.2.2-dev.84 [2021-01-19T20:12:30.483Z] v1.2.2-dev.85 [2021-01-19T20:12:30.483Z] v1.2.2-dev.86 [2021-01-19T20:12:30.483Z] v1.2.2-dev.87 [2021-01-19T20:12:30.483Z] v1.2.2-dev.88 [2021-01-19T20:12:30.483Z] v1.2.2-dev.89 [2021-01-19T20:12:30.483Z] v1.2.2-dev.9 [2021-01-19T20:12:30.483Z] v1.2.2-dev.90 [2021-01-19T20:12:30.483Z] v1.2.2-dev.91 [2021-01-19T20:12:30.483Z] v1.2.2-dev.92 [2021-01-19T20:12:30.483Z] v1.2.2-dev.93 [2021-01-19T20:12:30.483Z] v1.2.2-dev.94 [2021-01-19T20:12:30.483Z] v1.2.2-dev.95 [2021-01-19T20:12:30.483Z] v1.2.2-dev.96 [2021-01-19T20:12:30.483Z] v1.2.2-dev.97 [2021-01-19T20:12:30.483Z] v1.2.2-dev.98 [2021-01-19T20:12:30.483Z] v1.2.2-dev.99 [2021-01-19T20:12:30.483Z] v1.3.0 [2021-01-19T20:12:30.483Z] v1.3.1-dev.1 [2021-01-19T20:12:30.483Z] v1.3.1-dev.10 [2021-01-19T20:12:30.483Z] v1.3.1-dev.11 [2021-01-19T20:12:30.483Z] v1.3.1-dev.12 [2021-01-19T20:12:30.483Z] v1.3.1-dev.13 [2021-01-19T20:12:30.483Z] v1.3.1-dev.14 [2021-01-19T20:12:30.483Z] v1.3.1-dev.15 [2021-01-19T20:12:30.483Z] v1.3.1-dev.16 [2021-01-19T20:12:30.483Z] v1.3.1-dev.17 [2021-01-19T20:12:30.483Z] v1.3.1-dev.18 [2021-01-19T20:12:30.483Z] v1.3.1-dev.2 [2021-01-19T20:12:30.483Z] v1.3.1-dev.3 [2021-01-19T20:12:30.483Z] v1.3.1-dev.4 [2021-01-19T20:12:30.483Z] v1.3.1-dev.5 [2021-01-19T20:12:30.483Z] v1.3.1-dev.6 [2021-01-19T20:12:30.483Z] v1.3.1-dev.7 [2021-01-19T20:12:30.483Z] v1.3.1-dev.8 [2021-01-19T20:12:30.483Z] v1.3.1-dev.9 [2021-01-19T20:12:30.483Z] v2.0.0-dev.1 [2021-01-19T20:12:30.483Z] v2.0.0-dev.10 [2021-01-19T20:12:30.483Z] v2.0.0-dev.11 [2021-01-19T20:12:30.483Z] v2.0.0-dev.12 [2021-01-19T20:12:30.483Z] v2.0.0-dev.13 [2021-01-19T20:12:30.483Z] v2.0.0-dev.14 [2021-01-19T20:12:30.483Z] v2.0.0-dev.15 [2021-01-19T20:12:30.483Z] v2.0.0-dev.16 [2021-01-19T20:12:30.483Z] v2.0.0-dev.17 [2021-01-19T20:12:30.483Z] v2.0.0-dev.18 [2021-01-19T20:12:30.483Z] v2.0.0-dev.19 [2021-01-19T20:12:30.483Z] v2.0.0-dev.2 [2021-01-19T20:12:30.483Z] v2.0.0-dev.20 [2021-01-19T20:12:30.483Z] v2.0.0-dev.21 [2021-01-19T20:12:30.483Z] v2.0.0-dev.22 [2021-01-19T20:12:30.483Z] v2.0.0-dev.23 [2021-01-19T20:12:30.483Z] v2.0.0-dev.24 [2021-01-19T20:12:30.483Z] v2.0.0-dev.25 [2021-01-19T20:12:30.483Z] v2.0.0-dev.26 [2021-01-19T20:12:30.483Z] v2.0.0-dev.27 [2021-01-19T20:12:30.483Z] v2.0.0-dev.28 [2021-01-19T20:12:30.483Z] v2.0.0-dev.29 [2021-01-19T20:12:30.483Z] v2.0.0-dev.3 [2021-01-19T20:12:30.483Z] v2.0.0-dev.30 [2021-01-19T20:12:30.483Z] v2.0.0-dev.31 [2021-01-19T20:12:30.483Z] v2.0.0-dev.32 [2021-01-19T20:12:30.483Z] v2.0.0-dev.33 [2021-01-19T20:12:30.483Z] v2.0.0-dev.34 [2021-01-19T20:12:30.483Z] v2.0.0-dev.35 [2021-01-19T20:12:30.483Z] v2.0.0-dev.36 [2021-01-19T20:12:30.483Z] v2.0.0-dev.37 [2021-01-19T20:12:30.483Z] v2.0.0-dev.38 [2021-01-19T20:12:30.483Z] v2.0.0-dev.39 [2021-01-19T20:12:30.483Z] v2.0.0-dev.4 [2021-01-19T20:12:30.483Z] v2.0.0-dev.40 [2021-01-19T20:12:30.483Z] v2.0.0-dev.41 [2021-01-19T20:12:30.483Z] v2.0.0-dev.42 [2021-01-19T20:12:30.483Z] v2.0.0-dev.43 [2021-01-19T20:12:30.483Z] v2.0.0-dev.44 [2021-01-19T20:12:30.483Z] v2.0.0-dev.45 [2021-01-19T20:12:30.483Z] v2.0.0-dev.46 [2021-01-19T20:12:30.483Z] v2.0.0-dev.5 [2021-01-19T20:12:30.483Z] v2.0.0-dev.6 [2021-01-19T20:12:30.483Z] v2.0.0-dev.7 [2021-01-19T20:12:30.483Z] v2.0.0-dev.8 [2021-01-19T20:12:30.483Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-19T20:12:30.840Z] + lftools sign git-tag v2.0.0-dev.46 [2021-01-19T20:12:32.238Z] Signing Git tag with Sigul... [2021-01-19T20:12:32.238Z] Signing v2.0.0-dev.46 [2021-01-19T20:14:23.777Z] ERROR: I/O error: NSPR connection reset [Pipeline] echo [2021-01-19T20:14:23.788Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:14:24.097Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-19T20:14:24.108Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-19T20:14:24.216Z] $ docker stop --time=1 c66b7034fe232f3cd141f377f17d7a6f0574500c2e7881bb5dbc7d46fcaa0fc2 [2021-01-19T20:14:25.617Z] $ docker rm -f c66b7034fe232f3cd141f377f17d7a6f0574500c2e7881bb5dbc7d46fcaa0fc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:14:26.519Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:14:26.519Z] . [Pipeline] withDockerContainer [2021-01-19T20:14:26.620Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T20:14:26.698Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T20:14:27.626Z] $ docker top 2a5d283ed7f155d7747515a84857be7dd4368bd203f12f8b358c92e98c8e928e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T20:14:27.946Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T20:14:27.946Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T20:14:28.160Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T20:14:28.165Z] $ docker exec 2a5d283ed7f155d7747515a84857be7dd4368bd203f12f8b358c92e98c8e928e ssh-agent [2021-01-19T20:14:28.349Z] SSH_AUTH_SOCK=/tmp/ssh-vedcQWHBGRvk/agent.12 [2021-01-19T20:14:28.349Z] SSH_AGENT_PID=17 [2021-01-19T20:14:28.357Z] Running ssh-add (command line suppressed) [2021-01-19T20:14:28.486Z] Identity added: /w/workspace/edgex-go/307@tmp/private_key_4592396361063174825.key (/w/workspace/edgex-go/307@tmp/private_key_4592396361063174825.key) [2021-01-19T20:14:28.542Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T20:14:28.878Z] + git semver bump pre [2021-01-19T20:14:28.878Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T20:14:28.878Z] # $GIT_DIR = /w/workspace/edgex-go/307/.git [2021-01-19T20:14:28.878Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/307 [2021-01-19T20:14:28.878Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T20:14:28.878Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T20:14:28.878Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T20:14:28.878Z] # $SEMVER_BRANCH = master [2021-01-19T20:14:28.878Z] # $SEMVER_DIR = /w/workspace/edgex-go/307/.semver [2021-01-19T20:14:28.878Z] 2.0.0-dev.47 [Pipeline] } [2021-01-19T20:14:28.892Z] $ docker exec --env ******** --env ******** 2a5d283ed7f155d7747515a84857be7dd4368bd203f12f8b358c92e98c8e928e ssh-agent -k [2021-01-19T20:14:29.009Z] unset SSH_AUTH_SOCK; [2021-01-19T20:14:29.009Z] unset SSH_AGENT_PID; [2021-01-19T20:14:29.009Z] echo Agent pid 17 killed; [2021-01-19T20:14:29.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:14:29.551Z] + git semver [Pipeline] } [2021-01-19T20:14:29.569Z] $ docker stop --time=1 2a5d283ed7f155d7747515a84857be7dd4368bd203f12f8b358c92e98c8e928e [2021-01-19T20:14:30.932Z] $ docker rm -f 2a5d283ed7f155d7747515a84857be7dd4368bd203f12f8b358c92e98c8e928e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:14:31.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T20:14:31.441Z] . [Pipeline] withDockerContainer [2021-01-19T20:14:31.539Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T20:14:31.586Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T20:14:32.305Z] $ docker top f4c09c7d1fd60b1b1bcb4ac52f44ccae4cf169f93b5cec4335effaf5af8be95e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T20:14:32.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T20:14:32.657Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T20:14:32.858Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T20:14:32.863Z] $ docker exec f4c09c7d1fd60b1b1bcb4ac52f44ccae4cf169f93b5cec4335effaf5af8be95e ssh-agent [2021-01-19T20:14:33.040Z] SSH_AUTH_SOCK=/tmp/ssh-r0Ghoq5cTYmX/agent.12 [2021-01-19T20:14:33.040Z] SSH_AGENT_PID=18 [2021-01-19T20:14:33.048Z] Running ssh-add (command line suppressed) [2021-01-19T20:14:33.171Z] Identity added: /w/workspace/edgex-go/307@tmp/private_key_1266857703728396600.key (/w/workspace/edgex-go/307@tmp/private_key_1266857703728396600.key) [2021-01-19T20:14:33.226Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T20:14:33.575Z] + git semver push [2021-01-19T20:14:33.575Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T20:14:33.575Z] # $GIT_DIR = /w/workspace/edgex-go/307/.git [2021-01-19T20:14:33.575Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/307 [2021-01-19T20:14:33.575Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T20:14:33.575Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T20:14:33.575Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T20:14:33.575Z] # $SEMVER_BRANCH = master [2021-01-19T20:14:33.575Z] # $SEMVER_DIR = /w/workspace/edgex-go/307/.semver [Pipeline] } [2021-01-19T20:14:45.861Z] $ docker exec --env ******** --env ******** f4c09c7d1fd60b1b1bcb4ac52f44ccae4cf169f93b5cec4335effaf5af8be95e ssh-agent -k [2021-01-19T20:14:46.019Z] unset SSH_AUTH_SOCK; [2021-01-19T20:14:46.019Z] unset SSH_AGENT_PID; [2021-01-19T20:14:46.019Z] echo Agent pid 18 killed; [2021-01-19T20:14:46.087Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T20:14:46.599Z] + git semver [Pipeline] } [2021-01-19T20:14:46.616Z] $ docker stop --time=1 f4c09c7d1fd60b1b1bcb4ac52f44ccae4cf169f93b5cec4335effaf5af8be95e [2021-01-19T20:14:48.363Z] $ docker rm -f f4c09c7d1fd60b1b1bcb4ac52f44ccae4cf169f93b5cec4335effaf5af8be95e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:14:51.082Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:14:51.999Z] ---> package-listing.sh [2021-01-19T20:14:52.000Z] ++ facter osfamily [2021-01-19T20:14:52.000Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T20:14:52.000Z] + OS_FAMILY=redhat [2021-01-19T20:14:52.000Z] + workspace=/w/workspace/edgex-go/307 [2021-01-19T20:14:52.000Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T20:14:52.000Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T20:14:52.000Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T20:14:52.000Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T20:14:52.000Z] + '[' /w/workspace/edgex-go/307 ']' [2021-01-19T20:14:52.000Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T20:14:52.000Z] + case "${OS_FAMILY}" in [2021-01-19T20:14:52.000Z] + rpm -qa [2021-01-19T20:14:52.000Z] + sort [2021-01-19T20:14:57.350Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T20:14:57.350Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T20:14:57.350Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T20:14:57.350Z] + '[' /w/workspace/edgex-go/307 ']' [2021-01-19T20:14:57.350Z] + mkdir -p /w/workspace/edgex-go/307/archives/ [2021-01-19T20:14:57.350Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/307/archives/ [Pipeline] echo [2021-01-19T20:14:57.368Z] 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/307/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T20:14:57.666Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:14:57.975Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:14:57.975Z] [2021-01-19T20:14:57.975Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T20:14:58.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:14:58.332Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T20:14:58.332Z] df20fa9351a1: Pulling fs layer [2021-01-19T20:14:58.332Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T20:14:58.332Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T20:14:58.332Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T20:14:58.332Z] 93b61091891f: Pulling fs layer [2021-01-19T20:14:58.332Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T20:14:58.332Z] 5e14af77c1be: Pulling fs layer [2021-01-19T20:14:58.332Z] 01666e4c0597: Pulling fs layer [2021-01-19T20:14:58.332Z] aa168da1d23b: Pulling fs layer [2021-01-19T20:14:58.332Z] 93b9cdb0e59b: Waiting [2021-01-19T20:14:58.332Z] 5e14af77c1be: Waiting [2021-01-19T20:14:58.332Z] 46f8f816bc3b: Waiting [2021-01-19T20:14:58.332Z] 93b61091891f: Waiting [2021-01-19T20:14:58.332Z] aa168da1d23b: Waiting [2021-01-19T20:14:58.332Z] 36b3adc4ff6f: Download complete [2021-01-19T20:14:58.332Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T20:14:58.332Z] 46f8f816bc3b: Download complete [2021-01-19T20:14:58.332Z] df20fa9351a1: Download complete [2021-01-19T20:14:58.600Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T20:14:58.601Z] 93b9cdb0e59b: Download complete [2021-01-19T20:14:58.601Z] 5e14af77c1be: Verifying Checksum [2021-01-19T20:14:58.601Z] 5e14af77c1be: Download complete [2021-01-19T20:14:58.601Z] 01666e4c0597: Verifying Checksum [2021-01-19T20:14:58.601Z] 01666e4c0597: Download complete [2021-01-19T20:14:58.601Z] 93b61091891f: Verifying Checksum [2021-01-19T20:14:58.601Z] 93b61091891f: Download complete [2021-01-19T20:14:58.863Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T20:14:58.863Z] 8ad3a11d3b57: Download complete [2021-01-19T20:14:59.128Z] df20fa9351a1: Pull complete [2021-01-19T20:14:59.391Z] 36b3adc4ff6f: Pull complete [2021-01-19T20:15:00.803Z] 8ad3a11d3b57: Pull complete [2021-01-19T20:15:00.803Z] 46f8f816bc3b: Pull complete [2021-01-19T20:15:01.413Z] 93b61091891f: Pull complete [2021-01-19T20:15:01.677Z] aa168da1d23b: Verifying Checksum [2021-01-19T20:15:01.677Z] aa168da1d23b: Download complete [2021-01-19T20:15:01.677Z] 93b9cdb0e59b: Pull complete [2021-01-19T20:15:01.946Z] 5e14af77c1be: Pull complete [2021-01-19T20:15:01.946Z] 01666e4c0597: Pull complete [2021-01-19T20:15:10.172Z] aa168da1d23b: Pull complete [2021-01-19T20:15:10.172Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T20:15:10.172Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T20:15:10.172Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T20:15:10.357Z] prd-centos7-docker-4c-2g-21276 does not seem to be running inside a container [2021-01-19T20:15:10.406Z] $ 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/307/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/307 -v /w/workspace/edgex-go/307:/w/workspace/edgex-go/307:rw,z -v /w/workspace/edgex-go/307@tmp:/w/workspace/edgex-go/307@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T20:15:13.503Z] $ docker top c80568a4ab5693d42775aa246fb19ebef2ea2fd2a8dc3a7f39a22bdc3ceb87ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T20:15:14.043Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T20:15:14.341Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T20:15:14.643Z] + ls /var/log/sa-host [2021-01-19T20:15:14.643Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T20:15:14.643Z] file_magic: OK [2021-01-19T20:15:14.643Z] HZ: Using current value: 100 [2021-01-19T20:15:14.643Z] file_header: OK [2021-01-19T20:15:14.643Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T20:15:14.643Z] Statistics: [2021-01-19T20:15:14.643Z] 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... [2021-01-19T20:15:14.643Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T20:15:14.643Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T20:15:14.643Z] file_magic: OK [2021-01-19T20:15:14.643Z] HZ: Using current value: 100 [2021-01-19T20:15:14.643Z] file_header: OK [2021-01-19T20:15:14.643Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T20:15:14.643Z] Statistics: [2021-01-19T20:15:14.643Z] Hnuu...uuuununununu... [2021-01-19T20:15:14.643Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T20:15:15.287Z] provisioning config files... [2021-01-19T20:15:15.302Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/307@tmp/config2348396738701913684tmp [Pipeline] { [Pipeline] echo [2021-01-19T20:15:15.376Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:15:15.674Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T20:15:15.687Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T20:15:15.777Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:15:16.071Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T20:15:16.082Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:15:16.380Z] ---> sudo-logs.sh [2021-01-19T20:15:16.380Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T20:15:16.391Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:15:16.686Z] ---> job-cost.sh [2021-01-19T20:15:16.686Z] lf-activate-venv: SKIPPING [2021-01-19T20:15:16.686Z] INFO: No Stack... [2021-01-19T20:15:17.259Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T20:15:17.832Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T20:15:17.845Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T20:15:18.139Z] ---> logs-deploy.sh [2021-01-19T20:15:18.139Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/307 [2021-01-19T20:15:18.139Z] INFO: archiving workspace using pattern(s): [2021-01-19T20:15:19.527Z] Archives upload complete. [2021-01-19T20:15:19.527Z] INFO: archiving logs to Nexus