Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20192 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/294 [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/294 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Checking out Revision 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 (master) > 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 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 Commit message: "Merge pull request #3019 from hahattan/issue-3013" > git rev-list --no-walk 3fcc602c4282fe50c74be67af1ba7a350be2dfea # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T09:30:45.664Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T09:30:45.931Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T09:30:46.035Z] ========================================================= [2021-01-14T09:30:46.035Z] EdgeX Global Pipelines Version Info [2021-01-14T09:30:46.035Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:30:47.524Z] ------------------- [2021-01-14T09:30:47.524Z] stable info: [2021-01-14T09:30:47.524Z] ------------------- [2021-01-14T09:30:47.524Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T09:30:47.524Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T09:30:47.524Z] Message: update stable to v1.0.177 [2021-01-14T09:30:48.475Z] ------------------- [2021-01-14T09:30:48.475Z] experimental info: [2021-01-14T09:30:48.475Z] ------------------- [2021-01-14T09:30:48.475Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T09:30:48.475Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T09:30:48.475Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T09:30:48.750Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T09:30:48.848Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T09:30:48.944Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T09:30:49.041Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T09:30:49.141Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T09:30:49.263Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T09:30:49.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T09:30:49.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T09:30:49.610Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T09:30:49.723Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T09:30:49.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T09:30:49.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T09:30:50.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T09:30:50.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T09:30:50.277Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T09:30:50.412Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T09:30:50.560Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T09:30:50.668Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T09:30:50.812Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T09:30:50.926Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T09:30:51.020Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T09:30:51.126Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T09:30:51.230Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T09:30:51.317Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-01-14T09:30:51.411Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-01-14T09:30:51.499Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-01-14T09:30:51.655Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] echo [2021-01-14T09:30:51.742Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9e7cc68 [Pipeline] echo [2021-01-14T09:30:51.836Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T09:30:52.023Z] provisioning config files... [2021-01-14T09:30:52.055Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/294@tmp/config9128872997608333288tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:30:52.413Z] ---> docker-login.sh [2021-01-14T09:30:52.414Z] nexus3.edgexfoundry.org:10001 [2021-01-14T09:30:52.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:30:52.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:30:52.941Z] Configure a credential helper to remove this warning. See [2021-01-14T09:30:52.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:30:52.941Z] [2021-01-14T09:30:52.941Z] Login Succeeded [2021-01-14T09:30:52.941Z] nexus3.edgexfoundry.org:10002 [2021-01-14T09:30:52.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:30:53.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:30:53.203Z] Configure a credential helper to remove this warning. See [2021-01-14T09:30:53.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:30:53.203Z] [2021-01-14T09:30:53.203Z] Login Succeeded [2021-01-14T09:30:53.203Z] nexus3.edgexfoundry.org:10003 [2021-01-14T09:30:53.203Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:30:53.203Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:30:53.203Z] Configure a credential helper to remove this warning. See [2021-01-14T09:30:53.203Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:30:53.203Z] [2021-01-14T09:30:53.203Z] Login Succeeded [2021-01-14T09:30:53.203Z] nexus3.edgexfoundry.org:10004 [2021-01-14T09:30:53.464Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:30:53.464Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:30:53.464Z] Configure a credential helper to remove this warning. See [2021-01-14T09:30:53.464Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:30:53.464Z] [2021-01-14T09:30:53.464Z] Login Succeeded [2021-01-14T09:30:53.464Z] docker.io [2021-01-14T09:30:53.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:30:53.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:30:53.987Z] Configure a credential helper to remove this warning. See [2021-01-14T09:30:53.987Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:30:53.987Z] [2021-01-14T09:30:53.987Z] Login Succeeded [2021-01-14T09:30:53.987Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T09:30:53.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T09:30:54.489Z] ++ 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-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T09:30:54.489Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T09:30:54.489Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T09:30:54.489Z] ++ cut -d/ -f2 [2021-01-14T09:30:54.489Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T09:30:54.562Z] 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-14T09:30:56.113Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T09:30:56.113Z] [2021-01-14T09:30:56.113Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:30:56.470Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T09:30:56.470Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T09:30:56.470Z] 31603596830f: Pulling fs layer [2021-01-14T09:30:56.470Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T09:30:56.470Z] 6ca5941a6612: Pulling fs layer [2021-01-14T09:30:56.470Z] ecc8261a40a4: Pulling fs layer [2021-01-14T09:30:56.470Z] ecc8261a40a4: Waiting [2021-01-14T09:30:56.470Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T09:30:56.470Z] 2a8b12db71e7: Download complete [2021-01-14T09:30:56.747Z] 31603596830f: Verifying Checksum [2021-01-14T09:30:56.747Z] 31603596830f: Download complete [2021-01-14T09:30:56.747Z] 6ca5941a6612: Verifying Checksum [2021-01-14T09:30:56.747Z] 6ca5941a6612: Download complete [2021-01-14T09:30:56.747Z] ecc8261a40a4: Verifying Checksum [2021-01-14T09:30:56.747Z] ecc8261a40a4: Download complete [2021-01-14T09:30:57.012Z] 31603596830f: Pull complete [2021-01-14T09:30:57.276Z] 2a8b12db71e7: Pull complete [2021-01-14T09:30:58.232Z] 6ca5941a6612: Pull complete [2021-01-14T09:30:58.232Z] ecc8261a40a4: Pull complete [2021-01-14T09:30:58.495Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T09:30:58.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T09:30:58.495Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T09:30:58.600Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:30:58.649Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:31:01.160Z] $ docker top 59dde31ea51e6e7cc05710d82b20e82cf485c4657332e35f3699cbaae2253192 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T09:31:01.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T09:31:01.495Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T09:31:01.729Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T09:31:01.734Z] $ docker exec 59dde31ea51e6e7cc05710d82b20e82cf485c4657332e35f3699cbaae2253192 ssh-agent [2021-01-14T09:31:01.902Z] SSH_AUTH_SOCK=/tmp/ssh-OaWzdWuK9VNt/agent.11 [2021-01-14T09:31:01.903Z] SSH_AGENT_PID=16 [2021-01-14T09:31:01.913Z] Running ssh-add (command line suppressed) [2021-01-14T09:31:02.032Z] Identity added: /w/workspace/edgex-go/294@tmp/private_key_8413224450748723300.key (/w/workspace/edgex-go/294@tmp/private_key_8413224450748723300.key) [2021-01-14T09:31:02.083Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T09:31:02.415Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T09:31:02.442Z] $ docker exec --env ******** --env ******** 59dde31ea51e6e7cc05710d82b20e82cf485c4657332e35f3699cbaae2253192 ssh-agent -k [2021-01-14T09:31:02.561Z] unset SSH_AUTH_SOCK; [2021-01-14T09:31:02.561Z] unset SSH_AGENT_PID; [2021-01-14T09:31:02.561Z] echo Agent pid 16 killed; [2021-01-14T09:31:02.607Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T09:31:02.756Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T09:31:02.756Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T09:31:02.922Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T09:31:02.927Z] $ docker exec 59dde31ea51e6e7cc05710d82b20e82cf485c4657332e35f3699cbaae2253192 ssh-agent [2021-01-14T09:31:03.090Z] SSH_AUTH_SOCK=/tmp/ssh-NBoPrf78KvKA/agent.46 [2021-01-14T09:31:03.090Z] SSH_AGENT_PID=51 [2021-01-14T09:31:03.097Z] Running ssh-add (command line suppressed) [2021-01-14T09:31:03.217Z] Identity added: /w/workspace/edgex-go/294@tmp/private_key_8319264622876749216.key (/w/workspace/edgex-go/294@tmp/private_key_8319264622876749216.key) [2021-01-14T09:31:03.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T09:31:03.631Z] + git semver init [2021-01-14T09:31:03.631Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T09:31:03.631Z] # $GIT_DIR = /w/workspace/edgex-go/294/.git [2021-01-14T09:31:03.631Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/294 [2021-01-14T09:31:03.631Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T09:31:03.631Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T09:31:03.631Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T09:31:03.631Z] # $SEMVER_BRANCH = master [2021-01-14T09:31:03.631Z] # $SEMVER_TEMP = /tmp/semver-151945515 [2021-01-14T09:31:03.631Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T09:31:21.815Z] # '/tmp/semver-151945515' -> '/w/workspace/edgex-go/294/.semver' [2021-01-14T09:31:21.815Z] # -> Force: false [2021-01-14T09:31:21.815Z] # $SEMVER_DIR = /w/workspace/edgex-go/294/.semver [Pipeline] } [2021-01-14T09:31:21.833Z] $ docker exec --env ******** --env ******** 59dde31ea51e6e7cc05710d82b20e82cf485c4657332e35f3699cbaae2253192 ssh-agent -k [2021-01-14T09:31:22.323Z] unset SSH_AUTH_SOCK; [2021-01-14T09:31:22.324Z] unset SSH_AGENT_PID; [2021-01-14T09:31:22.324Z] echo Agent pid 51 killed; [2021-01-14T09:31:22.443Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T09:31:22.976Z] + git semver [Pipeline] } [2021-01-14T09:31:22.997Z] $ docker stop --time=1 59dde31ea51e6e7cc05710d82b20e82cf485c4657332e35f3699cbaae2253192 [2021-01-14T09:31:24.583Z] $ docker rm -f 59dde31ea51e6e7cc05710d82b20e82cf485c4657332e35f3699cbaae2253192 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T09:31:25.147Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T09:31:25.699Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T09:31:25.702Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.35 [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-14T09:31:26.619Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T09:31:26.916Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T09:31:27.218Z] + sudo service docker restart [2021-01-14T09:31:27.218Z] + true [2021-01-14T09:31:27.218Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T09:31:27.809Z] ========================================================= [2021-01-14T09:31:27.809Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T09:31:27.809Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:31:28.156Z] + 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-14T09:31:33.463Z] Sending build context to Docker daemon 326.5MB [2021-01-14T09:31:33.463Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T09:31:33.463Z] Step 2/6 : FROM ${BASE} [2021-01-14T09:31:33.463Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T09:31:33.463Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T09:31:33.463Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T09:31:33.463Z] de9db76c5a1d: Pulling fs layer [2021-01-14T09:31:33.463Z] bca2f99d35d6: Pulling fs layer [2021-01-14T09:31:33.463Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T09:31:33.463Z] 7c6f9722023f: Pulling fs layer [2021-01-14T09:31:33.463Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T09:31:33.463Z] bca2f99d35d6: Waiting [2021-01-14T09:31:33.463Z] 93359f2a8cfa: Waiting [2021-01-14T09:31:33.463Z] 7c6f9722023f: Waiting [2021-01-14T09:31:33.463Z] a35cf1a2eb13: Waiting [2021-01-14T09:31:33.463Z] de9db76c5a1d: Verifying Checksum [2021-01-14T09:31:33.463Z] de9db76c5a1d: Download complete [2021-01-14T09:31:33.463Z] 0ef7d3d256c8: Download complete [2021-01-14T09:31:33.463Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T09:31:33.463Z] 93359f2a8cfa: Download complete [2021-01-14T09:31:33.463Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T09:31:33.463Z] 7c6f9722023f: Verifying Checksum [2021-01-14T09:31:33.463Z] 7c6f9722023f: Download complete [2021-01-14T09:31:33.463Z] 188c0c94c7c5: Pull complete [2021-01-14T09:31:33.463Z] 0ef7d3d256c8: Pull complete [2021-01-14T09:31:33.726Z] de9db76c5a1d: Pull complete [2021-01-14T09:31:34.673Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T09:31:34.673Z] a35cf1a2eb13: Download complete [2021-01-14T09:31:35.251Z] bca2f99d35d6: Verifying Checksum [2021-01-14T09:31:35.251Z] bca2f99d35d6: Download complete [2021-01-14T09:31:41.073Z] Still waiting to schedule task [2021-01-14T09:31:41.073Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-14T09:31:41.898Z] bca2f99d35d6: Pull complete [2021-01-14T09:31:41.898Z] 93359f2a8cfa: Pull complete [2021-01-14T09:31:41.898Z] 7c6f9722023f: Pull complete [2021-01-14T09:31:46.122Z] a35cf1a2eb13: Pull complete [2021-01-14T09:31:46.122Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T09:31:46.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T09:31:46.122Z] ---> a62c8e92a672 [2021-01-14T09:31:46.122Z] 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-14T09:31:46.122Z] ---> Running in 1a2d244da753 [2021-01-14T09:31:46.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:31:46.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:31:47.533Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T09:31:48.108Z] (2/12) Installing file (5.38-r0) [2021-01-14T09:31:48.108Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T09:31:48.371Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T09:31:52.590Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T09:31:52.590Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T09:31:52.590Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T09:31:52.590Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T09:31:52.590Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T09:31:52.590Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T09:31:52.852Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T09:31:52.852Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T09:31:52.852Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:31:52.852Z] OK: 233 MiB in 51 packages [2021-01-14T09:31:57.083Z] Removing intermediate container 1a2d244da753 [2021-01-14T09:31:57.083Z] ---> bccdd6ab2443 [2021-01-14T09:31:57.083Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T09:31:57.083Z] ---> Running in 192d8fb2e333 [2021-01-14T09:31:57.083Z] Removing intermediate container 192d8fb2e333 [2021-01-14T09:31:57.083Z] ---> 44ab1459b668 [2021-01-14T09:31:57.083Z] Step 5/6 : COPY go.mod . [2021-01-14T09:31:57.083Z] ---> 55e28fdbc6ce [2021-01-14T09:31:57.083Z] Step 6/6 : RUN go mod download [2021-01-14T09:31:57.083Z] ---> Running in 0d53e107af47 [2021-01-14T09:32:19.115Z] Removing intermediate container 0d53e107af47 [2021-01-14T09:32:19.115Z] ---> 63537439d69b [2021-01-14T09:32:19.116Z] Successfully built 63537439d69b [2021-01-14T09:32:19.116Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:32:19.436Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T09:32:19.436Z] . [Pipeline] withDockerContainer [2021-01-14T09:32:19.539Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:32:19.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:32:20.434Z] $ docker top 85c9e8d28352b1923247a753e1386883663bdd2de9bbe8d0489e586792688219 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T09:32:20.981Z] + go version [2021-01-14T09:32:20.981Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T09:32:21.000Z] $ docker stop --time=1 85c9e8d28352b1923247a753e1386883663bdd2de9bbe8d0489e586792688219 [2021-01-14T09:32:22.372Z] $ docker rm -f 85c9e8d28352b1923247a753e1386883663bdd2de9bbe8d0489e586792688219 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:32:23.184Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T09:32:23.184Z] . [Pipeline] withDockerContainer [2021-01-14T09:32:23.289Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:32:23.335Z] $ 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/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:32:24.132Z] $ docker top 79b69049a8ff954ab7f54b3bc9ad9fd518c58dbbe63b1b66de8e6c9f7e8b842e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T09:32:24.355Z] ========================================================= [2021-01-14T09:32:24.355Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T09:32:24.355Z] ========================================================= [Pipeline] sh [2021-01-14T09:32:24.646Z] + make test [2021-01-14T09:32:24.647Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T09:32:32.845Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T09:32:47.858Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T09:32:54.557Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T09:32:54.557Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T09:32:54.557Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T09:32:54.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T09:32:54.557Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T09:32:54.819Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T09:32:55.087Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T09:32:55.670Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T09:32:56.264Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T09:32:58.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T09:32:58.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T09:32:58.200Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T09:33:00.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements [2021-01-14T09:33:00.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T09:33:00.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T09:33:00.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T09:33:00.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T09:33:00.131Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T09:33:04.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.235s coverage: 27.0% of statements [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T09:33:04.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T09:33:04.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T09:33:04.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 77.1% of statements [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T09:33:04.762Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 82.4% of statements [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T09:33:04.762Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T09:33:05.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.401s coverage: 28.6% of statements [2021-01-14T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T09:33:05.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-14T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T09:33:05.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-14T09:33:05.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T09:33:06.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.181s coverage: 86.7% of statements [2021-01-14T09:33:06.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T09:33:06.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2021-01-14T09:33:06.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T09:33:06.896Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-01-14T09:33:06.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T09:33:06.896Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T09:33:06.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T09:33:06.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T09:33:08.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.380s coverage: 93.2% of statements [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T09:33:08.845Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T09:33:08.845Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T09:33:08.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-14T09:33:08.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T09:33:08.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.052s coverage: 75.5% of statements [2021-01-14T09:33:08.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T09:33:09.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements [2021-01-14T09:33:09.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-01-14T09:33:09.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2021-01-14T09:33:10.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-01-14T09:33:10.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T09:33:11.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements [2021-01-14T09:33:11.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T09:33:11.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T09:33:11.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements [2021-01-14T09:33:11.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-01-14T09:33:11.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-01-14T09:33:11.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-01-14T09:33:11.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-01-14T09:33:13.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 55.9% of statements [2021-01-14T09:33:13.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T09:33:13.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T09:33:13.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T09:33:13.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T09:33:13.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T09:33:13.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.114s coverage: 37.0% of statements [2021-01-14T09:33:13.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T09:33:13.168Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T09:33:13.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.297s coverage: 84.0% of statements [2021-01-14T09:33:13.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements [2021-01-14T09:33:15.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements [2021-01-14T09:33:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T09:33:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T09:33:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T09:33:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T09:33:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T09:33:15.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2021-01-14T09:33:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T09:33:15.134Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements [2021-01-14T09:33:15.134Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T09:33:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 29.1% of statements [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T09:33:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.082s coverage: 99.0% of statements [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T09:33:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.037s coverage: 100.0% of statements [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T09:33:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T09:33:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T09:33:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T09:33:16.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T09:33:16.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-01-14T09:33:16.811Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-14T09:33:17.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-14T09:33:17.334Z] GO111MODULE=on go vet ./... [2021-01-14T09:33:27.057Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20193 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-01-14T09:33:27.154Z] Running in /w/workspace/edgex-go/294 [Pipeline] { [Pipeline] checkout [2021-01-14T09:33:31.947Z] using credential edgex-jenkins-ssh [2021-01-14T09:33:32.004Z] Cloning the remote Git repository [2021-01-14T09:33:32.048Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T09:33:32.146Z] > git init /w/workspace/edgex-go/294 # timeout=10 [2021-01-14T09:33:32.226Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T09:33:32.227Z] > git --version # timeout=10 [2021-01-14T09:33:32.241Z] > git --version # 'git version 2.17.1' [2021-01-14T09:33:32.243Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T09:33:32.305Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T09:33:39.411Z] gofmt -l . [2021-01-14T09:33:39.985Z] [ "`gofmt -l .`" = "" ] [2021-01-14T09:33:40.567Z] ./bin/test-go-mod-tidy.sh [2021-01-14T09:33:41.145Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T09:33:42.037Z] + ls -al . [2021-01-14T09:33:42.038Z] total 660 [2021-01-14T09:33:42.038Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 09:33 . [2021-01-14T09:33:42.038Z] drwxr-xr-x 4 root root 32 Jan 14 09:32 .. [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 09:30 .dockerignore [2021-01-14T09:33:42.038Z] drwxrwxr-x 8 1001 1001 162 Jan 14 09:30 .git [2021-01-14T09:33:42.038Z] drwxrwxr-x 3 1001 1001 125 Jan 14 09:30 .github [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 09:30 .gitignore [2021-01-14T09:33:42.038Z] drwx------ 3 1001 1001 32 Jan 14 09:31 .semver [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 09:30 .sonarcloud.properties [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 09:30 Attribution.txt [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 09:30 CONTRIBUTING.md [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 09:30 Dockerfile.build [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 09:30 Jenkinsfile [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 09:30 LICENSE [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 09:30 Makefile [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 09:30 README.md [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 09:30 SECURITY.md [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 12 Jan 14 09:31 VERSION [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 09:30 ZMQWindows.md [2021-01-14T09:33:42.038Z] drwxrwxr-x 2 1001 1001 117 Jan 14 09:30 bin [2021-01-14T09:33:42.038Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 09:30 cmd [2021-01-14T09:33:42.038Z] -rw-r--r-- 1 root root 554655 Jan 14 09:33 coverage.out [2021-01-14T09:33:42.038Z] -rw-r--r-- 1 root root 979 Jan 14 09:33 go.mod [2021-01-14T09:33:42.038Z] -rw-r--r-- 1 root root 19036 Jan 14 09:33 go.sum [2021-01-14T09:33:42.038Z] drwxrwxr-x 8 1001 1001 127 Jan 14 09:30 internal [2021-01-14T09:33:42.038Z] drwxrwxr-x 4 1001 1001 26 Jan 14 09:30 openapi [2021-01-14T09:33:42.038Z] drwxrwxr-x 4 1001 1001 71 Jan 14 09:30 snap [2021-01-14T09:33:42.038Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 09:30 version.go [Pipeline] sh [2021-01-14T09:33:42.348Z] + '[' -e coverage.out ] [2021-01-14T09:33:42.348Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T09:33:42.572Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T09:33:42.877Z] + make build [2021-01-14T09:33:42.878Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T09:33:48.187Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T09:33:49.221Z] Checking out Revision 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 (master) [2021-01-14T09:33:48.519Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T09:33:48.535Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T09:33:48.563Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T09:33:48.607Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T09:33:48.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T09:33:48.623Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T09:33:49.246Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T09:33:49.268Z] > git checkout -f 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 # timeout=10 [2021-01-14T09:33:54.006Z] Commit message: "Merge pull request #3019 from hahattan/issue-3013" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T09:33:54.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T09:33:55.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T09:33:55.793Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T09:33:56.194Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T09:33:56.536Z] + true [2021-01-14T09:33:56.536Z] + sudo service docker restart [2021-01-14T09:33:56.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T09:33:57.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T09:33:58.589Z] provisioning config files... [2021-01-14T09:33:58.642Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/294@tmp/config4622908290980065953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:33:58.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T09:33:59.087Z] ---> docker-login.sh [2021-01-14T09:33:59.087Z] nexus3.edgexfoundry.org:10001 [2021-01-14T09:34:00.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:34:00.223Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T09:34:00.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:34:00.674Z] Configure a credential helper to remove this warning. See [2021-01-14T09:34:00.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:34:00.674Z] [2021-01-14T09:34:00.674Z] Login Succeeded [2021-01-14T09:34:00.674Z] nexus3.edgexfoundry.org:10002 [2021-01-14T09:34:00.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:34:01.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T09:34:01.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:34:01.222Z] Configure a credential helper to remove this warning. See [2021-01-14T09:34:01.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:34:01.222Z] [2021-01-14T09:34:01.222Z] Login Succeeded [2021-01-14T09:34:01.222Z] nexus3.edgexfoundry.org:10003 [2021-01-14T09:34:01.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:34:01.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:34:01.777Z] Configure a credential helper to remove this warning. See [2021-01-14T09:34:01.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:34:01.777Z] [2021-01-14T09:34:01.777Z] Login Succeeded [2021-01-14T09:34:01.777Z] nexus3.edgexfoundry.org:10004 [2021-01-14T09:34:02.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:34:02.327Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:34:02.327Z] Configure a credential helper to remove this warning. See [2021-01-14T09:34:02.327Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:34:02.327Z] [2021-01-14T09:34:02.327Z] Login Succeeded [2021-01-14T09:34:02.327Z] docker.io [2021-01-14T09:34:02.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T09:34:02.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:34:02.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:34:02.873Z] Configure a credential helper to remove this warning. See [2021-01-14T09:34:02.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:34:02.873Z] [2021-01-14T09:34:02.873Z] Login Succeeded [2021-01-14T09:34:02.873Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T09:34:02.890Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T09:34:03.328Z] ========================================================= [2021-01-14T09:34:03.328Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T09:34:03.328Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:34:03.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T09:34:03.725Z] + 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-14T09:34:04.484Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-14T09:34:05.893Z] $ docker stop --time=1 79b69049a8ff954ab7f54b3bc9ad9fd518c58dbbe63b1b66de8e6c9f7e8b842e [2021-01-14T09:34:06.383Z] Sending build context to Docker daemon 165.5MB [2021-01-14T09:34:06.383Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T09:34:06.383Z] Step 2/6 : FROM ${BASE} [2021-01-14T09:34:06.383Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T09:34:06.383Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T09:34:06.383Z] a4357932f1b6: Pulling fs layer [2021-01-14T09:34:06.383Z] 18c013af1878: Pulling fs layer [2021-01-14T09:34:06.383Z] 00ac8860ef70: Pulling fs layer [2021-01-14T09:34:06.383Z] 63d7cb157983: Pulling fs layer [2021-01-14T09:34:06.383Z] b116817d02f9: Pulling fs layer [2021-01-14T09:34:06.383Z] 745a02a5169b: Pulling fs layer [2021-01-14T09:34:06.383Z] 63d7cb157983: Waiting [2021-01-14T09:34:06.383Z] b116817d02f9: Waiting [2021-01-14T09:34:06.383Z] 745a02a5169b: Waiting [2021-01-14T09:34:06.383Z] 00ac8860ef70: Waiting [2021-01-14T09:34:06.383Z] 18c013af1878: Download complete [2021-01-14T09:34:06.383Z] a4357932f1b6: Verifying Checksum [2021-01-14T09:34:06.383Z] a4357932f1b6: Download complete [2021-01-14T09:34:06.383Z] 63d7cb157983: Download complete [2021-01-14T09:34:06.383Z] 5f621e34cdf4: Verifying Checksum [2021-01-14T09:34:06.383Z] 5f621e34cdf4: Download complete [2021-01-14T09:34:06.383Z] b116817d02f9: Verifying Checksum [2021-01-14T09:34:06.383Z] b116817d02f9: Download complete [2021-01-14T09:34:06.993Z] 5f621e34cdf4: Pull complete [2021-01-14T09:34:07.590Z] a4357932f1b6: Pull complete [2021-01-14T09:34:07.632Z] $ docker rm -f 79b69049a8ff954ab7f54b3bc9ad9fd518c58dbbe63b1b66de8e6c9f7e8b842e [2021-01-14T09:34:07.862Z] 18c013af1878: Pull complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-14T09:34:09.853Z] 745a02a5169b: Verifying Checksum [2021-01-14T09:34:09.853Z] 745a02a5169b: Download complete [2021-01-14T09:34:10.448Z] 00ac8860ef70: Download complete [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:34:11.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T09:34:11.149Z] [2021-01-14T09:34:11.149Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:34:11.495Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T09:34:11.495Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T09:34:11.495Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T09:34:11.495Z] ca9280d653b3: Pulling fs layer [2021-01-14T09:34:11.495Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T09:34:11.759Z] cbdbe7a5bc2a: Download complete [2021-01-14T09:34:12.026Z] cbdbe7a5bc2a: Pull complete [2021-01-14T09:34:12.026Z] ca9280d653b3: Download complete [2021-01-14T09:34:12.990Z] 7e9c9ca2126c: Verifying Checksum [2021-01-14T09:34:12.990Z] 7e9c9ca2126c: Download complete [2021-01-14T09:34:13.252Z] ca9280d653b3: Pull complete [2021-01-14T09:34:20.592Z] 00ac8860ef70: Pull complete [2021-01-14T09:34:20.592Z] 63d7cb157983: Pull complete [2021-01-14T09:34:20.592Z] b116817d02f9: Pull complete [2021-01-14T09:34:21.461Z] 7e9c9ca2126c: Pull complete [2021-01-14T09:34:21.461Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T09:34:21.461Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T09:34:21.461Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T09:34:21.627Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:34:21.675Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:34:22.579Z] $ docker top 0924c4630d759e9cd52c6bbe482c2d109452381d2ab0a1fb051a63b5b54af50f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T09:34:23.108Z] + docker-compose build --help [2021-01-14T09:34:23.108Z] + grep parallel [2021-01-14T09:34:24.057Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T09:34:24.073Z] $ docker stop --time=1 0924c4630d759e9cd52c6bbe482c2d109452381d2ab0a1fb051a63b5b54af50f [2021-01-14T09:34:24.916Z] 745a02a5169b: Pull complete [2021-01-14T09:34:24.916Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T09:34:24.916Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T09:34:24.916Z] ---> b7e6874047d6 [2021-01-14T09:34:24.916Z] 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-14T09:34:25.435Z] $ docker rm -f 0924c4630d759e9cd52c6bbe482c2d109452381d2ab0a1fb051a63b5b54af50f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:34:26.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T09:34:26.103Z] . [Pipeline] withDockerContainer [2021-01-14T09:34:26.261Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:34:26.334Z] $ 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/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:34:27.100Z] $ docker top 3f22ef46c60f04ca229b7dd55ea3252750ccc063f93a696be75aaedf5c135f6d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T09:34:27.610Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T09:34:28.307Z] ---> Running in b5ce455a36ab [2021-01-14T09:34:28.556Z] Building docker-core-command-go ... [2021-01-14T09:34:28.556Z] Building docker-core-data-go ... [2021-01-14T09:34:28.556Z] Building docker-core-metadata-go ... [2021-01-14T09:34:28.556Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T09:34:28.556Z] Building docker-security-proxy-setup-go ... [2021-01-14T09:34:28.556Z] Building docker-security-secretstore-setup-go ... [2021-01-14T09:34:28.556Z] Building docker-support-notifications-go ... [2021-01-14T09:34:28.556Z] Building docker-support-scheduler-go ... [2021-01-14T09:34:28.556Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T09:34:28.556Z] Building docker-security-secretstore-setup-go [2021-01-14T09:34:28.556Z] Building docker-core-metadata-go [2021-01-14T09:34:28.556Z] Building docker-support-scheduler-go [2021-01-14T09:34:28.556Z] Building docker-security-proxy-setup-go [2021-01-14T09:34:28.556Z] Building docker-security-bootstrap-redis-go [2021-01-14T09:34:28.902Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:34:29.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:34:30.471Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T09:34:30.742Z] (2/12) Installing file (5.38-r0) [2021-01-14T09:34:30.742Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T09:34:31.012Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T09:34:37.708Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T09:34:37.708Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T09:34:37.708Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T09:34:37.708Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T09:34:37.708Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T09:34:37.708Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T09:34:37.708Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T09:34:37.708Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T09:34:37.708Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:34:37.708Z] OK: 217 MiB in 51 packages [2021-01-14T09:34:42.009Z] Removing intermediate container b5ce455a36ab [2021-01-14T09:34:42.009Z] ---> c8cecf8aba26 [2021-01-14T09:34:42.010Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T09:34:42.010Z] ---> Running in 267b6b0013c8 [2021-01-14T09:34:42.288Z] Removing intermediate container 267b6b0013c8 [2021-01-14T09:34:42.288Z] ---> 40165789129a [2021-01-14T09:34:42.288Z] Step 5/6 : COPY go.mod . [2021-01-14T09:34:42.882Z] ---> fdbb929fba50 [2021-01-14T09:34:42.882Z] Step 6/6 : RUN go mod download [2021-01-14T09:34:42.882Z] ---> Running in 3d606cd5d719 [2021-01-14T09:35:00.869Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:35:00.869Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:35:00.869Z] ---> 63537439d69b [2021-01-14T09:35:00.869Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T09:35:00.869Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:35:00.869Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:35:00.869Z] ---> 63537439d69b [2021-01-14T09:35:00.869Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T09:35:00.869Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:35:00.869Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:35:00.869Z] ---> 63537439d69b [2021-01-14T09:35:00.869Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T09:35:01.195Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:35:01.195Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:35:01.195Z] ---> 63537439d69b [2021-01-14T09:35:01.195Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T09:35:01.195Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:35:01.195Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:35:01.195Z] ---> 63537439d69b [2021-01-14T09:35:01.195Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T09:35:02.159Z] ---> Running in dfec2af5651d [2021-01-14T09:35:02.159Z] ---> Running in 7c21959576a5 [2021-01-14T09:35:02.159Z] ---> Running in f9f3c2f4817d [2021-01-14T09:35:02.159Z] ---> Running in bd7bbd1dca44 [2021-01-14T09:35:02.159Z] ---> Running in accd906fa2b5 [2021-01-14T09:35:02.742Z] Removing intermediate container f9f3c2f4817d [2021-01-14T09:35:02.742Z] ---> 4af7a6211160 [2021-01-14T09:35:02.742Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:35:02.742Z] Removing intermediate container dfec2af5651d [2021-01-14T09:35:02.742Z] ---> 44974da0d92c [2021-01-14T09:35:02.742Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:35:02.742Z] Removing intermediate container bd7bbd1dca44 [2021-01-14T09:35:02.742Z] ---> 59b4358198e0 [2021-01-14T09:35:02.742Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:35:02.742Z] Removing intermediate container 7c21959576a5 [2021-01-14T09:35:02.742Z] ---> e6e880cdb499 [2021-01-14T09:35:02.742Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:35:02.742Z] Removing intermediate container accd906fa2b5 [2021-01-14T09:35:02.742Z] ---> 01cbaf2ee545 [2021-01-14T09:35:02.742Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:35:02.742Z] ---> Running in 536715cf4ab8 [2021-01-14T09:35:02.742Z] ---> Running in 666b0ce0dd8d [2021-01-14T09:35:02.742Z] ---> Running in 23b4752c2019 [2021-01-14T09:35:02.742Z] ---> Running in dbecd2e882e1 [2021-01-14T09:35:02.742Z] ---> Running in e5c788fee18c [2021-01-14T09:35:05.371Z] Removing intermediate container 23b4752c2019 [2021-01-14T09:35:05.371Z] ---> c6f8ec2a2fc1 [2021-01-14T09:35:05.371Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T09:35:05.371Z] Removing intermediate container 536715cf4ab8 [2021-01-14T09:35:05.371Z] ---> a2c138f256f2 [2021-01-14T09:35:05.371Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T09:35:05.371Z] Removing intermediate container 666b0ce0dd8d [2021-01-14T09:35:05.371Z] ---> 8e716322493f [2021-01-14T09:35:05.371Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T09:35:05.371Z] Removing intermediate container e5c788fee18c [2021-01-14T09:35:05.371Z] ---> e64ebd818a0e [2021-01-14T09:35:05.371Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T09:35:05.371Z] ---> Running in 7cb3c265f437 [2021-01-14T09:35:05.371Z] ---> Running in eb0309f270f4 [2021-01-14T09:35:05.371Z] ---> Running in 70a5fb7df2cc [2021-01-14T09:35:05.371Z] Removing intermediate container dbecd2e882e1 [2021-01-14T09:35:05.371Z] ---> c828f3f63efe [2021-01-14T09:35:05.371Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T09:35:05.371Z] ---> Running in 2cbaa0e5292f [2021-01-14T09:35:05.635Z] ---> Running in b3fbe14e0c11 [2021-01-14T09:35:06.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:06.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:06.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:06.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:06.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:07.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:07.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:07.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:07.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:07.429Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:35:07.713Z] OK: 233 MiB in 51 packages [2021-01-14T09:35:07.713Z] OK: 233 MiB in 51 packages [2021-01-14T09:35:07.713Z] OK: 233 MiB in 51 packages [2021-01-14T09:35:07.713Z] OK: 233 MiB in 51 packages [2021-01-14T09:35:07.984Z] OK: 233 MiB in 51 packages [2021-01-14T09:35:08.941Z] Removing intermediate container 7cb3c265f437 [2021-01-14T09:35:08.941Z] ---> 1e315d49f44c [2021-01-14T09:35:08.941Z] Step 6/24 : COPY go.mod . [2021-01-14T09:35:08.941Z] Removing intermediate container 70a5fb7df2cc [2021-01-14T09:35:08.941Z] ---> d4dd75961968 [2021-01-14T09:35:08.941Z] Step 6/21 : COPY go.mod . [2021-01-14T09:35:08.941Z] Removing intermediate container eb0309f270f4 [2021-01-14T09:35:08.941Z] ---> 3b0d0939e86f [2021-01-14T09:35:08.941Z] Step 6/21 : COPY go.mod . [2021-01-14T09:35:08.941Z] Removing intermediate container 2cbaa0e5292f [2021-01-14T09:35:08.941Z] ---> c762ff4bd4db [2021-01-14T09:35:08.941Z] Step 6/22 : COPY go.mod . [2021-01-14T09:35:08.941Z] Removing intermediate container b3fbe14e0c11 [2021-01-14T09:35:08.941Z] ---> 6a3038b2a900 [2021-01-14T09:35:08.941Z] Step 6/22 : COPY go.mod . [2021-01-14T09:35:09.690Z] Removing intermediate container 3d606cd5d719 [2021-01-14T09:35:09.690Z] ---> 470f20647dc5 [2021-01-14T09:35:09.690Z] Successfully built 470f20647dc5 [2021-01-14T09:35:09.690Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:35:09.889Z] ---> 01544f6785f0 [2021-01-14T09:35:09.890Z] Step 7/21 : RUN go mod download [2021-01-14T09:35:09.890Z] ---> 792e201c4c4d [2021-01-14T09:35:09.890Z] Step 7/24 : RUN go mod download [2021-01-14T09:35:09.890Z] ---> Running in 02e1b2cde55a [2021-01-14T09:35:09.890Z] ---> b57369bc0788 [2021-01-14T09:35:09.890Z] Step 7/22 : RUN go mod download [2021-01-14T09:35:09.890Z] ---> 7bf7081de6cb [2021-01-14T09:35:09.890Z] Step 7/21 : RUN go mod download [2021-01-14T09:35:10.058Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T09:35:10.058Z] . [Pipeline] withDockerContainer [2021-01-14T09:35:10.153Z] ---> 4c73fe267ff3 [2021-01-14T09:35:10.153Z] Step 7/22 : RUN go mod download [2021-01-14T09:35:10.153Z] ---> Running in 390f0045d3a9 [2021-01-14T09:35:10.153Z] ---> Running in 2f4f52430cb8 [2021-01-14T09:35:10.153Z] ---> Running in 3cf94f8c1310 [2021-01-14T09:35:10.324Z] prd-ubuntu18.04-docker-arm64-4c-16g-20193 does not seem to be running inside a container [2021-01-14T09:35:10.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T09:35:10.427Z] ---> Running in d905fcfeb9f5 [2021-01-14T09:35:11.871Z] $ docker top b0f86940b6e59f11e1739d4537e090b5cc24761217bee7fa565418f54f96ae4d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T09:35:12.859Z] + go version [2021-01-14T09:35:12.859Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T09:35:12.883Z] $ docker stop --time=1 b0f86940b6e59f11e1739d4537e090b5cc24761217bee7fa565418f54f96ae4d [2021-01-14T09:35:13.020Z] Removing intermediate container d905fcfeb9f5 [2021-01-14T09:35:13.020Z] ---> 5e67e89e3d32 [2021-01-14T09:35:13.020Z] Step 8/22 : COPY . . [2021-01-14T09:35:13.020Z] Removing intermediate container 02e1b2cde55a [2021-01-14T09:35:13.020Z] ---> b5874564572a [2021-01-14T09:35:13.020Z] Step 8/21 : COPY . . [2021-01-14T09:35:13.020Z] Removing intermediate container 2f4f52430cb8 [2021-01-14T09:35:13.020Z] ---> 43c26b1e8a55 [2021-01-14T09:35:13.020Z] Step 8/21 : COPY . . [2021-01-14T09:35:13.020Z] Removing intermediate container 390f0045d3a9 [2021-01-14T09:35:13.020Z] ---> c91cb53dbb8a [2021-01-14T09:35:13.020Z] Step 8/24 : COPY . . [2021-01-14T09:35:13.020Z] Removing intermediate container 3cf94f8c1310 [2021-01-14T09:35:13.020Z] ---> baec0bf43bf5 [2021-01-14T09:35:13.020Z] Step 8/22 : COPY . . [2021-01-14T09:35:14.756Z] $ docker rm -f b0f86940b6e59f11e1739d4537e090b5cc24761217bee7fa565418f54f96ae4d [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-14T09:35:16.027Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T09:35:16.027Z] [2021-01-14T09:35:16.027Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:35:16.416Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T09:35:16.689Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T09:35:16.689Z] 29e5d40040c1: Pulling fs layer [2021-01-14T09:35:16.689Z] 1ce36da41761: Pulling fs layer [2021-01-14T09:35:16.689Z] 25b303627fd3: Pulling fs layer [2021-01-14T09:35:17.283Z] 29e5d40040c1: Verifying Checksum [2021-01-14T09:35:17.283Z] 29e5d40040c1: Download complete [2021-01-14T09:35:17.886Z] 1ce36da41761: Verifying Checksum [2021-01-14T09:35:17.886Z] 1ce36da41761: Download complete [2021-01-14T09:35:17.886Z] 29e5d40040c1: Pull complete [2021-01-14T09:35:19.322Z] 1ce36da41761: Pull complete [2021-01-14T09:35:19.322Z] 25b303627fd3: Verifying Checksum [2021-01-14T09:35:19.322Z] 25b303627fd3: Download complete [2021-01-14T09:35:29.478Z] 25b303627fd3: Pull complete [2021-01-14T09:35:29.478Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T09:35:29.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T09:35:29.478Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T09:35:29.733Z] prd-ubuntu18.04-docker-arm64-4c-16g-20193 does not seem to be running inside a container [2021-01-14T09:35:29.817Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T09:35:32.806Z] $ docker top 501101b037e78efaf0c6ae81caca3d4b2856d9acfc03c374d2777942c33bfb10 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T09:35:33.811Z] + docker-compose build --help [2021-01-14T09:35:33.811Z] + grep parallel [2021-01-14T09:35:37.180Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T09:35:37.204Z] $ docker stop --time=1 501101b037e78efaf0c6ae81caca3d4b2856d9acfc03c374d2777942c33bfb10 [2021-01-14T09:35:39.078Z] $ docker rm -f 501101b037e78efaf0c6ae81caca3d4b2856d9acfc03c374d2777942c33bfb10 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:35:39.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T09:35:39.900Z] . [Pipeline] withDockerContainer [2021-01-14T09:35:40.160Z] prd-ubuntu18.04-docker-arm64-4c-16g-20193 does not seem to be running inside a container [2021-01-14T09:35:40.245Z] $ 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/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:35:41.668Z] $ docker top 8e6d73b0abe16c12e0098def4364fe4ec02724c57a107c913ac7418a27dee734 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T09:35:42.674Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T09:35:46.052Z] Building docker-core-command-go ... [2021-01-14T09:35:46.052Z] Building docker-core-data-go ... [2021-01-14T09:35:46.052Z] Building docker-core-metadata-go ... [2021-01-14T09:35:46.052Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T09:35:46.052Z] Building docker-security-proxy-setup-go ... [2021-01-14T09:35:46.052Z] Building docker-security-secretstore-setup-go ... [2021-01-14T09:35:46.052Z] Building docker-support-notifications-go ... [2021-01-14T09:35:46.052Z] Building docker-support-scheduler-go ... [2021-01-14T09:35:46.052Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T09:35:46.052Z] Building docker-security-proxy-setup-go [2021-01-14T09:35:46.052Z] Building docker-core-command-go [2021-01-14T09:35:46.052Z] Building docker-core-data-go [2021-01-14T09:35:46.052Z] Building docker-support-notifications-go [2021-01-14T09:35:46.052Z] Building docker-security-secretstore-setup-go [2021-01-14T09:35:52.023Z] ---> cce9f821a82b [2021-01-14T09:35:52.023Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T09:35:52.023Z] ---> d9d092a0fcb4 [2021-01-14T09:35:52.024Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T09:35:52.024Z] ---> a6ed28798bd0 [2021-01-14T09:35:52.024Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T09:35:52.024Z] ---> 729d170fdec9 [2021-01-14T09:35:52.024Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T09:35:52.024Z] ---> 082c507b3ec6 [2021-01-14T09:35:52.024Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T09:35:52.024Z] ---> Running in 56eac0185490 [2021-01-14T09:35:52.024Z] ---> Running in 8789ff961dba [2021-01-14T09:35:52.024Z] ---> Running in 452010d2955c [2021-01-14T09:35:52.024Z] ---> Running in 4485b1a88ad1 [2021-01-14T09:35:52.024Z] ---> Running in b7027c111dfa [2021-01-14T09:35:52.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T09:35:52.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T09:35:52.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T09:35:52.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T09:35:52.024Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T09:36:18.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T09:36:18.753Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T09:36:26.994Z] Removing intermediate container 452010d2955c [2021-01-14T09:36:26.995Z] ---> be433d921bb3 [2021-01-14T09:36:26.995Z] [2021-01-14T09:36:26.995Z] Step 10/21 : FROM scratch [2021-01-14T09:36:26.995Z] ---> [2021-01-14T09:36:26.995Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T09:36:26.995Z] Removing intermediate container 8789ff961dba [2021-01-14T09:36:26.995Z] ---> b30e1bb77153 [2021-01-14T09:36:26.995Z] [2021-01-14T09:36:26.995Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T09:36:26.995Z] Removing intermediate container 4485b1a88ad1 [2021-01-14T09:36:26.995Z] ---> 4f26e13e591f [2021-01-14T09:36:26.995Z] [2021-01-14T09:36:26.995Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T09:36:26.995Z] Removing intermediate container b7027c111dfa [2021-01-14T09:36:26.995Z] ---> b2e00acfa4ab [2021-01-14T09:36:26.995Z] [2021-01-14T09:36:26.995Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T09:36:26.995Z] 3.12: Pulling from library/alpine [2021-01-14T09:36:26.995Z] 3.12: Pulling from library/alpine [2021-01-14T09:36:26.995Z] 3.12: Pulling from library/alpine [2021-01-14T09:36:26.995Z] ---> Running in 95435c14c26e [2021-01-14T09:36:26.995Z] Removing intermediate container 95435c14c26e [2021-01-14T09:36:26.995Z] ---> 3ba25aa3ec7d [2021-01-14T09:36:26.995Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T09:36:26.995Z] ---> Running in 4a52de751385 [2021-01-14T09:36:26.995Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T09:36:26.995Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T09:36:26.995Z] Status: Image is up to date for alpine:3.12 [2021-01-14T09:36:26.995Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T09:36:26.995Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T09:36:26.995Z] Status: Image is up to date for alpine:3.12 [2021-01-14T09:36:26.995Z] ---> 389fef711851 [2021-01-14T09:36:26.995Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T09:36:26.995Z] ---> 389fef711851 [2021-01-14T09:36:26.995Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T09:36:26.995Z] ---> 389fef711851 [2021-01-14T09:36:26.995Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T09:36:28.934Z] ---> Running in 781a676ee489 [2021-01-14T09:36:28.934Z] ---> Running in c086b1688ef8 [2021-01-14T09:36:28.934Z] ---> Running in d1f36fac25da [2021-01-14T09:36:28.934Z] Removing intermediate container 4a52de751385 [2021-01-14T09:36:28.934Z] ---> cfddf1338a7c [2021-01-14T09:36:28.934Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T09:36:28.934Z] ---> Running in eb74bfb9a98d [2021-01-14T09:36:29.196Z] Removing intermediate container 56eac0185490 [2021-01-14T09:36:29.197Z] ---> 5c403b3930d9 [2021-01-14T09:36:29.197Z] [2021-01-14T09:36:29.197Z] Step 10/22 : FROM scratch [2021-01-14T09:36:29.197Z] ---> [2021-01-14T09:36:29.197Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T09:36:29.197Z] ---> Using cache [2021-01-14T09:36:29.197Z] ---> 3ba25aa3ec7d [2021-01-14T09:36:29.197Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T09:36:29.197Z] ---> Running in 70775d337729 [2021-01-14T09:36:29.467Z] Removing intermediate container eb74bfb9a98d [2021-01-14T09:36:29.467Z] ---> 5af21ea8dff6 [2021-01-14T09:36:29.467Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:36:29.738Z] Removing intermediate container 70775d337729 [2021-01-14T09:36:29.738Z] ---> 36fc5800cd8e [2021-01-14T09:36:29.738Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T09:36:29.738Z] ---> Running in 9671dd92a817 [2021-01-14T09:36:30.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:36:30.019Z] ---> 0d8dc9ecad4a [2021-01-14T09:36:30.019Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T09:36:30.019Z] Removing intermediate container 9671dd92a817 [2021-01-14T09:36:30.019Z] ---> 2e1402ba6232 [2021-01-14T09:36:30.019Z] Step 14/22 : WORKDIR / [2021-01-14T09:36:30.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:36:30.019Z] ---> Running in bfbe6923520a [2021-01-14T09:36:30.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:36:30.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:36:30.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:36:30.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:36:30.289Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T09:36:30.289Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T09:36:30.289Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T09:36:30.571Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T09:36:30.571Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T09:36:30.571Z] Removing intermediate container bfbe6923520a [2021-01-14T09:36:30.571Z] ---> 8ca91a54a6bb [2021-01-14T09:36:30.571Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:36:30.571Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T09:36:30.571Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T09:36:30.571Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T09:36:30.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:36:30.571Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T09:36:30.571Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T09:36:30.571Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T09:36:30.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:36:30.571Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T09:36:30.571Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T09:36:30.571Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T09:36:30.571Z] OK: 7 MiB in 19 packages [2021-01-14T09:36:30.571Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T09:36:30.571Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T09:36:30.571Z] OK: 7 MiB in 18 packages [2021-01-14T09:36:30.571Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:36:30.571Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T09:36:30.571Z] OK: 7 MiB in 19 packages [2021-01-14T09:36:31.151Z] ---> c859703bacfd [2021-01-14T09:36:31.151Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T09:36:31.419Z] ---> 687ee60637ea [2021-01-14T09:36:31.419Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T09:36:32.814Z] ---> 562e1abc37ed [2021-01-14T09:36:32.814Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T09:36:33.011Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:36:33.011Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:36:33.011Z] ---> 470f20647dc5 [2021-01-14T09:36:33.011Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T09:36:33.011Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:36:33.011Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:36:33.011Z] ---> 470f20647dc5 [2021-01-14T09:36:33.011Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T09:36:33.011Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:36:33.011Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:36:33.011Z] ---> 470f20647dc5 [2021-01-14T09:36:33.011Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T09:36:33.011Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:36:33.011Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:36:33.011Z] ---> 470f20647dc5 [2021-01-14T09:36:33.011Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T09:36:33.011Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:36:33.011Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:36:33.011Z] ---> 470f20647dc5 [2021-01-14T09:36:33.011Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T09:36:33.079Z] ---> Running in 1439541bfaa7 [2021-01-14T09:36:33.079Z] Removing intermediate container c086b1688ef8 [2021-01-14T09:36:33.079Z] ---> d25edb462b9f [2021-01-14T09:36:33.079Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T09:36:33.079Z] Removing intermediate container d1f36fac25da [2021-01-14T09:36:33.079Z] ---> da093660ec27 [2021-01-14T09:36:33.079Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T09:36:33.654Z] ---> 76b0a185645d [2021-01-14T09:36:33.655Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T09:36:33.918Z] ---> Running in 6a8089c3c246 [2021-01-14T09:36:33.918Z] ---> Running in 41597bf57553 [2021-01-14T09:36:33.918Z] Removing intermediate container 1439541bfaa7 [2021-01-14T09:36:33.918Z] ---> fc00328ab792 [2021-01-14T09:36:33.918Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:36:33.918Z] Removing intermediate container 781a676ee489 [2021-01-14T09:36:33.918Z] ---> 305b9f752ff1 [2021-01-14T09:36:33.918Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T09:36:34.180Z] ---> Running in 45b854baf8f1 [2021-01-14T09:36:34.180Z] ---> Running in 029f7c2b26aa [2021-01-14T09:36:34.180Z] ---> d9dda5e768e7 [2021-01-14T09:36:34.180Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T09:36:34.180Z] Removing intermediate container 41597bf57553 [2021-01-14T09:36:34.180Z] ---> 940780807899 [2021-01-14T09:36:34.180Z] Step 13/21 : WORKDIR /edgex [2021-01-14T09:36:34.180Z] Removing intermediate container 6a8089c3c246 [2021-01-14T09:36:34.180Z] ---> ab820a034937 [2021-01-14T09:36:34.180Z] Step 13/24 : WORKDIR / [2021-01-14T09:36:34.442Z] ---> Running in c11640208507 [2021-01-14T09:36:34.442Z] ---> Running in 0de7971e3587 [2021-01-14T09:36:34.442Z] ---> Running in 86f977113703 [2021-01-14T09:36:34.442Z] ---> Running in 2bb311c9b5e5 [2021-01-14T09:36:34.442Z] ---> Running in 581c8ef64246 [2021-01-14T09:36:34.716Z] Removing intermediate container 86f977113703 [2021-01-14T09:36:34.716Z] ---> 27e843fd1a70 [2021-01-14T09:36:34.717Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:36:34.755Z] ---> Running in 0be4efe4d9e7 [2021-01-14T09:36:34.755Z] ---> Running in 52fdd403ea18 [2021-01-14T09:36:34.755Z] ---> Running in eb5144cb32d3 [2021-01-14T09:36:34.755Z] Removing intermediate container 029f7c2b26aa [2021-01-14T09:36:34.755Z] ---> 42e3361f0a2c [2021-01-14T09:36:34.755Z] Step 13/22 : WORKDIR / [2021-01-14T09:36:34.755Z] Removing intermediate container 45b854baf8f1 [2021-01-14T09:36:34.755Z] ---> 9a3472791ea4 [2021-01-14T09:36:34.755Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T09:36:35.001Z] Removing intermediate container 0de7971e3587 [2021-01-14T09:36:35.001Z] ---> b36a49baa461 [2021-01-14T09:36:35.001Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:36:35.002Z] Removing intermediate container 2bb311c9b5e5 [2021-01-14T09:36:35.002Z] ---> 30dae77e786d [2021-01-14T09:36:35.002Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:36:35.002Z] Removing intermediate container 581c8ef64246 [2021-01-14T09:36:35.002Z] ---> 80f391ef0827 [2021-01-14T09:36:35.002Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:36:35.002Z] Removing intermediate container c11640208507 [2021-01-14T09:36:35.002Z] ---> 2c7d3836558a [2021-01-14T09:36:35.002Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:36:35.017Z] ---> Running in 96f1a7058946 [2021-01-14T09:36:35.017Z] Removing intermediate container 0be4efe4d9e7 [2021-01-14T09:36:35.017Z] ---> 44dbe0d5a03e [2021-01-14T09:36:35.017Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:36:35.017Z] ---> Running in ab87563f3ecb [2021-01-14T09:36:35.017Z] ---> Running in 42f104536260 [2021-01-14T09:36:35.279Z] Removing intermediate container 52fdd403ea18 [2021-01-14T09:36:35.279Z] ---> a1ccb6feb9eb [2021-01-14T09:36:35.279Z] 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-14T09:36:35.279Z] Removing intermediate container eb5144cb32d3 [2021-01-14T09:36:35.279Z] ---> 458512352d99 [2021-01-14T09:36:35.279Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T09:36:35.279Z] Removing intermediate container 96f1a7058946 [2021-01-14T09:36:35.279Z] ---> 83ee0dd6afac [2021-01-14T09:36:35.279Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:36:35.282Z] ---> Running in a368388a0d91 [2021-01-14T09:36:35.282Z] ---> Running in af5a369610d8 [2021-01-14T09:36:35.282Z] ---> Running in 1dc47fd2144b [2021-01-14T09:36:35.282Z] ---> Running in ca7571e5f573 [2021-01-14T09:36:35.282Z] ---> Running in 806c59dbdf45 [2021-01-14T09:36:35.542Z] Removing intermediate container ab87563f3ecb [2021-01-14T09:36:35.542Z] ---> 4644120064c4 [2021-01-14T09:36:35.542Z] Step 20/21 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:36:35.542Z] Removing intermediate container 42f104536260 [2021-01-14T09:36:35.542Z] ---> 73363653b633 [2021-01-14T09:36:35.542Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T09:36:35.808Z] ---> Running in 94b7f1e6f567 [2021-01-14T09:36:35.808Z] ---> Running in d8afa78bac7d [2021-01-14T09:36:35.808Z] ---> eab5f80e8339 [2021-01-14T09:36:35.808Z] 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-14T09:36:35.808Z] ---> 92b1c52ceb2a [2021-01-14T09:36:35.808Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T09:36:35.808Z] ---> ca5de7d6c17f [2021-01-14T09:36:35.808Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T09:36:36.073Z] Removing intermediate container d8afa78bac7d [2021-01-14T09:36:36.073Z] ---> 2369b97e51cb [2021-01-14T09:36:36.073Z] Step 21/22 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:36:36.073Z] Removing intermediate container 94b7f1e6f567 [2021-01-14T09:36:36.073Z] ---> 4d95d2706c5f [2021-01-14T09:36:36.073Z] Step 21/21 : LABEL version=2.0.0-dev.35 [2021-01-14T09:36:36.347Z] ---> Running in 8154c6f4576d [2021-01-14T09:36:36.347Z] ---> Running in 4cbd113382a7 [2021-01-14T09:36:36.347Z] ---> f4940e2795b4 [2021-01-14T09:36:36.347Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T09:36:36.614Z] ---> 97e5848e90c9 [2021-01-14T09:36:36.614Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T09:36:36.886Z] ---> 91a3b3ad744d [2021-01-14T09:36:36.886Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T09:36:36.886Z] Removing intermediate container 8154c6f4576d [2021-01-14T09:36:36.886Z] ---> 6e811eb3b74e [2021-01-14T09:36:36.886Z] [2021-01-14T09:36:36.886Z] ---> c2135b032ed8 [2021-01-14T09:36:36.886Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T09:36:36.886Z] Removing intermediate container 4cbd113382a7 [2021-01-14T09:36:36.886Z] ---> 77482d2c4a11 [2021-01-14T09:36:36.886Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-14T09:36:37.150Z] ---> Running in 1808cc963b3b [2021-01-14T09:36:37.420Z] Successfully built 6e811eb3b74e [2021-01-14T09:36:37.420Z] ---> 7cda789cc512 [2021-01-14T09:36:37.420Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T09:36:37.420Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T09:36:37.420Z] ---> ad00f33fc7ae [2021-01-14T09:36:37.420Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T09:36:37.420Z] Building docker-core-command-go [2021-01-14T09:36:37.420Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1808cc963b3b [2021-01-14T09:36:37.420Z] ---> 065a5e80809a [2021-01-14T09:36:37.420Z] [2021-01-14T09:36:37.420Z] ---> Running in 99bdde8fbb64 [2021-01-14T09:36:37.684Z] Successfully built 065a5e80809a [2021-01-14T09:36:37.684Z] ---> 8308cf882291 [2021-01-14T09:36:37.684Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T09:36:37.684Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T09:36:37.684Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-14T09:36:37.684Z] ---> baf8b8d3efdd [2021-01-14T09:36:37.684Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T09:36:37.684Z] Removing intermediate container 99bdde8fbb64 [2021-01-14T09:36:37.684Z] ---> dd3d984fa5bf [2021-01-14T09:36:37.684Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T09:36:37.947Z] ---> Running in 66033e42604b [2021-01-14T09:36:38.210Z] ---> Running in 7f5d941983d3 [2021-01-14T09:36:38.730Z] Removing intermediate container a368388a0d91 [2021-01-14T09:36:38.730Z] ---> bd0950da2a18 [2021-01-14T09:36:38.730Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T09:36:38.788Z] ---> ee8c0b72362e [2021-01-14T09:36:38.788Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T09:36:39.008Z] ---> Running in 2a6dc14aeead [2021-01-14T09:36:39.008Z] Removing intermediate container af5a369610d8 [2021-01-14T09:36:39.008Z] ---> 680d9a08f5ef [2021-01-14T09:36:39.008Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T09:36:39.280Z] ---> Running in 5b57abfeb764 [2021-01-14T09:36:39.280Z] Removing intermediate container 1dc47fd2144b [2021-01-14T09:36:39.281Z] ---> 6a87132e0a3c [2021-01-14T09:36:39.281Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T09:36:39.555Z] Removing intermediate container ca7571e5f573 [2021-01-14T09:36:39.555Z] ---> e4c9049b0bf0 [2021-01-14T09:36:39.555Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T09:36:39.555Z] ---> Running in f726ac89d353 [2021-01-14T09:36:39.834Z] Removing intermediate container 806c59dbdf45 [2021-01-14T09:36:39.834Z] ---> 2e2cad46c85f [2021-01-14T09:36:39.834Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T09:36:39.834Z] ---> Running in 29723da92ccb [2021-01-14T09:36:40.113Z] ---> Running in 1dbe5018b448 [2021-01-14T09:36:41.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:41.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:41.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:41.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:41.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:41.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:41.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:42.124Z] Removing intermediate container 7f5d941983d3 [2021-01-14T09:36:42.124Z] ---> ef01515ef57a [2021-01-14T09:36:42.124Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T09:36:42.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:42.497Z] OK: 217 MiB in 51 packages [2021-01-14T09:36:42.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:42.497Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:36:42.780Z] OK: 217 MiB in 51 packages [2021-01-14T09:36:43.087Z] OK: 217 MiB in 51 packages [2021-01-14T09:36:43.368Z] OK: 217 MiB in 51 packages [2021-01-14T09:36:43.973Z] OK: 217 MiB in 51 packages [2021-01-14T09:36:43.973Z] Removing intermediate container 2a6dc14aeead [2021-01-14T09:36:43.973Z] ---> 65617fac232a [2021-01-14T09:36:43.973Z] Step 6/22 : COPY go.mod . [2021-01-14T09:36:44.064Z] ---> Running in 386fefcbbc14 [2021-01-14T09:36:44.064Z] ---> dd1cd83c100a [2021-01-14T09:36:44.064Z] 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-14T09:36:44.326Z] ---> Running in 7f1feedfe88f [2021-01-14T09:36:44.589Z] Removing intermediate container 386fefcbbc14 [2021-01-14T09:36:44.589Z] ---> 3085f4266225 [2021-01-14T09:36:44.589Z] Step 20/21 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:36:44.853Z] ---> Running in 51f53a6a5d34 [2021-01-14T09:36:44.973Z] Removing intermediate container 5b57abfeb764 [2021-01-14T09:36:44.974Z] ---> f8e10954f0e4 [2021-01-14T09:36:44.974Z] Step 6/23 : COPY go.mod . [2021-01-14T09:36:44.974Z] ---> da01978a1272 [2021-01-14T09:36:44.974Z] Step 7/22 : RUN go mod download [2021-01-14T09:36:45.119Z] Removing intermediate container 66033e42604b [2021-01-14T09:36:45.119Z] ---> 61b9cd171bae [2021-01-14T09:36:45.119Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T09:36:45.249Z] Removing intermediate container f726ac89d353 [2021-01-14T09:36:45.249Z] ---> 227a4e7df762 [2021-01-14T09:36:45.249Z] Step 6/24 : COPY go.mod . [2021-01-14T09:36:45.249Z] Removing intermediate container 1dbe5018b448 [2021-01-14T09:36:45.249Z] ---> 67cab30397b7 [2021-01-14T09:36:45.249Z] Step 6/24 : COPY go.mod . [2021-01-14T09:36:45.533Z] ---> Running in dff0936ac440 [2021-01-14T09:36:45.533Z] Removing intermediate container 29723da92ccb [2021-01-14T09:36:45.533Z] ---> ffb72695fcf7 [2021-01-14T09:36:45.533Z] Step 6/21 : COPY go.mod . [2021-01-14T09:36:45.814Z] ---> ef6c0c709482 [2021-01-14T09:36:45.814Z] Step 7/23 : RUN go mod download [2021-01-14T09:36:46.095Z] ---> Running in d575d5d0aa0c [2021-01-14T09:36:46.371Z] ---> 91bbd85d3971 [2021-01-14T09:36:46.371Z] Step 7/24 : RUN go mod download [2021-01-14T09:36:46.371Z] ---> 9ec97ef5c92d [2021-01-14T09:36:46.371Z] Step 7/24 : RUN go mod download [2021-01-14T09:36:46.646Z] ---> Running in f47d0aee2caf [2021-01-14T09:36:46.646Z] ---> Running in c64e7fb4ce9a [2021-01-14T09:36:46.920Z] ---> f2f42137c46a [2021-01-14T09:36:46.920Z] Step 7/21 : RUN go mod download [2021-01-14T09:36:47.202Z] ---> Running in 00716019c1c3 [2021-01-14T09:36:48.467Z] ---> Running in 48741b25a0d3 [2021-01-14T09:36:48.467Z] Removing intermediate container 51f53a6a5d34 [2021-01-14T09:36:48.467Z] ---> ce4791f3b1d4 [2021-01-14T09:36:48.468Z] Step 21/21 : LABEL version=2.0.0-dev.35 [2021-01-14T09:36:49.203Z] Removing intermediate container dff0936ac440 [2021-01-14T09:36:49.203Z] ---> 205f5afdb881 [2021-01-14T09:36:49.204Z] Step 8/22 : COPY . . [2021-01-14T09:36:50.192Z] Removing intermediate container d575d5d0aa0c [2021-01-14T09:36:50.192Z] ---> 9253ba431c40 [2021-01-14T09:36:50.192Z] Step 8/23 : COPY . . [2021-01-14T09:36:50.413Z] ---> Running in 73be2d36fdd7 [2021-01-14T09:36:50.413Z] Removing intermediate container 48741b25a0d3 [2021-01-14T09:36:50.413Z] ---> cd172377286b [2021-01-14T09:36:50.413Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T09:36:51.001Z] ---> Running in ecf0986599ea [2021-01-14T09:36:51.580Z] Removing intermediate container 73be2d36fdd7 [2021-01-14T09:36:51.580Z] ---> 440dd045b8a3 [2021-01-14T09:36:51.580Z] [2021-01-14T09:36:51.580Z] Removing intermediate container 7f1feedfe88f [2021-01-14T09:36:51.580Z] ---> 573a6642a4cf [2021-01-14T09:36:51.580Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T09:36:51.642Z] Removing intermediate container c64e7fb4ce9a [2021-01-14T09:36:51.642Z] ---> cb53cf48a424 [2021-01-14T09:36:51.642Z] Step 8/24 : COPY . . [2021-01-14T09:36:51.842Z] Successfully built 440dd045b8a3 [2021-01-14T09:36:51.923Z] Removing intermediate container f47d0aee2caf [2021-01-14T09:36:51.923Z] ---> cb9814de4285 [2021-01-14T09:36:51.923Z] Step 8/24 : COPY . . [2021-01-14T09:36:52.105Z] Removing intermediate container ecf0986599ea [2021-01-14T09:36:52.105Z] ---> 553d29ee8da3 [2021-01-14T09:36:52.105Z] Step 21/22 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:36:52.105Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T09:36:52.105Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-14T09:36:52.201Z] Removing intermediate container 00716019c1c3 [2021-01-14T09:36:52.201Z] ---> d786a955f257 [2021-01-14T09:36:52.201Z] Step 8/21 : COPY . . [2021-01-14T09:36:53.527Z] ---> Running in c9588aca3962 [2021-01-14T09:36:54.940Z] ---> Running in 0aed5a851653 [2021-01-14T09:36:55.895Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:36:55.895Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:36:55.895Z] ---> 63537439d69b [2021-01-14T09:36:55.895Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T09:36:55.895Z] ---> Using cache [2021-01-14T09:36:55.895Z] ---> 01cbaf2ee545 [2021-01-14T09:36:55.895Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:36:55.895Z] ---> Using cache [2021-01-14T09:36:55.895Z] ---> e64ebd818a0e [2021-01-14T09:36:55.895Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T09:36:55.895Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:36:55.895Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:36:55.895Z] ---> 63537439d69b [2021-01-14T09:36:55.895Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T09:36:55.895Z] ---> Using cache [2021-01-14T09:36:55.895Z] ---> 01cbaf2ee545 [2021-01-14T09:36:55.895Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:36:55.895Z] ---> Using cache [2021-01-14T09:36:55.895Z] ---> e64ebd818a0e [2021-01-14T09:36:55.895Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T09:36:55.895Z] ---> Using cache [2021-01-14T09:36:55.895Z] ---> c762ff4bd4db [2021-01-14T09:36:55.895Z] Step 6/22 : COPY go.mod . [2021-01-14T09:36:55.895Z] ---> Using cache [2021-01-14T09:36:55.895Z] ---> b57369bc0788 [2021-01-14T09:36:55.895Z] Step 7/22 : RUN go mod download [2021-01-14T09:36:55.895Z] ---> Using cache [2021-01-14T09:36:55.895Z] ---> baec0bf43bf5 [2021-01-14T09:36:55.895Z] Step 8/22 : COPY . . [2021-01-14T09:36:55.895Z] ---> Using cache [2021-01-14T09:36:55.895Z] ---> d9d092a0fcb4 [2021-01-14T09:36:55.895Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T09:36:57.311Z] Removing intermediate container c9588aca3962 [2021-01-14T09:36:57.311Z] ---> 421576f882b8 [2021-01-14T09:36:57.311Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T09:36:57.311Z] ---> Running in da0d497f45a8 [2021-01-14T09:36:57.574Z] ---> Running in 558bab7e17f8 [2021-01-14T09:36:57.574Z] ---> Running in d298bda9c7db [2021-01-14T09:36:58.156Z] Removing intermediate container 0aed5a851653 [2021-01-14T09:36:58.156Z] ---> 3643c6e1ed0a [2021-01-14T09:36:58.156Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-14T09:36:58.738Z] ---> Running in 85765cf399c6 [2021-01-14T09:36:58.738Z] Removing intermediate container d298bda9c7db [2021-01-14T09:36:58.738Z] ---> ac2648edaee5 [2021-01-14T09:36:58.738Z] Step 23/24 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:36:59.322Z] ---> Running in 1034a0677d75 [2021-01-14T09:36:59.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:36:59.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T09:36:59.904Z] Removing intermediate container 85765cf399c6 [2021-01-14T09:36:59.904Z] ---> 90e92c09e95a [2021-01-14T09:36:59.904Z] [2021-01-14T09:37:00.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:37:00.176Z] Successfully built 90e92c09e95a [2021-01-14T09:37:00.176Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T09:37:00.176Z] Building docker-sys-mgmt-agent-go [2021-01-14T09:37:00.176Z] Removing intermediate container 1034a0677d75 [2021-01-14T09:37:00.176Z] ---> 23affecac792 [2021-01-14T09:37:00.176Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-01-14T09:37:00.759Z]  Building docker-security-bootstrap-redis-go ... done OK: 233 MiB in 51 packages [2021-01-14T09:37:01.040Z] ---> Running in 49b2903eb8dd [2021-01-14T09:37:02.717Z] Removing intermediate container 49b2903eb8dd [2021-01-14T09:37:02.717Z] ---> e78351be24c4 [2021-01-14T09:37:02.717Z] [2021-01-14T09:37:02.717Z] Successfully built e78351be24c4 [2021-01-14T09:37:02.717Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T09:37:02.717Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container da0d497f45a8 [2021-01-14T09:37:02.717Z] ---> c123c5783d81 [2021-01-14T09:37:02.717Z] Step 6/24 : COPY go.mod . [2021-01-14T09:37:05.546Z] ---> 11c718e5d407 [2021-01-14T09:37:05.546Z] Step 7/24 : RUN go mod download [2021-01-14T09:37:06.158Z] ---> Running in 14aa30f155cb [2021-01-14T09:37:09.578Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:37:09.578Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:37:09.578Z] ---> 63537439d69b [2021-01-14T09:37:09.578Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T09:37:09.578Z] ---> Using cache [2021-01-14T09:37:09.578Z] ---> 01cbaf2ee545 [2021-01-14T09:37:09.578Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:37:09.578Z] ---> Using cache [2021-01-14T09:37:09.578Z] ---> e64ebd818a0e [2021-01-14T09:37:09.578Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T09:37:10.541Z] ---> baf474653447 [2021-01-14T09:37:10.541Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T09:37:10.541Z] ---> 21237304329c [2021-01-14T09:37:10.541Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T09:37:10.541Z] ---> Running in 8c702fbbe94a [2021-01-14T09:37:10.541Z] ---> b4c54123ec04 [2021-01-14T09:37:10.541Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T09:37:10.541Z] ---> e5026df69183 [2021-01-14T09:37:10.541Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T09:37:10.541Z] ---> 15c642bebc39 [2021-01-14T09:37:10.541Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T09:37:10.541Z] ---> Running in e480ab8ea86d [2021-01-14T09:37:10.541Z] ---> Running in 44ec7c2ad878 [2021-01-14T09:37:10.541Z] ---> Running in 63eee487295b [2021-01-14T09:37:10.541Z] ---> Running in c35c02b3dc72 [2021-01-14T09:37:10.541Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T09:37:10.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T09:37:10.563Z] ---> Running in 484142d8ff9a [2021-01-14T09:37:10.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T09:37:10.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T09:37:10.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T09:37:11.154Z] Removing intermediate container 14aa30f155cb [2021-01-14T09:37:11.154Z] ---> 173a2c58f94c [2021-01-14T09:37:11.154Z] Step 8/24 : COPY . . [2021-01-14T09:37:11.729Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:37:12.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:37:12.902Z] OK: 233 MiB in 51 packages [2021-01-14T09:37:23.004Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:37:23.004Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:37:23.004Z] ---> 63537439d69b [2021-01-14T09:37:23.004Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T09:37:23.004Z] ---> Using cache [2021-01-14T09:37:23.004Z] ---> 01cbaf2ee545 [2021-01-14T09:37:23.004Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:37:23.004Z] ---> Using cache [2021-01-14T09:37:23.004Z] ---> e64ebd818a0e [2021-01-14T09:37:23.004Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T09:37:23.004Z] Removing intermediate container 484142d8ff9a [2021-01-14T09:37:23.004Z] ---> 9f36cb53a955 [2021-01-14T09:37:23.004Z] Step 6/23 : COPY go.mod . [2021-01-14T09:37:23.004Z] ---> Running in ce3bf5930fbe [2021-01-14T09:37:23.957Z] ---> 0ef92f149785 [2021-01-14T09:37:23.957Z] Step 7/23 : RUN go mod download [2021-01-14T09:37:23.957Z] ---> Running in 4b0c2b226054 [2021-01-14T09:37:24.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:37:25.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:37:26.172Z] OK: 233 MiB in 51 packages [2021-01-14T09:37:29.488Z] Removing intermediate container 4b0c2b226054 [2021-01-14T09:37:29.488Z] ---> afef3a0d661a [2021-01-14T09:37:29.488Z] Step 8/23 : COPY . . [2021-01-14T09:37:29.488Z] Removing intermediate container 558bab7e17f8 [2021-01-14T09:37:29.488Z] ---> 428eba5e587b [2021-01-14T09:37:29.488Z] [2021-01-14T09:37:29.488Z] Step 10/22 : FROM scratch [2021-01-14T09:37:29.488Z] ---> [2021-01-14T09:37:29.488Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T09:37:29.758Z] ---> Using cache [2021-01-14T09:37:29.758Z] ---> 3ba25aa3ec7d [2021-01-14T09:37:29.758Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T09:37:29.758Z] Removing intermediate container ce3bf5930fbe [2021-01-14T09:37:29.758Z] ---> 2b597d634ce0 [2021-01-14T09:37:29.758Z] Step 6/26 : COPY go.mod . [2021-01-14T09:37:30.020Z] ---> Running in 6eb62226c48c [2021-01-14T09:37:33.345Z] ---> a9df83d39de2 [2021-01-14T09:37:33.345Z] Step 7/26 : RUN go mod download [2021-01-14T09:37:33.920Z] Removing intermediate container 6eb62226c48c [2021-01-14T09:37:33.920Z] ---> 31f5b11b73f4 [2021-01-14T09:37:33.920Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T09:37:34.873Z] ---> 34dbe08eef9e [2021-01-14T09:37:34.873Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T09:37:35.136Z] ---> Running in cd8f1a83c926 [2021-01-14T09:37:36.091Z] ---> Running in 83ff501480a2 [2021-01-14T09:37:37.492Z] ---> Running in add6f013340e [2021-01-14T09:37:38.459Z] Removing intermediate container cd8f1a83c926 [2021-01-14T09:37:38.459Z] ---> d39bf7943939 [2021-01-14T09:37:38.459Z] Step 14/22 : WORKDIR / [2021-01-14T09:37:38.731Z] ---> Running in cddb8ddb4cec [2021-01-14T09:37:40.703Z] Removing intermediate container cddb8ddb4cec [2021-01-14T09:37:40.703Z] ---> 41f8a79d437f [2021-01-14T09:37:40.703Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:37:40.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T09:37:41.284Z] ---> 291db63dfdae [2021-01-14T09:37:41.284Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T09:37:43.907Z] Removing intermediate container 83ff501480a2 [2021-01-14T09:37:43.907Z] ---> da348a301881 [2021-01-14T09:37:43.907Z] Step 8/26 : COPY . . [2021-01-14T09:37:43.907Z] ---> 3f51b2a44015 [2021-01-14T09:37:43.907Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T09:37:45.909Z] ---> 7e361bf076c2 [2021-01-14T09:37:45.909Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T09:37:50.275Z] ---> Running in c154738b70cc [2021-01-14T09:37:51.225Z] ---> 74ffb0810a00 [2021-01-14T09:37:51.225Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T09:37:51.490Z] Removing intermediate container c154738b70cc [2021-01-14T09:37:51.490Z] ---> 6ef86b700d3b [2021-01-14T09:37:51.491Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:37:52.459Z] ---> Running in e880c5840c5e [2021-01-14T09:37:53.057Z] ---> Running in 2656ba97fa6c [2021-01-14T09:37:53.683Z] Removing intermediate container 2656ba97fa6c [2021-01-14T09:37:53.683Z] ---> 90309245656b [2021-01-14T09:37:53.683Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T09:37:53.965Z] ---> Running in 9fca84fe3218 [2021-01-14T09:37:54.246Z] Removing intermediate container 9fca84fe3218 [2021-01-14T09:37:54.246Z] ---> a2a6e0d6b988 [2021-01-14T09:37:54.246Z] Step 21/22 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:37:54.511Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T09:37:54.511Z] ---> Running in a66725590be5 [2021-01-14T09:37:55.090Z] Removing intermediate container a66725590be5 [2021-01-14T09:37:55.090Z] ---> 82dc9b27a23e [2021-01-14T09:37:55.090Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-14T09:37:55.376Z] ---> Running in 5d07239b0361 [2021-01-14T09:37:57.343Z] Removing intermediate container 5d07239b0361 [2021-01-14T09:37:57.343Z] ---> 82278282c543 [2021-01-14T09:37:57.343Z] [2021-01-14T09:37:57.940Z] Successfully built 82278282c543 [2021-01-14T09:37:57.940Z] Successfully tagged docker-core-command-go:latest [2021-01-14T09:38:06.182Z]  Building docker-core-command-go ... done  ---> 0bb6ae5b782d [2021-01-14T09:38:06.182Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T09:38:06.182Z] Removing intermediate container add6f013340e [2021-01-14T09:38:06.182Z] ---> 95cd1e8aa0b9 [2021-01-14T09:38:06.182Z] [2021-01-14T09:38:06.182Z] Step 10/24 : FROM scratch [2021-01-14T09:38:06.182Z] ---> [2021-01-14T09:38:06.182Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T09:38:06.182Z] ---> Running in b90abebde5fb [2021-01-14T09:38:06.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T09:38:06.763Z] ---> Running in 4c258c66a6e3 [2021-01-14T09:38:07.031Z] Removing intermediate container 4c258c66a6e3 [2021-01-14T09:38:07.031Z] ---> a01e3bb16dc4 [2021-01-14T09:38:07.031Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T09:38:07.031Z] ---> Running in 43ab45e3f2e3 [2021-01-14T09:38:07.299Z] Removing intermediate container 43ab45e3f2e3 [2021-01-14T09:38:07.299Z] ---> e8ff958c61d3 [2021-01-14T09:38:07.299Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T09:38:07.568Z] ---> Running in cba9010a93b2 [2021-01-14T09:38:07.838Z] Removing intermediate container cba9010a93b2 [2021-01-14T09:38:07.839Z] ---> 82f42891fd6f [2021-01-14T09:38:07.839Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T09:38:08.428Z] ---> dcd24678eab6 [2021-01-14T09:38:08.428Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T09:38:11.795Z] ---> 93d7aa517f2f [2021-01-14T09:38:11.795Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T09:38:12.389Z] ---> b07f04c97910 [2021-01-14T09:38:12.389Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:38:12.660Z] ---> a383e432568a [2021-01-14T09:38:12.660Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T09:38:13.651Z] ---> fe99d0fea7b7 [2021-01-14T09:38:13.651Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T09:38:13.921Z] ---> e942cb7129bf [2021-01-14T09:38:13.921Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T09:38:13.921Z] ---> Running in 32da9ffe88aa [2021-01-14T09:38:14.186Z] Removing intermediate container 32da9ffe88aa [2021-01-14T09:38:14.186Z] ---> d6190ab0d98b [2021-01-14T09:38:14.186Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:38:14.458Z] ---> Running in e437642130dd [2021-01-14T09:38:14.458Z] Removing intermediate container e437642130dd [2021-01-14T09:38:14.458Z] ---> 9ba4e354cf6c [2021-01-14T09:38:14.458Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T09:38:14.723Z] ---> Running in 41ce7b4936d7 [2021-01-14T09:38:14.989Z] Removing intermediate container 41ce7b4936d7 [2021-01-14T09:38:14.989Z] ---> 01cc9b8403cd [2021-01-14T09:38:14.989Z] Step 23/24 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:38:14.989Z] ---> Running in 502f754ea092 [2021-01-14T09:38:15.572Z] Removing intermediate container 502f754ea092 [2021-01-14T09:38:15.572Z] ---> 3a00f033ad62 [2021-01-14T09:38:15.572Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-01-14T09:38:15.572Z] ---> Running in 8f414e8c9782 [2021-01-14T09:38:15.834Z] Removing intermediate container 8f414e8c9782 [2021-01-14T09:38:15.834Z] ---> e9d82f11cad1 [2021-01-14T09:38:15.834Z] [2021-01-14T09:38:16.099Z] Successfully built e9d82f11cad1 [2021-01-14T09:38:16.099Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T09:38:20.342Z]  Building docker-support-notifications-go ... done Removing intermediate container e880c5840c5e [2021-01-14T09:38:20.342Z] ---> e7d07c34c731 [2021-01-14T09:38:20.342Z] [2021-01-14T09:38:20.342Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T09:38:20.342Z] ---> 389fef711851 [2021-01-14T09:38:20.342Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T09:38:20.342Z] ---> Running in 8d3b157fe9f1 [2021-01-14T09:38:20.606Z] Removing intermediate container 8d3b157fe9f1 [2021-01-14T09:38:20.606Z] ---> 7a399860d9f9 [2021-01-14T09:38:20.606Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T09:38:20.606Z] ---> Running in 45e557efdd84 [2021-01-14T09:38:21.555Z] Removing intermediate container 45e557efdd84 [2021-01-14T09:38:21.555Z] ---> 33eb23c9629e [2021-01-14T09:38:21.555Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T09:38:22.502Z] ---> Running in 7f7eb3475ca5 [2021-01-14T09:38:22.502Z] Removing intermediate container b90abebde5fb [2021-01-14T09:38:22.502Z] ---> 5db7f37a2cb4 [2021-01-14T09:38:22.502Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T09:38:22.502Z] ---> Running in 854abf040d19 [2021-01-14T09:38:22.764Z] Removing intermediate container 7f7eb3475ca5 [2021-01-14T09:38:22.764Z] ---> 8f402a8a9b88 [2021-01-14T09:38:22.764Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:38:22.764Z] ---> Running in 0ac58c77c043 [2021-01-14T09:38:23.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T09:38:23.918Z] Removing intermediate container 0ac58c77c043 [2021-01-14T09:38:23.918Z] ---> 3ed7b51321d3 [2021-01-14T09:38:23.918Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T09:38:23.918Z] ---> Running in cc36d05ba046 [2021-01-14T09:38:24.524Z] Removing intermediate container 854abf040d19 [2021-01-14T09:38:24.524Z] ---> 4c61b15478b5 [2021-01-14T09:38:24.524Z] [2021-01-14T09:38:24.524Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T09:38:24.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:38:24.524Z] 20.10.0: Pulling from library/docker [2021-01-14T09:38:25.099Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:38:26.193Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T09:38:26.193Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T09:38:26.193Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T09:38:26.906Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T09:38:27.226Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T09:38:27.587Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:38:27.587Z] OK: 8 MiB in 19 packages [2021-01-14T09:38:28.547Z] Removing intermediate container cc36d05ba046 [2021-01-14T09:38:28.547Z] ---> 2890728219f6 [2021-01-14T09:38:28.547Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:38:29.129Z] ---> caad3234597e [2021-01-14T09:38:29.129Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T09:38:29.710Z] ---> 27fbb58f9468 [2021-01-14T09:38:29.710Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T09:38:29.710Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T09:38:29.710Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T09:38:29.710Z] ---> aefe523efa57 [2021-01-14T09:38:29.710Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T09:38:30.664Z] ---> Running in f4ac881c3fff [2021-01-14T09:38:30.664Z] ---> a9b570afa442 [2021-01-14T09:38:30.664Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T09:38:30.664Z] ---> Running in 9df25bf0002c [2021-01-14T09:38:30.930Z] Removing intermediate container 9df25bf0002c [2021-01-14T09:38:30.930Z] ---> 078989c3a62f [2021-01-14T09:38:30.930Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:38:30.930Z] ---> Running in 9c8e232467dd [2021-01-14T09:38:31.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:38:31.193Z] Removing intermediate container 9c8e232467dd [2021-01-14T09:38:31.193Z] ---> 9523b4f1dedc [2021-01-14T09:38:31.193Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T09:38:31.193Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:38:31.193Z] ---> Running in c0e7251b5dbd [2021-01-14T09:38:31.454Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T09:38:31.454Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T09:38:31.454Z] Removing intermediate container c0e7251b5dbd [2021-01-14T09:38:31.454Z] ---> d77e4229d8e3 [2021-01-14T09:38:31.454Z] Step 22/23 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:38:31.454Z] Executing bash-5.0.17-r0.post-install [2021-01-14T09:38:31.454Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:38:31.454Z] OK: 12 MiB in 22 packages [2021-01-14T09:38:31.454Z] ---> Running in 16a0339d864b [2021-01-14T09:38:31.720Z] Removing intermediate container 16a0339d864b [2021-01-14T09:38:31.720Z] ---> 47967893e595 [2021-01-14T09:38:31.720Z] Step 23/23 : LABEL version=2.0.0-dev.35 [2021-01-14T09:38:31.720Z] ---> Running in 6887450dc4af [2021-01-14T09:38:31.987Z] Removing intermediate container 6887450dc4af [2021-01-14T09:38:31.988Z] ---> bde214aa1321 [2021-01-14T09:38:31.988Z] [2021-01-14T09:38:31.988Z] Removing intermediate container f4ac881c3fff [2021-01-14T09:38:31.988Z] ---> d92ccdb0e35f [2021-01-14T09:38:31.988Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T09:38:31.988Z] Successfully built bde214aa1321 [2021-01-14T09:38:31.988Z] ---> Running in e0ceba20efb9 [2021-01-14T09:38:31.988Z] Successfully tagged docker-core-data-go:latest [2021-01-14T09:38:32.251Z]  Building docker-core-data-go ... done Removing intermediate container e0ceba20efb9 [2021-01-14T09:38:32.251Z] ---> 53c7f07e5d32 [2021-01-14T09:38:32.251Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T09:38:32.251Z] ---> Running in d13103a69ca8 [2021-01-14T09:38:32.513Z] Removing intermediate container d13103a69ca8 [2021-01-14T09:38:32.513Z] ---> 4ba6534b5a3c [2021-01-14T09:38:32.513Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T09:38:32.513Z] ---> Running in 325c4b90cb63 [2021-01-14T09:38:32.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T09:38:32.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T09:38:32.775Z] Removing intermediate container 325c4b90cb63 [2021-01-14T09:38:32.775Z] ---> 9970e670b8c3 [2021-01-14T09:38:32.775Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T09:38:33.377Z] ---> c4de0e9b0b0f [2021-01-14T09:38:33.377Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T09:38:33.640Z] ---> b53f09cdc64c [2021-01-14T09:38:33.640Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T09:38:34.219Z] ---> 573e8103709b [2021-01-14T09:38:34.219Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T09:38:34.219Z] ---> Running in d97f64cae533 [2021-01-14T09:38:34.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:38:34.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:38:35.058Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T09:38:35.058Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T09:38:35.058Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T09:38:35.058Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T09:38:35.058Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T09:38:35.058Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T09:38:35.058Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T09:38:36.005Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T09:38:36.005Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T09:38:36.005Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T09:38:36.005Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T09:38:36.005Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T09:38:36.005Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T09:38:36.005Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T09:38:36.005Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T09:38:36.267Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T09:38:36.267Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T09:38:36.267Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T09:38:36.267Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T09:38:36.267Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T09:38:36.267Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T09:38:36.267Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T09:38:36.267Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T09:38:36.267Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T09:38:36.267Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T09:38:36.267Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T09:38:36.529Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T09:38:36.529Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T09:38:36.529Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T09:38:36.529Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T09:38:36.529Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T09:38:36.529Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T09:38:36.529Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T09:38:36.529Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:38:36.529Z] OK: 71 MiB in 55 packages [2021-01-14T09:38:46.557Z] Removing intermediate container d97f64cae533 [2021-01-14T09:38:46.557Z] ---> 61bf4dc26325 [2021-01-14T09:38:46.557Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T09:38:46.557Z] ---> Running in 5f44f5be246c [2021-01-14T09:38:46.557Z] Collecting docker-compose==1.23.2 [2021-01-14T09:38:46.819Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T09:38:47.081Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T09:38:47.081Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T09:38:47.654Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T09:38:47.654Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T09:38:47.969Z] Removing intermediate container c35c02b3dc72 [2021-01-14T09:38:47.969Z] ---> b2b0e505424f [2021-01-14T09:38:47.969Z] [2021-01-14T09:38:47.969Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T09:38:47.969Z] 3.12: Pulling from library/alpine [2021-01-14T09:38:47.969Z] Removing intermediate container e480ab8ea86d [2021-01-14T09:38:47.969Z] ---> 45ac1ac05ec8 [2021-01-14T09:38:47.969Z] [2021-01-14T09:38:47.969Z] Step 10/22 : FROM scratch [2021-01-14T09:38:47.969Z] ---> [2021-01-14T09:38:47.969Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T09:38:47.969Z] Removing intermediate container 63eee487295b [2021-01-14T09:38:47.969Z] ---> 70bf338ac857 [2021-01-14T09:38:47.969Z] [2021-01-14T09:38:47.969Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T09:38:47.969Z] 3.12: Pulling from library/alpine [2021-01-14T09:38:47.969Z] Removing intermediate container 44ec7c2ad878 [2021-01-14T09:38:47.969Z] ---> 0dfeb9d149d7 [2021-01-14T09:38:47.969Z] [2021-01-14T09:38:47.969Z] Step 10/24 : FROM scratch [2021-01-14T09:38:47.969Z] ---> [2021-01-14T09:38:47.969Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T09:38:47.969Z] ---> Running in f1e363b3723d [2021-01-14T09:38:48.227Z] Collecting PyYAML<4,>=3.10 [2021-01-14T09:38:48.227Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T09:38:48.263Z] ---> Running in 40af8f742903 [2021-01-14T09:38:48.862Z] Removing intermediate container f1e363b3723d [2021-01-14T09:38:48.862Z] ---> 0a50c1dfee64 [2021-01-14T09:38:48.862Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T09:38:48.862Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T09:38:48.862Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T09:38:48.862Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T09:38:48.862Z] Status: Image is up to date for alpine:3.12 [2021-01-14T09:38:48.862Z] ---> afeebe901d6b [2021-01-14T09:38:48.862Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T09:38:48.862Z] ---> afeebe901d6b [2021-01-14T09:38:48.862Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T09:38:48.862Z] Removing intermediate container 40af8f742903 [2021-01-14T09:38:48.862Z] ---> 17ed661e1bf8 [2021-01-14T09:38:48.862Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T09:38:48.862Z] ---> Running in 4e0b0ba5389b [2021-01-14T09:38:49.140Z] ---> Running in 40df02fa1a8a [2021-01-14T09:38:49.140Z] ---> Running in 211392f1bd79 [2021-01-14T09:38:49.140Z] ---> Running in f256a62a3849 [2021-01-14T09:38:49.175Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T09:38:49.175Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T09:38:49.175Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T09:38:49.175Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T09:38:49.437Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T09:38:49.437Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T09:38:49.437Z] 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-14T09:38:49.437Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T09:38:49.437Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T09:38:49.741Z] Removing intermediate container 4e0b0ba5389b [2021-01-14T09:38:49.741Z] ---> 7cf20b76ea47 [2021-01-14T09:38:49.741Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T09:38:49.741Z] ---> Running in 1c659e292ed9 [2021-01-14T09:38:49.741Z] Removing intermediate container 40df02fa1a8a [2021-01-14T09:38:49.741Z] ---> 5f5055199b2a [2021-01-14T09:38:49.741Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T09:38:50.026Z] ---> Running in ec084c3bf425 [2021-01-14T09:38:50.384Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T09:38:50.384Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T09:38:50.384Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T09:38:50.384Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T09:38:50.384Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T09:38:50.384Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T09:38:50.384Z] Collecting idna<2.8,>=2.5 [2021-01-14T09:38:50.629Z] Removing intermediate container 1c659e292ed9 [2021-01-14T09:38:50.629Z] ---> 68dee3785504 [2021-01-14T09:38:50.629Z] Step 14/22 : WORKDIR / [2021-01-14T09:38:50.629Z] ---> Running in cf399497da0a [2021-01-14T09:38:50.646Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T09:38:50.646Z] 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-14T09:38:50.646Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T09:38:50.646Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T09:38:50.646Z] 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-14T09:38:50.646Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T09:38:50.646Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T09:38:50.646Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T09:38:50.646Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T09:38:50.906Z] Removing intermediate container ec084c3bf425 [2021-01-14T09:38:50.906Z] ---> d7a133aa82e4 [2021-01-14T09:38:50.906Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T09:38:50.907Z] Installing collected packages: dockerpty, docopt, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, texttable, cached-property, docker-compose [2021-01-14T09:38:50.907Z] Running setup.py install for dockerpty: started [2021-01-14T09:38:51.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:38:51.191Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:38:51.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:38:51.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:38:51.469Z] Removing intermediate container cf399497da0a [2021-01-14T09:38:51.469Z] ---> 10156172bec0 [2021-01-14T09:38:51.469Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:38:51.480Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T09:38:51.480Z] Running setup.py install for docopt: started [2021-01-14T09:38:51.741Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T09:38:51.741Z] Running setup.py install for PyYAML: started [2021-01-14T09:38:51.745Z] ---> ae50395f4d33 [2021-01-14T09:38:51.745Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T09:38:52.038Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T09:38:52.038Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T09:38:52.312Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T09:38:52.320Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T09:38:52.320Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T09:38:52.320Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T09:38:52.320Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T09:38:52.320Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T09:38:52.320Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:38:52.320Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T09:38:52.320Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T09:38:52.320Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T09:38:52.320Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:38:52.320Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T09:38:52.574Z] Attempting uninstall: idna [2021-01-14T09:38:52.574Z] Found existing installation: idna 2.9 [2021-01-14T09:38:52.574Z] Uninstalling idna-2.9: [2021-01-14T09:38:52.574Z] Successfully uninstalled idna-2.9 [2021-01-14T09:38:52.597Z] OK: 7 MiB in 19 packages [2021-01-14T09:38:52.597Z] OK: 7 MiB in 18 packages [2021-01-14T09:38:52.835Z] Attempting uninstall: urllib3 [2021-01-14T09:38:52.835Z] Found existing installation: urllib3 1.25.9 [2021-01-14T09:38:52.835Z] Uninstalling urllib3-1.25.9: [2021-01-14T09:38:52.835Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T09:38:52.835Z] Attempting uninstall: requests [2021-01-14T09:38:52.835Z] Found existing installation: requests 2.23.0 [2021-01-14T09:38:52.835Z] Uninstalling requests-2.23.0: [2021-01-14T09:38:52.880Z] ---> feb44c0ddd66 [2021-01-14T09:38:52.880Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T09:38:53.096Z] Successfully uninstalled requests-2.23.0 [2021-01-14T09:38:53.357Z] Running setup.py install for texttable: started [2021-01-14T09:38:53.482Z] ---> 27668091a96f [2021-01-14T09:38:53.482Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T09:38:53.935Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T09:38:54.197Z] 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-14T09:38:56.133Z] Removing intermediate container f256a62a3849 [2021-01-14T09:38:56.133Z] ---> 1944855d6b3c [2021-01-14T09:38:56.133Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T09:38:56.133Z] Removing intermediate container 211392f1bd79 [2021-01-14T09:38:56.133Z] ---> 1b245d62e2d7 [2021-01-14T09:38:56.133Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T09:38:56.133Z] ---> 9720742ecf99 [2021-01-14T09:38:56.133Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T09:38:56.133Z] ---> b881e62964ce [2021-01-14T09:38:56.133Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:38:56.133Z] ---> Running in b936c0bb4c13 [2021-01-14T09:38:56.133Z] ---> Running in 893ea3441bbb [2021-01-14T09:38:56.741Z] Removing intermediate container b936c0bb4c13 [2021-01-14T09:38:56.741Z] ---> 65c0b44ef352 [2021-01-14T09:38:56.741Z] Step 13/21 : WORKDIR /edgex [2021-01-14T09:38:57.016Z] Removing intermediate container 893ea3441bbb [2021-01-14T09:38:57.016Z] ---> d4e9cf2dd707 [2021-01-14T09:38:57.016Z] Step 13/24 : WORKDIR / [2021-01-14T09:38:57.294Z] ---> Running in 09e9de723530 [2021-01-14T09:38:57.294Z] ---> Running in c8995e663f65 [2021-01-14T09:38:57.570Z] ---> 08c220b0d57b [2021-01-14T09:38:57.570Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T09:38:57.570Z] ---> 6aa659b250b9 [2021-01-14T09:38:57.570Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T09:38:57.845Z] ---> Running in ca93e9cb043c [2021-01-14T09:38:57.845Z] Removing intermediate container 09e9de723530 [2021-01-14T09:38:57.845Z] ---> 1e9f29ee7d98 [2021-01-14T09:38:57.845Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T09:38:58.121Z] Removing intermediate container c8995e663f65 [2021-01-14T09:38:58.121Z] ---> f5a4a924f4fa [2021-01-14T09:38:58.121Z] 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-14T09:38:58.426Z] Removing intermediate container 5f44f5be246c [2021-01-14T09:38:58.426Z] ---> f2cba1a69604 [2021-01-14T09:38:58.426Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T09:38:58.426Z] ---> Running in 0c017e1f3e3f [2021-01-14T09:38:58.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T09:38:58.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T09:38:58.695Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T09:38:58.695Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T09:38:58.695Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T09:38:58.695Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:38:58.695Z] OK: 72 MiB in 58 packages [2021-01-14T09:38:58.723Z] Removing intermediate container ca93e9cb043c [2021-01-14T09:38:58.723Z] ---> 5d23f1d286cf [2021-01-14T09:38:58.723Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:38:58.723Z] ---> Running in 92fed40c146d [2021-01-14T09:38:59.273Z] Removing intermediate container 0c017e1f3e3f [2021-01-14T09:38:59.273Z] ---> 1b72a62fa70e [2021-01-14T09:38:59.273Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T09:38:59.273Z] ---> Running in 1c3c8a52cbb7 [2021-01-14T09:38:59.326Z] ---> 56b9aad4f2cc [2021-01-14T09:38:59.326Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T09:38:59.537Z] Removing intermediate container 1c3c8a52cbb7 [2021-01-14T09:38:59.537Z] ---> 1edd2deb5393 [2021-01-14T09:38:59.537Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:38:59.537Z] ---> Running in 9a1bd25733b1 [2021-01-14T09:38:59.537Z] Removing intermediate container 9a1bd25733b1 [2021-01-14T09:38:59.537Z] ---> 2d203687fa87 [2021-01-14T09:38:59.537Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T09:38:59.600Z] ---> 4830239c2f0e [2021-01-14T09:38:59.600Z] 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-14T09:38:59.799Z] ---> Running in b7da8b800675 [2021-01-14T09:38:59.799Z] Removing intermediate container b7da8b800675 [2021-01-14T09:38:59.799Z] ---> 3e7b4a056efe [2021-01-14T09:38:59.799Z] Step 25/26 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:38:59.873Z] Removing intermediate container 92fed40c146d [2021-01-14T09:38:59.873Z] ---> a90f190f7f56 [2021-01-14T09:38:59.873Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T09:38:59.873Z] ---> 2cf22b121520 [2021-01-14T09:38:59.873Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T09:39:00.062Z] ---> Running in 09a1351c7337 [2021-01-14T09:39:00.062Z] Removing intermediate container 09a1351c7337 [2021-01-14T09:39:00.062Z] ---> 10e07ed64611 [2021-01-14T09:39:00.062Z] Step 26/26 : LABEL version=2.0.0-dev.35 [2021-01-14T09:39:00.149Z] ---> Running in 2bb0759e8c68 [2021-01-14T09:39:00.323Z] ---> Running in c162237708e0 [2021-01-14T09:39:00.323Z] Removing intermediate container c162237708e0 [2021-01-14T09:39:00.323Z] ---> 3095987f125d [2021-01-14T09:39:00.323Z] [2021-01-14T09:39:00.425Z] ---> c932520f2c61 [2021-01-14T09:39:00.425Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T09:39:00.584Z] Successfully built 3095987f125d [2021-01-14T09:39:00.585Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T09:39:00.729Z] Removing intermediate container 2bb0759e8c68 [2021-01-14T09:39:00.729Z] ---> a863e5795f3e [2021-01-14T09:39:00.729Z] Step 21/22 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:01.005Z] ---> 3e8b24e562d5 [2021-01-14T09:39:01.005Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T09:39:01.005Z] ---> Running in 1d02a45f4f36 [2021-01-14T09:39:01.281Z] ---> bed8d15ed6ad [2021-01-14T09:39:01.281Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T09:39:01.281Z] ---> Running in 24d3309e457a [2021-01-14T09:39:01.556Z] ---> b4a6e2c8ba36 [2021-01-14T09:39:01.556Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T09:39:01.590Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T09:39:01.676Z] $ docker stop --time=1 3f22ef46c60f04ca229b7dd55ea3252750ccc063f93a696be75aaedf5c135f6d [2021-01-14T09:39:01.832Z] Removing intermediate container 1d02a45f4f36 [2021-01-14T09:39:01.832Z] ---> 046d3c2e1b61 [2021-01-14T09:39:01.832Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-14T09:39:02.109Z] Removing intermediate container 24d3309e457a [2021-01-14T09:39:02.109Z] ---> 7b9056496a79 [2021-01-14T09:39:02.109Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:39:02.391Z] ---> Running in e871f805b7a3 [2021-01-14T09:39:02.678Z] ---> Running in 56935bfa1848 [2021-01-14T09:39:03.280Z] ---> 48df4e9468dc [2021-01-14T09:39:03.280Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T09:39:03.482Z] $ docker rm -f 3f22ef46c60f04ca229b7dd55ea3252750ccc063f93a696be75aaedf5c135f6d [2021-01-14T09:39:03.555Z] ---> Running in 6c3f581ccd54 [2021-01-14T09:39:03.555Z] Removing intermediate container e871f805b7a3 [2021-01-14T09:39:03.555Z] ---> 9dd3eaf66967 [2021-01-14T09:39:03.555Z] [2021-01-14T09:39:03.555Z] Removing intermediate container 56935bfa1848 [2021-01-14T09:39:03.555Z] ---> c5ab94e58dab [2021-01-14T09:39:03.555Z] Step 22/24 : LABEL arch=arm64 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T09:39:03.832Z] ---> 56a75c1af35d [2021-01-14T09:39:03.832Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T09:39:04.113Z] Successfully built 9dd3eaf66967 [2021-01-14T09:39:04.113Z] ---> Running in 2e595fd942b7 [2021-01-14T09:39:04.113Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T09:39:04.113Z]  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T09:39:04.174Z] + docker images [2021-01-14T09:39:04.174Z] + grep docker [2021-01-14T09:39:04.174Z] docker-sys-mgmt-agent-go latest 3095987f125d 4 seconds ago 313MB [2021-01-14T09:39:04.174Z] docker-core-data-go latest bde214aa1321 33 seconds ago 22.3MB [2021-01-14T09:39:04.174Z] docker-support-notifications-go latest e9d82f11cad1 49 seconds ago 12MB [2021-01-14T09:39:04.174Z] docker-core-command-go latest 82278282c543 About a minute ago 10.6MB [2021-01-14T09:39:04.174Z] docker-security-secretstore-setup-go latest e78351be24c4 2 minutes ago 24.6MB [2021-01-14T09:39:04.174Z] docker-security-bootstrap-redis-go latest 90e92c09e95a 2 minutes ago 15.8MB [2021-01-14T09:39:04.174Z] docker-security-proxy-setup-go latest 440dd045b8a3 2 minutes ago 24.5MB [2021-01-14T09:39:04.174Z] docker-core-metadata-go latest 065a5e80809a 2 minutes ago 13.1MB [2021-01-14T09:39:04.174Z] docker-support-scheduler-go latest 6e811eb3b74e 2 minutes ago 10.7MB [2021-01-14T09:39:04.174Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-14T09:39:04.400Z] Removing intermediate container 8c702fbbe94a [2021-01-14T09:39:04.400Z] ---> a34bd3973b7d [2021-01-14T09:39:04.400Z] [2021-01-14T09:39:04.400Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T09:39:04.400Z] ---> afeebe901d6b [2021-01-14T09:39:04.400Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T09:39:04.400Z] Removing intermediate container 6c3f581ccd54 [2021-01-14T09:39:04.400Z] ---> 9b796ece7158 [2021-01-14T09:39:04.400Z] Step 18/21 : CMD ["--init=true"] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [2021-01-14T09:39:04.676Z] ---> Running in e958d1c5c545 [2021-01-14T09:39:04.676Z] ---> Running in 4de3176aafb8 [2021-01-14T09:39:04.676Z] Removing intermediate container 2e595fd942b7 [2021-01-14T09:39:04.676Z] ---> 5638cb728081 [2021-01-14T09:39:04.676Z] Step 23/24 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T09:39:04.749Z] provisioning config files... [2021-01-14T09:39:04.811Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/294@tmp/config2860263805606343785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:39:04.953Z] ---> Running in 1dfe8eea657b [2021-01-14T09:39:05.202Z] ---> docker-login.sh [2021-01-14T09:39:05.202Z] nexus3.edgexfoundry.org:10001 [2021-01-14T09:39:05.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:39:05.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:39:05.465Z] Configure a credential helper to remove this warning. See [2021-01-14T09:39:05.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:39:05.465Z] [2021-01-14T09:39:05.465Z] Login Succeeded [2021-01-14T09:39:05.465Z] nexus3.edgexfoundry.org:10002 [2021-01-14T09:39:05.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:39:05.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:39:05.465Z] Configure a credential helper to remove this warning. See [2021-01-14T09:39:05.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:39:05.465Z] [2021-01-14T09:39:05.465Z] Login Succeeded [2021-01-14T09:39:05.465Z] nexus3.edgexfoundry.org:10003 [2021-01-14T09:39:05.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:39:05.729Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:39:05.729Z] Configure a credential helper to remove this warning. See [2021-01-14T09:39:05.729Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:39:05.729Z] [2021-01-14T09:39:05.729Z] Login Succeeded [2021-01-14T09:39:05.729Z] nexus3.edgexfoundry.org:10004 [2021-01-14T09:39:05.946Z] ---> 20b0b7e99483 [2021-01-14T09:39:05.946Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T09:39:05.946Z] Removing intermediate container e958d1c5c545 [2021-01-14T09:39:05.946Z] ---> ff840740406c [2021-01-14T09:39:05.946Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T09:39:05.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:39:05.993Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:39:05.993Z] Configure a credential helper to remove this warning. See [2021-01-14T09:39:05.993Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:39:05.993Z] [2021-01-14T09:39:05.993Z] Login Succeeded [2021-01-14T09:39:05.993Z] docker.io [2021-01-14T09:39:06.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:39:06.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:39:06.517Z] Configure a credential helper to remove this warning. See [2021-01-14T09:39:06.517Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:39:06.517Z] [2021-01-14T09:39:06.517Z] Login Succeeded [2021-01-14T09:39:06.517Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T09:39:06.526Z] Deleting 1 temporary files [2021-01-14T09:39:06.542Z] Removing intermediate container 1dfe8eea657b [2021-01-14T09:39:06.542Z] ---> 4197d99f73c8 [2021-01-14T09:39:06.542Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-01-14T09:39:06.542Z] Removing intermediate container 4de3176aafb8 [2021-01-14T09:39:06.542Z] ---> dda9d1f9383f [2021-01-14T09:39:06.542Z] Step 19/21 : LABEL arch=arm64 [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:39:06.772Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-01-14T09:39:06.772Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:06.772Z] 2.0.0-dev.35 [2021-01-14T09:39:06.772Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:06.772Z] master [2021-01-14T09:39:06.772Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:07.153Z] ---> Running in 4e0eb8e69a28 [2021-01-14T09:39:07.153Z] ---> 8dc617026111 [2021-01-14T09:39:07.153Z] 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-14T09:39:07.285Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:07.429Z] ---> Running in 41eb3375b5e9 [2021-01-14T09:39:07.429Z] ---> Running in 9d51311c6872 [2021-01-14T09:39:07.429Z] ---> Running in 9844311fa8fb [2021-01-14T09:39:07.647Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:07.647Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-14T09:39:07.647Z] 7934e3316715: Preparing [2021-01-14T09:39:07.647Z] 061dd2091287: Preparing [2021-01-14T09:39:07.647Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:07.916Z] 7934e3316715: Pushed [2021-01-14T09:39:07.916Z] 0845bf1c37c6: Pushed [2021-01-14T09:39:08.041Z] Removing intermediate container 4e0eb8e69a28 [2021-01-14T09:39:08.042Z] ---> ca6456a4f730 [2021-01-14T09:39:08.042Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T09:39:08.316Z] Removing intermediate container 41eb3375b5e9 [2021-01-14T09:39:08.316Z] ---> b114648fad43 [2021-01-14T09:39:08.316Z] [2021-01-14T09:39:08.316Z] Removing intermediate container 9d51311c6872 [2021-01-14T09:39:08.316Z] ---> 05e3dae13519 [2021-01-14T09:39:08.316Z] Step 20/21 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:08.316Z] ---> Running in 1d26c2b6c01c [2021-01-14T09:39:08.590Z] ---> Running in 3b4023a1c57d [2021-01-14T09:39:08.861Z] 061dd2091287: Pushed [2021-01-14T09:39:08.861Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:8a8706132c4e7c3a0a556f338c138f875e9930ef4eb4d5aa11853c8ac7e97710 size: 943 [2021-01-14T09:39:08.866Z] Successfully built b114648fad43 [2021-01-14T09:39:08.866Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T09:39:08.866Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-01-14T09:39:09.140Z] Removing intermediate container 1d26c2b6c01c [2021-01-14T09:39:09.140Z] ---> c1060b02bb9b [2021-01-14T09:39:09.140Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:39:09.140Z] Removing intermediate container 3b4023a1c57d [2021-01-14T09:39:09.140Z] ---> 0e23d57d2893 [2021-01-14T09:39:09.140Z] Step 21/21 : LABEL version=2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:09.415Z] ---> Running in 522f45dbb778 [2021-01-14T09:39:09.415Z] ---> Running in 98fba9660810 [2021-01-14T09:39:09.443Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:09.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.35 [2021-01-14T09:39:09.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-14T09:39:09.746Z] 7934e3316715: Preparing [2021-01-14T09:39:09.746Z] 061dd2091287: Preparing [2021-01-14T09:39:09.746Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:09.746Z] 7934e3316715: Layer already exists [2021-01-14T09:39:09.746Z] 061dd2091287: Layer already exists [2021-01-14T09:39:09.746Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:09.746Z] 2.0.0-dev.35: digest: sha256:8a8706132c4e7c3a0a556f338c138f875e9930ef4eb4d5aa11853c8ac7e97710 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:10.016Z] Removing intermediate container 98fba9660810 [2021-01-14T09:39:10.016Z] ---> 9001f5f2862d [2021-01-14T09:39:10.016Z] [2021-01-14T09:39:10.057Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:10.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:10.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-14T09:39:10.365Z] 7934e3316715: Preparing [2021-01-14T09:39:10.365Z] 061dd2091287: Preparing [2021-01-14T09:39:10.365Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:10.365Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:10.365Z] 7934e3316715: Layer already exists [2021-01-14T09:39:10.365Z] 061dd2091287: Layer already exists [2021-01-14T09:39:10.365Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:8a8706132c4e7c3a0a556f338c138f875e9930ef4eb4d5aa11853c8ac7e97710 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:10.624Z] Successfully built 9001f5f2862d [2021-01-14T09:39:10.624Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T09:39:10.624Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrap-redis-go [2021-01-14T09:39:11.236Z] Removing intermediate container 9844311fa8fb [2021-01-14T09:39:11.236Z] ---> 596aef13ccd7 [2021-01-14T09:39:11.236Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T09:39:11.236Z] ---> Running in e4cb31cb0ea9 [2021-01-14T09:39:11.323Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:11.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-01-14T09:39:11.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-01-14T09:39:11.704Z] 7934e3316715: Preparing [2021-01-14T09:39:11.704Z] 061dd2091287: Preparing [2021-01-14T09:39:11.704Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:11.704Z] 061dd2091287: Layer already exists [2021-01-14T09:39:11.704Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:11.704Z] 7934e3316715: Layer already exists [2021-01-14T09:39:11.704Z] master: digest: sha256:8a8706132c4e7c3a0a556f338c138f875e9930ef4eb4d5aa11853c8ac7e97710 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:39:11.917Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:11.965Z] taggedImages: [2021-01-14T09:39:11.965Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:11.965Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.35 [2021-01-14T09:39:11.965Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:11.965Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-01-14T09:39:12.033Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-01-14T09:39:12.033Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:12.033Z] 2.0.0-dev.35 [2021-01-14T09:39:12.033Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:12.033Z] master [2021-01-14T09:39:12.033Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:12.240Z] Removing intermediate container e4cb31cb0ea9 [2021-01-14T09:39:12.240Z] ---> a5ed111b764c [2021-01-14T09:39:12.240Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T09:39:12.516Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:12.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:12.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-14T09:39:12.822Z] f9b099712783: Preparing [2021-01-14T09:39:12.822Z] 6dfd62ff24fc: Preparing [2021-01-14T09:39:12.822Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:12.822Z] 1215933e1dc8: Preparing [2021-01-14T09:39:12.822Z] 86ab58f67b00: Preparing [2021-01-14T09:39:12.822Z] 777b2c648970: Preparing [2021-01-14T09:39:12.822Z] 777b2c648970: Waiting [2021-01-14T09:39:12.822Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:12.822Z] 777b2c648970: Layer already exists [2021-01-14T09:39:13.084Z] 86ab58f67b00: Pushed [2021-01-14T09:39:13.084Z] f9b099712783: Pushed [2021-01-14T09:39:13.084Z] 1215933e1dc8: Pushed [2021-01-14T09:39:13.225Z] ---> Running in 821e824aacc6 [2021-01-14T09:39:13.510Z] Removing intermediate container 522f45dbb778 [2021-01-14T09:39:13.510Z] ---> b6454b449faf [2021-01-14T09:39:13.510Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T09:39:13.790Z] Removing intermediate container 821e824aacc6 [2021-01-14T09:39:13.790Z] ---> 4225c121374b [2021-01-14T09:39:13.790Z] Step 23/24 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:14.029Z] 6dfd62ff24fc: Pushed [2021-01-14T09:39:14.070Z] ---> Running in a39cd5374043 [2021-01-14T09:39:14.291Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:90a8a0760b0ceff581997d56aa585a849b5a1847cbbcfb640517bc3862b8eeea size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:14.604Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:14.677Z] ---> Running in 197dc9b36942 [2021-01-14T09:39:14.992Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.35 [2021-01-14T09:39:14.992Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-14T09:39:14.992Z] f9b099712783: Preparing [2021-01-14T09:39:14.992Z] 6dfd62ff24fc: Preparing [2021-01-14T09:39:14.992Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:14.992Z] 1215933e1dc8: Preparing [2021-01-14T09:39:14.992Z] 86ab58f67b00: Preparing [2021-01-14T09:39:14.992Z] 777b2c648970: Preparing [2021-01-14T09:39:14.992Z] 777b2c648970: Waiting [2021-01-14T09:39:14.992Z] 6dfd62ff24fc: Layer already exists [2021-01-14T09:39:14.992Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:14.992Z] f9b099712783: Layer already exists [2021-01-14T09:39:14.992Z] 86ab58f67b00: Layer already exists [2021-01-14T09:39:14.992Z] 1215933e1dc8: Layer already exists [2021-01-14T09:39:14.992Z] 777b2c648970: Layer already exists [2021-01-14T09:39:14.992Z] 2.0.0-dev.35: digest: sha256:90a8a0760b0ceff581997d56aa585a849b5a1847cbbcfb640517bc3862b8eeea size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:15.421Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:15.668Z] Removing intermediate container 197dc9b36942 [2021-01-14T09:39:15.668Z] ---> ea1b096b8195 [2021-01-14T09:39:15.668Z] Step 24/24 : LABEL version=2.0.0-dev.35 [2021-01-14T09:39:15.738Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:15.738Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-14T09:39:15.738Z] f9b099712783: Preparing [2021-01-14T09:39:15.738Z] 6dfd62ff24fc: Preparing [2021-01-14T09:39:15.738Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:15.738Z] 1215933e1dc8: Preparing [2021-01-14T09:39:15.738Z] 86ab58f67b00: Preparing [2021-01-14T09:39:15.738Z] 777b2c648970: Preparing [2021-01-14T09:39:15.738Z] 777b2c648970: Waiting [2021-01-14T09:39:15.738Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:15.738Z] 86ab58f67b00: Layer already exists [2021-01-14T09:39:15.738Z] 6dfd62ff24fc: Layer already exists [2021-01-14T09:39:15.738Z] f9b099712783: Layer already exists [2021-01-14T09:39:15.738Z] 1215933e1dc8: Layer already exists [2021-01-14T09:39:15.738Z] 777b2c648970: Layer already exists [2021-01-14T09:39:15.738Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:90a8a0760b0ceff581997d56aa585a849b5a1847cbbcfb640517bc3862b8eeea size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:15.947Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:39:16.044Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:16.390Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-01-14T09:39:16.390Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-01-14T09:39:16.390Z] f9b099712783: Preparing [2021-01-14T09:39:16.390Z] 6dfd62ff24fc: Preparing [2021-01-14T09:39:16.390Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:16.390Z] 1215933e1dc8: Preparing [2021-01-14T09:39:16.390Z] 86ab58f67b00: Preparing [2021-01-14T09:39:16.390Z] 777b2c648970: Preparing [2021-01-14T09:39:16.390Z] 777b2c648970: Waiting [2021-01-14T09:39:16.390Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:16.390Z] 6dfd62ff24fc: Layer already exists [2021-01-14T09:39:16.390Z] f9b099712783: Layer already exists [2021-01-14T09:39:16.390Z] 86ab58f67b00: Layer already exists [2021-01-14T09:39:16.390Z] 1215933e1dc8: Layer already exists [2021-01-14T09:39:16.390Z] 777b2c648970: Layer already exists [2021-01-14T09:39:16.390Z] master: digest: sha256:90a8a0760b0ceff581997d56aa585a849b5a1847cbbcfb640517bc3862b8eeea size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-14T09:39:16.546Z] ---> Running in 47cf90226a7c [Pipeline] echo [2021-01-14T09:39:16.585Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:16.633Z] taggedImages: [2021-01-14T09:39:16.633Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:16.633Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.35 [2021-01-14T09:39:16.633Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:16.633Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-01-14T09:39:16.700Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-01-14T09:39:16.701Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:16.701Z] 2.0.0-dev.35 [2021-01-14T09:39:16.701Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:16.701Z] master [2021-01-14T09:39:16.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-01-14T09:39:16.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:17.225Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:17.431Z] Removing intermediate container 47cf90226a7c [2021-01-14T09:39:17.431Z] ---> d64999eb1f8c [2021-01-14T09:39:17.431Z] [2021-01-14T09:39:17.431Z] Successfully built d64999eb1f8c [2021-01-14T09:39:17.431Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T09:39:17.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:17.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-14T09:39:17.524Z] a08a960db5ff: Preparing [2021-01-14T09:39:17.524Z] fec9cbf46412: Preparing [2021-01-14T09:39:17.524Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:17.524Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:17.709Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-14T09:39:17.784Z] a08a960db5ff: Pushed [2021-01-14T09:39:17.982Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T09:39:17.982Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T09:39:18.256Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T09:39:18.530Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T09:39:18.530Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T09:39:18.735Z] fec9cbf46412: Pushed [2021-01-14T09:39:18.802Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:39:18.802Z] OK: 8 MiB in 19 packages [2021-01-14T09:39:19.001Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:3f104408c9641087eed90494f16440dea8017d3b3ad2fa47eb0bcd7e16d2dc21 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:19.313Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:19.618Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.35 [2021-01-14T09:39:19.618Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-14T09:39:19.618Z] a08a960db5ff: Preparing [2021-01-14T09:39:19.618Z] fec9cbf46412: Preparing [2021-01-14T09:39:19.618Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:19.618Z] a08a960db5ff: Layer already exists [2021-01-14T09:39:19.618Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:19.618Z] fec9cbf46412: Layer already exists [2021-01-14T09:39:19.618Z] 2.0.0-dev.35: digest: sha256:3f104408c9641087eed90494f16440dea8017d3b3ad2fa47eb0bcd7e16d2dc21 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:19.923Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:20.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:20.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-14T09:39:20.225Z] a08a960db5ff: Preparing [2021-01-14T09:39:20.225Z] fec9cbf46412: Preparing [2021-01-14T09:39:20.225Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:20.225Z] a08a960db5ff: Layer already exists [2021-01-14T09:39:20.225Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:20.225Z] fec9cbf46412: Layer already exists [2021-01-14T09:39:20.225Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:3f104408c9641087eed90494f16440dea8017d3b3ad2fa47eb0bcd7e16d2dc21 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:20.532Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:20.803Z] Removing intermediate container a39cd5374043 [2021-01-14T09:39:20.803Z] ---> 626a60408722 [2021-01-14T09:39:20.803Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:39:20.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-01-14T09:39:20.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-01-14T09:39:20.831Z] a08a960db5ff: Preparing [2021-01-14T09:39:20.831Z] fec9cbf46412: Preparing [2021-01-14T09:39:20.831Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:20.831Z] fec9cbf46412: Layer already exists [2021-01-14T09:39:20.831Z] a08a960db5ff: Layer already exists [2021-01-14T09:39:20.831Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:20.831Z] master: digest: sha256:3f104408c9641087eed90494f16440dea8017d3b3ad2fa47eb0bcd7e16d2dc21 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:39:21.016Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:21.061Z] taggedImages: [2021-01-14T09:39:21.061Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:21.061Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.35 [2021-01-14T09:39:21.061Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:21.061Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-01-14T09:39:21.125Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go with the following tags: [2021-01-14T09:39:21.125Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:21.125Z] 2.0.0-dev.35 [2021-01-14T09:39:21.125Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:21.125Z] master [2021-01-14T09:39:21.125Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:21.790Z] ---> bac141d62499 [2021-01-14T09:39:21.790Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T09:39:21.802Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:22.101Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:22.101Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-14T09:39:22.101Z] bca4cd603791: Preparing [2021-01-14T09:39:22.101Z] 01e62dc6d8e7: Preparing [2021-01-14T09:39:22.101Z] 17639943d5a3: Preparing [2021-01-14T09:39:22.101Z] 05a22d44ea1f: Preparing [2021-01-14T09:39:22.101Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:22.101Z] d0089a0b08fd: Preparing [2021-01-14T09:39:22.101Z] 777b2c648970: Preparing [2021-01-14T09:39:22.101Z] 777b2c648970: Waiting [2021-01-14T09:39:22.101Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:22.366Z] 01e62dc6d8e7: Pushed [2021-01-14T09:39:22.366Z] 17639943d5a3: Pushed [2021-01-14T09:39:22.366Z] bca4cd603791: Pushed [2021-01-14T09:39:22.366Z] 777b2c648970: Layer already exists [2021-01-14T09:39:22.627Z] d0089a0b08fd: Pushed [2021-01-14T09:39:23.200Z] 05a22d44ea1f: Pushed [2021-01-14T09:39:23.461Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:84fbd7a2eecad9bede857b5856a4834e70f44d5c98bb68a7b015a357e850553e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:23.767Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.35 [2021-01-14T09:39:23.775Z] ---> d1f9b0567db9 [2021-01-14T09:39:23.775Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:24.094Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.35 [2021-01-14T09:39:24.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-14T09:39:24.094Z] bca4cd603791: Preparing [2021-01-14T09:39:24.094Z] 01e62dc6d8e7: Preparing [2021-01-14T09:39:24.094Z] 17639943d5a3: Preparing [2021-01-14T09:39:24.094Z] 05a22d44ea1f: Preparing [2021-01-14T09:39:24.094Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:24.094Z] d0089a0b08fd: Preparing [2021-01-14T09:39:24.094Z] 777b2c648970: Preparing [2021-01-14T09:39:24.094Z] d0089a0b08fd: Waiting [2021-01-14T09:39:24.094Z] 777b2c648970: Waiting [2021-01-14T09:39:24.094Z] 05a22d44ea1f: Layer already exists [2021-01-14T09:39:24.094Z] 17639943d5a3: Layer already exists [2021-01-14T09:39:24.094Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:24.094Z] bca4cd603791: Layer already exists [2021-01-14T09:39:24.094Z] 01e62dc6d8e7: Layer already exists [2021-01-14T09:39:24.094Z] 777b2c648970: Layer already exists [2021-01-14T09:39:24.094Z] d0089a0b08fd: Layer already exists [2021-01-14T09:39:24.356Z] 2.0.0-dev.35: digest: sha256:84fbd7a2eecad9bede857b5856a4834e70f44d5c98bb68a7b015a357e850553e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:24.666Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:24.788Z] ---> 75ebffabc8fd [2021-01-14T09:39:24.788Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T09:39:24.788Z] ---> Running in 9f6b9746922b [2021-01-14T09:39:24.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:24.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-14T09:39:24.968Z] bca4cd603791: Preparing [2021-01-14T09:39:24.968Z] 01e62dc6d8e7: Preparing [2021-01-14T09:39:24.968Z] 17639943d5a3: Preparing [2021-01-14T09:39:24.968Z] 05a22d44ea1f: Preparing [2021-01-14T09:39:24.968Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:24.968Z] d0089a0b08fd: Preparing [2021-01-14T09:39:24.968Z] 777b2c648970: Preparing [2021-01-14T09:39:24.968Z] d0089a0b08fd: Waiting [2021-01-14T09:39:24.968Z] 777b2c648970: Waiting [2021-01-14T09:39:24.968Z] 17639943d5a3: Layer already exists [2021-01-14T09:39:24.968Z] 01e62dc6d8e7: Layer already exists [2021-01-14T09:39:24.968Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:24.968Z] 05a22d44ea1f: Layer already exists [2021-01-14T09:39:24.968Z] bca4cd603791: Layer already exists [2021-01-14T09:39:24.968Z] d0089a0b08fd: Layer already exists [2021-01-14T09:39:24.968Z] 777b2c648970: Layer already exists [2021-01-14T09:39:24.968Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:84fbd7a2eecad9bede857b5856a4834e70f44d5c98bb68a7b015a357e850553e size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:25.280Z] + docker tag docker-security-bootstrap-redis-go nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:25.585Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [2021-01-14T09:39:25.585Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go] [2021-01-14T09:39:25.585Z] bca4cd603791: Preparing [2021-01-14T09:39:25.585Z] 01e62dc6d8e7: Preparing [2021-01-14T09:39:25.585Z] 17639943d5a3: Preparing [2021-01-14T09:39:25.585Z] 05a22d44ea1f: Preparing [2021-01-14T09:39:25.585Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:25.585Z] d0089a0b08fd: Preparing [2021-01-14T09:39:25.585Z] 777b2c648970: Preparing [2021-01-14T09:39:25.585Z] 777b2c648970: Waiting [2021-01-14T09:39:25.585Z] d0089a0b08fd: Waiting [2021-01-14T09:39:25.585Z] bca4cd603791: Layer already exists [2021-01-14T09:39:25.585Z] 05a22d44ea1f: Layer already exists [2021-01-14T09:39:25.585Z] 17639943d5a3: Layer already exists [2021-01-14T09:39:25.585Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:25.585Z] 01e62dc6d8e7: Layer already exists [2021-01-14T09:39:25.585Z] d0089a0b08fd: Layer already exists [2021-01-14T09:39:25.585Z] 777b2c648970: Layer already exists [2021-01-14T09:39:25.585Z] master: digest: sha256:84fbd7a2eecad9bede857b5856a4834e70f44d5c98bb68a7b015a357e850553e size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-14T09:39:25.775Z] Removing intermediate container 9f6b9746922b [2021-01-14T09:39:25.775Z] ---> 794e43b7c7a3 [2021-01-14T09:39:25.775Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] echo [2021-01-14T09:39:25.777Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:25.838Z] taggedImages: [2021-01-14T09:39:25.838Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:25.838Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:2.0.0-dev.35 [2021-01-14T09:39:25.838Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:25.838Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go:master [Pipeline] echo [2021-01-14T09:39:25.901Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-01-14T09:39:25.901Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:25.901Z] 2.0.0-dev.35 [2021-01-14T09:39:25.901Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:25.901Z] master [2021-01-14T09:39:25.901Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:26.374Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:26.375Z] ---> Running in 0f24860b4f50 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:26.648Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:39:26.648Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:39:26.648Z] ---> 470f20647dc5 [2021-01-14T09:39:26.648Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T09:39:26.648Z] ---> Using cache [2021-01-14T09:39:26.648Z] ---> 2c7d3836558a [2021-01-14T09:39:26.648Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:39:26.648Z] ---> Using cache [2021-01-14T09:39:26.648Z] ---> 2e2cad46c85f [2021-01-14T09:39:26.648Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T09:39:26.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:26.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-14T09:39:26.680Z] 955d16a8b325: Preparing [2021-01-14T09:39:26.680Z] 87f0c305cf89: Preparing [2021-01-14T09:39:26.680Z] 5e378407bc1b: Preparing [2021-01-14T09:39:26.680Z] f02398f50ae0: Preparing [2021-01-14T09:39:26.680Z] c7b4b651208c: Preparing [2021-01-14T09:39:26.680Z] 777b2c648970: Preparing [2021-01-14T09:39:26.680Z] 777b2c648970: Waiting [2021-01-14T09:39:26.942Z] f02398f50ae0: Pushed [2021-01-14T09:39:26.942Z] 5e378407bc1b: Pushed [2021-01-14T09:39:26.942Z] 777b2c648970: Layer already exists [2021-01-14T09:39:27.204Z] c7b4b651208c: Pushed [2021-01-14T09:39:27.274Z] ---> Running in 4bce8039415f [2021-01-14T09:39:27.274Z] Removing intermediate container 0f24860b4f50 [2021-01-14T09:39:27.274Z] ---> a56e2853141e [2021-01-14T09:39:27.274Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T09:39:27.777Z] 87f0c305cf89: Pushed [2021-01-14T09:39:27.777Z] 955d16a8b325: Pushed [2021-01-14T09:39:28.038Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:9b0bd86d16ed56c8a8b1ce182a1505c55e72c987fba02566267b5e091c35f6ea size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:28.265Z] ---> Running in 4e76c5f7f1ea [2021-01-14T09:39:28.345Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:28.650Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.35 [2021-01-14T09:39:28.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-14T09:39:28.650Z] 955d16a8b325: Preparing [2021-01-14T09:39:28.650Z] 87f0c305cf89: Preparing [2021-01-14T09:39:28.650Z] 5e378407bc1b: Preparing [2021-01-14T09:39:28.650Z] f02398f50ae0: Preparing [2021-01-14T09:39:28.650Z] c7b4b651208c: Preparing [2021-01-14T09:39:28.650Z] 777b2c648970: Preparing [2021-01-14T09:39:28.650Z] 777b2c648970: Waiting [2021-01-14T09:39:28.650Z] 87f0c305cf89: Layer already exists [2021-01-14T09:39:28.650Z] f02398f50ae0: Layer already exists [2021-01-14T09:39:28.650Z] 955d16a8b325: Layer already exists [2021-01-14T09:39:28.650Z] 5e378407bc1b: Layer already exists [2021-01-14T09:39:28.650Z] c7b4b651208c: Layer already exists [2021-01-14T09:39:28.650Z] 777b2c648970: Layer already exists [2021-01-14T09:39:28.650Z] 2.0.0-dev.35: digest: sha256:9b0bd86d16ed56c8a8b1ce182a1505c55e72c987fba02566267b5e091c35f6ea size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:29.215Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:29.516Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:29.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-14T09:39:29.516Z] 955d16a8b325: Preparing [2021-01-14T09:39:29.516Z] 87f0c305cf89: Preparing [2021-01-14T09:39:29.516Z] 5e378407bc1b: Preparing [2021-01-14T09:39:29.516Z] f02398f50ae0: Preparing [2021-01-14T09:39:29.516Z] c7b4b651208c: Preparing [2021-01-14T09:39:29.516Z] 777b2c648970: Preparing [2021-01-14T09:39:29.516Z] 777b2c648970: Waiting [2021-01-14T09:39:29.516Z] 955d16a8b325: Layer already exists [2021-01-14T09:39:29.516Z] f02398f50ae0: Layer already exists [2021-01-14T09:39:29.516Z] 5e378407bc1b: Layer already exists [2021-01-14T09:39:29.516Z] 87f0c305cf89: Layer already exists [2021-01-14T09:39:29.516Z] c7b4b651208c: Layer already exists [2021-01-14T09:39:29.516Z] 777b2c648970: Layer already exists [2021-01-14T09:39:29.516Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:9b0bd86d16ed56c8a8b1ce182a1505c55e72c987fba02566267b5e091c35f6ea size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:29.707Z] Removing intermediate container 4e76c5f7f1ea [2021-01-14T09:39:29.708Z] ---> 523d4528806c [2021-01-14T09:39:29.708Z] Step 22/23 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:29.708Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:39:29.708Z] ---> Running in bbeeabbfecb1 [2021-01-14T09:39:29.822Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:30.124Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-01-14T09:39:30.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-01-14T09:39:30.124Z] 955d16a8b325: Preparing [2021-01-14T09:39:30.124Z] 87f0c305cf89: Preparing [2021-01-14T09:39:30.124Z] 5e378407bc1b: Preparing [2021-01-14T09:39:30.124Z] f02398f50ae0: Preparing [2021-01-14T09:39:30.124Z] c7b4b651208c: Preparing [2021-01-14T09:39:30.124Z] 777b2c648970: Preparing [2021-01-14T09:39:30.124Z] 777b2c648970: Waiting [2021-01-14T09:39:30.124Z] f02398f50ae0: Layer already exists [2021-01-14T09:39:30.124Z] c7b4b651208c: Layer already exists [2021-01-14T09:39:30.124Z] 5e378407bc1b: Layer already exists [2021-01-14T09:39:30.124Z] 955d16a8b325: Layer already exists [2021-01-14T09:39:30.124Z] 777b2c648970: Layer already exists [2021-01-14T09:39:30.124Z] 87f0c305cf89: Layer already exists [2021-01-14T09:39:30.124Z] master: digest: sha256:9b0bd86d16ed56c8a8b1ce182a1505c55e72c987fba02566267b5e091c35f6ea size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-01-14T09:39:30.311Z] Removing intermediate container bbeeabbfecb1 [2021-01-14T09:39:30.311Z] ---> 84912971acea [2021-01-14T09:39:30.311Z] Step 23/23 : LABEL version=2.0.0-dev.35 [Pipeline] echo [2021-01-14T09:39:30.335Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:30.379Z] taggedImages: [2021-01-14T09:39:30.379Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:30.379Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.35 [2021-01-14T09:39:30.379Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:30.379Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-01-14T09:39:30.441Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-01-14T09:39:30.442Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:30.442Z] 2.0.0-dev.35 [2021-01-14T09:39:30.442Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:30.442Z] master [2021-01-14T09:39:30.442Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-14T09:39:30.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:30.862Z] ---> Running in 5de30d29da60 [2021-01-14T09:39:30.927Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:31.228Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:31.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-14T09:39:31.228Z] 64ca8d373c05: Preparing [2021-01-14T09:39:31.228Z] f6f7e0340421: Preparing [2021-01-14T09:39:31.228Z] 38752d108cd9: Preparing [2021-01-14T09:39:31.228Z] 417a4aefc0b3: Preparing [2021-01-14T09:39:31.228Z] f4fa674ba70d: Preparing [2021-01-14T09:39:31.228Z] 4c35082bf10e: Preparing [2021-01-14T09:39:31.228Z] 59457ad16976: Preparing [2021-01-14T09:39:31.228Z] d0089a0b08fd: Preparing [2021-01-14T09:39:31.228Z] 777b2c648970: Preparing [2021-01-14T09:39:31.228Z] 4c35082bf10e: Waiting [2021-01-14T09:39:31.228Z] 59457ad16976: Waiting [2021-01-14T09:39:31.228Z] d0089a0b08fd: Waiting [2021-01-14T09:39:31.228Z] 777b2c648970: Waiting [2021-01-14T09:39:31.466Z] OK: 217 MiB in 51 packages [2021-01-14T09:39:31.466Z] Removing intermediate container 5de30d29da60 [2021-01-14T09:39:31.466Z] ---> 948396cbe362 [2021-01-14T09:39:31.466Z] [2021-01-14T09:39:31.489Z] f6f7e0340421: Pushed [2021-01-14T09:39:31.489Z] f4fa674ba70d: Pushed [2021-01-14T09:39:31.489Z] 64ca8d373c05: Pushed [2021-01-14T09:39:31.741Z] Successfully built 948396cbe362 [2021-01-14T09:39:31.742Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T09:39:31.750Z] d0089a0b08fd: Layer already exists [2021-01-14T09:39:31.750Z] 777b2c648970: Layer already exists [2021-01-14T09:39:32.011Z] 4c35082bf10e: Pushed [2021-01-14T09:39:32.011Z] 59457ad16976: Pushed [2021-01-14T09:39:32.272Z] 417a4aefc0b3: Pushed [2021-01-14T09:39:32.272Z] 38752d108cd9: Pushed [2021-01-14T09:39:32.533Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:1c502e296bfb0ef0ded21f00bba2521b52828eafccfc5f656e4966c340b5d907 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:32.837Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:33.204Z]  Building docker-core-data-go ... done Removing intermediate container 4bce8039415f [2021-01-14T09:39:33.204Z] ---> 7927d58e8278 [2021-01-14T09:39:33.204Z] Step 6/26 : COPY go.mod . [2021-01-14T09:39:33.209Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.35 [2021-01-14T09:39:33.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-14T09:39:33.209Z] 64ca8d373c05: Preparing [2021-01-14T09:39:33.209Z] f6f7e0340421: Preparing [2021-01-14T09:39:33.209Z] 38752d108cd9: Preparing [2021-01-14T09:39:33.209Z] 417a4aefc0b3: Preparing [2021-01-14T09:39:33.209Z] f4fa674ba70d: Preparing [2021-01-14T09:39:33.209Z] 4c35082bf10e: Preparing [2021-01-14T09:39:33.209Z] 59457ad16976: Preparing [2021-01-14T09:39:33.209Z] d0089a0b08fd: Preparing [2021-01-14T09:39:33.209Z] 777b2c648970: Preparing [2021-01-14T09:39:33.209Z] 4c35082bf10e: Waiting [2021-01-14T09:39:33.209Z] 59457ad16976: Waiting [2021-01-14T09:39:33.209Z] d0089a0b08fd: Waiting [2021-01-14T09:39:33.209Z] 777b2c648970: Waiting [2021-01-14T09:39:33.209Z] f4fa674ba70d: Layer already exists [2021-01-14T09:39:33.209Z] f6f7e0340421: Layer already exists [2021-01-14T09:39:33.209Z] 38752d108cd9: Layer already exists [2021-01-14T09:39:33.209Z] 417a4aefc0b3: Layer already exists [2021-01-14T09:39:33.209Z] 64ca8d373c05: Layer already exists [2021-01-14T09:39:33.209Z] 4c35082bf10e: Layer already exists [2021-01-14T09:39:33.209Z] d0089a0b08fd: Layer already exists [2021-01-14T09:39:33.209Z] 59457ad16976: Layer already exists [2021-01-14T09:39:33.209Z] 777b2c648970: Layer already exists [2021-01-14T09:39:33.209Z] 2.0.0-dev.35: digest: sha256:1c502e296bfb0ef0ded21f00bba2521b52828eafccfc5f656e4966c340b5d907 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:33.554Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:33.858Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:33.858Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-14T09:39:33.858Z] 64ca8d373c05: Preparing [2021-01-14T09:39:33.858Z] f6f7e0340421: Preparing [2021-01-14T09:39:33.858Z] 38752d108cd9: Preparing [2021-01-14T09:39:33.858Z] 417a4aefc0b3: Preparing [2021-01-14T09:39:33.858Z] f4fa674ba70d: Preparing [2021-01-14T09:39:33.858Z] 4c35082bf10e: Preparing [2021-01-14T09:39:33.858Z] 59457ad16976: Preparing [2021-01-14T09:39:33.858Z] d0089a0b08fd: Preparing [2021-01-14T09:39:33.858Z] 777b2c648970: Preparing [2021-01-14T09:39:33.858Z] 4c35082bf10e: Waiting [2021-01-14T09:39:33.858Z] 59457ad16976: Waiting [2021-01-14T09:39:33.858Z] d0089a0b08fd: Waiting [2021-01-14T09:39:33.858Z] 777b2c648970: Waiting [2021-01-14T09:39:33.858Z] f4fa674ba70d: Layer already exists [2021-01-14T09:39:33.858Z] 64ca8d373c05: Layer already exists [2021-01-14T09:39:33.858Z] f6f7e0340421: Layer already exists [2021-01-14T09:39:33.858Z] 38752d108cd9: Layer already exists [2021-01-14T09:39:33.858Z] 417a4aefc0b3: Layer already exists [2021-01-14T09:39:33.858Z] 4c35082bf10e: Layer already exists [2021-01-14T09:39:33.858Z] 777b2c648970: Layer already exists [2021-01-14T09:39:33.858Z] 59457ad16976: Layer already exists [2021-01-14T09:39:34.119Z] d0089a0b08fd: Layer already exists [2021-01-14T09:39:34.119Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:1c502e296bfb0ef0ded21f00bba2521b52828eafccfc5f656e4966c340b5d907 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:34.425Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:34.656Z] ---> 3e7d399099d0 [2021-01-14T09:39:34.656Z] Step 7/26 : RUN go mod download [2021-01-14T09:39:34.656Z] ---> Running in 10595c91a548 [2021-01-14T09:39:34.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-01-14T09:39:34.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-01-14T09:39:34.725Z] 64ca8d373c05: Preparing [2021-01-14T09:39:34.725Z] f6f7e0340421: Preparing [2021-01-14T09:39:34.725Z] 38752d108cd9: Preparing [2021-01-14T09:39:34.725Z] 417a4aefc0b3: Preparing [2021-01-14T09:39:34.725Z] f4fa674ba70d: Preparing [2021-01-14T09:39:34.725Z] 4c35082bf10e: Preparing [2021-01-14T09:39:34.725Z] 59457ad16976: Preparing [2021-01-14T09:39:34.725Z] d0089a0b08fd: Preparing [2021-01-14T09:39:34.725Z] 777b2c648970: Preparing [2021-01-14T09:39:34.725Z] 59457ad16976: Waiting [2021-01-14T09:39:34.725Z] d0089a0b08fd: Waiting [2021-01-14T09:39:34.725Z] 777b2c648970: Waiting [2021-01-14T09:39:34.725Z] 4c35082bf10e: Waiting [2021-01-14T09:39:34.725Z] 64ca8d373c05: Layer already exists [2021-01-14T09:39:34.725Z] 38752d108cd9: Layer already exists [2021-01-14T09:39:34.725Z] f4fa674ba70d: Layer already exists [2021-01-14T09:39:34.725Z] f6f7e0340421: Layer already exists [2021-01-14T09:39:34.725Z] 417a4aefc0b3: Layer already exists [2021-01-14T09:39:34.725Z] 4c35082bf10e: Layer already exists [2021-01-14T09:39:34.725Z] 59457ad16976: Layer already exists [2021-01-14T09:39:34.725Z] d0089a0b08fd: Layer already exists [2021-01-14T09:39:34.725Z] 777b2c648970: Layer already exists [2021-01-14T09:39:34.725Z] master: digest: sha256:1c502e296bfb0ef0ded21f00bba2521b52828eafccfc5f656e4966c340b5d907 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:39:34.897Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:34.940Z] taggedImages: [2021-01-14T09:39:34.940Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:34.940Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.35 [2021-01-14T09:39:34.940Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:34.940Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-01-14T09:39:34.999Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-01-14T09:39:34.999Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:34.999Z] 2.0.0-dev.35 [2021-01-14T09:39:34.999Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:34.999Z] master [2021-01-14T09:39:34.999Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:35.529Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:35.830Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:35.830Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-14T09:39:35.830Z] a782d71d201f: Preparing [2021-01-14T09:39:35.830Z] 9414350e395e: Preparing [2021-01-14T09:39:35.830Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:35.830Z] 895d14a7ef02: Preparing [2021-01-14T09:39:35.830Z] 08c8199a287e: Preparing [2021-01-14T09:39:35.830Z] a32251b9c4ec: Preparing [2021-01-14T09:39:35.830Z] a32251b9c4ec: Waiting [2021-01-14T09:39:35.830Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:36.091Z] a782d71d201f: Pushed [2021-01-14T09:39:36.091Z] 08c8199a287e: Pushed [2021-01-14T09:39:36.091Z] 895d14a7ef02: Pushed [2021-01-14T09:39:36.091Z] a32251b9c4ec: Pushed [2021-01-14T09:39:36.666Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:39:36.666Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:39:36.666Z] ---> 470f20647dc5 [2021-01-14T09:39:36.666Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T09:39:36.666Z] ---> Using cache [2021-01-14T09:39:36.666Z] ---> 2c7d3836558a [2021-01-14T09:39:36.666Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:39:36.666Z] ---> Using cache [2021-01-14T09:39:36.666Z] ---> 2e2cad46c85f [2021-01-14T09:39:36.666Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T09:39:36.666Z] ---> Using cache [2021-01-14T09:39:36.666Z] ---> 67cab30397b7 [2021-01-14T09:39:36.666Z] Step 6/22 : COPY go.mod . [2021-01-14T09:39:36.666Z] ---> Using cache [2021-01-14T09:39:36.666Z] ---> 9ec97ef5c92d [2021-01-14T09:39:36.666Z] Step 7/22 : RUN go mod download [2021-01-14T09:39:36.666Z] ---> Using cache [2021-01-14T09:39:36.666Z] ---> cb53cf48a424 [2021-01-14T09:39:36.666Z] Step 8/22 : COPY . . [2021-01-14T09:39:36.945Z] ---> Using cache [2021-01-14T09:39:36.945Z] ---> b4c54123ec04 [2021-01-14T09:39:36.945Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T09:39:37.036Z] 9414350e395e: Pushed [2021-01-14T09:39:37.036Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:e9db6b21818f2fe80311ad42d69e51ce7a6dbd6d3f1d6ae0a1efd905b9a14ef3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:37.342Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:37.642Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.35 [2021-01-14T09:39:37.642Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-14T09:39:37.642Z] a782d71d201f: Preparing [2021-01-14T09:39:37.642Z] 9414350e395e: Preparing [2021-01-14T09:39:37.642Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:37.642Z] 895d14a7ef02: Preparing [2021-01-14T09:39:37.642Z] 08c8199a287e: Preparing [2021-01-14T09:39:37.642Z] a32251b9c4ec: Preparing [2021-01-14T09:39:37.642Z] a32251b9c4ec: Waiting [2021-01-14T09:39:37.642Z] a782d71d201f: Layer already exists [2021-01-14T09:39:37.642Z] 895d14a7ef02: Layer already exists [2021-01-14T09:39:37.642Z] 9414350e395e: Layer already exists [2021-01-14T09:39:37.642Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:37.642Z] 08c8199a287e: Layer already exists [2021-01-14T09:39:37.642Z] a32251b9c4ec: Layer already exists [2021-01-14T09:39:37.642Z] 2.0.0-dev.35: digest: sha256:e9db6b21818f2fe80311ad42d69e51ce7a6dbd6d3f1d6ae0a1efd905b9a14ef3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:37.944Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:37.989Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:39:37.989Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:39:37.989Z] ---> 470f20647dc5 [2021-01-14T09:39:37.989Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T09:39:37.989Z] ---> Using cache [2021-01-14T09:39:37.989Z] ---> 2c7d3836558a [2021-01-14T09:39:37.989Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:39:37.989Z] ---> Using cache [2021-01-14T09:39:37.989Z] ---> 2e2cad46c85f [2021-01-14T09:39:37.989Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T09:39:37.989Z] ---> Using cache [2021-01-14T09:39:37.989Z] ---> 67cab30397b7 [2021-01-14T09:39:37.989Z] Step 6/22 : COPY go.mod . [2021-01-14T09:39:37.989Z] ---> Using cache [2021-01-14T09:39:37.989Z] ---> 9ec97ef5c92d [2021-01-14T09:39:37.989Z] Step 7/22 : RUN go mod download [2021-01-14T09:39:37.989Z] ---> Using cache [2021-01-14T09:39:37.989Z] ---> cb53cf48a424 [2021-01-14T09:39:37.989Z] Step 8/22 : COPY . . [2021-01-14T09:39:37.989Z] ---> Using cache [2021-01-14T09:39:37.989Z] ---> b4c54123ec04 [2021-01-14T09:39:37.989Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T09:39:37.989Z] ---> Running in 84bbdb8a7d5f [2021-01-14T09:39:38.271Z] ---> Running in 6eee3e3a89a0 [2021-01-14T09:39:38.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:38.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-14T09:39:38.273Z] a782d71d201f: Preparing [2021-01-14T09:39:38.273Z] 9414350e395e: Preparing [2021-01-14T09:39:38.273Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:38.273Z] 895d14a7ef02: Preparing [2021-01-14T09:39:38.273Z] 08c8199a287e: Preparing [2021-01-14T09:39:38.273Z] a32251b9c4ec: Preparing [2021-01-14T09:39:38.273Z] a32251b9c4ec: Waiting [2021-01-14T09:39:38.273Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:38.273Z] 895d14a7ef02: Layer already exists [2021-01-14T09:39:38.273Z] 9414350e395e: Layer already exists [2021-01-14T09:39:38.273Z] a782d71d201f: Layer already exists [2021-01-14T09:39:38.273Z] 08c8199a287e: Layer already exists [2021-01-14T09:39:38.273Z] a32251b9c4ec: Layer already exists [2021-01-14T09:39:38.274Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:e9db6b21818f2fe80311ad42d69e51ce7a6dbd6d3f1d6ae0a1efd905b9a14ef3 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:38.574Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:38.871Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-01-14T09:39:38.871Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-01-14T09:39:38.871Z] a782d71d201f: Preparing [2021-01-14T09:39:38.871Z] 9414350e395e: Preparing [2021-01-14T09:39:38.871Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:38.871Z] 895d14a7ef02: Preparing [2021-01-14T09:39:38.871Z] 08c8199a287e: Preparing [2021-01-14T09:39:38.871Z] a32251b9c4ec: Preparing [2021-01-14T09:39:38.871Z] a32251b9c4ec: Waiting [2021-01-14T09:39:38.871Z] 08c8199a287e: Layer already exists [2021-01-14T09:39:38.871Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:38.871Z] 9414350e395e: Layer already exists [2021-01-14T09:39:38.871Z] a782d71d201f: Layer already exists [2021-01-14T09:39:38.871Z] 895d14a7ef02: Layer already exists [2021-01-14T09:39:38.871Z] a32251b9c4ec: Layer already exists [2021-01-14T09:39:38.871Z] master: digest: sha256:e9db6b21818f2fe80311ad42d69e51ce7a6dbd6d3f1d6ae0a1efd905b9a14ef3 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:39:39.042Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:39.098Z] taggedImages: [2021-01-14T09:39:39.098Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:39.098Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.35 [2021-01-14T09:39:39.098Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:39.098Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-01-14T09:39:39.158Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-01-14T09:39:39.158Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:39.158Z] 2.0.0-dev.35 [2021-01-14T09:39:39.158Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:39.158Z] master [2021-01-14T09:39:39.158Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-01-14T09:39:39.289Z] Removing intermediate container 10595c91a548 [2021-01-14T09:39:39.289Z] ---> 22769b74141e [2021-01-14T09:39:39.289Z] Step 8/26 : COPY . . [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:39.612Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:39.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T09:39:39.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:39.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-14T09:39:39.909Z] d870ff2b8848: Preparing [2021-01-14T09:39:39.909Z] da7dedf3a9ad: Preparing [2021-01-14T09:39:39.909Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:39.909Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:39.909Z] d870ff2b8848: Pushed [2021-01-14T09:39:39.972Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T09:39:41.295Z] da7dedf3a9ad: Pushed [2021-01-14T09:39:41.295Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:03b7c5d6f1852f9ab70f3e6c35bcfca5bfb29c3f06d63846e7d035d10026553b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:41.569Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T09:39:41.569Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T09:39:41.569Z] ---> 470f20647dc5 [2021-01-14T09:39:41.569Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T09:39:41.569Z] ---> Using cache [2021-01-14T09:39:41.569Z] ---> 2c7d3836558a [2021-01-14T09:39:41.569Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T09:39:41.569Z] ---> Using cache [2021-01-14T09:39:41.569Z] ---> 2e2cad46c85f [2021-01-14T09:39:41.569Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T09:39:41.569Z] ---> Using cache [2021-01-14T09:39:41.569Z] ---> 67cab30397b7 [2021-01-14T09:39:41.569Z] Step 6/21 : COPY go.mod . [2021-01-14T09:39:41.569Z] ---> Using cache [2021-01-14T09:39:41.569Z] ---> 9ec97ef5c92d [2021-01-14T09:39:41.569Z] Step 7/21 : RUN go mod download [2021-01-14T09:39:41.569Z] ---> Using cache [2021-01-14T09:39:41.569Z] ---> cb53cf48a424 [2021-01-14T09:39:41.569Z] Step 8/21 : COPY . . [2021-01-14T09:39:41.598Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:41.881Z] ---> Using cache [2021-01-14T09:39:41.881Z] ---> b4c54123ec04 [2021-01-14T09:39:41.881Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T09:39:41.903Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.35 [2021-01-14T09:39:41.903Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-14T09:39:41.903Z] d870ff2b8848: Preparing [2021-01-14T09:39:41.903Z] da7dedf3a9ad: Preparing [2021-01-14T09:39:41.903Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:41.903Z] d870ff2b8848: Layer already exists [2021-01-14T09:39:41.903Z] da7dedf3a9ad: Layer already exists [2021-01-14T09:39:41.903Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:41.903Z] 2.0.0-dev.35: digest: sha256:03b7c5d6f1852f9ab70f3e6c35bcfca5bfb29c3f06d63846e7d035d10026553b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:42.213Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:42.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:42.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-14T09:39:42.511Z] d870ff2b8848: Preparing [2021-01-14T09:39:42.511Z] da7dedf3a9ad: Preparing [2021-01-14T09:39:42.511Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:42.511Z] da7dedf3a9ad: Layer already exists [2021-01-14T09:39:42.511Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:42.511Z] d870ff2b8848: Layer already exists [2021-01-14T09:39:42.511Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:03b7c5d6f1852f9ab70f3e6c35bcfca5bfb29c3f06d63846e7d035d10026553b size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:42.813Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:43.076Z] ---> Running in 223d382d6718 [2021-01-14T09:39:43.108Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-01-14T09:39:43.108Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-01-14T09:39:43.108Z] d870ff2b8848: Preparing [2021-01-14T09:39:43.108Z] da7dedf3a9ad: Preparing [2021-01-14T09:39:43.108Z] 0845bf1c37c6: Preparing [2021-01-14T09:39:43.108Z] da7dedf3a9ad: Layer already exists [2021-01-14T09:39:43.108Z] 0845bf1c37c6: Layer already exists [2021-01-14T09:39:43.108Z] d870ff2b8848: Layer already exists [2021-01-14T09:39:43.108Z] master: digest: sha256:03b7c5d6f1852f9ab70f3e6c35bcfca5bfb29c3f06d63846e7d035d10026553b size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:39:43.308Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:43.351Z] taggedImages: [2021-01-14T09:39:43.351Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:43.351Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.35 [2021-01-14T09:39:43.351Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:43.351Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-01-14T09:39:43.412Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-01-14T09:39:43.412Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:43.412Z] 2.0.0-dev.35 [2021-01-14T09:39:43.412Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:43.412Z] master [2021-01-14T09:39:43.412Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:43.871Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:44.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:44.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-14T09:39:44.177Z] 6d0103af08cb: Preparing [2021-01-14T09:39:44.177Z] 3355d507152d: Preparing [2021-01-14T09:39:44.177Z] 31325b9ddddc: Preparing [2021-01-14T09:39:44.177Z] 82f36bbda4ef: Preparing [2021-01-14T09:39:44.177Z] 2855e6df50a8: Preparing [2021-01-14T09:39:44.177Z] 4e1278e8e2d4: Preparing [2021-01-14T09:39:44.177Z] 5177a8feb478: Preparing [2021-01-14T09:39:44.177Z] 0754057c0ad3: Preparing [2021-01-14T09:39:44.177Z] 998cdf262ab1: Preparing [2021-01-14T09:39:44.177Z] 02e56110abd2: Preparing [2021-01-14T09:39:44.177Z] abc36efb885a: Preparing [2021-01-14T09:39:44.177Z] b0b09059f4e1: Preparing [2021-01-14T09:39:44.177Z] bb961f40224b: Preparing [2021-01-14T09:39:44.177Z] f4666769fca7: Preparing [2021-01-14T09:39:44.177Z] 02e56110abd2: Waiting [2021-01-14T09:39:44.177Z] abc36efb885a: Waiting [2021-01-14T09:39:44.177Z] 4e1278e8e2d4: Waiting [2021-01-14T09:39:44.177Z] b0b09059f4e1: Waiting [2021-01-14T09:39:44.177Z] bb961f40224b: Waiting [2021-01-14T09:39:44.177Z] 5177a8feb478: Waiting [2021-01-14T09:39:44.177Z] f4666769fca7: Waiting [2021-01-14T09:39:44.177Z] 0754057c0ad3: Waiting [2021-01-14T09:39:44.459Z] 2855e6df50a8: Pushed [2021-01-14T09:39:44.459Z] 6d0103af08cb: Pushed [2021-01-14T09:39:44.728Z] 82f36bbda4ef: Pushed [2021-01-14T09:39:44.728Z] 0754057c0ad3: Layer already exists [2021-01-14T09:39:44.728Z] 998cdf262ab1: Layer already exists [2021-01-14T09:39:44.728Z] 5177a8feb478: Pushed [2021-01-14T09:39:44.728Z] 02e56110abd2: Layer already exists [2021-01-14T09:39:44.728Z] abc36efb885a: Layer already exists [2021-01-14T09:39:44.728Z] b0b09059f4e1: Layer already exists [2021-01-14T09:39:44.993Z] bb961f40224b: Layer already exists [2021-01-14T09:39:44.993Z] 3355d507152d: Pushed [2021-01-14T09:39:44.993Z] f4666769fca7: Layer already exists [2021-01-14T09:39:45.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T09:39:45.563Z] 4e1278e8e2d4: Pushed [2021-01-14T09:39:48.863Z] 31325b9ddddc: Pushed [2021-01-14T09:39:48.863Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:cfc11419b995901d1f0346bc48a29e623d06563a91d20b9a380dca41b7fc7441 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:49.169Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:49.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.35 [2021-01-14T09:39:49.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-14T09:39:49.472Z] 6d0103af08cb: Preparing [2021-01-14T09:39:49.472Z] 3355d507152d: Preparing [2021-01-14T09:39:49.472Z] 31325b9ddddc: Preparing [2021-01-14T09:39:49.472Z] 82f36bbda4ef: Preparing [2021-01-14T09:39:49.472Z] 2855e6df50a8: Preparing [2021-01-14T09:39:49.472Z] 4e1278e8e2d4: Preparing [2021-01-14T09:39:49.472Z] 5177a8feb478: Preparing [2021-01-14T09:39:49.472Z] 0754057c0ad3: Preparing [2021-01-14T09:39:49.472Z] 998cdf262ab1: Preparing [2021-01-14T09:39:49.472Z] 02e56110abd2: Preparing [2021-01-14T09:39:49.472Z] abc36efb885a: Preparing [2021-01-14T09:39:49.472Z] b0b09059f4e1: Preparing [2021-01-14T09:39:49.472Z] bb961f40224b: Preparing [2021-01-14T09:39:49.472Z] f4666769fca7: Preparing [2021-01-14T09:39:49.472Z] 998cdf262ab1: Waiting [2021-01-14T09:39:49.472Z] 02e56110abd2: Waiting [2021-01-14T09:39:49.472Z] abc36efb885a: Waiting [2021-01-14T09:39:49.472Z] b0b09059f4e1: Waiting [2021-01-14T09:39:49.472Z] 5177a8feb478: Waiting [2021-01-14T09:39:49.472Z] bb961f40224b: Waiting [2021-01-14T09:39:49.472Z] f4666769fca7: Waiting [2021-01-14T09:39:49.472Z] 4e1278e8e2d4: Waiting [2021-01-14T09:39:49.472Z] 0754057c0ad3: Waiting [2021-01-14T09:39:49.472Z] 2855e6df50a8: Layer already exists [2021-01-14T09:39:49.472Z] 6d0103af08cb: Layer already exists [2021-01-14T09:39:49.472Z] 31325b9ddddc: Layer already exists [2021-01-14T09:39:49.472Z] 82f36bbda4ef: Layer already exists [2021-01-14T09:39:49.472Z] 3355d507152d: Layer already exists [2021-01-14T09:39:49.472Z] 5177a8feb478: Layer already exists [2021-01-14T09:39:49.472Z] 4e1278e8e2d4: Layer already exists [2021-01-14T09:39:49.472Z] 0754057c0ad3: Layer already exists [2021-01-14T09:39:49.472Z] 998cdf262ab1: Layer already exists [2021-01-14T09:39:49.472Z] 02e56110abd2: Layer already exists [2021-01-14T09:39:49.472Z] b0b09059f4e1: Layer already exists [2021-01-14T09:39:49.472Z] abc36efb885a: Layer already exists [2021-01-14T09:39:49.472Z] bb961f40224b: Layer already exists [2021-01-14T09:39:49.473Z] f4666769fca7: Layer already exists [2021-01-14T09:39:49.734Z] 2.0.0-dev.35: digest: sha256:cfc11419b995901d1f0346bc48a29e623d06563a91d20b9a380dca41b7fc7441 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:50.038Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:50.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:50.336Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-14T09:39:50.336Z] 6d0103af08cb: Preparing [2021-01-14T09:39:50.336Z] 3355d507152d: Preparing [2021-01-14T09:39:50.336Z] 31325b9ddddc: Preparing [2021-01-14T09:39:50.336Z] 82f36bbda4ef: Preparing [2021-01-14T09:39:50.336Z] 2855e6df50a8: Preparing [2021-01-14T09:39:50.336Z] 4e1278e8e2d4: Preparing [2021-01-14T09:39:50.336Z] 5177a8feb478: Preparing [2021-01-14T09:39:50.336Z] 0754057c0ad3: Preparing [2021-01-14T09:39:50.336Z] 998cdf262ab1: Preparing [2021-01-14T09:39:50.336Z] 02e56110abd2: Preparing [2021-01-14T09:39:50.336Z] abc36efb885a: Preparing [2021-01-14T09:39:50.336Z] b0b09059f4e1: Preparing [2021-01-14T09:39:50.336Z] bb961f40224b: Preparing [2021-01-14T09:39:50.336Z] f4666769fca7: Preparing [2021-01-14T09:39:50.336Z] 4e1278e8e2d4: Waiting [2021-01-14T09:39:50.336Z] 5177a8feb478: Waiting [2021-01-14T09:39:50.336Z] 0754057c0ad3: Waiting [2021-01-14T09:39:50.336Z] 02e56110abd2: Waiting [2021-01-14T09:39:50.336Z] abc36efb885a: Waiting [2021-01-14T09:39:50.336Z] b0b09059f4e1: Waiting [2021-01-14T09:39:50.336Z] bb961f40224b: Waiting [2021-01-14T09:39:50.336Z] 998cdf262ab1: Waiting [2021-01-14T09:39:50.336Z] f4666769fca7: Waiting [2021-01-14T09:39:50.336Z] 3355d507152d: Layer already exists [2021-01-14T09:39:50.336Z] 6d0103af08cb: Layer already exists [2021-01-14T09:39:50.336Z] 2855e6df50a8: Layer already exists [2021-01-14T09:39:50.336Z] 82f36bbda4ef: Layer already exists [2021-01-14T09:39:50.336Z] 31325b9ddddc: Layer already exists [2021-01-14T09:39:50.336Z] 4e1278e8e2d4: Layer already exists [2021-01-14T09:39:50.336Z] 0754057c0ad3: Layer already exists [2021-01-14T09:39:50.336Z] 5177a8feb478: Layer already exists [2021-01-14T09:39:50.336Z] 02e56110abd2: Layer already exists [2021-01-14T09:39:50.336Z] 998cdf262ab1: Layer already exists [2021-01-14T09:39:50.336Z] b0b09059f4e1: Layer already exists [2021-01-14T09:39:50.336Z] abc36efb885a: Layer already exists [2021-01-14T09:39:50.336Z] bb961f40224b: Layer already exists [2021-01-14T09:39:50.336Z] f4666769fca7: Layer already exists [2021-01-14T09:39:50.336Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:cfc11419b995901d1f0346bc48a29e623d06563a91d20b9a380dca41b7fc7441 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:50.639Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:39:50.935Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-01-14T09:39:50.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-01-14T09:39:50.935Z] 6d0103af08cb: Preparing [2021-01-14T09:39:50.935Z] 3355d507152d: Preparing [2021-01-14T09:39:50.935Z] 31325b9ddddc: Preparing [2021-01-14T09:39:50.935Z] 82f36bbda4ef: Preparing [2021-01-14T09:39:50.935Z] 2855e6df50a8: Preparing [2021-01-14T09:39:50.935Z] 4e1278e8e2d4: Preparing [2021-01-14T09:39:50.935Z] 5177a8feb478: Preparing [2021-01-14T09:39:50.935Z] 0754057c0ad3: Preparing [2021-01-14T09:39:50.935Z] 998cdf262ab1: Preparing [2021-01-14T09:39:50.935Z] 02e56110abd2: Preparing [2021-01-14T09:39:50.935Z] abc36efb885a: Preparing [2021-01-14T09:39:50.935Z] b0b09059f4e1: Preparing [2021-01-14T09:39:50.935Z] bb961f40224b: Preparing [2021-01-14T09:39:50.935Z] f4666769fca7: Preparing [2021-01-14T09:39:50.935Z] 4e1278e8e2d4: Waiting [2021-01-14T09:39:50.935Z] 5177a8feb478: Waiting [2021-01-14T09:39:50.935Z] 0754057c0ad3: Waiting [2021-01-14T09:39:50.935Z] 998cdf262ab1: Waiting [2021-01-14T09:39:50.935Z] 02e56110abd2: Waiting [2021-01-14T09:39:50.935Z] abc36efb885a: Waiting [2021-01-14T09:39:50.935Z] b0b09059f4e1: Waiting [2021-01-14T09:39:50.935Z] bb961f40224b: Waiting [2021-01-14T09:39:50.935Z] f4666769fca7: Waiting [2021-01-14T09:39:50.935Z] 6d0103af08cb: Layer already exists [2021-01-14T09:39:50.935Z] 31325b9ddddc: Layer already exists [2021-01-14T09:39:50.935Z] 2855e6df50a8: Layer already exists [2021-01-14T09:39:50.935Z] 3355d507152d: Layer already exists [2021-01-14T09:39:50.935Z] 82f36bbda4ef: Layer already exists [2021-01-14T09:39:50.935Z] 4e1278e8e2d4: Layer already exists [2021-01-14T09:39:50.935Z] 5177a8feb478: Layer already exists [2021-01-14T09:39:50.935Z] 02e56110abd2: Layer already exists [2021-01-14T09:39:50.935Z] 998cdf262ab1: Layer already exists [2021-01-14T09:39:50.935Z] 0754057c0ad3: Layer already exists [2021-01-14T09:39:50.935Z] abc36efb885a: Layer already exists [2021-01-14T09:39:50.935Z] b0b09059f4e1: Layer already exists [2021-01-14T09:39:50.935Z] f4666769fca7: Layer already exists [2021-01-14T09:39:50.935Z] bb961f40224b: Layer already exists [2021-01-14T09:39:50.935Z] master: digest: sha256:cfc11419b995901d1f0346bc48a29e623d06563a91d20b9a380dca41b7fc7441 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:39:51.118Z] ===================================================== [Pipeline] echo [2021-01-14T09:39:51.164Z] taggedImages: [2021-01-14T09:39:51.164Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:39:51.164Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.35 [2021-01-14T09:39:51.164Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:39:51.164Z] - 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-14T09:39:53.877Z] ---> b76e3c4828c0 [2021-01-14T09:39:53.877Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T09:39:54.163Z] ---> Running in 532a3a318230 [2021-01-14T09:39:56.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T09:41:04.175Z] Removing intermediate container 6eee3e3a89a0 [2021-01-14T09:41:04.175Z] ---> b23f3d01845c [2021-01-14T09:41:04.175Z] [2021-01-14T09:41:04.175Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T09:41:04.175Z] ---> afeebe901d6b [2021-01-14T09:41:04.175Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T09:41:04.175Z] ---> Using cache [2021-01-14T09:41:04.175Z] ---> 1944855d6b3c [2021-01-14T09:41:04.175Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T09:41:04.175Z] ---> Running in c3a6512f4b25 [2021-01-14T09:41:04.175Z] Removing intermediate container c3a6512f4b25 [2021-01-14T09:41:04.175Z] ---> ffe0428c44da [2021-01-14T09:41:04.175Z] Step 13/22 : WORKDIR / [2021-01-14T09:41:04.175Z] ---> Running in 7ef84bd06bdb [2021-01-14T09:41:04.175Z] Removing intermediate container 7ef84bd06bdb [2021-01-14T09:41:04.175Z] ---> 7a040186d64f [2021-01-14T09:41:04.175Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:41:04.175Z] ---> 638a2104cba5 [2021-01-14T09:41:04.175Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T09:41:04.175Z] ---> 48bd1950991a [2021-01-14T09:41:04.175Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T09:41:04.175Z] ---> 831cb4831e3e [2021-01-14T09:41:04.175Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T09:41:04.175Z] ---> ddadb988e77f [2021-01-14T09:41:04.175Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T09:41:04.175Z] ---> Running in c3f0f6b3f663 [2021-01-14T09:41:04.175Z] Removing intermediate container 223d382d6718 [2021-01-14T09:41:04.175Z] ---> 157935301ed0 [2021-01-14T09:41:04.175Z] [2021-01-14T09:41:04.175Z] Step 10/21 : FROM scratch [2021-01-14T09:41:04.175Z] ---> [2021-01-14T09:41:04.175Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T09:41:04.175Z] ---> Using cache [2021-01-14T09:41:04.175Z] ---> 0a50c1dfee64 [2021-01-14T09:41:04.175Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T09:41:04.175Z] ---> Running in 6665efe7707b [2021-01-14T09:41:04.175Z] Removing intermediate container 6665efe7707b [2021-01-14T09:41:04.175Z] ---> 83076e3a2fc2 [2021-01-14T09:41:04.175Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T09:41:04.175Z] ---> Running in 7e6a0f1c72e0 [2021-01-14T09:41:04.791Z] Removing intermediate container 7e6a0f1c72e0 [2021-01-14T09:41:04.791Z] ---> 7e134a633de1 [2021-01-14T09:41:04.791Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:41:05.777Z] Removing intermediate container c3f0f6b3f663 [2021-01-14T09:41:05.777Z] ---> 8aa9d1f1c436 [2021-01-14T09:41:05.777Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T09:41:05.777Z] ---> ca774dd399c8 [2021-01-14T09:41:05.777Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T09:41:06.055Z] ---> Running in dd3b8791fa8f [2021-01-14T09:41:07.094Z] Removing intermediate container dd3b8791fa8f [2021-01-14T09:41:07.094Z] ---> d65cdd68bb81 [2021-01-14T09:41:07.094Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T09:41:07.703Z] Removing intermediate container 532a3a318230 [2021-01-14T09:41:07.703Z] ---> aeda08b978fe [2021-01-14T09:41:07.703Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T09:41:07.703Z] ---> Running in 4daaf92d065d [2021-01-14T09:41:07.703Z] ---> faed819ef233 [2021-01-14T09:41:07.703Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T09:41:07.981Z] ---> Running in c436b2e2cf54 [2021-01-14T09:41:08.270Z] Removing intermediate container 4daaf92d065d [2021-01-14T09:41:08.270Z] ---> f014174cb6ae [2021-01-14T09:41:08.270Z] Step 21/22 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:41:08.544Z] ---> Running in 4884f2b4fd77 [2021-01-14T09:41:08.820Z] ---> 4f1baeeccfe4 [2021-01-14T09:41:08.820Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T09:41:09.093Z] ---> Running in afb920afd8cf [2021-01-14T09:41:09.093Z] Removing intermediate container 4884f2b4fd77 [2021-01-14T09:41:09.093Z] ---> a5508d86751b [2021-01-14T09:41:09.093Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-14T09:41:09.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.35" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T09:41:09.373Z] ---> Running in 6761984e1395 [2021-01-14T09:41:09.647Z] Removing intermediate container afb920afd8cf [2021-01-14T09:41:09.647Z] ---> 99f3e8693a8a [2021-01-14T09:41:09.647Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:41:10.253Z] ---> Running in f7eb817d87c7 [2021-01-14T09:41:10.253Z] Removing intermediate container 6761984e1395 [2021-01-14T09:41:10.253Z] ---> 75d8916104f4 [2021-01-14T09:41:10.253Z] [2021-01-14T09:41:10.849Z] Successfully built 75d8916104f4 [2021-01-14T09:41:10.849Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T09:41:11.128Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f7eb817d87c7 [2021-01-14T09:41:11.128Z] ---> 47b7fa82ee46 [2021-01-14T09:41:11.128Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T09:41:11.735Z] ---> Running in 364e41b68fc3 [2021-01-14T09:41:12.007Z] Removing intermediate container 84bbdb8a7d5f [2021-01-14T09:41:12.007Z] ---> f6650e1bdbe3 [2021-01-14T09:41:12.007Z] [2021-01-14T09:41:12.007Z] Step 10/22 : FROM scratch [2021-01-14T09:41:12.007Z] ---> [2021-01-14T09:41:12.007Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T09:41:12.007Z] ---> Using cache [2021-01-14T09:41:12.007Z] ---> 0a50c1dfee64 [2021-01-14T09:41:12.007Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T09:41:12.285Z] ---> Running in b05d8d9fa766 [2021-01-14T09:41:12.285Z] Removing intermediate container 364e41b68fc3 [2021-01-14T09:41:12.285Z] ---> 6eb159db34e3 [2021-01-14T09:41:12.285Z] Step 20/21 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:41:12.285Z] ---> Running in e5a7515d4fb3 [2021-01-14T09:41:12.884Z] Removing intermediate container b05d8d9fa766 [2021-01-14T09:41:12.884Z] ---> 58e1e0605580 [2021-01-14T09:41:12.884Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T09:41:12.884Z] Removing intermediate container c436b2e2cf54 [2021-01-14T09:41:12.884Z] ---> fb10661a70e6 [2021-01-14T09:41:12.884Z] [2021-01-14T09:41:12.884Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T09:41:12.884Z] 20.10.0: Pulling from library/docker [2021-01-14T09:41:12.884Z] ---> Running in c0980e1b4d84 [2021-01-14T09:41:12.884Z] Removing intermediate container e5a7515d4fb3 [2021-01-14T09:41:12.884Z] ---> bd693c99e02d [2021-01-14T09:41:12.884Z] Step 21/21 : LABEL version=2.0.0-dev.35 [2021-01-14T09:41:13.161Z] ---> Running in 11ee73ce3dd6 [2021-01-14T09:41:13.439Z] Removing intermediate container c0980e1b4d84 [2021-01-14T09:41:13.439Z] ---> 194a3688d403 [2021-01-14T09:41:13.439Z] Step 14/22 : WORKDIR / [2021-01-14T09:41:13.711Z] ---> Running in 41751d033eab [2021-01-14T09:41:13.986Z] Removing intermediate container 11ee73ce3dd6 [2021-01-14T09:41:13.986Z] ---> a6ac125d57eb [2021-01-14T09:41:13.986Z] [2021-01-14T09:41:14.261Z] Successfully built a6ac125d57eb [2021-01-14T09:41:14.261Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T09:41:14.534Z]  Building docker-support-scheduler-go ... done Removing intermediate container 41751d033eab [2021-01-14T09:41:14.534Z] ---> 8b29111429a3 [2021-01-14T09:41:14.534Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T09:41:15.969Z] ---> d40c703ef39e [2021-01-14T09:41:15.969Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T09:41:17.965Z] ---> 006d56f5f5a3 [2021-01-14T09:41:17.965Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T09:41:18.944Z] ---> b1a80e8778fb [2021-01-14T09:41:18.944Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T09:41:19.224Z] ---> Running in fcede20f3d27 [2021-01-14T09:41:19.821Z] Removing intermediate container fcede20f3d27 [2021-01-14T09:41:19.821Z] ---> 541864445753 [2021-01-14T09:41:19.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:41:20.415Z] ---> Running in 1aa3268d0b32 [2021-01-14T09:41:21.012Z] Removing intermediate container 1aa3268d0b32 [2021-01-14T09:41:21.012Z] ---> 44a16c2b3224 [2021-01-14T09:41:21.012Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T09:41:21.286Z] ---> Running in 365639ef6b6d [2021-01-14T09:41:21.559Z] Removing intermediate container 365639ef6b6d [2021-01-14T09:41:21.559Z] ---> 95326e1360da [2021-01-14T09:41:21.559Z] Step 21/22 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:41:21.833Z] ---> Running in 99b96c6f703c [2021-01-14T09:41:22.106Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T09:41:22.106Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T09:41:22.106Z] ---> eeaf43b92773 [2021-01-14T09:41:22.106Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T09:41:22.377Z] Removing intermediate container 99b96c6f703c [2021-01-14T09:41:22.377Z] ---> 28553f6a2e94 [2021-01-14T09:41:22.377Z] Step 22/22 : LABEL version=2.0.0-dev.35 [2021-01-14T09:41:22.377Z] ---> Running in db45eb70d33a [2021-01-14T09:41:22.650Z] ---> Running in c9121969cf75 [2021-01-14T09:41:23.246Z] Removing intermediate container c9121969cf75 [2021-01-14T09:41:23.246Z] ---> 5ba1df6ce0e5 [2021-01-14T09:41:23.246Z] [2021-01-14T09:41:23.246Z] Successfully built 5ba1df6ce0e5 [2021-01-14T09:41:23.246Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T09:41:23.516Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:41:23.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:41:24.373Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T09:41:24.373Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T09:41:24.373Z] Executing bash-5.0.17-r0.post-install [2021-01-14T09:41:24.373Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:41:24.373Z] OK: 12 MiB in 22 packages [2021-01-14T09:41:25.806Z] Removing intermediate container db45eb70d33a [2021-01-14T09:41:25.806Z] ---> 4edb1bba911c [2021-01-14T09:41:25.806Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T09:41:25.806Z] ---> Running in ca68059b6e60 [2021-01-14T09:41:26.076Z] Removing intermediate container ca68059b6e60 [2021-01-14T09:41:26.076Z] ---> c66bc9b3a7b1 [2021-01-14T09:41:26.076Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T09:41:26.348Z] ---> Running in 488678433c26 [2021-01-14T09:41:26.621Z] Removing intermediate container 488678433c26 [2021-01-14T09:41:26.621Z] ---> f40eaa99db50 [2021-01-14T09:41:26.621Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T09:41:26.893Z] ---> Running in 3e55b3303b59 [2021-01-14T09:41:27.487Z] Removing intermediate container 3e55b3303b59 [2021-01-14T09:41:27.487Z] ---> 7ef3d0a5c35f [2021-01-14T09:41:27.487Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T09:41:28.465Z] ---> 64cdc8b688d9 [2021-01-14T09:41:28.465Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T09:41:29.446Z] ---> 0918edfb558d [2021-01-14T09:41:29.446Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T09:41:30.422Z] ---> 756f0b5f294f [2021-01-14T09:41:30.422Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T09:41:30.422Z] ---> Running in 3432704a0f6d [2021-01-14T09:41:31.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:41:31.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:41:31.993Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T09:41:31.993Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T09:41:31.993Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T09:41:31.993Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T09:41:31.993Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T09:41:31.993Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T09:41:32.264Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T09:41:34.227Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T09:41:34.227Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T09:41:34.227Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T09:41:34.227Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T09:41:34.227Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T09:41:34.227Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T09:41:34.227Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T09:41:34.227Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T09:41:34.227Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T09:41:34.227Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T09:41:34.227Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T09:41:34.227Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T09:41:34.227Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T09:41:34.227Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T09:41:34.227Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T09:41:34.227Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T09:41:34.499Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T09:41:34.499Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T09:41:34.499Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T09:41:34.499Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T09:41:34.499Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T09:41:34.499Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T09:41:34.499Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T09:41:34.499Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T09:41:34.499Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T09:41:34.499Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T09:41:34.772Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:41:34.772Z] OK: 71 MiB in 55 packages [2021-01-14T09:41:41.483Z] Removing intermediate container 3432704a0f6d [2021-01-14T09:41:41.483Z] ---> f7fec789b8d5 [2021-01-14T09:41:41.483Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T09:41:41.483Z] ---> Running in 9d985556fd28 [2021-01-14T09:41:45.764Z] Collecting docker-compose==1.23.2 [2021-01-14T09:41:45.764Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T09:41:46.353Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T09:41:46.625Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T09:41:46.625Z] 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-14T09:41:47.218Z] Collecting PyYAML<4,>=3.10 [2021-01-14T09:41:47.218Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T09:41:49.819Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T09:41:49.819Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T09:41:52.422Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T09:41:52.422Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T09:41:52.422Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T09:41:52.422Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T09:41:54.380Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T09:41:54.380Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T09:41:56.984Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T09:41:56.984Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T09:41:57.254Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T09:41:57.254Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T09:41:58.224Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T09:41:58.224Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T09:41:58.224Z] 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-14T09:41:58.493Z] Collecting idna<2.8,>=2.5 [2021-01-14T09:41:58.493Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T09:41:59.080Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T09:41:59.080Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T09:41:59.349Z] 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-14T09:41:59.350Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T09:41:59.350Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T09:41:59.622Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T09:41:59.622Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T09:41:59.622Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T09:41:59.622Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T09:42:00.209Z] Installing collected packages: cached-property, PyYAML, docopt, jsonschema, texttable, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docker-compose [2021-01-14T09:42:00.479Z] Running setup.py install for PyYAML: started [2021-01-14T09:42:02.439Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T09:42:02.439Z] Running setup.py install for docopt: started [2021-01-14T09:42:04.400Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T09:42:04.400Z] Running setup.py install for texttable: started [2021-01-14T09:42:06.367Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T09:42:06.367Z] Running setup.py install for dockerpty: started [2021-01-14T09:42:08.329Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T09:42:08.329Z] Attempting uninstall: idna [2021-01-14T09:42:08.329Z] Found existing installation: idna 2.9 [2021-01-14T09:42:08.329Z] Uninstalling idna-2.9: [2021-01-14T09:42:08.329Z] Successfully uninstalled idna-2.9 [2021-01-14T09:42:08.920Z] Attempting uninstall: urllib3 [2021-01-14T09:42:08.920Z] Found existing installation: urllib3 1.25.9 [2021-01-14T09:42:08.920Z] Uninstalling urllib3-1.25.9: [2021-01-14T09:42:08.920Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T09:42:09.509Z] Attempting uninstall: requests [2021-01-14T09:42:09.509Z] Found existing installation: requests 2.23.0 [2021-01-14T09:42:09.509Z] Uninstalling requests-2.23.0: [2021-01-14T09:42:09.509Z] Successfully uninstalled requests-2.23.0 [2021-01-14T09:42:12.104Z] 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-14T09:42:15.477Z] Removing intermediate container 9d985556fd28 [2021-01-14T09:42:15.477Z] ---> 0e539d383bd2 [2021-01-14T09:42:15.477Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T09:42:15.477Z] ---> Running in ace7573acbc3 [2021-01-14T09:42:16.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T09:42:16.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T09:42:17.043Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T09:42:17.043Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T09:42:17.043Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T09:42:17.043Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T09:42:17.043Z] OK: 71 MiB in 58 packages [2021-01-14T09:42:18.468Z] Removing intermediate container ace7573acbc3 [2021-01-14T09:42:18.468Z] ---> 8b646af9e54c [2021-01-14T09:42:18.468Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T09:42:18.468Z] ---> Running in e80c0b4a8f6b [2021-01-14T09:42:19.061Z] Removing intermediate container e80c0b4a8f6b [2021-01-14T09:42:19.061Z] ---> fae3aa89abaf [2021-01-14T09:42:19.061Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T09:42:19.061Z] ---> Running in 1fb7895c7649 [2021-01-14T09:42:19.330Z] Removing intermediate container 1fb7895c7649 [2021-01-14T09:42:19.330Z] ---> 085e8cf88b7c [2021-01-14T09:42:19.330Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T09:42:19.605Z] ---> Running in 51cb77da574b [2021-01-14T09:42:20.199Z] Removing intermediate container 51cb77da574b [2021-01-14T09:42:20.199Z] ---> 89976df07e92 [2021-01-14T09:42:20.199Z] Step 25/26 : LABEL git_sha=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:20.199Z] ---> Running in 35f430f940a5 [2021-01-14T09:42:20.792Z] Removing intermediate container 35f430f940a5 [2021-01-14T09:42:20.792Z] ---> 1eff352fac50 [2021-01-14T09:42:20.792Z] Step 26/26 : LABEL version=2.0.0-dev.35 [2021-01-14T09:42:20.792Z] ---> Running in 0f0ffabc6753 [2021-01-14T09:42:21.390Z] Removing intermediate container 0f0ffabc6753 [2021-01-14T09:42:21.390Z] ---> cc6a248823e7 [2021-01-14T09:42:21.390Z] [2021-01-14T09:42:21.662Z] Successfully built cc6a248823e7 [2021-01-14T09:42:21.662Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T09:42:21.951Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T09:42:21.955Z] $ docker stop --time=1 8e6d73b0abe16c12e0098def4364fe4ec02724c57a107c913ac7418a27dee734 [2021-01-14T09:42:23.906Z] $ docker rm -f 8e6d73b0abe16c12e0098def4364fe4ec02724c57a107c913ac7418a27dee734 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T09:42:24.639Z] + docker images [2021-01-14T09:42:24.639Z] + grep docker [2021-01-14T09:42:24.909Z] docker-sys-mgmt-agent-go-arm64 latest cc6a248823e7 3 seconds ago 300MB [2021-01-14T09:42:24.909Z] docker-core-metadata-go-arm64 latest 5ba1df6ce0e5 About a minute ago 12.3MB [2021-01-14T09:42:24.909Z] docker-support-scheduler-go-arm64 latest a6ac125d57eb About a minute ago 10MB [2021-01-14T09:42:24.909Z] docker-security-bootstrap-redis-go-arm64 latest 75d8916104f4 About a minute ago 15.1MB [2021-01-14T09:42:24.909Z] docker-core-data-go-arm64 latest 948396cbe362 2 minutes ago 21MB [2021-01-14T09:42:24.909Z] docker-security-secretstore-setup-go-arm64 latest d64999eb1f8c 3 minutes ago 23.4MB [2021-01-14T09:42:24.909Z] docker-security-proxy-setup-go-arm64 latest 9001f5f2862d 3 minutes ago 23.3MB [2021-01-14T09:42:24.909Z] docker-support-notifications-go-arm64 latest b114648fad43 3 minutes ago 11.4MB [2021-01-14T09:42:24.909Z] docker-core-command-go-arm64 latest 9dd3eaf66967 3 minutes ago 9.98MB [2021-01-14T09:42:24.909Z] docker 20.10.0 eeaf43b92773 4 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-14T09:42:25.458Z] provisioning config files... [2021-01-14T09:42:25.547Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/294@tmp/config285172064737006113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:42:25.953Z] ---> docker-login.sh [2021-01-14T09:42:25.953Z] nexus3.edgexfoundry.org:10001 [2021-01-14T09:42:26.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:42:26.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:42:26.494Z] Configure a credential helper to remove this warning. See [2021-01-14T09:42:26.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:42:26.494Z] [2021-01-14T09:42:26.494Z] Login Succeeded [2021-01-14T09:42:26.494Z] nexus3.edgexfoundry.org:10002 [2021-01-14T09:42:26.765Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:42:27.037Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:42:27.037Z] Configure a credential helper to remove this warning. See [2021-01-14T09:42:27.037Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:42:27.037Z] [2021-01-14T09:42:27.037Z] Login Succeeded [2021-01-14T09:42:27.037Z] nexus3.edgexfoundry.org:10003 [2021-01-14T09:42:27.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:42:27.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:42:27.579Z] Configure a credential helper to remove this warning. See [2021-01-14T09:42:27.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:42:27.579Z] [2021-01-14T09:42:27.579Z] Login Succeeded [2021-01-14T09:42:27.579Z] nexus3.edgexfoundry.org:10004 [2021-01-14T09:42:27.852Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:42:28.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:42:28.122Z] Configure a credential helper to remove this warning. See [2021-01-14T09:42:28.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:42:28.122Z] [2021-01-14T09:42:28.122Z] Login Succeeded [2021-01-14T09:42:28.122Z] docker.io [2021-01-14T09:42:28.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T09:42:28.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T09:42:28.985Z] Configure a credential helper to remove this warning. See [2021-01-14T09:42:28.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T09:42:28.985Z] [2021-01-14T09:42:28.985Z] Login Succeeded [2021-01-14T09:42:28.985Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T09:42:29.002Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:42:29.245Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-01-14T09:42:29.245Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:29.245Z] 2.0.0-dev.35 [2021-01-14T09:42:29.245Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:29.245Z] master [2021-01-14T09:42:29.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:29.777Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:30.127Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:30.127Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-14T09:42:30.127Z] 6c16a342f4bf: Preparing [2021-01-14T09:42:30.127Z] 4238af9c096b: Preparing [2021-01-14T09:42:30.127Z] c52954781c52: Preparing [2021-01-14T09:42:30.402Z] c52954781c52: Pushed [2021-01-14T09:42:30.402Z] 6c16a342f4bf: Pushed [2021-01-14T09:42:33.006Z] 4238af9c096b: Pushed [2021-01-14T09:42:33.006Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:085bc6a95958e32c823d9394bf77acd1c197acf4811b717a249eafbebf3ed066 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:33.345Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:33.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.35 [2021-01-14T09:42:33.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-14T09:42:33.679Z] 6c16a342f4bf: Preparing [2021-01-14T09:42:33.679Z] 4238af9c096b: Preparing [2021-01-14T09:42:33.679Z] c52954781c52: Preparing [2021-01-14T09:42:33.679Z] c52954781c52: Layer already exists [2021-01-14T09:42:33.679Z] 4238af9c096b: Layer already exists [2021-01-14T09:42:33.679Z] 6c16a342f4bf: Layer already exists [2021-01-14T09:42:33.950Z] 2.0.0-dev.35: digest: sha256:085bc6a95958e32c823d9394bf77acd1c197acf4811b717a249eafbebf3ed066 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:34.293Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:34.636Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:34.636Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-14T09:42:34.636Z] 6c16a342f4bf: Preparing [2021-01-14T09:42:34.636Z] 4238af9c096b: Preparing [2021-01-14T09:42:34.636Z] c52954781c52: Preparing [2021-01-14T09:42:34.636Z] c52954781c52: Layer already exists [2021-01-14T09:42:34.636Z] 6c16a342f4bf: Layer already exists [2021-01-14T09:42:34.636Z] 4238af9c096b: Layer already exists [2021-01-14T09:42:34.905Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:085bc6a95958e32c823d9394bf77acd1c197acf4811b717a249eafbebf3ed066 size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:35.244Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:35.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-01-14T09:42:35.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-01-14T09:42:35.578Z] 6c16a342f4bf: Preparing [2021-01-14T09:42:35.578Z] 4238af9c096b: Preparing [2021-01-14T09:42:35.578Z] c52954781c52: Preparing [2021-01-14T09:42:35.578Z] c52954781c52: Layer already exists [2021-01-14T09:42:35.578Z] 6c16a342f4bf: Layer already exists [2021-01-14T09:42:35.578Z] 4238af9c096b: Layer already exists [2021-01-14T09:42:35.853Z] master: digest: sha256:085bc6a95958e32c823d9394bf77acd1c197acf4811b717a249eafbebf3ed066 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:42:36.072Z] ===================================================== [Pipeline] echo [2021-01-14T09:42:36.125Z] taggedImages: [2021-01-14T09:42:36.125Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:36.125Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.35 [2021-01-14T09:42:36.125Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:36.125Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-01-14T09:42:36.201Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-01-14T09:42:36.201Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:36.201Z] 2.0.0-dev.35 [2021-01-14T09:42:36.201Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:36.201Z] master [2021-01-14T09:42:36.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:36.736Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:37.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:37.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-14T09:42:37.081Z] 3ea9fa362a70: Preparing [2021-01-14T09:42:37.081Z] 16d44d7667a5: Preparing [2021-01-14T09:42:37.081Z] c52954781c52: Preparing [2021-01-14T09:42:37.081Z] 0ef00b6f0cc5: Preparing [2021-01-14T09:42:37.081Z] f3711fc0fb4a: Preparing [2021-01-14T09:42:37.081Z] 379067d0cb53: Preparing [2021-01-14T09:42:37.081Z] 379067d0cb53: Waiting [2021-01-14T09:42:37.361Z] c52954781c52: Layer already exists [2021-01-14T09:42:37.361Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:37.361Z] f3711fc0fb4a: Pushed [2021-01-14T09:42:37.361Z] 3ea9fa362a70: Pushed [2021-01-14T09:42:37.950Z] 0ef00b6f0cc5: Pushed [2021-01-14T09:42:40.547Z] 16d44d7667a5: Pushed [2021-01-14T09:42:40.547Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:72c29f65f2e919539bf9dc332f624934069966e1d2084551f72e6bf0f3ad3fa1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:40.890Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:41.222Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.35 [2021-01-14T09:42:41.222Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-14T09:42:41.222Z] 3ea9fa362a70: Preparing [2021-01-14T09:42:41.222Z] 16d44d7667a5: Preparing [2021-01-14T09:42:41.222Z] c52954781c52: Preparing [2021-01-14T09:42:41.222Z] 0ef00b6f0cc5: Preparing [2021-01-14T09:42:41.222Z] f3711fc0fb4a: Preparing [2021-01-14T09:42:41.222Z] 379067d0cb53: Preparing [2021-01-14T09:42:41.222Z] 379067d0cb53: Waiting [2021-01-14T09:42:41.222Z] 3ea9fa362a70: Layer already exists [2021-01-14T09:42:41.222Z] f3711fc0fb4a: Layer already exists [2021-01-14T09:42:41.490Z] 16d44d7667a5: Layer already exists [2021-01-14T09:42:41.490Z] c52954781c52: Layer already exists [2021-01-14T09:42:41.490Z] 0ef00b6f0cc5: Layer already exists [2021-01-14T09:42:41.490Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:41.490Z] 2.0.0-dev.35: digest: sha256:72c29f65f2e919539bf9dc332f624934069966e1d2084551f72e6bf0f3ad3fa1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:41.832Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:42.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:42.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-14T09:42:42.248Z] 3ea9fa362a70: Preparing [2021-01-14T09:42:42.248Z] 16d44d7667a5: Preparing [2021-01-14T09:42:42.248Z] c52954781c52: Preparing [2021-01-14T09:42:42.248Z] 0ef00b6f0cc5: Preparing [2021-01-14T09:42:42.248Z] f3711fc0fb4a: Preparing [2021-01-14T09:42:42.248Z] 379067d0cb53: Preparing [2021-01-14T09:42:42.248Z] 379067d0cb53: Waiting [2021-01-14T09:42:42.530Z] 16d44d7667a5: Layer already exists [2021-01-14T09:42:42.530Z] f3711fc0fb4a: Layer already exists [2021-01-14T09:42:42.530Z] 0ef00b6f0cc5: Layer already exists [2021-01-14T09:42:42.530Z] 3ea9fa362a70: Layer already exists [2021-01-14T09:42:42.530Z] c52954781c52: Layer already exists [2021-01-14T09:42:42.530Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:42.530Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:72c29f65f2e919539bf9dc332f624934069966e1d2084551f72e6bf0f3ad3fa1 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:42.889Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:43.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-01-14T09:42:43.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-01-14T09:42:43.250Z] 3ea9fa362a70: Preparing [2021-01-14T09:42:43.250Z] 16d44d7667a5: Preparing [2021-01-14T09:42:43.250Z] c52954781c52: Preparing [2021-01-14T09:42:43.250Z] 0ef00b6f0cc5: Preparing [2021-01-14T09:42:43.250Z] f3711fc0fb4a: Preparing [2021-01-14T09:42:43.250Z] 379067d0cb53: Preparing [2021-01-14T09:42:43.250Z] 379067d0cb53: Waiting [2021-01-14T09:42:43.523Z] f3711fc0fb4a: Layer already exists [2021-01-14T09:42:43.523Z] 0ef00b6f0cc5: Layer already exists [2021-01-14T09:42:43.523Z] 3ea9fa362a70: Layer already exists [2021-01-14T09:42:43.523Z] 16d44d7667a5: Layer already exists [2021-01-14T09:42:43.523Z] c52954781c52: Layer already exists [2021-01-14T09:42:43.523Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:43.523Z] master: digest: sha256:72c29f65f2e919539bf9dc332f624934069966e1d2084551f72e6bf0f3ad3fa1 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:42:43.738Z] ===================================================== [Pipeline] echo [2021-01-14T09:42:43.786Z] taggedImages: [2021-01-14T09:42:43.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:43.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.35 [2021-01-14T09:42:43.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:43.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-01-14T09:42:43.852Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-01-14T09:42:43.852Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:43.852Z] 2.0.0-dev.35 [2021-01-14T09:42:43.852Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:43.852Z] master [2021-01-14T09:42:43.852Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:44.454Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:44.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:44.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-14T09:42:44.857Z] bf68ac9a6cc2: Preparing [2021-01-14T09:42:44.857Z] 43182df7c22c: Preparing [2021-01-14T09:42:44.857Z] c52954781c52: Preparing [2021-01-14T09:42:44.857Z] c52954781c52: Layer already exists [2021-01-14T09:42:45.141Z] bf68ac9a6cc2: Pushed [2021-01-14T09:42:47.801Z] 43182df7c22c: Pushed [2021-01-14T09:42:48.069Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:3ac4c422e96574010e3abc180f29717c29b507f42f0cce9f5c81ed2d2887365a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:48.405Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:48.741Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.35 [2021-01-14T09:42:48.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-14T09:42:48.741Z] bf68ac9a6cc2: Preparing [2021-01-14T09:42:48.741Z] 43182df7c22c: Preparing [2021-01-14T09:42:48.741Z] c52954781c52: Preparing [2021-01-14T09:42:48.741Z] bf68ac9a6cc2: Layer already exists [2021-01-14T09:42:48.741Z] 43182df7c22c: Layer already exists [2021-01-14T09:42:48.741Z] c52954781c52: Layer already exists [2021-01-14T09:42:49.009Z] 2.0.0-dev.35: digest: sha256:3ac4c422e96574010e3abc180f29717c29b507f42f0cce9f5c81ed2d2887365a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:49.346Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:49.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:49.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-14T09:42:49.675Z] bf68ac9a6cc2: Preparing [2021-01-14T09:42:49.675Z] 43182df7c22c: Preparing [2021-01-14T09:42:49.675Z] c52954781c52: Preparing [2021-01-14T09:42:49.675Z] 43182df7c22c: Layer already exists [2021-01-14T09:42:49.675Z] bf68ac9a6cc2: Layer already exists [2021-01-14T09:42:49.675Z] c52954781c52: Layer already exists [2021-01-14T09:42:49.944Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:3ac4c422e96574010e3abc180f29717c29b507f42f0cce9f5c81ed2d2887365a size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:50.284Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:50.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-01-14T09:42:50.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-01-14T09:42:50.614Z] bf68ac9a6cc2: Preparing [2021-01-14T09:42:50.614Z] 43182df7c22c: Preparing [2021-01-14T09:42:50.614Z] c52954781c52: Preparing [2021-01-14T09:42:50.614Z] 43182df7c22c: Layer already exists [2021-01-14T09:42:50.614Z] c52954781c52: Layer already exists [2021-01-14T09:42:50.614Z] bf68ac9a6cc2: Layer already exists [2021-01-14T09:42:50.882Z] master: digest: sha256:3ac4c422e96574010e3abc180f29717c29b507f42f0cce9f5c81ed2d2887365a size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:42:51.077Z] ===================================================== [Pipeline] echo [2021-01-14T09:42:51.123Z] taggedImages: [2021-01-14T09:42:51.123Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:51.123Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.35 [2021-01-14T09:42:51.123Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:51.123Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-01-14T09:42:51.187Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrap-redis-go-arm64 with the following tags: [2021-01-14T09:42:51.187Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:51.187Z] 2.0.0-dev.35 [2021-01-14T09:42:51.187Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:51.187Z] master [2021-01-14T09:42:51.187Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:51.709Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:52.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:52.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-14T09:42:52.042Z] 118ce2161cd2: Preparing [2021-01-14T09:42:52.042Z] 41281adf3007: Preparing [2021-01-14T09:42:52.042Z] 2566b34dd2de: Preparing [2021-01-14T09:42:52.042Z] 3c36d60e40f1: Preparing [2021-01-14T09:42:52.042Z] c52954781c52: Preparing [2021-01-14T09:42:52.042Z] 74ee68af9b10: Preparing [2021-01-14T09:42:52.042Z] 379067d0cb53: Preparing [2021-01-14T09:42:52.042Z] 74ee68af9b10: Waiting [2021-01-14T09:42:52.042Z] 379067d0cb53: Waiting [2021-01-14T09:42:52.042Z] c52954781c52: Layer already exists [2021-01-14T09:42:52.313Z] 2566b34dd2de: Pushed [2021-01-14T09:42:52.313Z] 118ce2161cd2: Pushed [2021-01-14T09:42:52.313Z] 41281adf3007: Pushed [2021-01-14T09:42:52.313Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:52.905Z] 74ee68af9b10: Pushed [2021-01-14T09:42:54.329Z] 3c36d60e40f1: Pushed [2021-01-14T09:42:54.600Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:1c94543cb984864b6f01a0690779f4274dc0ea552361038d1d0e0ed0745764b1 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:54.943Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:55.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.35 [2021-01-14T09:42:55.279Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-14T09:42:55.279Z] 118ce2161cd2: Preparing [2021-01-14T09:42:55.279Z] 41281adf3007: Preparing [2021-01-14T09:42:55.279Z] 2566b34dd2de: Preparing [2021-01-14T09:42:55.279Z] 3c36d60e40f1: Preparing [2021-01-14T09:42:55.279Z] c52954781c52: Preparing [2021-01-14T09:42:55.279Z] 74ee68af9b10: Preparing [2021-01-14T09:42:55.279Z] 379067d0cb53: Preparing [2021-01-14T09:42:55.279Z] 74ee68af9b10: Waiting [2021-01-14T09:42:55.279Z] 379067d0cb53: Waiting [2021-01-14T09:42:55.279Z] 3c36d60e40f1: Layer already exists [2021-01-14T09:42:55.279Z] c52954781c52: Layer already exists [2021-01-14T09:42:55.279Z] 2566b34dd2de: Layer already exists [2021-01-14T09:42:55.279Z] 41281adf3007: Layer already exists [2021-01-14T09:42:55.279Z] 118ce2161cd2: Layer already exists [2021-01-14T09:42:55.279Z] 74ee68af9b10: Layer already exists [2021-01-14T09:42:55.279Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:55.551Z] 2.0.0-dev.35: digest: sha256:1c94543cb984864b6f01a0690779f4274dc0ea552361038d1d0e0ed0745764b1 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:55.888Z] + docker tag docker-security-bootstrap-redis-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:56.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:56.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-14T09:42:56.223Z] 118ce2161cd2: Preparing [2021-01-14T09:42:56.223Z] 41281adf3007: Preparing [2021-01-14T09:42:56.223Z] 2566b34dd2de: Preparing [2021-01-14T09:42:56.223Z] 3c36d60e40f1: Preparing [2021-01-14T09:42:56.223Z] c52954781c52: Preparing [2021-01-14T09:42:56.223Z] 74ee68af9b10: Preparing [2021-01-14T09:42:56.223Z] 379067d0cb53: Preparing [2021-01-14T09:42:56.223Z] 74ee68af9b10: Waiting [2021-01-14T09:42:56.223Z] 379067d0cb53: Waiting [2021-01-14T09:42:56.223Z] 3c36d60e40f1: Layer already exists [2021-01-14T09:42:56.223Z] 2566b34dd2de: Layer already exists [2021-01-14T09:42:56.223Z] 118ce2161cd2: Layer already exists [2021-01-14T09:42:56.223Z] 41281adf3007: Layer already exists [2021-01-14T09:42:56.223Z] c52954781c52: Layer already exists [2021-01-14T09:42:56.223Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:56.223Z] 74ee68af9b10: Layer already exists [2021-01-14T09:42:56.492Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:1c94543cb984864b6f01a0690779f4274dc0ea552361038d1d0e0ed0745764b1 size: 1778 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:56.829Z] + 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-14T09:42:57.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [2021-01-14T09:42:57.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64] [2021-01-14T09:42:57.165Z] 118ce2161cd2: Preparing [2021-01-14T09:42:57.165Z] 41281adf3007: Preparing [2021-01-14T09:42:57.165Z] 2566b34dd2de: Preparing [2021-01-14T09:42:57.165Z] 3c36d60e40f1: Preparing [2021-01-14T09:42:57.165Z] c52954781c52: Preparing [2021-01-14T09:42:57.165Z] 74ee68af9b10: Preparing [2021-01-14T09:42:57.165Z] 379067d0cb53: Preparing [2021-01-14T09:42:57.165Z] 74ee68af9b10: Waiting [2021-01-14T09:42:57.165Z] 379067d0cb53: Waiting [2021-01-14T09:42:57.437Z] 2566b34dd2de: Layer already exists [2021-01-14T09:42:57.437Z] c52954781c52: Layer already exists [2021-01-14T09:42:57.437Z] 3c36d60e40f1: Layer already exists [2021-01-14T09:42:57.437Z] 41281adf3007: Layer already exists [2021-01-14T09:42:57.437Z] 118ce2161cd2: Layer already exists [2021-01-14T09:42:57.437Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:57.437Z] 74ee68af9b10: Layer already exists [2021-01-14T09:42:57.437Z] master: digest: sha256:1c94543cb984864b6f01a0690779f4274dc0ea552361038d1d0e0ed0745764b1 size: 1778 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:42:57.716Z] ===================================================== [Pipeline] echo [2021-01-14T09:42:57.771Z] taggedImages: [2021-01-14T09:42:57.771Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:57.771Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:2.0.0-dev.35 [2021-01-14T09:42:57.771Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:57.771Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrap-redis-go-arm64:master [Pipeline] echo [2021-01-14T09:42:57.844Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-01-14T09:42:57.844Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:57.844Z] 2.0.0-dev.35 [2021-01-14T09:42:57.844Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:42:57.844Z] master [2021-01-14T09:42:57.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:58.349Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:42:58.684Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:42:58.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-14T09:42:58.684Z] 2a7b145ec428: Preparing [2021-01-14T09:42:58.684Z] 90506cfc9a13: Preparing [2021-01-14T09:42:58.684Z] c66a568c9666: Preparing [2021-01-14T09:42:58.684Z] c7be304d3a54: Preparing [2021-01-14T09:42:58.684Z] 8c30a0a5ab40: Preparing [2021-01-14T09:42:58.684Z] 379067d0cb53: Preparing [2021-01-14T09:42:58.684Z] 379067d0cb53: Waiting [2021-01-14T09:42:58.959Z] c66a568c9666: Pushed [2021-01-14T09:42:58.959Z] c7be304d3a54: Pushed [2021-01-14T09:42:59.231Z] 379067d0cb53: Layer already exists [2021-01-14T09:42:59.231Z] 8c30a0a5ab40: Pushed [2021-01-14T09:43:01.197Z] 2a7b145ec428: Pushed [2021-01-14T09:43:01.197Z] 90506cfc9a13: Pushed [2021-01-14T09:43:01.197Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:d62ec2dd363941b3df2b37cd6e4dad2e0d7eb71bf87f52301e24f11ebf3e6ccc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:01.532Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:01.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:01.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-14T09:43:01.885Z] 2a7b145ec428: Preparing [2021-01-14T09:43:01.885Z] 90506cfc9a13: Preparing [2021-01-14T09:43:01.885Z] c66a568c9666: Preparing [2021-01-14T09:43:01.885Z] c7be304d3a54: Preparing [2021-01-14T09:43:01.885Z] 8c30a0a5ab40: Preparing [2021-01-14T09:43:01.885Z] 379067d0cb53: Preparing [2021-01-14T09:43:01.885Z] 379067d0cb53: Waiting [2021-01-14T09:43:01.885Z] 90506cfc9a13: Layer already exists [2021-01-14T09:43:01.885Z] 8c30a0a5ab40: Layer already exists [2021-01-14T09:43:01.885Z] c7be304d3a54: Layer already exists [2021-01-14T09:43:01.885Z] c66a568c9666: Layer already exists [2021-01-14T09:43:01.885Z] 2a7b145ec428: Layer already exists [2021-01-14T09:43:01.885Z] 379067d0cb53: Layer already exists [2021-01-14T09:43:02.155Z] 2.0.0-dev.35: digest: sha256:d62ec2dd363941b3df2b37cd6e4dad2e0d7eb71bf87f52301e24f11ebf3e6ccc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:02.495Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:02.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:02.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-14T09:43:02.834Z] 2a7b145ec428: Preparing [2021-01-14T09:43:02.834Z] 90506cfc9a13: Preparing [2021-01-14T09:43:02.834Z] c66a568c9666: Preparing [2021-01-14T09:43:02.834Z] c7be304d3a54: Preparing [2021-01-14T09:43:02.834Z] 8c30a0a5ab40: Preparing [2021-01-14T09:43:02.834Z] 379067d0cb53: Preparing [2021-01-14T09:43:02.834Z] 379067d0cb53: Waiting [2021-01-14T09:43:03.105Z] 90506cfc9a13: Layer already exists [2021-01-14T09:43:03.105Z] 2a7b145ec428: Layer already exists [2021-01-14T09:43:03.105Z] c7be304d3a54: Layer already exists [2021-01-14T09:43:03.105Z] c66a568c9666: Layer already exists [2021-01-14T09:43:03.105Z] 8c30a0a5ab40: Layer already exists [2021-01-14T09:43:03.105Z] 379067d0cb53: Layer already exists [2021-01-14T09:43:03.105Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:d62ec2dd363941b3df2b37cd6e4dad2e0d7eb71bf87f52301e24f11ebf3e6ccc size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:03.459Z] + 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-14T09:43:03.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-01-14T09:43:03.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-01-14T09:43:03.803Z] 2a7b145ec428: Preparing [2021-01-14T09:43:03.803Z] 90506cfc9a13: Preparing [2021-01-14T09:43:03.803Z] c66a568c9666: Preparing [2021-01-14T09:43:03.803Z] c7be304d3a54: Preparing [2021-01-14T09:43:03.803Z] 8c30a0a5ab40: Preparing [2021-01-14T09:43:03.803Z] 379067d0cb53: Preparing [2021-01-14T09:43:03.803Z] 379067d0cb53: Waiting [2021-01-14T09:43:03.803Z] 90506cfc9a13: Layer already exists [2021-01-14T09:43:03.803Z] c7be304d3a54: Layer already exists [2021-01-14T09:43:04.074Z] 8c30a0a5ab40: Layer already exists [2021-01-14T09:43:04.074Z] c66a568c9666: Layer already exists [2021-01-14T09:43:04.074Z] 2a7b145ec428: Layer already exists [2021-01-14T09:43:04.074Z] 379067d0cb53: Layer already exists [2021-01-14T09:43:04.074Z] master: digest: sha256:d62ec2dd363941b3df2b37cd6e4dad2e0d7eb71bf87f52301e24f11ebf3e6ccc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:43:04.291Z] ===================================================== [Pipeline] echo [2021-01-14T09:43:04.338Z] taggedImages: [2021-01-14T09:43:04.338Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:04.338Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:04.338Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:04.338Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-01-14T09:43:04.403Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-01-14T09:43:04.403Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:04.403Z] 2.0.0-dev.35 [2021-01-14T09:43:04.403Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:04.403Z] master [2021-01-14T09:43:04.403Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:04.905Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:05.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:05.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-14T09:43:05.244Z] 2d81529cd77f: Preparing [2021-01-14T09:43:05.244Z] 30ac3aabd91d: Preparing [2021-01-14T09:43:05.244Z] 635894ec5198: Preparing [2021-01-14T09:43:05.244Z] 1bb53e9b62b5: Preparing [2021-01-14T09:43:05.244Z] e8677c3e5eb7: Preparing [2021-01-14T09:43:05.244Z] 97dc6f2cdf57: Preparing [2021-01-14T09:43:05.244Z] 55afc40e2a7c: Preparing [2021-01-14T09:43:05.244Z] 74ee68af9b10: Preparing [2021-01-14T09:43:05.244Z] 379067d0cb53: Preparing [2021-01-14T09:43:05.244Z] 55afc40e2a7c: Waiting [2021-01-14T09:43:05.244Z] 379067d0cb53: Waiting [2021-01-14T09:43:05.244Z] 74ee68af9b10: Waiting [2021-01-14T09:43:05.244Z] 97dc6f2cdf57: Waiting [2021-01-14T09:43:05.516Z] 2d81529cd77f: Pushed [2021-01-14T09:43:05.516Z] e8677c3e5eb7: Pushed [2021-01-14T09:43:05.516Z] 30ac3aabd91d: Pushed [2021-01-14T09:43:05.790Z] 74ee68af9b10: Layer already exists [2021-01-14T09:43:05.790Z] 379067d0cb53: Layer already exists [2021-01-14T09:43:05.790Z] 97dc6f2cdf57: Pushed [2021-01-14T09:43:05.790Z] 55afc40e2a7c: Pushed [2021-01-14T09:43:07.759Z] 1bb53e9b62b5: Pushed [2021-01-14T09:43:07.759Z] 635894ec5198: Pushed [2021-01-14T09:43:08.029Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:0546ef8986e3621e2957748a4564ff9b35cd27e8cd61785e10a5b57030613c30 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:08.360Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:08.689Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:08.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-14T09:43:08.689Z] 2d81529cd77f: Preparing [2021-01-14T09:43:08.689Z] 30ac3aabd91d: Preparing [2021-01-14T09:43:08.689Z] 635894ec5198: Preparing [2021-01-14T09:43:08.689Z] 1bb53e9b62b5: Preparing [2021-01-14T09:43:08.689Z] e8677c3e5eb7: Preparing [2021-01-14T09:43:08.689Z] 97dc6f2cdf57: Preparing [2021-01-14T09:43:08.689Z] 55afc40e2a7c: Preparing [2021-01-14T09:43:08.689Z] 74ee68af9b10: Preparing [2021-01-14T09:43:08.689Z] 379067d0cb53: Preparing [2021-01-14T09:43:08.689Z] 55afc40e2a7c: Waiting [2021-01-14T09:43:08.689Z] 74ee68af9b10: Waiting [2021-01-14T09:43:08.689Z] 379067d0cb53: Waiting [2021-01-14T09:43:08.689Z] 635894ec5198: Layer already exists [2021-01-14T09:43:08.959Z] e8677c3e5eb7: Layer already exists [2021-01-14T09:43:08.959Z] 2d81529cd77f: Layer already exists [2021-01-14T09:43:08.959Z] 1bb53e9b62b5: Layer already exists [2021-01-14T09:43:08.959Z] 30ac3aabd91d: Layer already exists [2021-01-14T09:43:08.959Z] 97dc6f2cdf57: Layer already exists [2021-01-14T09:43:08.959Z] 379067d0cb53: Layer already exists [2021-01-14T09:43:08.959Z] 55afc40e2a7c: Layer already exists [2021-01-14T09:43:08.959Z] 74ee68af9b10: Layer already exists [2021-01-14T09:43:08.959Z] 2.0.0-dev.35: digest: sha256:0546ef8986e3621e2957748a4564ff9b35cd27e8cd61785e10a5b57030613c30 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:09.293Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:09.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:09.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-14T09:43:09.623Z] 2d81529cd77f: Preparing [2021-01-14T09:43:09.623Z] 30ac3aabd91d: Preparing [2021-01-14T09:43:09.623Z] 635894ec5198: Preparing [2021-01-14T09:43:09.623Z] 1bb53e9b62b5: Preparing [2021-01-14T09:43:09.623Z] e8677c3e5eb7: Preparing [2021-01-14T09:43:09.623Z] 97dc6f2cdf57: Preparing [2021-01-14T09:43:09.623Z] 55afc40e2a7c: Preparing [2021-01-14T09:43:09.623Z] 74ee68af9b10: Preparing [2021-01-14T09:43:09.623Z] 379067d0cb53: Preparing [2021-01-14T09:43:09.623Z] 97dc6f2cdf57: Waiting [2021-01-14T09:43:09.623Z] 55afc40e2a7c: Waiting [2021-01-14T09:43:09.623Z] 74ee68af9b10: Waiting [2021-01-14T09:43:09.623Z] 379067d0cb53: Waiting [2021-01-14T09:43:09.623Z] 635894ec5198: Layer already exists [2021-01-14T09:43:09.623Z] 30ac3aabd91d: Layer already exists [2021-01-14T09:43:09.623Z] 1bb53e9b62b5: Layer already exists [2021-01-14T09:43:09.623Z] 2d81529cd77f: Layer already exists [2021-01-14T09:43:09.623Z] e8677c3e5eb7: Layer already exists [2021-01-14T09:43:09.893Z] 97dc6f2cdf57: Layer already exists [2021-01-14T09:43:09.893Z] 379067d0cb53: Layer already exists [2021-01-14T09:43:09.893Z] 74ee68af9b10: Layer already exists [2021-01-14T09:43:09.893Z] 55afc40e2a7c: Layer already exists [2021-01-14T09:43:09.893Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:0546ef8986e3621e2957748a4564ff9b35cd27e8cd61785e10a5b57030613c30 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:10.231Z] + 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-14T09:43:10.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-01-14T09:43:10.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-01-14T09:43:10.560Z] 2d81529cd77f: Preparing [2021-01-14T09:43:10.560Z] 30ac3aabd91d: Preparing [2021-01-14T09:43:10.560Z] 635894ec5198: Preparing [2021-01-14T09:43:10.560Z] 1bb53e9b62b5: Preparing [2021-01-14T09:43:10.560Z] e8677c3e5eb7: Preparing [2021-01-14T09:43:10.560Z] 97dc6f2cdf57: Preparing [2021-01-14T09:43:10.560Z] 55afc40e2a7c: Preparing [2021-01-14T09:43:10.560Z] 74ee68af9b10: Preparing [2021-01-14T09:43:10.560Z] 379067d0cb53: Preparing [2021-01-14T09:43:10.560Z] 97dc6f2cdf57: Waiting [2021-01-14T09:43:10.560Z] 55afc40e2a7c: Waiting [2021-01-14T09:43:10.560Z] 379067d0cb53: Waiting [2021-01-14T09:43:10.560Z] 74ee68af9b10: Waiting [2021-01-14T09:43:10.560Z] 635894ec5198: Layer already exists [2021-01-14T09:43:10.560Z] e8677c3e5eb7: Layer already exists [2021-01-14T09:43:10.560Z] 2d81529cd77f: Layer already exists [2021-01-14T09:43:10.560Z] 30ac3aabd91d: Layer already exists [2021-01-14T09:43:10.560Z] 1bb53e9b62b5: Layer already exists [2021-01-14T09:43:10.560Z] 97dc6f2cdf57: Layer already exists [2021-01-14T09:43:10.560Z] 74ee68af9b10: Layer already exists [2021-01-14T09:43:10.560Z] 55afc40e2a7c: Layer already exists [2021-01-14T09:43:10.560Z] 379067d0cb53: Layer already exists [2021-01-14T09:43:10.832Z] master: digest: sha256:0546ef8986e3621e2957748a4564ff9b35cd27e8cd61785e10a5b57030613c30 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:43:11.029Z] ===================================================== [Pipeline] echo [2021-01-14T09:43:11.073Z] taggedImages: [2021-01-14T09:43:11.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:11.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:11.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:11.073Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-01-14T09:43:11.139Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-01-14T09:43:11.139Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:11.139Z] 2.0.0-dev.35 [2021-01-14T09:43:11.139Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:11.139Z] master [2021-01-14T09:43:11.139Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:11.636Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:11.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:11.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-14T09:43:11.969Z] 735fbcd82a39: Preparing [2021-01-14T09:43:11.969Z] bf6553b70f72: Preparing [2021-01-14T09:43:11.969Z] c52954781c52: Preparing [2021-01-14T09:43:11.969Z] db3673c06b9f: Preparing [2021-01-14T09:43:11.969Z] 639bc476812e: Preparing [2021-01-14T09:43:11.969Z] ac85b7756ade: Preparing [2021-01-14T09:43:11.969Z] ac85b7756ade: Waiting [2021-01-14T09:43:12.242Z] c52954781c52: Layer already exists [2021-01-14T09:43:12.242Z] 735fbcd82a39: Pushed [2021-01-14T09:43:12.242Z] db3673c06b9f: Pushed [2021-01-14T09:43:12.509Z] 639bc476812e: Pushed [2021-01-14T09:43:12.509Z] ac85b7756ade: Pushed [2021-01-14T09:43:15.108Z] bf6553b70f72: Pushed [2021-01-14T09:43:15.108Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:a0ccc2e8842d861219e74b7ad0c155c4fbe87e72f9eda6d79b695a0e94589614 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:15.442Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:15.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:15.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-14T09:43:15.769Z] 735fbcd82a39: Preparing [2021-01-14T09:43:15.769Z] bf6553b70f72: Preparing [2021-01-14T09:43:15.769Z] c52954781c52: Preparing [2021-01-14T09:43:15.769Z] db3673c06b9f: Preparing [2021-01-14T09:43:15.769Z] 639bc476812e: Preparing [2021-01-14T09:43:15.769Z] ac85b7756ade: Preparing [2021-01-14T09:43:15.769Z] ac85b7756ade: Waiting [2021-01-14T09:43:15.769Z] 639bc476812e: Layer already exists [2021-01-14T09:43:15.769Z] 735fbcd82a39: Layer already exists [2021-01-14T09:43:15.769Z] c52954781c52: Layer already exists [2021-01-14T09:43:15.769Z] db3673c06b9f: Layer already exists [2021-01-14T09:43:15.769Z] bf6553b70f72: Layer already exists [2021-01-14T09:43:15.769Z] ac85b7756ade: Layer already exists [2021-01-14T09:43:16.039Z] 2.0.0-dev.35: digest: sha256:a0ccc2e8842d861219e74b7ad0c155c4fbe87e72f9eda6d79b695a0e94589614 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:16.375Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:16.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:16.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-14T09:43:16.709Z] 735fbcd82a39: Preparing [2021-01-14T09:43:16.709Z] bf6553b70f72: Preparing [2021-01-14T09:43:16.709Z] c52954781c52: Preparing [2021-01-14T09:43:16.709Z] db3673c06b9f: Preparing [2021-01-14T09:43:16.709Z] 639bc476812e: Preparing [2021-01-14T09:43:16.709Z] ac85b7756ade: Preparing [2021-01-14T09:43:16.709Z] ac85b7756ade: Waiting [2021-01-14T09:43:16.709Z] db3673c06b9f: Layer already exists [2021-01-14T09:43:16.709Z] bf6553b70f72: Layer already exists [2021-01-14T09:43:16.709Z] 639bc476812e: Layer already exists [2021-01-14T09:43:16.709Z] 735fbcd82a39: Layer already exists [2021-01-14T09:43:16.709Z] c52954781c52: Layer already exists [2021-01-14T09:43:16.709Z] ac85b7756ade: Layer already exists [2021-01-14T09:43:16.979Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:a0ccc2e8842d861219e74b7ad0c155c4fbe87e72f9eda6d79b695a0e94589614 size: 1573 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:17.316Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:17.653Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-01-14T09:43:17.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-01-14T09:43:17.653Z] 735fbcd82a39: Preparing [2021-01-14T09:43:17.653Z] bf6553b70f72: Preparing [2021-01-14T09:43:17.653Z] c52954781c52: Preparing [2021-01-14T09:43:17.653Z] db3673c06b9f: Preparing [2021-01-14T09:43:17.653Z] 639bc476812e: Preparing [2021-01-14T09:43:17.653Z] ac85b7756ade: Preparing [2021-01-14T09:43:17.653Z] ac85b7756ade: Waiting [2021-01-14T09:43:17.653Z] 735fbcd82a39: Layer already exists [2021-01-14T09:43:17.653Z] db3673c06b9f: Layer already exists [2021-01-14T09:43:17.653Z] c52954781c52: Layer already exists [2021-01-14T09:43:17.653Z] 639bc476812e: Layer already exists [2021-01-14T09:43:17.653Z] bf6553b70f72: Layer already exists [2021-01-14T09:43:17.653Z] ac85b7756ade: Layer already exists [2021-01-14T09:43:17.923Z] master: digest: sha256:a0ccc2e8842d861219e74b7ad0c155c4fbe87e72f9eda6d79b695a0e94589614 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:43:18.110Z] ===================================================== [Pipeline] echo [2021-01-14T09:43:18.156Z] taggedImages: [2021-01-14T09:43:18.156Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:18.156Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:18.156Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:18.156Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-01-14T09:43:18.219Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-01-14T09:43:18.219Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:18.219Z] 2.0.0-dev.35 [2021-01-14T09:43:18.219Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:18.219Z] master [2021-01-14T09:43:18.219Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:18.725Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:19.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:19.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-14T09:43:19.053Z] 5ea855df0f71: Preparing [2021-01-14T09:43:19.053Z] 563eaacb5251: Preparing [2021-01-14T09:43:19.053Z] c52954781c52: Preparing [2021-01-14T09:43:19.053Z] c52954781c52: Layer already exists [2021-01-14T09:43:19.322Z] 5ea855df0f71: Pushed [2021-01-14T09:43:21.928Z] 563eaacb5251: Pushed [2021-01-14T09:43:21.928Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:7b72486eb4ebcff880d4e98425b84ea660e4e79a566d8f8fdcb7068d33324e6f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:22.264Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:22.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:22.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-14T09:43:22.592Z] 5ea855df0f71: Preparing [2021-01-14T09:43:22.592Z] 563eaacb5251: Preparing [2021-01-14T09:43:22.592Z] c52954781c52: Preparing [2021-01-14T09:43:22.592Z] c52954781c52: Layer already exists [2021-01-14T09:43:22.592Z] 563eaacb5251: Layer already exists [2021-01-14T09:43:22.592Z] 5ea855df0f71: Layer already exists [2021-01-14T09:43:22.862Z] 2.0.0-dev.35: digest: sha256:7b72486eb4ebcff880d4e98425b84ea660e4e79a566d8f8fdcb7068d33324e6f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:23.202Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:23.534Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:23.534Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-14T09:43:23.534Z] 5ea855df0f71: Preparing [2021-01-14T09:43:23.534Z] 563eaacb5251: Preparing [2021-01-14T09:43:23.534Z] c52954781c52: Preparing [2021-01-14T09:43:23.534Z] 563eaacb5251: Layer already exists [2021-01-14T09:43:23.534Z] c52954781c52: Layer already exists [2021-01-14T09:43:23.534Z] 5ea855df0f71: Layer already exists [2021-01-14T09:43:23.806Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:7b72486eb4ebcff880d4e98425b84ea660e4e79a566d8f8fdcb7068d33324e6f size: 943 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:24.137Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:24.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-01-14T09:43:24.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-01-14T09:43:24.466Z] 5ea855df0f71: Preparing [2021-01-14T09:43:24.466Z] 563eaacb5251: Preparing [2021-01-14T09:43:24.466Z] c52954781c52: Preparing [2021-01-14T09:43:24.466Z] 563eaacb5251: Layer already exists [2021-01-14T09:43:24.466Z] c52954781c52: Layer already exists [2021-01-14T09:43:24.466Z] 5ea855df0f71: Layer already exists [2021-01-14T09:43:24.735Z] master: digest: sha256:7b72486eb4ebcff880d4e98425b84ea660e4e79a566d8f8fdcb7068d33324e6f size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:43:24.923Z] ===================================================== [Pipeline] echo [2021-01-14T09:43:24.987Z] taggedImages: [2021-01-14T09:43:24.987Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:24.987Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:24.987Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:24.987Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-01-14T09:43:25.054Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-01-14T09:43:25.055Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:25.055Z] 2.0.0-dev.35 [2021-01-14T09:43:25.055Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:25.055Z] master [2021-01-14T09:43:25.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:25.578Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:25.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:25.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-14T09:43:25.921Z] 9170e4df0efb: Preparing [2021-01-14T09:43:25.921Z] 0e310bc510a3: Preparing [2021-01-14T09:43:25.921Z] 1e31b8d10a48: Preparing [2021-01-14T09:43:25.921Z] 586b3dbd0a4e: Preparing [2021-01-14T09:43:25.921Z] 49fdae935115: Preparing [2021-01-14T09:43:25.921Z] e8536bef2e0c: Preparing [2021-01-14T09:43:25.921Z] 21cb770fd642: Preparing [2021-01-14T09:43:25.921Z] 9ded3b6bb9b5: Preparing [2021-01-14T09:43:25.921Z] fa1afe8e6ed9: Preparing [2021-01-14T09:43:25.921Z] 87a09b4c083e: Preparing [2021-01-14T09:43:25.921Z] 0f74e9ff2a61: Preparing [2021-01-14T09:43:25.921Z] b122376c33c6: Preparing [2021-01-14T09:43:25.921Z] f8381ed47b22: Preparing [2021-01-14T09:43:25.921Z] e934a737d657: Preparing [2021-01-14T09:43:25.921Z] fa1afe8e6ed9: Waiting [2021-01-14T09:43:25.921Z] 87a09b4c083e: Waiting [2021-01-14T09:43:25.921Z] 0f74e9ff2a61: Waiting [2021-01-14T09:43:25.921Z] b122376c33c6: Waiting [2021-01-14T09:43:25.921Z] f8381ed47b22: Waiting [2021-01-14T09:43:25.921Z] e934a737d657: Waiting [2021-01-14T09:43:25.921Z] e8536bef2e0c: Waiting [2021-01-14T09:43:25.921Z] 21cb770fd642: Waiting [2021-01-14T09:43:25.921Z] 9ded3b6bb9b5: Waiting [2021-01-14T09:43:26.518Z] 49fdae935115: Pushed [2021-01-14T09:43:26.791Z] 9170e4df0efb: Pushed [2021-01-14T09:43:27.064Z] 586b3dbd0a4e: Pushed [2021-01-14T09:43:27.336Z] 9ded3b6bb9b5: Layer already exists [2021-01-14T09:43:27.336Z] fa1afe8e6ed9: Layer already exists [2021-01-14T09:43:27.336Z] 21cb770fd642: Pushed [2021-01-14T09:43:27.336Z] 87a09b4c083e: Layer already exists [2021-01-14T09:43:27.336Z] b122376c33c6: Layer already exists [2021-01-14T09:43:27.336Z] 0f74e9ff2a61: Layer already exists [2021-01-14T09:43:27.336Z] f8381ed47b22: Layer already exists [2021-01-14T09:43:27.610Z] e934a737d657: Layer already exists [2021-01-14T09:43:27.886Z] 0e310bc510a3: Pushed [2021-01-14T09:43:28.853Z] e8536bef2e0c: Pushed [2021-01-14T09:43:38.963Z] 1e31b8d10a48: Pushed [2021-01-14T09:43:38.963Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5: digest: sha256:6e64ef240628e1ca3df3bf68653157c7720dd6c5facb671bf07d1b45010a73ac size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:39.303Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:39.639Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:39.639Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-14T09:43:39.639Z] 9170e4df0efb: Preparing [2021-01-14T09:43:39.639Z] 0e310bc510a3: Preparing [2021-01-14T09:43:39.639Z] 1e31b8d10a48: Preparing [2021-01-14T09:43:39.639Z] 586b3dbd0a4e: Preparing [2021-01-14T09:43:39.639Z] 49fdae935115: Preparing [2021-01-14T09:43:39.639Z] e8536bef2e0c: Preparing [2021-01-14T09:43:39.639Z] 21cb770fd642: Preparing [2021-01-14T09:43:39.639Z] 9ded3b6bb9b5: Preparing [2021-01-14T09:43:39.639Z] fa1afe8e6ed9: Preparing [2021-01-14T09:43:39.639Z] 87a09b4c083e: Preparing [2021-01-14T09:43:39.639Z] 0f74e9ff2a61: Preparing [2021-01-14T09:43:39.639Z] b122376c33c6: Preparing [2021-01-14T09:43:39.639Z] f8381ed47b22: Preparing [2021-01-14T09:43:39.639Z] e934a737d657: Preparing [2021-01-14T09:43:39.639Z] e8536bef2e0c: Waiting [2021-01-14T09:43:39.639Z] fa1afe8e6ed9: Waiting [2021-01-14T09:43:39.639Z] 21cb770fd642: Waiting [2021-01-14T09:43:39.639Z] 9ded3b6bb9b5: Waiting [2021-01-14T09:43:39.639Z] 87a09b4c083e: Waiting [2021-01-14T09:43:39.639Z] 0f74e9ff2a61: Waiting [2021-01-14T09:43:39.639Z] b122376c33c6: Waiting [2021-01-14T09:43:39.639Z] f8381ed47b22: Waiting [2021-01-14T09:43:39.639Z] e934a737d657: Waiting [2021-01-14T09:43:39.911Z] 9170e4df0efb: Layer already exists [2021-01-14T09:43:39.911Z] 0e310bc510a3: Layer already exists [2021-01-14T09:43:39.911Z] 1e31b8d10a48: Layer already exists [2021-01-14T09:43:39.911Z] 49fdae935115: Layer already exists [2021-01-14T09:43:39.911Z] 586b3dbd0a4e: Layer already exists [2021-01-14T09:43:39.911Z] 21cb770fd642: Layer already exists [2021-01-14T09:43:39.911Z] e8536bef2e0c: Layer already exists [2021-01-14T09:43:39.911Z] fa1afe8e6ed9: Layer already exists [2021-01-14T09:43:39.911Z] 9ded3b6bb9b5: Layer already exists [2021-01-14T09:43:39.911Z] 87a09b4c083e: Layer already exists [2021-01-14T09:43:39.911Z] f8381ed47b22: Layer already exists [2021-01-14T09:43:39.911Z] 0f74e9ff2a61: Layer already exists [2021-01-14T09:43:39.911Z] b122376c33c6: Layer already exists [2021-01-14T09:43:39.911Z] e934a737d657: Layer already exists [2021-01-14T09:43:39.911Z] 2.0.0-dev.35: digest: sha256:6e64ef240628e1ca3df3bf68653157c7720dd6c5facb671bf07d1b45010a73ac size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:40.252Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:40.581Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:40.581Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-14T09:43:40.581Z] 9170e4df0efb: Preparing [2021-01-14T09:43:40.581Z] 0e310bc510a3: Preparing [2021-01-14T09:43:40.581Z] 1e31b8d10a48: Preparing [2021-01-14T09:43:40.581Z] 586b3dbd0a4e: Preparing [2021-01-14T09:43:40.581Z] 49fdae935115: Preparing [2021-01-14T09:43:40.581Z] e8536bef2e0c: Preparing [2021-01-14T09:43:40.581Z] 21cb770fd642: Preparing [2021-01-14T09:43:40.581Z] 9ded3b6bb9b5: Preparing [2021-01-14T09:43:40.581Z] fa1afe8e6ed9: Preparing [2021-01-14T09:43:40.581Z] 87a09b4c083e: Preparing [2021-01-14T09:43:40.581Z] 0f74e9ff2a61: Preparing [2021-01-14T09:43:40.581Z] b122376c33c6: Preparing [2021-01-14T09:43:40.581Z] f8381ed47b22: Preparing [2021-01-14T09:43:40.581Z] e934a737d657: Preparing [2021-01-14T09:43:40.581Z] 87a09b4c083e: Waiting [2021-01-14T09:43:40.581Z] 0f74e9ff2a61: Waiting [2021-01-14T09:43:40.581Z] b122376c33c6: Waiting [2021-01-14T09:43:40.581Z] e8536bef2e0c: Waiting [2021-01-14T09:43:40.581Z] 21cb770fd642: Waiting [2021-01-14T09:43:40.581Z] 9ded3b6bb9b5: Waiting [2021-01-14T09:43:40.581Z] fa1afe8e6ed9: Waiting [2021-01-14T09:43:40.581Z] e934a737d657: Waiting [2021-01-14T09:43:40.581Z] f8381ed47b22: Waiting [2021-01-14T09:43:40.581Z] 49fdae935115: Layer already exists [2021-01-14T09:43:40.581Z] 0e310bc510a3: Layer already exists [2021-01-14T09:43:40.581Z] 9170e4df0efb: Layer already exists [2021-01-14T09:43:40.581Z] 1e31b8d10a48: Layer already exists [2021-01-14T09:43:40.853Z] 586b3dbd0a4e: Layer already exists [2021-01-14T09:43:40.853Z] fa1afe8e6ed9: Layer already exists [2021-01-14T09:43:40.853Z] e8536bef2e0c: Layer already exists [2021-01-14T09:43:40.853Z] 21cb770fd642: Layer already exists [2021-01-14T09:43:40.853Z] 9ded3b6bb9b5: Layer already exists [2021-01-14T09:43:40.853Z] 87a09b4c083e: Layer already exists [2021-01-14T09:43:40.853Z] f8381ed47b22: Layer already exists [2021-01-14T09:43:40.853Z] 0f74e9ff2a61: Layer already exists [2021-01-14T09:43:40.853Z] b122376c33c6: Layer already exists [2021-01-14T09:43:40.853Z] e934a737d657: Layer already exists [2021-01-14T09:43:40.853Z] 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35: digest: sha256:6e64ef240628e1ca3df3bf68653157c7720dd6c5facb671bf07d1b45010a73ac size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:41.190Z] + 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-14T09:43:41.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-01-14T09:43:41.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-01-14T09:43:41.522Z] 9170e4df0efb: Preparing [2021-01-14T09:43:41.522Z] 0e310bc510a3: Preparing [2021-01-14T09:43:41.522Z] 1e31b8d10a48: Preparing [2021-01-14T09:43:41.522Z] 586b3dbd0a4e: Preparing [2021-01-14T09:43:41.522Z] 49fdae935115: Preparing [2021-01-14T09:43:41.522Z] e8536bef2e0c: Preparing [2021-01-14T09:43:41.522Z] 21cb770fd642: Preparing [2021-01-14T09:43:41.522Z] 9ded3b6bb9b5: Preparing [2021-01-14T09:43:41.522Z] fa1afe8e6ed9: Preparing [2021-01-14T09:43:41.522Z] 87a09b4c083e: Preparing [2021-01-14T09:43:41.522Z] 0f74e9ff2a61: Preparing [2021-01-14T09:43:41.522Z] b122376c33c6: Preparing [2021-01-14T09:43:41.522Z] f8381ed47b22: Preparing [2021-01-14T09:43:41.522Z] e934a737d657: Preparing [2021-01-14T09:43:41.522Z] 87a09b4c083e: Waiting [2021-01-14T09:43:41.522Z] f8381ed47b22: Waiting [2021-01-14T09:43:41.522Z] e934a737d657: Waiting [2021-01-14T09:43:41.522Z] e8536bef2e0c: Waiting [2021-01-14T09:43:41.522Z] 0f74e9ff2a61: Waiting [2021-01-14T09:43:41.522Z] b122376c33c6: Waiting [2021-01-14T09:43:41.522Z] 21cb770fd642: Waiting [2021-01-14T09:43:41.522Z] 9ded3b6bb9b5: Waiting [2021-01-14T09:43:41.522Z] fa1afe8e6ed9: Waiting [2021-01-14T09:43:41.793Z] 586b3dbd0a4e: Layer already exists [2021-01-14T09:43:41.793Z] 9170e4df0efb: Layer already exists [2021-01-14T09:43:41.793Z] 49fdae935115: Layer already exists [2021-01-14T09:43:41.793Z] 1e31b8d10a48: Layer already exists [2021-01-14T09:43:41.793Z] 0e310bc510a3: Layer already exists [2021-01-14T09:43:41.793Z] e8536bef2e0c: Layer already exists [2021-01-14T09:43:41.793Z] fa1afe8e6ed9: Layer already exists [2021-01-14T09:43:41.793Z] 21cb770fd642: Layer already exists [2021-01-14T09:43:41.793Z] 87a09b4c083e: Layer already exists [2021-01-14T09:43:41.793Z] 9ded3b6bb9b5: Layer already exists [2021-01-14T09:43:41.793Z] f8381ed47b22: Layer already exists [2021-01-14T09:43:41.793Z] e934a737d657: Layer already exists [2021-01-14T09:43:41.793Z] 0f74e9ff2a61: Layer already exists [2021-01-14T09:43:41.793Z] b122376c33c6: Layer already exists [2021-01-14T09:43:41.793Z] master: digest: sha256:6e64ef240628e1ca3df3bf68653157c7720dd6c5facb671bf07d1b45010a73ac size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-01-14T09:43:41.987Z] ===================================================== [Pipeline] echo [2021-01-14T09:43:42.036Z] taggedImages: [2021-01-14T09:43:42.036Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [2021-01-14T09:43:42.036Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.35 [2021-01-14T09:43:42.036Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5-2.0.0-dev.35 [2021-01-14T09:43:42.036Z] - 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-14T09:43:43.558Z] provisioning config files... [2021-01-14T09:43:43.568Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/294@tmp/config4542109171847149312tmp [Pipeline] { [Pipeline] sh [2021-01-14T09:43:43.971Z] + set +x [2021-01-14T09:43:43.971Z] + curl -s https://codecov.io/bash [2021-01-14T09:43:43.971Z] + bash -s -- [2021-01-14T09:43:44.546Z] [2021-01-14T09:43:44.547Z] _____ _ [2021-01-14T09:43:44.547Z] / ____| | | [2021-01-14T09:43:44.547Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T09:43:44.547Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T09:43:44.547Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T09:43:44.547Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T09:43:44.547Z] Bash-20201231-23d4836 [2021-01-14T09:43:44.547Z] [2021-01-14T09:43:44.547Z] [2021-01-14T09:43:44.547Z] ==> git version 2.24.3 found [2021-01-14T09:43:44.547Z] ==> 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-14T09:43:44.547Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T09:43:44.547Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T09:43:44.547Z] ==> Jenkins CI detected. [2021-01-14T09:43:44.547Z] project root: . [2021-01-14T09:43:44.547Z] --> token set from env [2021-01-14T09:43:44.547Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T09:43:44.547Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T09:43:44.547Z] ==> Python coveragepy not found [2021-01-14T09:43:44.547Z] ==> Searching for coverage reports in: [2021-01-14T09:43:44.547Z] + . [2021-01-14T09:43:44.547Z] -> Found 1 reports [2021-01-14T09:43:44.547Z] ==> Detecting git/mercurial file structure [2021-01-14T09:43:44.547Z] ==> Reading reports [2021-01-14T09:43:44.935Z] + ./coverage.out bytes=554655 [2021-01-14T09:43:44.935Z] ==> Appending adjustments [2021-01-14T09:43:44.935Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T09:43:48.344Z] + Found adjustments [2021-01-14T09:43:48.344Z] ==> Gzipping contents [2021-01-14T09:43:48.344Z] 84K /tmp/codecov.52E5cp.gz [2021-01-14T09:43:48.344Z] ==> Uploading reports [2021-01-14T09:43:48.344Z] url: https://codecov.io [2021-01-14T09:43:48.344Z] query: branch=master&commit=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5&build=294&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F294%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-14T09:43:48.344Z] -> Pinging Codecov [2021-01-14T09:43:48.344Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=master&commit=9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5&build=294&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F294%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-01-14T09:43:48.344Z] -> Uploading to [2021-01-14T09:43:48.344Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5/f6cfd800-b711-4ac6-be82-feef16472f4c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T094348Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4296c06430b64f2a604bd2d764b657f6f28984d3ec6c74ae20eda99201710cb1 [2021-01-14T09:43:48.344Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:43:48.344Z] Dload Upload Total Spent Left Speed [2021-01-14T09:43:49.179Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 83756 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83756 0 0 100 83756 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-01-14T09:43:49.179Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 [Pipeline] } [2021-01-14T09:43:49.189Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-01-14T09:43:50.113Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-01-14T09:43:50.197Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:50.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T09:43:50.561Z] [2021-01-14T09:43:50.561Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:43:50.911Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T09:43:50.911Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-01-14T09:43:50.911Z] 188c0c94c7c5: Already exists [2021-01-14T09:43:50.911Z] 0ef7d3d256c8: Already exists [2021-01-14T09:43:50.911Z] de9db76c5a1d: Already exists [2021-01-14T09:43:50.911Z] 0eba1c9be4d2: Pulling fs layer [2021-01-14T09:43:50.911Z] 0d57e429df01: Pulling fs layer [2021-01-14T09:43:50.911Z] 4e4be7b47b0d: Pulling fs layer [2021-01-14T09:43:50.911Z] e1f770b5df2f: Pulling fs layer [2021-01-14T09:43:50.911Z] 85a0685a4137: Pulling fs layer [2021-01-14T09:43:50.911Z] e1f770b5df2f: Waiting [2021-01-14T09:43:50.911Z] 85a0685a4137: Waiting [2021-01-14T09:43:50.911Z] 0d57e429df01: Download complete [2021-01-14T09:43:50.911Z] 4e4be7b47b0d: Verifying Checksum [2021-01-14T09:43:50.911Z] 4e4be7b47b0d: Download complete [2021-01-14T09:43:52.830Z] e1f770b5df2f: Verifying Checksum [2021-01-14T09:43:52.830Z] e1f770b5df2f: Download complete [2021-01-14T09:43:54.774Z] 0eba1c9be4d2: Verifying Checksum [2021-01-14T09:43:54.774Z] 0eba1c9be4d2: Download complete [2021-01-14T09:43:55.038Z] 85a0685a4137: Verifying Checksum [2021-01-14T09:43:55.038Z] 85a0685a4137: Download complete [2021-01-14T09:44:00.359Z] 0eba1c9be4d2: Pull complete [2021-01-14T09:44:00.359Z] 0d57e429df01: Pull complete [2021-01-14T09:44:00.359Z] 4e4be7b47b0d: Pull complete [2021-01-14T09:44:03.674Z] e1f770b5df2f: Pull complete [2021-01-14T09:44:11.841Z] 85a0685a4137: Pull complete [2021-01-14T09:44:11.841Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-01-14T09:44:11.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-01-14T09:44:11.841Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-01-14T09:44:12.066Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:44:12.131Z] $ 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/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:44:13.277Z] $ docker top 96e0521374838b70dce87f48a9b7ef0c8f20e802a243a33877b087c838729df3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T09:44:13.500Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-01-14T09:44:13.799Z] + set -o pipefail [2021-01-14T09:44:13.799Z] + snyk monitor '--org=edgex-jenkins' [2021-01-14T09:44:21.959Z] [2021-01-14T09:44:21.959Z] Monitoring /w/workspace/edgex-go/294 (github.com/edgexfoundry/edgex-go)... [2021-01-14T09:44:21.959Z] [2021-01-14T09:44:21.959Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3249067e-d3ab-473d-a47e-fd3bbb8318c1 [2021-01-14T09:44:21.959Z] [2021-01-14T09:44:21.959Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-01-14T09:44:21.959Z] [2021-01-14T09:44:21.959Z] [Pipeline] } [2021-01-14T09:44:21.978Z] $ docker stop --time=1 96e0521374838b70dce87f48a9b7ef0c8f20e802a243a33877b087c838729df3 [2021-01-14T09:44:24.963Z] $ docker rm -f 96e0521374838b70dce87f48a9b7ef0c8f20e802a243a33877b087c838729df3 [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-14T09:44:26.437Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T09:44:26.485Z] provisioning config files... [2021-01-14T09:44:26.494Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/294@tmp/config796719096058209848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:44:26.861Z] --> edgex-publish-swagger.sh [2021-01-14T09:44:26.861Z] === Publish openapi/v1 API === [2021-01-14T09:44:26.861Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-01-14T09:44:26.861Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/294/openapi/v1/core-command.yaml] [2021-01-14T09:44:26.861Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:26.861Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:29.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9120 0:00:01 0:00:01 --:--:-- 9125 100 10522 0 0 100 10522 0 9119 0:00:01 0:00:01 --:--:-- 9125 [2021-01-14T09:44:29.239Z] [2021-01-14T09:44:29.239Z] [2021-01-14T09:44:29.239Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/294/openapi/v1/core-data.yaml] [2021-01-14T09:44:29.239Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:29.239Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:29.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27688 0:00:01 0:00:01 --:--:-- 27708 100 32557 0 0 100 32557 0 27684 0:00:01 0:00:01 --:--:-- 27708 [2021-01-14T09:44:29.239Z] [2021-01-14T09:44:29.239Z] [2021-01-14T09:44:29.239Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/294/openapi/v1/core-metadata.yaml] [2021-01-14T09:44:29.239Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:29.239Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:30.181Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 69126 0:00:01 0:00:01 --:--:-- 69156 100 73721 0 0 100 73721 0 69116 0:00:01 0:00:01 --:--:-- 69156 [2021-01-14T09:44:30.181Z] [2021-01-14T09:44:30.181Z] [2021-01-14T09:44:30.181Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/294/openapi/v1/support-logging.yaml] [2021-01-14T09:44:30.181Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:30.181Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:31.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13726 --:--:-- --:--:-- --:--:-- 13718 100 13581 0 0 100 13581 0 13724 --:--:-- --:--:-- --:--:-- 13718 [2021-01-14T09:44:31.133Z] [2021-01-14T09:44:31.133Z] [2021-01-14T09:44:31.133Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/294/openapi/v1/support-notifications.yaml] [2021-01-14T09:44:31.133Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:31.133Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:32.528Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 36197 0:00:01 0:00:01 --:--:-- 36210 100 38890 0 0 100 38890 0 36191 0:00:01 0:00:01 --:--:-- 36210 [2021-01-14T09:44:32.528Z] [2021-01-14T09:44:32.528Z] [2021-01-14T09:44:32.528Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/294/openapi/v1/support-scheduler.yaml] [2021-01-14T09:44:32.528Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:32.528Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:33.472Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13734 0:00:01 0:00:01 --:--:-- 13740 100 14249 0 0 100 14249 0 13731 0:00:01 0:00:01 --:--:-- 13740 [2021-01-14T09:44:33.472Z] [2021-01-14T09:44:33.472Z] [2021-01-14T09:44:33.472Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/294/openapi/v1/system-agent.yaml] [2021-01-14T09:44:33.472Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:33.472Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:34.859Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3426 0:00:01 0:00:01 --:--:-- 3427 100 4110 0 0 100 4110 0 3323 0:00:01 0:00:01 --:--:-- 3325 [2021-01-14T09:44:34.859Z] [2021-01-14T09:44:34.859Z] [2021-01-14T09:44:34.859Z] === Publish openapi/v2 API === [2021-01-14T09:44:34.859Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-01-14T09:44:34.859Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/294/openapi/v2/core-command.yaml] [2021-01-14T09:44:34.859Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:34.859Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:35.828Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29536 0 0 100 29536 0 29431 0:00:01 0:00:01 --:--:-- 29447 [2021-01-14T09:44:35.828Z] [2021-01-14T09:44:35.828Z] [2021-01-14T09:44:35.828Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/294/openapi/v2/core-data.yaml] [2021-01-14T09:44:35.828Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:35.828Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:36.771Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 60430 0 0 100 60430 0 50032 0:00:01 0:00:01 --:--:-- 50024 100 60430 0 0 100 60430 0 48555 0:00:01 0:00:01 --:--:-- 48538 [2021-01-14T09:44:36.771Z] [2021-01-14T09:44:36.771Z] [2021-01-14T09:44:36.771Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/294/openapi/v2/core-metadata.yaml] [2021-01-14T09:44:36.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:36.771Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:38.159Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 142k 0 0 100 142k 0 135k 0:00:01 0:00:01 --:--:-- 135k 100 142k 0 0 100 142k 0 135k 0:00:01 0:00:01 --:--:-- 135k [2021-01-14T09:44:38.159Z] [2021-01-14T09:44:38.159Z] [2021-01-14T09:44:38.159Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/294/openapi/v2/support-logging.yaml] [2021-01-14T09:44:38.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:38.159Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:39.112Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23692 0 0 100 23692 0 19571 0:00:01 0:00:01 --:--:-- 19580 100 23692 0 0 100 23692 0 19050 0:00:01 0:00:01 --:--:-- 19060 [2021-01-14T09:44:39.112Z] [2021-01-14T09:44:39.112Z] [2021-01-14T09:44:39.112Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/294/openapi/v2/support-notifications.yaml] [2021-01-14T09:44:39.112Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:39.112Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:40.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 60415 0:00:01 0:00:01 --:--:-- 60454 100 62691 0 0 100 62691 0 60404 0:00:01 0:00:01 --:--:-- 60454 [2021-01-14T09:44:40.503Z] [2021-01-14T09:44:40.503Z] [2021-01-14T09:44:40.503Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/294/openapi/v2/support-scheduler.yaml] [2021-01-14T09:44:40.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:40.503Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:41.453Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 41504 0:00:01 0:00:01 --:--:-- 41544 100 46198 0 0 100 46198 0 41498 0:00:01 0:00:01 --:--:-- 41507 [2021-01-14T09:44:41.453Z] [2021-01-14T09:44:41.453Z] [2021-01-14T09:44:41.453Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/294/openapi/v2/system-agent.yaml] [2021-01-14T09:44:41.453Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T09:44:41.453Z] Dload Upload Total Spent Left Speed [2021-01-14T09:44:42.399Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23726 0 0 100 23726 0 21919 0:00:01 0:00:01 --:--:-- 21927 100 23726 0 0 100 23726 0 21915 0:00:01 0:00:01 --:--:-- 21927 [2021-01-14T09:44:42.400Z] [2021-01-14T09:44:42.400Z] [Pipeline] } [2021-01-14T09:44:42.410Z] 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-14T09:44:43.239Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T09:44:43.239Z] . [Pipeline] withDockerContainer [2021-01-14T09:44:43.344Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:44:43.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:44:44.352Z] $ docker top e21d01791ed0b52adfe3a6921605890c9550ba57ec75bb55c36453c998e0793f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T09:44:44.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T09:44:44.709Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T09:44:44.964Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T09:44:44.969Z] $ docker exec e21d01791ed0b52adfe3a6921605890c9550ba57ec75bb55c36453c998e0793f ssh-agent [2021-01-14T09:44:45.166Z] SSH_AUTH_SOCK=/tmp/ssh-dS9YYk4vAEcT/agent.12 [2021-01-14T09:44:45.166Z] SSH_AGENT_PID=18 [2021-01-14T09:44:45.174Z] Running ssh-add (command line suppressed) [2021-01-14T09:44:45.310Z] Identity added: /w/workspace/edgex-go/294@tmp/private_key_7962057608946688496.key (/w/workspace/edgex-go/294@tmp/private_key_7962057608946688496.key) [2021-01-14T09:44:45.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T09:44:45.770Z] + git semver tag [2021-01-14T09:44:46.038Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T09:44:46.038Z] # $GIT_DIR = /w/workspace/edgex-go/294/.git [2021-01-14T09:44:46.038Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/294 [2021-01-14T09:44:46.038Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T09:44:46.038Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T09:44:46.038Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T09:44:46.038Z] # $SEMVER_BRANCH = master [2021-01-14T09:44:46.038Z] # $SEMVER_DIR = /w/workspace/edgex-go/294/.semver [2021-01-14T09:44:46.038Z] # 9e7cc68910bcf9f67b75b6feb3875db95bbdd8d5 HEAD [2021-01-14T09:44:46.629Z] # -> Force: false [2021-01-14T09:44:46.629Z] # 3b6c983901989e1aaccd85b225e9254bf5807d6c refs/tags/v2.0.0-dev.35 [Pipeline] } [2021-01-14T09:44:46.644Z] $ docker exec --env ******** --env ******** e21d01791ed0b52adfe3a6921605890c9550ba57ec75bb55c36453c998e0793f ssh-agent -k [2021-01-14T09:44:46.867Z] unset SSH_AUTH_SOCK; [2021-01-14T09:44:46.867Z] unset SSH_AGENT_PID; [2021-01-14T09:44:46.867Z] echo Agent pid 18 killed; [2021-01-14T09:44:46.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T09:44:47.421Z] + git semver [Pipeline] } [2021-01-14T09:44:47.448Z] $ docker stop --time=1 e21d01791ed0b52adfe3a6921605890c9550ba57ec75bb55c36453c998e0793f [2021-01-14T09:44:48.962Z] $ docker rm -f e21d01791ed0b52adfe3a6921605890c9550ba57ec75bb55c36453c998e0793f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:44:49.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T09:44:49.616Z] [2021-01-14T09:44:49.616Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:44:49.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T09:44:49.962Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-01-14T09:44:49.962Z] ab5ef0e58194: Pulling fs layer [2021-01-14T09:44:49.962Z] 9712f1f96733: Pulling fs layer [2021-01-14T09:44:49.962Z] 63f879dbbcfc: Pulling fs layer [2021-01-14T09:44:49.962Z] 0d9ebad4ef96: Pulling fs layer [2021-01-14T09:44:49.962Z] e9a5061849ea: Pulling fs layer [2021-01-14T09:44:49.962Z] d747dcd14b5f: Pulling fs layer [2021-01-14T09:44:49.962Z] 2de7ff778b66: Pulling fs layer [2021-01-14T09:44:49.962Z] 2de7ff778b66: Waiting [2021-01-14T09:44:49.962Z] e9a5061849ea: Waiting [2021-01-14T09:44:49.962Z] d747dcd14b5f: Waiting [2021-01-14T09:44:49.962Z] 0d9ebad4ef96: Waiting [2021-01-14T09:44:49.962Z] 9712f1f96733: Verifying Checksum [2021-01-14T09:44:49.962Z] 9712f1f96733: Download complete [2021-01-14T09:44:51.888Z] 63f879dbbcfc: Verifying Checksum [2021-01-14T09:44:51.888Z] 63f879dbbcfc: Download complete [2021-01-14T09:44:51.888Z] e9a5061849ea: Download complete [2021-01-14T09:44:51.888Z] d747dcd14b5f: Verifying Checksum [2021-01-14T09:44:51.888Z] d747dcd14b5f: Download complete [2021-01-14T09:44:52.156Z] 2de7ff778b66: Verifying Checksum [2021-01-14T09:44:52.156Z] 2de7ff778b66: Download complete [2021-01-14T09:44:52.417Z] ab5ef0e58194: Verifying Checksum [2021-01-14T09:44:52.417Z] ab5ef0e58194: Download complete [2021-01-14T09:44:52.417Z] 0d9ebad4ef96: Verifying Checksum [2021-01-14T09:44:52.417Z] 0d9ebad4ef96: Download complete [2021-01-14T09:44:56.647Z] ab5ef0e58194: Pull complete [2021-01-14T09:44:56.911Z] 9712f1f96733: Pull complete [2021-01-14T09:45:00.222Z] 63f879dbbcfc: Pull complete [2021-01-14T09:45:06.833Z] 0d9ebad4ef96: Pull complete [2021-01-14T09:45:08.765Z] e9a5061849ea: Pull complete [2021-01-14T09:45:08.765Z] d747dcd14b5f: Pull complete [2021-01-14T09:45:13.006Z] 2de7ff778b66: Pull complete [2021-01-14T09:45:13.006Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-01-14T09:45:13.006Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-01-14T09:45:13.006Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-01-14T09:45:13.199Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:45:13.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:45:15.989Z] $ docker top 60c0e474ed612af1024ab444f4209fc34b0fe4824405a52f69aef3cc90f373ec -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-01-14T09:45:16.314Z] provisioning config files... [2021-01-14T09:45:16.326Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/294@tmp/config115326911041794852tmp [2021-01-14T09:45:16.342Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/294@tmp/config1698076031393864731tmp [2021-01-14T09:45:16.357Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/294@tmp/config5770207368932876461tmp [Pipeline] { [Pipeline] echo [2021-01-14T09:45:16.417Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:45:16.728Z] ---> sigul-configuration.sh [2021-01-14T09:45:16.728Z] gpg: directory `/root/.gnupg' created [2021-01-14T09:45:16.728Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-01-14T09:45:16.728Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-01-14T09:45:16.728Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-01-14T09:45:16.728Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-01-14T09:45:16.728Z] gpg: CAST5 encrypted data [2021-01-14T09:45:16.993Z] gpg: encrypted with 1 passphrase [2021-01-14T09:45:16.993Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-01-14T09:45:17.291Z] + mkdir /home/jenkins [2021-01-14T09:45:17.291Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-01-14T09:45:17.588Z] + 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-14T09:45:17.600Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:45:17.901Z] ---> sigul-install.sh [2021-01-14T09:45:24.507Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-01-14T09:45:24.809Z] + git tag --list [2021-01-14T09:45:24.809Z] 0.6.0 [2021-01-14T09:45:24.809Z] 0.6.1 [2021-01-14T09:45:24.809Z] 0.7.0 [2021-01-14T09:45:24.809Z] 0.7.1 [2021-01-14T09:45:24.809Z] v1.0.0 [2021-01-14T09:45:24.809Z] v1.0.1 [2021-01-14T09:45:24.809Z] v1.1.0 [2021-01-14T09:45:24.809Z] v1.2.0 [2021-01-14T09:45:24.809Z] v1.2.1 [2021-01-14T09:45:24.809Z] v1.2.2-dev.1 [2021-01-14T09:45:24.809Z] v1.2.2-dev.10 [2021-01-14T09:45:24.809Z] v1.2.2-dev.100 [2021-01-14T09:45:24.809Z] v1.2.2-dev.101 [2021-01-14T09:45:24.809Z] v1.2.2-dev.102 [2021-01-14T09:45:24.809Z] v1.2.2-dev.103 [2021-01-14T09:45:24.809Z] v1.2.2-dev.104 [2021-01-14T09:45:24.809Z] v1.2.2-dev.105 [2021-01-14T09:45:24.809Z] v1.2.2-dev.106 [2021-01-14T09:45:24.809Z] v1.2.2-dev.107 [2021-01-14T09:45:24.809Z] v1.2.2-dev.11 [2021-01-14T09:45:24.809Z] v1.2.2-dev.12 [2021-01-14T09:45:24.809Z] v1.2.2-dev.13 [2021-01-14T09:45:24.809Z] v1.2.2-dev.14 [2021-01-14T09:45:24.809Z] v1.2.2-dev.15 [2021-01-14T09:45:24.809Z] v1.2.2-dev.16 [2021-01-14T09:45:24.809Z] v1.2.2-dev.17 [2021-01-14T09:45:24.810Z] v1.2.2-dev.18 [2021-01-14T09:45:24.810Z] v1.2.2-dev.19 [2021-01-14T09:45:24.810Z] v1.2.2-dev.2 [2021-01-14T09:45:24.810Z] v1.2.2-dev.20 [2021-01-14T09:45:24.810Z] v1.2.2-dev.21 [2021-01-14T09:45:24.810Z] v1.2.2-dev.22 [2021-01-14T09:45:24.810Z] v1.2.2-dev.23 [2021-01-14T09:45:24.810Z] v1.2.2-dev.24 [2021-01-14T09:45:24.810Z] v1.2.2-dev.25 [2021-01-14T09:45:24.810Z] v1.2.2-dev.26 [2021-01-14T09:45:24.810Z] v1.2.2-dev.27 [2021-01-14T09:45:24.810Z] v1.2.2-dev.28 [2021-01-14T09:45:24.810Z] v1.2.2-dev.29 [2021-01-14T09:45:24.810Z] v1.2.2-dev.3 [2021-01-14T09:45:24.810Z] v1.2.2-dev.30 [2021-01-14T09:45:24.810Z] v1.2.2-dev.31 [2021-01-14T09:45:24.810Z] v1.2.2-dev.32 [2021-01-14T09:45:24.810Z] v1.2.2-dev.33 [2021-01-14T09:45:24.810Z] v1.2.2-dev.34 [2021-01-14T09:45:24.810Z] v1.2.2-dev.35 [2021-01-14T09:45:24.810Z] v1.2.2-dev.36 [2021-01-14T09:45:24.810Z] v1.2.2-dev.37 [2021-01-14T09:45:24.810Z] v1.2.2-dev.38 [2021-01-14T09:45:24.810Z] v1.2.2-dev.39 [2021-01-14T09:45:24.810Z] v1.2.2-dev.4 [2021-01-14T09:45:24.810Z] v1.2.2-dev.40 [2021-01-14T09:45:24.810Z] v1.2.2-dev.41 [2021-01-14T09:45:24.810Z] v1.2.2-dev.42 [2021-01-14T09:45:24.810Z] v1.2.2-dev.43 [2021-01-14T09:45:24.810Z] v1.2.2-dev.44 [2021-01-14T09:45:24.810Z] v1.2.2-dev.45 [2021-01-14T09:45:24.810Z] v1.2.2-dev.46 [2021-01-14T09:45:24.810Z] v1.2.2-dev.47 [2021-01-14T09:45:24.810Z] v1.2.2-dev.48 [2021-01-14T09:45:24.810Z] v1.2.2-dev.49 [2021-01-14T09:45:24.810Z] v1.2.2-dev.5 [2021-01-14T09:45:24.810Z] v1.2.2-dev.50 [2021-01-14T09:45:24.810Z] v1.2.2-dev.51 [2021-01-14T09:45:24.810Z] v1.2.2-dev.52 [2021-01-14T09:45:24.810Z] v1.2.2-dev.53 [2021-01-14T09:45:24.810Z] v1.2.2-dev.54 [2021-01-14T09:45:24.810Z] v1.2.2-dev.55 [2021-01-14T09:45:24.810Z] v1.2.2-dev.56 [2021-01-14T09:45:24.810Z] v1.2.2-dev.57 [2021-01-14T09:45:24.810Z] v1.2.2-dev.58 [2021-01-14T09:45:24.810Z] v1.2.2-dev.59 [2021-01-14T09:45:24.810Z] v1.2.2-dev.6 [2021-01-14T09:45:24.810Z] v1.2.2-dev.60 [2021-01-14T09:45:24.810Z] v1.2.2-dev.61 [2021-01-14T09:45:24.810Z] v1.2.2-dev.62 [2021-01-14T09:45:24.810Z] v1.2.2-dev.63 [2021-01-14T09:45:24.810Z] v1.2.2-dev.64 [2021-01-14T09:45:24.810Z] v1.2.2-dev.65 [2021-01-14T09:45:24.810Z] v1.2.2-dev.66 [2021-01-14T09:45:24.810Z] v1.2.2-dev.67 [2021-01-14T09:45:24.810Z] v1.2.2-dev.68 [2021-01-14T09:45:24.810Z] v1.2.2-dev.69 [2021-01-14T09:45:24.810Z] v1.2.2-dev.7 [2021-01-14T09:45:24.810Z] v1.2.2-dev.70 [2021-01-14T09:45:24.810Z] v1.2.2-dev.71 [2021-01-14T09:45:24.810Z] v1.2.2-dev.72 [2021-01-14T09:45:24.810Z] v1.2.2-dev.73 [2021-01-14T09:45:24.810Z] v1.2.2-dev.74 [2021-01-14T09:45:24.810Z] v1.2.2-dev.75 [2021-01-14T09:45:24.810Z] v1.2.2-dev.76 [2021-01-14T09:45:24.810Z] v1.2.2-dev.77 [2021-01-14T09:45:24.810Z] v1.2.2-dev.78 [2021-01-14T09:45:24.810Z] v1.2.2-dev.79 [2021-01-14T09:45:24.810Z] v1.2.2-dev.8 [2021-01-14T09:45:24.810Z] v1.2.2-dev.80 [2021-01-14T09:45:24.810Z] v1.2.2-dev.81 [2021-01-14T09:45:24.810Z] v1.2.2-dev.82 [2021-01-14T09:45:24.810Z] v1.2.2-dev.83 [2021-01-14T09:45:24.810Z] v1.2.2-dev.84 [2021-01-14T09:45:24.810Z] v1.2.2-dev.85 [2021-01-14T09:45:24.810Z] v1.2.2-dev.86 [2021-01-14T09:45:24.810Z] v1.2.2-dev.87 [2021-01-14T09:45:24.810Z] v1.2.2-dev.88 [2021-01-14T09:45:24.810Z] v1.2.2-dev.89 [2021-01-14T09:45:24.810Z] v1.2.2-dev.9 [2021-01-14T09:45:24.810Z] v1.2.2-dev.90 [2021-01-14T09:45:24.810Z] v1.2.2-dev.91 [2021-01-14T09:45:24.810Z] v1.2.2-dev.92 [2021-01-14T09:45:24.810Z] v1.2.2-dev.93 [2021-01-14T09:45:24.810Z] v1.2.2-dev.94 [2021-01-14T09:45:24.810Z] v1.2.2-dev.95 [2021-01-14T09:45:24.810Z] v1.2.2-dev.96 [2021-01-14T09:45:24.810Z] v1.2.2-dev.97 [2021-01-14T09:45:24.810Z] v1.2.2-dev.98 [2021-01-14T09:45:24.810Z] v1.2.2-dev.99 [2021-01-14T09:45:24.810Z] v1.3.0 [2021-01-14T09:45:24.810Z] v1.3.1-dev.1 [2021-01-14T09:45:24.810Z] v1.3.1-dev.10 [2021-01-14T09:45:24.810Z] v1.3.1-dev.11 [2021-01-14T09:45:24.810Z] v1.3.1-dev.12 [2021-01-14T09:45:24.810Z] v1.3.1-dev.13 [2021-01-14T09:45:24.810Z] v1.3.1-dev.14 [2021-01-14T09:45:24.810Z] v1.3.1-dev.15 [2021-01-14T09:45:24.810Z] v1.3.1-dev.16 [2021-01-14T09:45:24.810Z] v1.3.1-dev.17 [2021-01-14T09:45:24.810Z] v1.3.1-dev.18 [2021-01-14T09:45:24.810Z] v1.3.1-dev.2 [2021-01-14T09:45:24.810Z] v1.3.1-dev.3 [2021-01-14T09:45:24.810Z] v1.3.1-dev.4 [2021-01-14T09:45:24.810Z] v1.3.1-dev.5 [2021-01-14T09:45:24.810Z] v1.3.1-dev.6 [2021-01-14T09:45:24.810Z] v1.3.1-dev.7 [2021-01-14T09:45:24.810Z] v1.3.1-dev.8 [2021-01-14T09:45:24.810Z] v1.3.1-dev.9 [2021-01-14T09:45:24.810Z] v2.0.0-dev.1 [2021-01-14T09:45:24.810Z] v2.0.0-dev.10 [2021-01-14T09:45:24.810Z] v2.0.0-dev.11 [2021-01-14T09:45:24.810Z] v2.0.0-dev.12 [2021-01-14T09:45:24.810Z] v2.0.0-dev.13 [2021-01-14T09:45:24.810Z] v2.0.0-dev.14 [2021-01-14T09:45:24.810Z] v2.0.0-dev.15 [2021-01-14T09:45:24.810Z] v2.0.0-dev.16 [2021-01-14T09:45:24.810Z] v2.0.0-dev.17 [2021-01-14T09:45:24.810Z] v2.0.0-dev.18 [2021-01-14T09:45:24.810Z] v2.0.0-dev.19 [2021-01-14T09:45:24.810Z] v2.0.0-dev.2 [2021-01-14T09:45:24.810Z] v2.0.0-dev.20 [2021-01-14T09:45:24.810Z] v2.0.0-dev.21 [2021-01-14T09:45:24.810Z] v2.0.0-dev.22 [2021-01-14T09:45:24.810Z] v2.0.0-dev.23 [2021-01-14T09:45:24.810Z] v2.0.0-dev.24 [2021-01-14T09:45:24.810Z] v2.0.0-dev.25 [2021-01-14T09:45:24.810Z] v2.0.0-dev.26 [2021-01-14T09:45:24.810Z] v2.0.0-dev.27 [2021-01-14T09:45:24.810Z] v2.0.0-dev.28 [2021-01-14T09:45:24.810Z] v2.0.0-dev.29 [2021-01-14T09:45:24.810Z] v2.0.0-dev.3 [2021-01-14T09:45:24.810Z] v2.0.0-dev.30 [2021-01-14T09:45:24.810Z] v2.0.0-dev.31 [2021-01-14T09:45:24.810Z] v2.0.0-dev.32 [2021-01-14T09:45:24.810Z] v2.0.0-dev.33 [2021-01-14T09:45:24.810Z] v2.0.0-dev.34 [2021-01-14T09:45:24.810Z] v2.0.0-dev.35 [2021-01-14T09:45:24.810Z] v2.0.0-dev.4 [2021-01-14T09:45:24.810Z] v2.0.0-dev.5 [2021-01-14T09:45:24.810Z] v2.0.0-dev.6 [2021-01-14T09:45:24.810Z] v2.0.0-dev.7 [2021-01-14T09:45:24.810Z] v2.0.0-dev.8 [2021-01-14T09:45:24.810Z] v2.0.0-dev.9 [Pipeline] sh [2021-01-14T09:45:25.109Z] + lftools sign git-tag v2.0.0-dev.35 [2021-01-14T09:45:26.500Z] Signing Git tag with Sigul... [2021-01-14T09:45:26.500Z] Signing v2.0.0-dev.35 [Pipeline] echo [2021-01-14T09:45:27.456Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:45:27.757Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-01-14T09:45:27.767Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-01-14T09:45:27.862Z] $ docker stop --time=1 60c0e474ed612af1024ab444f4209fc34b0fe4824405a52f69aef3cc90f373ec [2021-01-14T09:45:29.870Z] $ docker rm -f 60c0e474ed612af1024ab444f4209fc34b0fe4824405a52f69aef3cc90f373ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:45:30.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T09:45:30.775Z] . [Pipeline] withDockerContainer [2021-01-14T09:45:30.988Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:45:31.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:45:31.871Z] $ docker top 171231d7563d72a2a444bd31950c54877bb6a0d4c09daa4965a8b587dbc8584f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T09:45:32.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T09:45:32.178Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T09:45:32.395Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T09:45:32.399Z] $ docker exec 171231d7563d72a2a444bd31950c54877bb6a0d4c09daa4965a8b587dbc8584f ssh-agent [2021-01-14T09:45:32.590Z] SSH_AUTH_SOCK=/tmp/ssh-wwnbK2SpCcQC/agent.11 [2021-01-14T09:45:32.590Z] SSH_AGENT_PID=16 [2021-01-14T09:45:32.597Z] Running ssh-add (command line suppressed) [2021-01-14T09:45:32.731Z] Identity added: /w/workspace/edgex-go/294@tmp/private_key_7183008523000685242.key (/w/workspace/edgex-go/294@tmp/private_key_7183008523000685242.key) [2021-01-14T09:45:32.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T09:45:33.125Z] + git semver bump pre [2021-01-14T09:45:33.125Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T09:45:33.125Z] # $GIT_DIR = /w/workspace/edgex-go/294/.git [2021-01-14T09:45:33.125Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/294 [2021-01-14T09:45:33.125Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T09:45:33.125Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T09:45:33.125Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T09:45:33.125Z] # $SEMVER_BRANCH = master [2021-01-14T09:45:33.125Z] # $SEMVER_DIR = /w/workspace/edgex-go/294/.semver [2021-01-14T09:45:33.125Z] 2.0.0-dev.36 [Pipeline] } [2021-01-14T09:45:33.139Z] $ docker exec --env ******** --env ******** 171231d7563d72a2a444bd31950c54877bb6a0d4c09daa4965a8b587dbc8584f ssh-agent -k [2021-01-14T09:45:33.268Z] unset SSH_AUTH_SOCK; [2021-01-14T09:45:33.268Z] unset SSH_AGENT_PID; [2021-01-14T09:45:33.268Z] echo Agent pid 16 killed; [2021-01-14T09:45:33.335Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T09:45:33.789Z] + git semver [Pipeline] } [2021-01-14T09:45:33.808Z] $ docker stop --time=1 171231d7563d72a2a444bd31950c54877bb6a0d4c09daa4965a8b587dbc8584f [2021-01-14T09:45:35.191Z] $ docker rm -f 171231d7563d72a2a444bd31950c54877bb6a0d4c09daa4965a8b587dbc8584f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:45:35.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T09:45:35.717Z] . [Pipeline] withDockerContainer [2021-01-14T09:45:35.818Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:45:35.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:45:36.620Z] $ docker top ac7ae7ef0583206dafaf8be579f21a20f205a329d430b951f552f87bd7214d1f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T09:45:36.927Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T09:45:36.927Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T09:45:37.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T09:45:37.144Z] $ docker exec ac7ae7ef0583206dafaf8be579f21a20f205a329d430b951f552f87bd7214d1f ssh-agent [2021-01-14T09:45:37.330Z] SSH_AUTH_SOCK=/tmp/ssh-4AKXgS8UjVKT/agent.12 [2021-01-14T09:45:37.330Z] SSH_AGENT_PID=17 [2021-01-14T09:45:37.338Z] Running ssh-add (command line suppressed) [2021-01-14T09:45:37.469Z] Identity added: /w/workspace/edgex-go/294@tmp/private_key_5016573247956775363.key (/w/workspace/edgex-go/294@tmp/private_key_5016573247956775363.key) [2021-01-14T09:45:37.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T09:45:37.880Z] + git semver push [2021-01-14T09:45:37.880Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T09:45:37.880Z] # $GIT_DIR = /w/workspace/edgex-go/294/.git [2021-01-14T09:45:37.880Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/294 [2021-01-14T09:45:37.880Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T09:45:37.880Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T09:45:37.880Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T09:45:37.880Z] # $SEMVER_BRANCH = master [2021-01-14T09:45:37.880Z] # $SEMVER_DIR = /w/workspace/edgex-go/294/.semver [Pipeline] } [2021-01-14T09:45:50.149Z] $ docker exec --env ******** --env ******** ac7ae7ef0583206dafaf8be579f21a20f205a329d430b951f552f87bd7214d1f ssh-agent -k [2021-01-14T09:45:50.351Z] unset SSH_AUTH_SOCK; [2021-01-14T09:45:50.351Z] unset SSH_AGENT_PID; [2021-01-14T09:45:50.351Z] echo Agent pid 17 killed; [2021-01-14T09:45:50.427Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T09:45:51.009Z] + git semver [Pipeline] } [2021-01-14T09:45:51.027Z] $ docker stop --time=1 ac7ae7ef0583206dafaf8be579f21a20f205a329d430b951f552f87bd7214d1f [2021-01-14T09:45:52.436Z] $ docker rm -f ac7ae7ef0583206dafaf8be579f21a20f205a329d430b951f552f87bd7214d1f [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-14T09:45:53.577Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:45:54.464Z] ---> package-listing.sh [2021-01-14T09:45:54.464Z] ++ facter osfamily [2021-01-14T09:45:54.464Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T09:45:54.464Z] + OS_FAMILY=redhat [2021-01-14T09:45:54.464Z] + workspace=/w/workspace/edgex-go/294 [2021-01-14T09:45:54.464Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T09:45:54.464Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T09:45:54.464Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T09:45:54.464Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T09:45:54.464Z] + '[' /w/workspace/edgex-go/294 ']' [2021-01-14T09:45:54.464Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T09:45:54.464Z] + case "${OS_FAMILY}" in [2021-01-14T09:45:54.464Z] + rpm -qa [2021-01-14T09:45:54.464Z] + sort [2021-01-14T09:45:59.773Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T09:45:59.773Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T09:45:59.773Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T09:45:59.773Z] + '[' /w/workspace/edgex-go/294 ']' [2021-01-14T09:45:59.773Z] + mkdir -p /w/workspace/edgex-go/294/archives/ [2021-01-14T09:45:59.773Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/294/archives/ [Pipeline] echo [2021-01-14T09:45:59.786Z] 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/294/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T09:46:00.075Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:46:00.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T09:46:00.378Z] [2021-01-14T09:46:00.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T09:46:00.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T09:46:00.799Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T09:46:00.799Z] df20fa9351a1: Pulling fs layer [2021-01-14T09:46:00.799Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T09:46:00.799Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T09:46:00.799Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T09:46:00.799Z] 93b61091891f: Pulling fs layer [2021-01-14T09:46:00.799Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T09:46:00.799Z] 5e14af77c1be: Pulling fs layer [2021-01-14T09:46:00.799Z] 01666e4c0597: Pulling fs layer [2021-01-14T09:46:00.799Z] aa168da1d23b: Pulling fs layer [2021-01-14T09:46:00.799Z] 93b9cdb0e59b: Waiting [2021-01-14T09:46:00.799Z] 5e14af77c1be: Waiting [2021-01-14T09:46:00.799Z] 01666e4c0597: Waiting [2021-01-14T09:46:00.799Z] aa168da1d23b: Waiting [2021-01-14T09:46:00.799Z] 46f8f816bc3b: Waiting [2021-01-14T09:46:00.799Z] 93b61091891f: Waiting [2021-01-14T09:46:00.799Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T09:46:00.799Z] 36b3adc4ff6f: Download complete [2021-01-14T09:46:01.060Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T09:46:01.060Z] 46f8f816bc3b: Download complete [2021-01-14T09:46:01.060Z] df20fa9351a1: Verifying Checksum [2021-01-14T09:46:01.060Z] df20fa9351a1: Download complete [2021-01-14T09:46:01.060Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T09:46:01.060Z] 93b9cdb0e59b: Download complete [2021-01-14T09:46:01.060Z] 93b61091891f: Download complete [2021-01-14T09:46:01.060Z] 5e14af77c1be: Verifying Checksum [2021-01-14T09:46:01.060Z] 5e14af77c1be: Download complete [2021-01-14T09:46:01.060Z] 01666e4c0597: Verifying Checksum [2021-01-14T09:46:01.060Z] 01666e4c0597: Download complete [2021-01-14T09:46:01.321Z] df20fa9351a1: Pull complete [2021-01-14T09:46:01.583Z] 36b3adc4ff6f: Pull complete [2021-01-14T09:46:01.862Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T09:46:01.862Z] 8ad3a11d3b57: Download complete [2021-01-14T09:46:03.352Z] 8ad3a11d3b57: Pull complete [2021-01-14T09:46:03.630Z] aa168da1d23b: Verifying Checksum [2021-01-14T09:46:03.630Z] aa168da1d23b: Download complete [2021-01-14T09:46:03.630Z] 46f8f816bc3b: Pull complete [2021-01-14T09:46:03.908Z] 93b61091891f: Pull complete [2021-01-14T09:46:04.172Z] 93b9cdb0e59b: Pull complete [2021-01-14T09:46:04.441Z] 5e14af77c1be: Pull complete [2021-01-14T09:46:04.441Z] 01666e4c0597: Pull complete [2021-01-14T09:46:12.607Z] aa168da1d23b: Pull complete [2021-01-14T09:46:12.607Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T09:46:12.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T09:46:12.607Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T09:46:12.933Z] prd-centos7-docker-4c-2g-20192 does not seem to be running inside a container [2021-01-14T09:46:12.985Z] $ 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/294/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/294 -v /w/workspace/edgex-go/294:/w/workspace/edgex-go/294:rw,z -v /w/workspace/edgex-go/294@tmp:/w/workspace/edgex-go/294@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-14T09:46:15.490Z] $ docker top fb847a779b9ade10572ccc5f5824acc888c2b72a09003c9a02ff8ba42c99e684 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T09:46:16.047Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T09:46:16.349Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T09:46:16.646Z] + ls /var/log/sa-host [2021-01-14T09:46:16.646Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T09:46:16.646Z] file_magic: OK [2021-01-14T09:46:16.646Z] HZ: Using current value: 100 [2021-01-14T09:46:16.646Z] file_header: OK [2021-01-14T09:46:16.646Z] 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-14T09:46:16.646Z] Statistics: [2021-01-14T09:46:16.646Z] 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... [2021-01-14T09:46:16.646Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T09:46:16.646Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T09:46:16.646Z] file_magic: OK [2021-01-14T09:46:16.646Z] HZ: Using current value: 100 [2021-01-14T09:46:16.646Z] file_header: OK [2021-01-14T09:46:16.646Z] 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-14T09:46:16.646Z] Statistics: [2021-01-14T09:46:16.646Z] Hnuu...uuuununununu... [2021-01-14T09:46:16.646Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T09:46:17.364Z] provisioning config files... [2021-01-14T09:46:17.381Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/294@tmp/config5650668056134454437tmp [Pipeline] { [Pipeline] echo [2021-01-14T09:46:17.451Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:46:17.747Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T09:46:17.756Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T09:46:17.874Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:46:18.169Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T09:46:18.180Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:46:18.478Z] ---> sudo-logs.sh [2021-01-14T09:46:18.478Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T09:46:18.489Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:46:18.789Z] ---> job-cost.sh [2021-01-14T09:46:18.789Z] lf-activate-venv: SKIPPING [2021-01-14T09:46:18.789Z] INFO: No Stack... [2021-01-14T09:46:19.733Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T09:46:20.305Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T09:46:20.319Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T09:46:20.613Z] ---> logs-deploy.sh [2021-01-14T09:46:20.613Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/294 [2021-01-14T09:46:20.613Z] INFO: archiving workspace using pattern(s): [2021-01-14T09:46:22.530Z] Archives upload complete. [2021-01-14T09:46:22.530Z] INFO: archiving logs to Nexus