Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 455f88eb7f104c981a27c2f244562def9f736fdb 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32177 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/421 [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/421 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 455f88eb7f104c981a27c2f244562def9f736fdb (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 Commit message: "Merge pull request #3317 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.27" > git rev-list --no-walk 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T03:06:47.063Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T03:06:47.319Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T03:06:47.421Z] ========================================================= [2021-03-31T03:06:47.421Z] EdgeX Global Pipelines Version Info [2021-03-31T03:06:47.421Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:06:48.815Z] ------------------- [2021-03-31T03:06:48.815Z] stable info: [2021-03-31T03:06:48.815Z] ------------------- [2021-03-31T03:06:48.815Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T03:06:48.815Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T03:06:48.815Z] Message: update stable to v1.0.186 [2021-03-31T03:06:49.760Z] ------------------- [2021-03-31T03:06:49.760Z] experimental info: [2021-03-31T03:06:49.760Z] ------------------- [2021-03-31T03:06:49.760Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T03:06:49.760Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T03:06:49.760Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T03:06:50.026Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T03:06:50.117Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T03:06:50.237Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T03:06:50.358Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T03:06:50.457Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T03:06:50.554Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T03:06:50.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T03:06:50.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T03:06:50.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T03:06:51.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T03:06:51.123Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T03:06:51.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T03:06:51.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T03:06:51.397Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T03:06:51.479Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:06:51.563Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T03:06:51.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T03:06:51.744Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T03:06:51.848Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T03:06:51.946Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T03:06:52.033Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T03:06:52.117Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T03:06:52.200Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-31T03:06:52.295Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-31T03:06:52.391Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-31T03:06:52.471Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] echo [2021-03-31T03:06:52.554Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 455f88e [Pipeline] echo [2021-03-31T03:06:52.643Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:06:52.856Z] provisioning config files... [2021-03-31T03:06:52.889Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/421@tmp/config1793430281840725067tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:06:53.263Z] ---> docker-login.sh [2021-03-31T03:06:53.263Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:06:53.524Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:06:53.524Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:06:53.524Z] Configure a credential helper to remove this warning. See [2021-03-31T03:06:53.524Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:06:53.524Z] [2021-03-31T03:06:53.524Z] Login Succeeded [2021-03-31T03:06:53.524Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:06:53.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:06:53.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:06:53.786Z] Configure a credential helper to remove this warning. See [2021-03-31T03:06:53.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:06:53.786Z] [2021-03-31T03:06:53.786Z] Login Succeeded [2021-03-31T03:06:53.786Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:06:53.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:06:54.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:06:54.047Z] Configure a credential helper to remove this warning. See [2021-03-31T03:06:54.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:06:54.047Z] [2021-03-31T03:06:54.047Z] Login Succeeded [2021-03-31T03:06:54.047Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:06:54.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:06:54.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:06:54.047Z] Configure a credential helper to remove this warning. See [2021-03-31T03:06:54.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:06:54.047Z] [2021-03-31T03:06:54.047Z] Login Succeeded [2021-03-31T03:06:54.047Z] docker.io [2021-03-31T03:06:54.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:06:54.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:06:54.570Z] Configure a credential helper to remove this warning. See [2021-03-31T03:06:54.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:06:54.570Z] [2021-03-31T03:06:54.570Z] Login Succeeded [2021-03-31T03:06:54.570Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:06:54.579Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:06:55.098Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T03:06:55.098Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T03:06:55.098Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T03:06:55.098Z] ++ cut -d/ -f2 [2021-03-31T03:06:55.098Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T03:06:55.164Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:06:56.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:06:56.055Z] [2021-03-31T03:06:56.055Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:06:56.403Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:06:56.403Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T03:06:56.403Z] 31603596830f: Pulling fs layer [2021-03-31T03:06:56.403Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T03:06:56.403Z] 6ca5941a6612: Pulling fs layer [2021-03-31T03:06:56.403Z] ecc8261a40a4: Pulling fs layer [2021-03-31T03:06:56.403Z] ecc8261a40a4: Waiting [2021-03-31T03:06:56.403Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T03:06:56.403Z] 2a8b12db71e7: Download complete [2021-03-31T03:06:56.664Z] 31603596830f: Verifying Checksum [2021-03-31T03:06:56.664Z] 31603596830f: Download complete [2021-03-31T03:06:56.664Z] 6ca5941a6612: Verifying Checksum [2021-03-31T03:06:56.664Z] 6ca5941a6612: Download complete [2021-03-31T03:06:56.664Z] ecc8261a40a4: Verifying Checksum [2021-03-31T03:06:56.664Z] ecc8261a40a4: Download complete [2021-03-31T03:06:56.926Z] 31603596830f: Pull complete [2021-03-31T03:06:56.926Z] 2a8b12db71e7: Pull complete [2021-03-31T03:06:57.872Z] 6ca5941a6612: Pull complete [2021-03-31T03:06:57.872Z] ecc8261a40a4: Pull complete [2021-03-31T03:06:57.872Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T03:06:57.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:06:57.872Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T03:06:57.975Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:06:58.025Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T03:07:00.592Z] $ docker top f0da1b3fc9cdb915d8c262b1eb6bce2436ac407110140341e5d0f4da6ab097b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T03:07:00.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:07:00.973Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:07:01.179Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:07:01.183Z] $ docker exec f0da1b3fc9cdb915d8c262b1eb6bce2436ac407110140341e5d0f4da6ab097b1 ssh-agent [2021-03-31T03:07:01.343Z] SSH_AUTH_SOCK=/tmp/ssh-owfdMcEWiK1M/agent.11 [2021-03-31T03:07:01.343Z] SSH_AGENT_PID=16 [2021-03-31T03:07:01.355Z] Running ssh-add (command line suppressed) [2021-03-31T03:07:01.472Z] Identity added: /w/workspace/edgex-go/421@tmp/private_key_8701746927469737735.key (/w/workspace/edgex-go/421@tmp/private_key_8701746927469737735.key) [2021-03-31T03:07:01.522Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:07:01.893Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T03:07:01.914Z] $ docker exec --env ******** --env ******** f0da1b3fc9cdb915d8c262b1eb6bce2436ac407110140341e5d0f4da6ab097b1 ssh-agent -k [2021-03-31T03:07:02.020Z] unset SSH_AUTH_SOCK; [2021-03-31T03:07:02.021Z] unset SSH_AGENT_PID; [2021-03-31T03:07:02.021Z] echo Agent pid 16 killed; [2021-03-31T03:07:02.068Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T03:07:02.224Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:07:02.224Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:07:02.381Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:07:02.385Z] $ docker exec f0da1b3fc9cdb915d8c262b1eb6bce2436ac407110140341e5d0f4da6ab097b1 ssh-agent [2021-03-31T03:07:02.548Z] SSH_AUTH_SOCK=/tmp/ssh-mWUuXaLHn7cz/agent.45 [2021-03-31T03:07:02.548Z] SSH_AGENT_PID=51 [2021-03-31T03:07:02.556Z] Running ssh-add (command line suppressed) [2021-03-31T03:07:02.714Z] Identity added: /w/workspace/edgex-go/421@tmp/private_key_7211263162892217304.key (/w/workspace/edgex-go/421@tmp/private_key_7211263162892217304.key) [2021-03-31T03:07:02.787Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:07:03.117Z] + git semver init [2021-03-31T03:07:03.117Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T03:07:03.117Z] # $GIT_DIR = /w/workspace/edgex-go/421/.git [2021-03-31T03:07:03.117Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/421 [2021-03-31T03:07:03.117Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T03:07:03.117Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T03:07:03.117Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T03:07:03.117Z] # $SEMVER_BRANCH = master [2021-03-31T03:07:03.117Z] # $SEMVER_TEMP = /tmp/semver-487193341 [2021-03-31T03:07:03.117Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T03:07:21.270Z] # '/tmp/semver-487193341' -> '/w/workspace/edgex-go/421/.semver' [2021-03-31T03:07:21.270Z] # -> Force: false [2021-03-31T03:07:21.270Z] # $SEMVER_DIR = /w/workspace/edgex-go/421/.semver [Pipeline] } [2021-03-31T03:07:21.283Z] $ docker exec --env ******** --env ******** f0da1b3fc9cdb915d8c262b1eb6bce2436ac407110140341e5d0f4da6ab097b1 ssh-agent -k [2021-03-31T03:07:21.478Z] unset SSH_AUTH_SOCK; [2021-03-31T03:07:21.478Z] unset SSH_AGENT_PID; [2021-03-31T03:07:21.478Z] echo Agent pid 51 killed; [2021-03-31T03:07:21.533Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:07:22.109Z] + git semver [Pipeline] } [2021-03-31T03:07:22.127Z] $ docker stop --time=1 f0da1b3fc9cdb915d8c262b1eb6bce2436ac407110140341e5d0f4da6ab097b1 [2021-03-31T03:07:23.694Z] $ docker rm -f f0da1b3fc9cdb915d8c262b1eb6bce2436ac407110140341e5d0f4da6ab097b1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:07:24.203Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T03:07:24.649Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T03:07:24.652Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.153 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T03:07:25.627Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:07:25.922Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:07:26.218Z] + sudo service docker restart [2021-03-31T03:07:26.218Z] + true [2021-03-31T03:07:26.218Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T03:07:26.810Z] ========================================================= [2021-03-31T03:07:26.810Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T03:07:26.810Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:07:27.176Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-31T03:07:31.402Z] Sending build context to Docker daemon 329MB [2021-03-31T03:07:31.402Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:07:31.402Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:07:31.402Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T03:07:31.402Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T03:07:31.402Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T03:07:31.402Z] de9db76c5a1d: Pulling fs layer [2021-03-31T03:07:31.402Z] bca2f99d35d6: Pulling fs layer [2021-03-31T03:07:31.402Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T03:07:31.402Z] 7c6f9722023f: Pulling fs layer [2021-03-31T03:07:31.402Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T03:07:31.402Z] a35cf1a2eb13: Waiting [2021-03-31T03:07:31.402Z] 93359f2a8cfa: Waiting [2021-03-31T03:07:31.402Z] bca2f99d35d6: Waiting [2021-03-31T03:07:31.402Z] de9db76c5a1d: Verifying Checksum [2021-03-31T03:07:31.402Z] de9db76c5a1d: Download complete [2021-03-31T03:07:31.402Z] 0ef7d3d256c8: Download complete [2021-03-31T03:07:31.402Z] 93359f2a8cfa: Verifying Checksum [2021-03-31T03:07:31.402Z] 93359f2a8cfa: Download complete [2021-03-31T03:07:31.402Z] 7c6f9722023f: Verifying Checksum [2021-03-31T03:07:31.402Z] 7c6f9722023f: Download complete [2021-03-31T03:07:31.974Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T03:07:31.974Z] 188c0c94c7c5: Download complete [2021-03-31T03:07:32.235Z] 188c0c94c7c5: Pull complete [2021-03-31T03:07:32.496Z] 0ef7d3d256c8: Pull complete [2021-03-31T03:07:32.496Z] de9db76c5a1d: Pull complete [2021-03-31T03:07:33.882Z] a35cf1a2eb13: Verifying Checksum [2021-03-31T03:07:33.882Z] a35cf1a2eb13: Download complete [2021-03-31T03:07:34.459Z] bca2f99d35d6: Verifying Checksum [2021-03-31T03:07:34.459Z] bca2f99d35d6: Download complete [2021-03-31T03:07:39.781Z] bca2f99d35d6: Pull complete [2021-03-31T03:07:39.781Z] 93359f2a8cfa: Pull complete [2021-03-31T03:07:39.781Z] 7c6f9722023f: Pull complete [2021-03-31T03:07:40.096Z] Still waiting to schedule task [2021-03-31T03:07:40.096Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-31T03:07:44.000Z] a35cf1a2eb13: Pull complete [2021-03-31T03:07:44.000Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T03:07:44.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T03:07:44.000Z] ---> a62c8e92a672 [2021-03-31T03:07:44.000Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T03:07:44.000Z] ---> Running in 2de7a062d8e0 [2021-03-31T03:07:44.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:07:45.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:07:45.826Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:07:46.087Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:07:46.087Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:07:46.348Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:07:51.635Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:07:51.635Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:07:51.635Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:07:51.635Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:07:51.897Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:07:51.897Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:07:51.897Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:07:52.157Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:07:52.157Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:07:52.157Z] OK: 233 MiB in 51 packages [2021-03-31T03:07:55.467Z] Removing intermediate container 2de7a062d8e0 [2021-03-31T03:07:55.467Z] ---> 1d1fd06c4a17 [2021-03-31T03:07:55.467Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T03:07:55.467Z] ---> Running in b2933942cbd4 [2021-03-31T03:07:55.730Z] Removing intermediate container b2933942cbd4 [2021-03-31T03:07:55.730Z] ---> 1f862b4bf5e9 [2021-03-31T03:07:55.730Z] Step 5/6 : COPY go.mod . [2021-03-31T03:07:55.991Z] ---> 77735534d741 [2021-03-31T03:07:55.991Z] Step 6/6 : RUN go mod download [2021-03-31T03:07:55.991Z] ---> Running in 49a6f2894306 [2021-03-31T03:08:17.988Z] Removing intermediate container 49a6f2894306 [2021-03-31T03:08:17.988Z] ---> 3004a999abbd [2021-03-31T03:08:17.988Z] Successfully built 3004a999abbd [2021-03-31T03:08:17.988Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:08:18.294Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:08:18.294Z] . [Pipeline] withDockerContainer [2021-03-31T03:08:18.389Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:08:18.449Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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-x86_64 cat [2021-03-31T03:08:19.289Z] $ docker top 3761136745e80a00acc27b16c622cc0c701364ed705cab3c4a426bb89af09388 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:08:19.769Z] + go version [2021-03-31T03:08:19.769Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T03:08:19.780Z] $ docker stop --time=1 3761136745e80a00acc27b16c622cc0c701364ed705cab3c4a426bb89af09388 [2021-03-31T03:08:21.117Z] $ docker rm -f 3761136745e80a00acc27b16c622cc0c701364ed705cab3c4a426bb89af09388 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:08:21.974Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T03:08:21.974Z] . [Pipeline] withDockerContainer [2021-03-31T03:08:22.068Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:08:22.118Z] $ 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/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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-x86_64 cat [2021-03-31T03:08:22.744Z] $ docker top cc89241b4f540ac74e385acb2a7a852e695a9beabd8ee4589efb7a38ed647db9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:08:22.942Z] ========================================================= [2021-03-31T03:08:22.942Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T03:08:22.942Z] ========================================================= [Pipeline] sh [2021-03-31T03:08:23.227Z] + make test [2021-03-31T03:08:23.228Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T03:08:31.401Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T03:08:46.428Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T03:08:51.782Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T03:08:51.782Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T03:08:51.782Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T03:08:54.382Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T03:08:54.382Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T03:08:54.382Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T03:08:54.382Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T03:08:54.964Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T03:08:55.541Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T03:08:57.491Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T03:08:57.491Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T03:08:57.491Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T03:09:00.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.110s coverage: 45.9% of statements [2021-03-31T03:09:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T03:09:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T03:09:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T03:09:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T03:09:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T03:09:00.093Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T03:09:00.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.045s coverage: 19.8% of statements [2021-03-31T03:09:00.093Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.074s coverage: 100.0% of statements [2021-03-31T03:09:02.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.167s coverage: 27.1% of statements [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T03:09:02.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T03:09:02.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T03:09:02.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 71.3% of statements [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T03:09:02.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T03:09:04.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.175s coverage: 82.9% of statements [2021-03-31T03:09:04.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T03:09:04.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:09:04.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-03-31T03:09:04.660Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T03:09:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.333s coverage: 28.6% of statements [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T03:09:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.099s coverage: 100.0% of statements [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T03:09:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T03:09:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T03:09:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.138s coverage: 97.5% of statements [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T03:09:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T03:09:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T03:09:09.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.340s coverage: 92.8% of statements [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T03:09:09.215Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T03:09:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T03:09:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 1.0% of statements [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T03:09:09.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T03:09:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-03-31T03:09:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-03-31T03:09:09.216Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-03-31T03:09:09.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.576s coverage: 96.3% of statements [2021-03-31T03:09:09.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-03-31T03:09:21.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.062s coverage: 94.4% of statements [2021-03-31T03:09:21.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements [2021-03-31T03:09:25.076Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.475s coverage: 82.6% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.081s coverage: 92.9% of statements [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 64.4% of statements [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.321s coverage: 69.0% of statements [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T03:09:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T03:09:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.119s coverage: 38.4% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.061s coverage: 89.5% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.0% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.044s coverage: 100.0% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.132s coverage: 87.1% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.699s coverage: 29.1% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 95.0% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T03:09:35.507Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-03-31T03:09:35.507Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.032s coverage: 100.0% of statements [2021-03-31T03:09:35.507Z] GO111MODULE=on go vet ./... [2021-03-31T03:09:57.623Z] gofmt -l . [2021-03-31T03:09:58.566Z] [ "`gofmt -l .`" = "" ] [2021-03-31T03:09:59.136Z] ./bin/test-go-mod-tidy.sh [2021-03-31T03:09:59.399Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T03:10:00.585Z] + ls -al . [2021-03-31T03:10:00.585Z] total 780 [2021-03-31T03:10:00.585Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 03:09 . [2021-03-31T03:10:00.585Z] drwxr-xr-x 4 root root 32 Mar 31 03:08 .. [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 03:06 .dockerignore [2021-03-31T03:10:00.585Z] drwxrwxr-x 8 1001 1001 162 Mar 31 03:06 .git [2021-03-31T03:10:00.585Z] drwxrwxr-x 3 1001 1001 125 Mar 31 03:06 .github [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 03:06 .gitignore [2021-03-31T03:10:00.585Z] drwx------ 3 1001 1001 45 Mar 31 03:07 .semver [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 03:06 .sonarcloud.properties [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 03:06 Attribution.txt [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 03:06 CONTRIBUTING.md [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 03:06 Dockerfile.build [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 03:06 Jenkinsfile [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 03:06 LICENSE [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 03:06 Makefile [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 03:06 README.md [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 03:06 SECURITY.md [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 13 Mar 31 03:07 VERSION [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 03:06 ZMQWindows.md [2021-03-31T03:10:00.585Z] drwxrwxr-x 2 1001 1001 117 Mar 31 03:06 bin [2021-03-31T03:10:00.585Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 03:06 cmd [2021-03-31T03:10:00.585Z] -rw-r--r-- 1 root root 669470 Mar 31 03:09 coverage.out [2021-03-31T03:10:00.585Z] -rw-r--r-- 1 root root 1056 Mar 31 03:09 go.mod [2021-03-31T03:10:00.585Z] -rw-r--r-- 1 root root 22302 Mar 31 03:09 go.sum [2021-03-31T03:10:00.585Z] drwxrwxr-x 8 1001 1001 127 Mar 31 03:06 internal [2021-03-31T03:10:00.585Z] drwxrwxr-x 4 1001 1001 26 Mar 31 03:06 openapi [2021-03-31T03:10:00.585Z] drwxrwxr-x 4 1001 1001 71 Mar 31 03:06 snap [2021-03-31T03:10:00.585Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 03:06 version.go [Pipeline] sh [2021-03-31T03:10:00.890Z] + '[' -e coverage.out ] [2021-03-31T03:10:00.891Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T03:10:01.113Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T03:10:01.420Z] + make build [2021-03-31T03:10:01.420Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:10:05.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:10:13.483Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:10:13.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:10:15.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:10:15.712Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:10:17.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:10:18.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:10:19.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:10:20.858Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:10:21.820Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:10:23.228Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-31T03:10:24.661Z] $ docker stop --time=1 cc89241b4f540ac74e385acb2a7a852e695a9beabd8ee4589efb7a38ed647db9 [2021-03-31T03:10:26.351Z] $ docker rm -f cc89241b4f540ac74e385acb2a7a852e695a9beabd8ee4589efb7a38ed647db9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:10:29.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:10:29.697Z] [2021-03-31T03:10:29.697Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:10:30.040Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:10:30.040Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T03:10:30.040Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T03:10:30.040Z] ca9280d653b3: Pulling fs layer [2021-03-31T03:10:30.040Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T03:10:30.612Z] cbdbe7a5bc2a: Download complete [2021-03-31T03:10:30.874Z] cbdbe7a5bc2a: Pull complete [2021-03-31T03:10:31.135Z] ca9280d653b3: Verifying Checksum [2021-03-31T03:10:31.135Z] ca9280d653b3: Download complete [2021-03-31T03:10:32.091Z] ca9280d653b3: Pull complete [2021-03-31T03:10:32.091Z] 7e9c9ca2126c: Verifying Checksum [2021-03-31T03:10:32.091Z] 7e9c9ca2126c: Download complete [2021-03-31T03:10:37.415Z] 7e9c9ca2126c: Pull complete [2021-03-31T03:10:37.415Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T03:10:37.415Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:10:37.415Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T03:10:37.524Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:10:37.565Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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:latest cat [2021-03-31T03:10:40.459Z] $ docker top 31966dad654835916ca5bf2bfb8118c2690bbb106918f0b694c734af2af740ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:10:40.990Z] + docker-compose build --help [2021-03-31T03:10:40.990Z] + grep parallel [2021-03-31T03:10:41.934Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T03:10:41.947Z] $ docker stop --time=1 31966dad654835916ca5bf2bfb8118c2690bbb106918f0b694c734af2af740ad [2021-03-31T03:10:43.308Z] $ docker rm -f 31966dad654835916ca5bf2bfb8118c2690bbb106918f0b694c734af2af740ad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:10:43.910Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T03:10:43.910Z] . [Pipeline] withDockerContainer [2021-03-31T03:10:44.014Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:10:44.070Z] $ 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/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T03:10:44.663Z] $ docker top 95ba2126fb25040fd18d3748ecb9ac4faaa26f6224d16d8c699b181d6556d970 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:10:45.142Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:10:46.091Z] Building docker-core-command-go ... [2021-03-31T03:10:46.091Z] Building docker-core-data-go ... [2021-03-31T03:10:46.091Z] Building docker-core-metadata-go ... [2021-03-31T03:10:46.091Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:10:46.091Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:10:46.091Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:10:46.091Z] Building docker-support-notifications-go ... [2021-03-31T03:10:46.091Z] Building docker-support-scheduler-go ... [2021-03-31T03:10:46.091Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:10:46.091Z] Building docker-security-proxy-setup-go [2021-03-31T03:10:46.091Z] Building docker-core-command-go [2021-03-31T03:10:46.091Z] Building docker-sys-mgmt-agent-go [2021-03-31T03:10:46.091Z] Building docker-core-metadata-go [2021-03-31T03:10:46.091Z] Building docker-security-secretstore-setup-go [2021-03-31T03:10:47.730Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32183 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-31T03:10:47.787Z] Running in /w/workspace/edgex-go/421 [Pipeline] { [Pipeline] checkout [2021-03-31T03:10:53.264Z] using credential edgex-jenkins-ssh [2021-03-31T03:10:53.361Z] Cloning the remote Git repository [2021-03-31T03:10:53.443Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:10:53.552Z] > git init /w/workspace/edgex-go/421 # timeout=10 [2021-03-31T03:10:53.649Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:10:53.650Z] > git --version # timeout=10 [2021-03-31T03:10:53.669Z] > git --version # 'git version 2.17.1' [2021-03-31T03:10:53.671Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:10:53.738Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:11:10.174Z] Checking out Revision 455f88eb7f104c981a27c2f244562def9f736fdb (master) [2021-03-31T03:11:09.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:11:09.437Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T03:11:09.466Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T03:11:09.507Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T03:11:09.508Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T03:11:09.521Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T03:11:10.207Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T03:11:10.222Z] > git checkout -f 455f88eb7f104c981a27c2f244562def9f736fdb # timeout=10 [2021-03-31T03:11:15.037Z] Commit message: "Merge pull request #3317 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.27" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-31T03:11:16.487Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:11:16.895Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T03:11:17.241Z] + true [2021-03-31T03:11:17.241Z] + sudo service docker restart [2021-03-31T03:11:18.526Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:11:18.526Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:11:18.526Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:11:18.526Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:11:18.526Z] ---> 3004a999abbd [2021-03-31T03:11:18.526Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:11:18.526Z] ---> 3004a999abbd [2021-03-31T03:11:18.526Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:11:18.526Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:11:18.526Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:11:18.526Z] ---> 3004a999abbd [2021-03-31T03:11:18.526Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:11:18.526Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:11:18.526Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:11:18.526Z] ---> 3004a999abbd [2021-03-31T03:11:18.526Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:11:18.526Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:11:18.526Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:11:18.526Z] ---> 3004a999abbd [2021-03-31T03:11:18.526Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:11:18.526Z] ---> Running in 77c4dccceb63 [2021-03-31T03:11:18.526Z] ---> Running in 798dd81cf399 [2021-03-31T03:11:18.526Z] ---> Running in f3f78d8856aa [2021-03-31T03:11:18.526Z] ---> Running in 5cbfe9538985 [2021-03-31T03:11:18.526Z] ---> Running in 4150579dc66e [2021-03-31T03:11:18.526Z] Removing intermediate container 4150579dc66e [2021-03-31T03:11:18.526Z] ---> 7b212770a477 [2021-03-31T03:11:18.526Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:11:18.526Z] Removing intermediate container 77c4dccceb63 [2021-03-31T03:11:18.526Z] ---> 20c0c7fa2898 [2021-03-31T03:11:18.526Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:11:18.526Z] Removing intermediate container f3f78d8856aa [2021-03-31T03:11:18.526Z] ---> 9008374a0f59 [2021-03-31T03:11:18.526Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:11:18.526Z] Removing intermediate container 5cbfe9538985 [2021-03-31T03:11:18.526Z] ---> af33b9cc7bbe [2021-03-31T03:11:18.526Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:11:18.526Z] Removing intermediate container 798dd81cf399 [2021-03-31T03:11:18.526Z] ---> df62f254e897 [2021-03-31T03:11:18.526Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:11:18.526Z] ---> Running in c122df07658b [2021-03-31T03:11:18.526Z] ---> Running in 7246b520fb51 [2021-03-31T03:11:18.526Z] ---> Running in 7e24d3253f6d [2021-03-31T03:11:18.526Z] ---> Running in 37e50ae0f80f [2021-03-31T03:11:18.526Z] ---> Running in 493e8a985682 [2021-03-31T03:11:18.526Z] Removing intermediate container 7246b520fb51 [2021-03-31T03:11:18.526Z] ---> 259a83c43415 [2021-03-31T03:11:18.526Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:11:18.526Z] Removing intermediate container c122df07658b [2021-03-31T03:11:18.526Z] ---> 7a034f93e2ca [2021-03-31T03:11:18.526Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:11:18.526Z] ---> Running in 99d22b919308 [2021-03-31T03:11:18.526Z] Removing intermediate container 7e24d3253f6d [2021-03-31T03:11:18.526Z] ---> ba00a0dc2cca [2021-03-31T03:11:18.526Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:11:18.526Z] ---> Running in afece6cb0afd [2021-03-31T03:11:18.526Z] Removing intermediate container 493e8a985682 [2021-03-31T03:11:18.526Z] ---> a8136b8754f9 [2021-03-31T03:11:18.526Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:11:18.526Z] Removing intermediate container 37e50ae0f80f [2021-03-31T03:11:18.526Z] ---> d5636a659b69 [2021-03-31T03:11:18.526Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:11:18.526Z] ---> Running in 2bb7b7728b8d [2021-03-31T03:11:18.526Z] ---> Running in f176901db6a6 [2021-03-31T03:11:18.526Z] ---> Running in 88267ba4e112 [2021-03-31T03:11:19.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:19.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:19.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:19.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:19.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:11:19.356Z] provisioning config files... [2021-03-31T03:11:19.398Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/421@tmp/config6628782164426872732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:11:19.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:19.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:19.774Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:19.824Z] ---> docker-login.sh [2021-03-31T03:11:19.824Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:11:20.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:20.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:11:20.035Z] OK: 233 MiB in 51 packages [2021-03-31T03:11:20.299Z] OK: 233 MiB in 51 packages [2021-03-31T03:11:20.299Z] OK: 233 MiB in 51 packages [2021-03-31T03:11:20.562Z] OK: 233 MiB in 51 packages [2021-03-31T03:11:20.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:11:20.823Z] OK: 233 MiB in 51 packages [2021-03-31T03:11:20.823Z] Removing intermediate container 99d22b919308 [2021-03-31T03:11:20.823Z] ---> fe8ba3adc0d9 [2021-03-31T03:11:20.823Z] Step 6/23 : COPY go.mod . [2021-03-31T03:11:21.084Z] Removing intermediate container 2bb7b7728b8d [2021-03-31T03:11:21.084Z] ---> 01e6944eed57 [2021-03-31T03:11:21.084Z] Step 6/24 : COPY go.mod . [2021-03-31T03:11:21.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:11:21.091Z] Configure a credential helper to remove this warning. See [2021-03-31T03:11:21.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:11:21.091Z] [2021-03-31T03:11:21.091Z] Login Succeeded [2021-03-31T03:11:21.091Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:11:21.345Z] ---> 47af7146dab9 [2021-03-31T03:11:21.345Z] Step 7/23 : RUN go mod download [2021-03-31T03:11:21.345Z] Removing intermediate container afece6cb0afd [2021-03-31T03:11:21.345Z] ---> 7489aac9ac76 [2021-03-31T03:11:21.345Z] Step 6/26 : COPY go.mod . [2021-03-31T03:11:21.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:11:21.611Z] ---> Running in b02c06dd9d48 [2021-03-31T03:11:21.611Z] ---> 9004fae31602 [2021-03-31T03:11:21.611Z] Step 7/24 : RUN go mod download [2021-03-31T03:11:21.611Z] Removing intermediate container 88267ba4e112 [2021-03-31T03:11:21.611Z] ---> a5870b42dfe8 [2021-03-31T03:11:21.611Z] Step 6/23 : COPY go.mod . [2021-03-31T03:11:21.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:11:21.641Z] Configure a credential helper to remove this warning. See [2021-03-31T03:11:21.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:11:21.641Z] [2021-03-31T03:11:21.641Z] Login Succeeded [2021-03-31T03:11:21.641Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:11:21.881Z] ---> Running in ae57c222c9dc [2021-03-31T03:11:21.881Z] Removing intermediate container f176901db6a6 [2021-03-31T03:11:21.881Z] ---> a00cef3a0270 [2021-03-31T03:11:21.881Z] Step 6/21 : COPY go.mod . [2021-03-31T03:11:21.881Z] ---> 70f0df952f26 [2021-03-31T03:11:21.881Z] Step 7/26 : RUN go mod download [2021-03-31T03:11:21.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:11:22.156Z] ---> 7a4fd61880b2 [2021-03-31T03:11:22.156Z] Step 7/23 : RUN go mod download [2021-03-31T03:11:22.156Z] ---> Running in e3b07749a568 [2021-03-31T03:11:22.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:11:22.187Z] Configure a credential helper to remove this warning. See [2021-03-31T03:11:22.187Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:11:22.187Z] [2021-03-31T03:11:22.187Z] Login Succeeded [2021-03-31T03:11:22.187Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:11:22.422Z] ---> Running in 743fc98d3871 [2021-03-31T03:11:22.422Z] ---> decf094fe770 [2021-03-31T03:11:22.422Z] Step 7/21 : RUN go mod download [2021-03-31T03:11:22.463Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:11:22.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:11:22.463Z] Configure a credential helper to remove this warning. See [2021-03-31T03:11:22.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:11:22.463Z] [2021-03-31T03:11:22.463Z] Login Succeeded [2021-03-31T03:11:22.463Z] docker.io [2021-03-31T03:11:22.684Z] ---> Running in 5bdd76c9946b [2021-03-31T03:11:23.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:11:23.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:11:23.336Z] Configure a credential helper to remove this warning. See [2021-03-31T03:11:23.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:11:23.336Z] [2021-03-31T03:11:23.336Z] Login Succeeded [2021-03-31T03:11:23.336Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:11:23.354Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-31T03:11:23.855Z] ========================================================= [2021-03-31T03:11:23.856Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-31T03:11:23.856Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:11:24.082Z] Removing intermediate container ae57c222c9dc [2021-03-31T03:11:24.082Z] ---> b1a3fc7b5739 [2021-03-31T03:11:24.082Z] Step 8/24 : COPY . . [2021-03-31T03:11:24.082Z] Removing intermediate container b02c06dd9d48 [2021-03-31T03:11:24.082Z] ---> 3c284875bcc6 [2021-03-31T03:11:24.082Z] Step 8/23 : COPY . . [2021-03-31T03:11:24.251Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-31T03:11:26.643Z] Removing intermediate container e3b07749a568 [2021-03-31T03:11:26.644Z] ---> 725327499c81 [2021-03-31T03:11:26.644Z] Step 8/26 : COPY . . [2021-03-31T03:11:26.644Z] Removing intermediate container 5bdd76c9946b [2021-03-31T03:11:26.644Z] ---> 627a2f2348db [2021-03-31T03:11:26.644Z] Step 8/21 : COPY . . [2021-03-31T03:11:26.922Z] Sending build context to Docker daemon 167MB [2021-03-31T03:11:26.922Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T03:11:26.922Z] Step 2/6 : FROM ${BASE} [2021-03-31T03:11:26.922Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-31T03:11:26.922Z] 5f621e34cdf4: Pulling fs layer [2021-03-31T03:11:26.922Z] a4357932f1b6: Pulling fs layer [2021-03-31T03:11:26.922Z] 18c013af1878: Pulling fs layer [2021-03-31T03:11:26.922Z] 00ac8860ef70: Pulling fs layer [2021-03-31T03:11:26.922Z] 63d7cb157983: Pulling fs layer [2021-03-31T03:11:26.922Z] b116817d02f9: Pulling fs layer [2021-03-31T03:11:26.922Z] 745a02a5169b: Pulling fs layer [2021-03-31T03:11:26.922Z] 00ac8860ef70: Waiting [2021-03-31T03:11:26.922Z] 63d7cb157983: Waiting [2021-03-31T03:11:26.922Z] b116817d02f9: Waiting [2021-03-31T03:11:26.922Z] 745a02a5169b: Waiting [2021-03-31T03:11:26.922Z] 18c013af1878: Verifying Checksum [2021-03-31T03:11:26.922Z] 18c013af1878: Download complete [2021-03-31T03:11:26.922Z] a4357932f1b6: Verifying Checksum [2021-03-31T03:11:26.922Z] a4357932f1b6: Download complete [2021-03-31T03:11:26.922Z] 63d7cb157983: Download complete [2021-03-31T03:11:26.922Z] b116817d02f9: Download complete [2021-03-31T03:11:27.195Z] 5f621e34cdf4: Verifying Checksum [2021-03-31T03:11:27.195Z] 5f621e34cdf4: Download complete [2021-03-31T03:11:27.807Z] 5f621e34cdf4: Pull complete [2021-03-31T03:11:28.411Z] a4357932f1b6: Pull complete [2021-03-31T03:11:28.699Z] 18c013af1878: Pull complete [2021-03-31T03:11:29.692Z] 745a02a5169b: Verifying Checksum [2021-03-31T03:11:29.693Z] 745a02a5169b: Download complete [2021-03-31T03:11:29.970Z] Removing intermediate container 743fc98d3871 [2021-03-31T03:11:29.970Z] ---> 0ee27ed5f54d [2021-03-31T03:11:29.970Z] Step 8/23 : COPY . . [2021-03-31T03:11:30.675Z] 00ac8860ef70: Verifying Checksum [2021-03-31T03:11:30.676Z] 00ac8860ef70: Download complete [2021-03-31T03:11:40.851Z] 00ac8860ef70: Pull complete [2021-03-31T03:11:41.125Z] 63d7cb157983: Pull complete [2021-03-31T03:11:41.415Z] b116817d02f9: Pull complete [2021-03-31T03:11:44.832Z] 745a02a5169b: Pull complete [2021-03-31T03:11:44.832Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-31T03:11:44.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-31T03:11:44.832Z] ---> b7e6874047d6 [2021-03-31T03:11:44.832Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-31T03:11:49.161Z] ---> Running in b1eb6f0ced61 [2021-03-31T03:11:49.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:11:50.743Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:11:52.197Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T03:11:52.473Z] (2/12) Installing file (5.38-r0) [2021-03-31T03:11:52.745Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T03:11:52.745Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T03:12:02.162Z] ---> 18037f272cd4 [2021-03-31T03:12:02.162Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T03:12:02.162Z] ---> 9f25f71f98d2 [2021-03-31T03:12:02.162Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:12:02.162Z] ---> 7cef7937090e [2021-03-31T03:12:02.162Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:12:02.735Z] ---> Running in 0fff4cc7fb87 [2021-03-31T03:12:02.735Z] ---> Running in 8ab1bbdeae2a [2021-03-31T03:12:02.735Z] ---> Running in 7b6be70e624e [2021-03-31T03:12:02.735Z] ---> bfd1185ac7a7 [2021-03-31T03:12:02.735Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:12:02.735Z] ---> ad6fb7a0c16f [2021-03-31T03:12:02.735Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:12:02.998Z] ---> Running in 56a2fcf0e24b [2021-03-31T03:12:02.998Z] ---> Running in 8d8b902883c7 [2021-03-31T03:12:03.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:12:03.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:12:03.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:12:03.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:12:03.981Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-command/core-command ./cmd/core-command [2021-03-31T03:12:19.521Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T03:12:19.521Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T03:12:19.521Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T03:12:19.521Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T03:12:19.521Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T03:12:19.521Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T03:12:19.521Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T03:12:19.521Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T03:12:19.521Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:12:19.521Z] OK: 217 MiB in 51 packages [2021-03-31T03:12:22.139Z] Removing intermediate container b1eb6f0ced61 [2021-03-31T03:12:22.139Z] ---> d486c0b4118b [2021-03-31T03:12:22.139Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T03:12:22.414Z] ---> Running in 3f3dba242098 [2021-03-31T03:12:22.688Z] Removing intermediate container 3f3dba242098 [2021-03-31T03:12:22.688Z] ---> 4b53fe32d218 [2021-03-31T03:12:22.688Z] Step 5/6 : COPY go.mod . [2021-03-31T03:12:23.288Z] ---> 33e2a297ad88 [2021-03-31T03:12:23.288Z] Step 6/6 : RUN go mod download [2021-03-31T03:12:23.562Z] ---> Running in 1d7faf000dcf [2021-03-31T03:12:36.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:12:36.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:12:42.823Z] Removing intermediate container 8ab1bbdeae2a [2021-03-31T03:12:42.823Z] ---> c17237a394ce [2021-03-31T03:12:42.823Z] [2021-03-31T03:12:42.823Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:12:42.823Z] Removing intermediate container 56a2fcf0e24b [2021-03-31T03:12:42.823Z] ---> 2b750bb724bb [2021-03-31T03:12:42.823Z] [2021-03-31T03:12:42.823Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:12:42.823Z] Removing intermediate container 8d8b902883c7 [2021-03-31T03:12:42.823Z] ---> 152df9fb50cc [2021-03-31T03:12:42.823Z] [2021-03-31T03:12:42.823Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:12:42.823Z] Removing intermediate container 0fff4cc7fb87 [2021-03-31T03:12:42.823Z] ---> fc5c1b261ebf [2021-03-31T03:12:42.823Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:12:42.823Z] 3.12: Pulling from library/alpine [2021-03-31T03:12:42.823Z] 3.12: Pulling from library/alpine [2021-03-31T03:12:42.823Z] 3.12: Pulling from library/alpine [2021-03-31T03:12:42.823Z] ---> Running in b11ef2cd7fe4 [2021-03-31T03:12:43.087Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:12:43.671Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:12:43.671Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:12:43.671Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:12:43.671Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:12:43.671Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:12:43.671Z] ---> 42cb162f0360 [2021-03-31T03:12:43.671Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:12:43.671Z] ---> 42cb162f0360 [2021-03-31T03:12:43.671Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:12:43.671Z] Status: Image is up to date for alpine:3.12 [2021-03-31T03:12:43.671Z] ---> 42cb162f0360 [2021-03-31T03:12:43.671Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:12:45.591Z] ---> Running in b8b54bb81ecf [2021-03-31T03:12:45.591Z] ---> Running in f8965935044a [2021-03-31T03:12:45.591Z] ---> Running in e3a3d28bb333 [2021-03-31T03:12:45.591Z] Removing intermediate container 7b6be70e624e [2021-03-31T03:12:45.591Z] ---> f4362a0b4fbc [2021-03-31T03:12:45.591Z] [2021-03-31T03:12:45.591Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:12:45.591Z] ---> 42cb162f0360 [2021-03-31T03:12:45.591Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:12:45.591Z] ---> Running in c014f554414f [2021-03-31T03:12:45.851Z] Removing intermediate container b11ef2cd7fe4 [2021-03-31T03:12:45.851Z] ---> 74eb2f78db75 [2021-03-31T03:12:45.851Z] [2021-03-31T03:12:45.851Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:12:45.851Z] 20.10.0: Pulling from library/docker [2021-03-31T03:12:46.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:46.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:46.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:46.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:46.432Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:12:46.432Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:12:46.432Z] OK: 6 MiB in 15 packages [2021-03-31T03:12:46.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:46.716Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:12:46.716Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:12:46.716Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:12:46.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:46.716Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:12:46.716Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:12:46.716Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:12:46.716Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:12:46.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:46.716Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:12:46.716Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:46.716Z] OK: 7 MiB in 20 packages [2021-03-31T03:12:46.716Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:12:46.999Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:12:46.999Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:12:46.999Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:12:46.999Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:12:46.999Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:12:46.999Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:12:46.999Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:12:46.999Z] OK: 6 MiB in 15 packages [2021-03-31T03:12:46.999Z] OK: 7 MiB in 18 packages [2021-03-31T03:12:49.551Z] Removing intermediate container b8b54bb81ecf [2021-03-31T03:12:49.551Z] ---> f93a432a3dec [2021-03-31T03:12:49.551Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:12:49.551Z] ---> Running in 431cc6481066 [2021-03-31T03:12:49.551Z] Removing intermediate container f8965935044a [2021-03-31T03:12:49.551Z] ---> 7cfdc30676b3 [2021-03-31T03:12:49.551Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:12:49.811Z] Removing intermediate container c014f554414f [2021-03-31T03:12:49.811Z] ---> 3c823966c321 [2021-03-31T03:12:49.811Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:12:50.077Z] ---> Running in 02860f9a729a [2021-03-31T03:12:50.077Z] Removing intermediate container e3a3d28bb333 [2021-03-31T03:12:50.077Z] ---> ab1dcc757fd6 [2021-03-31T03:12:50.077Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:12:50.341Z] ---> Running in b282ab404974 [2021-03-31T03:12:50.341Z] Removing intermediate container 431cc6481066 [2021-03-31T03:12:50.341Z] ---> 8b0ef50e0e13 [2021-03-31T03:12:50.341Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:12:50.341Z] ---> Running in 04b09fb050dc [2021-03-31T03:12:50.341Z] ---> Running in e3c8d0554767 [2021-03-31T03:12:50.602Z] Removing intermediate container 02860f9a729a [2021-03-31T03:12:50.602Z] ---> 00ab86eb9d21 [2021-03-31T03:12:50.602Z] Step 13/24 : WORKDIR / [2021-03-31T03:12:50.602Z] Removing intermediate container b282ab404974 [2021-03-31T03:12:50.602Z] ---> 9d2d3beea65d [2021-03-31T03:12:50.602Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:12:50.602Z] Removing intermediate container 04b09fb050dc [2021-03-31T03:12:50.602Z] ---> 97427044f057 [2021-03-31T03:12:50.602Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:12:51.181Z] ---> Running in 6fc131e5382c [2021-03-31T03:12:51.442Z] ---> Running in 581a74752a83 [2021-03-31T03:12:51.442Z] ---> Running in b5a30b58aee7 [2021-03-31T03:12:51.442Z] Removing intermediate container e3c8d0554767 [2021-03-31T03:12:51.442Z] ---> 157a42e05eb0 [2021-03-31T03:12:51.442Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:12:51.442Z] ---> Running in 590a9dd49ce7 [2021-03-31T03:12:51.442Z] Removing intermediate container 6fc131e5382c [2021-03-31T03:12:51.442Z] ---> 9be1b717427b [2021-03-31T03:12:51.442Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T03:12:51.703Z] Removing intermediate container 581a74752a83 [2021-03-31T03:12:51.703Z] ---> 1549800ed8fc [2021-03-31T03:12:51.703Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:12:51.970Z] Removing intermediate container b5a30b58aee7 [2021-03-31T03:12:51.970Z] ---> 6ee3aaf4f7cb [2021-03-31T03:12:51.970Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:12:51.970Z] Removing intermediate container 590a9dd49ce7 [2021-03-31T03:12:51.970Z] ---> 06e6f7167dd3 [2021-03-31T03:12:51.970Z] Step 15/23 : WORKDIR / [2021-03-31T03:12:51.970Z] ---> Running in 88fe5d7b56b8 [2021-03-31T03:12:52.237Z] ---> f8f4dcb2c546 [2021-03-31T03:12:52.237Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T03:12:52.237Z] ---> Running in dda198237568 [2021-03-31T03:12:52.237Z] ---> f2d4119c08d7 [2021-03-31T03:12:52.237Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:12:52.237Z] Removing intermediate container 88fe5d7b56b8 [2021-03-31T03:12:52.237Z] ---> 71551bd46b2f [2021-03-31T03:12:52.237Z] Step 15/23 : WORKDIR / [2021-03-31T03:12:52.509Z] ---> Running in c8c719775864 [2021-03-31T03:12:52.509Z] Removing intermediate container dda198237568 [2021-03-31T03:12:52.509Z] ---> 75ee28898abb [2021-03-31T03:12:52.509Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:12:52.781Z] ---> 0db1d1e0b3f5 [2021-03-31T03:12:52.781Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:12:52.781Z] ---> ef7857bfbf6f [2021-03-31T03:12:52.781Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:12:52.781Z] Removing intermediate container c8c719775864 [2021-03-31T03:12:52.781Z] ---> 4958ef220f14 [2021-03-31T03:12:52.781Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:12:53.047Z] ---> 56beac7f30f4 [2021-03-31T03:12:53.047Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:12:53.316Z] ---> 1b64eb4a22a9 [2021-03-31T03:12:53.316Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:12:53.316Z] ---> 7fb2974c5282 [2021-03-31T03:12:53.316Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:12:54.706Z] ---> d38270fb9756 [2021-03-31T03:12:54.706Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:12:54.974Z] ---> ef2605b405b0 [2021-03-31T03:12:54.974Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:12:54.974Z] ---> Running in 95e34a0a432f [2021-03-31T03:12:54.974Z] ---> f4d86cf8861f [2021-03-31T03:12:54.974Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:12:54.974Z] ---> dc7dddde9334 [2021-03-31T03:12:54.974Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:12:55.234Z] Removing intermediate container 95e34a0a432f [2021-03-31T03:12:55.234Z] ---> 4a5d0a87c40f [2021-03-31T03:12:55.234Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:12:55.499Z] ---> Running in bb5a95ef691b [2021-03-31T03:12:55.499Z] ---> c39e056a5f58 [2021-03-31T03:12:55.499Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:12:55.499Z] ---> e9f25f4ca757 [2021-03-31T03:12:55.499Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T03:12:55.499Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:12:55.768Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:12:55.768Z] ---> aefe523efa57 [2021-03-31T03:12:55.768Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:12:55.768Z] ---> 2af4c3dce723 [2021-03-31T03:12:55.768Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:12:55.768Z] ---> Running in e71be5c22798 [2021-03-31T03:12:55.768Z] ---> Running in eb773b122575 [2021-03-31T03:12:55.768Z] ---> Running in daba265abac0 [2021-03-31T03:12:55.904Z] Removing intermediate container 1d7faf000dcf [2021-03-31T03:12:55.904Z] ---> 5a07e829a9b2 [2021-03-31T03:12:55.904Z] Successfully built 5a07e829a9b2 [2021-03-31T03:12:55.904Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:12:56.028Z] Removing intermediate container bb5a95ef691b [2021-03-31T03:12:56.029Z] ---> 31d953dadf8a [2021-03-31T03:12:56.029Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T03:12:56.244Z] + docker inspect -f . ci-base-image-arm64 [2021-03-31T03:12:56.244Z] . [Pipeline] withDockerContainer [2021-03-31T03:12:56.324Z] Removing intermediate container e71be5c22798 [2021-03-31T03:12:56.324Z] ---> 66b6d2d2211e [2021-03-31T03:12:56.324Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:12:56.324Z] ---> Running in 20f91a427fc6 [2021-03-31T03:12:56.324Z] ---> 316e0a95ba63 [2021-03-31T03:12:56.324Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-31T03:12:56.324Z] Removing intermediate container eb773b122575 [2021-03-31T03:12:56.324Z] ---> 81b06d885564 [2021-03-31T03:12:56.324Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:12:56.324Z] ---> Running in da165f3e8a71 [2021-03-31T03:12:56.580Z] prd-ubuntu18.04-docker-arm64-4c-16g-32183 does not seem to be running inside a container [2021-03-31T03:12:56.587Z] ---> Running in 91736e267253 [2021-03-31T03:12:56.587Z] ---> Running in c14fc9926a61 [2021-03-31T03:12:56.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:56.587Z] Removing intermediate container 20f91a427fc6 [2021-03-31T03:12:56.587Z] ---> c9c7bffe2cd3 [2021-03-31T03:12:56.587Z] Step 20/21 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:12:56.587Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:12:56.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-31T03:12:56.849Z] ---> Running in 9040d6fdc948 [2021-03-31T03:12:56.849Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:12:56.849Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:12:56.849Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:12:56.849Z] Removing intermediate container da165f3e8a71 [2021-03-31T03:12:56.849Z] ---> a9073af61dcb [2021-03-31T03:12:56.849Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:12:56.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:12:56.849Z] OK: 12 MiB in 22 packages [2021-03-31T03:12:56.849Z] Removing intermediate container c14fc9926a61 [2021-03-31T03:12:56.849Z] ---> 34d8ee47a923 [2021-03-31T03:12:56.849Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:12:57.114Z] ---> Running in d6e027bd99b2 [2021-03-31T03:12:57.115Z] ---> Running in 82767196b2cf [2021-03-31T03:12:57.379Z] Removing intermediate container 9040d6fdc948 [2021-03-31T03:12:57.379Z] ---> ed425f2f1cc0 [2021-03-31T03:12:57.379Z] Step 21/21 : LABEL version=2.0.0-dev.153 [2021-03-31T03:12:57.379Z] ---> Running in 8a710560023f [2021-03-31T03:12:57.639Z] Removing intermediate container 82767196b2cf [2021-03-31T03:12:57.639Z] ---> b5fea549c973 [2021-03-31T03:12:57.640Z] Step 22/23 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:12:57.640Z] Removing intermediate container d6e027bd99b2 [2021-03-31T03:12:57.640Z] ---> 9412502436a3 [2021-03-31T03:12:57.640Z] Step 22/23 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:12:57.900Z] ---> Running in 86bd61205d20 [2021-03-31T03:12:57.900Z] ---> Running in d4e7d43d8dd9 [2021-03-31T03:12:57.900Z] Removing intermediate container 8a710560023f [2021-03-31T03:12:57.900Z] ---> 0970afb216ad [2021-03-31T03:12:57.900Z] [2021-03-31T03:12:58.160Z] Removing intermediate container daba265abac0 [2021-03-31T03:12:58.160Z] ---> 4609eb0a50ed [2021-03-31T03:12:58.160Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T03:12:58.160Z] Removing intermediate container 91736e267253 [2021-03-31T03:12:58.160Z] ---> 45f632cae0da [2021-03-31T03:12:58.160Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T03:12:58.160Z] Successfully built 0970afb216ad [2021-03-31T03:12:58.160Z] ---> Running in 80ac47d29294 [2021-03-31T03:12:58.160Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T03:12:58.161Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 86bd61205d20 [2021-03-31T03:12:58.161Z] ---> b85d797fd5b1 [2021-03-31T03:12:58.161Z] Step 23/23 : LABEL version=2.0.0-dev.153 [2021-03-31T03:12:58.161Z] Building docker-support-scheduler-go [2021-03-31T03:12:58.213Z] $ docker top 3b8feb1cbe73245e2e8caae9e5a7996acf6fdab54b97181e0b241230db39927e -eo pid,comm [2021-03-31T03:12:58.426Z] Removing intermediate container d4e7d43d8dd9 [2021-03-31T03:12:58.426Z] ---> 8289e4834126 [2021-03-31T03:12:58.426Z] Step 23/23 : LABEL version=2.0.0-dev.153 [2021-03-31T03:12:58.426Z] ---> Running in 76bfbfe7749c [2021-03-31T03:12:58.426Z] ---> Running in 1c9826c5e4cb [2021-03-31T03:12:58.426Z] ---> Running in 9b128a0c4aec [Pipeline] { [Pipeline] sh [2021-03-31T03:12:58.689Z] Removing intermediate container 80ac47d29294 [2021-03-31T03:12:58.689Z] ---> 2acb0c44ea03 [2021-03-31T03:12:58.689Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:12:58.689Z] ---> Running in d48c7490d654 [2021-03-31T03:12:58.689Z] Removing intermediate container 76bfbfe7749c [2021-03-31T03:12:58.689Z] ---> f062f0eba572 [2021-03-31T03:12:58.689Z] [2021-03-31T03:12:59.228Z] + go version [2021-03-31T03:12:59.228Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-31T03:12:59.260Z] $ docker stop --time=1 3b8feb1cbe73245e2e8caae9e5a7996acf6fdab54b97181e0b241230db39927e [2021-03-31T03:12:59.636Z] Removing intermediate container 1c9826c5e4cb [2021-03-31T03:12:59.636Z] ---> 78ba5a4943c6 [2021-03-31T03:12:59.636Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T03:12:59.896Z] Removing intermediate container 9b128a0c4aec [2021-03-31T03:12:59.896Z] ---> cfec38340613 [2021-03-31T03:12:59.896Z] [2021-03-31T03:12:59.896Z] Successfully built f062f0eba572 [2021-03-31T03:12:59.896Z] Successfully tagged docker-core-command-go:latest [2021-03-31T03:12:59.896Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-31T03:12:59.896Z] Successfully built cfec38340613 [2021-03-31T03:12:59.896Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T03:12:59.896Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-03-31T03:13:01.249Z] $ docker rm -f 3b8feb1cbe73245e2e8caae9e5a7996acf6fdab54b97181e0b241230db39927e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:13:02.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:13:02.810Z] [2021-03-31T03:13:02.810Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:13:03.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:13:03.228Z] Removing intermediate container d48c7490d654 [2021-03-31T03:13:03.228Z] ---> 93b564cd0442 [2021-03-31T03:13:03.228Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:13:03.494Z] ---> Running in 130321a5a983 [2021-03-31T03:13:03.494Z] ---> Running in b75644dd7cf8 [2021-03-31T03:13:03.495Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-31T03:13:03.495Z] 29e5d40040c1: Pulling fs layer [2021-03-31T03:13:03.495Z] 1ce36da41761: Pulling fs layer [2021-03-31T03:13:03.495Z] 25b303627fd3: Pulling fs layer [2021-03-31T03:13:03.495Z] 29e5d40040c1: Verifying Checksum [2021-03-31T03:13:03.495Z] 29e5d40040c1: Download complete [2021-03-31T03:13:04.096Z] 1ce36da41761: Verifying Checksum [2021-03-31T03:13:04.096Z] 1ce36da41761: Download complete [2021-03-31T03:13:04.096Z] 29e5d40040c1: Pull complete [2021-03-31T03:13:05.534Z] 1ce36da41761: Pull complete [2021-03-31T03:13:05.534Z] 25b303627fd3: Verifying Checksum [2021-03-31T03:13:05.534Z] 25b303627fd3: Download complete [2021-03-31T03:13:06.816Z] Removing intermediate container b75644dd7cf8 [2021-03-31T03:13:06.816Z] ---> a9f32c3032f6 [2021-03-31T03:13:06.816Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent /Removing intermediate container 130321a5a983 [2021-03-31T03:13:06.816Z] [2021-03-31T03:13:06.816Z] ---> d52389960390 [2021-03-31T03:13:06.816Z] Step 23/24 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:13:06.816Z] ---> Running in 27c2d545c854 [2021-03-31T03:13:08.745Z] Removing intermediate container 27c2d545c854 [2021-03-31T03:13:08.746Z] ---> 4badd41ce31e [2021-03-31T03:13:08.746Z] Step 24/24 : LABEL version=2.0.0-dev.153 [2021-03-31T03:13:08.746Z] ---> 0907d796850f [2021-03-31T03:13:08.746Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:13:11.315Z] ---> Running in 363af3276299 [2021-03-31T03:13:15.695Z] 25b303627fd3: Pull complete [2021-03-31T03:13:15.695Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-31T03:13:15.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:13:15.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-31T03:13:15.934Z] prd-ubuntu18.04-docker-arm64-4c-16g-32183 does not seem to be running inside a container [2021-03-31T03:13:16.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T03:13:16.630Z] ---> f336ba7283b7 [2021-03-31T03:13:16.631Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:13:16.907Z] Removing intermediate container 363af3276299 [2021-03-31T03:13:16.907Z] ---> 2cfaa2893ef6 [2021-03-31T03:13:16.907Z] [2021-03-31T03:13:17.864Z] Successfully built 2cfaa2893ef6 [2021-03-31T03:13:18.443Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T03:13:18.443Z] Building docker-security-bootstrapper-go [2021-03-31T03:13:19.025Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:13:19.025Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:13:19.025Z] ---> 3004a999abbd [2021-03-31T03:13:19.025Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:13:19.117Z] $ docker top 23194f36661d82fda5910b763ca263563c203883310ba73b135b5e428d67fea4 -eo pid,comm [2021-03-31T03:13:19.288Z] ---> Using cache [2021-03-31T03:13:19.288Z] ---> df62f254e897 [2021-03-31T03:13:19.288Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:13:19.288Z] ---> Using cache [2021-03-31T03:13:19.288Z] ---> a8136b8754f9 [2021-03-31T03:13:19.288Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:13:19.288Z] ---> Using cache [2021-03-31T03:13:19.288Z] ---> a00cef3a0270 [2021-03-31T03:13:19.288Z] Step 6/22 : COPY go.mod . [2021-03-31T03:13:19.288Z] ---> Using cache [2021-03-31T03:13:19.288Z] ---> decf094fe770 [2021-03-31T03:13:19.288Z] Step 7/22 : RUN go mod download [2021-03-31T03:13:19.288Z] ---> Using cache [2021-03-31T03:13:19.288Z] ---> 627a2f2348db [2021-03-31T03:13:19.288Z] Step 8/22 : COPY . . [2021-03-31T03:13:19.288Z] ---> Using cache [2021-03-31T03:13:19.288Z] ---> bfd1185ac7a7 [2021-03-31T03:13:19.288Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] { [Pipeline] sh [2021-03-31T03:13:19.553Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:13:19.553Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:13:19.553Z] ---> 3004a999abbd [2021-03-31T03:13:19.553Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:13:19.553Z] ---> Using cache [2021-03-31T03:13:19.553Z] ---> df62f254e897 [2021-03-31T03:13:19.553Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:13:19.553Z] ---> Using cache [2021-03-31T03:13:19.553Z] ---> a8136b8754f9 [2021-03-31T03:13:19.553Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:13:19.815Z] ---> 20d42561360d [2021-03-31T03:13:19.815Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:13:20.081Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:13:20.081Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:13:20.081Z] ---> 3004a999abbd [2021-03-31T03:13:20.081Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:13:20.081Z] ---> Using cache [2021-03-31T03:13:20.081Z] ---> df62f254e897 [2021-03-31T03:13:20.081Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:13:20.081Z] ---> Using cache [2021-03-31T03:13:20.081Z] ---> a8136b8754f9 [2021-03-31T03:13:20.081Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:13:20.103Z] + grep parallel [2021-03-31T03:13:20.103Z] + docker-compose build --help [2021-03-31T03:13:21.028Z] ---> Running in f79d5fd90f0b [2021-03-31T03:13:21.028Z] ---> Running in 20f28c1869d3 [2021-03-31T03:13:21.028Z] ---> Running in 8760dbf30448 [2021-03-31T03:13:21.028Z] ---> Running in c89dd1a4368d [2021-03-31T03:13:22.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:13:22.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:13:22.964Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:13:23.226Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:13:23.486Z] --parallel Build images in parallel. [2021-03-31T03:13:23.496Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:13:23.496Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:13:23.496Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:13:23.496Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:13:23.496Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:13:23.496Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:13:23.496Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:13:23.496Z] (7/33) Installing python3 (3.8.8-r0) [Pipeline] } [2021-03-31T03:13:23.521Z] $ docker stop --time=1 23194f36661d82fda5910b763ca263563c203883310ba73b135b5e428d67fea4 [2021-03-31T03:13:23.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:13:23.760Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:13:24.715Z] OK: 233 MiB in 51 packages [2021-03-31T03:13:25.304Z] OK: 233 MiB in 51 packages [2021-03-31T03:13:25.457Z] $ docker rm -f 23194f36661d82fda5910b763ca263563c203883310ba73b135b5e428d67fea4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:13:26.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-31T03:13:26.233Z] . [Pipeline] withDockerContainer [2021-03-31T03:13:26.461Z] prd-ubuntu18.04-docker-arm64-4c-16g-32183 does not seem to be running inside a container [2021-03-31T03:13:26.564Z] $ 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/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-31T03:13:27.966Z] $ docker top 703f5bca3e075d28d06c3488eb8f51968471871d86a8c55975b15ce63b7e9c09 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:13:29.091Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T03:13:30.634Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:13:30.634Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:13:30.634Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:13:30.634Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:13:30.906Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:13:31.185Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:13:31.185Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:13:31.788Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:13:31.788Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:13:31.788Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:13:31.788Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:13:31.788Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:13:31.788Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:13:32.058Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:13:32.326Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:13:32.326Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:13:32.326Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:13:32.326Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:13:32.326Z] ---> 3004a999abbd [2021-03-31T03:13:32.326Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:13:32.326Z] ---> Using cache [2021-03-31T03:13:32.326Z] ---> df62f254e897 [2021-03-31T03:13:32.326Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:13:32.326Z] ---> Using cache [2021-03-31T03:13:32.326Z] ---> a8136b8754f9 [2021-03-31T03:13:32.326Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:13:32.326Z] ---> Using cache [2021-03-31T03:13:32.326Z] ---> a00cef3a0270 [2021-03-31T03:13:32.326Z] Step 6/31 : COPY go.mod . [2021-03-31T03:13:32.326Z] ---> Using cache [2021-03-31T03:13:32.326Z] ---> decf094fe770 [2021-03-31T03:13:32.326Z] Step 7/31 : RUN go mod download [2021-03-31T03:13:32.326Z] ---> Using cache [2021-03-31T03:13:32.326Z] ---> 627a2f2348db [2021-03-31T03:13:32.326Z] Step 8/31 : COPY . . [2021-03-31T03:13:32.326Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:13:32.326Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:13:32.326Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:13:32.588Z] ---> Using cache [2021-03-31T03:13:32.588Z] ---> bfd1185ac7a7 [2021-03-31T03:13:32.588Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:13:33.406Z] Building docker-core-command-go ... [2021-03-31T03:13:33.406Z] Building docker-core-data-go ... [2021-03-31T03:13:33.406Z] Building docker-core-metadata-go ... [2021-03-31T03:13:33.406Z] Building docker-security-bootstrapper-go ... [2021-03-31T03:13:33.406Z] Building docker-security-proxy-setup-go ... [2021-03-31T03:13:33.406Z] Building docker-security-secretstore-setup-go ... [2021-03-31T03:13:33.406Z] Building docker-support-notifications-go ... [2021-03-31T03:13:33.406Z] Building docker-support-scheduler-go ... [2021-03-31T03:13:33.406Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T03:13:33.406Z] Building docker-core-data-go [2021-03-31T03:13:33.406Z] Building docker-core-metadata-go [2021-03-31T03:13:33.406Z] Building docker-security-secretstore-setup-go [2021-03-31T03:13:33.406Z] Building docker-core-command-go [2021-03-31T03:13:33.406Z] Building docker-support-notifications-go [2021-03-31T03:13:33.983Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:13:33.983Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:13:33.983Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:13:33.983Z] Removing intermediate container 8760dbf30448 [2021-03-31T03:13:33.983Z] ---> 72556feb6fac [2021-03-31T03:13:33.983Z] Step 6/23 : COPY go.mod . [2021-03-31T03:13:33.983Z] Removing intermediate container f79d5fd90f0b [2021-03-31T03:13:33.983Z] ---> b692efa25f7e [2021-03-31T03:13:33.983Z] Step 6/22 : COPY go.mod . [2021-03-31T03:13:33.983Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:13:34.257Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:13:34.257Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:13:34.257Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:13:34.257Z] ---> Running in 7aa655699fe5 [2021-03-31T03:13:35.209Z] ---> 41e763fcdef2 [2021-03-31T03:13:35.209Z] Step 7/23 : RUN go mod download [2021-03-31T03:13:35.209Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:13:35.209Z] OK: 71 MiB in 55 packages [2021-03-31T03:13:35.209Z] ---> 89d230c63169 [2021-03-31T03:13:35.209Z] Step 7/22 : RUN go mod download [2021-03-31T03:13:35.489Z] ---> Running in f9be0983ad85 [2021-03-31T03:13:35.489Z] ---> Running in b46c958059f2 [2021-03-31T03:13:36.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:13:39.467Z] Removing intermediate container f9be0983ad85 [2021-03-31T03:13:39.467Z] ---> 77d2686d692c [2021-03-31T03:13:39.467Z] Step 8/23 : COPY . . [2021-03-31T03:13:39.467Z] Removing intermediate container b46c958059f2 [2021-03-31T03:13:39.467Z] ---> 86544608c859 [2021-03-31T03:13:39.467Z] Step 8/22 : COPY . . [2021-03-31T03:14:12.728Z] Removing intermediate container 20f28c1869d3 [2021-03-31T03:14:12.728Z] ---> 3fd6e380bafb [2021-03-31T03:14:12.728Z] [2021-03-31T03:14:12.728Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:14:12.728Z] ---> 42cb162f0360 [2021-03-31T03:14:12.728Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:14:12.728Z] ---> Using cache [2021-03-31T03:14:12.728Z] ---> 3c823966c321 [2021-03-31T03:14:12.728Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:14:12.728Z] ---> Using cache [2021-03-31T03:14:12.728Z] ---> 9d2d3beea65d [2021-03-31T03:14:12.728Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:14:12.728Z] ---> d47ed8c5747c [2021-03-31T03:14:12.728Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:14:12.728Z] ---> Running in a25f763ea973 [2021-03-31T03:14:12.728Z] ---> d06937c68007 [2021-03-31T03:14:12.728Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:14:12.728Z] ---> Running in fa883b83f2f4 [2021-03-31T03:14:12.728Z] ---> Running in fbf3a9d265cc [2021-03-31T03:14:12.728Z] Removing intermediate container c89dd1a4368d [2021-03-31T03:14:12.728Z] ---> 8a4d45f451b6 [2021-03-31T03:14:12.728Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:14:12.728Z] ---> Running in a3dc8997ad56 [2021-03-31T03:14:12.728Z] Removing intermediate container a25f763ea973 [2021-03-31T03:14:12.728Z] ---> c2f3f55c888e [2021-03-31T03:14:12.728Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:14:12.728Z] ---> Running in dba954018dfb [2021-03-31T03:14:12.728Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:14:12.728Z] Removing intermediate container dba954018dfb [2021-03-31T03:14:12.728Z] ---> 122d867931ee [2021-03-31T03:14:12.728Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:14:12.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:14:12.728Z] ---> 255d6e08da0f [2021-03-31T03:14:12.728Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:14:12.728Z] Removing intermediate container 7aa655699fe5 [2021-03-31T03:14:12.728Z] ---> 369972e2ead1 [2021-03-31T03:14:12.728Z] [2021-03-31T03:14:12.728Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:14:12.728Z] ---> 42cb162f0360 [2021-03-31T03:14:12.728Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:14:12.728Z] ---> Running in 1a3199dc824a [2021-03-31T03:14:12.728Z] Removing intermediate container 1a3199dc824a [2021-03-31T03:14:12.728Z] ---> e59f12fee013 [2021-03-31T03:14:12.728Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:14:12.728Z] ---> Running in 6f3e94ca8230 [2021-03-31T03:14:13.338Z] ---> bf05df857eb7 [2021-03-31T03:14:13.338Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:14:14.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:14.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:15.229Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:14:15.229Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:14:15.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:15.229Z] OK: 6 MiB in 16 packages [2021-03-31T03:14:15.229Z] ---> bbe272820f5d [2021-03-31T03:14:15.229Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:14:15.229Z] ---> Running in 916c90a1c35c [2021-03-31T03:14:15.555Z] Removing intermediate container 916c90a1c35c [2021-03-31T03:14:15.555Z] ---> cbd4b79e3b56 [2021-03-31T03:14:15.555Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:14:15.555Z] Collecting docker-compose==1.23.2 [2021-03-31T03:14:15.555Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:14:15.555Z] ---> Running in d7ee870f5bc7 [2021-03-31T03:14:15.901Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T03:14:15.901Z] Removing intermediate container d7ee870f5bc7 [2021-03-31T03:14:15.901Z] ---> 98332440ee12 [2021-03-31T03:14:15.901Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:14:15.901Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:14:15.901Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:14:16.163Z] Removing intermediate container 6f3e94ca8230 [2021-03-31T03:14:16.163Z] ---> 916c9d368ae4 [2021-03-31T03:14:16.163Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:14:16.163Z] ---> Running in aed4b2895fb0 [2021-03-31T03:14:16.163Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:14:16.163Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:14:16.429Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:14:16.429Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:14:16.429Z] ---> Running in 15131f8af61a [2021-03-31T03:14:17.380Z] Removing intermediate container aed4b2895fb0 [2021-03-31T03:14:17.380Z] ---> d3851112abc5 [2021-03-31T03:14:17.380Z] Step 21/22 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:14:17.649Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:14:17.649Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:14:17.911Z] Removing intermediate container 15131f8af61a [2021-03-31T03:14:17.911Z] ---> 15f9d70ef917 [2021-03-31T03:14:17.911Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:14:17.911Z] ---> Running in e8d6d395721a [2021-03-31T03:14:18.178Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:14:18.443Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:14:18.715Z] ---> Running in fe8cecb760a1 [2021-03-31T03:14:18.980Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:14:18.980Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:14:18.980Z] Removing intermediate container e8d6d395721a [2021-03-31T03:14:18.980Z] ---> 19a8053b7261 [2021-03-31T03:14:18.980Z] Step 22/22 : LABEL version=2.0.0-dev.153 [2021-03-31T03:14:19.244Z] ---> Running in aeca163716c5 [2021-03-31T03:14:19.244Z] Removing intermediate container fe8cecb760a1 [2021-03-31T03:14:19.244Z] ---> a62955ed3946 [2021-03-31T03:14:19.244Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:14:19.817Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:14:19.817Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:14:20.403Z] Removing intermediate container aeca163716c5 [2021-03-31T03:14:20.403Z] ---> 45821a598326 [2021-03-31T03:14:20.403Z] [2021-03-31T03:14:20.403Z] ---> Running in dce1d534e0e8 [2021-03-31T03:14:20.669Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:14:20.670Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:14:20.677Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:14:20.677Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:14:20.677Z] ---> 5a07e829a9b2 [2021-03-31T03:14:20.677Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:14:20.677Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:14:20.677Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:14:20.677Z] ---> 5a07e829a9b2 [2021-03-31T03:14:20.677Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T03:14:20.677Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:14:20.677Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:14:20.677Z] ---> 5a07e829a9b2 [2021-03-31T03:14:20.677Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:14:20.677Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:14:20.677Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:14:20.677Z] ---> 5a07e829a9b2 [2021-03-31T03:14:20.677Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:14:20.677Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:14:20.677Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:14:20.677Z] ---> 5a07e829a9b2 [2021-03-31T03:14:20.677Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T03:14:21.252Z] Successfully built 45821a598326 [2021-03-31T03:14:21.252Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T03:14:21.834Z]  Building docker-support-scheduler-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:14:21.834Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:14:22.096Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:14:22.096Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:14:22.096Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T03:14:22.096Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:14:22.096Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:14:22.360Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:14:22.360Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:14:22.361Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T03:14:22.361Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:14:22.361Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:14:22.361Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T03:14:22.361Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:14:22.655Z] ---> Running in 54f85a5281ac [2021-03-31T03:14:22.655Z] ---> Running in 314164b514c9 [2021-03-31T03:14:22.655Z] ---> Running in 27e83f2d9d8a [2021-03-31T03:14:22.655Z] ---> Running in 8abb71cd4802 [2021-03-31T03:14:22.655Z] ---> Running in 2eecf5046d11 [2021-03-31T03:14:22.934Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, jsonschema, cached-property, dockerpty, texttable, PyYAML, docker-compose [2021-03-31T03:14:23.200Z] Attempting uninstall: idna [2021-03-31T03:14:23.200Z] Found existing installation: idna 2.9 [2021-03-31T03:14:23.200Z] Uninstalling idna-2.9: [2021-03-31T03:14:23.200Z] Successfully uninstalled idna-2.9 [2021-03-31T03:14:23.468Z] Attempting uninstall: urllib3 [2021-03-31T03:14:23.468Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:14:23.468Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:14:23.468Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:14:23.649Z] Removing intermediate container 2eecf5046d11 [2021-03-31T03:14:23.649Z] ---> a9fa18f48f6a [2021-03-31T03:14:23.649Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:14:23.649Z] Removing intermediate container 27e83f2d9d8a [2021-03-31T03:14:23.649Z] ---> 97f738feb8c3 [2021-03-31T03:14:23.649Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:14:23.649Z] Removing intermediate container 8abb71cd4802 [2021-03-31T03:14:23.649Z] ---> 19b4663d2ce3 [2021-03-31T03:14:23.649Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:14:23.649Z] Removing intermediate container 54f85a5281ac [2021-03-31T03:14:23.649Z] ---> c152f8abc3ff [2021-03-31T03:14:23.649Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:14:23.649Z] Removing intermediate container 314164b514c9 [2021-03-31T03:14:23.649Z] ---> 5255f756e4ee [2021-03-31T03:14:23.649Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:14:23.649Z] ---> Running in d1107bdae2b9 [2021-03-31T03:14:23.649Z] ---> Running in 7a8db15ef352 [2021-03-31T03:14:23.649Z] ---> Running in 6ccef05e233e [2021-03-31T03:14:23.730Z] Removing intermediate container dce1d534e0e8 [2021-03-31T03:14:23.730Z] ---> d0dd7cc71c08 [2021-03-31T03:14:23.730Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:14:23.930Z] ---> Running in f4067d6a028c [2021-03-31T03:14:23.930Z] ---> Running in 1f9fff96b630 [2021-03-31T03:14:24.697Z] ---> Running in 5b84fcac2ee9 [2021-03-31T03:14:24.697Z] Attempting uninstall: requests [2021-03-31T03:14:24.697Z] Found existing installation: requests 2.23.0 [2021-03-31T03:14:24.697Z] Uninstalling requests-2.23.0: [2021-03-31T03:14:24.697Z] Successfully uninstalled requests-2.23.0 [2021-03-31T03:14:25.287Z] Removing intermediate container 5b84fcac2ee9 [2021-03-31T03:14:25.287Z] ---> 0b7c94816a5b [2021-03-31T03:14:25.287Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:14:25.559Z] Running setup.py install for docopt: started [2021-03-31T03:14:26.149Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:14:26.149Z] ---> e7e314952b5c [2021-03-31T03:14:26.149Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:14:26.744Z] ---> Running in 890b1f5392a9 [2021-03-31T03:14:26.745Z] Running setup.py install for dockerpty: started [2021-03-31T03:14:27.339Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:14:27.339Z] Running setup.py install for texttable: started [2021-03-31T03:14:27.936Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:14:27.936Z] Running setup.py install for PyYAML: started [2021-03-31T03:14:28.292Z] Removing intermediate container 7a8db15ef352 [2021-03-31T03:14:28.292Z] ---> 5d4797110011 [2021-03-31T03:14:28.292Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T03:14:28.292Z] Removing intermediate container d1107bdae2b9 [2021-03-31T03:14:28.292Z] ---> a59f74d84412 [2021-03-31T03:14:28.292Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T03:14:28.292Z] ---> Running in 0ce9269576d7 [2021-03-31T03:14:28.292Z] ---> Running in 8c0ef1838c3b [2021-03-31T03:14:28.292Z] Removing intermediate container 6ccef05e233e [2021-03-31T03:14:28.292Z] ---> 7456925d4d6c [2021-03-31T03:14:28.292Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:14:28.292Z] Removing intermediate container f4067d6a028c [2021-03-31T03:14:28.292Z] ---> be8f3f601d5f [2021-03-31T03:14:28.292Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T03:14:28.565Z] Removing intermediate container 1f9fff96b630 [2021-03-31T03:14:28.565Z] ---> 23292daa96b7 [2021-03-31T03:14:28.565Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T03:14:28.843Z] ---> Running in 011dea85b003 [2021-03-31T03:14:28.843Z] ---> Running in 4ec6c0da8218 [2021-03-31T03:14:28.904Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:14:29.123Z] ---> Running in 41ab30a688a5 [2021-03-31T03:14:29.485Z] Removing intermediate container 890b1f5392a9 [2021-03-31T03:14:29.485Z] ---> 1971d18764e4 [2021-03-31T03:14:29.485Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:14:29.747Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T03:14:30.020Z] ---> a59cc392e9be [2021-03-31T03:14:30.020Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:14:30.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:30.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:30.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:31.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:31.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:31.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:31.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:31.460Z] ---> 0a48404d9f07 [2021-03-31T03:14:31.460Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:14:31.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:31.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:31.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:14:32.570Z] OK: 217 MiB in 51 packages [2021-03-31T03:14:32.570Z] OK: 217 MiB in 51 packages [2021-03-31T03:14:33.200Z] OK: 217 MiB in 51 packages [2021-03-31T03:14:33.200Z] OK: 217 MiB in 51 packages [2021-03-31T03:14:33.200Z] OK: 217 MiB in 51 packages [2021-03-31T03:14:34.188Z] Removing intermediate container 0ce9269576d7 [2021-03-31T03:14:34.188Z] ---> abfd4a33a7d5 [2021-03-31T03:14:34.188Z] Step 6/24 : COPY go.mod . [2021-03-31T03:14:34.759Z] Removing intermediate container a3dc8997ad56 [2021-03-31T03:14:34.760Z] ---> d413655a0517 [2021-03-31T03:14:34.760Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:14:34.760Z] ---> 43579f5d6a36 [2021-03-31T03:14:34.760Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:14:34.760Z] ---> Running in 10d8f5fb6e88 [2021-03-31T03:14:34.809Z] Removing intermediate container 8c0ef1838c3b [2021-03-31T03:14:34.809Z] ---> 75459bf7acbb [2021-03-31T03:14:34.809Z] Step 6/23 : COPY go.mod . [2021-03-31T03:14:34.809Z] Removing intermediate container 4ec6c0da8218 [2021-03-31T03:14:34.809Z] ---> f59aef2d4e39 [2021-03-31T03:14:34.809Z] Step 6/23 : COPY go.mod . [2021-03-31T03:14:35.025Z] ---> 4c6e773be491 [2021-03-31T03:14:35.025Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:14:35.406Z] ---> 8c40c6cc8c69 [2021-03-31T03:14:35.406Z] Step 7/24 : RUN go mod download [2021-03-31T03:14:35.406Z] Removing intermediate container 41ab30a688a5 [2021-03-31T03:14:35.406Z] ---> 036094bf901a [2021-03-31T03:14:35.406Z] Step 6/22 : COPY go.mod . [2021-03-31T03:14:35.406Z] ---> Running in e8f71ba42437 [2021-03-31T03:14:35.406Z] Removing intermediate container 011dea85b003 [2021-03-31T03:14:35.406Z] ---> 88808539caaf [2021-03-31T03:14:35.406Z] Step 6/23 : COPY go.mod . [2021-03-31T03:14:35.681Z] ---> f75aded7b772 [2021-03-31T03:14:35.681Z] Step 7/23 : RUN go mod download [2021-03-31T03:14:35.962Z] ---> 8fff6f1a7350 [2021-03-31T03:14:35.962Z] Step 7/23 : RUN go mod download [2021-03-31T03:14:35.962Z] ---> Running in b396b5ba4bff [2021-03-31T03:14:36.244Z] ---> Running in c6d778d8cb46 [2021-03-31T03:14:36.519Z] ---> 8b5a4d8bb1c0 [2021-03-31T03:14:36.519Z] Step 7/22 : RUN go mod download [2021-03-31T03:14:36.805Z] ---> af58dacd200c [2021-03-31T03:14:36.805Z] Step 7/23 : RUN go mod download [2021-03-31T03:14:36.805Z] ---> Running in 1cec7b05f807 [2021-03-31T03:14:36.805Z] ---> Running in 3029e380c324 [2021-03-31T03:14:37.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:37.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:37.575Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:14:37.575Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:14:37.575Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:14:37.575Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:37.575Z] OK: 72 MiB in 58 packages [2021-03-31T03:14:37.837Z] ---> 17fd30d6388a [2021-03-31T03:14:37.837Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:14:38.100Z] Removing intermediate container fbf3a9d265cc [2021-03-31T03:14:38.100Z] ---> 45e210d67d14 [2021-03-31T03:14:38.100Z] [2021-03-31T03:14:38.101Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:14:38.101Z] ---> 42cb162f0360 [2021-03-31T03:14:38.101Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:14:38.101Z] ---> Running in 661980eefe6d [2021-03-31T03:14:38.361Z] Removing intermediate container fa883b83f2f4 [2021-03-31T03:14:38.361Z] ---> f8512069d6c8 [2021-03-31T03:14:38.361Z] [2021-03-31T03:14:38.361Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:14:38.361Z] ---> 42cb162f0360 [2021-03-31T03:14:38.361Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:14:38.361Z] ---> Running in 6b43c9b11dc9 [2021-03-31T03:14:38.622Z] ---> Running in 8b136b2a942a [2021-03-31T03:14:38.622Z] Removing intermediate container 661980eefe6d [2021-03-31T03:14:38.622Z] ---> 1e99333f6e16 [2021-03-31T03:14:38.622Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:14:38.893Z] Removing intermediate container 10d8f5fb6e88 [2021-03-31T03:14:38.893Z] ---> 67aac28fae92 [2021-03-31T03:14:38.893Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:14:38.893Z] Removing intermediate container 8b136b2a942a [2021-03-31T03:14:38.893Z] ---> 45c6d3ef1d03 [2021-03-31T03:14:38.893Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:14:38.893Z] ---> Running in 1913a383ac2d [2021-03-31T03:14:38.893Z] ---> Running in a792e845d4d5 [2021-03-31T03:14:38.893Z] ---> c1d54f05b5a8 [2021-03-31T03:14:38.893Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:14:39.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:39.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:39.161Z] ---> Running in 56f53f2c8124 [2021-03-31T03:14:39.423Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:14:39.423Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:14:39.423Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:39.423Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:14:39.423Z] Removing intermediate container a792e845d4d5 [2021-03-31T03:14:39.423Z] ---> 5c3bbd5e1578 [2021-03-31T03:14:39.423Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:14:39.423Z] Removing intermediate container 1913a383ac2d [2021-03-31T03:14:39.423Z] ---> 638b7d9eda0d [2021-03-31T03:14:39.423Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:14:39.995Z] OK: 6 MiB in 16 packages [2021-03-31T03:14:39.995Z] ---> Running in ee14ef60275a [2021-03-31T03:14:39.995Z] ---> Running in c9c251444e6f [2021-03-31T03:14:40.216Z] Removing intermediate container e8f71ba42437 [2021-03-31T03:14:40.216Z] ---> 552ebacb0ed9 [2021-03-31T03:14:40.216Z] Step 8/24 : COPY . . [2021-03-31T03:14:40.216Z] Removing intermediate container b396b5ba4bff [2021-03-31T03:14:40.216Z] ---> 0919b8a70c89 [2021-03-31T03:14:40.216Z] Step 8/23 : COPY . . [2021-03-31T03:14:40.494Z] Removing intermediate container c6d778d8cb46 [2021-03-31T03:14:40.494Z] ---> ebcf2f37a49b [2021-03-31T03:14:40.494Z] Step 8/23 : COPY . . [2021-03-31T03:14:41.387Z] Removing intermediate container ee14ef60275a [2021-03-31T03:14:41.388Z] ---> a273c1b8a5aa [2021-03-31T03:14:41.388Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:14:41.958Z] Removing intermediate container c9c251444e6f [2021-03-31T03:14:41.958Z] ---> 65df760939fc [2021-03-31T03:14:41.958Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T03:14:42.011Z] Removing intermediate container 1cec7b05f807 [2021-03-31T03:14:42.011Z] ---> fd25a4796e67 [2021-03-31T03:14:42.011Z] Step 8/22 : COPY . . [2021-03-31T03:14:42.218Z] ---> Running in c97b0099ff0b [2021-03-31T03:14:42.218Z] Removing intermediate container 6b43c9b11dc9 [2021-03-31T03:14:42.218Z] ---> 1584ffcc9659 [2021-03-31T03:14:42.218Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:14:42.218Z] ---> Running in 147867bc33ad [2021-03-31T03:14:42.301Z] Removing intermediate container 3029e380c324 [2021-03-31T03:14:42.301Z] ---> bd491e11986d [2021-03-31T03:14:42.301Z] Step 8/23 : COPY . . [2021-03-31T03:14:42.478Z] ---> Running in 9236ecc98183 [2021-03-31T03:14:42.478Z] Removing intermediate container 147867bc33ad [2021-03-31T03:14:42.478Z] ---> e7bd3b0070b2 [2021-03-31T03:14:42.478Z] Step 25/26 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:14:42.743Z] Removing intermediate container 56f53f2c8124 [2021-03-31T03:14:42.743Z] ---> 6b801fc9d292 [2021-03-31T03:14:42.743Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:14:42.743Z] Removing intermediate container 9236ecc98183 [2021-03-31T03:14:42.743Z] ---> 74a77c551760 [2021-03-31T03:14:42.743Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:14:42.743Z] ---> Running in 9d832f05dc54 [2021-03-31T03:14:43.006Z] ---> Running in c7128d2a864b [2021-03-31T03:14:43.006Z] ---> Running in 9a14df12a016 [2021-03-31T03:14:43.006Z] Removing intermediate container 9d832f05dc54 [2021-03-31T03:14:43.006Z] ---> 3c837f231771 [2021-03-31T03:14:43.006Z] Step 26/26 : LABEL version=2.0.0-dev.153 [2021-03-31T03:14:43.268Z] ---> Running in 9007e62c3da3 [2021-03-31T03:14:43.268Z] Removing intermediate container 9a14df12a016 [2021-03-31T03:14:43.268Z] ---> c45b290f169d [2021-03-31T03:14:43.268Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:14:43.268Z] Removing intermediate container c7128d2a864b [2021-03-31T03:14:43.268Z] ---> f9063109f0da [2021-03-31T03:14:43.268Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:14:43.530Z] ---> Running in 2444d8638b19 [2021-03-31T03:14:43.792Z] ---> Running in 869c259a5dfd [2021-03-31T03:14:43.792Z] Removing intermediate container 9007e62c3da3 [2021-03-31T03:14:43.792Z] ---> 06152c341da5 [2021-03-31T03:14:43.792Z] [2021-03-31T03:14:43.792Z] Removing intermediate container c97b0099ff0b [2021-03-31T03:14:43.792Z] ---> 8236623093ba [2021-03-31T03:14:43.792Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:14:43.792Z] Removing intermediate container 2444d8638b19 [2021-03-31T03:14:43.792Z] ---> 2d21ccc584a0 [2021-03-31T03:14:43.792Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:14:44.054Z] Successfully built 06152c341da5 [2021-03-31T03:14:44.054Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T03:14:44.054Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 9622c75b4d1c [2021-03-31T03:14:44.319Z] Removing intermediate container 869c259a5dfd [2021-03-31T03:14:44.319Z] ---> 52f82a32dfde [2021-03-31T03:14:44.319Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T03:14:44.319Z] ---> 172ba5d39d9b [2021-03-31T03:14:44.319Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:14:44.584Z] ---> Running in 41cd1412e061 [2021-03-31T03:14:44.845Z] Removing intermediate container 41cd1412e061 [2021-03-31T03:14:44.845Z] ---> d7d2f68342d8 [2021-03-31T03:14:44.845Z] Step 30/31 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:14:44.845Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:45.105Z] ---> Running in 8951c490cd91 [2021-03-31T03:14:45.105Z] ---> 82f68f19f29f [2021-03-31T03:14:45.105Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:14:45.375Z] Removing intermediate container 8951c490cd91 [2021-03-31T03:14:45.375Z] ---> e2d876a52dae [2021-03-31T03:14:45.375Z] Step 31/31 : LABEL version=2.0.0-dev.153 [2021-03-31T03:14:45.375Z] ---> 4fef107d3f2e [2021-03-31T03:14:45.375Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:14:45.375Z] ---> Running in d87388789ef4 [2021-03-31T03:14:45.375Z] ---> Running in f2a2c733a941 [2021-03-31T03:14:45.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T03:14:45.636Z] Removing intermediate container d87388789ef4 [2021-03-31T03:14:45.636Z] ---> 34c6eda05aef [2021-03-31T03:14:45.636Z] [2021-03-31T03:14:45.636Z] Removing intermediate container f2a2c733a941 [2021-03-31T03:14:45.636Z] ---> bad8a8782093 [2021-03-31T03:14:45.636Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:14:45.636Z] Successfully built 34c6eda05aef [2021-03-31T03:14:45.897Z] ---> Running in 60c280de5ec1 [2021-03-31T03:14:45.897Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:14:45.897Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T03:14:46.159Z]  Building docker-security-bootstrapper-go ... done (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:14:46.159Z] Removing intermediate container 60c280de5ec1 [2021-03-31T03:14:46.159Z] ---> e5546647c52a [2021-03-31T03:14:46.159Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T03:14:46.159Z] ---> Running in d37665e89fa4 [2021-03-31T03:14:46.159Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:14:46.159Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:14:46.433Z] Removing intermediate container d37665e89fa4 [2021-03-31T03:14:46.433Z] ---> f70006dc3e1b [2021-03-31T03:14:46.433Z] Step 21/22 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:14:46.433Z] ---> Running in 5f3a55c30168 [2021-03-31T03:14:46.433Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:14:46.433Z] Removing intermediate container 5f3a55c30168 [2021-03-31T03:14:46.433Z] ---> 969d9b5416c9 [2021-03-31T03:14:46.433Z] Step 22/22 : LABEL version=2.0.0-dev.153 [2021-03-31T03:14:46.701Z] ---> Running in a7a8d151adf8 [2021-03-31T03:14:46.701Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:14:46.701Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:14:46.701Z] OK: 8 MiB in 20 packages [2021-03-31T03:14:46.701Z] Removing intermediate container a7a8d151adf8 [2021-03-31T03:14:46.701Z] ---> 79220f7baaff [2021-03-31T03:14:46.701Z] [2021-03-31T03:14:46.971Z] Successfully built 79220f7baaff [2021-03-31T03:14:46.971Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T03:14:47.232Z]  Building docker-support-notifications-go ... done Removing intermediate container 9622c75b4d1c [2021-03-31T03:14:47.232Z] ---> ef8dc699b313 [2021-03-31T03:14:47.232Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:14:47.494Z] ---> 51ea3b0556a7 [2021-03-31T03:14:47.494Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:14:48.066Z] ---> 8dcead097d6c [2021-03-31T03:14:48.066Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:14:48.328Z] ---> c459a4558cec [2021-03-31T03:14:48.328Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:14:48.328Z] ---> Running in dc023aa69ad4 [2021-03-31T03:14:48.328Z] Removing intermediate container dc023aa69ad4 [2021-03-31T03:14:48.328Z] ---> 68d9bae0fa97 [2021-03-31T03:14:48.328Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:14:48.588Z] ---> Running in bd831b9a0a2d [2021-03-31T03:14:48.588Z] Removing intermediate container bd831b9a0a2d [2021-03-31T03:14:48.588Z] ---> 906dcaa9987a [2021-03-31T03:14:48.588Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T03:14:48.588Z] ---> Running in b1873673bac5 [2021-03-31T03:14:48.849Z] Removing intermediate container b1873673bac5 [2021-03-31T03:14:48.849Z] ---> 6df3090bbb75 [2021-03-31T03:14:48.849Z] Step 22/23 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:14:48.849Z] ---> Running in ef7916a23c57 [2021-03-31T03:14:49.110Z] Removing intermediate container ef7916a23c57 [2021-03-31T03:14:49.110Z] ---> e03e7cfec48a [2021-03-31T03:14:49.110Z] Step 23/23 : LABEL version=2.0.0-dev.153 [2021-03-31T03:14:49.110Z] ---> Running in 7d9122bd9579 [2021-03-31T03:14:49.372Z] Removing intermediate container 7d9122bd9579 [2021-03-31T03:14:49.372Z] ---> a5ceec937a4f [2021-03-31T03:14:49.372Z] [2021-03-31T03:14:49.372Z] Successfully built a5ceec937a4f [2021-03-31T03:14:49.633Z] Successfully tagged docker-core-data-go:latest [2021-03-31T03:14:49.930Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-31T03:14:49.937Z] $ docker stop --time=1 95ba2126fb25040fd18d3748ecb9ac4faaa26f6224d16d8c699b181d6556d970 [2021-03-31T03:14:51.407Z] $ docker rm -f 95ba2126fb25040fd18d3748ecb9ac4faaa26f6224d16d8c699b181d6556d970 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:14:51.877Z] + docker images [2021-03-31T03:14:51.877Z] + grep docker [2021-03-31T03:14:52.139Z] docker-core-data-go latest a5ceec937a4f 3 seconds ago 22.7MB [2021-03-31T03:14:52.139Z] docker-support-notifications-go latest 79220f7baaff 6 seconds ago 17.9MB [2021-03-31T03:14:52.139Z] docker-security-bootstrapper-go latest 34c6eda05aef 7 seconds ago 18.9MB [2021-03-31T03:14:52.139Z] docker-sys-mgmt-agent-go latest 06152c341da5 9 seconds ago 314MB [2021-03-31T03:14:52.139Z] docker-support-scheduler-go latest 45821a598326 33 seconds ago 17.4MB [2021-03-31T03:14:52.139Z] docker-security-secretstore-setup-go latest 2cfaa2893ef6 About a minute ago 25.7MB [2021-03-31T03:14:52.139Z] docker-core-command-go latest f062f0eba572 About a minute ago 17.3MB [2021-03-31T03:14:52.139Z] docker-core-metadata-go latest cfec38340613 About a minute ago 19MB [2021-03-31T03:14:52.139Z] docker-security-proxy-setup-go latest 0970afb216ad About a minute ago 25.4MB [2021-03-31T03:14:52.139Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:14:52.622Z] provisioning config files... [2021-03-31T03:14:52.651Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/421@tmp/config8363901287340108491tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:14:52.992Z] ---> docker-login.sh [2021-03-31T03:14:52.992Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:14:52.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:53.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:53.253Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:53.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:53.253Z] [2021-03-31T03:14:53.253Z] Login Succeeded [2021-03-31T03:14:53.253Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:14:53.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:53.514Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:53.514Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:53.514Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:53.514Z] [2021-03-31T03:14:53.514Z] Login Succeeded [2021-03-31T03:14:53.514Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:14:53.514Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:53.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:53.775Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:53.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:53.775Z] [2021-03-31T03:14:53.775Z] Login Succeeded [2021-03-31T03:14:53.775Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:14:53.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:53.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:53.775Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:53.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:53.775Z] [2021-03-31T03:14:53.775Z] Login Succeeded [2021-03-31T03:14:53.775Z] docker.io [2021-03-31T03:14:54.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:14:54.296Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:14:54.296Z] Configure a credential helper to remove this warning. See [2021-03-31T03:14:54.296Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:14:54.296Z] [2021-03-31T03:14:54.296Z] Login Succeeded [2021-03-31T03:14:54.296Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:14:54.305Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:14:54.534Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-31T03:14:54.534Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:14:54.534Z] 2.0.0-dev.153 [2021-03-31T03:14:54.534Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:14:54.534Z] master [2021-03-31T03:14:54.535Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:14:55.003Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:14:55.298Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:14:55.298Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-31T03:14:55.298Z] 045438934712: Preparing [2021-03-31T03:14:55.298Z] 5feab79036c6: Preparing [2021-03-31T03:14:55.298Z] 3d3071cb4b6d: Preparing [2021-03-31T03:14:55.298Z] 376c15f00a0f: Preparing [2021-03-31T03:14:55.298Z] fa29914ad24c: Preparing [2021-03-31T03:14:55.298Z] fa29914ad24c: Layer already exists [2021-03-31T03:14:55.560Z] 3d3071cb4b6d: Pushed [2021-03-31T03:14:55.560Z] 045438934712: Pushed [2021-03-31T03:14:55.560Z] 376c15f00a0f: Pushed [2021-03-31T03:14:56.500Z] 5feab79036c6: Pushed [2021-03-31T03:14:56.760Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:8ca1baca2f658678f2cc138146786e300d2b200e2e484e86dd910a44ded09d30 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:14:57.066Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.153 [2021-03-31T03:15:00.656Z] ---> 3275fc7a82b1 [2021-03-31T03:15:00.656Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T03:15:00.656Z] ---> 0b7b2dc0e683 [2021-03-31T03:15:00.656Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T03:15:00.656Z] ---> 5b0faa5f2f14 [2021-03-31T03:15:00.656Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T03:15:00.656Z] ---> Running in 20168b5c9704 [2021-03-31T03:15:00.656Z] ---> 9d72ec7d8f61 [2021-03-31T03:15:00.656Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T03:15:00.931Z] ---> f5ab192bbefd [2021-03-31T03:15:00.931Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T03:15:00.931Z] ---> Running in c6afef63fff0 [2021-03-31T03:15:00.931Z] ---> Running in 64605c9d0bfe [2021-03-31T03:15:01.206Z] ---> Running in 357f30691b27 [2021-03-31T03:15:01.207Z] ---> Running in f1f255cea193 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:03.160Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.153 [2021-03-31T03:15:03.160Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-31T03:15:03.160Z] 045438934712: Preparing [2021-03-31T03:15:03.160Z] 5feab79036c6: Preparing [2021-03-31T03:15:03.160Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:03.160Z] 376c15f00a0f: Preparing [2021-03-31T03:15:03.160Z] fa29914ad24c: Preparing [2021-03-31T03:15:03.160Z] 045438934712: Layer already exists [2021-03-31T03:15:03.160Z] 376c15f00a0f: Layer already exists [2021-03-31T03:15:03.160Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:03.160Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:03.160Z] 5feab79036c6: Layer already exists [2021-03-31T03:15:03.160Z] 2.0.0-dev.153: digest: sha256:8ca1baca2f658678f2cc138146786e300d2b200e2e484e86dd910a44ded09d30 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:03.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-31T03:15:03.208Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-data/core-data ./cmd/core-data [2021-03-31T03:15:03.464Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:03.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-31T03:15:03.760Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:03.760Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-31T03:15:03.760Z] 045438934712: Preparing [2021-03-31T03:15:03.760Z] 5feab79036c6: Preparing [2021-03-31T03:15:03.760Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:03.760Z] 376c15f00a0f: Preparing [2021-03-31T03:15:03.760Z] fa29914ad24c: Preparing [2021-03-31T03:15:03.760Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:03.760Z] 376c15f00a0f: Layer already exists [2021-03-31T03:15:03.760Z] 045438934712: Layer already exists [2021-03-31T03:15:03.760Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:03.760Z] 5feab79036c6: Layer already exists [2021-03-31T03:15:03.760Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:8ca1baca2f658678f2cc138146786e300d2b200e2e484e86dd910a44ded09d30 size: 1363 [2021-03-31T03:15:03.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-31T03:15:03.768Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:04.058Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:04.360Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-31T03:15:04.360Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-31T03:15:04.360Z] 045438934712: Preparing [2021-03-31T03:15:04.360Z] 5feab79036c6: Preparing [2021-03-31T03:15:04.360Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:04.360Z] 376c15f00a0f: Preparing [2021-03-31T03:15:04.360Z] fa29914ad24c: Preparing [2021-03-31T03:15:04.360Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:04.360Z] 045438934712: Layer already exists [2021-03-31T03:15:04.360Z] 376c15f00a0f: Layer already exists [2021-03-31T03:15:04.360Z] 5feab79036c6: Layer already exists [2021-03-31T03:15:04.360Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:04.360Z] master: digest: sha256:8ca1baca2f658678f2cc138146786e300d2b200e2e484e86dd910a44ded09d30 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:04.607Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:04.654Z] taggedImages: [2021-03-31T03:15:04.654Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:04.654Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.153 [2021-03-31T03:15:04.654Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:04.654Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-31T03:15:04.746Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-31T03:15:04.746Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:04.746Z] 2.0.0-dev.153 [2021-03-31T03:15:04.746Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:04.746Z] master [2021-03-31T03:15:04.746Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:05.279Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:05.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:05.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-31T03:15:05.679Z] 520a4c0989e2: Preparing [2021-03-31T03:15:05.679Z] be3865bafcbe: Preparing [2021-03-31T03:15:05.679Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:05.679Z] 9e4659b73ac8: Preparing [2021-03-31T03:15:05.679Z] 116af20c5543: Preparing [2021-03-31T03:15:05.679Z] fa29914ad24c: Preparing [2021-03-31T03:15:05.679Z] fa29914ad24c: Waiting [2021-03-31T03:15:05.679Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:05.679Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:05.679Z] 116af20c5543: Pushed [2021-03-31T03:15:05.679Z] 520a4c0989e2: Pushed [2021-03-31T03:15:05.945Z] 9e4659b73ac8: Pushed [2021-03-31T03:15:06.887Z] be3865bafcbe: Pushed [2021-03-31T03:15:07.147Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:77c162d1d875d71722ec572bed1346947381b8c8d74758a58290bce12137c69e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:07.479Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:07.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.153 [2021-03-31T03:15:07.774Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-31T03:15:07.774Z] 520a4c0989e2: Preparing [2021-03-31T03:15:07.774Z] be3865bafcbe: Preparing [2021-03-31T03:15:07.774Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:07.774Z] 9e4659b73ac8: Preparing [2021-03-31T03:15:07.774Z] 116af20c5543: Preparing [2021-03-31T03:15:07.774Z] fa29914ad24c: Preparing [2021-03-31T03:15:07.774Z] fa29914ad24c: Waiting [2021-03-31T03:15:07.774Z] 116af20c5543: Layer already exists [2021-03-31T03:15:07.774Z] be3865bafcbe: Layer already exists [2021-03-31T03:15:07.774Z] 520a4c0989e2: Layer already exists [2021-03-31T03:15:07.774Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:07.774Z] 9e4659b73ac8: Layer already exists [2021-03-31T03:15:07.774Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:07.774Z] 2.0.0-dev.153: digest: sha256:77c162d1d875d71722ec572bed1346947381b8c8d74758a58290bce12137c69e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:08.077Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:08.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:08.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-31T03:15:08.379Z] 520a4c0989e2: Preparing [2021-03-31T03:15:08.379Z] be3865bafcbe: Preparing [2021-03-31T03:15:08.379Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:08.379Z] 9e4659b73ac8: Preparing [2021-03-31T03:15:08.379Z] 116af20c5543: Preparing [2021-03-31T03:15:08.379Z] fa29914ad24c: Preparing [2021-03-31T03:15:08.379Z] fa29914ad24c: Waiting [2021-03-31T03:15:08.379Z] 9e4659b73ac8: Layer already exists [2021-03-31T03:15:08.379Z] be3865bafcbe: Layer already exists [2021-03-31T03:15:08.379Z] 520a4c0989e2: Layer already exists [2021-03-31T03:15:08.379Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:08.379Z] 116af20c5543: Layer already exists [2021-03-31T03:15:08.379Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:08.379Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:77c162d1d875d71722ec572bed1346947381b8c8d74758a58290bce12137c69e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:08.690Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:08.987Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-31T03:15:08.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-31T03:15:08.987Z] 520a4c0989e2: Preparing [2021-03-31T03:15:08.987Z] be3865bafcbe: Preparing [2021-03-31T03:15:08.987Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:08.987Z] 9e4659b73ac8: Preparing [2021-03-31T03:15:08.987Z] 116af20c5543: Preparing [2021-03-31T03:15:08.987Z] fa29914ad24c: Preparing [2021-03-31T03:15:08.987Z] fa29914ad24c: Waiting [2021-03-31T03:15:08.987Z] be3865bafcbe: Layer already exists [2021-03-31T03:15:08.987Z] 116af20c5543: Layer already exists [2021-03-31T03:15:08.987Z] 9e4659b73ac8: Layer already exists [2021-03-31T03:15:08.987Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:08.987Z] 520a4c0989e2: Layer already exists [2021-03-31T03:15:08.987Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:08.987Z] master: digest: sha256:77c162d1d875d71722ec572bed1346947381b8c8d74758a58290bce12137c69e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:09.192Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:09.242Z] taggedImages: [2021-03-31T03:15:09.242Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:09.242Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.153 [2021-03-31T03:15:09.242Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:09.242Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-31T03:15:09.318Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-31T03:15:09.318Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:09.318Z] 2.0.0-dev.153 [2021-03-31T03:15:09.318Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:09.318Z] master [2021-03-31T03:15:09.318Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:09.868Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:10.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:10.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-31T03:15:10.164Z] 7247ddc8cc85: Preparing [2021-03-31T03:15:10.164Z] 962af3f9257a: Preparing [2021-03-31T03:15:10.164Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:10.164Z] 0e6bc9260c22: Preparing [2021-03-31T03:15:10.164Z] fa29914ad24c: Preparing [2021-03-31T03:15:10.164Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:10.164Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:10.164Z] 7247ddc8cc85: Pushed [2021-03-31T03:15:10.164Z] 0e6bc9260c22: Pushed [2021-03-31T03:15:11.546Z] 962af3f9257a: Pushed [2021-03-31T03:15:11.546Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:539e73993cea4dfc58427a496000abe423728fe383dcf86cbb4027d8e927ac12 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:11.846Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:12.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.153 [2021-03-31T03:15:12.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-31T03:15:12.141Z] 7247ddc8cc85: Preparing [2021-03-31T03:15:12.141Z] 962af3f9257a: Preparing [2021-03-31T03:15:12.141Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:12.141Z] 0e6bc9260c22: Preparing [2021-03-31T03:15:12.141Z] fa29914ad24c: Preparing [2021-03-31T03:15:12.141Z] 0e6bc9260c22: Layer already exists [2021-03-31T03:15:12.141Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:12.141Z] 7247ddc8cc85: Layer already exists [2021-03-31T03:15:12.141Z] 962af3f9257a: Layer already exists [2021-03-31T03:15:12.141Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:12.141Z] 2.0.0-dev.153: digest: sha256:539e73993cea4dfc58427a496000abe423728fe383dcf86cbb4027d8e927ac12 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:12.445Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:12.753Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:12.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-31T03:15:12.753Z] 7247ddc8cc85: Preparing [2021-03-31T03:15:12.753Z] 962af3f9257a: Preparing [2021-03-31T03:15:12.753Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:12.753Z] 0e6bc9260c22: Preparing [2021-03-31T03:15:12.753Z] fa29914ad24c: Preparing [2021-03-31T03:15:12.753Z] 7247ddc8cc85: Layer already exists [2021-03-31T03:15:12.753Z] 962af3f9257a: Layer already exists [2021-03-31T03:15:12.753Z] 0e6bc9260c22: Layer already exists [2021-03-31T03:15:12.753Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:12.753Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:12.753Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:539e73993cea4dfc58427a496000abe423728fe383dcf86cbb4027d8e927ac12 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:13.064Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:13.378Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-31T03:15:13.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-31T03:15:13.378Z] 7247ddc8cc85: Preparing [2021-03-31T03:15:13.378Z] 962af3f9257a: Preparing [2021-03-31T03:15:13.378Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:13.378Z] 0e6bc9260c22: Preparing [2021-03-31T03:15:13.378Z] fa29914ad24c: Preparing [2021-03-31T03:15:13.378Z] 0e6bc9260c22: Layer already exists [2021-03-31T03:15:13.378Z] 7247ddc8cc85: Layer already exists [2021-03-31T03:15:13.378Z] 962af3f9257a: Layer already exists [2021-03-31T03:15:13.378Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:13.378Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:13.378Z] master: digest: sha256:539e73993cea4dfc58427a496000abe423728fe383dcf86cbb4027d8e927ac12 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:13.635Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:13.688Z] taggedImages: [2021-03-31T03:15:13.688Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:13.688Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.153 [2021-03-31T03:15:13.688Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:13.688Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-31T03:15:13.753Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-31T03:15:13.753Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:13.753Z] 2.0.0-dev.153 [2021-03-31T03:15:13.753Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:13.753Z] master [2021-03-31T03:15:13.753Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:14.230Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:14.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:14.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-31T03:15:14.524Z] f9e25d906dc8: Preparing [2021-03-31T03:15:14.524Z] f9e25d906dc8: Preparing [2021-03-31T03:15:14.524Z] a2a85ec3d47e: Preparing [2021-03-31T03:15:14.524Z] 8aec429f220d: Preparing [2021-03-31T03:15:14.524Z] f482f95a444c: Preparing [2021-03-31T03:15:14.524Z] 1b447a089d0e: Preparing [2021-03-31T03:15:14.524Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:14.524Z] f00a8bb7485e: Preparing [2021-03-31T03:15:14.524Z] f00a8bb7485e: Preparing [2021-03-31T03:15:14.524Z] 90f36030eac4: Preparing [2021-03-31T03:15:14.524Z] 922f34ea188c: Preparing [2021-03-31T03:15:14.524Z] fa29914ad24c: Preparing [2021-03-31T03:15:14.524Z] 3d3071cb4b6d: Waiting [2021-03-31T03:15:14.524Z] f00a8bb7485e: Waiting [2021-03-31T03:15:14.524Z] 90f36030eac4: Waiting [2021-03-31T03:15:14.524Z] 922f34ea188c: Waiting [2021-03-31T03:15:14.524Z] fa29914ad24c: Waiting [2021-03-31T03:15:14.785Z] 8aec429f220d: Pushed [2021-03-31T03:15:14.785Z] f9e25d906dc8: Pushed [2021-03-31T03:15:14.785Z] a2a85ec3d47e: Pushed [2021-03-31T03:15:14.785Z] f482f95a444c: Pushed [2021-03-31T03:15:14.785Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:14.785Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:15.046Z] f00a8bb7485e: Pushed [2021-03-31T03:15:15.046Z] 922f34ea188c: Pushed [2021-03-31T03:15:15.046Z] 90f36030eac4: Pushed [2021-03-31T03:15:15.985Z] 1b447a089d0e: Pushed [2021-03-31T03:15:15.985Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:58cae3861d3aeabcd7c76a49e170337a68d460cf3d5c304674fb602d0898e3d4 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:16.283Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:16.575Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.153 [2021-03-31T03:15:16.575Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-31T03:15:16.575Z] f9e25d906dc8: Preparing [2021-03-31T03:15:16.575Z] f9e25d906dc8: Preparing [2021-03-31T03:15:16.575Z] a2a85ec3d47e: Preparing [2021-03-31T03:15:16.575Z] 8aec429f220d: Preparing [2021-03-31T03:15:16.575Z] f482f95a444c: Preparing [2021-03-31T03:15:16.575Z] 1b447a089d0e: Preparing [2021-03-31T03:15:16.575Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:16.575Z] f00a8bb7485e: Preparing [2021-03-31T03:15:16.575Z] f00a8bb7485e: Preparing [2021-03-31T03:15:16.575Z] 90f36030eac4: Preparing [2021-03-31T03:15:16.575Z] 922f34ea188c: Preparing [2021-03-31T03:15:16.575Z] fa29914ad24c: Preparing [2021-03-31T03:15:16.575Z] 3d3071cb4b6d: Waiting [2021-03-31T03:15:16.575Z] f00a8bb7485e: Waiting [2021-03-31T03:15:16.575Z] 90f36030eac4: Waiting [2021-03-31T03:15:16.575Z] 922f34ea188c: Waiting [2021-03-31T03:15:16.575Z] fa29914ad24c: Waiting [2021-03-31T03:15:16.575Z] f9e25d906dc8: Layer already exists [2021-03-31T03:15:16.575Z] a2a85ec3d47e: Layer already exists [2021-03-31T03:15:16.575Z] 1b447a089d0e: Layer already exists [2021-03-31T03:15:16.575Z] 8aec429f220d: Layer already exists [2021-03-31T03:15:16.575Z] f482f95a444c: Layer already exists [2021-03-31T03:15:16.575Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:16.575Z] 922f34ea188c: Layer already exists [2021-03-31T03:15:16.575Z] 90f36030eac4: Layer already exists [2021-03-31T03:15:16.575Z] f00a8bb7485e: Layer already exists [2021-03-31T03:15:16.575Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:16.575Z] 2.0.0-dev.153: digest: sha256:58cae3861d3aeabcd7c76a49e170337a68d460cf3d5c304674fb602d0898e3d4 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:16.873Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:17.164Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:17.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-31T03:15:17.164Z] f9e25d906dc8: Preparing [2021-03-31T03:15:17.164Z] f9e25d906dc8: Preparing [2021-03-31T03:15:17.164Z] a2a85ec3d47e: Preparing [2021-03-31T03:15:17.164Z] 8aec429f220d: Preparing [2021-03-31T03:15:17.164Z] f482f95a444c: Preparing [2021-03-31T03:15:17.164Z] 1b447a089d0e: Preparing [2021-03-31T03:15:17.164Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:17.164Z] f00a8bb7485e: Preparing [2021-03-31T03:15:17.164Z] f00a8bb7485e: Preparing [2021-03-31T03:15:17.164Z] 90f36030eac4: Preparing [2021-03-31T03:15:17.164Z] 922f34ea188c: Preparing [2021-03-31T03:15:17.164Z] fa29914ad24c: Preparing [2021-03-31T03:15:17.164Z] 3d3071cb4b6d: Waiting [2021-03-31T03:15:17.164Z] f00a8bb7485e: Waiting [2021-03-31T03:15:17.164Z] 90f36030eac4: Waiting [2021-03-31T03:15:17.164Z] 922f34ea188c: Waiting [2021-03-31T03:15:17.164Z] fa29914ad24c: Waiting [2021-03-31T03:15:17.164Z] a2a85ec3d47e: Layer already exists [2021-03-31T03:15:17.164Z] f482f95a444c: Layer already exists [2021-03-31T03:15:17.164Z] f9e25d906dc8: Layer already exists [2021-03-31T03:15:17.164Z] 1b447a089d0e: Layer already exists [2021-03-31T03:15:17.164Z] 8aec429f220d: Layer already exists [2021-03-31T03:15:17.164Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:17.164Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:17.164Z] 90f36030eac4: Layer already exists [2021-03-31T03:15:17.164Z] f00a8bb7485e: Layer already exists [2021-03-31T03:15:17.164Z] 922f34ea188c: Layer already exists [2021-03-31T03:15:17.164Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:58cae3861d3aeabcd7c76a49e170337a68d460cf3d5c304674fb602d0898e3d4 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:17.463Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:17.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-31T03:15:17.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-31T03:15:17.764Z] f9e25d906dc8: Preparing [2021-03-31T03:15:17.764Z] f9e25d906dc8: Preparing [2021-03-31T03:15:17.764Z] a2a85ec3d47e: Preparing [2021-03-31T03:15:17.764Z] 8aec429f220d: Preparing [2021-03-31T03:15:17.764Z] f482f95a444c: Preparing [2021-03-31T03:15:17.764Z] 1b447a089d0e: Preparing [2021-03-31T03:15:17.764Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:17.764Z] f00a8bb7485e: Preparing [2021-03-31T03:15:17.764Z] f00a8bb7485e: Preparing [2021-03-31T03:15:17.764Z] 90f36030eac4: Preparing [2021-03-31T03:15:17.764Z] 922f34ea188c: Preparing [2021-03-31T03:15:17.764Z] fa29914ad24c: Preparing [2021-03-31T03:15:17.764Z] 3d3071cb4b6d: Waiting [2021-03-31T03:15:17.764Z] 922f34ea188c: Waiting [2021-03-31T03:15:17.764Z] f00a8bb7485e: Waiting [2021-03-31T03:15:17.764Z] fa29914ad24c: Waiting [2021-03-31T03:15:17.764Z] 90f36030eac4: Waiting [2021-03-31T03:15:17.764Z] 1b447a089d0e: Layer already exists [2021-03-31T03:15:17.764Z] a2a85ec3d47e: Layer already exists [2021-03-31T03:15:17.764Z] 8aec429f220d: Layer already exists [2021-03-31T03:15:17.764Z] f9e25d906dc8: Layer already exists [2021-03-31T03:15:17.764Z] f482f95a444c: Layer already exists [2021-03-31T03:15:17.764Z] f00a8bb7485e: Layer already exists [2021-03-31T03:15:17.764Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:17.764Z] 922f34ea188c: Layer already exists [2021-03-31T03:15:17.764Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:17.764Z] 90f36030eac4: Layer already exists [2021-03-31T03:15:17.764Z] master: digest: sha256:58cae3861d3aeabcd7c76a49e170337a68d460cf3d5c304674fb602d0898e3d4 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:17.957Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:18.004Z] taggedImages: [2021-03-31T03:15:18.004Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:18.004Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.153 [2021-03-31T03:15:18.004Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:18.004Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-31T03:15:18.068Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-31T03:15:18.068Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:18.068Z] 2.0.0-dev.153 [2021-03-31T03:15:18.068Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:18.068Z] master [2021-03-31T03:15:18.068Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:18.562Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:18.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:18.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-31T03:15:18.869Z] ad739c66f52f: Preparing [2021-03-31T03:15:18.869Z] 0e8e0a140b1f: Preparing [2021-03-31T03:15:18.869Z] 64aab9d3ad0f: Preparing [2021-03-31T03:15:18.869Z] d3bc41ff110c: Preparing [2021-03-31T03:15:18.869Z] 3b40f5d41352: Preparing [2021-03-31T03:15:18.869Z] fa29914ad24c: Preparing [2021-03-31T03:15:18.869Z] fa29914ad24c: Waiting [2021-03-31T03:15:18.869Z] d3bc41ff110c: Pushed [2021-03-31T03:15:19.131Z] 64aab9d3ad0f: Pushed [2021-03-31T03:15:19.131Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:19.394Z] 3b40f5d41352: Pushed [2021-03-31T03:15:19.965Z] 0e8e0a140b1f: Pushed [2021-03-31T03:15:19.965Z] ad739c66f52f: Pushed [2021-03-31T03:15:19.965Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:95cb0a1c6ea56cc0684522abb52c39542c8c57bfb5a35056d604f75eaa320c1d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:20.265Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:20.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.153 [2021-03-31T03:15:20.571Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-31T03:15:20.571Z] ad739c66f52f: Preparing [2021-03-31T03:15:20.571Z] 0e8e0a140b1f: Preparing [2021-03-31T03:15:20.571Z] 64aab9d3ad0f: Preparing [2021-03-31T03:15:20.571Z] d3bc41ff110c: Preparing [2021-03-31T03:15:20.571Z] 3b40f5d41352: Preparing [2021-03-31T03:15:20.571Z] fa29914ad24c: Preparing [2021-03-31T03:15:20.571Z] fa29914ad24c: Waiting [2021-03-31T03:15:20.571Z] 0e8e0a140b1f: Layer already exists [2021-03-31T03:15:20.571Z] 3b40f5d41352: Layer already exists [2021-03-31T03:15:20.571Z] d3bc41ff110c: Layer already exists [2021-03-31T03:15:20.571Z] 64aab9d3ad0f: Layer already exists [2021-03-31T03:15:20.571Z] ad739c66f52f: Layer already exists [2021-03-31T03:15:20.571Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:20.571Z] 2.0.0-dev.153: digest: sha256:95cb0a1c6ea56cc0684522abb52c39542c8c57bfb5a35056d604f75eaa320c1d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:20.872Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:21.167Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:21.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-31T03:15:21.167Z] ad739c66f52f: Preparing [2021-03-31T03:15:21.167Z] 0e8e0a140b1f: Preparing [2021-03-31T03:15:21.167Z] 64aab9d3ad0f: Preparing [2021-03-31T03:15:21.167Z] d3bc41ff110c: Preparing [2021-03-31T03:15:21.167Z] 3b40f5d41352: Preparing [2021-03-31T03:15:21.167Z] fa29914ad24c: Preparing [2021-03-31T03:15:21.167Z] fa29914ad24c: Waiting [2021-03-31T03:15:21.167Z] 64aab9d3ad0f: Layer already exists [2021-03-31T03:15:21.167Z] 3b40f5d41352: Layer already exists [2021-03-31T03:15:21.167Z] ad739c66f52f: Layer already exists [2021-03-31T03:15:21.167Z] 0e8e0a140b1f: Layer already exists [2021-03-31T03:15:21.167Z] d3bc41ff110c: Layer already exists [2021-03-31T03:15:21.167Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:21.167Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:95cb0a1c6ea56cc0684522abb52c39542c8c57bfb5a35056d604f75eaa320c1d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:21.475Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:21.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-31T03:15:21.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-31T03:15:21.768Z] ad739c66f52f: Preparing [2021-03-31T03:15:21.768Z] 0e8e0a140b1f: Preparing [2021-03-31T03:15:21.768Z] 64aab9d3ad0f: Preparing [2021-03-31T03:15:21.768Z] d3bc41ff110c: Preparing [2021-03-31T03:15:21.768Z] 3b40f5d41352: Preparing [2021-03-31T03:15:21.768Z] fa29914ad24c: Preparing [2021-03-31T03:15:21.768Z] fa29914ad24c: Waiting [2021-03-31T03:15:21.768Z] 64aab9d3ad0f: Layer already exists [2021-03-31T03:15:21.768Z] ad739c66f52f: Layer already exists [2021-03-31T03:15:21.768Z] 0e8e0a140b1f: Layer already exists [2021-03-31T03:15:21.768Z] d3bc41ff110c: Layer already exists [2021-03-31T03:15:21.768Z] 3b40f5d41352: Layer already exists [2021-03-31T03:15:21.768Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:21.768Z] master: digest: sha256:95cb0a1c6ea56cc0684522abb52c39542c8c57bfb5a35056d604f75eaa320c1d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:21.972Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:22.031Z] taggedImages: [2021-03-31T03:15:22.031Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:22.031Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.153 [2021-03-31T03:15:22.031Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:22.031Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-31T03:15:22.094Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-31T03:15:22.094Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:22.094Z] 2.0.0-dev.153 [2021-03-31T03:15:22.094Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:22.094Z] master [2021-03-31T03:15:22.094Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:22.589Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:22.881Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:22.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-31T03:15:22.882Z] 73d2ad2a025b: Preparing [2021-03-31T03:15:22.882Z] 1e246ce1cf94: Preparing [2021-03-31T03:15:22.882Z] b9a43c0d2933: Preparing [2021-03-31T03:15:22.882Z] b89a1b5df9e7: Preparing [2021-03-31T03:15:22.882Z] 8a60ec260fcd: Preparing [2021-03-31T03:15:22.882Z] de861c806ad1: Preparing [2021-03-31T03:15:22.882Z] e0b1556761f6: Preparing [2021-03-31T03:15:22.882Z] 7080700bfa7c: Preparing [2021-03-31T03:15:22.882Z] fa29914ad24c: Preparing [2021-03-31T03:15:22.882Z] de861c806ad1: Waiting [2021-03-31T03:15:22.882Z] e0b1556761f6: Waiting [2021-03-31T03:15:22.882Z] 7080700bfa7c: Waiting [2021-03-31T03:15:22.882Z] fa29914ad24c: Waiting [2021-03-31T03:15:23.145Z] 1e246ce1cf94: Pushed [2021-03-31T03:15:23.145Z] 8a60ec260fcd: Pushed [2021-03-31T03:15:23.145Z] 73d2ad2a025b: Pushed [2021-03-31T03:15:23.145Z] de861c806ad1: Pushed [2021-03-31T03:15:23.145Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:23.145Z] e0b1556761f6: Pushed [2021-03-31T03:15:23.717Z] 7080700bfa7c: Pushed [2021-03-31T03:15:23.977Z] b89a1b5df9e7: Pushed [2021-03-31T03:15:23.977Z] b9a43c0d2933: Pushed [2021-03-31T03:15:24.238Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:713ca770d7a5ae0804c61bdb6c4a5fa8e84b7a023e285c4db09e6db9c53cc91c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:24.538Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:24.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.153 [2021-03-31T03:15:24.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-31T03:15:24.831Z] 73d2ad2a025b: Preparing [2021-03-31T03:15:24.831Z] 1e246ce1cf94: Preparing [2021-03-31T03:15:24.831Z] b9a43c0d2933: Preparing [2021-03-31T03:15:24.831Z] b89a1b5df9e7: Preparing [2021-03-31T03:15:24.831Z] 8a60ec260fcd: Preparing [2021-03-31T03:15:24.831Z] de861c806ad1: Preparing [2021-03-31T03:15:24.831Z] e0b1556761f6: Preparing [2021-03-31T03:15:24.831Z] 7080700bfa7c: Preparing [2021-03-31T03:15:24.832Z] fa29914ad24c: Preparing [2021-03-31T03:15:24.832Z] de861c806ad1: Waiting [2021-03-31T03:15:24.832Z] e0b1556761f6: Waiting [2021-03-31T03:15:24.832Z] fa29914ad24c: Waiting [2021-03-31T03:15:24.832Z] 7080700bfa7c: Waiting [2021-03-31T03:15:24.832Z] b9a43c0d2933: Layer already exists [2021-03-31T03:15:24.832Z] 1e246ce1cf94: Layer already exists [2021-03-31T03:15:24.832Z] 8a60ec260fcd: Layer already exists [2021-03-31T03:15:24.832Z] 73d2ad2a025b: Layer already exists [2021-03-31T03:15:24.832Z] b89a1b5df9e7: Layer already exists [2021-03-31T03:15:24.832Z] e0b1556761f6: Layer already exists [2021-03-31T03:15:24.832Z] de861c806ad1: Layer already exists [2021-03-31T03:15:24.832Z] 7080700bfa7c: Layer already exists [2021-03-31T03:15:24.832Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:24.832Z] 2.0.0-dev.153: digest: sha256:713ca770d7a5ae0804c61bdb6c4a5fa8e84b7a023e285c4db09e6db9c53cc91c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:25.130Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:25.528Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:25.528Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-31T03:15:25.528Z] 73d2ad2a025b: Preparing [2021-03-31T03:15:25.528Z] 1e246ce1cf94: Preparing [2021-03-31T03:15:25.528Z] b9a43c0d2933: Preparing [2021-03-31T03:15:25.528Z] b89a1b5df9e7: Preparing [2021-03-31T03:15:25.528Z] 8a60ec260fcd: Preparing [2021-03-31T03:15:25.528Z] de861c806ad1: Preparing [2021-03-31T03:15:25.528Z] e0b1556761f6: Preparing [2021-03-31T03:15:25.528Z] 7080700bfa7c: Preparing [2021-03-31T03:15:25.528Z] fa29914ad24c: Preparing [2021-03-31T03:15:25.528Z] de861c806ad1: Waiting [2021-03-31T03:15:25.528Z] e0b1556761f6: Waiting [2021-03-31T03:15:25.528Z] 7080700bfa7c: Waiting [2021-03-31T03:15:25.528Z] fa29914ad24c: Waiting [2021-03-31T03:15:25.528Z] b89a1b5df9e7: Layer already exists [2021-03-31T03:15:25.528Z] 1e246ce1cf94: Layer already exists [2021-03-31T03:15:25.528Z] b9a43c0d2933: Layer already exists [2021-03-31T03:15:25.528Z] 8a60ec260fcd: Layer already exists [2021-03-31T03:15:25.528Z] 73d2ad2a025b: Layer already exists [2021-03-31T03:15:25.528Z] 7080700bfa7c: Layer already exists [2021-03-31T03:15:25.528Z] de861c806ad1: Layer already exists [2021-03-31T03:15:25.528Z] e0b1556761f6: Layer already exists [2021-03-31T03:15:25.528Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:25.528Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:713ca770d7a5ae0804c61bdb6c4a5fa8e84b7a023e285c4db09e6db9c53cc91c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:25.852Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:26.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-31T03:15:26.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-31T03:15:26.147Z] 73d2ad2a025b: Preparing [2021-03-31T03:15:26.147Z] 1e246ce1cf94: Preparing [2021-03-31T03:15:26.147Z] b9a43c0d2933: Preparing [2021-03-31T03:15:26.147Z] b89a1b5df9e7: Preparing [2021-03-31T03:15:26.147Z] 8a60ec260fcd: Preparing [2021-03-31T03:15:26.147Z] de861c806ad1: Preparing [2021-03-31T03:15:26.147Z] e0b1556761f6: Preparing [2021-03-31T03:15:26.147Z] 7080700bfa7c: Preparing [2021-03-31T03:15:26.147Z] fa29914ad24c: Preparing [2021-03-31T03:15:26.147Z] de861c806ad1: Waiting [2021-03-31T03:15:26.147Z] e0b1556761f6: Waiting [2021-03-31T03:15:26.147Z] fa29914ad24c: Waiting [2021-03-31T03:15:26.147Z] 1e246ce1cf94: Layer already exists [2021-03-31T03:15:26.147Z] 8a60ec260fcd: Layer already exists [2021-03-31T03:15:26.147Z] 73d2ad2a025b: Layer already exists [2021-03-31T03:15:26.147Z] b89a1b5df9e7: Layer already exists [2021-03-31T03:15:26.147Z] b9a43c0d2933: Layer already exists [2021-03-31T03:15:26.147Z] de861c806ad1: Layer already exists [2021-03-31T03:15:26.147Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:26.147Z] e0b1556761f6: Layer already exists [2021-03-31T03:15:26.147Z] 7080700bfa7c: Layer already exists [2021-03-31T03:15:26.147Z] master: digest: sha256:713ca770d7a5ae0804c61bdb6c4a5fa8e84b7a023e285c4db09e6db9c53cc91c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:26.345Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:26.388Z] taggedImages: [2021-03-31T03:15:26.388Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:26.388Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.153 [2021-03-31T03:15:26.388Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:26.388Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-31T03:15:26.449Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-31T03:15:26.449Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:26.449Z] 2.0.0-dev.153 [2021-03-31T03:15:26.449Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:26.449Z] master [2021-03-31T03:15:26.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:26.942Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:27.241Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:27.241Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-31T03:15:27.241Z] 9db686f25222: Preparing [2021-03-31T03:15:27.241Z] a6bb327eeae5: Preparing [2021-03-31T03:15:27.241Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:27.241Z] ae91d024e74e: Preparing [2021-03-31T03:15:27.241Z] fa29914ad24c: Preparing [2021-03-31T03:15:27.241Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:27.241Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:27.503Z] 9db686f25222: Pushed [2021-03-31T03:15:27.503Z] ae91d024e74e: Pushed [2021-03-31T03:15:28.447Z] a6bb327eeae5: Pushed [2021-03-31T03:15:28.447Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:8d9bce9340d67579f7e19cb96453e3c30ce11932b3c820d56dd3cdc81279673d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:28.747Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:29.042Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.153 [2021-03-31T03:15:29.042Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-31T03:15:29.042Z] 9db686f25222: Preparing [2021-03-31T03:15:29.042Z] a6bb327eeae5: Preparing [2021-03-31T03:15:29.042Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:29.042Z] ae91d024e74e: Preparing [2021-03-31T03:15:29.042Z] fa29914ad24c: Preparing [2021-03-31T03:15:29.042Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:29.042Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:29.042Z] ae91d024e74e: Layer already exists [2021-03-31T03:15:29.042Z] 9db686f25222: Layer already exists [2021-03-31T03:15:29.042Z] a6bb327eeae5: Layer already exists [2021-03-31T03:15:29.042Z] 2.0.0-dev.153: digest: sha256:8d9bce9340d67579f7e19cb96453e3c30ce11932b3c820d56dd3cdc81279673d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:29.340Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:29.633Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:29.633Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-31T03:15:29.633Z] 9db686f25222: Preparing [2021-03-31T03:15:29.633Z] a6bb327eeae5: Preparing [2021-03-31T03:15:29.633Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:29.633Z] ae91d024e74e: Preparing [2021-03-31T03:15:29.633Z] fa29914ad24c: Preparing [2021-03-31T03:15:29.633Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:29.633Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:29.633Z] 9db686f25222: Layer already exists [2021-03-31T03:15:29.633Z] ae91d024e74e: Layer already exists [2021-03-31T03:15:29.633Z] a6bb327eeae5: Layer already exists [2021-03-31T03:15:29.633Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:8d9bce9340d67579f7e19cb96453e3c30ce11932b3c820d56dd3cdc81279673d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:29.932Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:30.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-31T03:15:30.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-31T03:15:30.226Z] 9db686f25222: Preparing [2021-03-31T03:15:30.226Z] a6bb327eeae5: Preparing [2021-03-31T03:15:30.226Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:30.226Z] ae91d024e74e: Preparing [2021-03-31T03:15:30.226Z] fa29914ad24c: Preparing [2021-03-31T03:15:30.226Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:30.226Z] 9db686f25222: Layer already exists [2021-03-31T03:15:30.226Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:30.226Z] a6bb327eeae5: Layer already exists [2021-03-31T03:15:30.226Z] ae91d024e74e: Layer already exists [2021-03-31T03:15:30.226Z] master: digest: sha256:8d9bce9340d67579f7e19cb96453e3c30ce11932b3c820d56dd3cdc81279673d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:30.440Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:30.486Z] taggedImages: [2021-03-31T03:15:30.486Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:30.486Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.153 [2021-03-31T03:15:30.486Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:30.486Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-31T03:15:30.551Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-31T03:15:30.551Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:30.551Z] 2.0.0-dev.153 [2021-03-31T03:15:30.551Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:30.551Z] master [2021-03-31T03:15:30.551Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:31.072Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:31.365Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:31.365Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-31T03:15:31.365Z] 174d4cc91dcc: Preparing [2021-03-31T03:15:31.365Z] a2ca4a3a6670: Preparing [2021-03-31T03:15:31.365Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:31.365Z] 0e6bc9260c22: Preparing [2021-03-31T03:15:31.365Z] fa29914ad24c: Preparing [2021-03-31T03:15:31.365Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:31.365Z] 0e6bc9260c22: Layer already exists [2021-03-31T03:15:31.365Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:31.365Z] 174d4cc91dcc: Pushed [2021-03-31T03:15:32.306Z] a2ca4a3a6670: Pushed [2021-03-31T03:15:32.876Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:ed02033729547cc4b97d3591a283d4beb1eb856d6f1e0cb11545c3051e69909d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:33.174Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:33.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.153 [2021-03-31T03:15:33.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-31T03:15:33.468Z] 174d4cc91dcc: Preparing [2021-03-31T03:15:33.468Z] a2ca4a3a6670: Preparing [2021-03-31T03:15:33.468Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:33.468Z] 0e6bc9260c22: Preparing [2021-03-31T03:15:33.468Z] fa29914ad24c: Preparing [2021-03-31T03:15:33.468Z] a2ca4a3a6670: Layer already exists [2021-03-31T03:15:33.468Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:33.468Z] 0e6bc9260c22: Layer already exists [2021-03-31T03:15:33.468Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:33.468Z] 174d4cc91dcc: Layer already exists [2021-03-31T03:15:33.468Z] 2.0.0-dev.153: digest: sha256:ed02033729547cc4b97d3591a283d4beb1eb856d6f1e0cb11545c3051e69909d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:33.767Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:34.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:34.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-31T03:15:34.061Z] 174d4cc91dcc: Preparing [2021-03-31T03:15:34.061Z] a2ca4a3a6670: Preparing [2021-03-31T03:15:34.061Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:34.061Z] 0e6bc9260c22: Preparing [2021-03-31T03:15:34.061Z] fa29914ad24c: Preparing [2021-03-31T03:15:34.061Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:34.061Z] a2ca4a3a6670: Layer already exists [2021-03-31T03:15:34.061Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:34.061Z] 0e6bc9260c22: Layer already exists [2021-03-31T03:15:34.061Z] 174d4cc91dcc: Layer already exists [2021-03-31T03:15:34.061Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:ed02033729547cc4b97d3591a283d4beb1eb856d6f1e0cb11545c3051e69909d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:34.361Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:34.655Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-31T03:15:34.655Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-31T03:15:34.655Z] 174d4cc91dcc: Preparing [2021-03-31T03:15:34.655Z] a2ca4a3a6670: Preparing [2021-03-31T03:15:34.655Z] 3d3071cb4b6d: Preparing [2021-03-31T03:15:34.655Z] 0e6bc9260c22: Preparing [2021-03-31T03:15:34.655Z] fa29914ad24c: Preparing [2021-03-31T03:15:34.655Z] fa29914ad24c: Layer already exists [2021-03-31T03:15:34.655Z] 174d4cc91dcc: Layer already exists [2021-03-31T03:15:34.655Z] 3d3071cb4b6d: Layer already exists [2021-03-31T03:15:34.655Z] a2ca4a3a6670: Layer already exists [2021-03-31T03:15:34.655Z] 0e6bc9260c22: Layer already exists [2021-03-31T03:15:34.655Z] master: digest: sha256:ed02033729547cc4b97d3591a283d4beb1eb856d6f1e0cb11545c3051e69909d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:34.829Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:34.895Z] taggedImages: [2021-03-31T03:15:34.895Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:34.895Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.153 [2021-03-31T03:15:34.895Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:34.895Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-31T03:15:34.984Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-31T03:15:34.984Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:34.984Z] 2.0.0-dev.153 [2021-03-31T03:15:34.984Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:34.984Z] master [2021-03-31T03:15:34.984Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:35.454Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:35.749Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:35.749Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-31T03:15:35.749Z] 74a2184d50bc: Preparing [2021-03-31T03:15:35.749Z] 3656bf508fe6: Preparing [2021-03-31T03:15:35.749Z] 8473031ee3ed: Preparing [2021-03-31T03:15:35.749Z] 62943a6d44c2: Preparing [2021-03-31T03:15:35.749Z] 4c437ef42e9f: Preparing [2021-03-31T03:15:35.749Z] e22f75cfa88c: Preparing [2021-03-31T03:15:35.749Z] 8b17eb47b6bf: Preparing [2021-03-31T03:15:35.749Z] 0754057c0ad3: Preparing [2021-03-31T03:15:35.749Z] 998cdf262ab1: Preparing [2021-03-31T03:15:35.749Z] 02e56110abd2: Preparing [2021-03-31T03:15:35.749Z] abc36efb885a: Preparing [2021-03-31T03:15:35.749Z] b0b09059f4e1: Preparing [2021-03-31T03:15:35.749Z] bb961f40224b: Preparing [2021-03-31T03:15:35.749Z] f4666769fca7: Preparing [2021-03-31T03:15:35.749Z] e22f75cfa88c: Waiting [2021-03-31T03:15:35.749Z] 8b17eb47b6bf: Waiting [2021-03-31T03:15:35.749Z] 0754057c0ad3: Waiting [2021-03-31T03:15:35.749Z] 998cdf262ab1: Waiting [2021-03-31T03:15:35.749Z] 02e56110abd2: Waiting [2021-03-31T03:15:35.749Z] abc36efb885a: Waiting [2021-03-31T03:15:35.749Z] b0b09059f4e1: Waiting [2021-03-31T03:15:35.749Z] bb961f40224b: Waiting [2021-03-31T03:15:35.749Z] f4666769fca7: Waiting [2021-03-31T03:15:36.010Z] 4c437ef42e9f: Pushed [2021-03-31T03:15:36.010Z] 74a2184d50bc: Pushed [2021-03-31T03:15:36.273Z] 62943a6d44c2: Pushed [2021-03-31T03:15:36.273Z] 0754057c0ad3: Layer already exists [2021-03-31T03:15:36.273Z] 998cdf262ab1: Layer already exists [2021-03-31T03:15:36.273Z] 02e56110abd2: Layer already exists [2021-03-31T03:15:36.273Z] abc36efb885a: Layer already exists [2021-03-31T03:15:36.273Z] b0b09059f4e1: Layer already exists [2021-03-31T03:15:36.273Z] 8b17eb47b6bf: Pushed [2021-03-31T03:15:36.534Z] 3656bf508fe6: Pushed [2021-03-31T03:15:36.534Z] bb961f40224b: Layer already exists [2021-03-31T03:15:36.534Z] f4666769fca7: Layer already exists [2021-03-31T03:15:36.795Z] e22f75cfa88c: Pushed [2021-03-31T03:15:43.390Z] 8473031ee3ed: Pushed [2021-03-31T03:15:43.390Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:2736b569c7247e96fed63ea4e8e4a581eed43b1e0547e67206e8b823b5cd88d0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:43.691Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:43.985Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.153 [2021-03-31T03:15:43.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-31T03:15:43.985Z] 74a2184d50bc: Preparing [2021-03-31T03:15:43.985Z] 3656bf508fe6: Preparing [2021-03-31T03:15:43.985Z] 8473031ee3ed: Preparing [2021-03-31T03:15:43.985Z] 62943a6d44c2: Preparing [2021-03-31T03:15:43.985Z] 4c437ef42e9f: Preparing [2021-03-31T03:15:43.985Z] e22f75cfa88c: Preparing [2021-03-31T03:15:43.985Z] 8b17eb47b6bf: Preparing [2021-03-31T03:15:43.985Z] 0754057c0ad3: Preparing [2021-03-31T03:15:43.985Z] 998cdf262ab1: Preparing [2021-03-31T03:15:43.985Z] 02e56110abd2: Preparing [2021-03-31T03:15:43.985Z] abc36efb885a: Preparing [2021-03-31T03:15:43.985Z] b0b09059f4e1: Preparing [2021-03-31T03:15:43.985Z] bb961f40224b: Preparing [2021-03-31T03:15:43.985Z] f4666769fca7: Preparing [2021-03-31T03:15:43.985Z] e22f75cfa88c: Waiting [2021-03-31T03:15:43.985Z] 8b17eb47b6bf: Waiting [2021-03-31T03:15:43.985Z] 0754057c0ad3: Waiting [2021-03-31T03:15:43.985Z] 998cdf262ab1: Waiting [2021-03-31T03:15:43.985Z] abc36efb885a: Waiting [2021-03-31T03:15:43.985Z] b0b09059f4e1: Waiting [2021-03-31T03:15:43.985Z] bb961f40224b: Waiting [2021-03-31T03:15:43.985Z] f4666769fca7: Waiting [2021-03-31T03:15:43.985Z] 02e56110abd2: Waiting [2021-03-31T03:15:43.985Z] 74a2184d50bc: Layer already exists [2021-03-31T03:15:43.985Z] 62943a6d44c2: Layer already exists [2021-03-31T03:15:43.985Z] 8473031ee3ed: Layer already exists [2021-03-31T03:15:43.985Z] 4c437ef42e9f: Layer already exists [2021-03-31T03:15:43.985Z] 3656bf508fe6: Layer already exists [2021-03-31T03:15:43.985Z] 998cdf262ab1: Layer already exists [2021-03-31T03:15:43.985Z] 0754057c0ad3: Layer already exists [2021-03-31T03:15:43.985Z] 8b17eb47b6bf: Layer already exists [2021-03-31T03:15:43.985Z] e22f75cfa88c: Layer already exists [2021-03-31T03:15:43.985Z] 02e56110abd2: Layer already exists [2021-03-31T03:15:43.985Z] b0b09059f4e1: Layer already exists [2021-03-31T03:15:43.985Z] abc36efb885a: Layer already exists [2021-03-31T03:15:43.985Z] bb961f40224b: Layer already exists [2021-03-31T03:15:43.985Z] f4666769fca7: Layer already exists [2021-03-31T03:15:43.985Z] 2.0.0-dev.153: digest: sha256:2736b569c7247e96fed63ea4e8e4a581eed43b1e0547e67206e8b823b5cd88d0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:44.283Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:44.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:44.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-31T03:15:44.576Z] 74a2184d50bc: Preparing [2021-03-31T03:15:44.576Z] 3656bf508fe6: Preparing [2021-03-31T03:15:44.576Z] 8473031ee3ed: Preparing [2021-03-31T03:15:44.576Z] 62943a6d44c2: Preparing [2021-03-31T03:15:44.576Z] 4c437ef42e9f: Preparing [2021-03-31T03:15:44.576Z] e22f75cfa88c: Preparing [2021-03-31T03:15:44.576Z] 8b17eb47b6bf: Preparing [2021-03-31T03:15:44.576Z] 0754057c0ad3: Preparing [2021-03-31T03:15:44.576Z] 998cdf262ab1: Preparing [2021-03-31T03:15:44.576Z] 02e56110abd2: Preparing [2021-03-31T03:15:44.576Z] abc36efb885a: Preparing [2021-03-31T03:15:44.576Z] b0b09059f4e1: Preparing [2021-03-31T03:15:44.576Z] bb961f40224b: Preparing [2021-03-31T03:15:44.576Z] f4666769fca7: Preparing [2021-03-31T03:15:44.576Z] 998cdf262ab1: Waiting [2021-03-31T03:15:44.576Z] 02e56110abd2: Waiting [2021-03-31T03:15:44.576Z] abc36efb885a: Waiting [2021-03-31T03:15:44.576Z] b0b09059f4e1: Waiting [2021-03-31T03:15:44.576Z] bb961f40224b: Waiting [2021-03-31T03:15:44.576Z] f4666769fca7: Waiting [2021-03-31T03:15:44.576Z] e22f75cfa88c: Waiting [2021-03-31T03:15:44.576Z] 8b17eb47b6bf: Waiting [2021-03-31T03:15:44.576Z] 0754057c0ad3: Waiting [2021-03-31T03:15:44.576Z] 3656bf508fe6: Layer already exists [2021-03-31T03:15:44.576Z] 74a2184d50bc: Layer already exists [2021-03-31T03:15:44.576Z] 8473031ee3ed: Layer already exists [2021-03-31T03:15:44.576Z] 62943a6d44c2: Layer already exists [2021-03-31T03:15:44.576Z] 4c437ef42e9f: Layer already exists [2021-03-31T03:15:44.576Z] 0754057c0ad3: Layer already exists [2021-03-31T03:15:44.576Z] 8b17eb47b6bf: Layer already exists [2021-03-31T03:15:44.576Z] 998cdf262ab1: Layer already exists [2021-03-31T03:15:44.576Z] e22f75cfa88c: Layer already exists [2021-03-31T03:15:44.576Z] 02e56110abd2: Layer already exists [2021-03-31T03:15:44.576Z] abc36efb885a: Layer already exists [2021-03-31T03:15:44.576Z] b0b09059f4e1: Layer already exists [2021-03-31T03:15:44.576Z] bb961f40224b: Layer already exists [2021-03-31T03:15:44.576Z] f4666769fca7: Layer already exists [2021-03-31T03:15:44.576Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:2736b569c7247e96fed63ea4e8e4a581eed43b1e0547e67206e8b823b5cd88d0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:44.877Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:15:45.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-31T03:15:45.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-31T03:15:45.176Z] 74a2184d50bc: Preparing [2021-03-31T03:15:45.176Z] 3656bf508fe6: Preparing [2021-03-31T03:15:45.176Z] 8473031ee3ed: Preparing [2021-03-31T03:15:45.176Z] 62943a6d44c2: Preparing [2021-03-31T03:15:45.176Z] 4c437ef42e9f: Preparing [2021-03-31T03:15:45.176Z] e22f75cfa88c: Preparing [2021-03-31T03:15:45.176Z] 8b17eb47b6bf: Preparing [2021-03-31T03:15:45.176Z] 0754057c0ad3: Preparing [2021-03-31T03:15:45.176Z] 998cdf262ab1: Preparing [2021-03-31T03:15:45.176Z] 02e56110abd2: Preparing [2021-03-31T03:15:45.176Z] abc36efb885a: Preparing [2021-03-31T03:15:45.176Z] b0b09059f4e1: Preparing [2021-03-31T03:15:45.176Z] bb961f40224b: Preparing [2021-03-31T03:15:45.176Z] f4666769fca7: Preparing [2021-03-31T03:15:45.176Z] e22f75cfa88c: Waiting [2021-03-31T03:15:45.176Z] 02e56110abd2: Waiting [2021-03-31T03:15:45.176Z] 8b17eb47b6bf: Waiting [2021-03-31T03:15:45.176Z] 0754057c0ad3: Waiting [2021-03-31T03:15:45.176Z] 998cdf262ab1: Waiting [2021-03-31T03:15:45.176Z] abc36efb885a: Waiting [2021-03-31T03:15:45.176Z] b0b09059f4e1: Waiting [2021-03-31T03:15:45.176Z] bb961f40224b: Waiting [2021-03-31T03:15:45.176Z] f4666769fca7: Waiting [2021-03-31T03:15:45.176Z] 8473031ee3ed: Layer already exists [2021-03-31T03:15:45.176Z] 62943a6d44c2: Layer already exists [2021-03-31T03:15:45.176Z] 74a2184d50bc: Layer already exists [2021-03-31T03:15:45.176Z] 3656bf508fe6: Layer already exists [2021-03-31T03:15:45.176Z] 4c437ef42e9f: Layer already exists [2021-03-31T03:15:45.176Z] 998cdf262ab1: Layer already exists [2021-03-31T03:15:45.176Z] 8b17eb47b6bf: Layer already exists [2021-03-31T03:15:45.176Z] 02e56110abd2: Layer already exists [2021-03-31T03:15:45.176Z] 0754057c0ad3: Layer already exists [2021-03-31T03:15:45.176Z] e22f75cfa88c: Layer already exists [2021-03-31T03:15:45.176Z] abc36efb885a: Layer already exists [2021-03-31T03:15:45.176Z] bb961f40224b: Layer already exists [2021-03-31T03:15:45.176Z] f4666769fca7: Layer already exists [2021-03-31T03:15:45.176Z] b0b09059f4e1: Layer already exists [2021-03-31T03:15:45.176Z] master: digest: sha256:2736b569c7247e96fed63ea4e8e4a581eed43b1e0547e67206e8b823b5cd88d0 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:15:45.350Z] ===================================================== [Pipeline] echo [2021-03-31T03:15:45.395Z] taggedImages: [2021-03-31T03:15:45.395Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:15:45.395Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.153 [2021-03-31T03:15:45.395Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:15:45.395Z] - 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-03-31T03:16:55.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-31T03:17:04.056Z] Removing intermediate container c6afef63fff0 [2021-03-31T03:17:04.056Z] ---> aeac4d6e7977 [2021-03-31T03:17:04.056Z] [2021-03-31T03:17:04.056Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T03:17:04.056Z] 3.12: Pulling from library/alpine [2021-03-31T03:17:05.514Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T03:17:05.514Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T03:17:05.514Z] ---> e47305ac9786 [2021-03-31T03:17:05.514Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T03:17:05.796Z] ---> Running in 7fc9282f2615 [2021-03-31T03:17:07.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:17:08.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:17:09.100Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T03:17:09.100Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:17:09.100Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T03:17:09.100Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T03:17:09.100Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:09.100Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T03:17:09.100Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:09.100Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:17:09.709Z] OK: 7 MiB in 20 packages [2021-03-31T03:17:13.173Z] Removing intermediate container 7fc9282f2615 [2021-03-31T03:17:13.173Z] ---> 9152aa10bbe4 [2021-03-31T03:17:13.173Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:17:13.173Z] ---> Running in 2dd1889a32b8 [2021-03-31T03:17:14.680Z] Removing intermediate container 2dd1889a32b8 [2021-03-31T03:17:14.680Z] ---> 1cda7625236d [2021-03-31T03:17:14.680Z] Step 13/24 : WORKDIR / [2021-03-31T03:17:14.986Z] ---> Running in ed3e45c56b25 [2021-03-31T03:17:17.001Z] Removing intermediate container ed3e45c56b25 [2021-03-31T03:17:17.001Z] ---> 1af319bf5933 [2021-03-31T03:17:17.001Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-31T03:17:19.673Z] Removing intermediate container 357f30691b27 [2021-03-31T03:17:19.673Z] ---> 3679de8ccacf [2021-03-31T03:17:19.673Z] [2021-03-31T03:17:19.673Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:17:19.673Z] ---> e47305ac9786 [2021-03-31T03:17:19.673Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T03:17:19.673Z] ---> 7d9a4c0ff64b [2021-03-31T03:17:19.673Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-31T03:17:19.673Z] ---> Running in e1173f02e185 [2021-03-31T03:17:19.955Z] Removing intermediate container f1f255cea193 [2021-03-31T03:17:19.955Z] ---> ccf047179068 [2021-03-31T03:17:19.955Z] [2021-03-31T03:17:19.955Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:17:19.955Z] ---> e47305ac9786 [2021-03-31T03:17:19.955Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:17:20.561Z] ---> Running in ebe5a81ae666 [2021-03-31T03:17:20.862Z] ---> fddddd30b342 [2021-03-31T03:17:20.862Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:22.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:17:22.334Z] ---> b7d9cb1cabcf [2021-03-31T03:17:22.334Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T03:17:22.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:17:22.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:17:22.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:17:23.619Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T03:17:23.619Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:23.619Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:23.619Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:23.619Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:17:23.619Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:23.619Z] OK: 5 MiB in 15 packages [2021-03-31T03:17:23.902Z] OK: 6 MiB in 16 packages [2021-03-31T03:17:24.513Z] ---> aae25a685dd6 [2021-03-31T03:17:24.513Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T03:17:26.524Z] Removing intermediate container ebe5a81ae666 [2021-03-31T03:17:26.524Z] ---> bbe7419d7300 [2021-03-31T03:17:26.524Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:17:27.126Z] ---> Running in f49c16c5ec13 [2021-03-31T03:17:27.126Z] ---> fba39d68e4c7 [2021-03-31T03:17:27.126Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T03:17:27.409Z] Removing intermediate container e1173f02e185 [2021-03-31T03:17:27.409Z] ---> 20d000622495 [2021-03-31T03:17:27.409Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:17:28.027Z] ---> Running in dbe57daf02c4 [2021-03-31T03:17:28.353Z] Removing intermediate container f49c16c5ec13 [2021-03-31T03:17:28.353Z] ---> c23c978e1205 [2021-03-31T03:17:28.353Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T03:17:28.983Z] ---> Running in 42f45944f84d [2021-03-31T03:17:29.264Z] ---> 5b09e7900579 [2021-03-31T03:17:29.264Z] 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/Removing intermediate container dbe57daf02c4 [2021-03-31T03:17:29.264Z] ---> 69aab9043f37 [2021-03-31T03:17:29.264Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T03:17:29.264Z] [2021-03-31T03:17:29.866Z] ---> Running in 60d20f145560 [2021-03-31T03:17:29.866Z] ---> Running in 87b092d86212 [2021-03-31T03:17:29.866Z] Removing intermediate container 42f45944f84d [2021-03-31T03:17:29.866Z] ---> f9b84068455c [2021-03-31T03:17:29.866Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:17:30.474Z] Removing intermediate container 20168b5c9704 [2021-03-31T03:17:30.474Z] ---> 42ddac010bd8 [2021-03-31T03:17:30.474Z] [2021-03-31T03:17:30.474Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:17:30.474Z] ---> e47305ac9786 [2021-03-31T03:17:30.474Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:17:30.474Z] ---> Using cache [2021-03-31T03:17:30.474Z] ---> bbe7419d7300 [2021-03-31T03:17:30.474Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:17:30.474Z] ---> Using cache [2021-03-31T03:17:30.474Z] ---> c23c978e1205 [2021-03-31T03:17:30.474Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T03:17:30.474Z] ---> Running in 586915bcf3ac [2021-03-31T03:17:31.071Z] ---> Running in c32f52b2660c [2021-03-31T03:17:31.071Z] Removing intermediate container 87b092d86212 [2021-03-31T03:17:31.071Z] ---> 9fd284b9eb21 [2021-03-31T03:17:31.071Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:17:31.347Z] ---> Running in 5b426248a292 [2021-03-31T03:17:31.347Z] Removing intermediate container 586915bcf3ac [2021-03-31T03:17:31.347Z] ---> 1d9be3131968 [2021-03-31T03:17:31.347Z] Step 15/23 : WORKDIR / [2021-03-31T03:17:31.643Z] Removing intermediate container c32f52b2660c [2021-03-31T03:17:31.643Z] ---> 654b8cf5001c [2021-03-31T03:17:31.643Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T03:17:31.643Z] ---> Running in 104a10546601 [2021-03-31T03:17:31.922Z] ---> Running in 546ae975eb1a [2021-03-31T03:17:31.922Z] Removing intermediate container 5b426248a292 [2021-03-31T03:17:31.922Z] ---> a9695c382390 [2021-03-31T03:17:31.922Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:17:32.527Z] Removing intermediate container 104a10546601 [2021-03-31T03:17:32.527Z] ---> 86290f21d927 [2021-03-31T03:17:32.527Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:17:32.527Z] Removing intermediate container 546ae975eb1a [2021-03-31T03:17:32.527Z] ---> 08e74d3e7501 [2021-03-31T03:17:32.527Z] Step 15/23 : WORKDIR / [2021-03-31T03:17:32.806Z] ---> Running in 86c82496cb70 [2021-03-31T03:17:33.421Z] ---> 0d9ed52f082b [2021-03-31T03:17:33.421Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T03:17:33.702Z] Removing intermediate container 60d20f145560 [2021-03-31T03:17:33.702Z] ---> 1a795cf70680 [2021-03-31T03:17:33.702Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"]Removing intermediate container 86c82496cb70 [2021-03-31T03:17:33.702Z] [2021-03-31T03:17:33.702Z] ---> 058169e96713 [2021-03-31T03:17:33.702Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:17:33.983Z] ---> 429c76dd5208 [2021-03-31T03:17:33.983Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T03:17:33.983Z] ---> Running in 1b5a11afb997 [2021-03-31T03:17:34.978Z] Removing intermediate container 1b5a11afb997 [2021-03-31T03:17:34.978Z] ---> feb7ae108cc6 [2021-03-31T03:17:34.978Z] Step 22/24 : LABEL arch=arm64 [2021-03-31T03:17:35.589Z] ---> c8cbe6a8f5d4 [2021-03-31T03:17:35.589Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T03:17:36.210Z] ---> Running in b50a90029e81 [2021-03-31T03:17:36.812Z] ---> c282b1d6fee2 [2021-03-31T03:17:36.812Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:36.812Z] ---> f818b367d3fc [2021-03-31T03:17:36.812Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:37.419Z] ---> 27218daf4cc7 [2021-03-31T03:17:37.419Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T03:17:37.419Z] Removing intermediate container b50a90029e81 [2021-03-31T03:17:37.419Z] ---> ce646aeb21e7 [2021-03-31T03:17:37.419Z] Step 23/24 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:17:37.698Z] ---> Running in 61412bac4323 [2021-03-31T03:17:37.975Z] Removing intermediate container 64605c9d0bfe [2021-03-31T03:17:37.975Z] ---> 77ec5c02f534 [2021-03-31T03:17:37.975Z] [2021-03-31T03:17:37.975Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T03:17:37.975Z] ---> e47305ac9786 [2021-03-31T03:17:37.975Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T03:17:38.247Z] ---> b587c3d3bcb7 [2021-03-31T03:17:38.247Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T03:17:38.247Z] ---> 4a8f1c002b23 [2021-03-31T03:17:38.247Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T03:17:38.247Z] ---> Running in 7757621a0db2 [2021-03-31T03:17:38.528Z] ---> Running in a09d26a83c72 [2021-03-31T03:17:38.528Z] ---> Running in b4eb4b640da9 [2021-03-31T03:17:38.528Z] Removing intermediate container 61412bac4323 [2021-03-31T03:17:38.528Z] ---> 3c44015b359a [2021-03-31T03:17:38.528Z] Step 24/24 : LABEL version=2.0.0-dev.153 [2021-03-31T03:17:38.528Z] ---> 3ad675881a34 [2021-03-31T03:17:38.528Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T03:17:38.802Z] ---> Running in 3a134a499c8f [2021-03-31T03:17:38.802Z] ---> Running in 8adbceff8364 [2021-03-31T03:17:39.075Z] Removing intermediate container 7757621a0db2 [2021-03-31T03:17:39.075Z] ---> 223b8e007ce7 [2021-03-31T03:17:39.075Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T03:17:39.075Z] Removing intermediate container b4eb4b640da9 [2021-03-31T03:17:39.075Z] ---> a0a94c1c2961 [2021-03-31T03:17:39.075Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:17:39.075Z] Removing intermediate container a09d26a83c72 [2021-03-31T03:17:39.075Z] ---> 40c099d695a2 [2021-03-31T03:17:39.075Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:17:39.349Z] ---> Running in 02689d9c7301 [2021-03-31T03:17:39.349Z] ---> Running in e36ad4531274 [2021-03-31T03:17:39.349Z] ---> Running in 3e29318c3b33 [2021-03-31T03:17:39.349Z] Removing intermediate container 3a134a499c8f [2021-03-31T03:17:39.349Z] ---> 6524653369d7 [2021-03-31T03:17:39.349Z] [2021-03-31T03:17:39.625Z] Removing intermediate container 8adbceff8364 [2021-03-31T03:17:39.625Z] ---> 09b6024cf8e8 [2021-03-31T03:17:39.625Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:17:39.909Z] Successfully built 6524653369d7 [2021-03-31T03:17:39.909Z] ---> Running in 98903ddfcf43 [2021-03-31T03:17:39.909Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-31T03:17:39.909Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-03-31T03:17:39.909Z] Removing intermediate container 02689d9c7301 [2021-03-31T03:17:39.909Z] ---> 25f98bf6b739 [2021-03-31T03:17:39.909Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:17:40.184Z] Removing intermediate container e36ad4531274 [2021-03-31T03:17:40.184Z] ---> b34432a426c6 [2021-03-31T03:17:40.184Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T03:17:40.184Z] Removing intermediate container 3e29318c3b33 [2021-03-31T03:17:40.184Z] ---> 1b9fcec3595e [2021-03-31T03:17:40.184Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T03:17:40.184Z] ---> Running in aa4668e37ae4 [2021-03-31T03:17:40.462Z] ---> Running in 500dec7b6aa5 [2021-03-31T03:17:40.462Z] ---> Running in 5d59233aa362 [2021-03-31T03:17:40.462Z] Removing intermediate container 98903ddfcf43 [2021-03-31T03:17:40.462Z] ---> e020322c697a [2021-03-31T03:17:40.462Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:17:40.740Z] ---> Running in 1cdc7e4e1336 [2021-03-31T03:17:41.016Z] Removing intermediate container aa4668e37ae4 [2021-03-31T03:17:41.016Z] ---> 293247902786 [2021-03-31T03:17:41.016Z] Step 22/23 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:17:41.016Z] Removing intermediate container 500dec7b6aa5 [2021-03-31T03:17:41.016Z] ---> f76084ef6d5d [2021-03-31T03:17:41.016Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:17:41.306Z] ---> Running in 049359e75a7d [2021-03-31T03:17:41.306Z] Removing intermediate container 5d59233aa362 [2021-03-31T03:17:41.306Z] ---> 38e4e5994a8f [2021-03-31T03:17:41.306Z] Step 21/22 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:17:41.306Z] ---> Running in 8cd9ebc7c12d [2021-03-31T03:17:41.578Z] Removing intermediate container 1cdc7e4e1336 [2021-03-31T03:17:41.578Z] ---> 85a913f9eb22 [2021-03-31T03:17:41.578Z] Step 22/23 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:17:41.863Z] ---> Running in aeccb4ae4f4c [2021-03-31T03:17:41.863Z] ---> Running in 101b88c7fe8f [2021-03-31T03:17:42.471Z] Removing intermediate container 049359e75a7d [2021-03-31T03:17:42.471Z] ---> 5605fef5c5aa [2021-03-31T03:17:42.471Z] Step 23/23 : LABEL version=2.0.0-dev.153 [2021-03-31T03:17:43.095Z] Removing intermediate container aeccb4ae4f4c [2021-03-31T03:17:43.095Z] ---> c78bd3a12c54 [2021-03-31T03:17:43.095Z] Step 22/22 : LABEL version=2.0.0-dev.153 [2021-03-31T03:17:43.404Z] Removing intermediate container 101b88c7fe8f [2021-03-31T03:17:43.404Z] ---> 668ff6e80d43 [2021-03-31T03:17:43.404Z] Step 23/23 : LABEL version=2.0.0-dev.153 [2021-03-31T03:17:43.404Z] ---> Running in 4e4f1a63eb94 [2021-03-31T03:17:44.026Z] ---> Running in 8bb256949cab [2021-03-31T03:17:44.026Z] ---> Running in 6ec3a4c9101f [2021-03-31T03:17:44.305Z] Removing intermediate container 4e4f1a63eb94 [2021-03-31T03:17:44.305Z] ---> b30a32f3186b [2021-03-31T03:17:44.305Z] [2021-03-31T03:17:44.585Z] Removing intermediate container 8bb256949cab [2021-03-31T03:17:44.585Z] ---> 8762b8956149 [2021-03-31T03:17:44.585Z] [2021-03-31T03:17:44.863Z] Successfully built b30a32f3186b [2021-03-31T03:17:44.863Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-31T03:17:44.863Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-03-31T03:17:44.863Z] Removing intermediate container 6ec3a4c9101f [2021-03-31T03:17:44.863Z] ---> dbaf34ede6c9 [2021-03-31T03:17:44.863Z] [2021-03-31T03:17:45.139Z] Successfully built 8762b8956149 [2021-03-31T03:17:45.139Z] Removing intermediate container 8cd9ebc7c12d [2021-03-31T03:17:45.139Z] ---> c7e0215bdfc3 [2021-03-31T03:17:45.139Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T03:17:45.139Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-31T03:17:45.139Z] Building docker-support-scheduler-go [2021-03-31T03:17:45.418Z]  Building docker-support-notifications-go ... done Successfully built dbaf34ede6c9 [2021-03-31T03:17:45.418Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-31T03:17:45.418Z] Building docker-security-proxy-setup-go [2021-03-31T03:17:45.418Z]  Building docker-core-metadata-go ... done  ---> Running in 0c109b3debc5 [2021-03-31T03:17:46.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:17:48.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:17:52.741Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T03:17:52.741Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T03:17:52.741Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T03:17:52.741Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T03:17:54.217Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T03:17:54.839Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T03:17:55.123Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:17:55.123Z] OK: 8 MiB in 20 packages [2021-03-31T03:17:59.631Z] Removing intermediate container 0c109b3debc5 [2021-03-31T03:17:59.631Z] ---> deff998a9ebf [2021-03-31T03:17:59.631Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:18:00.606Z] ---> 970fccbc8fdd [2021-03-31T03:18:00.606Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T03:18:02.044Z] ---> 10409e337651 [2021-03-31T03:18:02.044Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T03:18:03.018Z] ---> d1e5f2c591a3 [2021-03-31T03:18:03.018Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T03:18:03.018Z] ---> Running in b5f8a4c43d31 [2021-03-31T03:18:03.617Z] Removing intermediate container b5f8a4c43d31 [2021-03-31T03:18:03.617Z] ---> 6e90fef2f951 [2021-03-31T03:18:03.617Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:18:03.617Z] ---> Running in deeb6d11aa47 [2021-03-31T03:18:04.217Z] Removing intermediate container deeb6d11aa47 [2021-03-31T03:18:04.217Z] ---> f58d236a7649 [2021-03-31T03:18:04.217Z] Step 21/23 : LABEL arch=arm64 [2021-03-31T03:18:04.488Z] ---> Running in 508c412ca2c9 [2021-03-31T03:18:04.759Z] Removing intermediate container 508c412ca2c9 [2021-03-31T03:18:04.759Z] ---> a01333aadd26 [2021-03-31T03:18:04.759Z] Step 22/23 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:18:05.031Z] ---> Running in 4e4c5422a9d3 [2021-03-31T03:18:05.303Z] Removing intermediate container 4e4c5422a9d3 [2021-03-31T03:18:05.303Z] ---> d9269892c2cf [2021-03-31T03:18:05.303Z] Step 23/23 : LABEL version=2.0.0-dev.153 [2021-03-31T03:18:05.573Z] ---> Running in 164e7cb55887 [2021-03-31T03:18:06.164Z] Removing intermediate container 164e7cb55887 [2021-03-31T03:18:06.164Z] ---> e460696d721e [2021-03-31T03:18:06.164Z] [2021-03-31T03:18:06.434Z] Successfully built e460696d721e [2021-03-31T03:18:06.434Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-31T03:18:13.134Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:18:13.134Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:18:13.134Z] ---> 5a07e829a9b2 [2021-03-31T03:18:13.134Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T03:18:13.134Z] ---> Using cache [2021-03-31T03:18:13.134Z] ---> 5255f756e4ee [2021-03-31T03:18:13.134Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:18:13.134Z] ---> Using cache [2021-03-31T03:18:13.134Z] ---> 23292daa96b7 [2021-03-31T03:18:13.134Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T03:18:15.119Z] ---> Running in 0303c90c894c [2021-03-31T03:18:16.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:18:17.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:18:18.978Z] OK: 217 MiB in 51 packages [2021-03-31T03:18:20.432Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:18:20.432Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:18:20.432Z] ---> 5a07e829a9b2 [2021-03-31T03:18:20.432Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T03:18:20.432Z] ---> Using cache [2021-03-31T03:18:20.432Z] ---> 5255f756e4ee [2021-03-31T03:18:20.432Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:18:20.432Z] ---> Using cache [2021-03-31T03:18:20.432Z] ---> 23292daa96b7 [2021-03-31T03:18:20.432Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T03:18:20.710Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:18:20.710Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:18:20.710Z] ---> 5a07e829a9b2 [2021-03-31T03:18:20.710Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T03:18:20.710Z] ---> Using cache [2021-03-31T03:18:20.710Z] ---> 5255f756e4ee [2021-03-31T03:18:20.710Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:18:20.710Z] ---> Using cache [2021-03-31T03:18:20.710Z] ---> 23292daa96b7 [2021-03-31T03:18:20.710Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T03:18:20.710Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T03:18:20.710Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T03:18:20.710Z] ---> 5a07e829a9b2 [2021-03-31T03:18:20.710Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T03:18:20.710Z] ---> Using cache [2021-03-31T03:18:20.710Z] ---> 5255f756e4ee [2021-03-31T03:18:20.710Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T03:18:20.710Z] ---> Using cache [2021-03-31T03:18:20.710Z] ---> 23292daa96b7 [2021-03-31T03:18:20.710Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T03:18:20.990Z] ---> Running in a72bd09182b0 [2021-03-31T03:18:20.990Z] ---> Running in a74b072a1e0c [2021-03-31T03:18:20.990Z] ---> Running in 51e966b6bf2c [2021-03-31T03:18:21.590Z] Removing intermediate container 0303c90c894c [2021-03-31T03:18:21.590Z] ---> e1ad71e379bc [2021-03-31T03:18:21.590Z] Step 6/26 : COPY go.mod . [2021-03-31T03:18:22.592Z] ---> 05bb65e7693e [2021-03-31T03:18:22.592Z] Step 7/26 : RUN go mod download [2021-03-31T03:18:22.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:18:22.871Z] ---> Running in 093303ea4233 [2021-03-31T03:18:23.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:18:23.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:18:23.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:18:24.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:18:24.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:18:25.034Z] OK: 217 MiB in 51 packages [2021-03-31T03:18:25.034Z] OK: 217 MiB in 51 packages [2021-03-31T03:18:25.034Z] OK: 217 MiB in 51 packages [2021-03-31T03:18:26.036Z] Removing intermediate container 093303ea4233 [2021-03-31T03:18:26.036Z] ---> c59122c3cc04 [2021-03-31T03:18:26.036Z] Step 8/26 : COPY . . [2021-03-31T03:18:26.635Z] Removing intermediate container 51e966b6bf2c [2021-03-31T03:18:26.635Z] ---> 4858b36e2b5a [2021-03-31T03:18:26.635Z] Step 6/21 : COPY go.mod . [2021-03-31T03:18:26.939Z] Removing intermediate container a72bd09182b0 [2021-03-31T03:18:26.939Z] ---> 94efaaa9b81d [2021-03-31T03:18:26.939Z] Step 6/22 : COPY go.mod . [2021-03-31T03:18:27.227Z] Removing intermediate container a74b072a1e0c [2021-03-31T03:18:27.227Z] ---> cc7e2fd42f0b [2021-03-31T03:18:27.227Z] Step 6/31 : COPY go.mod . [2021-03-31T03:18:27.859Z] ---> 28036e08459a [2021-03-31T03:18:27.859Z] Step 7/21 : RUN go mod download [2021-03-31T03:18:28.862Z] ---> 919b9da49a4b [2021-03-31T03:18:28.862Z] Step 7/22 : RUN go mod download [2021-03-31T03:18:28.862Z] ---> Running in 77acf8be1a1d [2021-03-31T03:18:29.482Z] ---> f1bb6e2370d7 [2021-03-31T03:18:29.482Z] Step 7/31 : RUN go mod download [2021-03-31T03:18:29.765Z] ---> Running in 8d25323740b7 [2021-03-31T03:18:29.766Z] ---> Running in 6ff633c55d0a [2021-03-31T03:18:35.192Z] Removing intermediate container 77acf8be1a1d [2021-03-31T03:18:35.192Z] ---> 59526a78f103 [2021-03-31T03:18:35.192Z] Step 8/21 : COPY . . [2021-03-31T03:18:35.192Z] Removing intermediate container 8d25323740b7 [2021-03-31T03:18:35.192Z] ---> a8f4acd0736a [2021-03-31T03:18:35.192Z] Step 8/22 : COPY . . [2021-03-31T03:18:35.192Z] Removing intermediate container 6ff633c55d0a [2021-03-31T03:18:35.192Z] ---> b4b17d750a7f [2021-03-31T03:18:35.192Z] Step 8/31 : COPY . . [2021-03-31T03:18:36.210Z] ---> e3ed294a8510 [2021-03-31T03:18:36.210Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T03:18:39.615Z] ---> Running in 6db7eca10059 [2021-03-31T03:18:41.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-31T03:18:56.209Z] ---> 5d2af67c952a [2021-03-31T03:18:56.209Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T03:18:56.209Z] ---> Running in 92c3d663eb70 [2021-03-31T03:18:56.209Z] ---> d9e8be7a60b4 [2021-03-31T03:18:56.209Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T03:18:56.209Z] ---> 7f9c06e3d08c [2021-03-31T03:18:56.209Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T03:18:56.209Z] ---> Running in aa541bde07b8 [2021-03-31T03:18:56.209Z] ---> Running in 1d0d6e413084 [2021-03-31T03:18:56.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-31T03:18:57.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-31T03:18:57.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-31T03:19:54.306Z] Removing intermediate container 6db7eca10059 [2021-03-31T03:19:54.306Z] ---> 311fd355372a [2021-03-31T03:19:54.306Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T03:19:54.306Z] ---> Running in c8691ba6205b [2021-03-31T03:19:55.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-31T03:20:02.038Z] Removing intermediate container c8691ba6205b [2021-03-31T03:20:02.038Z] ---> 417cdb015a90 [2021-03-31T03:20:02.038Z] [2021-03-31T03:20:02.038Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T03:20:02.038Z] 20.10.0: Pulling from library/docker [2021-03-31T03:20:14.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.153" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-31T03:20:21.295Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T03:20:21.295Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T03:20:21.295Z] ---> eeaf43b92773 [2021-03-31T03:20:21.295Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T03:20:23.967Z] ---> Running in 32e82d9e97ab [2021-03-31T03:20:25.960Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:20:26.231Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:20:26.831Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T03:20:26.831Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T03:20:27.121Z] Executing bash-5.0.17-r0.post-install [2021-03-31T03:20:27.121Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:20:27.121Z] OK: 12 MiB in 22 packages [2021-03-31T03:20:28.121Z] Removing intermediate container aa541bde07b8 [2021-03-31T03:20:28.121Z] ---> 73d691ad6437 [2021-03-31T03:20:28.121Z] [2021-03-31T03:20:28.121Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T03:20:28.121Z] ---> e47305ac9786 [2021-03-31T03:20:28.121Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T03:20:28.717Z] ---> Running in 3f72cf5896e4 [2021-03-31T03:20:28.991Z] Removing intermediate container 92c3d663eb70 [2021-03-31T03:20:28.991Z] ---> a69a8ddd5952 [2021-03-31T03:20:28.991Z] [2021-03-31T03:20:28.991Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T03:20:28.991Z] ---> e47305ac9786 [2021-03-31T03:20:28.991Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T03:20:29.269Z] ---> Running in 0fb61ba32af7 [2021-03-31T03:20:29.269Z] Removing intermediate container 32e82d9e97ab [2021-03-31T03:20:29.269Z] ---> 51ae4d8df28f [2021-03-31T03:20:29.269Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell'Removing intermediate container 3f72cf5896e4 [2021-03-31T03:20:29.269Z] ---> 165b37ff97ed [2021-03-31T03:20:29.269Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T03:20:29.269Z] [2021-03-31T03:20:29.868Z] ---> Running in ba0cb5b54107 [2021-03-31T03:20:29.868Z] ---> Running in 1e4916270fa5 [2021-03-31T03:20:31.314Z] Removing intermediate container 1e4916270fa5 [2021-03-31T03:20:31.314Z] ---> f80b011f830f [2021-03-31T03:20:31.314Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T03:20:31.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:20:31.314Z] ---> Running in 4433230e4c35 [2021-03-31T03:20:31.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:20:31.619Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:20:31.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:20:31.897Z] Removing intermediate container 1d0d6e413084 [2021-03-31T03:20:31.897Z] ---> f7f534f08b97 [2021-03-31T03:20:31.897Z] [2021-03-31T03:20:31.897Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T03:20:31.897Z] ---> e47305ac9786 [2021-03-31T03:20:31.897Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T03:20:31.897Z] ---> Using cache [2021-03-31T03:20:31.897Z] ---> bbe7419d7300 [2021-03-31T03:20:31.897Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T03:20:31.897Z] ---> Using cache [2021-03-31T03:20:31.897Z] ---> c23c978e1205 [2021-03-31T03:20:31.897Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T03:20:32.171Z] Removing intermediate container 4433230e4c35 [2021-03-31T03:20:32.171Z] ---> f12ba033bae1 [2021-03-31T03:20:32.171Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T03:20:32.171Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T03:20:32.171Z] ---> Running in 7392cad67191 [2021-03-31T03:20:32.171Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:20:32.171Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T03:20:32.171Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T03:20:32.171Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:20:32.171Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T03:20:32.447Z] ---> Running in 34aebec826d5 [2021-03-31T03:20:32.447Z] OK: 7 MiB in 18 packages [2021-03-31T03:20:32.447Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T03:20:32.447Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T03:20:32.447Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:20:32.730Z] OK: 5 MiB in 16 packages [2021-03-31T03:20:32.730Z] Removing intermediate container 7392cad67191 [2021-03-31T03:20:32.730Z] ---> aa75d6a73878 [2021-03-31T03:20:32.730Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T03:20:33.003Z] Removing intermediate container 34aebec826d5 [2021-03-31T03:20:33.003Z] ---> e833d817ea61 [2021-03-31T03:20:33.003Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T03:20:33.278Z] ---> Running in b3cce329924c [2021-03-31T03:20:33.878Z] Removing intermediate container b3cce329924c [2021-03-31T03:20:33.878Z] ---> 5717b6b5a65d [2021-03-31T03:20:33.878Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:20:34.856Z] ---> a2b4498b3b7b [2021-03-31T03:20:34.856Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T03:20:34.856Z] Removing intermediate container ba0cb5b54107 [2021-03-31T03:20:34.856Z] ---> 58f256043ae8 [2021-03-31T03:20:34.856Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T03:20:34.856Z] Removing intermediate container 0fb61ba32af7 [2021-03-31T03:20:34.856Z] ---> 83ba2586cfe3 [2021-03-31T03:20:34.856Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T03:20:34.856Z] ---> f06ed17b4e2a [2021-03-31T03:20:34.856Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T03:20:34.856Z] ---> Running in e91f1a9ecb07 [2021-03-31T03:20:35.127Z] ---> Running in d55a497896c2 [2021-03-31T03:20:35.726Z] Removing intermediate container e91f1a9ecb07 [2021-03-31T03:20:35.726Z] ---> b5c8b25af677 [2021-03-31T03:20:35.726Z] Step 13/21 : WORKDIR /edgex [2021-03-31T03:20:35.726Z] Removing intermediate container d55a497896c2 [2021-03-31T03:20:35.726Z] ---> e5be81b82db9 [2021-03-31T03:20:35.727Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T03:20:35.727Z] ---> 8532bd5a3db8 [2021-03-31T03:20:35.727Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T03:20:35.727Z] ---> Running in 5e795aa3460e [2021-03-31T03:20:35.997Z] ---> Running in 9b41537cdbf5 [2021-03-31T03:20:36.598Z] ---> 7e23d335c95e [2021-03-31T03:20:36.598Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T03:20:36.598Z] Removing intermediate container 5e795aa3460e [2021-03-31T03:20:36.598Z] ---> 8805924648af [2021-03-31T03:20:36.598Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T03:20:36.598Z] Removing intermediate container 9b41537cdbf5 [2021-03-31T03:20:36.598Z] ---> f41403e6a81f [2021-03-31T03:20:36.598Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T03:20:36.880Z] ---> 97914d12ac83 [2021-03-31T03:20:36.880Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T03:20:36.880Z] ---> Running in 0aaabfdd17e5 [2021-03-31T03:20:36.880Z] ---> Running in f5ecf2855443 [2021-03-31T03:20:37.479Z] ---> 01b7bf8d4051 [2021-03-31T03:20:37.479Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T03:20:37.749Z] ---> Running in 8b457c2c3933 [2021-03-31T03:20:37.749Z] ---> 5579fa39855f [2021-03-31T03:20:37.749Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T03:20:38.729Z] Removing intermediate container 8b457c2c3933 [2021-03-31T03:20:38.729Z] ---> a92d7100b3ce [2021-03-31T03:20:38.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:20:39.013Z] ---> Running in 07c303526143 [2021-03-31T03:20:39.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:20:39.296Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:20:39.296Z] ---> b6c9f88f1ece [2021-03-31T03:20:39.296Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T03:20:39.570Z] Removing intermediate container 07c303526143 [2021-03-31T03:20:39.570Z] ---> 4e3c75735ecc [2021-03-31T03:20:39.570Z] Step 20/22 : LABEL arch=arm64 [2021-03-31T03:20:39.841Z] ---> Running in c34410c09a30 [2021-03-31T03:20:39.841Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T03:20:39.841Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T03:20:39.841Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T03:20:39.841Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T03:20:39.841Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T03:20:40.118Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T03:20:40.118Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T03:20:40.399Z] Removing intermediate container 0aaabfdd17e5 [2021-03-31T03:20:40.399Z] ---> fed8b75c6f1c [2021-03-31T03:20:40.399Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T03:20:40.991Z] Removing intermediate container c34410c09a30 [2021-03-31T03:20:40.991Z] ---> 9535cab0feaf [2021-03-31T03:20:40.991Z] Step 21/22 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:20:41.269Z] ---> 102d960170f3 [2021-03-31T03:20:41.270Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T03:20:41.270Z] ---> Running in 42d3a2be7459 [2021-03-31T03:20:41.542Z] ---> Running in 8f6da9513404 [2021-03-31T03:20:41.542Z] ---> Running in 0de0699fff66 [2021-03-31T03:20:42.138Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T03:20:42.138Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T03:20:42.138Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T03:20:42.138Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T03:20:42.138Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T03:20:42.138Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T03:20:42.138Z] Removing intermediate container 8f6da9513404 [2021-03-31T03:20:42.138Z] ---> 653dfe4cd1f6 [2021-03-31T03:20:42.138Z] Step 22/22 : LABEL version=2.0.0-dev.153Removing intermediate container 42d3a2be7459 [2021-03-31T03:20:42.138Z] ---> 4f0f37dd4b18 [2021-03-31T03:20:42.138Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T03:20:42.138Z] [2021-03-31T03:20:42.138Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T03:20:42.407Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T03:20:42.407Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T03:20:42.407Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T03:20:42.407Z] ---> Running in 7e2b2d2a4c8e [2021-03-31T03:20:42.407Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T03:20:42.407Z] Removing intermediate container 0de0699fff66 [2021-03-31T03:20:42.407Z] ---> d096391ff52d [2021-03-31T03:20:42.407Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T03:20:42.407Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T03:20:42.407Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T03:20:42.407Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T03:20:42.683Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T03:20:42.683Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T03:20:42.683Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T03:20:42.683Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T03:20:42.683Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T03:20:42.683Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T03:20:42.683Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T03:20:42.683Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T03:20:42.683Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T03:20:42.683Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T03:20:42.683Z] ---> Running in fff1c30557ce [2021-03-31T03:20:42.683Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T03:20:42.683Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T03:20:42.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:20:42.952Z] OK: 71 MiB in 55 packages [2021-03-31T03:20:43.225Z] Removing intermediate container 7e2b2d2a4c8e [2021-03-31T03:20:43.225Z] ---> c4c3fe7f7a3e [2021-03-31T03:20:43.225Z] [2021-03-31T03:20:43.225Z] ---> d9482dd910ea [2021-03-31T03:20:43.225Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T03:20:43.499Z] Removing intermediate container fff1c30557ce [2021-03-31T03:20:43.499Z] ---> f431779d558b [2021-03-31T03:20:43.499Z] Step 19/21 : LABEL arch=arm64 [2021-03-31T03:20:43.499Z] Successfully built c4c3fe7f7a3e [2021-03-31T03:20:43.770Z] ---> Running in 59872a399544 [2021-03-31T03:20:43.770Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-31T03:20:43.770Z]  Building docker-support-scheduler-go ... done  ---> Running in 30cdcaa418fd [2021-03-31T03:20:44.365Z] Removing intermediate container 30cdcaa418fd [2021-03-31T03:20:44.365Z] ---> 70760f1af9db [2021-03-31T03:20:44.365Z] Step 20/21 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:20:44.365Z] ---> Running in 0df53693499b [2021-03-31T03:20:44.964Z] Removing intermediate container 0df53693499b [2021-03-31T03:20:44.964Z] ---> d5262398cb4d [2021-03-31T03:20:44.964Z] Step 21/21 : LABEL version=2.0.0-dev.153 [2021-03-31T03:20:45.236Z] ---> Running in a14f7fb228ad [2021-03-31T03:20:46.208Z] Removing intermediate container a14f7fb228ad [2021-03-31T03:20:46.208Z] ---> f395ed9907b6 [2021-03-31T03:20:46.208Z] [2021-03-31T03:20:46.479Z] Successfully built f395ed9907b6 [2021-03-31T03:20:46.479Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-31T03:20:47.072Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 59872a399544 [2021-03-31T03:20:47.072Z] ---> 565096370b90 [2021-03-31T03:20:47.072Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T03:20:48.043Z] ---> de08d5798aa8 [2021-03-31T03:20:48.043Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T03:20:49.472Z] ---> def16540eb97 [2021-03-31T03:20:49.472Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T03:20:49.472Z] Removing intermediate container f5ecf2855443 [2021-03-31T03:20:49.472Z] ---> b0cd768f1721 [2021-03-31T03:20:49.472Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T03:20:49.743Z] ---> Running in fe8dbae51440 [2021-03-31T03:20:50.341Z] ---> 993a4c80734f [2021-03-31T03:20:50.341Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T03:20:50.939Z] ---> 739944401bb7 [2021-03-31T03:20:50.939Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T03:20:51.919Z] ---> 1750069f532f [2021-03-31T03:20:51.919Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T03:20:52.190Z] ---> Running in 83ef486e191d [2021-03-31T03:20:52.787Z] Removing intermediate container 83ef486e191d [2021-03-31T03:20:52.787Z] ---> eee586689397 [2021-03-31T03:20:52.787Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T03:20:53.397Z] ---> 1062fa87a218 [2021-03-31T03:20:53.397Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T03:20:53.681Z] ---> Running in 47372bf9ce7f [2021-03-31T03:20:55.670Z] Collecting docker-compose==1.23.2 [2021-03-31T03:20:55.944Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T03:20:56.223Z] Removing intermediate container 47372bf9ce7f [2021-03-31T03:20:56.223Z] ---> 7ad31981725d [2021-03-31T03:20:56.223Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T03:20:56.493Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T03:20:56.766Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T03:20:56.766Z] ---> Running in 288d8f452187 [2021-03-31T03:20:57.359Z] Removing intermediate container 288d8f452187 [2021-03-31T03:20:57.359Z] ---> d4f9b8c10957 [2021-03-31T03:20:57.359Z] Step 28/31 : CMD ["gate"] [2021-03-31T03:20:57.634Z] ---> Running in 1d6ec7e554c3 [2021-03-31T03:20:58.232Z] Removing intermediate container 1d6ec7e554c3 [2021-03-31T03:20:58.232Z] ---> a98a0aae92e1 [2021-03-31T03:20:58.232Z] Step 29/31 : LABEL arch=arm64 [2021-03-31T03:20:58.507Z] ---> Running in 0ad10b1daa8c [2021-03-31T03:20:59.101Z] Removing intermediate container 0ad10b1daa8c [2021-03-31T03:20:59.101Z] ---> b9cd8d23bf7d [2021-03-31T03:20:59.101Z] Step 30/31 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:20:59.101Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T03:20:59.372Z] ---> Running in bbaac9e6f889 [2021-03-31T03:20:59.649Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T03:20:59.922Z] Removing intermediate container bbaac9e6f889 [2021-03-31T03:20:59.922Z] ---> f68620aaec91 [2021-03-31T03:20:59.922Z] Step 31/31 : LABEL version=2.0.0-dev.153 [2021-03-31T03:21:00.196Z] ---> Running in eb5d5fc144f6 [2021-03-31T03:21:00.805Z] Removing intermediate container eb5d5fc144f6 [2021-03-31T03:21:00.805Z] ---> 45ad1ac3e258 [2021-03-31T03:21:00.805Z] [2021-03-31T03:21:01.405Z] Successfully built 45ad1ac3e258 [2021-03-31T03:21:01.405Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-31T03:21:02.007Z]  Building docker-security-bootstrapper-go ... done Collecting jsonschema<3,>=2.5.1 [2021-03-31T03:21:02.007Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T03:21:02.979Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T03:21:02.979Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T03:21:03.573Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-31T03:21:03.847Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T03:21:03.847Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T03:21:04.445Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T03:21:04.445Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T03:21:05.418Z] Collecting PyYAML<4,>=3.10 [2021-03-31T03:21:05.418Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T03:21:09.756Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T03:21:09.756Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T03:21:10.348Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T03:21:10.348Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T03:21:12.957Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T03:21:12.957Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T03:21:12.957Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-31T03:21:12.957Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-31T03:21:13.228Z] Collecting idna<2.8,>=2.5 [2021-03-31T03:21:13.228Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T03:21:13.820Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T03:21:13.820Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T03:21:14.112Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T03:21:14.112Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T03:21:14.112Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T03:21:14.112Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T03:21:15.083Z] Installing collected packages: docopt, dockerpty, jsonschema, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, PyYAML, texttable, docker-compose [2021-03-31T03:21:15.083Z] Running setup.py install for docopt: started [2021-03-31T03:21:17.766Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T03:21:17.766Z] Running setup.py install for dockerpty: started [2021-03-31T03:21:19.795Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T03:21:20.076Z] Attempting uninstall: idna [2021-03-31T03:21:20.076Z] Found existing installation: idna 2.9 [2021-03-31T03:21:20.076Z] Uninstalling idna-2.9: [2021-03-31T03:21:20.379Z] Successfully uninstalled idna-2.9 [2021-03-31T03:21:20.990Z] Attempting uninstall: urllib3 [2021-03-31T03:21:20.990Z] Found existing installation: urllib3 1.25.9 [2021-03-31T03:21:20.990Z] Uninstalling urllib3-1.25.9: [2021-03-31T03:21:21.270Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T03:21:21.873Z] Attempting uninstall: requests [2021-03-31T03:21:21.873Z] Found existing installation: requests 2.23.0 [2021-03-31T03:21:21.873Z] Uninstalling requests-2.23.0: [2021-03-31T03:21:22.148Z] Successfully uninstalled requests-2.23.0 [2021-03-31T03:21:23.586Z] Running setup.py install for PyYAML: started [2021-03-31T03:21:26.207Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T03:21:26.207Z] Running setup.py install for texttable: started [2021-03-31T03:21:28.205Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T03:21:29.185Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-31T03:21:33.495Z] Removing intermediate container fe8dbae51440 [2021-03-31T03:21:33.496Z] ---> c8f0ed545ca0 [2021-03-31T03:21:33.496Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T03:21:33.496Z] ---> Running in 7e0f9a476ee5 [2021-03-31T03:21:34.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-31T03:21:34.365Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-31T03:21:34.962Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T03:21:34.962Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T03:21:34.962Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T03:21:34.962Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T03:21:34.962Z] OK: 72 MiB in 58 packages [2021-03-31T03:21:36.405Z] Removing intermediate container 7e0f9a476ee5 [2021-03-31T03:21:36.405Z] ---> c3dc65178a73 [2021-03-31T03:21:36.405Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T03:21:36.405Z] ---> Running in 7fc13a52aac9 [2021-03-31T03:21:37.002Z] Removing intermediate container 7fc13a52aac9 [2021-03-31T03:21:37.002Z] ---> 4d0119112c57 [2021-03-31T03:21:37.002Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T03:21:37.002Z] ---> Running in 815353710eb2 [2021-03-31T03:21:37.599Z] Removing intermediate container 815353710eb2 [2021-03-31T03:21:37.599Z] ---> 654227980ebc [2021-03-31T03:21:37.599Z] Step 24/26 : LABEL arch=arm64 [2021-03-31T03:21:37.599Z] ---> Running in 456b1c6478c2 [2021-03-31T03:21:38.196Z] Removing intermediate container 456b1c6478c2 [2021-03-31T03:21:38.196Z] ---> 3afd8923897f [2021-03-31T03:21:38.196Z] Step 25/26 : LABEL git_sha=455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:21:38.196Z] ---> Running in e63d294ea72d [2021-03-31T03:21:38.796Z] Removing intermediate container e63d294ea72d [2021-03-31T03:21:38.797Z] ---> d7d5b1bc93a5 [2021-03-31T03:21:38.797Z] Step 26/26 : LABEL version=2.0.0-dev.153 [2021-03-31T03:21:38.797Z] ---> Running in c8e2254321b6 [2021-03-31T03:21:39.395Z] Removing intermediate container c8e2254321b6 [2021-03-31T03:21:39.395Z] ---> a7194a61a08b [2021-03-31T03:21:39.395Z] [2021-03-31T03:21:39.672Z] Successfully built a7194a61a08b [2021-03-31T03:21:39.672Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-31T03:21:39.961Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-31T03:21:40.001Z] $ docker stop --time=1 703f5bca3e075d28d06c3488eb8f51968471871d86a8c55975b15ce63b7e9c09 [2021-03-31T03:21:42.022Z] $ docker rm -f 703f5bca3e075d28d06c3488eb8f51968471871d86a8c55975b15ce63b7e9c09 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T03:21:42.686Z] + docker images [2021-03-31T03:21:42.686Z] + grep docker [2021-03-31T03:21:42.958Z] docker-sys-mgmt-agent-go-arm64 latest a7194a61a08b 3 seconds ago 301MB [2021-03-31T03:21:42.958Z] docker-security-bootstrapper-go-arm64 latest 45ad1ac3e258 42 seconds ago 17.9MB [2021-03-31T03:21:42.958Z] docker-security-proxy-setup-go-arm64 latest f395ed9907b6 57 seconds ago 24.1MB [2021-03-31T03:21:42.958Z] docker-support-scheduler-go-arm64 latest c4c3fe7f7a3e About a minute ago 16.4MB [2021-03-31T03:21:42.958Z] docker-core-data-go-arm64 latest e460696d721e 3 minutes ago 21.4MB [2021-03-31T03:21:42.958Z] docker-support-notifications-go-arm64 latest 8762b8956149 3 minutes ago 16.9MB [2021-03-31T03:21:42.958Z] docker-core-metadata-go-arm64 latest dbaf34ede6c9 3 minutes ago 17.9MB [2021-03-31T03:21:42.958Z] docker-core-command-go-arm64 latest b30a32f3186b 3 minutes ago 16.3MB [2021-03-31T03:21:42.958Z] docker-security-secretstore-setup-go-arm64 latest 6524653369d7 4 minutes ago 24.4MB [2021-03-31T03:21:42.958Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T03:21:43.557Z] provisioning config files... [2021-03-31T03:21:43.599Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/421@tmp/config2019365800012870287tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:21:43.995Z] ---> docker-login.sh [2021-03-31T03:21:43.995Z] nexus3.edgexfoundry.org:10001 [2021-03-31T03:21:44.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:21:44.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:21:44.539Z] Configure a credential helper to remove this warning. See [2021-03-31T03:21:44.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:21:44.539Z] [2021-03-31T03:21:44.539Z] Login Succeeded [2021-03-31T03:21:44.539Z] nexus3.edgexfoundry.org:10002 [2021-03-31T03:21:44.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:21:45.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:21:45.081Z] Configure a credential helper to remove this warning. See [2021-03-31T03:21:45.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:21:45.081Z] [2021-03-31T03:21:45.081Z] Login Succeeded [2021-03-31T03:21:45.081Z] nexus3.edgexfoundry.org:10003 [2021-03-31T03:21:45.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:21:45.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:21:45.675Z] Configure a credential helper to remove this warning. See [2021-03-31T03:21:45.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:21:45.675Z] [2021-03-31T03:21:45.675Z] Login Succeeded [2021-03-31T03:21:45.675Z] nexus3.edgexfoundry.org:10004 [2021-03-31T03:21:46.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:21:46.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:21:46.271Z] Configure a credential helper to remove this warning. See [2021-03-31T03:21:46.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:21:46.271Z] [2021-03-31T03:21:46.271Z] Login Succeeded [2021-03-31T03:21:46.271Z] docker.io [2021-03-31T03:21:46.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T03:21:47.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T03:21:47.134Z] Configure a credential helper to remove this warning. See [2021-03-31T03:21:47.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T03:21:47.134Z] [2021-03-31T03:21:47.134Z] Login Succeeded [2021-03-31T03:21:47.134Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T03:21:47.151Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:21:47.348Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-31T03:21:47.348Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:21:47.348Z] 2.0.0-dev.153 [2021-03-31T03:21:47.348Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:21:47.348Z] master [2021-03-31T03:21:47.348Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:47.860Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:48.195Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:21:48.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-31T03:21:48.195Z] 12a20b60a936: Preparing [2021-03-31T03:21:48.195Z] 9248d59b493d: Preparing [2021-03-31T03:21:48.195Z] 49bca6eca58e: Preparing [2021-03-31T03:21:48.195Z] 8b5b9cfba993: Preparing [2021-03-31T03:21:48.195Z] b0d13f50be31: Preparing [2021-03-31T03:21:48.467Z] b0d13f50be31: Layer already exists [2021-03-31T03:21:48.738Z] 8b5b9cfba993: Pushed [2021-03-31T03:21:48.738Z] 12a20b60a936: Pushed [2021-03-31T03:21:48.738Z] 49bca6eca58e: Pushed [2021-03-31T03:21:51.342Z] 9248d59b493d: Pushed [2021-03-31T03:21:51.342Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:569c4e150f4e04f04532cc841910e4d32f0ad9f768c50a96f1beea969c387654 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:51.690Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:52.024Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.153 [2021-03-31T03:21:52.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-31T03:21:52.025Z] 12a20b60a936: Preparing [2021-03-31T03:21:52.025Z] 9248d59b493d: Preparing [2021-03-31T03:21:52.025Z] 49bca6eca58e: Preparing [2021-03-31T03:21:52.025Z] 8b5b9cfba993: Preparing [2021-03-31T03:21:52.025Z] b0d13f50be31: Preparing [2021-03-31T03:21:52.294Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:21:52.294Z] 12a20b60a936: Layer already exists [2021-03-31T03:21:52.294Z] 49bca6eca58e: Layer already exists [2021-03-31T03:21:52.294Z] b0d13f50be31: Layer already exists [2021-03-31T03:21:52.294Z] 9248d59b493d: Layer already exists [2021-03-31T03:21:52.294Z] 2.0.0-dev.153: digest: sha256:569c4e150f4e04f04532cc841910e4d32f0ad9f768c50a96f1beea969c387654 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:52.635Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:52.968Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:21:52.968Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-31T03:21:52.968Z] 12a20b60a936: Preparing [2021-03-31T03:21:52.968Z] 9248d59b493d: Preparing [2021-03-31T03:21:52.968Z] 49bca6eca58e: Preparing [2021-03-31T03:21:52.968Z] 8b5b9cfba993: Preparing [2021-03-31T03:21:52.968Z] b0d13f50be31: Preparing [2021-03-31T03:21:52.968Z] b0d13f50be31: Layer already exists [2021-03-31T03:21:52.968Z] 12a20b60a936: Layer already exists [2021-03-31T03:21:53.238Z] 49bca6eca58e: Layer already exists [2021-03-31T03:21:53.238Z] 9248d59b493d: Layer already exists [2021-03-31T03:21:53.238Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:21:53.238Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:569c4e150f4e04f04532cc841910e4d32f0ad9f768c50a96f1beea969c387654 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:53.585Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:53.922Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-31T03:21:53.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-31T03:21:53.923Z] 12a20b60a936: Preparing [2021-03-31T03:21:53.923Z] 9248d59b493d: Preparing [2021-03-31T03:21:53.923Z] 49bca6eca58e: Preparing [2021-03-31T03:21:53.923Z] 8b5b9cfba993: Preparing [2021-03-31T03:21:53.923Z] b0d13f50be31: Preparing [2021-03-31T03:21:53.923Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:21:53.923Z] 49bca6eca58e: Layer already exists [2021-03-31T03:21:54.195Z] 12a20b60a936: Layer already exists [2021-03-31T03:21:54.195Z] 9248d59b493d: Layer already exists [2021-03-31T03:21:54.195Z] b0d13f50be31: Layer already exists [2021-03-31T03:21:54.195Z] master: digest: sha256:569c4e150f4e04f04532cc841910e4d32f0ad9f768c50a96f1beea969c387654 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:21:54.401Z] ===================================================== [Pipeline] echo [2021-03-31T03:21:54.450Z] taggedImages: [2021-03-31T03:21:54.450Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:21:54.450Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.153 [2021-03-31T03:21:54.450Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:21:54.450Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-31T03:21:54.513Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-31T03:21:54.513Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:21:54.513Z] 2.0.0-dev.153 [2021-03-31T03:21:54.513Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:21:54.513Z] master [2021-03-31T03:21:54.513Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:55.041Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:55.376Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:21:55.376Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-31T03:21:55.376Z] d732fbbe3620: Preparing [2021-03-31T03:21:55.376Z] 19e047a85315: Preparing [2021-03-31T03:21:55.376Z] 49bca6eca58e: Preparing [2021-03-31T03:21:55.376Z] fc801ab6c067: Preparing [2021-03-31T03:21:55.376Z] a6fa0325056a: Preparing [2021-03-31T03:21:55.376Z] b0d13f50be31: Preparing [2021-03-31T03:21:55.376Z] b0d13f50be31: Waiting [2021-03-31T03:21:55.646Z] 49bca6eca58e: Layer already exists [2021-03-31T03:21:55.646Z] b0d13f50be31: Layer already exists [2021-03-31T03:21:55.646Z] d732fbbe3620: Pushed [2021-03-31T03:21:55.646Z] a6fa0325056a: Pushed [2021-03-31T03:21:56.621Z] fc801ab6c067: Pushed [2021-03-31T03:21:59.235Z] 19e047a85315: Pushed [2021-03-31T03:21:59.506Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:3b269fc632830c4890adf149f9f4196fa8ca291b3461894891f57e0503940b6a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:21:59.853Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:00.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:00.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-31T03:22:00.198Z] d732fbbe3620: Preparing [2021-03-31T03:22:00.198Z] 19e047a85315: Preparing [2021-03-31T03:22:00.198Z] 49bca6eca58e: Preparing [2021-03-31T03:22:00.198Z] fc801ab6c067: Preparing [2021-03-31T03:22:00.198Z] a6fa0325056a: Preparing [2021-03-31T03:22:00.198Z] b0d13f50be31: Preparing [2021-03-31T03:22:00.198Z] b0d13f50be31: Waiting [2021-03-31T03:22:00.470Z] fc801ab6c067: Layer already exists [2021-03-31T03:22:00.470Z] d732fbbe3620: Layer already exists [2021-03-31T03:22:00.470Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:00.470Z] a6fa0325056a: Layer already exists [2021-03-31T03:22:00.470Z] 19e047a85315: Layer already exists [2021-03-31T03:22:00.470Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:00.470Z] 2.0.0-dev.153: digest: sha256:3b269fc632830c4890adf149f9f4196fa8ca291b3461894891f57e0503940b6a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:00.818Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:01.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:01.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-31T03:22:01.154Z] d732fbbe3620: Preparing [2021-03-31T03:22:01.154Z] 19e047a85315: Preparing [2021-03-31T03:22:01.155Z] 49bca6eca58e: Preparing [2021-03-31T03:22:01.155Z] fc801ab6c067: Preparing [2021-03-31T03:22:01.155Z] a6fa0325056a: Preparing [2021-03-31T03:22:01.155Z] b0d13f50be31: Preparing [2021-03-31T03:22:01.155Z] b0d13f50be31: Waiting [2021-03-31T03:22:01.428Z] fc801ab6c067: Layer already exists [2021-03-31T03:22:01.428Z] 19e047a85315: Layer already exists [2021-03-31T03:22:01.428Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:01.428Z] d732fbbe3620: Layer already exists [2021-03-31T03:22:01.428Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:02.399Z] a6fa0325056a: Layer already exists [2021-03-31T03:22:02.399Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:3b269fc632830c4890adf149f9f4196fa8ca291b3461894891f57e0503940b6a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:02.752Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:03.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-31T03:22:03.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-31T03:22:03.095Z] d732fbbe3620: Preparing [2021-03-31T03:22:03.095Z] 19e047a85315: Preparing [2021-03-31T03:22:03.095Z] 49bca6eca58e: Preparing [2021-03-31T03:22:03.095Z] fc801ab6c067: Preparing [2021-03-31T03:22:03.095Z] a6fa0325056a: Preparing [2021-03-31T03:22:03.095Z] b0d13f50be31: Preparing [2021-03-31T03:22:03.095Z] b0d13f50be31: Waiting [2021-03-31T03:22:03.366Z] 19e047a85315: Layer already exists [2021-03-31T03:22:03.366Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:03.366Z] fc801ab6c067: Layer already exists [2021-03-31T03:22:03.366Z] a6fa0325056a: Layer already exists [2021-03-31T03:22:03.366Z] d732fbbe3620: Layer already exists [2021-03-31T03:22:03.366Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:03.366Z] master: digest: sha256:3b269fc632830c4890adf149f9f4196fa8ca291b3461894891f57e0503940b6a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:22:03.600Z] ===================================================== [Pipeline] echo [2021-03-31T03:22:03.651Z] taggedImages: [2021-03-31T03:22:03.651Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:03.651Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:03.651Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:03.651Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-31T03:22:03.722Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-31T03:22:03.722Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:03.722Z] 2.0.0-dev.153 [2021-03-31T03:22:03.722Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:03.722Z] master [2021-03-31T03:22:03.722Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:04.309Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:04.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:04.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-31T03:22:04.659Z] 828438fd4192: Preparing [2021-03-31T03:22:04.659Z] 956154a56f88: Preparing [2021-03-31T03:22:04.659Z] 49bca6eca58e: Preparing [2021-03-31T03:22:04.659Z] 8b5b9cfba993: Preparing [2021-03-31T03:22:04.659Z] b0d13f50be31: Preparing [2021-03-31T03:22:04.930Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:22:04.930Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:04.930Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:04.930Z] 828438fd4192: Pushed [2021-03-31T03:22:08.303Z] 956154a56f88: Pushed [2021-03-31T03:22:08.303Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:b11c525be2466e0b101dcd4127be0be421658b5f8a14ae221a689af8fb5bb554 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:08.652Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:08.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:08.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-31T03:22:08.995Z] 828438fd4192: Preparing [2021-03-31T03:22:08.995Z] 956154a56f88: Preparing [2021-03-31T03:22:08.995Z] 49bca6eca58e: Preparing [2021-03-31T03:22:08.995Z] 8b5b9cfba993: Preparing [2021-03-31T03:22:08.995Z] b0d13f50be31: Preparing [2021-03-31T03:22:09.265Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:09.265Z] 828438fd4192: Layer already exists [2021-03-31T03:22:09.265Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:22:09.265Z] 956154a56f88: Layer already exists [2021-03-31T03:22:09.266Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:09.266Z] 2.0.0-dev.153: digest: sha256:b11c525be2466e0b101dcd4127be0be421658b5f8a14ae221a689af8fb5bb554 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:09.610Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:09.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:09.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-31T03:22:09.955Z] 828438fd4192: Preparing [2021-03-31T03:22:09.955Z] 956154a56f88: Preparing [2021-03-31T03:22:09.955Z] 49bca6eca58e: Preparing [2021-03-31T03:22:09.955Z] 8b5b9cfba993: Preparing [2021-03-31T03:22:09.955Z] b0d13f50be31: Preparing [2021-03-31T03:22:10.227Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:10.228Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:10.228Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:22:10.228Z] 828438fd4192: Layer already exists [2021-03-31T03:22:10.228Z] 956154a56f88: Layer already exists [2021-03-31T03:22:10.228Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:b11c525be2466e0b101dcd4127be0be421658b5f8a14ae221a689af8fb5bb554 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:10.573Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:10.907Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-31T03:22:10.907Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-31T03:22:10.907Z] 828438fd4192: Preparing [2021-03-31T03:22:10.907Z] 956154a56f88: Preparing [2021-03-31T03:22:10.907Z] 49bca6eca58e: Preparing [2021-03-31T03:22:10.907Z] 8b5b9cfba993: Preparing [2021-03-31T03:22:10.907Z] b0d13f50be31: Preparing [2021-03-31T03:22:10.907Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:22:10.907Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:10.907Z] 956154a56f88: Layer already exists [2021-03-31T03:22:10.907Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:10.907Z] 828438fd4192: Layer already exists [2021-03-31T03:22:11.182Z] master: digest: sha256:b11c525be2466e0b101dcd4127be0be421658b5f8a14ae221a689af8fb5bb554 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:22:11.386Z] ===================================================== [Pipeline] echo [2021-03-31T03:22:11.430Z] taggedImages: [2021-03-31T03:22:11.430Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:11.430Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:11.430Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:11.430Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-31T03:22:11.502Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-31T03:22:11.502Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:11.502Z] 2.0.0-dev.153 [2021-03-31T03:22:11.502Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:11.502Z] master [2021-03-31T03:22:11.502Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:12.073Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:12.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:12.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-31T03:22:12.413Z] 6e64b1cf3252: Preparing [2021-03-31T03:22:12.413Z] 6e64b1cf3252: Preparing [2021-03-31T03:22:12.413Z] 5cc902c7dce4: Preparing [2021-03-31T03:22:12.413Z] 33a47b1fa254: Preparing [2021-03-31T03:22:12.413Z] 625d8d6242b8: Preparing [2021-03-31T03:22:12.413Z] 0fbadfe61f54: Preparing [2021-03-31T03:22:12.413Z] 49bca6eca58e: Preparing [2021-03-31T03:22:12.413Z] cd369af3c2cf: Preparing [2021-03-31T03:22:12.413Z] cd369af3c2cf: Preparing [2021-03-31T03:22:12.413Z] 8579dbc325d5: Preparing [2021-03-31T03:22:12.413Z] 073392c54081: Preparing [2021-03-31T03:22:12.413Z] b0d13f50be31: Preparing [2021-03-31T03:22:12.413Z] 49bca6eca58e: Waiting [2021-03-31T03:22:12.413Z] cd369af3c2cf: Waiting [2021-03-31T03:22:12.413Z] 8579dbc325d5: Waiting [2021-03-31T03:22:12.413Z] 073392c54081: Waiting [2021-03-31T03:22:12.413Z] b0d13f50be31: Waiting [2021-03-31T03:22:12.700Z] 33a47b1fa254: Pushed [2021-03-31T03:22:12.700Z] 6e64b1cf3252: Pushed [2021-03-31T03:22:12.700Z] 625d8d6242b8: Pushed [2021-03-31T03:22:12.700Z] 5cc902c7dce4: Pushed [2021-03-31T03:22:12.974Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:12.974Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:12.974Z] 8579dbc325d5: Pushed [2021-03-31T03:22:12.974Z] cd369af3c2cf: Pushed [2021-03-31T03:22:12.974Z] 073392c54081: Pushed [2021-03-31T03:22:16.352Z] 0fbadfe61f54: Pushed [2021-03-31T03:22:16.352Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:d6fd6d7f133c2fa5e71d93bdcf8f081fd26ff2edfdf3eb1bffed0552add86663 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:16.689Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:17.035Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:17.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-31T03:22:17.035Z] 6e64b1cf3252: Preparing [2021-03-31T03:22:17.035Z] 6e64b1cf3252: Preparing [2021-03-31T03:22:17.035Z] 5cc902c7dce4: Preparing [2021-03-31T03:22:17.035Z] 33a47b1fa254: Preparing [2021-03-31T03:22:17.035Z] 625d8d6242b8: Preparing [2021-03-31T03:22:17.035Z] 0fbadfe61f54: Preparing [2021-03-31T03:22:17.035Z] 49bca6eca58e: Preparing [2021-03-31T03:22:17.035Z] cd369af3c2cf: Preparing [2021-03-31T03:22:17.035Z] cd369af3c2cf: Preparing [2021-03-31T03:22:17.035Z] 8579dbc325d5: Preparing [2021-03-31T03:22:17.035Z] 073392c54081: Preparing [2021-03-31T03:22:17.035Z] b0d13f50be31: Preparing [2021-03-31T03:22:17.035Z] 49bca6eca58e: Waiting [2021-03-31T03:22:17.035Z] cd369af3c2cf: Waiting [2021-03-31T03:22:17.035Z] 8579dbc325d5: Waiting [2021-03-31T03:22:17.035Z] b0d13f50be31: Waiting [2021-03-31T03:22:17.035Z] 073392c54081: Waiting [2021-03-31T03:22:17.035Z] 33a47b1fa254: Layer already exists [2021-03-31T03:22:17.035Z] 5cc902c7dce4: Layer already exists [2021-03-31T03:22:17.035Z] 625d8d6242b8: Layer already exists [2021-03-31T03:22:17.035Z] 0fbadfe61f54: Layer already exists [2021-03-31T03:22:17.035Z] 6e64b1cf3252: Layer already exists [2021-03-31T03:22:17.306Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:17.306Z] 8579dbc325d5: Layer already exists [2021-03-31T03:22:17.306Z] cd369af3c2cf: Layer already exists [2021-03-31T03:22:17.306Z] 073392c54081: Layer already exists [2021-03-31T03:22:17.306Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:17.306Z] 2.0.0-dev.153: digest: sha256:d6fd6d7f133c2fa5e71d93bdcf8f081fd26ff2edfdf3eb1bffed0552add86663 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:17.652Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:17.997Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:17.997Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-31T03:22:17.997Z] 6e64b1cf3252: Preparing [2021-03-31T03:22:17.997Z] 6e64b1cf3252: Preparing [2021-03-31T03:22:17.997Z] 5cc902c7dce4: Preparing [2021-03-31T03:22:17.997Z] 33a47b1fa254: Preparing [2021-03-31T03:22:17.997Z] 625d8d6242b8: Preparing [2021-03-31T03:22:17.997Z] 0fbadfe61f54: Preparing [2021-03-31T03:22:17.997Z] 49bca6eca58e: Preparing [2021-03-31T03:22:17.997Z] cd369af3c2cf: Preparing [2021-03-31T03:22:17.997Z] cd369af3c2cf: Preparing [2021-03-31T03:22:17.997Z] 8579dbc325d5: Preparing [2021-03-31T03:22:17.997Z] 073392c54081: Preparing [2021-03-31T03:22:17.997Z] b0d13f50be31: Preparing [2021-03-31T03:22:17.997Z] cd369af3c2cf: Waiting [2021-03-31T03:22:17.997Z] 8579dbc325d5: Waiting [2021-03-31T03:22:17.997Z] 49bca6eca58e: Waiting [2021-03-31T03:22:17.997Z] 073392c54081: Waiting [2021-03-31T03:22:17.997Z] b0d13f50be31: Waiting [2021-03-31T03:22:18.283Z] 625d8d6242b8: Layer already exists [2021-03-31T03:22:18.283Z] 6e64b1cf3252: Layer already exists [2021-03-31T03:22:18.283Z] 33a47b1fa254: Layer already exists [2021-03-31T03:22:18.283Z] 0fbadfe61f54: Layer already exists [2021-03-31T03:22:18.283Z] 5cc902c7dce4: Layer already exists [2021-03-31T03:22:18.283Z] 073392c54081: Layer already exists [2021-03-31T03:22:18.283Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:18.283Z] 8579dbc325d5: Layer already exists [2021-03-31T03:22:18.283Z] cd369af3c2cf: Layer already exists [2021-03-31T03:22:18.283Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:18.283Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:d6fd6d7f133c2fa5e71d93bdcf8f081fd26ff2edfdf3eb1bffed0552add86663 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:18.643Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:18.981Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-31T03:22:18.981Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-31T03:22:18.981Z] 6e64b1cf3252: Preparing [2021-03-31T03:22:18.981Z] 6e64b1cf3252: Preparing [2021-03-31T03:22:18.981Z] 5cc902c7dce4: Preparing [2021-03-31T03:22:18.981Z] 33a47b1fa254: Preparing [2021-03-31T03:22:18.981Z] 625d8d6242b8: Preparing [2021-03-31T03:22:18.981Z] 0fbadfe61f54: Preparing [2021-03-31T03:22:18.981Z] 49bca6eca58e: Preparing [2021-03-31T03:22:18.981Z] cd369af3c2cf: Preparing [2021-03-31T03:22:18.981Z] cd369af3c2cf: Preparing [2021-03-31T03:22:18.981Z] 8579dbc325d5: Preparing [2021-03-31T03:22:18.981Z] 073392c54081: Preparing [2021-03-31T03:22:18.981Z] b0d13f50be31: Preparing [2021-03-31T03:22:18.981Z] 49bca6eca58e: Waiting [2021-03-31T03:22:18.981Z] cd369af3c2cf: Waiting [2021-03-31T03:22:18.981Z] 8579dbc325d5: Waiting [2021-03-31T03:22:18.981Z] 073392c54081: Waiting [2021-03-31T03:22:18.981Z] b0d13f50be31: Waiting [2021-03-31T03:22:18.981Z] 5cc902c7dce4: Layer already exists [2021-03-31T03:22:19.253Z] 625d8d6242b8: Layer already exists [2021-03-31T03:22:19.253Z] 6e64b1cf3252: Layer already exists [2021-03-31T03:22:19.253Z] 0fbadfe61f54: Layer already exists [2021-03-31T03:22:19.253Z] 33a47b1fa254: Layer already exists [2021-03-31T03:22:19.253Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:19.253Z] 073392c54081: Layer already exists [2021-03-31T03:22:19.253Z] 8579dbc325d5: Layer already exists [2021-03-31T03:22:19.253Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:19.253Z] cd369af3c2cf: Layer already exists [2021-03-31T03:22:19.253Z] master: digest: sha256:d6fd6d7f133c2fa5e71d93bdcf8f081fd26ff2edfdf3eb1bffed0552add86663 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:22:19.442Z] ===================================================== [Pipeline] echo [2021-03-31T03:22:19.489Z] taggedImages: [2021-03-31T03:22:19.489Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:19.489Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:19.489Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:19.489Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-31T03:22:19.560Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-31T03:22:19.560Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:19.560Z] 2.0.0-dev.153 [2021-03-31T03:22:19.560Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:19.560Z] master [2021-03-31T03:22:19.560Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:20.072Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:20.413Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:20.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-31T03:22:20.413Z] 52e55acc4d71: Preparing [2021-03-31T03:22:20.413Z] a4cb666a9f03: Preparing [2021-03-31T03:22:20.413Z] dd279a34c1cf: Preparing [2021-03-31T03:22:20.413Z] 78d146215b27: Preparing [2021-03-31T03:22:20.413Z] 174dfac4b58b: Preparing [2021-03-31T03:22:20.413Z] b0d13f50be31: Preparing [2021-03-31T03:22:20.413Z] b0d13f50be31: Waiting [2021-03-31T03:22:20.686Z] dd279a34c1cf: Pushed [2021-03-31T03:22:20.959Z] 78d146215b27: Pushed [2021-03-31T03:22:20.959Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:21.232Z] 174dfac4b58b: Pushed [2021-03-31T03:22:23.202Z] 52e55acc4d71: Pushed [2021-03-31T03:22:23.202Z] a4cb666a9f03: Pushed [2021-03-31T03:22:23.475Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:9c38090020bd8c745504cd6e8213203de21a4d7fedc6d8eb2598702cec61913c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:23.846Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:24.194Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:24.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-31T03:22:24.194Z] 52e55acc4d71: Preparing [2021-03-31T03:22:24.194Z] a4cb666a9f03: Preparing [2021-03-31T03:22:24.194Z] dd279a34c1cf: Preparing [2021-03-31T03:22:24.194Z] 78d146215b27: Preparing [2021-03-31T03:22:24.194Z] 174dfac4b58b: Preparing [2021-03-31T03:22:24.194Z] b0d13f50be31: Preparing [2021-03-31T03:22:24.194Z] b0d13f50be31: Waiting [2021-03-31T03:22:24.465Z] dd279a34c1cf: Layer already exists [2021-03-31T03:22:24.465Z] 174dfac4b58b: Layer already exists [2021-03-31T03:22:24.465Z] 78d146215b27: Layer already exists [2021-03-31T03:22:24.465Z] 52e55acc4d71: Layer already exists [2021-03-31T03:22:24.465Z] a4cb666a9f03: Layer already exists [2021-03-31T03:22:24.465Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:24.465Z] 2.0.0-dev.153: digest: sha256:9c38090020bd8c745504cd6e8213203de21a4d7fedc6d8eb2598702cec61913c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:24.804Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:25.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:25.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-31T03:22:25.139Z] 52e55acc4d71: Preparing [2021-03-31T03:22:25.139Z] a4cb666a9f03: Preparing [2021-03-31T03:22:25.139Z] dd279a34c1cf: Preparing [2021-03-31T03:22:25.139Z] 78d146215b27: Preparing [2021-03-31T03:22:25.139Z] 174dfac4b58b: Preparing [2021-03-31T03:22:25.139Z] b0d13f50be31: Preparing [2021-03-31T03:22:25.139Z] b0d13f50be31: Waiting [2021-03-31T03:22:25.139Z] 78d146215b27: Layer already exists [2021-03-31T03:22:25.139Z] 174dfac4b58b: Layer already exists [2021-03-31T03:22:25.410Z] a4cb666a9f03: Layer already exists [2021-03-31T03:22:25.410Z] dd279a34c1cf: Layer already exists [2021-03-31T03:22:25.410Z] 52e55acc4d71: Layer already exists [2021-03-31T03:22:25.410Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:25.410Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:9c38090020bd8c745504cd6e8213203de21a4d7fedc6d8eb2598702cec61913c size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:25.757Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:26.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-31T03:22:26.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-31T03:22:26.093Z] 52e55acc4d71: Preparing [2021-03-31T03:22:26.093Z] a4cb666a9f03: Preparing [2021-03-31T03:22:26.093Z] dd279a34c1cf: Preparing [2021-03-31T03:22:26.093Z] 78d146215b27: Preparing [2021-03-31T03:22:26.093Z] 174dfac4b58b: Preparing [2021-03-31T03:22:26.093Z] b0d13f50be31: Preparing [2021-03-31T03:22:26.093Z] b0d13f50be31: Waiting [2021-03-31T03:22:26.373Z] 174dfac4b58b: Layer already exists [2021-03-31T03:22:26.373Z] a4cb666a9f03: Layer already exists [2021-03-31T03:22:26.373Z] 52e55acc4d71: Layer already exists [2021-03-31T03:22:26.373Z] 78d146215b27: Layer already exists [2021-03-31T03:22:26.373Z] dd279a34c1cf: Layer already exists [2021-03-31T03:22:26.373Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:26.373Z] master: digest: sha256:9c38090020bd8c745504cd6e8213203de21a4d7fedc6d8eb2598702cec61913c size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:22:26.577Z] ===================================================== [Pipeline] echo [2021-03-31T03:22:26.654Z] taggedImages: [2021-03-31T03:22:26.654Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:26.654Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:26.654Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:26.654Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-31T03:22:26.716Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-31T03:22:26.716Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:26.716Z] 2.0.0-dev.153 [2021-03-31T03:22:26.716Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:26.716Z] master [2021-03-31T03:22:26.716Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:27.278Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:27.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:27.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-31T03:22:27.617Z] 18f186263bb6: Preparing [2021-03-31T03:22:27.617Z] b5b74614325a: Preparing [2021-03-31T03:22:27.617Z] 2de3a324efb7: Preparing [2021-03-31T03:22:27.617Z] 260c895930e2: Preparing [2021-03-31T03:22:27.617Z] a85485868880: Preparing [2021-03-31T03:22:27.617Z] a3ba3d8a72fa: Preparing [2021-03-31T03:22:27.617Z] 4495dd6e4369: Preparing [2021-03-31T03:22:27.617Z] 3b749e2f3f20: Preparing [2021-03-31T03:22:27.617Z] b0d13f50be31: Preparing [2021-03-31T03:22:27.617Z] 3b749e2f3f20: Waiting [2021-03-31T03:22:27.617Z] 4495dd6e4369: Waiting [2021-03-31T03:22:27.617Z] b0d13f50be31: Waiting [2021-03-31T03:22:27.617Z] a3ba3d8a72fa: Waiting [2021-03-31T03:22:28.029Z] a85485868880: Pushed [2021-03-31T03:22:28.029Z] b5b74614325a: Pushed [2021-03-31T03:22:28.029Z] 18f186263bb6: Pushed [2021-03-31T03:22:28.323Z] a3ba3d8a72fa: Pushed [2021-03-31T03:22:28.323Z] 4495dd6e4369: Pushed [2021-03-31T03:22:28.323Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:28.976Z] 3b749e2f3f20: Pushed [2021-03-31T03:22:30.467Z] 2de3a324efb7: Pushed [2021-03-31T03:22:30.467Z] 260c895930e2: Pushed [2021-03-31T03:22:30.467Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:0ce25208e79e37ba069bff53d79d899671fba72acabeee371edebc5d4b36c804 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:30.814Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:31.173Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:31.173Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-31T03:22:31.173Z] 18f186263bb6: Preparing [2021-03-31T03:22:31.173Z] b5b74614325a: Preparing [2021-03-31T03:22:31.173Z] 2de3a324efb7: Preparing [2021-03-31T03:22:31.173Z] 260c895930e2: Preparing [2021-03-31T03:22:31.173Z] a85485868880: Preparing [2021-03-31T03:22:31.173Z] a3ba3d8a72fa: Preparing [2021-03-31T03:22:31.173Z] 4495dd6e4369: Preparing [2021-03-31T03:22:31.173Z] 3b749e2f3f20: Preparing [2021-03-31T03:22:31.173Z] b0d13f50be31: Preparing [2021-03-31T03:22:31.173Z] a3ba3d8a72fa: Waiting [2021-03-31T03:22:31.173Z] 4495dd6e4369: Waiting [2021-03-31T03:22:31.173Z] 3b749e2f3f20: Waiting [2021-03-31T03:22:31.173Z] b0d13f50be31: Waiting [2021-03-31T03:22:31.447Z] 2de3a324efb7: Layer already exists [2021-03-31T03:22:31.447Z] a85485868880: Layer already exists [2021-03-31T03:22:31.447Z] 18f186263bb6: Layer already exists [2021-03-31T03:22:31.447Z] 260c895930e2: Layer already exists [2021-03-31T03:22:31.447Z] b5b74614325a: Layer already exists [2021-03-31T03:22:31.447Z] a3ba3d8a72fa: Layer already exists [2021-03-31T03:22:31.447Z] 4495dd6e4369: Layer already exists [2021-03-31T03:22:31.447Z] 3b749e2f3f20: Layer already exists [2021-03-31T03:22:31.447Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:31.447Z] 2.0.0-dev.153: digest: sha256:0ce25208e79e37ba069bff53d79d899671fba72acabeee371edebc5d4b36c804 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:31.812Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:32.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:32.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-31T03:22:32.154Z] 18f186263bb6: Preparing [2021-03-31T03:22:32.154Z] b5b74614325a: Preparing [2021-03-31T03:22:32.154Z] 2de3a324efb7: Preparing [2021-03-31T03:22:32.154Z] 260c895930e2: Preparing [2021-03-31T03:22:32.154Z] a85485868880: Preparing [2021-03-31T03:22:32.154Z] a3ba3d8a72fa: Preparing [2021-03-31T03:22:32.154Z] 4495dd6e4369: Preparing [2021-03-31T03:22:32.154Z] 3b749e2f3f20: Preparing [2021-03-31T03:22:32.154Z] b0d13f50be31: Preparing [2021-03-31T03:22:32.154Z] a3ba3d8a72fa: Waiting [2021-03-31T03:22:32.154Z] 4495dd6e4369: Waiting [2021-03-31T03:22:32.154Z] 3b749e2f3f20: Waiting [2021-03-31T03:22:32.427Z] 18f186263bb6: Layer already exists [2021-03-31T03:22:32.427Z] 2de3a324efb7: Layer already exists [2021-03-31T03:22:32.427Z] a85485868880: Layer already exists [2021-03-31T03:22:32.427Z] 260c895930e2: Layer already exists [2021-03-31T03:22:32.427Z] b5b74614325a: Layer already exists [2021-03-31T03:22:32.427Z] 3b749e2f3f20: Layer already exists [2021-03-31T03:22:32.427Z] 4495dd6e4369: Layer already exists [2021-03-31T03:22:32.427Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:32.427Z] a3ba3d8a72fa: Layer already exists [2021-03-31T03:22:32.427Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:0ce25208e79e37ba069bff53d79d899671fba72acabeee371edebc5d4b36c804 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:32.778Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:33.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-31T03:22:33.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-31T03:22:33.113Z] 18f186263bb6: Preparing [2021-03-31T03:22:33.113Z] b5b74614325a: Preparing [2021-03-31T03:22:33.113Z] 2de3a324efb7: Preparing [2021-03-31T03:22:33.113Z] 260c895930e2: Preparing [2021-03-31T03:22:33.113Z] a85485868880: Preparing [2021-03-31T03:22:33.113Z] a3ba3d8a72fa: Preparing [2021-03-31T03:22:33.113Z] 4495dd6e4369: Preparing [2021-03-31T03:22:33.113Z] 3b749e2f3f20: Preparing [2021-03-31T03:22:33.113Z] b0d13f50be31: Preparing [2021-03-31T03:22:33.113Z] a3ba3d8a72fa: Waiting [2021-03-31T03:22:33.113Z] 4495dd6e4369: Waiting [2021-03-31T03:22:33.113Z] 3b749e2f3f20: Waiting [2021-03-31T03:22:33.113Z] b0d13f50be31: Waiting [2021-03-31T03:22:33.383Z] b5b74614325a: Layer already exists [2021-03-31T03:22:33.383Z] 260c895930e2: Layer already exists [2021-03-31T03:22:33.383Z] 2de3a324efb7: Layer already exists [2021-03-31T03:22:33.383Z] a85485868880: Layer already exists [2021-03-31T03:22:33.383Z] 18f186263bb6: Layer already exists [2021-03-31T03:22:33.383Z] a3ba3d8a72fa: Layer already exists [2021-03-31T03:22:33.383Z] 4495dd6e4369: Layer already exists [2021-03-31T03:22:33.383Z] 3b749e2f3f20: Layer already exists [2021-03-31T03:22:33.383Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:33.383Z] master: digest: sha256:0ce25208e79e37ba069bff53d79d899671fba72acabeee371edebc5d4b36c804 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:22:33.594Z] ===================================================== [Pipeline] echo [2021-03-31T03:22:33.639Z] taggedImages: [2021-03-31T03:22:33.639Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:33.639Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:33.639Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:33.639Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-31T03:22:33.704Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-31T03:22:33.704Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:33.704Z] 2.0.0-dev.153 [2021-03-31T03:22:33.704Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:33.704Z] master [2021-03-31T03:22:33.704Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:34.256Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:34.593Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:34.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-31T03:22:34.593Z] c95cd92c34b5: Preparing [2021-03-31T03:22:34.593Z] 92070db5d119: Preparing [2021-03-31T03:22:34.593Z] 49bca6eca58e: Preparing [2021-03-31T03:22:34.593Z] 93d975ab2439: Preparing [2021-03-31T03:22:34.593Z] b0d13f50be31: Preparing [2021-03-31T03:22:34.863Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:34.863Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:34.863Z] c95cd92c34b5: Pushed [2021-03-31T03:22:35.133Z] 93d975ab2439: Pushed [2021-03-31T03:22:37.745Z] 92070db5d119: Pushed [2021-03-31T03:22:37.745Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:f23b32d989a987c5f43963a60403032fc7ccb67a774c8480f49a6cc685fcc153 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:38.087Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:38.424Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:38.424Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-31T03:22:38.424Z] c95cd92c34b5: Preparing [2021-03-31T03:22:38.424Z] 92070db5d119: Preparing [2021-03-31T03:22:38.424Z] 49bca6eca58e: Preparing [2021-03-31T03:22:38.424Z] 93d975ab2439: Preparing [2021-03-31T03:22:38.424Z] b0d13f50be31: Preparing [2021-03-31T03:22:38.693Z] 93d975ab2439: Layer already exists [2021-03-31T03:22:38.693Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:38.693Z] 92070db5d119: Layer already exists [2021-03-31T03:22:38.693Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:38.693Z] c95cd92c34b5: Layer already exists [2021-03-31T03:22:38.693Z] 2.0.0-dev.153: digest: sha256:f23b32d989a987c5f43963a60403032fc7ccb67a774c8480f49a6cc685fcc153 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:39.065Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:39.426Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:39.426Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-31T03:22:39.426Z] c95cd92c34b5: Preparing [2021-03-31T03:22:39.426Z] 92070db5d119: Preparing [2021-03-31T03:22:39.426Z] 49bca6eca58e: Preparing [2021-03-31T03:22:39.426Z] 93d975ab2439: Preparing [2021-03-31T03:22:39.426Z] b0d13f50be31: Preparing [2021-03-31T03:22:39.697Z] 92070db5d119: Layer already exists [2021-03-31T03:22:39.697Z] 93d975ab2439: Layer already exists [2021-03-31T03:22:39.697Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:39.697Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:39.697Z] c95cd92c34b5: Layer already exists [2021-03-31T03:22:39.697Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:f23b32d989a987c5f43963a60403032fc7ccb67a774c8480f49a6cc685fcc153 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:40.038Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:40.377Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-31T03:22:40.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-31T03:22:40.377Z] c95cd92c34b5: Preparing [2021-03-31T03:22:40.377Z] 92070db5d119: Preparing [2021-03-31T03:22:40.377Z] 49bca6eca58e: Preparing [2021-03-31T03:22:40.377Z] 93d975ab2439: Preparing [2021-03-31T03:22:40.377Z] b0d13f50be31: Preparing [2021-03-31T03:22:40.649Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:40.649Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:40.649Z] 92070db5d119: Layer already exists [2021-03-31T03:22:40.649Z] c95cd92c34b5: Layer already exists [2021-03-31T03:22:40.649Z] 93d975ab2439: Layer already exists [2021-03-31T03:22:40.649Z] master: digest: sha256:f23b32d989a987c5f43963a60403032fc7ccb67a774c8480f49a6cc685fcc153 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:22:40.889Z] ===================================================== [Pipeline] echo [2021-03-31T03:22:40.957Z] taggedImages: [2021-03-31T03:22:40.957Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:40.957Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:40.957Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:40.957Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-31T03:22:41.053Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-31T03:22:41.053Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:41.053Z] 2.0.0-dev.153 [2021-03-31T03:22:41.053Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:41.053Z] master [2021-03-31T03:22:41.053Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:41.556Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:41.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:41.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-31T03:22:41.891Z] 4bca6d2a6bd6: Preparing [2021-03-31T03:22:41.891Z] e03cc43aa8f2: Preparing [2021-03-31T03:22:41.891Z] 49bca6eca58e: Preparing [2021-03-31T03:22:41.891Z] 8b5b9cfba993: Preparing [2021-03-31T03:22:41.891Z] b0d13f50be31: Preparing [2021-03-31T03:22:42.162Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:42.162Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:22:42.162Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:42.162Z] 4bca6d2a6bd6: Pushed [2021-03-31T03:22:44.772Z] e03cc43aa8f2: Pushed [2021-03-31T03:22:45.042Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:01c07f2c70f911ce22643c095a3479591519b6a822d0ec2b4cd485c033703dc6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:45.384Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:45.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:45.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-31T03:22:45.718Z] 4bca6d2a6bd6: Preparing [2021-03-31T03:22:45.718Z] e03cc43aa8f2: Preparing [2021-03-31T03:22:45.718Z] 49bca6eca58e: Preparing [2021-03-31T03:22:45.718Z] 8b5b9cfba993: Preparing [2021-03-31T03:22:45.718Z] b0d13f50be31: Preparing [2021-03-31T03:22:45.988Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:45.988Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:22:45.988Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:45.988Z] 4bca6d2a6bd6: Layer already exists [2021-03-31T03:22:45.988Z] e03cc43aa8f2: Layer already exists [2021-03-31T03:22:45.988Z] 2.0.0-dev.153: digest: sha256:01c07f2c70f911ce22643c095a3479591519b6a822d0ec2b4cd485c033703dc6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:46.328Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:46.664Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:46.664Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-31T03:22:46.664Z] 4bca6d2a6bd6: Preparing [2021-03-31T03:22:46.664Z] e03cc43aa8f2: Preparing [2021-03-31T03:22:46.664Z] 49bca6eca58e: Preparing [2021-03-31T03:22:46.664Z] 8b5b9cfba993: Preparing [2021-03-31T03:22:46.664Z] b0d13f50be31: Preparing [2021-03-31T03:22:46.957Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:46.957Z] e03cc43aa8f2: Layer already exists [2021-03-31T03:22:46.957Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:22:46.957Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:46.957Z] 4bca6d2a6bd6: Layer already exists [2021-03-31T03:22:46.957Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:01c07f2c70f911ce22643c095a3479591519b6a822d0ec2b4cd485c033703dc6 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:47.294Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:47.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-31T03:22:47.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-31T03:22:47.628Z] 4bca6d2a6bd6: Preparing [2021-03-31T03:22:47.628Z] e03cc43aa8f2: Preparing [2021-03-31T03:22:47.628Z] 49bca6eca58e: Preparing [2021-03-31T03:22:47.628Z] 8b5b9cfba993: Preparing [2021-03-31T03:22:47.628Z] b0d13f50be31: Preparing [2021-03-31T03:22:47.898Z] b0d13f50be31: Layer already exists [2021-03-31T03:22:47.898Z] 8b5b9cfba993: Layer already exists [2021-03-31T03:22:47.898Z] 4bca6d2a6bd6: Layer already exists [2021-03-31T03:22:47.898Z] 49bca6eca58e: Layer already exists [2021-03-31T03:22:47.898Z] e03cc43aa8f2: Layer already exists [2021-03-31T03:22:47.898Z] master: digest: sha256:01c07f2c70f911ce22643c095a3479591519b6a822d0ec2b4cd485c033703dc6 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:22:48.085Z] ===================================================== [Pipeline] echo [2021-03-31T03:22:48.127Z] taggedImages: [2021-03-31T03:22:48.128Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:48.128Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.153 [2021-03-31T03:22:48.128Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:48.128Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-31T03:22:48.188Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-31T03:22:48.188Z] 455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:48.188Z] 2.0.0-dev.153 [2021-03-31T03:22:48.188Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:22:48.188Z] master [2021-03-31T03:22:48.188Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:48.696Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:22:49.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:22:49.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-31T03:22:49.034Z] 8c3451a02e92: Preparing [2021-03-31T03:22:49.034Z] 6c8e39660a7b: Preparing [2021-03-31T03:22:49.034Z] b279eab4f15b: Preparing [2021-03-31T03:22:49.034Z] 921d475b653e: Preparing [2021-03-31T03:22:49.034Z] e97f3e1ba830: Preparing [2021-03-31T03:22:49.034Z] 587892684983: Preparing [2021-03-31T03:22:49.034Z] f3f5ca1686f9: Preparing [2021-03-31T03:22:49.034Z] 9ded3b6bb9b5: Preparing [2021-03-31T03:22:49.034Z] fa1afe8e6ed9: Preparing [2021-03-31T03:22:49.034Z] 87a09b4c083e: Preparing [2021-03-31T03:22:49.034Z] 0f74e9ff2a61: Preparing [2021-03-31T03:22:49.034Z] b122376c33c6: Preparing [2021-03-31T03:22:49.034Z] f8381ed47b22: Preparing [2021-03-31T03:22:49.034Z] e934a737d657: Preparing [2021-03-31T03:22:49.034Z] 87a09b4c083e: Waiting [2021-03-31T03:22:49.034Z] 587892684983: Waiting [2021-03-31T03:22:49.034Z] f3f5ca1686f9: Waiting [2021-03-31T03:22:49.034Z] 0f74e9ff2a61: Waiting [2021-03-31T03:22:49.034Z] 9ded3b6bb9b5: Waiting [2021-03-31T03:22:49.034Z] b122376c33c6: Waiting [2021-03-31T03:22:49.034Z] f8381ed47b22: Waiting [2021-03-31T03:22:49.034Z] fa1afe8e6ed9: Waiting [2021-03-31T03:22:49.034Z] e934a737d657: Waiting [2021-03-31T03:22:49.629Z] e97f3e1ba830: Pushed [2021-03-31T03:22:49.901Z] 8c3451a02e92: Pushed [2021-03-31T03:22:50.881Z] 921d475b653e: Pushed [2021-03-31T03:22:50.881Z] 9ded3b6bb9b5: Layer already exists [2021-03-31T03:22:50.881Z] fa1afe8e6ed9: Layer already exists [2021-03-31T03:22:50.881Z] f3f5ca1686f9: Pushed [2021-03-31T03:22:50.881Z] 87a09b4c083e: Layer already exists [2021-03-31T03:22:51.153Z] 6c8e39660a7b: Pushed [2021-03-31T03:22:51.153Z] 0f74e9ff2a61: Layer already exists [2021-03-31T03:22:51.153Z] b122376c33c6: Layer already exists [2021-03-31T03:22:51.153Z] e934a737d657: Layer already exists [2021-03-31T03:22:51.153Z] f8381ed47b22: Layer already exists [2021-03-31T03:22:52.581Z] 587892684983: Pushed [2021-03-31T03:23:02.706Z] b279eab4f15b: Pushed [2021-03-31T03:23:02.977Z] 455f88eb7f104c981a27c2f244562def9f736fdb: digest: sha256:25cff18e80b1dac3115c1fc3f3598c17b01a7cfc267c4f51303c460aaf66fee4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:23:03.321Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:23:03.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.153 [2021-03-31T03:23:03.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-31T03:23:03.657Z] 8c3451a02e92: Preparing [2021-03-31T03:23:03.657Z] 6c8e39660a7b: Preparing [2021-03-31T03:23:03.657Z] b279eab4f15b: Preparing [2021-03-31T03:23:03.657Z] 921d475b653e: Preparing [2021-03-31T03:23:03.657Z] e97f3e1ba830: Preparing [2021-03-31T03:23:03.657Z] 587892684983: Preparing [2021-03-31T03:23:03.657Z] f3f5ca1686f9: Preparing [2021-03-31T03:23:03.657Z] 9ded3b6bb9b5: Preparing [2021-03-31T03:23:03.657Z] fa1afe8e6ed9: Preparing [2021-03-31T03:23:03.657Z] 87a09b4c083e: Preparing [2021-03-31T03:23:03.657Z] 0f74e9ff2a61: Preparing [2021-03-31T03:23:03.657Z] b122376c33c6: Preparing [2021-03-31T03:23:03.657Z] f8381ed47b22: Preparing [2021-03-31T03:23:03.657Z] e934a737d657: Preparing [2021-03-31T03:23:03.657Z] 87a09b4c083e: Waiting [2021-03-31T03:23:03.657Z] 587892684983: Waiting [2021-03-31T03:23:03.657Z] 0f74e9ff2a61: Waiting [2021-03-31T03:23:03.657Z] f8381ed47b22: Waiting [2021-03-31T03:23:03.657Z] f3f5ca1686f9: Waiting [2021-03-31T03:23:03.657Z] 9ded3b6bb9b5: Waiting [2021-03-31T03:23:03.657Z] fa1afe8e6ed9: Waiting [2021-03-31T03:23:03.657Z] e934a737d657: Waiting [2021-03-31T03:23:03.657Z] b122376c33c6: Waiting [2021-03-31T03:23:03.930Z] 6c8e39660a7b: Layer already exists [2021-03-31T03:23:03.930Z] b279eab4f15b: Layer already exists [2021-03-31T03:23:03.930Z] 921d475b653e: Layer already exists [2021-03-31T03:23:03.930Z] 8c3451a02e92: Layer already exists [2021-03-31T03:23:03.930Z] e97f3e1ba830: Layer already exists [2021-03-31T03:23:03.930Z] 587892684983: Layer already exists [2021-03-31T03:23:03.930Z] 9ded3b6bb9b5: Layer already exists [2021-03-31T03:23:03.930Z] 87a09b4c083e: Layer already exists [2021-03-31T03:23:03.930Z] fa1afe8e6ed9: Layer already exists [2021-03-31T03:23:03.930Z] f3f5ca1686f9: Layer already exists [2021-03-31T03:23:03.930Z] f8381ed47b22: Layer already exists [2021-03-31T03:23:03.930Z] b122376c33c6: Layer already exists [2021-03-31T03:23:03.930Z] 0f74e9ff2a61: Layer already exists [2021-03-31T03:23:03.930Z] e934a737d657: Layer already exists [2021-03-31T03:23:03.930Z] 2.0.0-dev.153: digest: sha256:25cff18e80b1dac3115c1fc3f3598c17b01a7cfc267c4f51303c460aaf66fee4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:23:04.275Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:23:04.616Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:23:04.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-31T03:23:04.617Z] 8c3451a02e92: Preparing [2021-03-31T03:23:04.617Z] 6c8e39660a7b: Preparing [2021-03-31T03:23:04.617Z] b279eab4f15b: Preparing [2021-03-31T03:23:04.617Z] 921d475b653e: Preparing [2021-03-31T03:23:04.617Z] e97f3e1ba830: Preparing [2021-03-31T03:23:04.617Z] 587892684983: Preparing [2021-03-31T03:23:04.617Z] f3f5ca1686f9: Preparing [2021-03-31T03:23:04.617Z] 9ded3b6bb9b5: Preparing [2021-03-31T03:23:04.617Z] fa1afe8e6ed9: Preparing [2021-03-31T03:23:04.617Z] 87a09b4c083e: Preparing [2021-03-31T03:23:04.617Z] 0f74e9ff2a61: Preparing [2021-03-31T03:23:04.617Z] b122376c33c6: Preparing [2021-03-31T03:23:04.617Z] f8381ed47b22: Preparing [2021-03-31T03:23:04.617Z] e934a737d657: Preparing [2021-03-31T03:23:04.617Z] fa1afe8e6ed9: Waiting [2021-03-31T03:23:04.617Z] 87a09b4c083e: Waiting [2021-03-31T03:23:04.617Z] 0f74e9ff2a61: Waiting [2021-03-31T03:23:04.617Z] b122376c33c6: Waiting [2021-03-31T03:23:04.617Z] f8381ed47b22: Waiting [2021-03-31T03:23:04.617Z] e934a737d657: Waiting [2021-03-31T03:23:04.617Z] 587892684983: Waiting [2021-03-31T03:23:04.617Z] f3f5ca1686f9: Waiting [2021-03-31T03:23:04.891Z] 8c3451a02e92: Layer already exists [2021-03-31T03:23:04.891Z] b279eab4f15b: Layer already exists [2021-03-31T03:23:04.891Z] 6c8e39660a7b: Layer already exists [2021-03-31T03:23:04.891Z] 921d475b653e: Layer already exists [2021-03-31T03:23:04.891Z] e97f3e1ba830: Layer already exists [2021-03-31T03:23:04.891Z] f3f5ca1686f9: Layer already exists [2021-03-31T03:23:04.891Z] 587892684983: Layer already exists [2021-03-31T03:23:04.891Z] 9ded3b6bb9b5: Layer already exists [2021-03-31T03:23:04.891Z] 87a09b4c083e: Layer already exists [2021-03-31T03:23:04.891Z] fa1afe8e6ed9: Layer already exists [2021-03-31T03:23:04.891Z] b122376c33c6: Layer already exists [2021-03-31T03:23:04.891Z] f8381ed47b22: Layer already exists [2021-03-31T03:23:04.891Z] e934a737d657: Layer already exists [2021-03-31T03:23:04.891Z] 0f74e9ff2a61: Layer already exists [2021-03-31T03:23:04.891Z] 455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153: digest: sha256:25cff18e80b1dac3115c1fc3f3598c17b01a7cfc267c4f51303c460aaf66fee4 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:23:05.234Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:23:05.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-31T03:23:05.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-31T03:23:05.572Z] 8c3451a02e92: Preparing [2021-03-31T03:23:05.572Z] 6c8e39660a7b: Preparing [2021-03-31T03:23:05.572Z] b279eab4f15b: Preparing [2021-03-31T03:23:05.572Z] 921d475b653e: Preparing [2021-03-31T03:23:05.572Z] e97f3e1ba830: Preparing [2021-03-31T03:23:05.572Z] 587892684983: Preparing [2021-03-31T03:23:05.572Z] f3f5ca1686f9: Preparing [2021-03-31T03:23:05.572Z] 9ded3b6bb9b5: Preparing [2021-03-31T03:23:05.572Z] fa1afe8e6ed9: Preparing [2021-03-31T03:23:05.572Z] 87a09b4c083e: Preparing [2021-03-31T03:23:05.572Z] 0f74e9ff2a61: Preparing [2021-03-31T03:23:05.572Z] b122376c33c6: Preparing [2021-03-31T03:23:05.572Z] f8381ed47b22: Preparing [2021-03-31T03:23:05.572Z] e934a737d657: Preparing [2021-03-31T03:23:05.572Z] 87a09b4c083e: Waiting [2021-03-31T03:23:05.572Z] b122376c33c6: Waiting [2021-03-31T03:23:05.572Z] f8381ed47b22: Waiting [2021-03-31T03:23:05.572Z] 0f74e9ff2a61: Waiting [2021-03-31T03:23:05.572Z] 587892684983: Waiting [2021-03-31T03:23:05.572Z] e934a737d657: Waiting [2021-03-31T03:23:05.572Z] 9ded3b6bb9b5: Waiting [2021-03-31T03:23:05.572Z] fa1afe8e6ed9: Waiting [2021-03-31T03:23:05.843Z] b279eab4f15b: Layer already exists [2021-03-31T03:23:05.843Z] 921d475b653e: Layer already exists [2021-03-31T03:23:05.843Z] 6c8e39660a7b: Layer already exists [2021-03-31T03:23:05.843Z] e97f3e1ba830: Layer already exists [2021-03-31T03:23:05.843Z] 8c3451a02e92: Layer already exists [2021-03-31T03:23:05.843Z] 587892684983: Layer already exists [2021-03-31T03:23:05.843Z] f3f5ca1686f9: Layer already exists [2021-03-31T03:23:05.843Z] fa1afe8e6ed9: Layer already exists [2021-03-31T03:23:05.843Z] 9ded3b6bb9b5: Layer already exists [2021-03-31T03:23:05.843Z] 87a09b4c083e: Layer already exists [2021-03-31T03:23:05.843Z] 0f74e9ff2a61: Layer already exists [2021-03-31T03:23:05.843Z] b122376c33c6: Layer already exists [2021-03-31T03:23:05.843Z] f8381ed47b22: Layer already exists [2021-03-31T03:23:05.843Z] e934a737d657: Layer already exists [2021-03-31T03:23:05.843Z] master: digest: sha256:25cff18e80b1dac3115c1fc3f3598c17b01a7cfc267c4f51303c460aaf66fee4 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-31T03:23:06.037Z] ===================================================== [Pipeline] echo [2021-03-31T03:23:06.083Z] taggedImages: [2021-03-31T03:23:06.083Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb [2021-03-31T03:23:06.083Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.153 [2021-03-31T03:23:06.083Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:455f88eb7f104c981a27c2f244562def9f736fdb-2.0.0-dev.153 [2021-03-31T03:23:06.083Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:23:06.838Z] ---> job-cost.sh [2021-03-31T03:23:06.838Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dypM [2021-03-31T03:24:03.348Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-31T03:26:10.183Z] lf-activate-venv(): INFO: Adding /tmp/venv-dypM/bin to PATH [2021-03-31T03:26:10.183Z] INFO: No Stack... [2021-03-31T03:26:10.183Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-31T03:26:10.183Z] INFO: Archiving Costs [Pipeline] sh [2021-03-31T03:26:10.526Z] + cut -d, -f6 [2021-03-31T03:26:10.526Z] + cat /w/workspace/edgex-go/421/archives/cost.csv [Pipeline] lock [2021-03-31T03:26:10.659Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-421-stack-cost] [2021-03-31T03:26:10.667Z] Resource [jenkins-edgexfoundry-edgex-go-master-421-stack-cost] did not exist. Created. [2021-03-31T03:26:10.667Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-421-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-31T03:26:11.171Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-31T03:26:12.565Z] Stashed 1 file(s) [Pipeline] } [2021-03-31T03:26:12.574Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-421-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-31T03:26:14.239Z] provisioning config files... [2021-03-31T03:26:14.249Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/421@tmp/config6951919210326016182tmp [Pipeline] { [Pipeline] sh [2021-03-31T03:26:14.631Z] + set +x [2021-03-31T03:26:14.631Z] + curl -s https://codecov.io/bash [2021-03-31T03:26:14.631Z] + bash -s -- [2021-03-31T03:26:14.893Z] [2021-03-31T03:26:14.893Z] _____ _ [2021-03-31T03:26:14.893Z] / ____| | | [2021-03-31T03:26:14.893Z] | | ___ __| | ___ ___ _____ __ [2021-03-31T03:26:14.893Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-31T03:26:14.893Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-31T03:26:14.893Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-31T03:26:14.893Z] Bash-20210309-2b87ace [2021-03-31T03:26:14.893Z] [2021-03-31T03:26:14.893Z] [2021-03-31T03:26:14.893Z] ==> git version 2.24.3 found [2021-03-31T03:26:14.893Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-31T03:26:14.893Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-31T03:26:14.893Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-31T03:26:14.893Z] curl: option -sm: expected a proper numerical parameter [2021-03-31T03:26:14.893Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-31T03:26:15.153Z] ==> Jenkins CI detected. [2021-03-31T03:26:15.153Z] project root: . [2021-03-31T03:26:15.153Z] --> token set from env [2021-03-31T03:26:15.153Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-31T03:26:15.153Z] ==> Running gcov in . (disable via -X gcov) [2021-03-31T03:26:15.153Z] ==> Python coveragepy not found [2021-03-31T03:26:15.153Z] ==> Searching for coverage reports in: [2021-03-31T03:26:15.153Z] + . [2021-03-31T03:26:15.153Z] -> Found 1 reports [2021-03-31T03:26:15.153Z] ==> Detecting git/mercurial file structure [2021-03-31T03:26:15.153Z] ==> Reading reports [2021-03-31T03:26:15.153Z] + ./coverage.out bytes=669470 [2021-03-31T03:26:15.153Z] ==> Appending adjustments [2021-03-31T03:26:15.153Z] https://docs.codecov.io/docs/fixing-reports [2021-03-31T03:26:18.467Z] + Found adjustments [2021-03-31T03:26:18.467Z] ==> Gzipping contents [2021-03-31T03:26:18.467Z] 96K /tmp/codecov.ZoPKP1.gz [2021-03-31T03:26:18.467Z] ==> Uploading reports [2021-03-31T03:26:18.467Z] url: https://codecov.io [2021-03-31T03:26:18.467Z] query: branch=master&commit=455f88eb7f104c981a27c2f244562def9f736fdb&build=421&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F421%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-31T03:26:18.467Z] -> Pinging Codecov [2021-03-31T03:26:18.467Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=455f88eb7f104c981a27c2f244562def9f736fdb&build=421&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F421%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-31T03:26:19.040Z] -> Uploading to [2021-03-31T03:26:19.040Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/455f88eb7f104c981a27c2f244562def9f736fdb/05b3f137-a2a1-4f0e-a9b2-b765dcea6a02.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T032618Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=486ef6b64519c9ade2e1b0962b2a4ab4c418270d2441450e019081816cf77dad [2021-03-31T03:26:19.040Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:26:19.040Z] Dload Upload Total Spent Left Speed [2021-03-31T03:26:19.611Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96887 0 0 100 96887 0 184k --:--:-- --:--:-- --:--:-- 184k 100 96887 0 0 100 96887 0 184k --:--:-- --:--:-- --:--:-- 184k [2021-03-31T03:26:19.611Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/455f88eb7f104c981a27c2f244562def9f736fdb [Pipeline] } [2021-03-31T03:26:19.621Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-31T03:26:20.605Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-31T03:26:20.722Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:26:21.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T03:26:21.094Z] [2021-03-31T03:26:21.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:26:21.435Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T03:26:21.435Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-31T03:26:21.435Z] 188c0c94c7c5: Already exists [2021-03-31T03:26:21.435Z] 0ef7d3d256c8: Already exists [2021-03-31T03:26:21.435Z] de9db76c5a1d: Already exists [2021-03-31T03:26:21.435Z] 0eba1c9be4d2: Pulling fs layer [2021-03-31T03:26:21.435Z] 0d57e429df01: Pulling fs layer [2021-03-31T03:26:21.435Z] 4e4be7b47b0d: Pulling fs layer [2021-03-31T03:26:21.435Z] e1f770b5df2f: Pulling fs layer [2021-03-31T03:26:21.435Z] 85a0685a4137: Pulling fs layer [2021-03-31T03:26:21.435Z] e1f770b5df2f: Waiting [2021-03-31T03:26:21.435Z] 85a0685a4137: Waiting [2021-03-31T03:26:21.435Z] 4e4be7b47b0d: Verifying Checksum [2021-03-31T03:26:21.435Z] 4e4be7b47b0d: Download complete [2021-03-31T03:26:21.435Z] 0d57e429df01: Verifying Checksum [2021-03-31T03:26:21.435Z] 0d57e429df01: Download complete [2021-03-31T03:26:23.351Z] e1f770b5df2f: Verifying Checksum [2021-03-31T03:26:23.351Z] e1f770b5df2f: Download complete [2021-03-31T03:26:25.281Z] 0eba1c9be4d2: Verifying Checksum [2021-03-31T03:26:25.281Z] 0eba1c9be4d2: Download complete [2021-03-31T03:26:25.281Z] 85a0685a4137: Verifying Checksum [2021-03-31T03:26:25.281Z] 85a0685a4137: Download complete [2021-03-31T03:26:30.853Z] 0eba1c9be4d2: Pull complete [2021-03-31T03:26:30.853Z] 0d57e429df01: Pull complete [2021-03-31T03:26:30.853Z] 4e4be7b47b0d: Pull complete [2021-03-31T03:26:34.156Z] e1f770b5df2f: Pull complete [2021-03-31T03:26:44.176Z] 85a0685a4137: Pull complete [2021-03-31T03:26:44.176Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-31T03:26:44.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-31T03:26:44.176Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-31T03:26:44.334Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:26:44.382Z] $ 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/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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-snyk-go:1.410.4 cat [2021-03-31T03:26:45.394Z] $ docker top 651bd2765237790459e9b66a5c8002c287ea0559a5b29fcffaa2836872f77039 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T03:26:45.703Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-31T03:26:45.991Z] + set -o pipefail [2021-03-31T03:26:45.992Z] + snyk monitor '--org=edgex-jenkins' [2021-03-31T03:26:55.987Z] [2021-03-31T03:26:55.987Z] Monitoring /w/workspace/edgex-go/421 (github.com/edgexfoundry/edgex-go)... [2021-03-31T03:26:55.987Z] [2021-03-31T03:26:55.987Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/68228614-104f-4e6b-8d90-c8bf2fb85f65 [2021-03-31T03:26:55.987Z] [2021-03-31T03:26:55.987Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-31T03:26:55.987Z] [2021-03-31T03:26:55.987Z] [2021-03-31T03:26:55.987Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-31T03:26:55.987Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-31T03:26:56.000Z] $ docker stop --time=1 651bd2765237790459e9b66a5c8002c287ea0559a5b29fcffaa2836872f77039 [2021-03-31T03:26:58.980Z] $ docker rm -f 651bd2765237790459e9b66a5c8002c287ea0559a5b29fcffaa2836872f77039 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-31T03:27:00.118Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T03:27:00.173Z] provisioning config files... [2021-03-31T03:27:00.183Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/421@tmp/config7207439226859317190tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:27:00.559Z] --> edgex-publish-swagger.sh [2021-03-31T03:27:00.559Z] === Publish openapi/v1 API === [2021-03-31T03:27:00.559Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-31T03:27:00.559Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/421/openapi/v1/core-command.yaml] [2021-03-31T03:27:00.559Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:00.559Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:01.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 10084 0:00:01 0:00:01 --:--:-- 10097 100 10522 0 0 100 10522 0 10082 0:00:01 0:00:01 --:--:-- 10097 [2021-03-31T03:27:01.503Z] [2021-03-31T03:27:01.503Z] [2021-03-31T03:27:01.503Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/421/openapi/v1/core-data.yaml] [2021-03-31T03:27:01.503Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:01.503Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:02.444Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 35820 --:--:-- --:--:-- --:--:-- 35816 100 32557 0 0 100 32557 0 35814 --:--:-- --:--:-- --:--:-- 35816 [2021-03-31T03:27:02.444Z] [2021-03-31T03:27:02.444Z] [2021-03-31T03:27:02.444Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/421/openapi/v1/core-metadata.yaml] [2021-03-31T03:27:02.444Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:02.444Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:03.384Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 79145 --:--:-- --:--:-- --:--:-- 79099 100 73721 0 0 100 73721 0 79135 --:--:-- --:--:-- --:--:-- 79099 [2021-03-31T03:27:03.384Z] [2021-03-31T03:27:03.384Z] [2021-03-31T03:27:03.384Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/421/openapi/v1/support-logging.yaml] [2021-03-31T03:27:03.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:03.384Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:04.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 15707 --:--:-- --:--:-- --:--:-- 15718 [2021-03-31T03:27:04.324Z] [2021-03-31T03:27:04.324Z] [2021-03-31T03:27:04.324Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/421/openapi/v1/support-notifications.yaml] [2021-03-31T03:27:04.324Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:04.324Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:05.262Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 43421 --:--:-- --:--:-- --:--:-- 43404 [2021-03-31T03:27:05.262Z] [2021-03-31T03:27:05.262Z] [2021-03-31T03:27:05.262Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/421/openapi/v1/support-scheduler.yaml] [2021-03-31T03:27:05.262Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:05.262Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:06.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 14777 --:--:-- --:--:-- --:--:-- 14765 [2021-03-31T03:27:06.212Z] [2021-03-31T03:27:06.212Z] [2021-03-31T03:27:06.212Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/421/openapi/v1/system-agent.yaml] [2021-03-31T03:27:06.212Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:06.212Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:07.042Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4983 --:--:-- --:--:-- --:--:-- 4981 [2021-03-31T03:27:07.042Z] [2021-03-31T03:27:07.042Z] [2021-03-31T03:27:07.042Z] === Publish openapi/v2 API === [2021-03-31T03:27:07.042Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-31T03:27:07.042Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/421/openapi/v2/core-command.yaml] [2021-03-31T03:27:07.042Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:07.042Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:07.992Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 35317 --:--:-- --:--:-- --:--:-- 35283 100 29744 0 0 100 29744 0 35310 --:--:-- --:--:-- --:--:-- 35283 [2021-03-31T03:27:07.992Z] [2021-03-31T03:27:07.992Z] [2021-03-31T03:27:07.992Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/421/openapi/v2/core-data.yaml] [2021-03-31T03:27:07.992Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:07.992Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:08.936Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56610 0 0 100 56610 0 61731 --:--:-- --:--:-- --:--:-- 61733 100 56610 0 0 100 56610 0 61721 --:--:-- --:--:-- --:--:-- 61666 [2021-03-31T03:27:08.936Z] [2021-03-31T03:27:08.936Z] [2021-03-31T03:27:08.936Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/421/openapi/v2/core-metadata.yaml] [2021-03-31T03:27:08.936Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:08.936Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:09.881Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 118k --:--:-- --:--:-- --:--:-- 118k 100 116k 0 0 100 116k 0 118k --:--:-- --:--:-- --:--:-- 118k [2021-03-31T03:27:09.881Z] [2021-03-31T03:27:09.881Z] [2021-03-31T03:27:09.881Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/421/openapi/v2/support-notifications.yaml] [2021-03-31T03:27:09.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:09.881Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:10.820Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76131 0 0 100 76131 0 86710 --:--:-- --:--:-- --:--:-- 86709 100 76131 0 0 100 76131 0 86696 --:--:-- --:--:-- --:--:-- 86610 [2021-03-31T03:27:10.820Z] [2021-03-31T03:27:10.820Z] [2021-03-31T03:27:10.820Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/421/openapi/v2/support-scheduler.yaml] [2021-03-31T03:27:10.820Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:10.820Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:11.763Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37472 0 0 100 37472 0 33186 0:00:01 0:00:01 --:--:-- 33219 100 37472 0 0 100 37472 0 33181 0:00:01 0:00:01 --:--:-- 33190 [2021-03-31T03:27:11.763Z] [2021-03-31T03:27:11.763Z] [2021-03-31T03:27:11.763Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/421/openapi/v2/system-agent.yaml] [2021-03-31T03:27:11.763Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-31T03:27:11.763Z] Dload Upload Total Spent Left Speed [2021-03-31T03:27:12.706Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 23890 0:00:01 0:00:01 --:--:-- 23895 100 24182 0 0 100 24182 0 23886 0:00:01 0:00:01 --:--:-- 23895 [2021-03-31T03:27:12.706Z] [2021-03-31T03:27:12.706Z] [Pipeline] } [2021-03-31T03:27:12.715Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:27:13.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:27:13.564Z] . [Pipeline] withDockerContainer [2021-03-31T03:27:13.662Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:27:13.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T03:27:14.453Z] $ docker top 9621aa549f7527d511cb18bc9e8a51d2c7c6252447373bd6b356fbe5aa9974cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T03:27:14.797Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:27:14.797Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:27:15.012Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:27:15.015Z] $ docker exec 9621aa549f7527d511cb18bc9e8a51d2c7c6252447373bd6b356fbe5aa9974cc ssh-agent [2021-03-31T03:27:15.198Z] SSH_AUTH_SOCK=/tmp/ssh-8TsDprLIjM6K/agent.11 [2021-03-31T03:27:15.198Z] SSH_AGENT_PID=16 [2021-03-31T03:27:15.207Z] Running ssh-add (command line suppressed) [2021-03-31T03:27:15.333Z] Identity added: /w/workspace/edgex-go/421@tmp/private_key_1442834629912565018.key (/w/workspace/edgex-go/421@tmp/private_key_1442834629912565018.key) [2021-03-31T03:27:15.391Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:27:15.752Z] + git semver tag [2021-03-31T03:27:16.012Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T03:27:16.012Z] # $GIT_DIR = /w/workspace/edgex-go/421/.git [2021-03-31T03:27:16.012Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/421 [2021-03-31T03:27:16.012Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T03:27:16.012Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T03:27:16.012Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T03:27:16.012Z] # $SEMVER_BRANCH = master [2021-03-31T03:27:16.012Z] # $SEMVER_DIR = /w/workspace/edgex-go/421/.semver [2021-03-31T03:27:16.012Z] # 455f88eb7f104c981a27c2f244562def9f736fdb HEAD [2021-03-31T03:27:16.589Z] # -> Force: false [2021-03-31T03:27:16.589Z] # 5cb5349adb1f1c97aaa3e8b9ea8def6a248c61ad refs/tags/v2.0.0-dev.153 [Pipeline] } [2021-03-31T03:27:16.600Z] $ docker exec --env ******** --env ******** 9621aa549f7527d511cb18bc9e8a51d2c7c6252447373bd6b356fbe5aa9974cc ssh-agent -k [2021-03-31T03:27:16.721Z] unset SSH_AUTH_SOCK; [2021-03-31T03:27:16.722Z] unset SSH_AGENT_PID; [2021-03-31T03:27:16.722Z] echo Agent pid 16 killed; [2021-03-31T03:27:16.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:27:17.253Z] + git semver [Pipeline] } [2021-03-31T03:27:17.269Z] $ docker stop --time=1 9621aa549f7527d511cb18bc9e8a51d2c7c6252447373bd6b356fbe5aa9974cc [2021-03-31T03:27:18.646Z] $ docker rm -f 9621aa549f7527d511cb18bc9e8a51d2c7c6252447373bd6b356fbe5aa9974cc [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:27:19.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T03:27:19.274Z] [2021-03-31T03:27:19.274Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:27:19.627Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T03:27:19.627Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-31T03:27:19.627Z] ab5ef0e58194: Pulling fs layer [2021-03-31T03:27:19.627Z] 9712f1f96733: Pulling fs layer [2021-03-31T03:27:19.627Z] 63f879dbbcfc: Pulling fs layer [2021-03-31T03:27:19.627Z] 0d9ebad4ef96: Pulling fs layer [2021-03-31T03:27:19.627Z] e9a5061849ea: Pulling fs layer [2021-03-31T03:27:19.627Z] d747dcd14b5f: Pulling fs layer [2021-03-31T03:27:19.627Z] 2de7ff778b66: Pulling fs layer [2021-03-31T03:27:19.627Z] 0d9ebad4ef96: Waiting [2021-03-31T03:27:19.627Z] e9a5061849ea: Waiting [2021-03-31T03:27:19.627Z] d747dcd14b5f: Waiting [2021-03-31T03:27:19.627Z] 2de7ff778b66: Waiting [2021-03-31T03:27:19.627Z] 9712f1f96733: Verifying Checksum [2021-03-31T03:27:19.627Z] 9712f1f96733: Download complete [2021-03-31T03:27:21.546Z] 63f879dbbcfc: Verifying Checksum [2021-03-31T03:27:21.546Z] 63f879dbbcfc: Download complete [2021-03-31T03:27:21.808Z] e9a5061849ea: Verifying Checksum [2021-03-31T03:27:21.808Z] e9a5061849ea: Download complete [2021-03-31T03:27:21.808Z] d747dcd14b5f: Download complete [2021-03-31T03:27:22.069Z] 2de7ff778b66: Verifying Checksum [2021-03-31T03:27:22.069Z] 2de7ff778b66: Download complete [2021-03-31T03:27:22.330Z] 0d9ebad4ef96: Verifying Checksum [2021-03-31T03:27:22.330Z] 0d9ebad4ef96: Download complete [2021-03-31T03:27:22.590Z] ab5ef0e58194: Verifying Checksum [2021-03-31T03:27:22.590Z] ab5ef0e58194: Download complete [2021-03-31T03:27:26.808Z] ab5ef0e58194: Pull complete [2021-03-31T03:27:26.808Z] 9712f1f96733: Pull complete [2021-03-31T03:27:29.352Z] 63f879dbbcfc: Pull complete [2021-03-31T03:27:34.902Z] 0d9ebad4ef96: Pull complete [2021-03-31T03:27:37.455Z] e9a5061849ea: Pull complete [2021-03-31T03:27:37.455Z] d747dcd14b5f: Pull complete [2021-03-31T03:27:40.122Z] 2de7ff778b66: Pull complete [2021-03-31T03:27:40.122Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-31T03:27:40.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-31T03:27:40.122Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-31T03:27:40.307Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:27:40.350Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-31T03:27:43.434Z] $ docker top 487ddebfa3ac1240b79a15cb6d0dff471e080dc90c1f4747e447d5a988809c57 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-31T03:27:43.668Z] provisioning config files... [2021-03-31T03:27:43.683Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/421@tmp/config1995418576778618903tmp [2021-03-31T03:27:43.697Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/421@tmp/config87998321517582442tmp [2021-03-31T03:27:43.712Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/421@tmp/config2246792160532242187tmp [Pipeline] { [Pipeline] echo [2021-03-31T03:27:43.819Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:27:44.119Z] ---> sigul-configuration.sh [2021-03-31T03:27:44.119Z] gpg: directory `/root/.gnupg' created [2021-03-31T03:27:44.119Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-31T03:27:44.119Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-31T03:27:44.119Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-31T03:27:44.119Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-31T03:27:44.119Z] gpg: CAST5 encrypted data [2021-03-31T03:27:44.379Z] gpg: encrypted with 1 passphrase [2021-03-31T03:27:44.379Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-31T03:27:44.672Z] + mkdir /home/jenkins [2021-03-31T03:27:44.672Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-31T03:27:44.966Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-31T03:27:44.977Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:27:45.270Z] ---> sigul-install.sh [2021-03-31T03:27:51.860Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-31T03:27:52.186Z] + git tag --list [2021-03-31T03:27:52.186Z] 0.6.0 [2021-03-31T03:27:52.186Z] 0.6.1 [2021-03-31T03:27:52.186Z] 0.7.0 [2021-03-31T03:27:52.186Z] 0.7.1 [2021-03-31T03:27:52.186Z] v0.0.0 [2021-03-31T03:27:52.186Z] v0.0.1-dev.1 [2021-03-31T03:27:52.186Z] v1.0.0 [2021-03-31T03:27:52.186Z] v1.0.1 [2021-03-31T03:27:52.186Z] v1.1.0 [2021-03-31T03:27:52.186Z] v1.2.0 [2021-03-31T03:27:52.186Z] v1.2.1 [2021-03-31T03:27:52.186Z] v1.2.2-dev.1 [2021-03-31T03:27:52.186Z] v1.2.2-dev.10 [2021-03-31T03:27:52.186Z] v1.2.2-dev.100 [2021-03-31T03:27:52.186Z] v1.2.2-dev.101 [2021-03-31T03:27:52.186Z] v1.2.2-dev.102 [2021-03-31T03:27:52.186Z] v1.2.2-dev.103 [2021-03-31T03:27:52.186Z] v1.2.2-dev.104 [2021-03-31T03:27:52.186Z] v1.2.2-dev.105 [2021-03-31T03:27:52.186Z] v1.2.2-dev.106 [2021-03-31T03:27:52.186Z] v1.2.2-dev.107 [2021-03-31T03:27:52.186Z] v1.2.2-dev.11 [2021-03-31T03:27:52.186Z] v1.2.2-dev.12 [2021-03-31T03:27:52.186Z] v1.2.2-dev.13 [2021-03-31T03:27:52.186Z] v1.2.2-dev.14 [2021-03-31T03:27:52.186Z] v1.2.2-dev.15 [2021-03-31T03:27:52.186Z] v1.2.2-dev.16 [2021-03-31T03:27:52.186Z] v1.2.2-dev.17 [2021-03-31T03:27:52.186Z] v1.2.2-dev.18 [2021-03-31T03:27:52.186Z] v1.2.2-dev.19 [2021-03-31T03:27:52.186Z] v1.2.2-dev.2 [2021-03-31T03:27:52.186Z] v1.2.2-dev.20 [2021-03-31T03:27:52.186Z] v1.2.2-dev.21 [2021-03-31T03:27:52.186Z] v1.2.2-dev.22 [2021-03-31T03:27:52.186Z] v1.2.2-dev.23 [2021-03-31T03:27:52.186Z] v1.2.2-dev.24 [2021-03-31T03:27:52.186Z] v1.2.2-dev.25 [2021-03-31T03:27:52.186Z] v1.2.2-dev.26 [2021-03-31T03:27:52.186Z] v1.2.2-dev.27 [2021-03-31T03:27:52.186Z] v1.2.2-dev.28 [2021-03-31T03:27:52.186Z] v1.2.2-dev.29 [2021-03-31T03:27:52.186Z] v1.2.2-dev.3 [2021-03-31T03:27:52.186Z] v1.2.2-dev.30 [2021-03-31T03:27:52.186Z] v1.2.2-dev.31 [2021-03-31T03:27:52.186Z] v1.2.2-dev.32 [2021-03-31T03:27:52.186Z] v1.2.2-dev.33 [2021-03-31T03:27:52.186Z] v1.2.2-dev.34 [2021-03-31T03:27:52.186Z] v1.2.2-dev.35 [2021-03-31T03:27:52.186Z] v1.2.2-dev.36 [2021-03-31T03:27:52.186Z] v1.2.2-dev.37 [2021-03-31T03:27:52.186Z] v1.2.2-dev.38 [2021-03-31T03:27:52.186Z] v1.2.2-dev.39 [2021-03-31T03:27:52.186Z] v1.2.2-dev.4 [2021-03-31T03:27:52.186Z] v1.2.2-dev.40 [2021-03-31T03:27:52.186Z] v1.2.2-dev.41 [2021-03-31T03:27:52.186Z] v1.2.2-dev.42 [2021-03-31T03:27:52.186Z] v1.2.2-dev.43 [2021-03-31T03:27:52.187Z] v1.2.2-dev.44 [2021-03-31T03:27:52.187Z] v1.2.2-dev.45 [2021-03-31T03:27:52.187Z] v1.2.2-dev.46 [2021-03-31T03:27:52.187Z] v1.2.2-dev.47 [2021-03-31T03:27:52.187Z] v1.2.2-dev.48 [2021-03-31T03:27:52.187Z] v1.2.2-dev.49 [2021-03-31T03:27:52.187Z] v1.2.2-dev.5 [2021-03-31T03:27:52.187Z] v1.2.2-dev.50 [2021-03-31T03:27:52.187Z] v1.2.2-dev.51 [2021-03-31T03:27:52.187Z] v1.2.2-dev.52 [2021-03-31T03:27:52.187Z] v1.2.2-dev.53 [2021-03-31T03:27:52.187Z] v1.2.2-dev.54 [2021-03-31T03:27:52.187Z] v1.2.2-dev.55 [2021-03-31T03:27:52.187Z] v1.2.2-dev.56 [2021-03-31T03:27:52.187Z] v1.2.2-dev.57 [2021-03-31T03:27:52.187Z] v1.2.2-dev.58 [2021-03-31T03:27:52.187Z] v1.2.2-dev.59 [2021-03-31T03:27:52.187Z] v1.2.2-dev.6 [2021-03-31T03:27:52.187Z] v1.2.2-dev.60 [2021-03-31T03:27:52.187Z] v1.2.2-dev.61 [2021-03-31T03:27:52.187Z] v1.2.2-dev.62 [2021-03-31T03:27:52.187Z] v1.2.2-dev.63 [2021-03-31T03:27:52.187Z] v1.2.2-dev.64 [2021-03-31T03:27:52.187Z] v1.2.2-dev.65 [2021-03-31T03:27:52.187Z] v1.2.2-dev.66 [2021-03-31T03:27:52.187Z] v1.2.2-dev.67 [2021-03-31T03:27:52.187Z] v1.2.2-dev.68 [2021-03-31T03:27:52.187Z] v1.2.2-dev.69 [2021-03-31T03:27:52.187Z] v1.2.2-dev.7 [2021-03-31T03:27:52.187Z] v1.2.2-dev.70 [2021-03-31T03:27:52.187Z] v1.2.2-dev.71 [2021-03-31T03:27:52.187Z] v1.2.2-dev.72 [2021-03-31T03:27:52.187Z] v1.2.2-dev.73 [2021-03-31T03:27:52.187Z] v1.2.2-dev.74 [2021-03-31T03:27:52.187Z] v1.2.2-dev.75 [2021-03-31T03:27:52.187Z] v1.2.2-dev.76 [2021-03-31T03:27:52.187Z] v1.2.2-dev.77 [2021-03-31T03:27:52.187Z] v1.2.2-dev.78 [2021-03-31T03:27:52.187Z] v1.2.2-dev.79 [2021-03-31T03:27:52.187Z] v1.2.2-dev.8 [2021-03-31T03:27:52.187Z] v1.2.2-dev.80 [2021-03-31T03:27:52.187Z] v1.2.2-dev.81 [2021-03-31T03:27:52.187Z] v1.2.2-dev.82 [2021-03-31T03:27:52.187Z] v1.2.2-dev.83 [2021-03-31T03:27:52.187Z] v1.2.2-dev.84 [2021-03-31T03:27:52.187Z] v1.2.2-dev.85 [2021-03-31T03:27:52.187Z] v1.2.2-dev.86 [2021-03-31T03:27:52.187Z] v1.2.2-dev.87 [2021-03-31T03:27:52.187Z] v1.2.2-dev.88 [2021-03-31T03:27:52.187Z] v1.2.2-dev.89 [2021-03-31T03:27:52.187Z] v1.2.2-dev.9 [2021-03-31T03:27:52.187Z] v1.2.2-dev.90 [2021-03-31T03:27:52.187Z] v1.2.2-dev.91 [2021-03-31T03:27:52.187Z] v1.2.2-dev.92 [2021-03-31T03:27:52.187Z] v1.2.2-dev.93 [2021-03-31T03:27:52.187Z] v1.2.2-dev.94 [2021-03-31T03:27:52.187Z] v1.2.2-dev.95 [2021-03-31T03:27:52.187Z] v1.2.2-dev.96 [2021-03-31T03:27:52.187Z] v1.2.2-dev.97 [2021-03-31T03:27:52.187Z] v1.2.2-dev.98 [2021-03-31T03:27:52.187Z] v1.2.2-dev.99 [2021-03-31T03:27:52.187Z] v1.3.0 [2021-03-31T03:27:52.187Z] v1.3.1 [2021-03-31T03:27:52.187Z] v1.3.1-dev.1 [2021-03-31T03:27:52.187Z] v1.3.1-dev.10 [2021-03-31T03:27:52.187Z] v1.3.1-dev.11 [2021-03-31T03:27:52.187Z] v1.3.1-dev.12 [2021-03-31T03:27:52.187Z] v1.3.1-dev.13 [2021-03-31T03:27:52.187Z] v1.3.1-dev.14 [2021-03-31T03:27:52.187Z] v1.3.1-dev.15 [2021-03-31T03:27:52.187Z] v1.3.1-dev.16 [2021-03-31T03:27:52.187Z] v1.3.1-dev.17 [2021-03-31T03:27:52.187Z] v1.3.1-dev.18 [2021-03-31T03:27:52.187Z] v1.3.1-dev.2 [2021-03-31T03:27:52.187Z] v1.3.1-dev.3 [2021-03-31T03:27:52.187Z] v1.3.1-dev.4 [2021-03-31T03:27:52.187Z] v1.3.1-dev.5 [2021-03-31T03:27:52.187Z] v1.3.1-dev.6 [2021-03-31T03:27:52.187Z] v1.3.1-dev.7 [2021-03-31T03:27:52.187Z] v1.3.1-dev.8 [2021-03-31T03:27:52.187Z] v1.3.1-dev.9 [2021-03-31T03:27:52.187Z] v2.0.0-dev.1 [2021-03-31T03:27:52.187Z] v2.0.0-dev.10 [2021-03-31T03:27:52.187Z] v2.0.0-dev.100 [2021-03-31T03:27:52.187Z] v2.0.0-dev.101 [2021-03-31T03:27:52.187Z] v2.0.0-dev.102 [2021-03-31T03:27:52.187Z] v2.0.0-dev.103 [2021-03-31T03:27:52.187Z] v2.0.0-dev.104 [2021-03-31T03:27:52.187Z] v2.0.0-dev.105 [2021-03-31T03:27:52.187Z] v2.0.0-dev.106 [2021-03-31T03:27:52.187Z] v2.0.0-dev.107 [2021-03-31T03:27:52.187Z] v2.0.0-dev.108 [2021-03-31T03:27:52.187Z] v2.0.0-dev.109 [2021-03-31T03:27:52.187Z] v2.0.0-dev.11 [2021-03-31T03:27:52.187Z] v2.0.0-dev.110 [2021-03-31T03:27:52.187Z] v2.0.0-dev.111 [2021-03-31T03:27:52.187Z] v2.0.0-dev.112 [2021-03-31T03:27:52.187Z] v2.0.0-dev.113 [2021-03-31T03:27:52.187Z] v2.0.0-dev.114 [2021-03-31T03:27:52.187Z] v2.0.0-dev.115 [2021-03-31T03:27:52.187Z] v2.0.0-dev.116 [2021-03-31T03:27:52.187Z] v2.0.0-dev.117 [2021-03-31T03:27:52.187Z] v2.0.0-dev.118 [2021-03-31T03:27:52.187Z] v2.0.0-dev.119 [2021-03-31T03:27:52.187Z] v2.0.0-dev.12 [2021-03-31T03:27:52.187Z] v2.0.0-dev.120 [2021-03-31T03:27:52.187Z] v2.0.0-dev.121 [2021-03-31T03:27:52.187Z] v2.0.0-dev.122 [2021-03-31T03:27:52.187Z] v2.0.0-dev.123 [2021-03-31T03:27:52.187Z] v2.0.0-dev.124 [2021-03-31T03:27:52.187Z] v2.0.0-dev.125 [2021-03-31T03:27:52.187Z] v2.0.0-dev.126 [2021-03-31T03:27:52.187Z] v2.0.0-dev.127 [2021-03-31T03:27:52.187Z] v2.0.0-dev.128 [2021-03-31T03:27:52.187Z] v2.0.0-dev.129 [2021-03-31T03:27:52.187Z] v2.0.0-dev.13 [2021-03-31T03:27:52.187Z] v2.0.0-dev.130 [2021-03-31T03:27:52.187Z] v2.0.0-dev.131 [2021-03-31T03:27:52.187Z] v2.0.0-dev.132 [2021-03-31T03:27:52.187Z] v2.0.0-dev.133 [2021-03-31T03:27:52.187Z] v2.0.0-dev.134 [2021-03-31T03:27:52.187Z] v2.0.0-dev.135 [2021-03-31T03:27:52.187Z] v2.0.0-dev.136 [2021-03-31T03:27:52.187Z] v2.0.0-dev.137 [2021-03-31T03:27:52.187Z] v2.0.0-dev.138 [2021-03-31T03:27:52.187Z] v2.0.0-dev.139 [2021-03-31T03:27:52.187Z] v2.0.0-dev.14 [2021-03-31T03:27:52.187Z] v2.0.0-dev.140 [2021-03-31T03:27:52.187Z] v2.0.0-dev.141 [2021-03-31T03:27:52.187Z] v2.0.0-dev.142 [2021-03-31T03:27:52.187Z] v2.0.0-dev.143 [2021-03-31T03:27:52.187Z] v2.0.0-dev.144 [2021-03-31T03:27:52.187Z] v2.0.0-dev.145 [2021-03-31T03:27:52.187Z] v2.0.0-dev.146 [2021-03-31T03:27:52.187Z] v2.0.0-dev.147 [2021-03-31T03:27:52.187Z] v2.0.0-dev.148 [2021-03-31T03:27:52.187Z] v2.0.0-dev.149 [2021-03-31T03:27:52.187Z] v2.0.0-dev.15 [2021-03-31T03:27:52.187Z] v2.0.0-dev.150 [2021-03-31T03:27:52.187Z] v2.0.0-dev.151 [2021-03-31T03:27:52.187Z] v2.0.0-dev.152 [2021-03-31T03:27:52.187Z] v2.0.0-dev.153 [2021-03-31T03:27:52.187Z] v2.0.0-dev.16 [2021-03-31T03:27:52.187Z] v2.0.0-dev.17 [2021-03-31T03:27:52.187Z] v2.0.0-dev.18 [2021-03-31T03:27:52.187Z] v2.0.0-dev.19 [2021-03-31T03:27:52.187Z] v2.0.0-dev.2 [2021-03-31T03:27:52.187Z] v2.0.0-dev.20 [2021-03-31T03:27:52.187Z] v2.0.0-dev.21 [2021-03-31T03:27:52.187Z] v2.0.0-dev.22 [2021-03-31T03:27:52.187Z] v2.0.0-dev.23 [2021-03-31T03:27:52.187Z] v2.0.0-dev.24 [2021-03-31T03:27:52.187Z] v2.0.0-dev.25 [2021-03-31T03:27:52.187Z] v2.0.0-dev.26 [2021-03-31T03:27:52.187Z] v2.0.0-dev.27 [2021-03-31T03:27:52.187Z] v2.0.0-dev.28 [2021-03-31T03:27:52.187Z] v2.0.0-dev.29 [2021-03-31T03:27:52.187Z] v2.0.0-dev.3 [2021-03-31T03:27:52.187Z] v2.0.0-dev.30 [2021-03-31T03:27:52.187Z] v2.0.0-dev.31 [2021-03-31T03:27:52.187Z] v2.0.0-dev.32 [2021-03-31T03:27:52.187Z] v2.0.0-dev.33 [2021-03-31T03:27:52.187Z] v2.0.0-dev.34 [2021-03-31T03:27:52.187Z] v2.0.0-dev.35 [2021-03-31T03:27:52.187Z] v2.0.0-dev.36 [2021-03-31T03:27:52.187Z] v2.0.0-dev.37 [2021-03-31T03:27:52.187Z] v2.0.0-dev.38 [2021-03-31T03:27:52.187Z] v2.0.0-dev.39 [2021-03-31T03:27:52.187Z] v2.0.0-dev.4 [2021-03-31T03:27:52.187Z] v2.0.0-dev.40 [2021-03-31T03:27:52.187Z] v2.0.0-dev.41 [2021-03-31T03:27:52.187Z] v2.0.0-dev.42 [2021-03-31T03:27:52.187Z] v2.0.0-dev.43 [2021-03-31T03:27:52.187Z] v2.0.0-dev.44 [2021-03-31T03:27:52.187Z] v2.0.0-dev.45 [2021-03-31T03:27:52.187Z] v2.0.0-dev.46 [2021-03-31T03:27:52.187Z] v2.0.0-dev.47 [2021-03-31T03:27:52.187Z] v2.0.0-dev.48 [2021-03-31T03:27:52.187Z] v2.0.0-dev.49 [2021-03-31T03:27:52.187Z] v2.0.0-dev.5 [2021-03-31T03:27:52.187Z] v2.0.0-dev.50 [2021-03-31T03:27:52.187Z] v2.0.0-dev.51 [2021-03-31T03:27:52.187Z] v2.0.0-dev.52 [2021-03-31T03:27:52.187Z] v2.0.0-dev.53 [2021-03-31T03:27:52.187Z] v2.0.0-dev.54 [2021-03-31T03:27:52.187Z] v2.0.0-dev.55 [2021-03-31T03:27:52.187Z] v2.0.0-dev.56 [2021-03-31T03:27:52.187Z] v2.0.0-dev.57 [2021-03-31T03:27:52.187Z] v2.0.0-dev.58 [2021-03-31T03:27:52.187Z] v2.0.0-dev.59 [2021-03-31T03:27:52.187Z] v2.0.0-dev.6 [2021-03-31T03:27:52.187Z] v2.0.0-dev.60 [2021-03-31T03:27:52.187Z] v2.0.0-dev.61 [2021-03-31T03:27:52.187Z] v2.0.0-dev.62 [2021-03-31T03:27:52.187Z] v2.0.0-dev.63 [2021-03-31T03:27:52.187Z] v2.0.0-dev.64 [2021-03-31T03:27:52.187Z] v2.0.0-dev.65 [2021-03-31T03:27:52.187Z] v2.0.0-dev.66 [2021-03-31T03:27:52.187Z] v2.0.0-dev.67 [2021-03-31T03:27:52.187Z] v2.0.0-dev.68 [2021-03-31T03:27:52.187Z] v2.0.0-dev.69 [2021-03-31T03:27:52.187Z] v2.0.0-dev.7 [2021-03-31T03:27:52.187Z] v2.0.0-dev.70 [2021-03-31T03:27:52.187Z] v2.0.0-dev.71 [2021-03-31T03:27:52.187Z] v2.0.0-dev.72 [2021-03-31T03:27:52.187Z] v2.0.0-dev.73 [2021-03-31T03:27:52.187Z] v2.0.0-dev.74 [2021-03-31T03:27:52.187Z] v2.0.0-dev.75 [2021-03-31T03:27:52.187Z] v2.0.0-dev.76 [2021-03-31T03:27:52.187Z] v2.0.0-dev.77 [2021-03-31T03:27:52.187Z] v2.0.0-dev.78 [2021-03-31T03:27:52.187Z] v2.0.0-dev.79 [2021-03-31T03:27:52.187Z] v2.0.0-dev.8 [2021-03-31T03:27:52.187Z] v2.0.0-dev.80 [2021-03-31T03:27:52.187Z] v2.0.0-dev.81 [2021-03-31T03:27:52.187Z] v2.0.0-dev.82 [2021-03-31T03:27:52.187Z] v2.0.0-dev.83 [2021-03-31T03:27:52.187Z] v2.0.0-dev.84 [2021-03-31T03:27:52.187Z] v2.0.0-dev.85 [2021-03-31T03:27:52.187Z] v2.0.0-dev.86 [2021-03-31T03:27:52.187Z] v2.0.0-dev.87 [2021-03-31T03:27:52.187Z] v2.0.0-dev.88 [2021-03-31T03:27:52.187Z] v2.0.0-dev.89 [2021-03-31T03:27:52.187Z] v2.0.0-dev.9 [2021-03-31T03:27:52.187Z] v2.0.0-dev.90 [2021-03-31T03:27:52.187Z] v2.0.0-dev.91 [2021-03-31T03:27:52.187Z] v2.0.0-dev.92 [2021-03-31T03:27:52.187Z] v2.0.0-dev.93 [2021-03-31T03:27:52.187Z] v2.0.0-dev.94 [2021-03-31T03:27:52.187Z] v2.0.0-dev.95 [2021-03-31T03:27:52.187Z] v2.0.0-dev.96 [2021-03-31T03:27:52.187Z] v2.0.0-dev.97 [2021-03-31T03:27:52.187Z] v2.0.0-dev.98 [2021-03-31T03:27:52.187Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-31T03:27:52.484Z] + lftools sign git-tag v2.0.0-dev.153 [2021-03-31T03:27:53.425Z] Signing Git tag with Sigul... [2021-03-31T03:27:53.425Z] Signing v2.0.0-dev.153 [Pipeline] echo [2021-03-31T03:27:54.816Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:27:55.118Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-31T03:27:55.128Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-31T03:27:55.231Z] $ docker stop --time=1 487ddebfa3ac1240b79a15cb6d0dff471e080dc90c1f4747e447d5a988809c57 [2021-03-31T03:27:57.123Z] $ docker rm -f 487ddebfa3ac1240b79a15cb6d0dff471e080dc90c1f4747e447d5a988809c57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:27:57.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:27:57.987Z] . [Pipeline] withDockerContainer [2021-03-31T03:27:58.087Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:27:58.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T03:27:58.814Z] $ docker top f363244eb452da3a328bd6eade154622babd17c94964a9ca3b433f0a152bd2a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T03:27:59.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:27:59.124Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:27:59.319Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:27:59.322Z] $ docker exec f363244eb452da3a328bd6eade154622babd17c94964a9ca3b433f0a152bd2a5 ssh-agent [2021-03-31T03:27:59.495Z] SSH_AUTH_SOCK=/tmp/ssh-sDiZDkXLorCM/agent.12 [2021-03-31T03:27:59.495Z] SSH_AGENT_PID=17 [2021-03-31T03:27:59.501Z] Running ssh-add (command line suppressed) [2021-03-31T03:27:59.629Z] Identity added: /w/workspace/edgex-go/421@tmp/private_key_8197848739878431378.key (/w/workspace/edgex-go/421@tmp/private_key_8197848739878431378.key) [2021-03-31T03:27:59.690Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:28:00.022Z] + git semver bump pre [2021-03-31T03:28:00.022Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T03:28:00.022Z] # $GIT_DIR = /w/workspace/edgex-go/421/.git [2021-03-31T03:28:00.022Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/421 [2021-03-31T03:28:00.022Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T03:28:00.022Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T03:28:00.022Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T03:28:00.022Z] # $SEMVER_BRANCH = master [2021-03-31T03:28:00.022Z] # $SEMVER_DIR = /w/workspace/edgex-go/421/.semver [2021-03-31T03:28:00.022Z] 2.0.0-dev.154 [Pipeline] } [2021-03-31T03:28:00.033Z] $ docker exec --env ******** --env ******** f363244eb452da3a328bd6eade154622babd17c94964a9ca3b433f0a152bd2a5 ssh-agent -k [2021-03-31T03:28:00.149Z] unset SSH_AUTH_SOCK; [2021-03-31T03:28:00.149Z] unset SSH_AGENT_PID; [2021-03-31T03:28:00.149Z] echo Agent pid 17 killed; [2021-03-31T03:28:00.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:28:00.802Z] + git semver [Pipeline] } [2021-03-31T03:28:00.817Z] $ docker stop --time=1 f363244eb452da3a328bd6eade154622babd17c94964a9ca3b433f0a152bd2a5 [2021-03-31T03:28:02.185Z] $ docker rm -f f363244eb452da3a328bd6eade154622babd17c94964a9ca3b433f0a152bd2a5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:28:02.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T03:28:02.720Z] . [Pipeline] withDockerContainer [2021-03-31T03:28:02.822Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:28:02.873Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T03:28:03.492Z] $ docker top a2053bfd784ea39bf890fdff68cc0943b883b58d9e6c7e7ea0edd1b364e571f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T03:28:03.814Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T03:28:03.814Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T03:28:04.000Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T03:28:04.004Z] $ docker exec a2053bfd784ea39bf890fdff68cc0943b883b58d9e6c7e7ea0edd1b364e571f8 ssh-agent [2021-03-31T03:28:04.182Z] SSH_AUTH_SOCK=/tmp/ssh-KZkEIHD5w8ZH/agent.12 [2021-03-31T03:28:04.182Z] SSH_AGENT_PID=18 [2021-03-31T03:28:04.189Z] Running ssh-add (command line suppressed) [2021-03-31T03:28:04.313Z] Identity added: /w/workspace/edgex-go/421@tmp/private_key_5221258708908704265.key (/w/workspace/edgex-go/421@tmp/private_key_5221258708908704265.key) [2021-03-31T03:28:04.373Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T03:28:04.965Z] + git semver push [2021-03-31T03:28:04.965Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T03:28:04.965Z] # $GIT_DIR = /w/workspace/edgex-go/421/.git [2021-03-31T03:28:04.965Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/421 [2021-03-31T03:28:04.965Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T03:28:04.965Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T03:28:04.965Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T03:28:04.965Z] # $SEMVER_BRANCH = master [2021-03-31T03:28:04.965Z] # $SEMVER_DIR = /w/workspace/edgex-go/421/.semver [Pipeline] } [2021-03-31T03:28:13.352Z] $ docker exec --env ******** --env ******** a2053bfd784ea39bf890fdff68cc0943b883b58d9e6c7e7ea0edd1b364e571f8 ssh-agent -k [2021-03-31T03:28:13.514Z] unset SSH_AUTH_SOCK; [2021-03-31T03:28:13.514Z] unset SSH_AGENT_PID; [2021-03-31T03:28:13.514Z] echo Agent pid 18 killed; [2021-03-31T03:28:13.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T03:28:14.090Z] + git semver [Pipeline] } [2021-03-31T03:28:14.116Z] $ docker stop --time=1 a2053bfd784ea39bf890fdff68cc0943b883b58d9e6c7e7ea0edd1b364e571f8 [2021-03-31T03:28:15.469Z] $ docker rm -f a2053bfd784ea39bf890fdff68cc0943b883b58d9e6c7e7ea0edd1b364e571f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:28:16.983Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:28:17.871Z] ---> package-listing.sh [2021-03-31T03:28:17.871Z] ++ facter osfamily [2021-03-31T03:28:17.871Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T03:28:17.871Z] + OS_FAMILY=redhat [2021-03-31T03:28:17.871Z] + workspace=/w/workspace/edgex-go/421 [2021-03-31T03:28:17.871Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T03:28:17.871Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T03:28:17.871Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T03:28:17.871Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T03:28:17.871Z] + '[' /w/workspace/edgex-go/421 ']' [2021-03-31T03:28:17.871Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T03:28:17.871Z] + case "${OS_FAMILY}" in [2021-03-31T03:28:17.871Z] + rpm -qa [2021-03-31T03:28:17.871Z] + sort [2021-03-31T03:28:23.169Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T03:28:23.169Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T03:28:23.169Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T03:28:23.169Z] + '[' /w/workspace/edgex-go/421 ']' [2021-03-31T03:28:23.169Z] + mkdir -p /w/workspace/edgex-go/421/archives/ [2021-03-31T03:28:23.169Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/421/archives/ [Pipeline] echo [2021-03-31T03:28:23.182Z] 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/421/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T03:28:23.468Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:28:23.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:28:23.771Z] [2021-03-31T03:28:23.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T03:28:24.110Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:28:24.110Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T03:28:24.110Z] df20fa9351a1: Pulling fs layer [2021-03-31T03:28:24.110Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T03:28:24.110Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T03:28:24.110Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T03:28:24.110Z] 93b61091891f: Pulling fs layer [2021-03-31T03:28:24.110Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T03:28:24.110Z] 5e14af77c1be: Pulling fs layer [2021-03-31T03:28:24.110Z] 01666e4c0597: Pulling fs layer [2021-03-31T03:28:24.110Z] aa168da1d23b: Pulling fs layer [2021-03-31T03:28:24.110Z] 93b9cdb0e59b: Waiting [2021-03-31T03:28:24.110Z] 5e14af77c1be: Waiting [2021-03-31T03:28:24.110Z] 01666e4c0597: Waiting [2021-03-31T03:28:24.110Z] aa168da1d23b: Waiting [2021-03-31T03:28:24.110Z] 46f8f816bc3b: Waiting [2021-03-31T03:28:24.110Z] 93b61091891f: Waiting [2021-03-31T03:28:24.110Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T03:28:24.110Z] 36b3adc4ff6f: Download complete [2021-03-31T03:28:24.110Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T03:28:24.110Z] 46f8f816bc3b: Download complete [2021-03-31T03:28:24.371Z] df20fa9351a1: Verifying Checksum [2021-03-31T03:28:24.371Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T03:28:24.371Z] 93b9cdb0e59b: Download complete [2021-03-31T03:28:24.371Z] 93b61091891f: Download complete [2021-03-31T03:28:24.371Z] 5e14af77c1be: Verifying Checksum [2021-03-31T03:28:24.371Z] 5e14af77c1be: Download complete [2021-03-31T03:28:24.371Z] 01666e4c0597: Verifying Checksum [2021-03-31T03:28:24.371Z] 01666e4c0597: Download complete [2021-03-31T03:28:24.371Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T03:28:24.371Z] 8ad3a11d3b57: Download complete [2021-03-31T03:28:24.632Z] df20fa9351a1: Pull complete [2021-03-31T03:28:24.900Z] 36b3adc4ff6f: Pull complete [2021-03-31T03:28:26.820Z] 8ad3a11d3b57: Pull complete [2021-03-31T03:28:26.820Z] aa168da1d23b: Verifying Checksum [2021-03-31T03:28:26.820Z] aa168da1d23b: Download complete [2021-03-31T03:28:26.820Z] 46f8f816bc3b: Pull complete [2021-03-31T03:28:27.391Z] 93b61091891f: Pull complete [2021-03-31T03:28:27.391Z] 93b9cdb0e59b: Pull complete [2021-03-31T03:28:27.391Z] 5e14af77c1be: Pull complete [2021-03-31T03:28:27.654Z] 01666e4c0597: Pull complete [2021-03-31T03:28:34.293Z] aa168da1d23b: Pull complete [2021-03-31T03:28:34.293Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T03:28:34.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T03:28:34.293Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T03:28:34.751Z] prd-centos7-docker-4c-2g-32177 does not seem to be running inside a container [2021-03-31T03:28:34.794Z] $ 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/421/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/421 -v /w/workspace/edgex-go/421:/w/workspace/edgex-go/421:rw,z -v /w/workspace/edgex-go/421@tmp:/w/workspace/edgex-go/421@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T03:28:37.186Z] $ docker top 26705079d867aa8bd5dc18d0871b124e8737c70826ec499e28bd80ffc2dcf94e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T03:28:37.680Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T03:28:37.981Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T03:28:38.275Z] + ls /var/log/sa-host [2021-03-31T03:28:38.276Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T03:28:38.276Z] file_magic: OK [2021-03-31T03:28:38.276Z] HZ: Using current value: 100 [2021-03-31T03:28:38.276Z] file_header: OK [2021-03-31T03:28:38.276Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T03:28:38.276Z] Statistics: [2021-03-31T03:28:38.276Z] Hnuu...uuuununununu... [2021-03-31T03:28:38.276Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T03:28:38.276Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T03:28:38.276Z] file_magic: OK [2021-03-31T03:28:38.276Z] HZ: Using current value: 100 [2021-03-31T03:28:38.276Z] file_header: OK [2021-03-31T03:28:38.276Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-31T03:28:38.276Z] Statistics: [2021-03-31T03:28:38.276Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T03:28:38.276Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T03:28:38.944Z] provisioning config files... [2021-03-31T03:28:38.959Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/421@tmp/config2434037169572395197tmp [Pipeline] { [Pipeline] echo [2021-03-31T03:28:39.038Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:28:39.345Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T03:28:39.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T03:28:39.446Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:28:39.737Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T03:28:39.748Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:28:40.040Z] ---> sudo-logs.sh [2021-03-31T03:28:40.040Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T03:28:40.106Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:28:40.398Z] ---> job-cost.sh [2021-03-31T03:28:40.398Z] lf-activate-venv: SKIPPING [2021-03-31T03:28:40.398Z] DEBUG: total: 0.20999999344348907 [2021-03-31T03:28:40.398Z] INFO: Retrieving Stack Cost... [2021-03-31T03:28:41.782Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T03:28:42.042Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T03:28:42.054Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T03:28:42.343Z] ---> logs-deploy.sh [2021-03-31T03:28:42.343Z] lf-activate-venv: SKIPPING [2021-03-31T03:28:42.343Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/421 [2021-03-31T03:28:42.343Z] INFO: archiving workspace using pattern(s): [2021-03-31T03:28:43.723Z] Archives upload complete. [2021-03-31T03:28:43.723Z] INFO: archiving logs to Nexus