Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5fbc40a6d599e39a91f6678812b3f73148dc0647 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33536 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/436 [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/436 # 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 5fbc40a6d599e39a91f6678812b3f73148dc0647 (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 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 Commit message: "Merge pull request #3349 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.32" > git rev-list --no-walk 70f8294db2ac5d1dfad06269a25d1e18b30c47e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-10T03:01:08.010Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-10T03:01:08.278Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-10T03:01:08.394Z] ========================================================= [2021-04-10T03:01:08.394Z] EdgeX Global Pipelines Version Info [2021-04-10T03:01:08.394Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:01:09.959Z] ------------------- [2021-04-10T03:01:09.960Z] stable info: [2021-04-10T03:01:09.960Z] ------------------- [2021-04-10T03:01:09.960Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-10T03:01:09.960Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-10T03:01:09.960Z] Message: update stable to v1.0.186 [2021-04-10T03:01:10.908Z] ------------------- [2021-04-10T03:01:10.908Z] experimental info: [2021-04-10T03:01:10.908Z] ------------------- [2021-04-10T03:01:10.908Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-10T03:01:10.908Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-10T03:01:10.908Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-10T03:01:11.182Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-10T03:01:11.269Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-10T03:01:11.359Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-10T03:01:11.442Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-10T03:01:11.528Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-10T03:01:11.614Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-10T03:01:11.702Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-10T03:01:11.849Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-10T03:01:11.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-10T03:01:12.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-10T03:01:12.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-10T03:01:12.228Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-10T03:01:12.320Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-10T03:01:12.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-10T03:01:12.523Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-10T03:01:12.608Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-10T03:01:12.701Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-10T03:01:12.787Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-10T03:01:12.873Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-10T03:01:12.971Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-10T03:01:13.070Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-10T03:01:13.159Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-10T03:01:13.246Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-10T03:01:13.368Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-10T03:01:13.458Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-10T03:01:13.543Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] echo [2021-04-10T03:01:13.638Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5fbc40a [Pipeline] echo [2021-04-10T03:01:13.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T03:01:13.979Z] provisioning config files... [2021-04-10T03:01:14.009Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config5955541211969107169tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:01:14.361Z] ---> docker-login.sh [2021-04-10T03:01:14.361Z] nexus3.edgexfoundry.org:10001 [2021-04-10T03:01:14.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:01:14.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:01:14.623Z] Configure a credential helper to remove this warning. See [2021-04-10T03:01:14.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:01:14.623Z] [2021-04-10T03:01:14.623Z] Login Succeeded [2021-04-10T03:01:14.623Z] nexus3.edgexfoundry.org:10002 [2021-04-10T03:01:14.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:01:14.884Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:01:14.884Z] Configure a credential helper to remove this warning. See [2021-04-10T03:01:14.884Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:01:14.884Z] [2021-04-10T03:01:14.884Z] Login Succeeded [2021-04-10T03:01:14.884Z] nexus3.edgexfoundry.org:10003 [2021-04-10T03:01:14.884Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:01:15.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:01:15.147Z] Configure a credential helper to remove this warning. See [2021-04-10T03:01:15.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:01:15.147Z] [2021-04-10T03:01:15.147Z] Login Succeeded [2021-04-10T03:01:15.147Z] nexus3.edgexfoundry.org:10004 [2021-04-10T03:01:15.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:01:15.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:01:15.147Z] Configure a credential helper to remove this warning. See [2021-04-10T03:01:15.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:01:15.147Z] [2021-04-10T03:01:15.147Z] Login Succeeded [2021-04-10T03:01:15.147Z] docker.io [2021-04-10T03:01:15.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:01:15.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:01:15.670Z] Configure a credential helper to remove this warning. See [2021-04-10T03:01:15.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:01:15.670Z] [2021-04-10T03:01:15.670Z] Login Succeeded [2021-04-10T03:01:15.670Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T03:01:15.680Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T03:01:16.195Z] ++ 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-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/core-command/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/core-data/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-10T03:01:16.195Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-10T03:01:16.195Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-10T03:01:16.195Z] ++ cut -d/ -f2 [2021-04-10T03:01:16.195Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-10T03:01:16.263Z] 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-04-10T03:01:17.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:01:17.836Z] [2021-04-10T03:01:17.836Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:01:18.182Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:01:18.182Z] latest: Pulling from edgex-devops/git-semver [2021-04-10T03:01:18.182Z] 31603596830f: Pulling fs layer [2021-04-10T03:01:18.182Z] 2a8b12db71e7: Pulling fs layer [2021-04-10T03:01:18.182Z] 6ca5941a6612: Pulling fs layer [2021-04-10T03:01:18.182Z] ecc8261a40a4: Pulling fs layer [2021-04-10T03:01:18.182Z] ecc8261a40a4: Waiting [2021-04-10T03:01:18.182Z] 2a8b12db71e7: Download complete [2021-04-10T03:01:18.445Z] 31603596830f: Verifying Checksum [2021-04-10T03:01:18.445Z] 31603596830f: Download complete [2021-04-10T03:01:18.445Z] 6ca5941a6612: Verifying Checksum [2021-04-10T03:01:18.445Z] 6ca5941a6612: Download complete [2021-04-10T03:01:18.445Z] ecc8261a40a4: Verifying Checksum [2021-04-10T03:01:18.445Z] ecc8261a40a4: Download complete [2021-04-10T03:01:18.707Z] 31603596830f: Pull complete [2021-04-10T03:01:18.707Z] 2a8b12db71e7: Pull complete [2021-04-10T03:01:19.663Z] 6ca5941a6612: Pull complete [2021-04-10T03:01:19.924Z] ecc8261a40a4: Pull complete [2021-04-10T03:01:19.924Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-10T03:01:19.924Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:01:19.924Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-10T03:01:20.027Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:01:20.080Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-10T03:01:22.684Z] $ docker top ba79ac110794cea15c788c20ae839ceaff8ccfcb7f2297c8a3f44051df04d532 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-10T03:01:22.974Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T03:01:22.975Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T03:01:23.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T03:01:23.194Z] $ docker exec ba79ac110794cea15c788c20ae839ceaff8ccfcb7f2297c8a3f44051df04d532 ssh-agent [2021-04-10T03:01:23.372Z] SSH_AUTH_SOCK=/tmp/ssh-J9YyXhc3QZFW/agent.12 [2021-04-10T03:01:23.372Z] SSH_AGENT_PID=17 [2021-04-10T03:01:23.389Z] Running ssh-add (command line suppressed) [2021-04-10T03:01:23.508Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_6676154321214692765.key (/w/workspace/edgex-go/436@tmp/private_key_6676154321214692765.key) [2021-04-10T03:01:23.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T03:01:23.891Z] + git tag --points-at HEAD [Pipeline] } [2021-04-10T03:01:23.916Z] $ docker exec --env ******** --env ******** ba79ac110794cea15c788c20ae839ceaff8ccfcb7f2297c8a3f44051df04d532 ssh-agent -k [2021-04-10T03:01:24.038Z] unset SSH_AUTH_SOCK; [2021-04-10T03:01:24.039Z] unset SSH_AGENT_PID; [2021-04-10T03:01:24.039Z] echo Agent pid 17 killed; [2021-04-10T03:01:24.094Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-10T03:01:24.222Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T03:01:24.222Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T03:01:24.382Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T03:01:24.386Z] $ docker exec ba79ac110794cea15c788c20ae839ceaff8ccfcb7f2297c8a3f44051df04d532 ssh-agent [2021-04-10T03:01:24.538Z] SSH_AUTH_SOCK=/tmp/ssh-bG6cGefj3Om6/agent.46 [2021-04-10T03:01:24.538Z] SSH_AGENT_PID=52 [2021-04-10T03:01:24.545Z] Running ssh-add (command line suppressed) [2021-04-10T03:01:24.661Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_6045622025799413362.key (/w/workspace/edgex-go/436@tmp/private_key_6045622025799413362.key) [2021-04-10T03:01:24.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T03:01:25.039Z] + git semver init [2021-04-10T03:01:25.039Z] # -> Open(): unable to determine branch for HEAD [2021-04-10T03:01:25.039Z] # $GIT_DIR = /w/workspace/edgex-go/436/.git [2021-04-10T03:01:25.039Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/436 [2021-04-10T03:01:25.039Z] # $SEMVER_REMOTE_NAME = origin [2021-04-10T03:01:25.039Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-10T03:01:25.039Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-10T03:01:25.039Z] # $SEMVER_BRANCH = master [2021-04-10T03:01:25.039Z] # $SEMVER_TEMP = /tmp/semver-338512758 [2021-04-10T03:01:25.039Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-10T03:01:43.229Z] # '/tmp/semver-338512758' -> '/w/workspace/edgex-go/436/.semver' [2021-04-10T03:01:43.229Z] # -> Force: false [2021-04-10T03:01:43.229Z] # $SEMVER_DIR = /w/workspace/edgex-go/436/.semver [Pipeline] } [2021-04-10T03:01:43.243Z] $ docker exec --env ******** --env ******** ba79ac110794cea15c788c20ae839ceaff8ccfcb7f2297c8a3f44051df04d532 ssh-agent -k [2021-04-10T03:01:43.421Z] unset SSH_AUTH_SOCK; [2021-04-10T03:01:43.421Z] unset SSH_AGENT_PID; [2021-04-10T03:01:43.421Z] echo Agent pid 52 killed; [2021-04-10T03:01:43.478Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T03:01:43.975Z] + git semver [Pipeline] } [2021-04-10T03:01:43.995Z] $ docker stop --time=1 ba79ac110794cea15c788c20ae839ceaff8ccfcb7f2297c8a3f44051df04d532 [2021-04-10T03:01:45.638Z] $ docker rm -f ba79ac110794cea15c788c20ae839ceaff8ccfcb7f2297c8a3f44051df04d532 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T03:01:46.166Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-10T03:01:46.679Z] Stashed 1 file(s) [Pipeline] echo [2021-04-10T03:01:46.683Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.168 [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-04-10T03:01:47.566Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-10T03:01:47.862Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-10T03:01:48.157Z] + sudo service docker restart [2021-04-10T03:01:48.157Z] + true [2021-04-10T03:01:48.157Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-10T03:01:48.744Z] ========================================================= [2021-04-10T03:01:48.744Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-10T03:01:48.744Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:01:49.080Z] + 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-04-10T03:01:54.396Z] Sending build context to Docker daemon 329.3MB [2021-04-10T03:01:54.396Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T03:01:54.396Z] Step 2/6 : FROM ${BASE} [2021-04-10T03:01:54.396Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-10T03:01:54.396Z] 188c0c94c7c5: Pulling fs layer [2021-04-10T03:01:54.396Z] 0ef7d3d256c8: Pulling fs layer [2021-04-10T03:01:54.396Z] de9db76c5a1d: Pulling fs layer [2021-04-10T03:01:54.396Z] bca2f99d35d6: Pulling fs layer [2021-04-10T03:01:54.396Z] 93359f2a8cfa: Pulling fs layer [2021-04-10T03:01:54.396Z] 7c6f9722023f: Pulling fs layer [2021-04-10T03:01:54.396Z] a35cf1a2eb13: Pulling fs layer [2021-04-10T03:01:54.396Z] 93359f2a8cfa: Waiting [2021-04-10T03:01:54.396Z] 7c6f9722023f: Waiting [2021-04-10T03:01:54.396Z] a35cf1a2eb13: Waiting [2021-04-10T03:01:54.396Z] bca2f99d35d6: Waiting [2021-04-10T03:01:54.396Z] de9db76c5a1d: Verifying Checksum [2021-04-10T03:01:54.396Z] de9db76c5a1d: Download complete [2021-04-10T03:01:54.396Z] 0ef7d3d256c8: Download complete [2021-04-10T03:01:54.396Z] 93359f2a8cfa: Verifying Checksum [2021-04-10T03:01:54.396Z] 93359f2a8cfa: Download complete [2021-04-10T03:01:54.396Z] 7c6f9722023f: Verifying Checksum [2021-04-10T03:01:54.396Z] 7c6f9722023f: Download complete [2021-04-10T03:01:54.396Z] 188c0c94c7c5: Verifying Checksum [2021-04-10T03:01:54.396Z] 188c0c94c7c5: Download complete [2021-04-10T03:01:54.977Z] 188c0c94c7c5: Pull complete [2021-04-10T03:01:54.977Z] 0ef7d3d256c8: Pull complete [2021-04-10T03:01:55.246Z] de9db76c5a1d: Pull complete [2021-04-10T03:01:56.641Z] bca2f99d35d6: Verifying Checksum [2021-04-10T03:01:56.641Z] bca2f99d35d6: Download complete [2021-04-10T03:01:56.641Z] a35cf1a2eb13: Verifying Checksum [2021-04-10T03:01:56.641Z] a35cf1a2eb13: Download complete [2021-04-10T03:02:01.972Z] bca2f99d35d6: Pull complete [2021-04-10T03:02:01.972Z] 93359f2a8cfa: Pull complete [2021-04-10T03:02:01.972Z] 7c6f9722023f: Pull complete [2021-04-10T03:02:02.045Z] Still waiting to schedule task [2021-04-10T03:02:02.045Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline [2021-04-10T03:02:06.194Z] a35cf1a2eb13: Pull complete [2021-04-10T03:02:06.195Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-10T03:02:06.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-10T03:02:06.195Z] ---> a62c8e92a672 [2021-04-10T03:02:06.195Z] 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-04-10T03:02:06.195Z] ---> Running in b87945810a13 [2021-04-10T03:02:06.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:02:06.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:02:07.337Z] (1/12) Installing libmagic (5.38-r0) [2021-04-10T03:02:07.337Z] (2/12) Installing file (5.38-r0) [2021-04-10T03:02:07.597Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-10T03:02:07.597Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-10T03:02:12.884Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-10T03:02:12.884Z] (6/12) Installing patch (2.7.6-r6) [2021-04-10T03:02:12.884Z] (7/12) Installing build-base (0.5-r2) [2021-04-10T03:02:12.884Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-10T03:02:12.884Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-10T03:02:12.884Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-10T03:02:12.884Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-10T03:02:13.145Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-10T03:02:13.145Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T03:02:13.145Z] OK: 233 MiB in 51 packages [2021-04-10T03:02:17.363Z] Removing intermediate container b87945810a13 [2021-04-10T03:02:17.363Z] ---> 662b5147bf20 [2021-04-10T03:02:17.363Z] Step 4/6 : WORKDIR /edgex-go [2021-04-10T03:02:17.363Z] ---> Running in e196ebe46050 [2021-04-10T03:02:17.363Z] Removing intermediate container e196ebe46050 [2021-04-10T03:02:17.363Z] ---> c25462984386 [2021-04-10T03:02:17.363Z] Step 5/6 : COPY go.mod . [2021-04-10T03:02:17.363Z] ---> 9a85bd776b6a [2021-04-10T03:02:17.363Z] Step 6/6 : RUN go mod download [2021-04-10T03:02:17.363Z] ---> Running in 05f5e31164cc [2021-04-10T03:02:39.356Z] Removing intermediate container 05f5e31164cc [2021-04-10T03:02:39.356Z] ---> 57230413fa35 [2021-04-10T03:02:39.356Z] Successfully built 57230413fa35 [2021-04-10T03:02:39.356Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:02:39.670Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-10T03:02:39.670Z] . [Pipeline] withDockerContainer [2021-04-10T03:02:39.769Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:02:39.810Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-10T03:02:40.492Z] $ docker top 071def921ef8924b5f65673f9473e9e37772a237b3864cd3aa232bd5f4b4a8d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:02:41.068Z] + go version [2021-04-10T03:02:41.068Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-10T03:02:41.085Z] $ docker stop --time=1 071def921ef8924b5f65673f9473e9e37772a237b3864cd3aa232bd5f4b4a8d8 [2021-04-10T03:02:42.441Z] $ docker rm -f 071def921ef8924b5f65673f9473e9e37772a237b3864cd3aa232bd5f4b4a8d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:02:43.655Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-10T03:02:43.655Z] . [Pipeline] withDockerContainer [2021-04-10T03:02:43.754Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:02:43.800Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-10T03:02:44.386Z] $ docker top 3d3208c8e5f7e3038d64dd28b336996f354ee054f7cab7f0ca291b157fe74786 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-10T03:02:44.558Z] ========================================================= [2021-04-10T03:02:44.558Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-10T03:02:44.558Z] ========================================================= [Pipeline] sh [2021-04-10T03:02:44.856Z] + make test [2021-04-10T03:02:44.856Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-10T03:02:53.030Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-10T03:03:11.532Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-10T03:03:14.231Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-10T03:03:16.225Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-10T03:03:16.225Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-10T03:03:17.656Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-10T03:03:17.656Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-10T03:03:17.656Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-10T03:03:17.656Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-10T03:03:18.613Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-10T03:03:18.885Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-10T03:03:21.487Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-10T03:03:21.487Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-10T03:03:21.487Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-10T03:03:24.078Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 45.9% of statements [2021-04-10T03:03:24.078Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-10T03:03:24.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-10T03:03:24.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-10T03:03:24.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-10T03:03:24.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-10T03:03:24.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-10T03:03:24.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements [2021-04-10T03:03:24.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements [2021-04-10T03:03:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.166s coverage: 27.1% of statements [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-10T03:03:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-10T03:03:27.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-10T03:03:27.430Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-10T03:03:28.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements [2021-04-10T03:03:28.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-10T03:03:28.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-10T03:03:28.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.180s coverage: 82.9% of statements [2021-04-10T03:03:28.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-10T03:03:28.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:03:28.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.053s coverage: 78.9% of statements [2021-04-10T03:03:28.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-10T03:03:31.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-10T03:03:31.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-10T03:03:31.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-10T03:03:31.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.152s coverage: 86.7% of statements [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-10T03:03:31.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-10T03:03:31.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-10T03:03:31.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-10T03:03:34.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-10T03:03:34.378Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-10T03:03:34.378Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 1.0% of statements [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-10T03:03:34.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-10T03:03:34.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 47.1% of statements [2021-04-10T03:03:34.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements [2021-04-10T03:03:34.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements [2021-04-10T03:03:34.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-04-10T03:03:34.645Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-04-10T03:03:42.758Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-33539 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-10T03:03:42.830Z] Running in /w/workspace/edgex-go/436 [Pipeline] { [Pipeline] checkout [2021-04-10T03:03:46.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.066s coverage: 94.4% of statements [2021-04-10T03:03:46.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-04-10T03:03:47.698Z] using credential edgex-jenkins-ssh [2021-04-10T03:03:47.753Z] Cloning the remote Git repository [2021-04-10T03:03:47.810Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:03:47.925Z] > git init /w/workspace/edgex-go/436 # timeout=10 [2021-04-10T03:03:48.028Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:03:48.029Z] > git --version # timeout=10 [2021-04-10T03:03:48.045Z] > git --version # 'git version 2.17.1' [2021-04-10T03:03:48.047Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T03:03:48.101Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T03:03:50.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.253s coverage: 81.5% of statements [2021-04-10T03:03:50.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-10T03:03:50.233Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.043s coverage: 87.1% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.090s coverage: 92.9% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.070s coverage: 75.5% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.6% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.6% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.208s coverage: 64.4% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 69.0% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.118s coverage: 38.4% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.042s coverage: 89.5% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.035s coverage: 84.8% of statements [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.157s coverage: 47.0% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.062s coverage: 11.0% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-10T03:03:58.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 87.1% of statements [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:03:58.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-10T03:03:58.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.780s coverage: 29.1% of statements [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-10T03:03:58.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-10T03:03:58.992Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-10T03:03:58.992Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-10T03:03:59.263Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.185s coverage: 95.6% of statements [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-10T03:03:59.263Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-10T03:03:59.263Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-10T03:03:59.263Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-10T03:03:59.263Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-10T03:03:59.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-04-10T03:04:00.102Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements [2021-04-10T03:04:00.102Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2021-04-10T03:04:00.676Z] GO111MODULE=on go vet ./... [2021-04-10T03:04:03.106Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T03:04:04.031Z] Checking out Revision 5fbc40a6d599e39a91f6678812b3f73148dc0647 (master) [2021-04-10T03:04:03.126Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-10T03:04:03.150Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-10T03:04:03.188Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-10T03:04:03.189Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-10T03:04:03.200Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-10T03:04:04.052Z] > git config core.sparsecheckout # timeout=10 [2021-04-10T03:04:04.067Z] > git checkout -f 5fbc40a6d599e39a91f6678812b3f73148dc0647 # timeout=10 [2021-04-10T03:04:08.614Z] Commit message: "Merge pull request #3349 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap/v2-2.0.0-dev.32" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-10T03:04:09.943Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-10T03:04:10.388Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-10T03:04:10.730Z] + sudo service docker restart [2021-04-10T03:04:10.730Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T03:04:13.423Z] provisioning config files... [2021-04-10T03:04:13.463Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config4137699501381426477tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:04:13.899Z] ---> docker-login.sh [2021-04-10T03:04:13.899Z] nexus3.edgexfoundry.org:10001 [2021-04-10T03:04:14.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:04:15.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:04:15.099Z] Configure a credential helper to remove this warning. See [2021-04-10T03:04:15.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:04:15.099Z] [2021-04-10T03:04:15.099Z] Login Succeeded [2021-04-10T03:04:15.099Z] nexus3.edgexfoundry.org:10002 [2021-04-10T03:04:15.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:04:15.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:04:15.372Z] Configure a credential helper to remove this warning. See [2021-04-10T03:04:15.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:04:15.372Z] [2021-04-10T03:04:15.372Z] Login Succeeded [2021-04-10T03:04:15.644Z] nexus3.edgexfoundry.org:10003 [2021-04-10T03:04:15.919Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:04:15.919Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:04:15.919Z] Configure a credential helper to remove this warning. See [2021-04-10T03:04:15.919Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:04:15.919Z] [2021-04-10T03:04:15.919Z] Login Succeeded [2021-04-10T03:04:15.919Z] nexus3.edgexfoundry.org:10004 [2021-04-10T03:04:16.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:04:16.513Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:04:16.513Z] Configure a credential helper to remove this warning. See [2021-04-10T03:04:16.513Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:04:16.513Z] [2021-04-10T03:04:16.513Z] Login Succeeded [2021-04-10T03:04:16.513Z] docker.io [2021-04-10T03:04:16.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:04:17.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:04:17.063Z] Configure a credential helper to remove this warning. See [2021-04-10T03:04:17.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:04:17.063Z] [2021-04-10T03:04:17.063Z] Login Succeeded [2021-04-10T03:04:17.334Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T03:04:17.351Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-10T03:04:17.803Z] ========================================================= [2021-04-10T03:04:17.803Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-10T03:04:17.803Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:04:18.183Z] + 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-04-10T03:04:20.827Z] Sending build context to Docker daemon 167.2MB [2021-04-10T03:04:20.827Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-10T03:04:20.827Z] Step 2/6 : FROM ${BASE} [2021-04-10T03:04:21.806Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-10T03:04:21.806Z] 5f621e34cdf4: Pulling fs layer [2021-04-10T03:04:21.806Z] a4357932f1b6: Pulling fs layer [2021-04-10T03:04:21.806Z] 18c013af1878: Pulling fs layer [2021-04-10T03:04:21.806Z] 00ac8860ef70: Pulling fs layer [2021-04-10T03:04:21.806Z] 63d7cb157983: Pulling fs layer [2021-04-10T03:04:21.806Z] b116817d02f9: Pulling fs layer [2021-04-10T03:04:21.806Z] 745a02a5169b: Pulling fs layer [2021-04-10T03:04:21.806Z] 00ac8860ef70: Waiting [2021-04-10T03:04:21.806Z] 63d7cb157983: Waiting [2021-04-10T03:04:21.806Z] b116817d02f9: Waiting [2021-04-10T03:04:21.806Z] 745a02a5169b: Waiting [2021-04-10T03:04:21.806Z] 18c013af1878: Verifying Checksum [2021-04-10T03:04:21.806Z] 18c013af1878: Download complete [2021-04-10T03:04:21.806Z] a4357932f1b6: Verifying Checksum [2021-04-10T03:04:21.806Z] a4357932f1b6: Download complete [2021-04-10T03:04:21.806Z] 63d7cb157983: Verifying Checksum [2021-04-10T03:04:21.806Z] 63d7cb157983: Download complete [2021-04-10T03:04:22.081Z] b116817d02f9: Download complete [2021-04-10T03:04:22.081Z] 5f621e34cdf4: Verifying Checksum [2021-04-10T03:04:22.081Z] 5f621e34cdf4: Download complete [2021-04-10T03:04:23.078Z] 5f621e34cdf4: Pull complete [2021-04-10T03:04:23.355Z] a4357932f1b6: Pull complete [2021-04-10T03:04:23.950Z] 18c013af1878: Pull complete [2021-04-10T03:04:24.938Z] 745a02a5169b: Verifying Checksum [2021-04-10T03:04:24.938Z] 745a02a5169b: Download complete [2021-04-10T03:04:26.367Z] 00ac8860ef70: Verifying Checksum [2021-04-10T03:04:26.367Z] 00ac8860ef70: Download complete [2021-04-10T03:04:27.405Z] gofmt -l . [2021-04-10T03:04:27.405Z] [ "`gofmt -l .`" = "" ] [2021-04-10T03:04:27.669Z] ./bin/test-go-mod-tidy.sh [2021-04-10T03:04:28.243Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-10T03:04:29.123Z] + ls -al . [2021-04-10T03:04:29.123Z] total 808 [2021-04-10T03:04:29.123Z] drwxrwxr-x 10 1001 1001 4096 Apr 10 03:04 . [2021-04-10T03:04:29.123Z] drwxr-xr-x 4 root root 32 Apr 10 03:02 .. [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 11 Apr 10 03:01 .dockerignore [2021-04-10T03:04:29.123Z] drwxrwxr-x 8 1001 1001 162 Apr 10 03:01 .git [2021-04-10T03:04:29.123Z] drwxrwxr-x 3 1001 1001 125 Apr 10 03:01 .github [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 818 Apr 10 03:01 .gitignore [2021-04-10T03:04:29.123Z] drwx------ 3 1001 1001 45 Apr 10 03:01 .semver [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 166 Apr 10 03:01 .sonarcloud.properties [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 8607 Apr 10 03:01 Attribution.txt [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 3804 Apr 10 03:01 CONTRIBUTING.md [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 931 Apr 10 03:01 Dockerfile.build [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 863 Apr 10 03:01 Jenkinsfile [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 10775 Apr 10 03:01 LICENSE [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 5774 Apr 10 03:01 Makefile [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 6548 Apr 10 03:01 README.md [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 6755 Apr 10 03:01 SECURITY.md [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 13 Apr 10 03:01 VERSION [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 4131 Apr 10 03:01 ZMQWindows.md [2021-04-10T03:04:29.123Z] drwxrwxr-x 2 1001 1001 117 Apr 10 03:01 bin [2021-04-10T03:04:29.123Z] drwxrwxr-x 14 1001 1001 4096 Apr 10 03:01 cmd [2021-04-10T03:04:29.123Z] -rw-r--r-- 1 root root 697573 Apr 10 03:04 coverage.out [2021-04-10T03:04:29.123Z] -rw-r--r-- 1 root root 1056 Apr 10 03:04 go.mod [2021-04-10T03:04:29.123Z] -rw-r--r-- 1 root root 21911 Apr 10 03:04 go.sum [2021-04-10T03:04:29.123Z] drwxrwxr-x 8 1001 1001 127 Apr 10 03:01 internal [2021-04-10T03:04:29.123Z] drwxrwxr-x 4 1001 1001 26 Apr 10 03:01 openapi [2021-04-10T03:04:29.123Z] drwxrwxr-x 4 1001 1001 71 Apr 10 03:01 snap [2021-04-10T03:04:29.123Z] -rw-rw-r-- 1 1001 1001 168 Apr 10 03:01 version.go [Pipeline] sh [2021-04-10T03:04:29.427Z] + '[' -e coverage.out ] [2021-04-10T03:04:29.427Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-10T03:04:29.670Z] Stashed 1 file(s) [Pipeline] sh [2021-04-10T03:04:29.969Z] + make build [2021-04-10T03:04:29.969Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-data/core-data ./cmd/core-data [2021-04-10T03:04:33.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-10T03:04:36.540Z] 00ac8860ef70: Pull complete [2021-04-10T03:04:36.813Z] 63d7cb157983: Pull complete [2021-04-10T03:04:37.412Z] b116817d02f9: Pull complete [2021-04-10T03:04:41.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-command/core-command ./cmd/core-command [2021-04-10T03:04:41.735Z] 745a02a5169b: Pull complete [2021-04-10T03:04:41.735Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-10T03:04:41.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-10T03:04:41.735Z] ---> b7e6874047d6 [2021-04-10T03:04:41.735Z] 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-04-10T03:04:42.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-10T03:04:44.832Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-10T03:04:45.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-10T03:04:45.143Z] ---> Running in 917334a7f25a [2021-04-10T03:04:45.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:04:46.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:04:46.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-10T03:04:47.301Z] (1/12) Installing libmagic (5.38-r0) [2021-04-10T03:04:47.302Z] (2/12) Installing file (5.38-r0) [2021-04-10T03:04:47.302Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-10T03:04:47.574Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-10T03:04:47.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-10T03:04:48.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-10T03:04:50.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-10T03:04:51.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-10T03:04:52.608Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-10T03:04:52.966Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-10T03:04:52.967Z] (6/12) Installing patch (2.7.6-r6) [2021-04-10T03:04:52.967Z] (7/12) Installing build-base (0.5-r2) [2021-04-10T03:04:52.967Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-10T03:04:52.967Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-10T03:04:52.967Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-10T03:04:52.967Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-10T03:04:53.240Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-10T03:04:53.240Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T03:04:53.240Z] OK: 217 MiB in 51 packages [Pipeline] } [2021-04-10T03:04:54.554Z] $ docker stop --time=1 3d3208c8e5f7e3038d64dd28b336996f354ee054f7cab7f0ca291b157fe74786 [2021-04-10T03:04:56.073Z] $ docker rm -f 3d3208c8e5f7e3038d64dd28b336996f354ee054f7cab7f0ca291b157fe74786 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-04-10T03:04:57.543Z] Removing intermediate container 917334a7f25a [2021-04-10T03:04:57.543Z] ---> 8c3d6841abdb [2021-04-10T03:04:57.543Z] Step 4/6 : WORKDIR /edgex-go [2021-04-10T03:04:57.543Z] ---> Running in 1c26eb8d7ad8 [2021-04-10T03:04:57.834Z] Removing intermediate container 1c26eb8d7ad8 [2021-04-10T03:04:57.834Z] ---> 74bc905fdc6d [2021-04-10T03:04:57.834Z] Step 5/6 : COPY go.mod . [2021-04-10T03:04:58.431Z] ---> 943ede305fa9 [2021-04-10T03:04:58.431Z] Step 6/6 : RUN go mod download [2021-04-10T03:04:58.705Z] ---> Running in 825edc2958d8 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:04:59.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T03:04:59.678Z] [2021-04-10T03:04:59.678Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:05:00.119Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T03:05:00.119Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-10T03:05:00.119Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-10T03:05:00.119Z] ca9280d653b3: Pulling fs layer [2021-04-10T03:05:00.119Z] 7e9c9ca2126c: Pulling fs layer [2021-04-10T03:05:00.400Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-10T03:05:00.400Z] cbdbe7a5bc2a: Download complete [2021-04-10T03:05:00.704Z] cbdbe7a5bc2a: Pull complete [2021-04-10T03:05:00.704Z] ca9280d653b3: Download complete [2021-04-10T03:05:01.766Z] ca9280d653b3: Pull complete [2021-04-10T03:05:02.027Z] 7e9c9ca2126c: Verifying Checksum [2021-04-10T03:05:02.028Z] 7e9c9ca2126c: Download complete [2021-04-10T03:05:08.636Z] 7e9c9ca2126c: Pull complete [2021-04-10T03:05:08.636Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-10T03:05:08.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T03:05:08.636Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-10T03:05:08.732Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:05:08.778Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-04-10T03:05:09.569Z] $ docker top ada7db06b5111dc7c2870e4b978e0ef97a13a4fa0102f8e7506c737d9bacc3e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:05:10.147Z] + docker-compose build --help [2021-04-10T03:05:10.148Z] + grep parallel [2021-04-10T03:05:11.092Z] --parallel Build images in parallel. [Pipeline] } [2021-04-10T03:05:11.108Z] $ docker stop --time=1 ada7db06b5111dc7c2870e4b978e0ef97a13a4fa0102f8e7506c737d9bacc3e4 [2021-04-10T03:05:12.482Z] $ docker rm -f ada7db06b5111dc7c2870e4b978e0ef97a13a4fa0102f8e7506c737d9bacc3e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:05:13.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-10T03:05:13.093Z] . [Pipeline] withDockerContainer [2021-04-10T03:05:13.183Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:05:13.222Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-10T03:05:13.828Z] $ docker top 65f7fdc669cc5ec390f8450affacd6eac3b54a37260e21aa3801d9a5f65c8262 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:05:14.295Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-10T03:05:15.238Z] Building docker-core-command-go ... [2021-04-10T03:05:15.238Z] Building docker-core-data-go ... [2021-04-10T03:05:15.238Z] Building docker-core-metadata-go ... [2021-04-10T03:05:15.238Z] Building docker-security-bootstrapper-go ... [2021-04-10T03:05:15.238Z] Building docker-security-proxy-setup-go ... [2021-04-10T03:05:15.238Z] Building docker-security-secretstore-setup-go ... [2021-04-10T03:05:15.238Z] Building docker-support-notifications-go ... [2021-04-10T03:05:15.238Z] Building docker-support-scheduler-go ... [2021-04-10T03:05:15.238Z] Building docker-sys-mgmt-agent-go ... [2021-04-10T03:05:15.238Z] Building docker-security-secretstore-setup-go [2021-04-10T03:05:15.238Z] Building docker-support-scheduler-go [2021-04-10T03:05:15.238Z] Building docker-sys-mgmt-agent-go [2021-04-10T03:05:15.238Z] Building docker-core-metadata-go [2021-04-10T03:05:15.238Z] Building docker-core-command-go [2021-04-10T03:05:25.485Z] Removing intermediate container 825edc2958d8 [2021-04-10T03:05:25.485Z] ---> 981dab055d42 [2021-04-10T03:05:25.485Z] Successfully built 981dab055d42 [2021-04-10T03:05:25.485Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:05:25.822Z] + docker inspect -f . ci-base-image-arm64 [2021-04-10T03:05:25.822Z] . [Pipeline] withDockerContainer [2021-04-10T03:05:26.056Z] prd-ubuntu18.04-docker-arm64-4c-16g-33539 does not seem to be running inside a container [2021-04-10T03:05:26.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-04-10T03:05:27.630Z] $ docker top f4565b2f63ef6787bbcd5d82acb1c9c48c5c449b6c5a6472b1504447b70080f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:05:28.600Z] + go version [2021-04-10T03:05:28.600Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-10T03:05:28.632Z] $ docker stop --time=1 f4565b2f63ef6787bbcd5d82acb1c9c48c5c449b6c5a6472b1504447b70080f0 [2021-04-10T03:05:30.611Z] $ docker rm -f f4565b2f63ef6787bbcd5d82acb1c9c48c5c449b6c5a6472b1504447b70080f0 [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-04-10T03:05:31.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T03:05:31.787Z] [2021-04-10T03:05:31.787Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:05:32.189Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T03:05:32.189Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-10T03:05:32.189Z] 29e5d40040c1: Pulling fs layer [2021-04-10T03:05:32.189Z] 1ce36da41761: Pulling fs layer [2021-04-10T03:05:32.189Z] 25b303627fd3: Pulling fs layer [2021-04-10T03:05:32.463Z] 29e5d40040c1: Verifying Checksum [2021-04-10T03:05:32.463Z] 29e5d40040c1: Download complete [2021-04-10T03:05:33.060Z] 29e5d40040c1: Pull complete [2021-04-10T03:05:33.335Z] 1ce36da41761: Verifying Checksum [2021-04-10T03:05:33.335Z] 1ce36da41761: Download complete [2021-04-10T03:05:34.774Z] 25b303627fd3: Verifying Checksum [2021-04-10T03:05:34.774Z] 25b303627fd3: Download complete [2021-04-10T03:05:34.774Z] 1ce36da41761: Pull complete [2021-04-10T03:05:44.911Z] 25b303627fd3: Pull complete [2021-04-10T03:05:44.911Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-10T03:05:44.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T03:05:44.911Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-10T03:05:45.141Z] prd-ubuntu18.04-docker-arm64-4c-16g-33539 does not seem to be running inside a container [2021-04-10T03:05:45.230Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-04-10T03:05:47.430Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:05:47.430Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:05:47.430Z] ---> 57230413fa35 [2021-04-10T03:05:47.430Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:05:47.430Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:05:47.430Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:05:47.430Z] ---> 57230413fa35 [2021-04-10T03:05:47.430Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:05:47.430Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:05:47.430Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:05:47.430Z] ---> 57230413fa35 [2021-04-10T03:05:47.430Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T03:05:47.430Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:05:47.430Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:05:47.430Z] ---> 57230413fa35 [2021-04-10T03:05:47.430Z] Step 3/24 : WORKDIR /edgex-go [2021-04-10T03:05:47.430Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:05:47.430Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:05:47.430Z] ---> 57230413fa35 [2021-04-10T03:05:47.430Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:05:47.430Z] ---> Running in 0530f075cadc [2021-04-10T03:05:47.430Z] ---> Running in 1860039e2853 [2021-04-10T03:05:47.430Z] ---> Running in 9da161300ba6 [2021-04-10T03:05:47.430Z] ---> Running in 7925d1224c2b [2021-04-10T03:05:47.430Z] ---> Running in 2e09ddd6ba5d [2021-04-10T03:05:47.430Z] Removing intermediate container 7925d1224c2b [2021-04-10T03:05:47.430Z] ---> bb211b0c6d54 [2021-04-10T03:05:47.430Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:05:47.430Z] Removing intermediate container 1860039e2853 [2021-04-10T03:05:47.430Z] ---> 6f925a3ae8cd [2021-04-10T03:05:47.430Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:05:47.430Z] Removing intermediate container 9da161300ba6 [2021-04-10T03:05:47.430Z] ---> 03f2f8cf18a0 [2021-04-10T03:05:47.430Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:05:47.430Z] Removing intermediate container 0530f075cadc [2021-04-10T03:05:47.430Z] ---> 3c1ae032a0f5 [2021-04-10T03:05:47.430Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:05:47.430Z] Removing intermediate container 2e09ddd6ba5d [2021-04-10T03:05:47.430Z] ---> d3330ba9e844 [2021-04-10T03:05:47.430Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:05:47.430Z] ---> Running in 41abe7ffe042 [2021-04-10T03:05:47.430Z] ---> Running in ab66a8b2a762 [2021-04-10T03:05:47.430Z] ---> Running in 35e3ea86fba5 [2021-04-10T03:05:47.430Z] ---> Running in b6381b048089 [2021-04-10T03:05:47.430Z] ---> Running in ecdd8447d81e [2021-04-10T03:05:48.449Z] $ docker top 53c53b606f89a00b0dc9636a27f8e618c17595fdd035ceb69d51cdfa67319d86 -eo pid,comm [Pipeline] { [2021-04-10T03:05:48.843Z] Removing intermediate container ab66a8b2a762 [2021-04-10T03:05:48.843Z] ---> 633c9a4b0182 [2021-04-10T03:05:48.843Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T03:05:48.843Z] ---> Running in 1ce14f5beee1 [2021-04-10T03:05:48.843Z] Removing intermediate container 35e3ea86fba5 [2021-04-10T03:05:48.843Z] ---> e072d1ee9984 [2021-04-10T03:05:48.843Z] Step 5/23 : RUN apk add --update --no-cache make bash git [Pipeline] sh [2021-04-10T03:05:49.111Z] Removing intermediate container 41abe7ffe042 [2021-04-10T03:05:49.111Z] ---> 9818e0780a06 [2021-04-10T03:05:49.111Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T03:05:49.111Z] Removing intermediate container b6381b048089 [2021-04-10T03:05:49.111Z] ---> cd3318c7353a [2021-04-10T03:05:49.111Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-10T03:05:49.111Z] ---> Running in 5c121007b5da [2021-04-10T03:05:49.382Z] ---> Running in 285d2a078456 [2021-04-10T03:05:49.382Z] Removing intermediate container ecdd8447d81e [2021-04-10T03:05:49.382Z] ---> 176b7f35a031 [2021-04-10T03:05:49.382Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-10T03:05:49.382Z] ---> Running in 4a78dcbbff30 [2021-04-10T03:05:49.507Z] + + docker-composegrep build parallel --help [2021-04-10T03:05:49.507Z] [2021-04-10T03:05:49.647Z] ---> Running in 2a1aa831e382 [2021-04-10T03:05:49.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:50.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:50.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:50.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:50.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:50.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:51.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:51.120Z] OK: 233 MiB in 51 packages [2021-04-10T03:05:51.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:51.642Z] Removing intermediate container 1ce14f5beee1 [2021-04-10T03:05:51.642Z] ---> f1fd99dc9d64 [2021-04-10T03:05:51.642Z] Step 6/23 : COPY go.mod . [2021-04-10T03:05:51.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:51.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:05:51.919Z] OK: 233 MiB in 51 packages [2021-04-10T03:05:51.919Z] ---> 9725eec186f9 [2021-04-10T03:05:51.919Z] Step 7/23 : RUN go mod download [2021-04-10T03:05:51.919Z] OK: 233 MiB in 51 packages [2021-04-10T03:05:51.919Z] ---> Running in 2841a88e3031 [2021-04-10T03:05:52.496Z] OK: 233 MiB in 51 packages [2021-04-10T03:05:52.496Z] Removing intermediate container 5c121007b5da [2021-04-10T03:05:52.496Z] ---> eb239e3c3bc9 [2021-04-10T03:05:52.496Z] Step 6/23 : COPY go.mod . [2021-04-10T03:05:52.496Z] OK: 233 MiB in 51 packages [2021-04-10T03:05:52.760Z] Removing intermediate container 285d2a078456 [2021-04-10T03:05:52.760Z] ---> ea645064ff13 [2021-04-10T03:05:52.760Z] Step 6/23 : COPY go.mod . [2021-04-10T03:05:52.760Z] ---> 57db38a5125b [2021-04-10T03:05:52.760Z] Step 7/23 : RUN go mod download [2021-04-10T03:05:52.760Z] ---> Running in d0791b9012ec [2021-04-10T03:05:52.880Z] --parallel Build images in parallel. [Pipeline] } [2021-04-10T03:05:52.909Z] $ docker stop --time=1 53c53b606f89a00b0dc9636a27f8e618c17595fdd035ceb69d51cdfa67319d86 [2021-04-10T03:05:53.337Z] ---> 2712060529fb [2021-04-10T03:05:53.337Z] Step 7/23 : RUN go mod download [2021-04-10T03:05:53.337Z] Removing intermediate container 4a78dcbbff30 [2021-04-10T03:05:53.337Z] ---> 6362f86808b0 [2021-04-10T03:05:53.337Z] Step 6/24 : COPY go.mod . [2021-04-10T03:05:53.337Z] Removing intermediate container 2a1aa831e382 [2021-04-10T03:05:53.337Z] ---> bdf006ffb959 [2021-04-10T03:05:53.337Z] Step 6/22 : COPY go.mod . [2021-04-10T03:05:53.337Z] ---> Running in cd5796e73011 [2021-04-10T03:05:53.605Z] ---> 8e162714e1a7 [2021-04-10T03:05:53.605Z] Step 7/24 : RUN go mod download [2021-04-10T03:05:53.877Z] ---> 0192970e947b [2021-04-10T03:05:53.877Z] Step 7/22 : RUN go mod download [2021-04-10T03:05:53.877Z] ---> Running in c27cc6b7aafd [2021-04-10T03:05:53.877Z] ---> Running in a75d027ac501 [2021-04-10T03:05:54.150Z] Removing intermediate container 2841a88e3031 [2021-04-10T03:05:54.150Z] ---> b1bc323c0db0 [2021-04-10T03:05:54.150Z] Step 8/23 : COPY . . [2021-04-10T03:05:54.907Z] $ docker rm -f 53c53b606f89a00b0dc9636a27f8e618c17595fdd035ceb69d51cdfa67319d86 [2021-04-10T03:05:55.111Z] Removing intermediate container d0791b9012ec [2021-04-10T03:05:55.112Z] ---> 66c19f6dd8c4 [2021-04-10T03:05:55.112Z] Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:05:55.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-10T03:05:55.751Z] . [Pipeline] withDockerContainer [2021-04-10T03:05:56.097Z] prd-ubuntu18.04-docker-arm64-4c-16g-33539 does not seem to be running inside a container [2021-04-10T03:05:56.235Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@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-04-10T03:05:57.762Z] $ docker top 9d11d4c3482cd4ac8387d4acfe2eefa2d489bbafd96a5101226a5bbf8b530536 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:05:58.428Z] Removing intermediate container cd5796e73011 [2021-04-10T03:05:58.428Z] ---> bbe589f54761 [2021-04-10T03:05:58.428Z] Step 8/23 : COPY . . [2021-04-10T03:05:58.846Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-10T03:06:02.212Z] Building docker-core-command-go ... [2021-04-10T03:06:02.212Z] Building docker-core-data-go ... [2021-04-10T03:06:02.212Z] Building docker-core-metadata-go ... [2021-04-10T03:06:02.212Z] Building docker-security-bootstrapper-go ... [2021-04-10T03:06:02.212Z] Building docker-security-proxy-setup-go ... [2021-04-10T03:06:02.212Z] Building docker-security-secretstore-setup-go ... [2021-04-10T03:06:02.212Z] Building docker-support-notifications-go ... [2021-04-10T03:06:02.212Z] Building docker-support-scheduler-go ... [2021-04-10T03:06:02.212Z] Building docker-sys-mgmt-agent-go ... [2021-04-10T03:06:02.212Z] Building docker-support-notifications-go [2021-04-10T03:06:02.212Z] Building docker-security-secretstore-setup-go [2021-04-10T03:06:02.212Z] Building docker-security-proxy-setup-go [2021-04-10T03:06:02.212Z] Building docker-core-command-go [2021-04-10T03:06:02.212Z] Building docker-support-scheduler-go [2021-04-10T03:06:03.749Z] Removing intermediate container c27cc6b7aafd [2021-04-10T03:06:03.750Z] ---> eccb26c6de6d [2021-04-10T03:06:03.750Z] Step 8/24 : COPY . . [2021-04-10T03:06:04.013Z] Removing intermediate container a75d027ac501 [2021-04-10T03:06:04.013Z] ---> b81eff52c163 [2021-04-10T03:06:04.013Z] Step 8/22 : COPY . . [2021-04-10T03:06:30.817Z] ---> 3dd833e881ec [2021-04-10T03:06:30.817Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-10T03:06:32.209Z] ---> b45599d69cf7 [2021-04-10T03:06:32.209Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-10T03:06:32.492Z] ---> c7d8af92ec56 [2021-04-10T03:06:32.492Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-10T03:06:32.755Z] ---> Running in 3c760e865ed4 [2021-04-10T03:06:33.020Z] ---> Running in 423747d2cdd4 [2021-04-10T03:06:33.020Z] ---> Running in 36371fa975e9 [2021-04-10T03:06:33.020Z] ---> 8fcf0509ca5f [2021-04-10T03:06:33.020Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-10T03:06:33.020Z] ---> 6a301f2ad41f [2021-04-10T03:06:33.020Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-10T03:06:33.286Z] ---> Running in b5d17f1b1f48 [2021-04-10T03:06:33.286Z] ---> Running in 9a4574e8d613 [2021-04-10T03:06:33.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-10T03:06:33.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-10T03:06:33.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-command/core-command ./cmd/core-command [2021-04-10T03:06:34.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-10T03:06:34.132Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-10T03:06:58.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:06:58.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:06:58.764Z] ---> 981dab055d42 [2021-04-10T03:06:58.764Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T03:06:58.764Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:06:58.764Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:06:58.764Z] ---> 981dab055d42 [2021-04-10T03:06:58.764Z] Step 3/24 : WORKDIR /edgex-go [2021-04-10T03:06:58.764Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:06:58.764Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:06:58.764Z] ---> 981dab055d42 [2021-04-10T03:06:58.764Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T03:06:58.764Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:06:58.764Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:06:58.764Z] ---> 981dab055d42 [2021-04-10T03:06:58.764Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:06:58.764Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:06:58.764Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:06:58.764Z] ---> 981dab055d42 [2021-04-10T03:06:58.764Z] Step 3/21 : WORKDIR /edgex-go [2021-04-10T03:06:58.764Z] ---> Running in 7c46c225b8f9 [2021-04-10T03:06:58.764Z] ---> Running in 2db9934a37b9 [2021-04-10T03:06:58.764Z] ---> Running in f6ed76409a72 [2021-04-10T03:06:58.764Z] ---> Running in f6ac763903bf [2021-04-10T03:06:58.764Z] ---> Running in 92bf15783373 [2021-04-10T03:06:58.764Z] Removing intermediate container f6ac763903bf [2021-04-10T03:06:58.764Z] ---> 85d83c60dd65 [2021-04-10T03:06:58.764Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:06:58.764Z] Removing intermediate container f6ed76409a72 [2021-04-10T03:06:58.764Z] ---> 5f276a2c27dd [2021-04-10T03:06:58.764Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:06:58.764Z] Removing intermediate container 2db9934a37b9 [2021-04-10T03:06:58.764Z] ---> fced9f48211c [2021-04-10T03:06:58.764Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:06:58.764Z] Removing intermediate container 7c46c225b8f9 [2021-04-10T03:06:58.764Z] ---> da64c1cbb448 [2021-04-10T03:06:58.764Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 92bf15783373 [2021-04-10T03:06:58.764Z] ---> ab7a7c5367e4 [2021-04-10T03:06:58.764Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:06:58.764Z] [2021-04-10T03:06:58.764Z] ---> Running in 71701247274d [2021-04-10T03:06:58.764Z] ---> Running in 9197dba0374c [2021-04-10T03:06:58.764Z] ---> Running in 84ef89845134 [2021-04-10T03:06:58.764Z] ---> Running in dfc704d91fb7 [2021-04-10T03:06:58.764Z] ---> Running in df0fa914b61f [2021-04-10T03:06:59.366Z] Removing intermediate container 71701247274d [2021-04-10T03:06:59.366Z] ---> 59b82d67d2f1 [2021-04-10T03:06:59.366Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T03:06:59.366Z] ---> Running in 6a06eb8cffd6 [2021-04-10T03:06:59.646Z] Removing intermediate container 84ef89845134 [2021-04-10T03:06:59.646Z] ---> 245f96d3326a [2021-04-10T03:06:59.646Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-10T03:06:59.928Z] ---> Running in 0ff2a290bc87 [2021-04-10T03:06:59.928Z] Removing intermediate container 9197dba0374c [2021-04-10T03:06:59.928Z] ---> 46c3d0484f8e [2021-04-10T03:06:59.928Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-10T03:06:59.928Z] Removing intermediate container dfc704d91fb7 [2021-04-10T03:06:59.928Z] ---> d6a412929ebb [2021-04-10T03:06:59.928Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-10T03:06:59.928Z] Removing intermediate container df0fa914b61f [2021-04-10T03:06:59.928Z] ---> 87e87147864f [2021-04-10T03:07:00.206Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-10T03:07:00.206Z] ---> Running in 030927e410bb [2021-04-10T03:07:00.482Z] ---> Running in 0bb58044552b [2021-04-10T03:07:00.482Z] ---> Running in d83523cdabf2 [2021-04-10T03:07:01.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:01.745Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:02.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:02.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:02.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:02.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:02.888Z] OK: 217 MiB in 51 packages [2021-04-10T03:07:02.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:02.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:03.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:03.165Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:07:04.147Z] OK: 217 MiB in 51 packages [2021-04-10T03:07:04.147Z] OK: 217 MiB in 51 packages [2021-04-10T03:07:04.147Z] OK: 217 MiB in 51 packages [2021-04-10T03:07:04.147Z] Removing intermediate container 6a06eb8cffd6 [2021-04-10T03:07:04.147Z] ---> cbc8b43ee9c2 [2021-04-10T03:07:04.147Z] Step 6/23 : COPY go.mod . [2021-04-10T03:07:04.428Z] OK: 217 MiB in 51 packages [2021-04-10T03:07:05.450Z] ---> b73ff59584d6 [2021-04-10T03:07:05.450Z] Step 7/23 : RUN go mod download [2021-04-10T03:07:05.725Z] ---> Running in c61735fb1fcf [2021-04-10T03:07:05.725Z] Removing intermediate container d83523cdabf2 [2021-04-10T03:07:05.725Z] ---> 30027e176e66 [2021-04-10T03:07:05.725Z] Step 6/22 : COPY go.mod . [2021-04-10T03:07:06.332Z] Removing intermediate container 0bb58044552b [2021-04-10T03:07:06.332Z] ---> 22593f15566d [2021-04-10T03:07:06.332Z] Step 6/22 : COPY go.mod . [2021-04-10T03:07:06.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-10T03:07:06.613Z] Removing intermediate container 030927e410bb [2021-04-10T03:07:06.613Z] ---> ed6dfcf265a2 [2021-04-10T03:07:06.613Z] Step 6/21 : COPY go.mod . [2021-04-10T03:07:06.897Z] Removing intermediate container 0ff2a290bc87 [2021-04-10T03:07:06.897Z] ---> cc92c3a7b578 [2021-04-10T03:07:06.897Z] Step 6/24 : COPY go.mod . [2021-04-10T03:07:06.897Z] ---> eb8acee5413b [2021-04-10T03:07:06.897Z] Step 7/22 : RUN go mod download [2021-04-10T03:07:07.176Z] ---> Running in 343d87628b6d [2021-04-10T03:07:07.784Z] ---> f852de322ed4 [2021-04-10T03:07:07.784Z] Step 7/22 : RUN go mod download [2021-04-10T03:07:07.784Z] ---> e21318a7ef07 [2021-04-10T03:07:07.784Z] Step 7/21 : RUN go mod download [2021-04-10T03:07:07.784Z] ---> Running in b463859efcde [2021-04-10T03:07:08.059Z] ---> ecff9a3ccbc5 [2021-04-10T03:07:08.059Z] Step 7/24 : RUN go mod download [2021-04-10T03:07:08.343Z] ---> Running in 78f3da2209ec [2021-04-10T03:07:08.343Z] ---> Running in 98bb02fc7fcd [2021-04-10T03:07:10.369Z] Removing intermediate container c61735fb1fcf [2021-04-10T03:07:10.369Z] ---> 9fcdbd57c799 [2021-04-10T03:07:10.369Z] Step 8/23 : COPY . . [2021-04-10T03:07:11.818Z] Removing intermediate container 343d87628b6d [2021-04-10T03:07:11.818Z] ---> 025f6e8ea23e [2021-04-10T03:07:11.818Z] Step 8/22 : COPY . . [2021-04-10T03:07:13.270Z] Removing intermediate container b463859efcde [2021-04-10T03:07:13.271Z] ---> ec7924fe3c98 [2021-04-10T03:07:13.271Z] Step 8/22 : COPY . . [2021-04-10T03:07:13.588Z] Removing intermediate container 78f3da2209ec [2021-04-10T03:07:13.588Z] ---> 23a2a58e06c9 [2021-04-10T03:07:13.588Z] Step 8/21 : COPY . . [2021-04-10T03:07:13.864Z] Removing intermediate container 98bb02fc7fcd [2021-04-10T03:07:13.864Z] ---> d2de045c84b4 [2021-04-10T03:07:13.864Z] Step 8/24 : COPY . . [2021-04-10T03:07:14.618Z] Removing intermediate container 423747d2cdd4 [2021-04-10T03:07:14.618Z] ---> 2cefc0ed604a [2021-04-10T03:07:14.618Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-10T03:07:16.681Z] Removing intermediate container 9a4574e8d613 [2021-04-10T03:07:16.681Z] ---> 4e38601eea35 [2021-04-10T03:07:16.681Z] [2021-04-10T03:07:16.681Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T03:07:16.681Z] Removing intermediate container 36371fa975e9 [2021-04-10T03:07:16.681Z] ---> c856d1749795 [2021-04-10T03:07:16.681Z] [2021-04-10T03:07:16.681Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:07:16.681Z] ---> Running in a0a9eaf2cd70 [2021-04-10T03:07:16.681Z] 3.12: Pulling from library/alpine [2021-04-10T03:07:16.681Z] 3.12: Pulling from library/alpine [2021-04-10T03:07:16.681Z] Removing intermediate container b5d17f1b1f48 [2021-04-10T03:07:16.681Z] ---> fdd0fdc6a239 [2021-04-10T03:07:16.681Z] [2021-04-10T03:07:16.681Z] Step 10/24 : FROM alpine:3.12 [2021-04-10T03:07:16.681Z] 3.12: Pulling from library/alpine [2021-04-10T03:07:17.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-10T03:07:17.888Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:07:17.888Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:07:17.888Z] Status: Image is up to date for alpine:3.12 [2021-04-10T03:07:17.888Z] ---> 7230e588e954 [2021-04-10T03:07:17.888Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:07:17.888Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T03:07:17.888Z] ---> 7230e588e954 [2021-04-10T03:07:17.888Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-10T03:07:18.460Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:07:18.460Z] Status: Image is up to date for alpine:3.12 [2021-04-10T03:07:18.460Z] ---> 7230e588e954 [2021-04-10T03:07:18.460Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:07:19.429Z] ---> Running in d7726d9bdf5d [2021-04-10T03:07:19.429Z] ---> Running in 82e2d97f2106 [2021-04-10T03:07:19.429Z] ---> Running in 9190870456b9 [2021-04-10T03:07:19.699Z] Removing intermediate container 3c760e865ed4 [2021-04-10T03:07:19.699Z] ---> f6689f63598d [2021-04-10T03:07:19.699Z] [2021-04-10T03:07:19.699Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:07:19.699Z] ---> 7230e588e954 [2021-04-10T03:07:19.699Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:07:19.961Z] ---> Running in bb30ec28ffc1 [2021-04-10T03:07:20.228Z] Removing intermediate container a0a9eaf2cd70 [2021-04-10T03:07:20.228Z] ---> f213935a165c [2021-04-10T03:07:20.228Z] [2021-04-10T03:07:20.228Z] Step 11/23 : FROM docker:20.10.0 [2021-04-10T03:07:20.228Z] 20.10.0: Pulling from library/docker [2021-04-10T03:07:20.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:20.821Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:20.821Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-10T03:07:21.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:21.795Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:07:21.795Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-10T03:07:21.795Z] (4/6) Installing curl (7.69.1-r3) [2021-04-10T03:07:21.795Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-10T03:07:21.795Z] (6/6) Installing su-exec (0.2-r1) [2021-04-10T03:07:21.795Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:07:21.795Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:07:21.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:21.795Z] OK: 7 MiB in 20 packages [2021-04-10T03:07:21.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:21.795Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T03:07:21.795Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:07:21.795Z] OK: 6 MiB in 15 packages [2021-04-10T03:07:21.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:21.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:21.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:22.072Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T03:07:22.072Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:07:22.072Z] OK: 6 MiB in 15 packages [2021-04-10T03:07:22.072Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T03:07:22.072Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:07:22.072Z] OK: 6 MiB in 15 packages [2021-04-10T03:07:24.648Z] Removing intermediate container d7726d9bdf5d [2021-04-10T03:07:24.648Z] ---> 40d1a5e0ee5c [2021-04-10T03:07:24.648Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T03:07:24.648Z] Removing intermediate container 82e2d97f2106 [2021-04-10T03:07:24.648Z] ---> 4f50905ff04d [2021-04-10T03:07:24.649Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:07:24.649Z] ---> Running in e4c4b04bc9ba [2021-04-10T03:07:24.649Z] ---> Running in dc074af80224 [2021-04-10T03:07:24.649Z] Removing intermediate container 9190870456b9 [2021-04-10T03:07:24.649Z] ---> 020fd520ccfa [2021-04-10T03:07:24.649Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:07:24.649Z] Removing intermediate container bb30ec28ffc1 [2021-04-10T03:07:24.649Z] ---> 7547ef8d796a [2021-04-10T03:07:24.649Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:07:24.649Z] ---> Running in ecfb8c33bfba [2021-04-10T03:07:24.649Z] ---> Running in 885b2dadfbc2 [2021-04-10T03:07:24.649Z] Removing intermediate container e4c4b04bc9ba [2021-04-10T03:07:24.649Z] ---> 6cf4df887559 [2021-04-10T03:07:24.649Z] Step 13/24 : WORKDIR / [2021-04-10T03:07:24.912Z] Removing intermediate container dc074af80224 [2021-04-10T03:07:24.912Z] ---> bf596057dad4 [2021-04-10T03:07:24.912Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-10T03:07:24.912Z] ---> Running in 4a7d2e12c5d5 [2021-04-10T03:07:25.176Z] ---> Running in 8f1dc06b2d6f [2021-04-10T03:07:25.176Z] Removing intermediate container ecfb8c33bfba [2021-04-10T03:07:25.176Z] ---> a8fab6b640cb [2021-04-10T03:07:25.176Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-10T03:07:25.176Z] Removing intermediate container 885b2dadfbc2 [2021-04-10T03:07:25.176Z] ---> ea49eb08029d [2021-04-10T03:07:25.176Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-10T03:07:25.439Z] ---> Running in 6a2fc7a180a9 [2021-04-10T03:07:25.439Z] ---> Running in 38ca0e08602d [2021-04-10T03:07:25.439Z] Removing intermediate container 4a7d2e12c5d5 [2021-04-10T03:07:25.439Z] ---> cd9511744ecb [2021-04-10T03:07:25.439Z] 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-04-10T03:07:25.439Z] Removing intermediate container 8f1dc06b2d6f [2021-04-10T03:07:25.439Z] ---> 8e5a085d077c [2021-04-10T03:07:25.439Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T03:07:25.702Z] Removing intermediate container 38ca0e08602d [2021-04-10T03:07:25.702Z] ---> 37a6711ea755 [2021-04-10T03:07:25.702Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T03:07:25.702Z] ---> Running in 63a70cb3a8a1 [2021-04-10T03:07:25.702Z] Removing intermediate container 6a2fc7a180a9 [2021-04-10T03:07:25.702Z] ---> 2958de1119f7 [2021-04-10T03:07:25.702Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T03:07:25.970Z] ---> 66cce5f89175 [2021-04-10T03:07:25.970Z] 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-04-10T03:07:25.970Z] ---> Running in 3b2770f94946 [2021-04-10T03:07:25.970Z] ---> Running in 49ca81026f22 [2021-04-10T03:07:26.233Z] Removing intermediate container 63a70cb3a8a1 [2021-04-10T03:07:26.233Z] ---> dbe44dd2e7a6 [2021-04-10T03:07:26.233Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:07:26.233Z] Removing intermediate container 3b2770f94946 [2021-04-10T03:07:26.233Z] ---> fd30fbd05a6d [2021-04-10T03:07:26.233Z] Step 15/23 : WORKDIR / [2021-04-10T03:07:26.496Z] ---> 4cab7f03f423 [2021-04-10T03:07:26.496Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-10T03:07:26.496Z] Removing intermediate container 49ca81026f22 [2021-04-10T03:07:26.496Z] ---> 550fe6af9b56 [2021-04-10T03:07:26.496Z] Step 15/23 : WORKDIR / [2021-04-10T03:07:26.496Z] ---> 79b3bcda571b [2021-04-10T03:07:26.496Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-10T03:07:26.765Z] ---> Running in 38a707d38a21 [2021-04-10T03:07:26.765Z] ---> Running in e74f9304cc43 [2021-04-10T03:07:27.044Z] ---> 44ee039c1a20 [2021-04-10T03:07:27.044Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-10T03:07:27.310Z] Removing intermediate container 38a707d38a21 [2021-04-10T03:07:27.310Z] ---> 2c39f47896be [2021-04-10T03:07:27.310Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:07:27.310Z] Removing intermediate container e74f9304cc43 [2021-04-10T03:07:27.310Z] ---> 2b33ee8a1598 [2021-04-10T03:07:27.310Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:07:28.706Z] ---> ea064b9ea8d2 [2021-04-10T03:07:28.706Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-10T03:07:28.706Z] ---> 1356584a8566 [2021-04-10T03:07:28.706Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-10T03:07:28.706Z] ---> 2f23f84421e5 [2021-04-10T03:07:28.706Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-10T03:07:28.706Z] ---> a16aa81d239d [2021-04-10T03:07:28.706Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-10T03:07:28.970Z] ---> 7d78814f4e9c [2021-04-10T03:07:28.970Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-10T03:07:29.232Z] ---> Running in 2ca53af19a4b [2021-04-10T03:07:29.504Z] ---> b9236329777d [2021-04-10T03:07:29.504Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-10T03:07:29.504Z] ---> c69fe48aa08f [2021-04-10T03:07:29.504Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-10T03:07:29.504Z] ---> efc934f2cb27 [2021-04-10T03:07:29.504Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-10T03:07:29.504Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-10T03:07:29.504Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-10T03:07:29.504Z] ---> aefe523efa57 [2021-04-10T03:07:29.504Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:07:29.504Z] Removing intermediate container 2ca53af19a4b [2021-04-10T03:07:29.504Z] ---> ecf8ed1c43e7 [2021-04-10T03:07:29.504Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:07:29.766Z] ---> Running in a747d4b048fa [2021-04-10T03:07:29.766Z] ---> Running in a5b99be83a94 [2021-04-10T03:07:30.029Z] ---> dcaa17b91b70 [2021-04-10T03:07:30.029Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-10T03:07:30.029Z] ---> 60251764643a [2021-04-10T03:07:30.029Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-10T03:07:30.029Z] ---> 45c0c512f4c9 [2021-04-10T03:07:30.029Z] 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-04-10T03:07:30.029Z] ---> Running in a8c60d26e18a [2021-04-10T03:07:30.292Z] ---> Running in c9615a56768f [2021-04-10T03:07:30.292Z] ---> Running in 46a62409ba73 [2021-04-10T03:07:30.292Z] Removing intermediate container a747d4b048fa [2021-04-10T03:07:30.292Z] ---> d4a835414e27 [2021-04-10T03:07:30.292Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-10T03:07:30.292Z] Removing intermediate container a5b99be83a94 [2021-04-10T03:07:30.292Z] ---> 9875a68a33af [2021-04-10T03:07:30.292Z] Step 20/22 : LABEL arch=x86_64 [2021-04-10T03:07:30.557Z] ---> Running in 1a22cb101384 [2021-04-10T03:07:30.557Z] ---> Running in b2045484d437 [2021-04-10T03:07:30.834Z] Removing intermediate container a8c60d26e18a [2021-04-10T03:07:30.834Z] ---> fcfe09267e24 [2021-04-10T03:07:30.834Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:07:30.834Z] Removing intermediate container 46a62409ba73 [2021-04-10T03:07:30.834Z] ---> a049af12d004 [2021-04-10T03:07:30.834Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:07:31.098Z] ---> Running in d2206a396a4e [2021-04-10T03:07:31.098Z] ---> Running in 3cbbf1282de4 [2021-04-10T03:07:31.098Z] Removing intermediate container b2045484d437 [2021-04-10T03:07:31.099Z] ---> 225b3a634502 [2021-04-10T03:07:31.099Z] Step 21/22 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:07:31.359Z] ---> Running in 0aed9efa8472 [2021-04-10T03:07:31.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:31.359Z] Removing intermediate container d2206a396a4e [2021-04-10T03:07:31.359Z] ---> 830bdec96a10 [2021-04-10T03:07:31.359Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T03:07:31.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:07:31.622Z] Removing intermediate container 3cbbf1282de4 [2021-04-10T03:07:31.622Z] ---> 0b63b15817f8 [2021-04-10T03:07:31.622Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T03:07:31.622Z] (1/39) Installing readline (8.0.4-r0) [2021-04-10T03:07:31.622Z] (2/39) Installing bash (5.0.17-r0) [2021-04-10T03:07:31.622Z] Executing bash-5.0.17-r0.post-install [2021-04-10T03:07:31.622Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:07:31.622Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-10T03:07:31.622Z] ---> Running in 60c72b072ff2 [2021-04-10T03:07:31.622Z] (5/39) Installing curl (7.69.1-r3) [2021-04-10T03:07:31.622Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-10T03:07:31.622Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-10T03:07:31.622Z] (8/39) Installing expat (2.2.9-r1) [2021-04-10T03:07:31.622Z] (9/39) Installing libffi (3.3-r2) [2021-04-10T03:07:31.622Z] (10/39) Installing gdbm (1.13-r1) [2021-04-10T03:07:31.622Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-10T03:07:31.622Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-10T03:07:31.622Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-10T03:07:31.884Z] ---> Running in cedbb0bdb16d [2021-04-10T03:07:31.885Z] Removing intermediate container 0aed9efa8472 [2021-04-10T03:07:31.885Z] ---> 61a366bcbf21 [2021-04-10T03:07:31.885Z] Step 22/22 : LABEL version=2.0.0-dev.168 [2021-04-10T03:07:32.245Z] ---> 24e7b4797b75 [2021-04-10T03:07:32.245Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-10T03:07:32.245Z] ---> 6da76ef19724 [2021-04-10T03:07:32.245Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-10T03:07:32.245Z] ---> Running in 113515279a6f [2021-04-10T03:07:32.245Z] ---> cddca6fd0c00 [2021-04-10T03:07:32.245Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-10T03:07:32.245Z] ---> 3c687a7fd568 [2021-04-10T03:07:32.245Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-10T03:07:32.245Z] ---> 5234e0ebee1e [2021-04-10T03:07:32.245Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-10T03:07:32.245Z] ---> Running in 4607419adb1c [2021-04-10T03:07:32.245Z] ---> Running in 82e6c09b06f8 [2021-04-10T03:07:32.245Z] ---> Running in 83844023863b [2021-04-10T03:07:32.245Z] ---> Running in 662e9ef1671f [2021-04-10T03:07:32.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-command/core-command ./cmd/core-command [2021-04-10T03:07:32.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-10T03:07:33.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-10T03:07:33.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-10T03:07:33.400Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-10T03:07:34.431Z] Removing intermediate container 60c72b072ff2 [2021-04-10T03:07:34.431Z] ---> f056420849ac [2021-04-10T03:07:34.431Z] Step 22/23 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:07:34.431Z] ---> Running in 32a5fed34163 [2021-04-10T03:07:34.431Z] Removing intermediate container c9615a56768f [2021-04-10T03:07:34.431Z] ---> bc0f4773bc40 [2021-04-10T03:07:34.431Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-10T03:07:34.431Z] Removing intermediate container cedbb0bdb16d [2021-04-10T03:07:34.431Z] ---> 0d3743622936 [2021-04-10T03:07:34.431Z] Step 22/23 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:07:34.431Z] ---> Running in 68de94e97178 [2021-04-10T03:07:34.431Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-10T03:07:34.431Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-10T03:07:34.431Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-10T03:07:34.431Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-10T03:07:34.431Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-10T03:07:34.431Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-10T03:07:34.431Z] ---> Running in 848da7ceff74 [2021-04-10T03:07:34.431Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-10T03:07:35.003Z] ---> Running in a5fdde64f07b [2021-04-10T03:07:35.003Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-10T03:07:35.003Z] Removing intermediate container 32a5fed34163 [2021-04-10T03:07:35.004Z] ---> 0e34109b4f0b [2021-04-10T03:07:35.004Z] [2021-04-10T03:07:35.004Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-10T03:07:35.004Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-10T03:07:35.578Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-10T03:07:35.578Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-10T03:07:35.578Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-10T03:07:35.578Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-10T03:07:35.578Z] Removing intermediate container 68de94e97178 [2021-04-10T03:07:35.578Z] ---> 445a5cd07ee4 [2021-04-10T03:07:35.578Z] Step 23/23 : LABEL version=2.0.0-dev.168 [2021-04-10T03:07:36.151Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-10T03:07:36.151Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-10T03:07:36.151Z] Removing intermediate container 848da7ceff74 [2021-04-10T03:07:36.151Z] ---> a149fcbe7485 [2021-04-10T03:07:36.151Z] Step 22/24 : LABEL arch=x86_64 [2021-04-10T03:07:36.413Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-10T03:07:36.413Z] Successfully built 0e34109b4f0b [2021-04-10T03:07:36.413Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-10T03:07:36.413Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-10T03:07:36.413Z] Removing intermediate container a5fdde64f07b [2021-04-10T03:07:36.413Z] ---> 89125d34978a [2021-04-10T03:07:36.413Z] Step 23/23 : LABEL version=2.0.0-dev.168 [2021-04-10T03:07:36.413Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-10T03:07:36.413Z] Building docker-security-bootstrapper-go [2021-04-10T03:07:36.413Z]  Building docker-support-scheduler-go ... done  ---> Running in 46485a4d5237 [2021-04-10T03:07:36.673Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-10T03:07:36.673Z] ---> Running in 4d445abb2a23 [2021-04-10T03:07:36.673Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-10T03:07:36.673Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-10T03:07:36.673Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-10T03:07:36.934Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-10T03:07:36.934Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-10T03:07:36.934Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-10T03:07:36.934Z] ---> Running in 8c14222d5b95 [2021-04-10T03:07:39.487Z] Removing intermediate container 46485a4d5237 [2021-04-10T03:07:39.487Z] ---> 0d7697e27f8b [2021-04-10T03:07:39.487Z] [2021-04-10T03:07:40.060Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T03:07:40.633Z] OK: 72 MiB in 59 packages [2021-04-10T03:07:40.898Z] Successfully built 0d7697e27f8b [2021-04-10T03:07:42.285Z] Successfully tagged docker-core-command-go:latest [2021-04-10T03:07:42.285Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-04-10T03:07:43.228Z] Collecting docker-compose==1.23.2 [2021-04-10T03:07:43.228Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-10T03:07:44.174Z] Removing intermediate container 4d445abb2a23 [2021-04-10T03:07:44.174Z] ---> b95cb0c71e33 [2021-04-10T03:07:44.174Z] Step 23/24 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:07:44.750Z] Removing intermediate container 8c14222d5b95 [2021-04-10T03:07:44.750Z] ---> 94fdbb763db6 [2021-04-10T03:07:44.750Z] [2021-04-10T03:07:45.011Z] Collecting texttable<0.10,>=0.9.0 [2021-04-10T03:07:45.011Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-10T03:07:46.959Z] ---> Running in 46f6b2f39fa2 [2021-04-10T03:07:47.221Z] Successfully built 94fdbb763db6 [2021-04-10T03:07:49.164Z] Successfully tagged docker-core-metadata-go:latest [2021-04-10T03:07:49.164Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-04-10T03:07:50.566Z] Collecting docker<4.0,>=3.6.0 [2021-04-10T03:07:50.566Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-10T03:07:52.502Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-10T03:07:52.502Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-10T03:07:53.083Z] Removing intermediate container 46f6b2f39fa2 [2021-04-10T03:07:53.083Z] ---> 9cb70bc5b1ae [2021-04-10T03:07:53.083Z] Step 24/24 : LABEL version=2.0.0-dev.168 [2021-04-10T03:07:53.083Z] Collecting PyYAML<4,>=3.10 [2021-04-10T03:07:53.083Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-10T03:07:55.012Z] ---> Running in a3054202461c [2021-04-10T03:07:56.947Z] Collecting jsonschema<3,>=2.5.1 [2021-04-10T03:07:56.947Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-10T03:07:56.947Z] Removing intermediate container a3054202461c [2021-04-10T03:07:56.947Z] ---> 7af1e970e60f [2021-04-10T03:07:56.947Z] [2021-04-10T03:07:57.218Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-10T03:07:57.218Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-10T03:07:59.152Z] Collecting cached-property<2,>=1.2.0 [2021-04-10T03:07:59.152Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-10T03:07:59.152Z] Successfully built 7af1e970e60f [2021-04-10T03:07:59.152Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:07:59.152Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:07:59.152Z] ---> 57230413fa35 [2021-04-10T03:07:59.152Z] Step 3/22 : WORKDIR /edgex-go [2021-04-10T03:07:59.152Z] ---> Using cache [2021-04-10T03:07:59.152Z] ---> d3330ba9e844 [2021-04-10T03:07:59.152Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:07:59.152Z] ---> Using cache [2021-04-10T03:07:59.152Z] ---> 176b7f35a031 [2021-04-10T03:07:59.152Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-10T03:07:59.414Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:07:59.414Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:07:59.987Z] 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-04-10T03:08:00.565Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-10T03:08:00.565Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-04-10T03:08:00.565Z] ---> 57230413fa35 [2021-04-10T03:08:00.565Z] Step 3/31 : WORKDIR /edgex-go [2021-04-10T03:08:00.565Z] ---> Using cache [2021-04-10T03:08:00.565Z] ---> d3330ba9e844 [2021-04-10T03:08:00.565Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:08:00.565Z] ---> Using cache [2021-04-10T03:08:00.565Z] ---> 176b7f35a031 [2021-04-10T03:08:00.565Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-10T03:08:00.565Z] ---> Using cache [2021-04-10T03:08:00.565Z] ---> bdf006ffb959 [2021-04-10T03:08:00.565Z] Step 6/31 : COPY go.mod . [2021-04-10T03:08:00.565Z] ---> Using cache [2021-04-10T03:08:00.565Z] ---> 0192970e947b [2021-04-10T03:08:00.565Z] Step 7/31 : RUN go mod download [2021-04-10T03:08:00.565Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-10T03:08:00.565Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-10T03:08:00.565Z] ---> Using cache [2021-04-10T03:08:00.565Z] ---> b81eff52c163 [2021-04-10T03:08:00.565Z] Step 8/31 : COPY . . [2021-04-10T03:08:00.565Z] ---> Using cache [2021-04-10T03:08:00.565Z] ---> 6a301f2ad41f [2021-04-10T03:08:00.565Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-10T03:08:01.146Z] ---> Running in 80615f0a9302 [2021-04-10T03:08:01.146Z] Collecting docopt<0.7,>=0.6.1 [2021-04-10T03:08:01.146Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-10T03:08:03.078Z] ---> Running in b62fe2ab2a00 [2021-04-10T03:08:03.078Z] Collecting docker-pycreds>=0.4.0 [2021-04-10T03:08:03.078Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-10T03:08:04.469Z] Collecting idna<2.8,>=2.5 [2021-04-10T03:08:04.469Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-10T03:08:04.469Z] 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-04-10T03:08:04.732Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-10T03:08:04.732Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-10T03:08:05.710Z] 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-04-10T03:08:05.710Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-10T03:08:05.710Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-10T03:08:05.710Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-10T03:08:05.710Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-10T03:08:05.710Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-10T03:08:05.711Z] Installing collected packages: texttable, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, cached-property, dockerpty, docopt, docker-compose [2021-04-10T03:08:05.711Z] Running setup.py install for texttable: started [2021-04-10T03:08:05.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:06.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:07.188Z] Running setup.py install for texttable: finished with status 'done' [2021-04-10T03:08:07.188Z] Attempting uninstall: idna [2021-04-10T03:08:07.188Z] Found existing installation: idna 2.9 [2021-04-10T03:08:07.188Z] Uninstalling idna-2.9: [2021-04-10T03:08:07.188Z] Successfully uninstalled idna-2.9 [2021-04-10T03:08:07.453Z] OK: 233 MiB in 51 packages [2021-04-10T03:08:07.453Z] Attempting uninstall: urllib3 [2021-04-10T03:08:07.453Z] Found existing installation: urllib3 1.25.9 [2021-04-10T03:08:07.453Z] Uninstalling urllib3-1.25.9: [2021-04-10T03:08:07.453Z] Successfully uninstalled urllib3-1.25.9 [2021-04-10T03:08:08.863Z] Attempting uninstall: requests [2021-04-10T03:08:08.863Z] Found existing installation: requests 2.23.0 [2021-04-10T03:08:08.863Z] Uninstalling requests-2.23.0: [2021-04-10T03:08:08.863Z] Successfully uninstalled requests-2.23.0 [2021-04-10T03:08:09.857Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:08:09.857Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:08:09.857Z] ---> 57230413fa35 [2021-04-10T03:08:09.857Z] Step 3/21 : WORKDIR /edgex-go [2021-04-10T03:08:09.857Z] ---> Using cache [2021-04-10T03:08:09.857Z] ---> d3330ba9e844 [2021-04-10T03:08:09.857Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:08:09.857Z] ---> Using cache [2021-04-10T03:08:09.857Z] ---> 176b7f35a031 [2021-04-10T03:08:09.857Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-10T03:08:09.857Z] ---> Using cache [2021-04-10T03:08:09.857Z] ---> bdf006ffb959 [2021-04-10T03:08:09.857Z] Step 6/21 : COPY go.mod . [2021-04-10T03:08:09.857Z] ---> Using cache [2021-04-10T03:08:09.857Z] ---> 0192970e947b [2021-04-10T03:08:09.857Z] Step 7/21 : RUN go mod download [2021-04-10T03:08:09.857Z] ---> Using cache [2021-04-10T03:08:09.857Z] ---> b81eff52c163 [2021-04-10T03:08:09.857Z] Step 8/21 : COPY . . [2021-04-10T03:08:09.857Z] ---> Using cache [2021-04-10T03:08:09.857Z] ---> 6a301f2ad41f [2021-04-10T03:08:09.857Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-10T03:08:10.831Z] ---> Running in 8f9f098591ac [2021-04-10T03:08:11.795Z] Removing intermediate container 80615f0a9302 [2021-04-10T03:08:11.795Z] ---> de886de618f1 [2021-04-10T03:08:11.795Z] Step 6/22 : COPY go.mod . [2021-04-10T03:08:12.062Z] Running setup.py install for PyYAML: started [2021-04-10T03:08:13.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-10T03:08:14.204Z] ---> 2d0c29b7f4bf [2021-04-10T03:08:14.204Z] Step 7/22 : RUN go mod download [2021-04-10T03:08:14.475Z] ---> Running in 7ce35d228efc [2021-04-10T03:08:14.759Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-10T03:08:15.349Z] Running setup.py install for dockerpty: started [2021-04-10T03:08:15.940Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-10T03:08:15.940Z] Running setup.py install for docopt: started [2021-04-10T03:08:16.924Z] Running setup.py install for docopt: finished with status 'done' [2021-04-10T03:08:17.533Z] 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-04-10T03:08:19.001Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:08:19.001Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:08:19.001Z] ---> 57230413fa35 [2021-04-10T03:08:19.001Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:08:19.001Z] ---> Using cache [2021-04-10T03:08:19.001Z] ---> d3330ba9e844 [2021-04-10T03:08:19.001Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:08:19.001Z] ---> Using cache [2021-04-10T03:08:19.001Z] ---> 176b7f35a031 [2021-04-10T03:08:19.001Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-10T03:08:19.968Z] ---> Running in 80c8696ffcdc [2021-04-10T03:08:20.579Z] Removing intermediate container 7ce35d228efc [2021-04-10T03:08:20.579Z] ---> ccd431332725 [2021-04-10T03:08:20.579Z] Step 8/22 : COPY . . [2021-04-10T03:08:21.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:21.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:22.746Z] OK: 233 MiB in 51 packages [2021-04-10T03:08:27.242Z] Removing intermediate container 80c8696ffcdc [2021-04-10T03:08:27.242Z] ---> 664ccfdcfe20 [2021-04-10T03:08:27.242Z] Step 6/23 : COPY go.mod . [2021-04-10T03:08:31.770Z] ---> fe7f4a20102f [2021-04-10T03:08:31.770Z] Step 7/23 : RUN go mod download [2021-04-10T03:08:35.996Z] ---> Running in 361322dacbd8 [2021-04-10T03:08:38.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-10T03:08:46.777Z] Removing intermediate container b62fe2ab2a00 [2021-04-10T03:08:46.777Z] ---> 8bb44afa9ca2 [2021-04-10T03:08:46.777Z] [2021-04-10T03:08:46.777Z] Step 10/31 : FROM alpine:3.12 [2021-04-10T03:08:46.777Z] ---> 7230e588e954 [2021-04-10T03:08:46.777Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-10T03:08:46.777Z] Removing intermediate container 1a22cb101384 [2021-04-10T03:08:46.777Z] ---> 219e5e714246 [2021-04-10T03:08:46.777Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-10T03:08:46.777Z] ---> 9a168239f0e6 [2021-04-10T03:08:46.777Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-10T03:08:46.777Z] Removing intermediate container 361322dacbd8 [2021-04-10T03:08:46.777Z] ---> dee45315000b [2021-04-10T03:08:46.777Z] Step 8/23 : COPY . . [2021-04-10T03:08:47.044Z] ---> Running in ced0b8a60806 [2021-04-10T03:08:47.044Z] ---> Running in acda6f8e4ea2 [2021-04-10T03:08:47.044Z] ---> Running in a2e35c029d56 [2021-04-10T03:08:49.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-10T03:08:51.523Z] Removing intermediate container ced0b8a60806 [2021-04-10T03:08:51.523Z] ---> 05792e5ca4b5 [2021-04-10T03:08:51.523Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-10T03:08:52.925Z] Removing intermediate container a2e35c029d56 [2021-04-10T03:08:52.925Z] ---> e53a82937e17 [2021-04-10T03:08:52.925Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-10T03:08:54.897Z] ---> Running in 4bfffdebd10d [2021-04-10T03:08:56.283Z] ---> Running in 5be8a7f3f7c5 [2021-04-10T03:08:56.283Z] Removing intermediate container 8f9f098591ac [2021-04-10T03:08:56.283Z] ---> d90a958ddef8 [2021-04-10T03:08:56.283Z] [2021-04-10T03:08:56.283Z] Step 10/21 : FROM alpine:3.12 [2021-04-10T03:08:56.283Z] ---> 7230e588e954 [2021-04-10T03:08:56.283Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-10T03:08:59.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:59.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:08:59.637Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-10T03:08:59.637Z] (2/2) Installing su-exec (0.2-r1) [2021-04-10T03:08:59.637Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:08:59.912Z] ---> Running in c5adc5e594f4 [2021-04-10T03:08:59.912Z] OK: 6 MiB in 16 packages [2021-04-10T03:09:00.182Z] Removing intermediate container 5be8a7f3f7c5 [2021-04-10T03:09:00.182Z] ---> d77dd95d548f [2021-04-10T03:09:00.182Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-10T03:09:02.796Z] ---> 0ee8fb067299 [2021-04-10T03:09:02.796Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-10T03:09:03.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:09:03.386Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:09:03.649Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-10T03:09:04.238Z] ---> c28e82873bdc [2021-04-10T03:09:04.238Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-10T03:09:04.238Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:09:04.238Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-10T03:09:04.238Z] (4/4) Installing curl (7.69.1-r3) [2021-04-10T03:09:04.238Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:09:04.238Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:09:04.502Z] OK: 7 MiB in 18 packages [2021-04-10T03:09:04.502Z] Removing intermediate container 4bfffdebd10d [2021-04-10T03:09:04.502Z] ---> eb45c7e7f26a [2021-04-10T03:09:04.502Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-10T03:09:08.724Z] ---> Running in 13537864a1e4 [2021-04-10T03:09:10.111Z] ---> 3572a954dc98 [2021-04-10T03:09:10.111Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-10T03:09:10.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-10T03:09:10.221Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-10T03:09:10.693Z] Removing intermediate container 13537864a1e4 [2021-04-10T03:09:10.694Z] ---> 3678f6b9ee85 [2021-04-10T03:09:10.694Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-10T03:09:10.694Z] ---> Running in e1cae1061c50 [2021-04-10T03:09:10.694Z] Removing intermediate container c5adc5e594f4 [2021-04-10T03:09:10.694Z] ---> a6a89493abdd [2021-04-10T03:09:10.694Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T03:09:10.954Z] ---> 55c87250bb58 [2021-04-10T03:09:10.954Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-10T03:09:10.954Z] ---> Running in a6fc3d4b266c [2021-04-10T03:09:10.954Z] ---> Running in a52a627872bb [2021-04-10T03:09:11.215Z] ---> Running in f01dafc1f4b3 [2021-04-10T03:09:11.215Z] Removing intermediate container e1cae1061c50 [2021-04-10T03:09:11.215Z] ---> 4a4e20f3c811 [2021-04-10T03:09:11.215Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:09:11.478Z] Removing intermediate container a6fc3d4b266c [2021-04-10T03:09:11.478Z] ---> 48f19ab0a165 [2021-04-10T03:09:11.478Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-10T03:09:11.478Z] ---> Running in 20d10379c461 [2021-04-10T03:09:11.739Z] Removing intermediate container a52a627872bb [2021-04-10T03:09:11.739Z] ---> 5df991bfe424 [2021-04-10T03:09:11.739Z] Step 13/21 : WORKDIR /edgex [2021-04-10T03:09:11.739Z] ---> Running in 9bdcba7aff20 [2021-04-10T03:09:11.739Z] ---> Running in a4a03ec4615c [2021-04-10T03:09:12.010Z] Removing intermediate container 20d10379c461 [2021-04-10T03:09:12.010Z] ---> ce8112b9aac7 [2021-04-10T03:09:12.010Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T03:09:12.010Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-data/core-data ./cmd/core-data [2021-04-10T03:09:12.010Z] ---> Running in 89a6ee217480 [2021-04-10T03:09:12.286Z] Removing intermediate container a4a03ec4615c [2021-04-10T03:09:12.286Z] ---> 32ceec3d2757 [2021-04-10T03:09:12.286Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-10T03:09:12.286Z] Removing intermediate container 89a6ee217480 [2021-04-10T03:09:12.286Z] ---> aeb5a312dff3 [2021-04-10T03:09:12.286Z] Step 22/23 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:12.549Z] ---> Running in ce1bc7df5890 [2021-04-10T03:09:12.812Z] ---> caeabdf4d61e [2021-04-10T03:09:12.812Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-10T03:09:12.812Z] Removing intermediate container ce1bc7df5890 [2021-04-10T03:09:12.812Z] ---> b381a895d99a [2021-04-10T03:09:12.812Z] Step 23/23 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:13.076Z] ---> Running in d6532bc2eb86 [2021-04-10T03:09:13.346Z] Removing intermediate container d6532bc2eb86 [2021-04-10T03:09:13.346Z] ---> 621d82e8b9da [2021-04-10T03:09:13.346Z] [2021-04-10T03:09:13.619Z] Successfully built 621d82e8b9da [2021-04-10T03:09:13.890Z] ---> baac9e592832 [2021-04-10T03:09:13.891Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-10T03:09:13.891Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-10T03:09:13.891Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 9bdcba7aff20 [2021-04-10T03:09:13.891Z] ---> 9f826c87ff34 [2021-04-10T03:09:13.891Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-10T03:09:14.166Z] ---> Running in c5f79fef9e88 [2021-04-10T03:09:14.445Z] Removing intermediate container c5f79fef9e88 [2021-04-10T03:09:14.445Z] ---> 3891d9cc7557 [2021-04-10T03:09:14.445Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-10T03:09:16.363Z] ---> 29a746074fff [2021-04-10T03:09:16.363Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-10T03:09:17.755Z] ---> caa222788b61 [2021-04-10T03:09:17.755Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-10T03:09:17.755Z] ---> Running in 5c5c6fa79c3e [2021-04-10T03:09:17.755Z] ---> Running in 3f9cfd3d04a3 [2021-04-10T03:09:18.023Z] Removing intermediate container acda6f8e4ea2 [2021-04-10T03:09:18.023Z] ---> 5197084dd0c8 [2021-04-10T03:09:18.023Z] [2021-04-10T03:09:18.023Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T03:09:18.023Z] ---> 7230e588e954 [2021-04-10T03:09:18.023Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-10T03:09:18.297Z] Removing intermediate container 5c5c6fa79c3e [2021-04-10T03:09:18.297Z] ---> 3f15d27db7a9 [2021-04-10T03:09:18.297Z] Step 18/21 : CMD ["--init=true"] [2021-04-10T03:09:18.297Z] ---> Running in 58197caede48 [2021-04-10T03:09:18.569Z] ---> Running in 8854e4541dc4 [2021-04-10T03:09:19.163Z] Removing intermediate container 8854e4541dc4 [2021-04-10T03:09:19.163Z] ---> dcb0c26963e0 [2021-04-10T03:09:19.163Z] Step 19/21 : LABEL arch=x86_64 [2021-04-10T03:09:19.163Z] ---> Running in 5c9143a5ccd9 [2021-04-10T03:09:19.768Z] Removing intermediate container 5c9143a5ccd9 [2021-04-10T03:09:19.768Z] ---> 77956f5bfa70 [2021-04-10T03:09:19.768Z] Step 20/21 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:19.768Z] ---> Running in ff5daa9aa842 [2021-04-10T03:09:19.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:09:19.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:09:20.043Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-10T03:09:20.043Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-10T03:09:20.043Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:09:20.043Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:09:20.315Z] OK: 6 MiB in 16 packages [2021-04-10T03:09:20.315Z] Removing intermediate container 3f9cfd3d04a3 [2021-04-10T03:09:20.315Z] ---> 6109852c6e7e [2021-04-10T03:09:20.315Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:09:20.315Z] Removing intermediate container ff5daa9aa842 [2021-04-10T03:09:20.315Z] ---> 917c3b95b0f6 [2021-04-10T03:09:20.315Z] Step 21/21 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:20.590Z] ---> Running in a4bc43325e7a [2021-04-10T03:09:20.873Z] ---> 7d0e8ab2e7b8 [2021-04-10T03:09:20.874Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-10T03:09:21.143Z] Removing intermediate container a4bc43325e7a [2021-04-10T03:09:21.143Z] ---> e43517d51403 [2021-04-10T03:09:21.143Z] [2021-04-10T03:09:22.543Z] Successfully built e43517d51403 [2021-04-10T03:09:23.143Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-10T03:09:23.143Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 58197caede48 [2021-04-10T03:09:23.143Z] ---> 749ed5d21279 [2021-04-10T03:09:23.143Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:09:23.729Z] ---> 322f3ca4a6c1 [2021-04-10T03:09:23.729Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-10T03:09:23.729Z] ---> Running in e916954b75b3 [2021-04-10T03:09:24.004Z] ---> ec8cb669c1d0 [2021-04-10T03:09:24.005Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-10T03:09:24.274Z] Removing intermediate container e916954b75b3 [2021-04-10T03:09:24.274Z] ---> d81e2646c927 [2021-04-10T03:09:24.274Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-10T03:09:24.549Z] ---> Running in 4fa6805eb508 [2021-04-10T03:09:24.821Z] ---> 432fe6e556ab [2021-04-10T03:09:24.821Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-10T03:09:25.084Z] Removing intermediate container 4fa6805eb508 [2021-04-10T03:09:25.084Z] ---> c7053d1989f1 [2021-04-10T03:09:25.084Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T03:09:25.084Z] ---> Running in f59cb98137fe [2021-04-10T03:09:25.353Z] Removing intermediate container f59cb98137fe [2021-04-10T03:09:25.353Z] ---> e567e1a9dcbd [2021-04-10T03:09:25.353Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:09:25.353Z] ---> 5df9169daecb [2021-04-10T03:09:25.353Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-10T03:09:25.633Z] ---> Running in 58915f21b5e1 [2021-04-10T03:09:25.905Z] ---> 6a92a4e8d3e4 [2021-04-10T03:09:25.905Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-10T03:09:25.905Z] Removing intermediate container 58915f21b5e1 [2021-04-10T03:09:25.905Z] ---> 7619830b240a [2021-04-10T03:09:25.905Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-10T03:09:26.483Z] ---> a7c6e042c10f [2021-04-10T03:09:26.483Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-10T03:09:26.483Z] ---> b9a7b2ccc870 [2021-04-10T03:09:26.483Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-10T03:09:26.748Z] ---> Running in cb15d8b526aa [2021-04-10T03:09:27.041Z] ---> 09e2f302d954 [2021-04-10T03:09:27.041Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-10T03:09:27.041Z] ---> Running in 1ea726bb9651 [2021-04-10T03:09:27.325Z] Removing intermediate container 1ea726bb9651 [2021-04-10T03:09:27.325Z] ---> a14fbd0a913c [2021-04-10T03:09:27.325Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:09:27.325Z] ---> Running in 6b51e2b44679 [2021-04-10T03:09:27.590Z] Removing intermediate container 6b51e2b44679 [2021-04-10T03:09:27.590Z] ---> 706f41ce45ad [2021-04-10T03:09:27.590Z] Step 20/22 : LABEL arch=x86_64 [2021-04-10T03:09:27.590Z] ---> Running in 4a788a67745a [2021-04-10T03:09:27.853Z] Removing intermediate container cb15d8b526aa [2021-04-10T03:09:27.853Z] ---> 91309aa68847 [2021-04-10T03:09:27.853Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-10T03:09:28.115Z] ---> Running in 718f33ad6eef [2021-04-10T03:09:30.043Z] Removing intermediate container 4a788a67745a [2021-04-10T03:09:30.043Z] ---> bcc9aef8842a [2021-04-10T03:09:30.043Z] Step 21/22 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:30.309Z] Removing intermediate container 718f33ad6eef [2021-04-10T03:09:30.309Z] ---> d0f48861bc53 [2021-04-10T03:09:30.309Z] Step 28/31 : CMD ["gate"] [2021-04-10T03:09:30.309Z] ---> Running in 04a18014f405 [2021-04-10T03:09:30.572Z] ---> Running in 02cba0e501c8 [2021-04-10T03:09:30.572Z] Removing intermediate container 04a18014f405 [2021-04-10T03:09:30.572Z] ---> aeb11d15b932 [2021-04-10T03:09:30.572Z] Step 22/22 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:30.834Z] ---> Running in 73baff4c1565 [2021-04-10T03:09:30.834Z] Removing intermediate container 02cba0e501c8 [2021-04-10T03:09:30.834Z] ---> 37ef4fe2e3f0 [2021-04-10T03:09:30.834Z] Step 29/31 : LABEL arch=x86_64 [2021-04-10T03:09:31.096Z] ---> Running in ba68c9002b01 [2021-04-10T03:09:31.096Z] Removing intermediate container 73baff4c1565 [2021-04-10T03:09:31.096Z] ---> 366b406e3fb5 [2021-04-10T03:09:31.096Z] [2021-04-10T03:09:31.358Z] Successfully built 366b406e3fb5 [2021-04-10T03:09:31.930Z] Successfully tagged docker-support-notifications-go:latest [2021-04-10T03:09:31.930Z]  Building docker-support-notifications-go ... done Removing intermediate container ba68c9002b01 [2021-04-10T03:09:31.930Z] ---> 11287fbd0e69 [2021-04-10T03:09:31.930Z] Step 30/31 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:32.460Z] Removing intermediate container 662e9ef1671f [2021-04-10T03:09:32.460Z] ---> 68f205b1c18d [2021-04-10T03:09:32.460Z] [2021-04-10T03:09:32.460Z] Step 10/24 : FROM alpine:3.12 [2021-04-10T03:09:32.460Z] 3.12: Pulling from library/alpine [2021-04-10T03:09:32.460Z] Removing intermediate container 83844023863b [2021-04-10T03:09:32.460Z] ---> ee820151cc50 [2021-04-10T03:09:32.460Z] [2021-04-10T03:09:32.460Z] Step 10/21 : FROM alpine:3.12 [2021-04-10T03:09:32.460Z] 3.12: Pulling from library/alpine [2021-04-10T03:09:32.460Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:09:32.460Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-10T03:09:32.460Z] Status: Downloaded newer image for alpine:3.12 [2021-04-10T03:09:32.460Z] Status: Image is up to date for alpine:3.12 [2021-04-10T03:09:32.460Z] ---> d75e27dfc0a0 [2021-04-10T03:09:32.460Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-10T03:09:32.460Z] ---> d75e27dfc0a0 [2021-04-10T03:09:32.460Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-10T03:09:33.065Z] ---> Running in a4df31a90666 [2021-04-10T03:09:33.065Z] ---> Running in 1cb0b515b82e [2021-04-10T03:09:33.326Z] ---> Running in 040ec4290709 [2021-04-10T03:09:33.586Z] Removing intermediate container f01dafc1f4b3 [2021-04-10T03:09:33.586Z] ---> 066b340b2a6f [2021-04-10T03:09:33.586Z] [2021-04-10T03:09:33.586Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:09:33.586Z] ---> 7230e588e954 [2021-04-10T03:09:33.586Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-10T03:09:33.586Z] ---> Running in 688b8a8481ea [2021-04-10T03:09:33.586Z] Removing intermediate container 040ec4290709 [2021-04-10T03:09:33.586Z] ---> dbba77f665c7 [2021-04-10T03:09:33.586Z] Step 31/31 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:33.848Z] ---> Running in f7e59397be94 [2021-04-10T03:09:33.848Z] Removing intermediate container 688b8a8481ea [2021-04-10T03:09:33.848Z] ---> db9f6099acf6 [2021-04-10T03:09:33.848Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-10T03:09:33.848Z] ---> Running in 4f63e23d7a01 [2021-04-10T03:09:34.108Z] Removing intermediate container f7e59397be94 [2021-04-10T03:09:34.108Z] ---> 6458abc2a232 [2021-04-10T03:09:34.108Z] [2021-04-10T03:09:34.108Z] Removing intermediate container 4f63e23d7a01 [2021-04-10T03:09:34.108Z] ---> bf24ed539c93 [2021-04-10T03:09:34.108Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-10T03:09:34.108Z] Successfully built 6458abc2a232 [2021-04-10T03:09:34.108Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-10T03:09:34.108Z]  Building docker-security-bootstrapper-go ... done  ---> Running in 272f0323bf03 [2021-04-10T03:09:34.369Z] Removing intermediate container 272f0323bf03 [2021-04-10T03:09:34.369Z] ---> 3d69fece4f20 [2021-04-10T03:09:34.369Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:09:34.369Z] ---> Running in 505d955016d9 [2021-04-10T03:09:35.314Z] Removing intermediate container 505d955016d9 [2021-04-10T03:09:35.314Z] ---> 4598639a8783 [2021-04-10T03:09:35.314Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-10T03:09:35.314Z] ---> Running in 0c6c29d583cf [2021-04-10T03:09:35.691Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:35.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:35.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:35.692Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:35.892Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-10T03:09:36.289Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-10T03:09:36.289Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-10T03:09:36.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-10T03:09:36.562Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:09:36.562Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:09:36.562Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-10T03:09:36.562Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-10T03:09:36.562Z] (4/4) Installing curl (7.69.1-r3) [2021-04-10T03:09:36.562Z] (4/6) Installing curl (7.69.1-r3) [2021-04-10T03:09:36.562Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:09:36.562Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-10T03:09:36.562Z] (6/6) Installing su-exec (0.2-r1) [2021-04-10T03:09:36.562Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:09:36.562Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:09:36.562Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:09:36.837Z] OK: 7 MiB in 20 packages [2021-04-10T03:09:36.837Z] OK: 7 MiB in 18 packages [2021-04-10T03:09:37.116Z] Removing intermediate container 113515279a6f [2021-04-10T03:09:37.116Z] ---> 1ba7ac0d41d4 [2021-04-10T03:09:37.116Z] [2021-04-10T03:09:37.116Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:09:37.116Z] ---> d75e27dfc0a0 [2021-04-10T03:09:37.116Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:09:37.173Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-10T03:09:37.437Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-10T03:09:37.437Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-10T03:09:37.437Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-10T03:09:37.698Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-10T03:09:37.716Z] ---> Running in 900a2365a4d8 [2021-04-10T03:09:37.960Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-10T03:09:37.960Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:09:37.960Z] OK: 8 MiB in 20 packages [2021-04-10T03:09:38.316Z] Removing intermediate container 82e6c09b06f8 [2021-04-10T03:09:38.316Z] ---> 109a9479729c [2021-04-10T03:09:38.316Z] [2021-04-10T03:09:38.316Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T03:09:38.316Z] ---> d75e27dfc0a0 [2021-04-10T03:09:38.316Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:09:38.316Z] Removing intermediate container 4607419adb1c [2021-04-10T03:09:38.316Z] ---> 43e2eaa11f31 [2021-04-10T03:09:38.316Z] [2021-04-10T03:09:38.316Z] Step 10/22 : FROM alpine:3.12 [2021-04-10T03:09:38.316Z] ---> d75e27dfc0a0 [2021-04-10T03:09:38.316Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-10T03:09:38.533Z] Removing intermediate container 0c6c29d583cf [2021-04-10T03:09:38.533Z] ---> bb765b022783 [2021-04-10T03:09:38.533Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:09:38.794Z] ---> 064f97fc8a65 [2021-04-10T03:09:38.794Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-10T03:09:38.918Z] ---> Running in ebf222c298e3 [2021-04-10T03:09:38.919Z] ---> Running in f0530ab108a5 [2021-04-10T03:09:39.366Z] ---> e4017a83821d [2021-04-10T03:09:39.366Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-10T03:09:39.630Z] ---> a413a1b15fa1 [2021-04-10T03:09:39.630Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-10T03:09:39.630Z] ---> Running in 0b8f886b01cc [2021-04-10T03:09:39.890Z] Removing intermediate container 0b8f886b01cc [2021-04-10T03:09:39.890Z] ---> 9fb1815de2c0 [2021-04-10T03:09:39.890Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:09:39.890Z] ---> Running in 80f06ab0d4ef [2021-04-10T03:09:39.890Z] Removing intermediate container 80f06ab0d4ef [2021-04-10T03:09:39.890Z] ---> 724a24d728d6 [2021-04-10T03:09:39.890Z] Step 21/23 : LABEL arch=x86_64 [2021-04-10T03:09:39.916Z] Removing intermediate container 1cb0b515b82e [2021-04-10T03:09:39.916Z] ---> f91e8f902083 [2021-04-10T03:09:39.916Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T03:09:39.916Z] Removing intermediate container a4df31a90666 [2021-04-10T03:09:39.916Z] ---> 48b4123d6210 [2021-04-10T03:09:39.916Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-10T03:09:39.916Z] ---> Running in c18c0647b030 [2021-04-10T03:09:39.916Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:39.916Z] ---> Running in 16dd842c6320 [2021-04-10T03:09:40.151Z] ---> Running in 3cfe63fa1482 [2021-04-10T03:09:40.151Z] Removing intermediate container 3cfe63fa1482 [2021-04-10T03:09:40.151Z] ---> 5ad3abb0a1f6 [2021-04-10T03:09:40.151Z] Step 22/23 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:40.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:40.412Z] ---> Running in 2a61c5b3aa17 [2021-04-10T03:09:40.412Z] Removing intermediate container 2a61c5b3aa17 [2021-04-10T03:09:40.412Z] ---> c3b89c2364b8 [2021-04-10T03:09:40.412Z] Step 23/23 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:40.412Z] ---> Running in 3685d881e60f [2021-04-10T03:09:40.673Z] Removing intermediate container 3685d881e60f [2021-04-10T03:09:40.673Z] ---> a4ef5e0b40ed [2021-04-10T03:09:40.673Z] [2021-04-10T03:09:40.791Z] Removing intermediate container 16dd842c6320 [2021-04-10T03:09:40.791Z] ---> 1114f0891837 [2021-04-10T03:09:40.791Z] Step 13/21 : WORKDIR /edgex [2021-04-10T03:09:40.791Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T03:09:40.791Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:09:40.791Z] Removing intermediate container c18c0647b030 [2021-04-10T03:09:40.791Z] ---> 5163abfbd431 [2021-04-10T03:09:40.791Z] Step 13/24 : WORKDIR / [2021-04-10T03:09:40.791Z] OK: 5 MiB in 15 packages [2021-04-10T03:09:40.791Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:41.242Z] ---> Running in 5679a5c2d53e [2021-04-10T03:09:41.242Z] ---> Running in 03d84d4dafb6 [2021-04-10T03:09:41.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:41.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:41.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:09:41.299Z] Successfully built a4ef5e0b40ed [2021-04-10T03:09:41.561Z] Successfully tagged docker-core-data-go:latest [2021-04-10T03:09:41.832Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-10T03:09:41.857Z] $ docker stop --time=1 65f7fdc669cc5ec390f8450affacd6eac3b54a37260e21aa3801d9a5f65c8262 [2021-04-10T03:09:41.923Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-10T03:09:41.923Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-10T03:09:41.923Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:09:41.923Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-10T03:09:41.923Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:09:41.923Z] Executing ca-certificates-20191127-r4.trigger [2021-04-10T03:09:41.923Z] OK: 5 MiB in 15 packages [2021-04-10T03:09:42.253Z] Removing intermediate container 5679a5c2d53e [2021-04-10T03:09:42.253Z] ---> e1739e45334b [2021-04-10T03:09:42.253Z] 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-04-10T03:09:42.253Z] Removing intermediate container 03d84d4dafb6 [2021-04-10T03:09:42.253Z] ---> 327e5ed43c1a [2021-04-10T03:09:42.253Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-10T03:09:42.253Z] OK: 6 MiB in 16 packages [2021-04-10T03:09:43.287Z] Removing intermediate container 900a2365a4d8 [2021-04-10T03:09:43.287Z] ---> a46cf780ad7d [2021-04-10T03:09:43.287Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:09:43.287Z] ---> Running in f47dfad3532f [2021-04-10T03:09:43.390Z] $ docker rm -f 65f7fdc669cc5ec390f8450affacd6eac3b54a37260e21aa3801d9a5f65c8262 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T03:09:43.887Z] + docker images [2021-04-10T03:09:43.887Z] + grep docker [2021-04-10T03:09:43.897Z] ---> 4118710d2ed0 [2021-04-10T03:09:43.897Z] 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-04-10T03:09:43.897Z] ---> 5c679f36a833 [2021-04-10T03:09:43.897Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-10T03:09:44.149Z] docker-core-data-go latest a4ef5e0b40ed 4 seconds ago 22.7MB [2021-04-10T03:09:44.149Z] docker-security-bootstrapper-go latest 6458abc2a232 11 seconds ago 19MB [2021-04-10T03:09:44.149Z] docker-support-notifications-go latest 366b406e3fb5 14 seconds ago 17.9MB [2021-04-10T03:09:44.149Z] docker-security-proxy-setup-go latest e43517d51403 24 seconds ago 25.5MB [2021-04-10T03:09:44.149Z] docker-sys-mgmt-agent-go latest 621d82e8b9da 31 seconds ago 312MB [2021-04-10T03:09:44.149Z] docker-security-secretstore-setup-go latest 7af1e970e60f About a minute ago 25.8MB [2021-04-10T03:09:44.149Z] docker-core-metadata-go latest 94fdbb763db6 2 minutes ago 19MB [2021-04-10T03:09:44.149Z] docker-core-command-go latest 0d7697e27f8b 2 minutes ago 17.3MB [2021-04-10T03:09:44.149Z] docker-support-scheduler-go latest 0e34109b4f0b 2 minutes ago 17.4MB [2021-04-10T03:09:44.149Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [2021-04-10T03:09:44.171Z] Removing intermediate container f47dfad3532f [2021-04-10T03:09:44.171Z] ---> 197828b9859b [2021-04-10T03:09:44.171Z] Step 13/23 : ENV APP_PORT=48082 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [2021-04-10T03:09:44.457Z] Removing intermediate container ebf222c298e3 [2021-04-10T03:09:44.457Z] ---> 0843358c8c45 [2021-04-10T03:09:44.457Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-10T03:09:44.687Z] provisioning config files... [2021-04-10T03:09:44.724Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config9117335728503404301tmp [Pipeline] { [2021-04-10T03:09:44.741Z] ---> Running in 8fee3ab3dbff [2021-04-10T03:09:44.741Z] ---> Running in 9562ae32e823 [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:09:45.020Z] Removing intermediate container f0530ab108a5 [2021-04-10T03:09:45.020Z] ---> 5992aa385350 [2021-04-10T03:09:45.020Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' ---> ada8845e66f6 [2021-04-10T03:09:45.020Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-10T03:09:45.020Z] [2021-04-10T03:09:45.079Z] ---> docker-login.sh [2021-04-10T03:09:45.079Z] nexus3.edgexfoundry.org:10001 [2021-04-10T03:09:45.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:09:45.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:09:45.079Z] Configure a credential helper to remove this warning. See [2021-04-10T03:09:45.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:09:45.079Z] [2021-04-10T03:09:45.079Z] Login Succeeded [2021-04-10T03:09:45.079Z] nexus3.edgexfoundry.org:10002 [2021-04-10T03:09:45.293Z] ---> Running in e0d3bc725fb0 [2021-04-10T03:09:45.293Z] Removing intermediate container 8fee3ab3dbff [2021-04-10T03:09:45.293Z] ---> efb483e27028 [2021-04-10T03:09:45.293Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T03:09:45.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:09:45.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:09:45.340Z] Configure a credential helper to remove this warning. See [2021-04-10T03:09:45.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:09:45.340Z] [2021-04-10T03:09:45.340Z] Login Succeeded [2021-04-10T03:09:45.340Z] nexus3.edgexfoundry.org:10003 [2021-04-10T03:09:45.570Z] Removing intermediate container 9562ae32e823 [2021-04-10T03:09:45.570Z] ---> 388bf92a7247 [2021-04-10T03:09:45.570Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-10T03:09:45.570Z] ---> 6049ca276bad [2021-04-10T03:09:45.570Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-10T03:09:45.570Z] ---> Running in 59fbb05da2ef [2021-04-10T03:09:45.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:09:45.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:09:45.602Z] Configure a credential helper to remove this warning. See [2021-04-10T03:09:45.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:09:45.602Z] [2021-04-10T03:09:45.602Z] Login Succeeded [2021-04-10T03:09:45.602Z] nexus3.edgexfoundry.org:10004 [2021-04-10T03:09:45.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:09:45.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:09:45.602Z] Configure a credential helper to remove this warning. See [2021-04-10T03:09:45.602Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:09:45.602Z] [2021-04-10T03:09:45.602Z] Login Succeeded [2021-04-10T03:09:45.602Z] docker.io [2021-04-10T03:09:45.845Z] ---> Running in b348084fd40e [2021-04-10T03:09:45.845Z] Removing intermediate container e0d3bc725fb0 [2021-04-10T03:09:45.845Z] ---> cf12c0dd6f58 [2021-04-10T03:09:45.845Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-10T03:09:45.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:09:46.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:09:46.123Z] Configure a credential helper to remove this warning. See [2021-04-10T03:09:46.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:09:46.123Z] [2021-04-10T03:09:46.123Z] Login Succeeded [2021-04-10T03:09:46.123Z] ---> docker-login.sh ends [2021-04-10T03:09:46.127Z] ---> 7b6223ec3177 [2021-04-10T03:09:46.127Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] } [2021-04-10T03:09:46.133Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:09:46.335Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-10T03:09:46.335Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:46.335Z] 2.0.0-dev.168 [2021-04-10T03:09:46.335Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:09:46.335Z] master [2021-04-10T03:09:46.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-04-10T03:09:46.404Z] ---> Running in b159aca994cf [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:46.677Z] Removing intermediate container 59fbb05da2ef [2021-04-10T03:09:46.678Z] ---> 80d1e52d169a [2021-04-10T03:09:46.678Z] Step 15/23 : WORKDIR / [2021-04-10T03:09:46.828Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:46.953Z] Removing intermediate container b348084fd40e [2021-04-10T03:09:46.953Z] ---> 462c8979a21a [2021-04-10T03:09:46.953Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T03:09:46.953Z] ---> Running in 2242fd32fb39 [2021-04-10T03:09:47.123Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:47.124Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-10T03:09:47.124Z] afd41ff94670: Preparing [2021-04-10T03:09:47.124Z] e421644c51b5: Preparing [2021-04-10T03:09:47.124Z] ea6c87389992: Preparing [2021-04-10T03:09:47.124Z] 73553775321a: Preparing [2021-04-10T03:09:47.124Z] b0b9881431d7: Preparing [2021-04-10T03:09:47.124Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:47.228Z] ---> Running in 2dce949b716b [2021-04-10T03:09:47.228Z] Removing intermediate container b159aca994cf [2021-04-10T03:09:47.228Z] ---> af1122913fd4 [2021-04-10T03:09:47.228Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-10T03:09:47.228Z] ---> 17a0e6d753a5 [2021-04-10T03:09:47.228Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-10T03:09:47.385Z] 73553775321a: Pushed [2021-04-10T03:09:47.385Z] afd41ff94670: Pushed [2021-04-10T03:09:47.385Z] ea6c87389992: Pushed [2021-04-10T03:09:47.505Z] ---> Running in 567a1301cdeb [2021-04-10T03:09:47.505Z] ---> Running in ae3878ad4347 [2021-04-10T03:09:47.505Z] ---> 76cf4b93d6cd [2021-04-10T03:09:47.505Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-10T03:09:47.783Z] Removing intermediate container 2dce949b716b [2021-04-10T03:09:47.783Z] ---> 29d971e09a95 [2021-04-10T03:09:47.783Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:09:47.783Z] Removing intermediate container 2242fd32fb39 [2021-04-10T03:09:47.783Z] ---> 0ea52461f074 [2021-04-10T03:09:47.783Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:09:48.064Z] Removing intermediate container 567a1301cdeb [2021-04-10T03:09:48.064Z] ---> 4cac274bdf45 [2021-04-10T03:09:48.064Z] Step 18/21 : CMD ["--init=true"] [2021-04-10T03:09:48.064Z] Removing intermediate container ae3878ad4347 [2021-04-10T03:09:48.064Z] ---> 3bc151827544 [2021-04-10T03:09:48.064Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:09:48.330Z] e421644c51b5: Pushed [2021-04-10T03:09:48.343Z] ---> Running in 0a348e8207ef [2021-04-10T03:09:48.591Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:738c264cee1837ed040fa4b383218dfd4fe9128763c26e3498f8112b7163c035 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:48.897Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:48.942Z] ---> 960063c17d85 [2021-04-10T03:09:48.942Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-10T03:09:49.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.168 [2021-04-10T03:09:49.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-10T03:09:49.197Z] afd41ff94670: Preparing [2021-04-10T03:09:49.197Z] e421644c51b5: Preparing [2021-04-10T03:09:49.197Z] ea6c87389992: Preparing [2021-04-10T03:09:49.197Z] 73553775321a: Preparing [2021-04-10T03:09:49.197Z] b0b9881431d7: Preparing [2021-04-10T03:09:49.197Z] 73553775321a: Layer already exists [2021-04-10T03:09:49.197Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:49.197Z] afd41ff94670: Layer already exists [2021-04-10T03:09:49.197Z] e421644c51b5: Layer already exists [2021-04-10T03:09:49.197Z] ea6c87389992: Layer already exists [2021-04-10T03:09:49.197Z] 2.0.0-dev.168: digest: sha256:738c264cee1837ed040fa4b383218dfd4fe9128763c26e3498f8112b7163c035 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:49.221Z] ---> 5ee21dfc4e09 [2021-04-10T03:09:49.221Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-10T03:09:49.221Z] ---> 4ca989f56b47 [2021-04-10T03:09:49.221Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-10T03:09:49.221Z] Removing intermediate container 0a348e8207ef [2021-04-10T03:09:49.221Z] ---> bd418f6a4e67 [2021-04-10T03:09:49.221Z] Step 19/21 : LABEL arch=arm64 [2021-04-10T03:09:49.496Z] ---> 8ab3dadd11d1 [2021-04-10T03:09:49.496Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-10T03:09:49.496Z] ---> Running in 1cce601c1893 [2021-04-10T03:09:49.498Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:49.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:09:49.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-10T03:09:49.791Z] afd41ff94670: Preparing [2021-04-10T03:09:49.791Z] e421644c51b5: Preparing [2021-04-10T03:09:49.791Z] ea6c87389992: Preparing [2021-04-10T03:09:49.791Z] 73553775321a: Preparing [2021-04-10T03:09:49.791Z] b0b9881431d7: Preparing [2021-04-10T03:09:49.791Z] ea6c87389992: Layer already exists [2021-04-10T03:09:49.791Z] e421644c51b5: Layer already exists [2021-04-10T03:09:49.791Z] afd41ff94670: Layer already exists [2021-04-10T03:09:49.791Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:49.791Z] 73553775321a: Layer already exists [2021-04-10T03:09:49.791Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:738c264cee1837ed040fa4b383218dfd4fe9128763c26e3498f8112b7163c035 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:50.090Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:50.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-10T03:09:50.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-10T03:09:50.388Z] afd41ff94670: Preparing [2021-04-10T03:09:50.388Z] e421644c51b5: Preparing [2021-04-10T03:09:50.388Z] ea6c87389992: Preparing [2021-04-10T03:09:50.388Z] 73553775321a: Preparing [2021-04-10T03:09:50.388Z] b0b9881431d7: Preparing [2021-04-10T03:09:50.388Z] e421644c51b5: Layer already exists [2021-04-10T03:09:50.388Z] 73553775321a: Layer already exists [2021-04-10T03:09:50.388Z] ea6c87389992: Layer already exists [2021-04-10T03:09:50.388Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:50.388Z] afd41ff94670: Layer already exists [2021-04-10T03:09:50.388Z] master: digest: sha256:738c264cee1837ed040fa4b383218dfd4fe9128763c26e3498f8112b7163c035 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-04-10T03:09:50.484Z] Removing intermediate container 1cce601c1893 [2021-04-10T03:09:50.484Z] ---> bef18e0d239f [2021-04-10T03:09:50.484Z] Step 20/21 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:09:50.623Z] ===================================================== [Pipeline] echo [2021-04-10T03:09:50.666Z] taggedImages: [2021-04-10T03:09:50.666Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:50.666Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.168 [2021-04-10T03:09:50.666Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:09:50.666Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-10T03:09:50.783Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-10T03:09:50.783Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:50.783Z] 2.0.0-dev.168 [2021-04-10T03:09:50.783Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:09:50.783Z] master [2021-04-10T03:09:50.783Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:51.388Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:51.496Z] ---> 738b7ecc779c [2021-04-10T03:09:51.496Z] 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-04-10T03:09:51.496Z] ---> 319af02aa483 [2021-04-10T03:09:51.496Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-10T03:09:51.496Z] ---> Running in 69e69eb38601 [2021-04-10T03:09:51.496Z] ---> Running in 319f9e5c67fa [2021-04-10T03:09:51.782Z] ---> 26f042a322eb [2021-04-10T03:09:51.782Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-10T03:09:51.782Z] ---> 161459add21d [2021-04-10T03:09:51.782Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-10T03:09:52.060Z] Removing intermediate container 69e69eb38601 [2021-04-10T03:09:52.060Z] ---> 633a4ee62a8b [2021-04-10T03:09:52.060Z] Step 21/21 : LABEL version=2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:52.345Z] ---> Running in 17d6d592a2ec [2021-04-10T03:09:52.346Z] ---> e8c564ab709a [2021-04-10T03:09:52.346Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-10T03:09:52.621Z] ---> Running in b1f3d62a9bc7 [2021-04-10T03:09:52.623Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:52.623Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-10T03:09:52.623Z] 44d75b313c44: Preparing [2021-04-10T03:09:52.623Z] b06fe906b8bc: Preparing [2021-04-10T03:09:52.623Z] ea6c87389992: Preparing [2021-04-10T03:09:52.623Z] cb236ec29aa5: Preparing [2021-04-10T03:09:52.623Z] cbbb164c008d: Preparing [2021-04-10T03:09:52.623Z] b0b9881431d7: Preparing [2021-04-10T03:09:52.623Z] b0b9881431d7: Waiting [2021-04-10T03:09:52.623Z] ea6c87389992: Layer already exists [2021-04-10T03:09:52.623Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:52.884Z] 44d75b313c44: Pushed [2021-04-10T03:09:52.884Z] cbbb164c008d: Pushed [2021-04-10T03:09:52.884Z] cb236ec29aa5: Pushed [2021-04-10T03:09:52.898Z] ---> 757c5ff72183 [2021-04-10T03:09:52.898Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-10T03:09:52.898Z] ---> 86c9c782c216 [2021-04-10T03:09:52.898Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-10T03:09:53.173Z] ---> Running in 28d07b0ae711 [2021-04-10T03:09:53.173Z] Removing intermediate container 17d6d592a2ec [2021-04-10T03:09:53.173Z] ---> 01a107e9e9bd [2021-04-10T03:09:53.173Z] [2021-04-10T03:09:53.173Z] ---> Running in 1bec856f7b10 [2021-04-10T03:09:53.450Z] Removing intermediate container b1f3d62a9bc7 [2021-04-10T03:09:53.450Z] ---> 86642a812b43 [2021-04-10T03:09:53.450Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:09:53.732Z] Successfully built 01a107e9e9bd [2021-04-10T03:09:53.732Z] ---> Running in 301fb29e21ee [2021-04-10T03:09:53.732Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-10T03:09:53.732Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-04-10T03:09:54.007Z] Removing intermediate container 28d07b0ae711 [2021-04-10T03:09:54.007Z] ---> 1a0893bf9d3c [2021-04-10T03:09:54.007Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:09:54.007Z] Removing intermediate container 1bec856f7b10 [2021-04-10T03:09:54.007Z] ---> 491b4d4bc6d6 [2021-04-10T03:09:54.266Z] b06fe906b8bc: Pushed [2021-04-10T03:09:54.266Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:e41a060d4593db2a98b635f808d1ca0aef7c1ecc345ac445a05267665a8f84f7 size: 1572 [Pipeline] isUnix [2021-04-10T03:09:54.284Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:09:54.284Z] ---> Running in 7018dc4b0077 [2021-04-10T03:09:54.284Z] ---> Running in d6007a6c9845 [Pipeline] sh [2021-04-10T03:09:54.562Z] Removing intermediate container 301fb29e21ee [2021-04-10T03:09:54.562Z] ---> 2c4c72bc06b6 [2021-04-10T03:09:54.562Z] Step 20/22 : LABEL arch=arm64 [2021-04-10T03:09:54.562Z] Removing intermediate container 319f9e5c67fa [2021-04-10T03:09:54.562Z] ---> b66401178523 [2021-04-10T03:09:54.562Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-10T03:09:54.565Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:54.837Z] ---> Running in fa637299f229 [2021-04-10T03:09:54.837Z] ---> Running in bd9aab4eb712 [2021-04-10T03:09:54.837Z] Removing intermediate container 7018dc4b0077 [2021-04-10T03:09:54.837Z] ---> 1ac63ca47c38 [2021-04-10T03:09:54.837Z] Step 20/22 : LABEL arch=arm64 [2021-04-10T03:09:54.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.168 [2021-04-10T03:09:54.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-10T03:09:54.857Z] 44d75b313c44: Preparing [2021-04-10T03:09:54.857Z] b06fe906b8bc: Preparing [2021-04-10T03:09:54.857Z] ea6c87389992: Preparing [2021-04-10T03:09:54.857Z] cb236ec29aa5: Preparing [2021-04-10T03:09:54.857Z] cbbb164c008d: Preparing [2021-04-10T03:09:54.857Z] b0b9881431d7: Preparing [2021-04-10T03:09:54.857Z] b0b9881431d7: Waiting [2021-04-10T03:09:54.857Z] cb236ec29aa5: Layer already exists [2021-04-10T03:09:54.857Z] ea6c87389992: Layer already exists [2021-04-10T03:09:54.857Z] 44d75b313c44: Layer already exists [2021-04-10T03:09:54.857Z] b06fe906b8bc: Layer already exists [2021-04-10T03:09:54.857Z] cbbb164c008d: Layer already exists [2021-04-10T03:09:54.857Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:54.857Z] 2.0.0-dev.168: digest: sha256:e41a060d4593db2a98b635f808d1ca0aef7c1ecc345ac445a05267665a8f84f7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:55.113Z] Removing intermediate container d6007a6c9845 [2021-04-10T03:09:55.113Z] ---> 62584bc1c1c7 [2021-04-10T03:09:55.113Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T03:09:55.156Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:55.388Z] ---> Running in da4b87676fd3 [2021-04-10T03:09:55.451Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:09:55.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-10T03:09:55.451Z] 44d75b313c44: Preparing [2021-04-10T03:09:55.451Z] b06fe906b8bc: Preparing [2021-04-10T03:09:55.451Z] ea6c87389992: Preparing [2021-04-10T03:09:55.451Z] cb236ec29aa5: Preparing [2021-04-10T03:09:55.451Z] cbbb164c008d: Preparing [2021-04-10T03:09:55.451Z] b0b9881431d7: Preparing [2021-04-10T03:09:55.451Z] b0b9881431d7: Waiting [2021-04-10T03:09:55.451Z] cbbb164c008d: Layer already exists [2021-04-10T03:09:55.451Z] ea6c87389992: Layer already exists [2021-04-10T03:09:55.451Z] 44d75b313c44: Layer already exists [2021-04-10T03:09:55.451Z] b06fe906b8bc: Layer already exists [2021-04-10T03:09:55.451Z] cb236ec29aa5: Layer already exists [2021-04-10T03:09:55.451Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:55.451Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:e41a060d4593db2a98b635f808d1ca0aef7c1ecc345ac445a05267665a8f84f7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:55.753Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:56.005Z] ---> Running in c6721c02bff5 [2021-04-10T03:09:56.005Z] Removing intermediate container fa637299f229 [2021-04-10T03:09:56.005Z] Removing intermediate container bd9aab4eb712 [2021-04-10T03:09:56.005Z] ---> 3a6fed441f5a [2021-04-10T03:09:56.005Z] ---> f5ac59592897 [2021-04-10T03:09:56.005Z] Step 21/22 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647Step 22/24 : LABEL arch=arm64 [2021-04-10T03:09:56.005Z] [2021-04-10T03:09:56.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-10T03:09:56.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-10T03:09:56.048Z] 44d75b313c44: Preparing [2021-04-10T03:09:56.048Z] b06fe906b8bc: Preparing [2021-04-10T03:09:56.049Z] ea6c87389992: Preparing [2021-04-10T03:09:56.049Z] cb236ec29aa5: Preparing [2021-04-10T03:09:56.049Z] cbbb164c008d: Preparing [2021-04-10T03:09:56.049Z] b0b9881431d7: Preparing [2021-04-10T03:09:56.049Z] b0b9881431d7: Waiting [2021-04-10T03:09:56.049Z] b06fe906b8bc: Layer already exists [2021-04-10T03:09:56.049Z] ea6c87389992: Layer already exists [2021-04-10T03:09:56.049Z] 44d75b313c44: Layer already exists [2021-04-10T03:09:56.049Z] cbbb164c008d: Layer already exists [2021-04-10T03:09:56.049Z] cb236ec29aa5: Layer already exists [2021-04-10T03:09:56.049Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:56.049Z] master: digest: sha256:e41a060d4593db2a98b635f808d1ca0aef7c1ecc345ac445a05267665a8f84f7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:09:56.229Z] ===================================================== [Pipeline] echo [2021-04-10T03:09:56.277Z] taggedImages: [2021-04-10T03:09:56.277Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:56.277Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.168 [2021-04-10T03:09:56.277Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:09:56.277Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-10T03:09:56.340Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-10T03:09:56.340Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:56.340Z] 2.0.0-dev.168 [2021-04-10T03:09:56.340Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:09:56.340Z] master [2021-04-10T03:09:56.340Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:56.599Z] Removing intermediate container da4b87676fd3 [2021-04-10T03:09:56.599Z] ---> 4f64735c42c0 [2021-04-10T03:09:56.599Z] Step 21/22 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:56.828Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:57.133Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:57.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-10T03:09:57.133Z] 43edd2e994ba: Preparing [2021-04-10T03:09:57.133Z] 2944f8151822: Preparing [2021-04-10T03:09:57.133Z] ea6c87389992: Preparing [2021-04-10T03:09:57.133Z] f64ce8377bbe: Preparing [2021-04-10T03:09:57.133Z] b0b9881431d7: Preparing [2021-04-10T03:09:57.133Z] ea6c87389992: Layer already exists [2021-04-10T03:09:57.133Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:57.133Z] 43edd2e994ba: Pushed [2021-04-10T03:09:57.133Z] f64ce8377bbe: Pushed [2021-04-10T03:09:57.198Z] ---> Running in 6f52bc78cf2f [2021-04-10T03:09:57.198Z] ---> Running in f1eac5cabe6f [2021-04-10T03:09:57.198Z] Removing intermediate container c6721c02bff5 [2021-04-10T03:09:57.198Z] ---> fbfe98e1f911 [2021-04-10T03:09:57.198Z] Step 22/23 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:57.472Z] ---> Running in 2a168736f34a [2021-04-10T03:09:57.761Z] ---> Running in bd9999a40090 [2021-04-10T03:09:58.041Z] Removing intermediate container f1eac5cabe6f [2021-04-10T03:09:58.041Z] ---> 88f42f78a194 [2021-04-10T03:09:58.041Z] Step 23/24 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:09:58.041Z] Removing intermediate container 6f52bc78cf2f [2021-04-10T03:09:58.041Z] ---> fc4512bebeb9 [2021-04-10T03:09:58.041Z] Step 22/22 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:58.041Z] ---> Running in 60aa1af8185a [2021-04-10T03:09:58.316Z] ---> Running in b3eeeb9ac94e [2021-04-10T03:09:58.316Z] Removing intermediate container 2a168736f34a [2021-04-10T03:09:58.316Z] ---> f5805812a1a9 [2021-04-10T03:09:58.316Z] Step 22/22 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:58.527Z] 2944f8151822: Pushed [2021-04-10T03:09:58.527Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:d9e0520d11eeca5d63e24c6c76c03ceb8a4296e35fae0d2ac1872543eb0d61f7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:58.595Z] Removing intermediate container bd9999a40090 [2021-04-10T03:09:58.595Z] ---> 8a1ff8d673c4 [2021-04-10T03:09:58.595Z] Step 23/23 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:58.595Z] ---> Running in bb92dcfc394b [2021-04-10T03:09:58.595Z] ---> Running in fba36156eb93 [2021-04-10T03:09:58.836Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:58.883Z] Removing intermediate container 60aa1af8185a [2021-04-10T03:09:58.883Z] ---> 917f6ca3a99f [2021-04-10T03:09:58.883Z] Step 24/24 : LABEL version=2.0.0-dev.168 [2021-04-10T03:09:58.883Z] Removing intermediate container b3eeeb9ac94e [2021-04-10T03:09:58.883Z] ---> 056dc097ce45 [2021-04-10T03:09:58.883Z] [2021-04-10T03:09:59.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.168 [2021-04-10T03:09:59.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-10T03:09:59.135Z] 43edd2e994ba: Preparing [2021-04-10T03:09:59.135Z] 2944f8151822: Preparing [2021-04-10T03:09:59.135Z] ea6c87389992: Preparing [2021-04-10T03:09:59.135Z] f64ce8377bbe: Preparing [2021-04-10T03:09:59.135Z] b0b9881431d7: Preparing [2021-04-10T03:09:59.135Z] f64ce8377bbe: Layer already exists [2021-04-10T03:09:59.135Z] 2944f8151822: Layer already exists [2021-04-10T03:09:59.135Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:59.135Z] 43edd2e994ba: Layer already exists [2021-04-10T03:09:59.135Z] ea6c87389992: Layer already exists [2021-04-10T03:09:59.135Z] 2.0.0-dev.168: digest: sha256:d9e0520d11eeca5d63e24c6c76c03ceb8a4296e35fae0d2ac1872543eb0d61f7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:59.160Z] ---> Running in 1f71c8a72175 [2021-04-10T03:09:59.160Z] Removing intermediate container bb92dcfc394b [2021-04-10T03:09:59.160Z] ---> 599c0ebe9684 [2021-04-10T03:09:59.160Z] [2021-04-10T03:09:59.438Z] Removing intermediate container fba36156eb93 [2021-04-10T03:09:59.438Z] ---> 007ca9e8572a [2021-04-10T03:09:59.438Z] [2021-04-10T03:09:59.438Z] Successfully built 056dc097ce45 [2021-04-10T03:09:59.449Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:09:59.729Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-10T03:09:59.730Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-04-10T03:09:59.730Z] Successfully built 599c0ebe9684 [2021-04-10T03:09:59.730Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-10T03:09:59.730Z] Building docker-core-metadata-go [2021-04-10T03:09:59.730Z]  Building docker-support-notifications-go ... done Successfully built 007ca9e8572a [2021-04-10T03:09:59.730Z] Removing intermediate container 1f71c8a72175 [2021-04-10T03:09:59.730Z] ---> eb744e909fd0 [2021-04-10T03:09:59.730Z] [2021-04-10T03:09:59.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:09:59.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-10T03:09:59.828Z] 43edd2e994ba: Preparing [2021-04-10T03:09:59.828Z] 2944f8151822: Preparing [2021-04-10T03:09:59.828Z] ea6c87389992: Preparing [2021-04-10T03:09:59.828Z] f64ce8377bbe: Preparing [2021-04-10T03:09:59.828Z] b0b9881431d7: Preparing [2021-04-10T03:09:59.828Z] f64ce8377bbe: Layer already exists [2021-04-10T03:09:59.828Z] b0b9881431d7: Layer already exists [2021-04-10T03:09:59.828Z] 2944f8151822: Layer already exists [2021-04-10T03:09:59.828Z] ea6c87389992: Layer already exists [2021-04-10T03:09:59.828Z] 43edd2e994ba: Layer already exists [2021-04-10T03:09:59.828Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:d9e0520d11eeca5d63e24c6c76c03ceb8a4296e35fae0d2ac1872543eb0d61f7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:00.001Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-10T03:10:00.001Z]  Building docker-core-command-go ... done Building docker-security-bootstrapper-go [2021-04-10T03:10:00.146Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:00.275Z] Successfully built eb744e909fd0 [2021-04-10T03:10:00.275Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-10T03:10:00.440Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-10T03:10:00.440Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-10T03:10:00.440Z] 43edd2e994ba: Preparing [2021-04-10T03:10:00.440Z] 2944f8151822: Preparing [2021-04-10T03:10:00.440Z] ea6c87389992: Preparing [2021-04-10T03:10:00.440Z] f64ce8377bbe: Preparing [2021-04-10T03:10:00.440Z] b0b9881431d7: Preparing [2021-04-10T03:10:00.440Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:00.440Z] ea6c87389992: Layer already exists [2021-04-10T03:10:00.440Z] 43edd2e994ba: Layer already exists [2021-04-10T03:10:00.440Z] f64ce8377bbe: Layer already exists [2021-04-10T03:10:00.440Z] 2944f8151822: Layer already exists [2021-04-10T03:10:00.440Z] master: digest: sha256:d9e0520d11eeca5d63e24c6c76c03ceb8a4296e35fae0d2ac1872543eb0d61f7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:10:00.671Z] ===================================================== [Pipeline] echo [2021-04-10T03:10:00.762Z] taggedImages: [2021-04-10T03:10:00.762Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:00.762Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.168 [2021-04-10T03:10:00.762Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:00.762Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-10T03:10:00.830Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-10T03:10:00.830Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:00.830Z] 2.0.0-dev.168 [2021-04-10T03:10:00.830Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:00.830Z] master [2021-04-10T03:10:00.830Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:01.303Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:01.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:01.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-10T03:10:01.608Z] 65c72f122443: Preparing [2021-04-10T03:10:01.608Z] 65c72f122443: Preparing [2021-04-10T03:10:01.608Z] bee6575cf56a: Preparing [2021-04-10T03:10:01.608Z] 30fb1edbeabf: Preparing [2021-04-10T03:10:01.608Z] c61f2ecc8625: Preparing [2021-04-10T03:10:01.608Z] 6671e833c125: Preparing [2021-04-10T03:10:01.608Z] ea6c87389992: Preparing [2021-04-10T03:10:01.608Z] 2d933d4fb54b: Preparing [2021-04-10T03:10:01.608Z] 2d933d4fb54b: Preparing [2021-04-10T03:10:01.608Z] 4268121ad2d6: Preparing [2021-04-10T03:10:01.608Z] 4bf0e1309a74: Preparing [2021-04-10T03:10:01.608Z] b0b9881431d7: Preparing [2021-04-10T03:10:01.608Z] 2d933d4fb54b: Waiting [2021-04-10T03:10:01.608Z] 4268121ad2d6: Waiting [2021-04-10T03:10:01.608Z] 4bf0e1309a74: Waiting [2021-04-10T03:10:01.608Z] b0b9881431d7: Waiting [2021-04-10T03:10:01.608Z] ea6c87389992: Waiting [2021-04-10T03:10:01.872Z] bee6575cf56a: Pushed [2021-04-10T03:10:01.872Z] 65c72f122443: Pushed [2021-04-10T03:10:01.872Z] c61f2ecc8625: Pushed [2021-04-10T03:10:01.872Z] 30fb1edbeabf: Pushed [2021-04-10T03:10:01.872Z] ea6c87389992: Layer already exists [2021-04-10T03:10:01.872Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:01.872Z] 2d933d4fb54b: Pushed [2021-04-10T03:10:02.133Z] 4268121ad2d6: Pushed [2021-04-10T03:10:02.133Z] 4bf0e1309a74: Pushed [2021-04-10T03:10:03.079Z] 6671e833c125: Pushed [2021-04-10T03:10:03.341Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:9b4495e01f0bbd242319db0429e325ebf4ee05e5e626d6c7945d07fbcf05749a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:03.642Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:03.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.168 [2021-04-10T03:10:03.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-10T03:10:03.941Z] 65c72f122443: Preparing [2021-04-10T03:10:03.941Z] 65c72f122443: Preparing [2021-04-10T03:10:03.941Z] bee6575cf56a: Preparing [2021-04-10T03:10:03.941Z] 30fb1edbeabf: Preparing [2021-04-10T03:10:03.941Z] c61f2ecc8625: Preparing [2021-04-10T03:10:03.941Z] 6671e833c125: Preparing [2021-04-10T03:10:03.941Z] ea6c87389992: Preparing [2021-04-10T03:10:03.941Z] 2d933d4fb54b: Preparing [2021-04-10T03:10:03.941Z] 2d933d4fb54b: Preparing [2021-04-10T03:10:03.941Z] 4268121ad2d6: Preparing [2021-04-10T03:10:03.941Z] 4bf0e1309a74: Preparing [2021-04-10T03:10:03.941Z] b0b9881431d7: Preparing [2021-04-10T03:10:03.941Z] 4268121ad2d6: Waiting [2021-04-10T03:10:03.941Z] ea6c87389992: Waiting [2021-04-10T03:10:03.941Z] 2d933d4fb54b: Waiting [2021-04-10T03:10:03.941Z] 4bf0e1309a74: Waiting [2021-04-10T03:10:03.941Z] b0b9881431d7: Waiting [2021-04-10T03:10:04.205Z] 6671e833c125: Layer already exists [2021-04-10T03:10:04.205Z] 30fb1edbeabf: Layer already exists [2021-04-10T03:10:04.205Z] bee6575cf56a: Layer already exists [2021-04-10T03:10:04.205Z] 65c72f122443: Layer already exists [2021-04-10T03:10:04.205Z] c61f2ecc8625: Layer already exists [2021-04-10T03:10:04.205Z] ea6c87389992: Layer already exists [2021-04-10T03:10:04.205Z] 4268121ad2d6: Layer already exists [2021-04-10T03:10:04.205Z] 2d933d4fb54b: Layer already exists [2021-04-10T03:10:04.205Z] 4bf0e1309a74: Layer already exists [2021-04-10T03:10:04.205Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:04.465Z] 2.0.0-dev.168: digest: sha256:9b4495e01f0bbd242319db0429e325ebf4ee05e5e626d6c7945d07fbcf05749a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:04.765Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:05.085Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:05.085Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-10T03:10:05.085Z] 65c72f122443: Preparing [2021-04-10T03:10:05.085Z] 65c72f122443: Preparing [2021-04-10T03:10:05.085Z] bee6575cf56a: Preparing [2021-04-10T03:10:05.085Z] 30fb1edbeabf: Preparing [2021-04-10T03:10:05.085Z] c61f2ecc8625: Preparing [2021-04-10T03:10:05.085Z] 6671e833c125: Preparing [2021-04-10T03:10:05.085Z] ea6c87389992: Preparing [2021-04-10T03:10:05.085Z] 2d933d4fb54b: Preparing [2021-04-10T03:10:05.085Z] 2d933d4fb54b: Preparing [2021-04-10T03:10:05.085Z] 4268121ad2d6: Preparing [2021-04-10T03:10:05.085Z] 4bf0e1309a74: Preparing [2021-04-10T03:10:05.085Z] b0b9881431d7: Preparing [2021-04-10T03:10:05.085Z] ea6c87389992: Waiting [2021-04-10T03:10:05.085Z] 4bf0e1309a74: Waiting [2021-04-10T03:10:05.085Z] b0b9881431d7: Waiting [2021-04-10T03:10:05.085Z] 30fb1edbeabf: Layer already exists [2021-04-10T03:10:05.085Z] c61f2ecc8625: Layer already exists [2021-04-10T03:10:05.085Z] 65c72f122443: Layer already exists [2021-04-10T03:10:05.085Z] 6671e833c125: Layer already exists [2021-04-10T03:10:05.085Z] bee6575cf56a: Layer already exists [2021-04-10T03:10:05.085Z] ea6c87389992: Layer already exists [2021-04-10T03:10:05.085Z] 2d933d4fb54b: Layer already exists [2021-04-10T03:10:05.085Z] 4268121ad2d6: Layer already exists [2021-04-10T03:10:05.085Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:05.085Z] 4bf0e1309a74: Layer already exists [2021-04-10T03:10:05.085Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:9b4495e01f0bbd242319db0429e325ebf4ee05e5e626d6c7945d07fbcf05749a size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:05.388Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:05.679Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-10T03:10:05.679Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-10T03:10:05.679Z] 65c72f122443: Preparing [2021-04-10T03:10:05.679Z] 65c72f122443: Preparing [2021-04-10T03:10:05.679Z] bee6575cf56a: Preparing [2021-04-10T03:10:05.679Z] 30fb1edbeabf: Preparing [2021-04-10T03:10:05.679Z] c61f2ecc8625: Preparing [2021-04-10T03:10:05.679Z] 6671e833c125: Preparing [2021-04-10T03:10:05.679Z] ea6c87389992: Preparing [2021-04-10T03:10:05.679Z] 2d933d4fb54b: Preparing [2021-04-10T03:10:05.679Z] 2d933d4fb54b: Preparing [2021-04-10T03:10:05.679Z] 4268121ad2d6: Preparing [2021-04-10T03:10:05.679Z] 4bf0e1309a74: Preparing [2021-04-10T03:10:05.679Z] b0b9881431d7: Preparing [2021-04-10T03:10:05.679Z] ea6c87389992: Waiting [2021-04-10T03:10:05.679Z] 2d933d4fb54b: Waiting [2021-04-10T03:10:05.679Z] 4268121ad2d6: Waiting [2021-04-10T03:10:05.679Z] 4bf0e1309a74: Waiting [2021-04-10T03:10:05.679Z] 30fb1edbeabf: Layer already exists [2021-04-10T03:10:05.679Z] 6671e833c125: Layer already exists [2021-04-10T03:10:05.679Z] 65c72f122443: Layer already exists [2021-04-10T03:10:05.679Z] c61f2ecc8625: Layer already exists [2021-04-10T03:10:05.679Z] bee6575cf56a: Layer already exists [2021-04-10T03:10:05.679Z] 2d933d4fb54b: Layer already exists [2021-04-10T03:10:05.679Z] ea6c87389992: Layer already exists [2021-04-10T03:10:05.679Z] 4bf0e1309a74: Layer already exists [2021-04-10T03:10:05.679Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:05.679Z] 4268121ad2d6: Layer already exists [2021-04-10T03:10:05.679Z] master: digest: sha256:9b4495e01f0bbd242319db0429e325ebf4ee05e5e626d6c7945d07fbcf05749a size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:10:05.861Z] ===================================================== [Pipeline] echo [2021-04-10T03:10:05.906Z] taggedImages: [2021-04-10T03:10:05.906Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:05.906Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.168 [2021-04-10T03:10:05.906Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:05.906Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-10T03:10:05.968Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-10T03:10:05.968Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:05.968Z] 2.0.0-dev.168 [2021-04-10T03:10:05.968Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:05.968Z] master [2021-04-10T03:10:05.968Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:06.431Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:06.725Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:06.725Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-10T03:10:06.725Z] e7c9d21f8b74: Preparing [2021-04-10T03:10:06.725Z] 442d40dd1546: Preparing [2021-04-10T03:10:06.725Z] f455d7595609: Preparing [2021-04-10T03:10:06.725Z] ff199013112c: Preparing [2021-04-10T03:10:06.725Z] 3e2509303da2: Preparing [2021-04-10T03:10:06.725Z] b0b9881431d7: Preparing [2021-04-10T03:10:06.725Z] b0b9881431d7: Waiting [2021-04-10T03:10:06.725Z] f455d7595609: Pushed [2021-04-10T03:10:06.725Z] ff199013112c: Pushed [2021-04-10T03:10:06.985Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:06.985Z] 3e2509303da2: Pushed [2021-04-10T03:10:07.928Z] 442d40dd1546: Pushed [2021-04-10T03:10:07.928Z] e7c9d21f8b74: Pushed [2021-04-10T03:10:07.928Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:a12f665d88ff180015426f78eb90c4e6083c25f8a1ed44b27379c06ae0c7132f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:08.227Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:08.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.168 [2021-04-10T03:10:08.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-10T03:10:08.520Z] e7c9d21f8b74: Preparing [2021-04-10T03:10:08.520Z] 442d40dd1546: Preparing [2021-04-10T03:10:08.520Z] f455d7595609: Preparing [2021-04-10T03:10:08.520Z] ff199013112c: Preparing [2021-04-10T03:10:08.520Z] 3e2509303da2: Preparing [2021-04-10T03:10:08.520Z] b0b9881431d7: Preparing [2021-04-10T03:10:08.520Z] b0b9881431d7: Waiting [2021-04-10T03:10:08.520Z] f455d7595609: Layer already exists [2021-04-10T03:10:08.520Z] 442d40dd1546: Layer already exists [2021-04-10T03:10:08.520Z] ff199013112c: Layer already exists [2021-04-10T03:10:08.520Z] 3e2509303da2: Layer already exists [2021-04-10T03:10:08.520Z] e7c9d21f8b74: Layer already exists [2021-04-10T03:10:08.520Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:08.520Z] 2.0.0-dev.168: digest: sha256:a12f665d88ff180015426f78eb90c4e6083c25f8a1ed44b27379c06ae0c7132f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:08.819Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:09.116Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:09.116Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-10T03:10:09.116Z] e7c9d21f8b74: Preparing [2021-04-10T03:10:09.116Z] 442d40dd1546: Preparing [2021-04-10T03:10:09.116Z] f455d7595609: Preparing [2021-04-10T03:10:09.116Z] ff199013112c: Preparing [2021-04-10T03:10:09.116Z] 3e2509303da2: Preparing [2021-04-10T03:10:09.116Z] b0b9881431d7: Preparing [2021-04-10T03:10:09.116Z] b0b9881431d7: Waiting [2021-04-10T03:10:09.116Z] 442d40dd1546: Layer already exists [2021-04-10T03:10:09.116Z] 3e2509303da2: Layer already exists [2021-04-10T03:10:09.116Z] ff199013112c: Layer already exists [2021-04-10T03:10:09.116Z] e7c9d21f8b74: Layer already exists [2021-04-10T03:10:09.116Z] f455d7595609: Layer already exists [2021-04-10T03:10:09.116Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:09.116Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:a12f665d88ff180015426f78eb90c4e6083c25f8a1ed44b27379c06ae0c7132f size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:09.417Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:09.709Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-10T03:10:09.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-10T03:10:09.709Z] e7c9d21f8b74: Preparing [2021-04-10T03:10:09.709Z] 442d40dd1546: Preparing [2021-04-10T03:10:09.709Z] f455d7595609: Preparing [2021-04-10T03:10:09.709Z] ff199013112c: Preparing [2021-04-10T03:10:09.709Z] 3e2509303da2: Preparing [2021-04-10T03:10:09.709Z] b0b9881431d7: Preparing [2021-04-10T03:10:09.709Z] b0b9881431d7: Waiting [2021-04-10T03:10:09.709Z] 442d40dd1546: Layer already exists [2021-04-10T03:10:09.710Z] f455d7595609: Layer already exists [2021-04-10T03:10:09.710Z] 3e2509303da2: Layer already exists [2021-04-10T03:10:09.710Z] e7c9d21f8b74: Layer already exists [2021-04-10T03:10:09.710Z] ff199013112c: Layer already exists [2021-04-10T03:10:09.710Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:09.710Z] master: digest: sha256:a12f665d88ff180015426f78eb90c4e6083c25f8a1ed44b27379c06ae0c7132f size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:10:09.912Z] ===================================================== [Pipeline] echo [2021-04-10T03:10:09.959Z] taggedImages: [2021-04-10T03:10:09.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:09.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.168 [2021-04-10T03:10:09.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:09.959Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-10T03:10:10.024Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-10T03:10:10.024Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:10.024Z] 2.0.0-dev.168 [2021-04-10T03:10:10.024Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:10.024Z] master [2021-04-10T03:10:10.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:10.502Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:10.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:10.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-10T03:10:10.796Z] e7471dbeb707: Preparing [2021-04-10T03:10:10.796Z] 94d6a1606713: Preparing [2021-04-10T03:10:10.796Z] 366abc20e41d: Preparing [2021-04-10T03:10:10.796Z] 84ee32289d81: Preparing [2021-04-10T03:10:10.796Z] fa67ccac6c26: Preparing [2021-04-10T03:10:10.796Z] 5b05d4d32742: Preparing [2021-04-10T03:10:10.796Z] eff567536560: Preparing [2021-04-10T03:10:10.796Z] abc883353c21: Preparing [2021-04-10T03:10:10.796Z] b0b9881431d7: Preparing [2021-04-10T03:10:10.796Z] 5b05d4d32742: Waiting [2021-04-10T03:10:10.796Z] abc883353c21: Waiting [2021-04-10T03:10:10.796Z] b0b9881431d7: Waiting [2021-04-10T03:10:10.796Z] eff567536560: Waiting [2021-04-10T03:10:11.064Z] fa67ccac6c26: Pushed [2021-04-10T03:10:11.064Z] 94d6a1606713: Pushed [2021-04-10T03:10:11.064Z] e7471dbeb707: Pushed [2021-04-10T03:10:11.326Z] eff567536560: Pushed [2021-04-10T03:10:11.326Z] 5b05d4d32742: Pushed [2021-04-10T03:10:11.326Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:11.897Z] abc883353c21: Pushed [2021-04-10T03:10:11.897Z] 84ee32289d81: Pushed [2021-04-10T03:10:11.897Z] 366abc20e41d: Pushed [2021-04-10T03:10:12.158Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:b45d67792fd4040c169176089704ff873313cf24c0964e075a2adee8212c9ae8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:12.460Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:12.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.168 [2021-04-10T03:10:12.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-10T03:10:12.753Z] e7471dbeb707: Preparing [2021-04-10T03:10:12.753Z] 94d6a1606713: Preparing [2021-04-10T03:10:12.753Z] 366abc20e41d: Preparing [2021-04-10T03:10:12.753Z] 84ee32289d81: Preparing [2021-04-10T03:10:12.753Z] fa67ccac6c26: Preparing [2021-04-10T03:10:12.753Z] 5b05d4d32742: Preparing [2021-04-10T03:10:12.753Z] eff567536560: Preparing [2021-04-10T03:10:12.753Z] abc883353c21: Preparing [2021-04-10T03:10:12.753Z] b0b9881431d7: Preparing [2021-04-10T03:10:12.753Z] eff567536560: Waiting [2021-04-10T03:10:12.753Z] abc883353c21: Waiting [2021-04-10T03:10:12.753Z] b0b9881431d7: Waiting [2021-04-10T03:10:12.753Z] 5b05d4d32742: Waiting [2021-04-10T03:10:12.753Z] fa67ccac6c26: Layer already exists [2021-04-10T03:10:12.753Z] 94d6a1606713: Layer already exists [2021-04-10T03:10:12.753Z] 84ee32289d81: Layer already exists [2021-04-10T03:10:12.753Z] 366abc20e41d: Layer already exists [2021-04-10T03:10:12.753Z] e7471dbeb707: Layer already exists [2021-04-10T03:10:12.753Z] eff567536560: Layer already exists [2021-04-10T03:10:12.753Z] 5b05d4d32742: Layer already exists [2021-04-10T03:10:12.753Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:12.753Z] abc883353c21: Layer already exists [2021-04-10T03:10:12.753Z] 2.0.0-dev.168: digest: sha256:b45d67792fd4040c169176089704ff873313cf24c0964e075a2adee8212c9ae8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:13.055Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:13.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:13.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-10T03:10:13.349Z] e7471dbeb707: Preparing [2021-04-10T03:10:13.349Z] 94d6a1606713: Preparing [2021-04-10T03:10:13.349Z] 366abc20e41d: Preparing [2021-04-10T03:10:13.349Z] 84ee32289d81: Preparing [2021-04-10T03:10:13.349Z] fa67ccac6c26: Preparing [2021-04-10T03:10:13.349Z] 5b05d4d32742: Preparing [2021-04-10T03:10:13.349Z] eff567536560: Preparing [2021-04-10T03:10:13.349Z] abc883353c21: Preparing [2021-04-10T03:10:13.349Z] b0b9881431d7: Preparing [2021-04-10T03:10:13.349Z] 5b05d4d32742: Waiting [2021-04-10T03:10:13.349Z] eff567536560: Waiting [2021-04-10T03:10:13.349Z] abc883353c21: Waiting [2021-04-10T03:10:13.349Z] b0b9881431d7: Waiting [2021-04-10T03:10:13.349Z] 366abc20e41d: Layer already exists [2021-04-10T03:10:13.349Z] 84ee32289d81: Layer already exists [2021-04-10T03:10:13.349Z] 94d6a1606713: Layer already exists [2021-04-10T03:10:13.349Z] fa67ccac6c26: Layer already exists [2021-04-10T03:10:13.349Z] e7471dbeb707: Layer already exists [2021-04-10T03:10:13.349Z] abc883353c21: Layer already exists [2021-04-10T03:10:13.349Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:13.349Z] 5b05d4d32742: Layer already exists [2021-04-10T03:10:13.349Z] eff567536560: Layer already exists [2021-04-10T03:10:13.349Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:b45d67792fd4040c169176089704ff873313cf24c0964e075a2adee8212c9ae8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:13.652Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:13.948Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-10T03:10:13.948Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-10T03:10:13.948Z] e7471dbeb707: Preparing [2021-04-10T03:10:13.948Z] 94d6a1606713: Preparing [2021-04-10T03:10:13.948Z] 366abc20e41d: Preparing [2021-04-10T03:10:13.948Z] 84ee32289d81: Preparing [2021-04-10T03:10:13.948Z] fa67ccac6c26: Preparing [2021-04-10T03:10:13.948Z] 5b05d4d32742: Preparing [2021-04-10T03:10:13.948Z] eff567536560: Preparing [2021-04-10T03:10:13.948Z] abc883353c21: Preparing [2021-04-10T03:10:13.948Z] b0b9881431d7: Preparing [2021-04-10T03:10:13.948Z] 5b05d4d32742: Waiting [2021-04-10T03:10:13.948Z] eff567536560: Waiting [2021-04-10T03:10:13.948Z] abc883353c21: Waiting [2021-04-10T03:10:13.948Z] b0b9881431d7: Waiting [2021-04-10T03:10:13.948Z] 84ee32289d81: Layer already exists [2021-04-10T03:10:13.948Z] e7471dbeb707: Layer already exists [2021-04-10T03:10:13.948Z] fa67ccac6c26: Layer already exists [2021-04-10T03:10:13.948Z] 366abc20e41d: Layer already exists [2021-04-10T03:10:13.948Z] 94d6a1606713: Layer already exists [2021-04-10T03:10:13.948Z] abc883353c21: Layer already exists [2021-04-10T03:10:13.948Z] 5b05d4d32742: Layer already exists [2021-04-10T03:10:13.948Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:13.948Z] eff567536560: Layer already exists [2021-04-10T03:10:13.948Z] master: digest: sha256:b45d67792fd4040c169176089704ff873313cf24c0964e075a2adee8212c9ae8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:10:14.161Z] ===================================================== [Pipeline] echo [2021-04-10T03:10:14.218Z] taggedImages: [2021-04-10T03:10:14.218Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:14.218Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.168 [2021-04-10T03:10:14.218Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:14.218Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-10T03:10:14.290Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-10T03:10:14.290Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:14.290Z] 2.0.0-dev.168 [2021-04-10T03:10:14.290Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:14.290Z] master [2021-04-10T03:10:14.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:14.746Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:15.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:15.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-10T03:10:15.062Z] bcced6ca1360: Preparing [2021-04-10T03:10:15.062Z] a01167af18a1: Preparing [2021-04-10T03:10:15.062Z] ea6c87389992: Preparing [2021-04-10T03:10:15.062Z] e8a13ed8c813: Preparing [2021-04-10T03:10:15.062Z] b0b9881431d7: Preparing [2021-04-10T03:10:15.062Z] ea6c87389992: Layer already exists [2021-04-10T03:10:15.062Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:15.062Z] bcced6ca1360: Pushed [2021-04-10T03:10:15.322Z] e8a13ed8c813: Pushed [2021-04-10T03:10:16.265Z] a01167af18a1: Pushed [2021-04-10T03:10:16.525Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:437cb6adc8dd4e99cdc08b15a4be378b88a00016c8650b028d0744e2258cc515 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:16.918Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:17.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.168 [2021-04-10T03:10:17.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-10T03:10:17.230Z] bcced6ca1360: Preparing [2021-04-10T03:10:17.230Z] a01167af18a1: Preparing [2021-04-10T03:10:17.230Z] ea6c87389992: Preparing [2021-04-10T03:10:17.230Z] e8a13ed8c813: Preparing [2021-04-10T03:10:17.230Z] b0b9881431d7: Preparing [2021-04-10T03:10:17.230Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:17.230Z] ea6c87389992: Layer already exists [2021-04-10T03:10:17.230Z] a01167af18a1: Layer already exists [2021-04-10T03:10:17.230Z] e8a13ed8c813: Layer already exists [2021-04-10T03:10:17.230Z] bcced6ca1360: Layer already exists [2021-04-10T03:10:17.230Z] 2.0.0-dev.168: digest: sha256:437cb6adc8dd4e99cdc08b15a4be378b88a00016c8650b028d0744e2258cc515 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:17.530Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:17.825Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:17.825Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-10T03:10:17.825Z] bcced6ca1360: Preparing [2021-04-10T03:10:17.825Z] a01167af18a1: Preparing [2021-04-10T03:10:17.825Z] ea6c87389992: Preparing [2021-04-10T03:10:17.825Z] e8a13ed8c813: Preparing [2021-04-10T03:10:17.825Z] b0b9881431d7: Preparing [2021-04-10T03:10:17.825Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:17.825Z] ea6c87389992: Layer already exists [2021-04-10T03:10:17.825Z] a01167af18a1: Layer already exists [2021-04-10T03:10:17.825Z] e8a13ed8c813: Layer already exists [2021-04-10T03:10:17.825Z] bcced6ca1360: Layer already exists [2021-04-10T03:10:17.825Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:437cb6adc8dd4e99cdc08b15a4be378b88a00016c8650b028d0744e2258cc515 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:18.126Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:18.422Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-10T03:10:18.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-10T03:10:18.422Z] bcced6ca1360: Preparing [2021-04-10T03:10:18.422Z] a01167af18a1: Preparing [2021-04-10T03:10:18.422Z] ea6c87389992: Preparing [2021-04-10T03:10:18.422Z] e8a13ed8c813: Preparing [2021-04-10T03:10:18.422Z] b0b9881431d7: Preparing [2021-04-10T03:10:18.422Z] bcced6ca1360: Layer already exists [2021-04-10T03:10:18.422Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:18.422Z] a01167af18a1: Layer already exists [2021-04-10T03:10:18.422Z] e8a13ed8c813: Layer already exists [2021-04-10T03:10:18.422Z] ea6c87389992: Layer already exists [2021-04-10T03:10:18.422Z] master: digest: sha256:437cb6adc8dd4e99cdc08b15a4be378b88a00016c8650b028d0744e2258cc515 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:10:18.602Z] ===================================================== [Pipeline] echo [2021-04-10T03:10:18.645Z] taggedImages: [2021-04-10T03:10:18.645Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:18.645Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.168 [2021-04-10T03:10:18.645Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:18.645Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-10T03:10:18.707Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-10T03:10:18.707Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:18.707Z] 2.0.0-dev.168 [2021-04-10T03:10:18.707Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:18.707Z] master [2021-04-10T03:10:18.707Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:19.169Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:19.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:19.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-10T03:10:19.465Z] 4c2ee5fd593a: Preparing [2021-04-10T03:10:19.465Z] d54b8d971856: Preparing [2021-04-10T03:10:19.465Z] ea6c87389992: Preparing [2021-04-10T03:10:19.465Z] 6b590deccaf0: Preparing [2021-04-10T03:10:19.465Z] b0b9881431d7: Preparing [2021-04-10T03:10:19.465Z] ea6c87389992: Layer already exists [2021-04-10T03:10:19.465Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:19.727Z] 4c2ee5fd593a: Pushed [2021-04-10T03:10:19.727Z] 6b590deccaf0: Pushed [2021-04-10T03:10:20.668Z] d54b8d971856: Pushed [2021-04-10T03:10:20.668Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:d0942af71ae829e0b947c59f0b600a13fa1f18a33365e448ee6977d24a87f337 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:20.965Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:21.262Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.168 [2021-04-10T03:10:21.262Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-10T03:10:21.262Z] 4c2ee5fd593a: Preparing [2021-04-10T03:10:21.262Z] d54b8d971856: Preparing [2021-04-10T03:10:21.262Z] ea6c87389992: Preparing [2021-04-10T03:10:21.262Z] 6b590deccaf0: Preparing [2021-04-10T03:10:21.262Z] b0b9881431d7: Preparing [2021-04-10T03:10:21.262Z] d54b8d971856: Layer already exists [2021-04-10T03:10:21.262Z] ea6c87389992: Layer already exists [2021-04-10T03:10:21.262Z] 4c2ee5fd593a: Layer already exists [2021-04-10T03:10:21.262Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:21.262Z] 6b590deccaf0: Layer already exists [2021-04-10T03:10:21.262Z] 2.0.0-dev.168: digest: sha256:d0942af71ae829e0b947c59f0b600a13fa1f18a33365e448ee6977d24a87f337 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:21.784Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:22.084Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:22.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-10T03:10:22.084Z] 4c2ee5fd593a: Preparing [2021-04-10T03:10:22.084Z] d54b8d971856: Preparing [2021-04-10T03:10:22.084Z] ea6c87389992: Preparing [2021-04-10T03:10:22.084Z] 6b590deccaf0: Preparing [2021-04-10T03:10:22.084Z] b0b9881431d7: Preparing [2021-04-10T03:10:22.084Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:22.084Z] 6b590deccaf0: Layer already exists [2021-04-10T03:10:22.084Z] d54b8d971856: Layer already exists [2021-04-10T03:10:22.084Z] ea6c87389992: Layer already exists [2021-04-10T03:10:22.084Z] 4c2ee5fd593a: Layer already exists [2021-04-10T03:10:22.084Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:d0942af71ae829e0b947c59f0b600a13fa1f18a33365e448ee6977d24a87f337 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:22.387Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:22.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-10T03:10:22.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-10T03:10:22.683Z] 4c2ee5fd593a: Preparing [2021-04-10T03:10:22.683Z] d54b8d971856: Preparing [2021-04-10T03:10:22.683Z] ea6c87389992: Preparing [2021-04-10T03:10:22.683Z] 6b590deccaf0: Preparing [2021-04-10T03:10:22.683Z] b0b9881431d7: Preparing [2021-04-10T03:10:22.683Z] b0b9881431d7: Layer already exists [2021-04-10T03:10:22.683Z] 6b590deccaf0: Layer already exists [2021-04-10T03:10:22.683Z] ea6c87389992: Layer already exists [2021-04-10T03:10:22.683Z] d54b8d971856: Layer already exists [2021-04-10T03:10:22.683Z] 4c2ee5fd593a: Layer already exists [2021-04-10T03:10:22.683Z] master: digest: sha256:d0942af71ae829e0b947c59f0b600a13fa1f18a33365e448ee6977d24a87f337 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:10:22.904Z] ===================================================== [Pipeline] echo [2021-04-10T03:10:22.962Z] taggedImages: [2021-04-10T03:10:22.962Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:22.962Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.168 [2021-04-10T03:10:22.962Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:22.962Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-10T03:10:23.024Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-10T03:10:23.024Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:23.024Z] 2.0.0-dev.168 [2021-04-10T03:10:23.024Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:23.024Z] master [2021-04-10T03:10:23.024Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:23.578Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:23.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:23.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-10T03:10:23.887Z] cf0d675bb4c0: Preparing [2021-04-10T03:10:23.887Z] b88066a03da2: Preparing [2021-04-10T03:10:23.887Z] d7fed451ad3a: Preparing [2021-04-10T03:10:23.887Z] 94aa6e8f4b5e: Preparing [2021-04-10T03:10:23.887Z] 0754057c0ad3: Preparing [2021-04-10T03:10:23.887Z] 998cdf262ab1: Preparing [2021-04-10T03:10:23.887Z] 02e56110abd2: Preparing [2021-04-10T03:10:23.887Z] abc36efb885a: Preparing [2021-04-10T03:10:23.887Z] b0b09059f4e1: Preparing [2021-04-10T03:10:23.887Z] bb961f40224b: Preparing [2021-04-10T03:10:23.887Z] f4666769fca7: Preparing [2021-04-10T03:10:23.887Z] 02e56110abd2: Waiting [2021-04-10T03:10:23.887Z] 998cdf262ab1: Waiting [2021-04-10T03:10:23.887Z] abc36efb885a: Waiting [2021-04-10T03:10:23.887Z] b0b09059f4e1: Waiting [2021-04-10T03:10:23.887Z] bb961f40224b: Waiting [2021-04-10T03:10:23.887Z] f4666769fca7: Waiting [2021-04-10T03:10:23.887Z] 0754057c0ad3: Layer already exists [2021-04-10T03:10:23.887Z] 998cdf262ab1: Layer already exists [2021-04-10T03:10:23.887Z] 02e56110abd2: Layer already exists [2021-04-10T03:10:24.150Z] b88066a03da2: Pushed [2021-04-10T03:10:24.150Z] abc36efb885a: Layer already exists [2021-04-10T03:10:24.150Z] bb961f40224b: Layer already exists [2021-04-10T03:10:24.150Z] b0b09059f4e1: Layer already exists [2021-04-10T03:10:24.150Z] f4666769fca7: Layer already exists [2021-04-10T03:10:24.412Z] cf0d675bb4c0: Pushed [2021-04-10T03:10:24.987Z] d7fed451ad3a: Pushed [2021-04-10T03:10:27.066Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:10:27.066Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:10:27.066Z] ---> 981dab055d42 [2021-04-10T03:10:27.066Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:10:27.066Z] ---> Using cache [2021-04-10T03:10:27.066Z] ---> ab7a7c5367e4 [2021-04-10T03:10:27.066Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:10:27.066Z] ---> Using cache [2021-04-10T03:10:27.066Z] ---> d6a412929ebb [2021-04-10T03:10:27.066Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-10T03:10:32.493Z] ---> Running in 36855812c80c [2021-04-10T03:10:33.106Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:10:33.106Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:10:33.106Z] ---> 981dab055d42 [2021-04-10T03:10:33.106Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:10:33.106Z] ---> Using cache [2021-04-10T03:10:33.106Z] ---> ab7a7c5367e4 [2021-04-10T03:10:33.106Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:10:33.106Z] ---> Using cache [2021-04-10T03:10:33.106Z] ---> d6a412929ebb [2021-04-10T03:10:33.106Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-10T03:10:33.106Z] ---> Using cache [2021-04-10T03:10:33.106Z] ---> 22593f15566d [2021-04-10T03:10:33.106Z] Step 6/23 : COPY go.mod . [2021-04-10T03:10:33.106Z] ---> Using cache [2021-04-10T03:10:33.106Z] ---> f852de322ed4 [2021-04-10T03:10:33.106Z] Step 7/23 : RUN go mod download [2021-04-10T03:10:33.106Z] ---> Using cache [2021-04-10T03:10:33.106Z] ---> ec7924fe3c98 [2021-04-10T03:10:33.106Z] Step 8/23 : COPY . . [2021-04-10T03:10:33.106Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:10:33.106Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:10:33.106Z] ---> 981dab055d42 [2021-04-10T03:10:33.106Z] Step 3/23 : WORKDIR /edgex-go [2021-04-10T03:10:33.106Z] ---> Using cache [2021-04-10T03:10:33.106Z] ---> ab7a7c5367e4 [2021-04-10T03:10:33.106Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:10:33.106Z] ---> Using cache [2021-04-10T03:10:33.106Z] ---> d6a412929ebb [2021-04-10T03:10:33.106Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-10T03:10:33.384Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-10T03:10:33.384Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-10T03:10:33.384Z] ---> 981dab055d42 [2021-04-10T03:10:33.384Z] Step 3/31 : WORKDIR /edgex-go [2021-04-10T03:10:33.384Z] ---> Using cache [2021-04-10T03:10:33.384Z] ---> ab7a7c5367e4 [2021-04-10T03:10:33.384Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:10:33.384Z] ---> Using cache [2021-04-10T03:10:33.384Z] ---> d6a412929ebb [2021-04-10T03:10:33.384Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-10T03:10:33.384Z] ---> Using cache [2021-04-10T03:10:33.384Z] ---> 22593f15566d [2021-04-10T03:10:33.384Z] Step 6/31 : COPY go.mod . [2021-04-10T03:10:33.384Z] ---> Using cache [2021-04-10T03:10:33.384Z] ---> f852de322ed4 [2021-04-10T03:10:33.384Z] Step 7/31 : RUN go mod download [2021-04-10T03:10:33.384Z] ---> Using cache [2021-04-10T03:10:33.384Z] ---> ec7924fe3c98 [2021-04-10T03:10:33.384Z] Step 8/31 : COPY . . [2021-04-10T03:10:33.384Z] ---> Using cache [2021-04-10T03:10:33.384Z] ---> 5234e0ebee1e [2021-04-10T03:10:33.384Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-10T03:10:33.384Z] ---> Running in 52c774abfb3e [2021-04-10T03:10:33.666Z] ---> Using cache [2021-04-10T03:10:33.666Z] ---> 5234e0ebee1e [2021-04-10T03:10:33.666Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-10T03:10:33.666Z] ---> Running in e63674a50074 [2021-04-10T03:10:33.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:10:33.666Z] ---> Running in 2eb013b814f7 [2021-04-10T03:10:34.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:10:34.993Z] 94aa6e8f4b5e: Pushed [2021-04-10T03:10:34.994Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:94c602428cad3bff489962f4878851caf8d9f5e6df667cac7c6d959a004e724c size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:35.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:10:35.309Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:35.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-10T03:10:35.528Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-10T03:10:35.528Z] OK: 217 MiB in 51 packages [2021-04-10T03:10:35.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.168 [2021-04-10T03:10:35.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-10T03:10:35.608Z] cf0d675bb4c0: Preparing [2021-04-10T03:10:35.608Z] b88066a03da2: Preparing [2021-04-10T03:10:35.608Z] d7fed451ad3a: Preparing [2021-04-10T03:10:35.608Z] 94aa6e8f4b5e: Preparing [2021-04-10T03:10:35.608Z] 0754057c0ad3: Preparing [2021-04-10T03:10:35.608Z] 998cdf262ab1: Preparing [2021-04-10T03:10:35.608Z] 02e56110abd2: Preparing [2021-04-10T03:10:35.608Z] abc36efb885a: Preparing [2021-04-10T03:10:35.608Z] b0b09059f4e1: Preparing [2021-04-10T03:10:35.608Z] bb961f40224b: Preparing [2021-04-10T03:10:35.608Z] f4666769fca7: Preparing [2021-04-10T03:10:35.608Z] 998cdf262ab1: Waiting [2021-04-10T03:10:35.608Z] 02e56110abd2: Waiting [2021-04-10T03:10:35.608Z] abc36efb885a: Waiting [2021-04-10T03:10:35.608Z] b0b09059f4e1: Waiting [2021-04-10T03:10:35.608Z] bb961f40224b: Waiting [2021-04-10T03:10:35.608Z] f4666769fca7: Waiting [2021-04-10T03:10:35.608Z] d7fed451ad3a: Layer already exists [2021-04-10T03:10:35.608Z] 94aa6e8f4b5e: Layer already exists [2021-04-10T03:10:35.608Z] 0754057c0ad3: Layer already exists [2021-04-10T03:10:35.608Z] b88066a03da2: Layer already exists [2021-04-10T03:10:35.608Z] cf0d675bb4c0: Layer already exists [2021-04-10T03:10:35.608Z] 02e56110abd2: Layer already exists [2021-04-10T03:10:35.608Z] abc36efb885a: Layer already exists [2021-04-10T03:10:35.608Z] 998cdf262ab1: Layer already exists [2021-04-10T03:10:35.608Z] b0b09059f4e1: Layer already exists [2021-04-10T03:10:35.608Z] bb961f40224b: Layer already exists [2021-04-10T03:10:35.608Z] f4666769fca7: Layer already exists [2021-04-10T03:10:35.608Z] 2.0.0-dev.168: digest: sha256:94c602428cad3bff489962f4878851caf8d9f5e6df667cac7c6d959a004e724c size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:35.913Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:36.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:10:36.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:36.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-10T03:10:36.208Z] cf0d675bb4c0: Preparing [2021-04-10T03:10:36.208Z] b88066a03da2: Preparing [2021-04-10T03:10:36.208Z] d7fed451ad3a: Preparing [2021-04-10T03:10:36.208Z] 94aa6e8f4b5e: Preparing [2021-04-10T03:10:36.208Z] 0754057c0ad3: Preparing [2021-04-10T03:10:36.208Z] 998cdf262ab1: Preparing [2021-04-10T03:10:36.208Z] 02e56110abd2: Preparing [2021-04-10T03:10:36.208Z] abc36efb885a: Preparing [2021-04-10T03:10:36.208Z] b0b09059f4e1: Preparing [2021-04-10T03:10:36.208Z] bb961f40224b: Preparing [2021-04-10T03:10:36.208Z] f4666769fca7: Preparing [2021-04-10T03:10:36.208Z] 998cdf262ab1: Waiting [2021-04-10T03:10:36.208Z] 02e56110abd2: Waiting [2021-04-10T03:10:36.208Z] abc36efb885a: Waiting [2021-04-10T03:10:36.208Z] b0b09059f4e1: Waiting [2021-04-10T03:10:36.208Z] bb961f40224b: Waiting [2021-04-10T03:10:36.208Z] f4666769fca7: Waiting [2021-04-10T03:10:36.208Z] cf0d675bb4c0: Layer already exists [2021-04-10T03:10:36.208Z] d7fed451ad3a: Layer already exists [2021-04-10T03:10:36.208Z] 94aa6e8f4b5e: Layer already exists [2021-04-10T03:10:36.208Z] 0754057c0ad3: Layer already exists [2021-04-10T03:10:36.208Z] b88066a03da2: Layer already exists [2021-04-10T03:10:36.208Z] 02e56110abd2: Layer already exists [2021-04-10T03:10:36.208Z] 998cdf262ab1: Layer already exists [2021-04-10T03:10:36.208Z] b0b09059f4e1: Layer already exists [2021-04-10T03:10:36.208Z] abc36efb885a: Layer already exists [2021-04-10T03:10:36.208Z] bb961f40224b: Layer already exists [2021-04-10T03:10:36.208Z] f4666769fca7: Layer already exists [2021-04-10T03:10:36.208Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:94c602428cad3bff489962f4878851caf8d9f5e6df667cac7c6d959a004e724c size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:36.508Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:10:36.801Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-10T03:10:36.801Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-10T03:10:36.801Z] cf0d675bb4c0: Preparing [2021-04-10T03:10:36.801Z] b88066a03da2: Preparing [2021-04-10T03:10:36.801Z] d7fed451ad3a: Preparing [2021-04-10T03:10:36.801Z] 94aa6e8f4b5e: Preparing [2021-04-10T03:10:36.801Z] 0754057c0ad3: Preparing [2021-04-10T03:10:36.801Z] 998cdf262ab1: Preparing [2021-04-10T03:10:36.801Z] 02e56110abd2: Preparing [2021-04-10T03:10:36.801Z] abc36efb885a: Preparing [2021-04-10T03:10:36.801Z] b0b09059f4e1: Preparing [2021-04-10T03:10:36.801Z] bb961f40224b: Preparing [2021-04-10T03:10:36.801Z] f4666769fca7: Preparing [2021-04-10T03:10:36.801Z] abc36efb885a: Waiting [2021-04-10T03:10:36.801Z] b0b09059f4e1: Waiting [2021-04-10T03:10:36.801Z] bb961f40224b: Waiting [2021-04-10T03:10:36.801Z] 998cdf262ab1: Waiting [2021-04-10T03:10:36.801Z] f4666769fca7: Waiting [2021-04-10T03:10:36.801Z] 02e56110abd2: Waiting [2021-04-10T03:10:36.801Z] cf0d675bb4c0: Layer already exists [2021-04-10T03:10:36.801Z] 94aa6e8f4b5e: Layer already exists [2021-04-10T03:10:36.801Z] d7fed451ad3a: Layer already exists [2021-04-10T03:10:36.801Z] b88066a03da2: Layer already exists [2021-04-10T03:10:36.801Z] 0754057c0ad3: Layer already exists [2021-04-10T03:10:36.801Z] 998cdf262ab1: Layer already exists [2021-04-10T03:10:36.801Z] 02e56110abd2: Layer already exists [2021-04-10T03:10:36.801Z] abc36efb885a: Layer already exists [2021-04-10T03:10:36.801Z] bb961f40224b: Layer already exists [2021-04-10T03:10:36.801Z] b0b09059f4e1: Layer already exists [2021-04-10T03:10:36.801Z] f4666769fca7: Layer already exists [2021-04-10T03:10:36.801Z] master: digest: sha256:94c602428cad3bff489962f4878851caf8d9f5e6df667cac7c6d959a004e724c size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:10:36.972Z] ===================================================== [Pipeline] echo [2021-04-10T03:10:37.016Z] taggedImages: [2021-04-10T03:10:37.016Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:10:37.016Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.168 [2021-04-10T03:10:37.016Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:10:37.016Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-10T03:10:37.123Z] Removing intermediate container 36855812c80c [2021-04-10T03:10:37.123Z] ---> 3e70f321a6f8 [2021-04-10T03:10:37.123Z] Step 6/23 : COPY go.mod . [2021-04-10T03:10:37.123Z] OK: 217 MiB in 51 packages [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-04-10T03:10:38.584Z] ---> 2da4c87391ab [2021-04-10T03:10:38.584Z] Step 7/23 : RUN go mod download [2021-04-10T03:10:38.864Z] ---> Running in 2a0c399a86e6 [2021-04-10T03:10:39.137Z] Removing intermediate container 52c774abfb3e [2021-04-10T03:10:39.137Z] ---> 0804ba7512db [2021-04-10T03:10:39.137Z] Step 6/23 : COPY go.mod . [2021-04-10T03:10:40.585Z] ---> 964ce14f233d [2021-04-10T03:10:40.585Z] Step 7/23 : RUN go mod download [2021-04-10T03:10:40.585Z] ---> Running in bc141b6648ce [2021-04-10T03:10:43.993Z] Removing intermediate container 2a0c399a86e6 [2021-04-10T03:10:43.993Z] ---> 17e71228cdde [2021-04-10T03:10:43.993Z] Step 8/23 : COPY . . [2021-04-10T03:10:45.457Z] Removing intermediate container bc141b6648ce [2021-04-10T03:10:45.457Z] ---> dd7211e0f09f [2021-04-10T03:10:45.457Z] Step 8/23 : COPY . . [2021-04-10T03:11:07.679Z] ---> d7c37cf0d216 [2021-04-10T03:11:07.679Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-10T03:11:07.679Z] ---> b9ece8999625 [2021-04-10T03:11:07.679Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-10T03:11:07.679Z] ---> Running in 9f2423c717d6 [2021-04-10T03:11:07.679Z] ---> Running in 1dcd7d2c6c0e [2021-04-10T03:11:09.663Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/core-data/core-data ./cmd/core-data [2021-04-10T03:11:09.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-10T03:12:06.267Z] Removing intermediate container 2eb013b814f7 [2021-04-10T03:12:06.267Z] ---> ede7eec408cf [2021-04-10T03:12:06.267Z] [2021-04-10T03:12:06.267Z] Step 10/31 : FROM alpine:3.12 [2021-04-10T03:12:06.267Z] ---> d75e27dfc0a0 [2021-04-10T03:12:06.267Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-10T03:12:06.267Z] ---> Running in 658aecb09d37 [2021-04-10T03:12:06.267Z] Removing intermediate container 658aecb09d37 [2021-04-10T03:12:06.267Z] ---> 63d406dfc030 [2021-04-10T03:12:06.267Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-10T03:12:06.267Z] ---> Running in 15504bf15557 [2021-04-10T03:12:06.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:12:06.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:12:06.267Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-10T03:12:06.267Z] (2/2) Installing su-exec (0.2-r1) [2021-04-10T03:12:06.267Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:12:06.267Z] OK: 5 MiB in 16 packages [2021-04-10T03:12:06.547Z] Removing intermediate container 15504bf15557 [2021-04-10T03:12:06.547Z] ---> 8ff4f3ecead5 [2021-04-10T03:12:06.547Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-10T03:12:06.547Z] ---> Running in 9e15ce0031cf [2021-04-10T03:12:07.198Z] Removing intermediate container 9e15ce0031cf [2021-04-10T03:12:07.198Z] ---> 70bc359cb3f9 [2021-04-10T03:12:07.198Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-10T03:12:07.476Z] ---> Running in ce1d64c67c94 [2021-04-10T03:12:08.084Z] Removing intermediate container ce1d64c67c94 [2021-04-10T03:12:08.084Z] ---> bff339fbcec6 [2021-04-10T03:12:08.084Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-10T03:12:08.362Z] ---> Running in 3cda457157d4 [2021-04-10T03:12:11.804Z] Removing intermediate container 3cda457157d4 [2021-04-10T03:12:11.804Z] ---> 7c24049711a5 [2021-04-10T03:12:11.804Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-10T03:12:12.079Z] ---> Running in d4d24ac10b75 [2021-04-10T03:12:12.690Z] Removing intermediate container d4d24ac10b75 [2021-04-10T03:12:12.690Z] ---> 4cf53d7efc74 [2021-04-10T03:12:12.690Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-10T03:12:14.144Z] ---> de64c9478640 [2021-04-10T03:12:14.145Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-10T03:12:14.145Z] ---> Running in 27008d2589d0 [2021-04-10T03:12:18.901Z] Removing intermediate container 27008d2589d0 [2021-04-10T03:12:18.901Z] ---> 64d1d56b1c67 [2021-04-10T03:12:18.901Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:12:20.482Z] ---> 69f0f96a6b08 [2021-04-10T03:12:20.482Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-10T03:12:23.905Z] ---> 1e36d7ea5fb3 [2021-04-10T03:12:23.905Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-10T03:12:24.898Z] Removing intermediate container e63674a50074 [2021-04-10T03:12:24.898Z] ---> 395c2a6f18e1 [2021-04-10T03:12:24.898Z] [2021-04-10T03:12:24.898Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:12:24.898Z] ---> d75e27dfc0a0 [2021-04-10T03:12:24.898Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-10T03:12:24.898Z] ---> Using cache [2021-04-10T03:12:24.898Z] ---> 0843358c8c45 [2021-04-10T03:12:24.898Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:12:24.898Z] ---> Using cache [2021-04-10T03:12:24.898Z] ---> 388bf92a7247 [2021-04-10T03:12:24.898Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-10T03:12:24.898Z] ---> Running in 2b644287948f [2021-04-10T03:12:25.182Z] ---> a71bdec1dfbb [2021-04-10T03:12:25.182Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-10T03:12:25.791Z] Removing intermediate container 2b644287948f [2021-04-10T03:12:25.791Z] ---> d1de78efadcb [2021-04-10T03:12:25.791Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-10T03:12:26.071Z] ---> Running in 5f61953fd820 [2021-04-10T03:12:26.687Z] ---> 0328fc68ee94 [2021-04-10T03:12:26.687Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-10T03:12:26.971Z] Removing intermediate container 5f61953fd820 [2021-04-10T03:12:26.971Z] ---> 7b8da9902f81 [2021-04-10T03:12:26.971Z] Step 15/23 : WORKDIR / [2021-04-10T03:12:27.250Z] ---> Running in e688c3060739 [2021-04-10T03:12:28.245Z] ---> 9164f971998c [2021-04-10T03:12:28.245Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-10T03:12:28.245Z] Removing intermediate container e688c3060739 [2021-04-10T03:12:28.245Z] ---> e9cd405e9c90 [2021-04-10T03:12:28.245Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:12:28.522Z] ---> Running in 0f059cb0121b [2021-04-10T03:12:29.525Z] Removing intermediate container 0f059cb0121b [2021-04-10T03:12:29.525Z] ---> c0b50f5e5316 [2021-04-10T03:12:29.525Z] ---> f906a33ec133 [2021-04-10T03:12:29.525Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-10T03:12:29.525Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-10T03:12:31.531Z] ---> 008d679500a8 [2021-04-10T03:12:31.531Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-10T03:12:31.809Z] ---> Running in 3fe77c43d399 [2021-04-10T03:12:32.086Z] ---> 6511eb2daea0 [2021-04-10T03:12:32.086Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-10T03:12:34.084Z] ---> a7f0f85bc2e1 [2021-04-10T03:12:34.084Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-10T03:12:34.084Z] ---> Running in eb9f729f3f72 [2021-04-10T03:12:34.681Z] Removing intermediate container eb9f729f3f72 [2021-04-10T03:12:34.681Z] ---> fd93ad4ecfb5 [2021-04-10T03:12:34.681Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:12:34.954Z] ---> Running in 99ce3759bda7 [2021-04-10T03:12:35.560Z] Removing intermediate container 99ce3759bda7 [2021-04-10T03:12:35.560Z] ---> 30e92d678679 [2021-04-10T03:12:35.560Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T03:12:35.835Z] Removing intermediate container 3fe77c43d399 [2021-04-10T03:12:35.835Z] ---> 4e695616a3fe [2021-04-10T03:12:35.835Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-10T03:12:35.835Z] ---> Running in 9a6962a50096 [2021-04-10T03:12:36.436Z] ---> Running in ab90d7d824ad [2021-04-10T03:12:36.436Z] Removing intermediate container 9a6962a50096 [2021-04-10T03:12:36.436Z] ---> cdc9f097e425 [2021-04-10T03:12:36.436Z] Step 22/23 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:12:37.038Z] ---> Running in 09a3bad2eb9c [2021-04-10T03:12:37.038Z] Removing intermediate container ab90d7d824ad [2021-04-10T03:12:37.038Z] ---> 4ae75c5016e4 [2021-04-10T03:12:37.312Z] Step 28/31 : CMD ["gate"] [2021-04-10T03:12:37.914Z] ---> Running in 3aafcfffd6cf [2021-04-10T03:12:38.191Z] Removing intermediate container 09a3bad2eb9c [2021-04-10T03:12:38.191Z] ---> 8a37b8f25abb [2021-04-10T03:12:38.191Z] Step 23/23 : LABEL version=2.0.0-dev.168 [2021-04-10T03:12:38.476Z] ---> Running in 5611e4eaf359 [2021-04-10T03:12:38.752Z] Removing intermediate container 3aafcfffd6cf [2021-04-10T03:12:38.752Z] ---> 0a961300799b [2021-04-10T03:12:38.752Z] Step 29/31 : LABEL arch=arm64 [2021-04-10T03:12:39.348Z] Removing intermediate container 5611e4eaf359 [2021-04-10T03:12:39.348Z] ---> 63f32a731cf8 [2021-04-10T03:12:39.348Z] [2021-04-10T03:12:39.348Z] ---> Running in 700f93519973 [2021-04-10T03:12:40.333Z] Successfully built 63f32a731cf8 [2021-04-10T03:12:40.333Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-10T03:12:40.605Z]  Building docker-core-metadata-go ... done Removing intermediate container 700f93519973 [2021-04-10T03:12:40.605Z] ---> 44dc58760ce6 [2021-04-10T03:12:40.605Z] Step 30/31 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:12:41.202Z] ---> Running in 6c8c943a7b69 [2021-04-10T03:12:41.801Z] Removing intermediate container 6c8c943a7b69 [2021-04-10T03:12:41.801Z] ---> 8dee2a94812e [2021-04-10T03:12:41.801Z] Step 31/31 : LABEL version=2.0.0-dev.168 [2021-04-10T03:12:41.801Z] Removing intermediate container 1dcd7d2c6c0e [2021-04-10T03:12:41.801Z] ---> df94a026b288 [2021-04-10T03:12:41.801Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-10T03:12:42.411Z] ---> Running in 522828ddc24f [2021-04-10T03:12:42.411Z] ---> Running in b7447f73baaa [2021-04-10T03:12:43.015Z] Removing intermediate container b7447f73baaa [2021-04-10T03:12:43.015Z] ---> bb2e37539dfc [2021-04-10T03:12:43.015Z] [2021-04-10T03:12:43.613Z] Successfully built bb2e37539dfc [2021-04-10T03:12:43.613Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-10T03:12:43.613Z]  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.168" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-10T03:12:46.994Z] Removing intermediate container 522828ddc24f [2021-04-10T03:12:46.994Z] ---> c62fb60f82e3 [2021-04-10T03:12:46.994Z] [2021-04-10T03:12:46.994Z] Step 11/23 : FROM docker:20.10.0 [2021-04-10T03:12:46.994Z] 20.10.0: Pulling from library/docker [2021-04-10T03:12:59.384Z] Removing intermediate container 9f2423c717d6 [2021-04-10T03:12:59.384Z] ---> 161f5865a0cb [2021-04-10T03:12:59.384Z] [2021-04-10T03:12:59.384Z] Step 10/23 : FROM alpine:3.12 [2021-04-10T03:12:59.384Z] ---> d75e27dfc0a0 [2021-04-10T03:12:59.384Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-10T03:12:59.384Z] ---> Running in 079b3f4be550 [2021-04-10T03:12:59.384Z] Removing intermediate container 079b3f4be550 [2021-04-10T03:12:59.384Z] ---> 67603cd29041 [2021-04-10T03:12:59.384Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-10T03:12:59.384Z] ---> Running in f8fdb08aa75c [2021-04-10T03:12:59.384Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-10T03:12:59.384Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-10T03:12:59.384Z] ---> eeaf43b92773 [2021-04-10T03:12:59.384Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-10T03:12:59.384Z] ---> Running in 3d18ad79761e [2021-04-10T03:12:59.384Z] Removing intermediate container f8fdb08aa75c [2021-04-10T03:12:59.384Z] ---> 3f101ba6e9d3 [2021-04-10T03:12:59.384Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-10T03:12:59.660Z] ---> Running in 24a9c44e9d72 [2021-04-10T03:12:59.660Z] Removing intermediate container 3d18ad79761e [2021-04-10T03:12:59.660Z] ---> ada96a38daf7 [2021-04-10T03:12:59.660Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-10T03:12:59.931Z] ---> Running in c53f36880c82 [2021-04-10T03:13:00.210Z] Removing intermediate container 24a9c44e9d72 [2021-04-10T03:13:00.210Z] ---> 9143d1cae28d [2021-04-10T03:13:00.210Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-10T03:13:00.487Z] ---> Running in 9ca4f21664ae [2021-04-10T03:13:01.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:13:01.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:13:02.447Z] (1/39) Installing readline (8.0.4-r0) [2021-04-10T03:13:02.447Z] (2/39) Installing bash (5.0.17-r0) [2021-04-10T03:13:02.447Z] Executing bash-5.0.17-r0.post-install [2021-04-10T03:13:02.447Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-10T03:13:02.447Z] (4/39) Installing libcurl (7.69.1-r3) [2021-04-10T03:13:02.447Z] (5/39) Installing curl (7.69.1-r3) [2021-04-10T03:13:02.447Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-10T03:13:02.447Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-10T03:13:02.447Z] (8/39) Installing expat (2.2.9-r1) [2021-04-10T03:13:02.447Z] (9/39) Installing libffi (3.3-r2) [2021-04-10T03:13:02.447Z] (10/39) Installing gdbm (1.13-r1) [2021-04-10T03:13:02.447Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-10T03:13:02.447Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-10T03:13:02.447Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-10T03:13:03.425Z] Removing intermediate container 9ca4f21664ae [2021-04-10T03:13:03.425Z] ---> 6cebc896569f [2021-04-10T03:13:03.425Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-10T03:13:04.019Z] ---> Running in 9441d97db502 [2021-04-10T03:13:04.292Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-10T03:13:04.565Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-10T03:13:04.565Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-10T03:13:04.565Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-10T03:13:04.565Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-10T03:13:04.565Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-10T03:13:04.565Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-10T03:13:04.565Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-10T03:13:04.565Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-10T03:13:04.565Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-10T03:13:04.837Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-10T03:13:04.837Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-10T03:13:04.837Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-10T03:13:04.837Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-10T03:13:04.837Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-10T03:13:04.837Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-10T03:13:04.837Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-10T03:13:04.837Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-10T03:13:04.837Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-10T03:13:04.837Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-10T03:13:05.109Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-10T03:13:05.109Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-10T03:13:05.109Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-10T03:13:05.109Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-10T03:13:05.109Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-10T03:13:05.109Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-10T03:13:05.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-10T03:13:05.382Z] Executing busybox-1.31.1-r19.trigger [2021-04-10T03:13:05.382Z] OK: 72 MiB in 59 packages [2021-04-10T03:13:05.980Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-10T03:13:06.954Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-10T03:13:06.954Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-10T03:13:07.227Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-10T03:13:07.227Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-10T03:13:07.500Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-10T03:13:07.771Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-10T03:13:07.771Z] Executing busybox-1.31.1-r20.trigger [2021-04-10T03:13:07.771Z] OK: 8 MiB in 20 packages [2021-04-10T03:13:09.759Z] Removing intermediate container 9441d97db502 [2021-04-10T03:13:09.759Z] ---> 98cc57ac2e6b [2021-04-10T03:13:09.759Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-10T03:13:10.352Z] ---> 5dc8ea66f4dc [2021-04-10T03:13:10.352Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-10T03:13:10.624Z] Collecting docker-compose==1.23.2 [2021-04-10T03:13:10.624Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-10T03:13:11.598Z] Collecting texttable<0.10,>=0.9.0 [2021-04-10T03:13:11.598Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-10T03:13:11.871Z] ---> 3c0cf0c21fe7 [2021-04-10T03:13:11.871Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-10T03:13:12.861Z] ---> 979a70acc109 [2021-04-10T03:13:12.861Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-10T03:13:12.861Z] ---> Running in f7569398980f [2021-04-10T03:13:13.455Z] Removing intermediate container f7569398980f [2021-04-10T03:13:13.455Z] ---> ba92ee65e9ba [2021-04-10T03:13:13.455Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:13:13.455Z] ---> Running in e40d64302b66 [2021-04-10T03:13:14.059Z] Removing intermediate container e40d64302b66 [2021-04-10T03:13:14.059Z] ---> f88dcf1587cc [2021-04-10T03:13:14.059Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T03:13:14.331Z] ---> Running in b26aa9f5df80 [2021-04-10T03:13:14.616Z] Collecting cached-property<2,>=1.2.0 [2021-04-10T03:13:14.616Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-10T03:13:14.616Z] Removing intermediate container b26aa9f5df80 [2021-04-10T03:13:14.616Z] ---> 2eed158a7bf8 [2021-04-10T03:13:14.616Z] Step 22/23 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:13:14.890Z] ---> Running in ce03948bf8d6 [2021-04-10T03:13:15.485Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-10T03:13:15.485Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-10T03:13:15.485Z] Removing intermediate container ce03948bf8d6 [2021-04-10T03:13:15.485Z] ---> fa4598e4daeb [2021-04-10T03:13:15.485Z] Step 23/23 : LABEL version=2.0.0-dev.168 [2021-04-10T03:13:15.485Z] ---> Running in bfca0963fe4d [2021-04-10T03:13:16.079Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-10T03:13:16.079Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-10T03:13:16.079Z] Removing intermediate container bfca0963fe4d [2021-04-10T03:13:16.079Z] ---> 2d1f47acb179 [2021-04-10T03:13:16.079Z] [2021-04-10T03:13:16.349Z] Successfully built 2d1f47acb179 [2021-04-10T03:13:16.349Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-10T03:13:18.318Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-04-10T03:13:18.318Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-10T03:13:20.283Z] 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-04-10T03:13:21.711Z] Collecting PyYAML<4,>=3.10 [2021-04-10T03:13:21.711Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-10T03:13:27.095Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-10T03:13:27.095Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-10T03:13:27.095Z] Collecting jsonschema<3,>=2.5.1 [2021-04-10T03:13:27.095Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-10T03:13:28.528Z] Collecting docker<4.0,>=3.6.0 [2021-04-10T03:13:28.528Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-10T03:13:28.803Z] 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-04-10T03:13:29.452Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-10T03:13:29.452Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-10T03:13:29.741Z] 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-04-10T03:13:30.020Z] Collecting idna<2.8,>=2.5 [2021-04-10T03:13:30.020Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-10T03:13:30.298Z] Collecting docker-pycreds>=0.4.0 [2021-04-10T03:13:30.299Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-10T03:13:30.583Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-10T03:13:30.583Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-10T03:13:30.583Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-10T03:13:30.584Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-10T03:13:32.038Z] Installing collected packages: texttable, cached-property, websocket-client, dockerpty, docopt, PyYAML, urllib3, idna, requests, jsonschema, docker-pycreds, docker, docker-compose [2021-04-10T03:13:32.038Z] Running setup.py install for texttable: started [2021-04-10T03:13:34.653Z] Running setup.py install for texttable: finished with status 'done' [2021-04-10T03:13:34.653Z] Running setup.py install for dockerpty: started [2021-04-10T03:13:37.266Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-10T03:13:37.266Z] Running setup.py install for docopt: started [2021-04-10T03:13:39.874Z] Running setup.py install for docopt: finished with status 'done' [2021-04-10T03:13:39.874Z] Running setup.py install for PyYAML: started [2021-04-10T03:13:42.490Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-10T03:13:42.490Z] Attempting uninstall: urllib3 [2021-04-10T03:13:42.490Z] Found existing installation: urllib3 1.25.9 [2021-04-10T03:13:42.490Z] Uninstalling urllib3-1.25.9: [2021-04-10T03:13:42.762Z] Successfully uninstalled urllib3-1.25.9 [2021-04-10T03:13:43.368Z] Attempting uninstall: idna [2021-04-10T03:13:43.368Z] Found existing installation: idna 2.9 [2021-04-10T03:13:43.368Z] Uninstalling idna-2.9: [2021-04-10T03:13:43.368Z] Successfully uninstalled idna-2.9 [2021-04-10T03:13:44.344Z] Attempting uninstall: requests [2021-04-10T03:13:44.344Z] Found existing installation: requests 2.23.0 [2021-04-10T03:13:44.344Z] Uninstalling requests-2.23.0: [2021-04-10T03:13:44.344Z] Successfully uninstalled requests-2.23.0 [2021-04-10T03:13:47.723Z] 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-04-10T03:13:55.987Z] Removing intermediate container c53f36880c82 [2021-04-10T03:13:55.987Z] ---> 75cb3733aad7 [2021-04-10T03:13:55.987Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-10T03:13:56.262Z] ---> Running in 9bcadacf34d1 [2021-04-10T03:13:56.537Z] Removing intermediate container 9bcadacf34d1 [2021-04-10T03:13:56.537Z] ---> 669b2060a06a [2021-04-10T03:13:56.537Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-10T03:13:56.809Z] ---> Running in 394472829f23 [2021-04-10T03:13:57.402Z] Removing intermediate container 394472829f23 [2021-04-10T03:13:57.402Z] ---> 4ee0443efc33 [2021-04-10T03:13:57.402Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-10T03:13:58.383Z] ---> d8c745eeb7d9 [2021-04-10T03:13:58.383Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-10T03:13:59.353Z] ---> 26f88e9ac499 [2021-04-10T03:13:59.354Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-10T03:13:59.951Z] ---> 76e2ed87b19e [2021-04-10T03:13:59.951Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-10T03:13:59.951Z] ---> Running in 24e438579e06 [2021-04-10T03:14:00.544Z] Removing intermediate container 24e438579e06 [2021-04-10T03:14:00.544Z] ---> 2d3ceaf06484 [2021-04-10T03:14:00.544Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-10T03:14:00.544Z] ---> Running in 947596fe06f8 [2021-04-10T03:14:01.138Z] Removing intermediate container 947596fe06f8 [2021-04-10T03:14:01.138Z] ---> 683b1284e936 [2021-04-10T03:14:01.138Z] Step 21/23 : LABEL arch=arm64 [2021-04-10T03:14:01.138Z] ---> Running in da768d4ed8bc [2021-04-10T03:14:01.731Z] Removing intermediate container da768d4ed8bc [2021-04-10T03:14:01.731Z] ---> 7521c1671c40 [2021-04-10T03:14:01.731Z] Step 22/23 : LABEL git_sha=5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:01.731Z] ---> Running in 41dfec37ab3b [2021-04-10T03:14:02.319Z] Removing intermediate container 41dfec37ab3b [2021-04-10T03:14:02.319Z] ---> 59a81eb95895 [2021-04-10T03:14:02.319Z] Step 23/23 : LABEL version=2.0.0-dev.168 [2021-04-10T03:14:02.597Z] ---> Running in ac5684347728 [2021-04-10T03:14:02.869Z] Removing intermediate container ac5684347728 [2021-04-10T03:14:02.869Z] ---> 120581b87ee4 [2021-04-10T03:14:02.869Z] [2021-04-10T03:14:03.142Z] Successfully built 120581b87ee4 [2021-04-10T03:14:03.142Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-10T03:14:03.430Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-04-10T03:14:03.441Z] $ docker stop --time=1 9d11d4c3482cd4ac8387d4acfe2eefa2d489bbafd96a5101226a5bbf8b530536 [2021-04-10T03:14:05.425Z] $ docker rm -f 9d11d4c3482cd4ac8387d4acfe2eefa2d489bbafd96a5101226a5bbf8b530536 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-10T03:14:06.174Z] + docker images [2021-04-10T03:14:06.174Z] + grep docker [2021-04-10T03:14:06.445Z] docker-sys-mgmt-agent-go-arm64 latest 120581b87ee4 4 seconds ago 299MB [2021-04-10T03:14:06.445Z] docker-core-data-go-arm64 latest 2d1f47acb179 51 seconds ago 21.4MB [2021-04-10T03:14:06.445Z] docker-security-bootstrapper-go-arm64 latest bb2e37539dfc About a minute ago 17.9MB [2021-04-10T03:14:06.445Z] docker-core-metadata-go-arm64 latest 63f32a731cf8 About a minute ago 17.9MB [2021-04-10T03:14:06.445Z] docker-core-command-go-arm64 latest 007ca9e8572a 4 minutes ago 16.3MB [2021-04-10T03:14:06.445Z] docker-security-secretstore-setup-go-arm64 latest eb744e909fd0 4 minutes ago 24.4MB [2021-04-10T03:14:06.445Z] docker-support-scheduler-go-arm64 latest 056dc097ce45 4 minutes ago 16.4MB [2021-04-10T03:14:06.445Z] docker-support-notifications-go-arm64 latest 599c0ebe9684 4 minutes ago 16.9MB [2021-04-10T03:14:06.445Z] docker-security-proxy-setup-go-arm64 latest 01a107e9e9bd 4 minutes ago 24.2MB [2021-04-10T03:14:06.445Z] docker 20.10.0 eeaf43b92773 4 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-04-10T03:14:06.987Z] provisioning config files... [2021-04-10T03:14:07.027Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/436@tmp/config300344635982998186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:14:07.476Z] ---> docker-login.sh [2021-04-10T03:14:07.476Z] nexus3.edgexfoundry.org:10001 [2021-04-10T03:14:07.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:14:07.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:14:07.747Z] Configure a credential helper to remove this warning. See [2021-04-10T03:14:07.747Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:14:07.747Z] [2021-04-10T03:14:07.747Z] Login Succeeded [2021-04-10T03:14:07.747Z] nexus3.edgexfoundry.org:10002 [2021-04-10T03:14:08.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:14:08.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:14:08.342Z] Configure a credential helper to remove this warning. See [2021-04-10T03:14:08.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:14:08.342Z] [2021-04-10T03:14:08.342Z] Login Succeeded [2021-04-10T03:14:08.342Z] nexus3.edgexfoundry.org:10003 [2021-04-10T03:14:08.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:14:08.937Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:14:08.937Z] Configure a credential helper to remove this warning. See [2021-04-10T03:14:08.937Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:14:08.937Z] [2021-04-10T03:14:08.937Z] Login Succeeded [2021-04-10T03:14:08.937Z] nexus3.edgexfoundry.org:10004 [2021-04-10T03:14:09.533Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:14:09.533Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:14:09.533Z] Configure a credential helper to remove this warning. See [2021-04-10T03:14:09.533Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:14:09.533Z] [2021-04-10T03:14:09.533Z] Login Succeeded [2021-04-10T03:14:09.533Z] docker.io [2021-04-10T03:14:10.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-10T03:14:10.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-10T03:14:10.397Z] Configure a credential helper to remove this warning. See [2021-04-10T03:14:10.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-10T03:14:10.397Z] [2021-04-10T03:14:10.397Z] Login Succeeded [2021-04-10T03:14:10.397Z] ---> docker-login.sh ends [Pipeline] } [2021-04-10T03:14:10.415Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:14:10.626Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-10T03:14:10.626Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:10.626Z] 2.0.0-dev.168 [2021-04-10T03:14:10.626Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:10.626Z] master [2021-04-10T03:14:10.626Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:11.154Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:11.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:11.493Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-10T03:14:11.493Z] 2e1d7ea0a012: Preparing [2021-04-10T03:14:11.493Z] fb376ae78b02: Preparing [2021-04-10T03:14:11.493Z] 2b036d43f363: Preparing [2021-04-10T03:14:11.493Z] 2859b3511a11: Preparing [2021-04-10T03:14:11.493Z] e08058ee1dfe: Preparing [2021-04-10T03:14:11.765Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:11.765Z] 2e1d7ea0a012: Pushed [2021-04-10T03:14:11.765Z] 2b036d43f363: Pushed [2021-04-10T03:14:11.765Z] 2859b3511a11: Pushed [2021-04-10T03:14:15.149Z] fb376ae78b02: Pushed [2021-04-10T03:14:15.149Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:a6b4386f02e819dbe38b15f255bb42033e57d0edc6067277ce54d999fe155281 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:15.491Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:15.833Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:15.833Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-10T03:14:15.833Z] 2e1d7ea0a012: Preparing [2021-04-10T03:14:15.833Z] fb376ae78b02: Preparing [2021-04-10T03:14:15.833Z] 2b036d43f363: Preparing [2021-04-10T03:14:15.833Z] 2859b3511a11: Preparing [2021-04-10T03:14:15.833Z] e08058ee1dfe: Preparing [2021-04-10T03:14:16.104Z] fb376ae78b02: Layer already exists [2021-04-10T03:14:16.104Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:16.104Z] 2e1d7ea0a012: Layer already exists [2021-04-10T03:14:16.104Z] 2859b3511a11: Layer already exists [2021-04-10T03:14:16.104Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:16.104Z] 2.0.0-dev.168: digest: sha256:a6b4386f02e819dbe38b15f255bb42033e57d0edc6067277ce54d999fe155281 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:16.449Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:16.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:16.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-10T03:14:16.789Z] 2e1d7ea0a012: Preparing [2021-04-10T03:14:16.789Z] fb376ae78b02: Preparing [2021-04-10T03:14:16.789Z] 2b036d43f363: Preparing [2021-04-10T03:14:16.789Z] 2859b3511a11: Preparing [2021-04-10T03:14:16.789Z] e08058ee1dfe: Preparing [2021-04-10T03:14:17.062Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:17.062Z] 2859b3511a11: Layer already exists [2021-04-10T03:14:17.062Z] 2e1d7ea0a012: Layer already exists [2021-04-10T03:14:17.062Z] fb376ae78b02: Layer already exists [2021-04-10T03:14:17.062Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:17.062Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:a6b4386f02e819dbe38b15f255bb42033e57d0edc6067277ce54d999fe155281 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:17.404Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:17.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-10T03:14:17.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-10T03:14:17.742Z] 2e1d7ea0a012: Preparing [2021-04-10T03:14:17.742Z] fb376ae78b02: Preparing [2021-04-10T03:14:17.742Z] 2b036d43f363: Preparing [2021-04-10T03:14:17.742Z] 2859b3511a11: Preparing [2021-04-10T03:14:17.742Z] e08058ee1dfe: Preparing [2021-04-10T03:14:18.014Z] 2e1d7ea0a012: Layer already exists [2021-04-10T03:14:18.015Z] 2859b3511a11: Layer already exists [2021-04-10T03:14:18.015Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:18.015Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:18.015Z] fb376ae78b02: Layer already exists [2021-04-10T03:14:18.015Z] master: digest: sha256:a6b4386f02e819dbe38b15f255bb42033e57d0edc6067277ce54d999fe155281 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:14:18.267Z] ===================================================== [Pipeline] echo [2021-04-10T03:14:18.318Z] taggedImages: [2021-04-10T03:14:18.318Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:18.318Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:18.318Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:18.318Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-10T03:14:18.400Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-10T03:14:18.400Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:18.400Z] 2.0.0-dev.168 [2021-04-10T03:14:18.400Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:18.400Z] master [2021-04-10T03:14:18.400Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:18.918Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:19.270Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:19.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-10T03:14:19.270Z] f1d42ea21bb8: Preparing [2021-04-10T03:14:19.270Z] 0c067ba0c9fd: Preparing [2021-04-10T03:14:19.270Z] 2b036d43f363: Preparing [2021-04-10T03:14:19.270Z] 2e01f8989fdd: Preparing [2021-04-10T03:14:19.270Z] ee543c043e33: Preparing [2021-04-10T03:14:19.270Z] e08058ee1dfe: Preparing [2021-04-10T03:14:19.270Z] e08058ee1dfe: Waiting [2021-04-10T03:14:19.547Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:19.547Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:19.547Z] ee543c043e33: Pushed [2021-04-10T03:14:19.547Z] f1d42ea21bb8: Pushed [2021-04-10T03:14:20.548Z] 2e01f8989fdd: Pushed [2021-04-10T03:14:23.157Z] 0c067ba0c9fd: Pushed [2021-04-10T03:14:23.157Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:fccf96d3016012370023a5c38fa61dbe9c785dd30862d77973659844108804a6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:23.501Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:23.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:23.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-10T03:14:23.844Z] f1d42ea21bb8: Preparing [2021-04-10T03:14:23.844Z] 0c067ba0c9fd: Preparing [2021-04-10T03:14:23.844Z] 2b036d43f363: Preparing [2021-04-10T03:14:23.844Z] 2e01f8989fdd: Preparing [2021-04-10T03:14:23.844Z] ee543c043e33: Preparing [2021-04-10T03:14:23.844Z] e08058ee1dfe: Preparing [2021-04-10T03:14:23.844Z] e08058ee1dfe: Waiting [2021-04-10T03:14:24.116Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:24.116Z] ee543c043e33: Layer already exists [2021-04-10T03:14:24.116Z] 0c067ba0c9fd: Layer already exists [2021-04-10T03:14:24.116Z] 2e01f8989fdd: Layer already exists [2021-04-10T03:14:24.116Z] f1d42ea21bb8: Layer already exists [2021-04-10T03:14:24.116Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:24.116Z] 2.0.0-dev.168: digest: sha256:fccf96d3016012370023a5c38fa61dbe9c785dd30862d77973659844108804a6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:24.461Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:24.800Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:24.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-10T03:14:24.800Z] f1d42ea21bb8: Preparing [2021-04-10T03:14:24.800Z] 0c067ba0c9fd: Preparing [2021-04-10T03:14:24.800Z] 2b036d43f363: Preparing [2021-04-10T03:14:24.800Z] 2e01f8989fdd: Preparing [2021-04-10T03:14:24.800Z] ee543c043e33: Preparing [2021-04-10T03:14:24.800Z] e08058ee1dfe: Preparing [2021-04-10T03:14:24.800Z] e08058ee1dfe: Waiting [2021-04-10T03:14:24.800Z] 0c067ba0c9fd: Layer already exists [2021-04-10T03:14:24.800Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:24.800Z] 2e01f8989fdd: Layer already exists [2021-04-10T03:14:24.800Z] ee543c043e33: Layer already exists [2021-04-10T03:14:24.800Z] f1d42ea21bb8: Layer already exists [2021-04-10T03:14:25.073Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:25.073Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:fccf96d3016012370023a5c38fa61dbe9c785dd30862d77973659844108804a6 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:26.830Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:27.177Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-10T03:14:27.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-10T03:14:27.177Z] f1d42ea21bb8: Preparing [2021-04-10T03:14:27.177Z] 0c067ba0c9fd: Preparing [2021-04-10T03:14:27.177Z] 2b036d43f363: Preparing [2021-04-10T03:14:27.177Z] 2e01f8989fdd: Preparing [2021-04-10T03:14:27.177Z] ee543c043e33: Preparing [2021-04-10T03:14:27.177Z] e08058ee1dfe: Preparing [2021-04-10T03:14:27.177Z] e08058ee1dfe: Waiting [2021-04-10T03:14:27.454Z] 0c067ba0c9fd: Layer already exists [2021-04-10T03:14:27.454Z] ee543c043e33: Layer already exists [2021-04-10T03:14:27.454Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:27.454Z] 2e01f8989fdd: Layer already exists [2021-04-10T03:14:27.454Z] f1d42ea21bb8: Layer already exists [2021-04-10T03:14:27.454Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:27.454Z] master: digest: sha256:fccf96d3016012370023a5c38fa61dbe9c785dd30862d77973659844108804a6 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:14:27.675Z] ===================================================== [Pipeline] echo [2021-04-10T03:14:27.727Z] taggedImages: [2021-04-10T03:14:27.728Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:27.728Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:27.728Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:27.728Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-10T03:14:27.798Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-10T03:14:27.799Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:27.799Z] 2.0.0-dev.168 [2021-04-10T03:14:27.799Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:27.799Z] master [2021-04-10T03:14:27.799Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:28.333Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:28.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:28.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-10T03:14:28.673Z] 8bc782243f62: Preparing [2021-04-10T03:14:28.673Z] f8a2d34d9b90: Preparing [2021-04-10T03:14:28.673Z] 2b036d43f363: Preparing [2021-04-10T03:14:28.673Z] 0a5a94dc2ac2: Preparing [2021-04-10T03:14:28.673Z] e08058ee1dfe: Preparing [2021-04-10T03:14:28.948Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:28.948Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:28.948Z] 8bc782243f62: Pushed [2021-04-10T03:14:28.948Z] 0a5a94dc2ac2: Pushed [2021-04-10T03:14:32.327Z] f8a2d34d9b90: Pushed [2021-04-10T03:14:32.327Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:78f3b55af079256b72ed9dde3e30c4a4be9fa0b410d5d37c27dbf30bdb8492d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:32.677Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:33.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:33.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-10T03:14:33.015Z] 8bc782243f62: Preparing [2021-04-10T03:14:33.015Z] f8a2d34d9b90: Preparing [2021-04-10T03:14:33.015Z] 2b036d43f363: Preparing [2021-04-10T03:14:33.015Z] 0a5a94dc2ac2: Preparing [2021-04-10T03:14:33.015Z] e08058ee1dfe: Preparing [2021-04-10T03:14:33.015Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:33.015Z] 0a5a94dc2ac2: Layer already exists [2021-04-10T03:14:33.015Z] 8bc782243f62: Layer already exists [2021-04-10T03:14:33.015Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:33.015Z] f8a2d34d9b90: Layer already exists [2021-04-10T03:14:33.289Z] 2.0.0-dev.168: digest: sha256:78f3b55af079256b72ed9dde3e30c4a4be9fa0b410d5d37c27dbf30bdb8492d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:33.637Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:33.974Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:33.974Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-10T03:14:33.974Z] 8bc782243f62: Preparing [2021-04-10T03:14:33.974Z] f8a2d34d9b90: Preparing [2021-04-10T03:14:33.974Z] 2b036d43f363: Preparing [2021-04-10T03:14:33.974Z] 0a5a94dc2ac2: Preparing [2021-04-10T03:14:33.974Z] e08058ee1dfe: Preparing [2021-04-10T03:14:34.245Z] f8a2d34d9b90: Layer already exists [2021-04-10T03:14:34.245Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:34.245Z] 0a5a94dc2ac2: Layer already exists [2021-04-10T03:14:34.245Z] 8bc782243f62: Layer already exists [2021-04-10T03:14:34.245Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:34.245Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:78f3b55af079256b72ed9dde3e30c4a4be9fa0b410d5d37c27dbf30bdb8492d7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:34.581Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:34.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-10T03:14:34.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-10T03:14:34.919Z] 8bc782243f62: Preparing [2021-04-10T03:14:34.919Z] f8a2d34d9b90: Preparing [2021-04-10T03:14:34.919Z] 2b036d43f363: Preparing [2021-04-10T03:14:34.919Z] 0a5a94dc2ac2: Preparing [2021-04-10T03:14:34.919Z] e08058ee1dfe: Preparing [2021-04-10T03:14:35.192Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:35.193Z] 0a5a94dc2ac2: Layer already exists [2021-04-10T03:14:35.193Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:35.193Z] f8a2d34d9b90: Layer already exists [2021-04-10T03:14:35.193Z] 8bc782243f62: Layer already exists [2021-04-10T03:14:35.193Z] master: digest: sha256:78f3b55af079256b72ed9dde3e30c4a4be9fa0b410d5d37c27dbf30bdb8492d7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:14:35.406Z] ===================================================== [Pipeline] echo [2021-04-10T03:14:35.456Z] taggedImages: [2021-04-10T03:14:35.456Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:35.456Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:35.456Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:35.456Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-10T03:14:35.544Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-10T03:14:35.544Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:35.544Z] 2.0.0-dev.168 [2021-04-10T03:14:35.544Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:35.544Z] master [2021-04-10T03:14:35.544Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:36.147Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:36.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:36.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-10T03:14:36.483Z] 0b1284a8d086: Preparing [2021-04-10T03:14:36.483Z] 0b1284a8d086: Preparing [2021-04-10T03:14:36.483Z] 7ba436e8e333: Preparing [2021-04-10T03:14:36.483Z] 604195aec4a6: Preparing [2021-04-10T03:14:36.483Z] 66d205539d36: Preparing [2021-04-10T03:14:36.483Z] 8c2c368ddbc8: Preparing [2021-04-10T03:14:36.483Z] 2b036d43f363: Preparing [2021-04-10T03:14:36.483Z] 6c189a2bdab9: Preparing [2021-04-10T03:14:36.483Z] 6c189a2bdab9: Preparing [2021-04-10T03:14:36.483Z] bf3838ac3e75: Preparing [2021-04-10T03:14:36.483Z] 21976df37bdf: Preparing [2021-04-10T03:14:36.483Z] e08058ee1dfe: Preparing [2021-04-10T03:14:36.483Z] 2b036d43f363: Waiting [2021-04-10T03:14:36.483Z] 6c189a2bdab9: Waiting [2021-04-10T03:14:36.483Z] bf3838ac3e75: Waiting [2021-04-10T03:14:36.483Z] 21976df37bdf: Waiting [2021-04-10T03:14:36.483Z] e08058ee1dfe: Waiting [2021-04-10T03:14:36.754Z] 604195aec4a6: Pushed [2021-04-10T03:14:36.754Z] 66d205539d36: Pushed [2021-04-10T03:14:36.754Z] 7ba436e8e333: Pushed [2021-04-10T03:14:36.754Z] 0b1284a8d086: Pushed [2021-04-10T03:14:37.025Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:37.025Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:37.025Z] 6c189a2bdab9: Pushed [2021-04-10T03:14:37.025Z] bf3838ac3e75: Pushed [2021-04-10T03:14:37.025Z] 21976df37bdf: Pushed [2021-04-10T03:14:39.628Z] 8c2c368ddbc8: Pushed [2021-04-10T03:14:39.897Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:68e405f91b82499974eef166ecf5f38a871c9b1c2aa82f5fa836022691f03651 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:40.244Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:40.584Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:40.584Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-10T03:14:40.584Z] 0b1284a8d086: Preparing [2021-04-10T03:14:40.584Z] 0b1284a8d086: Preparing [2021-04-10T03:14:40.584Z] 7ba436e8e333: Preparing [2021-04-10T03:14:40.584Z] 604195aec4a6: Preparing [2021-04-10T03:14:40.584Z] 66d205539d36: Preparing [2021-04-10T03:14:40.584Z] 8c2c368ddbc8: Preparing [2021-04-10T03:14:40.584Z] 2b036d43f363: Preparing [2021-04-10T03:14:40.584Z] 6c189a2bdab9: Preparing [2021-04-10T03:14:40.584Z] 6c189a2bdab9: Preparing [2021-04-10T03:14:40.584Z] bf3838ac3e75: Preparing [2021-04-10T03:14:40.584Z] 21976df37bdf: Preparing [2021-04-10T03:14:40.584Z] e08058ee1dfe: Preparing [2021-04-10T03:14:40.584Z] bf3838ac3e75: Waiting [2021-04-10T03:14:40.584Z] 21976df37bdf: Waiting [2021-04-10T03:14:40.584Z] e08058ee1dfe: Waiting [2021-04-10T03:14:40.584Z] 6c189a2bdab9: Waiting [2021-04-10T03:14:40.856Z] 8c2c368ddbc8: Layer already exists [2021-04-10T03:14:40.856Z] 0b1284a8d086: Layer already exists [2021-04-10T03:14:40.856Z] 604195aec4a6: Layer already exists [2021-04-10T03:14:40.856Z] 7ba436e8e333: Layer already exists [2021-04-10T03:14:40.856Z] 66d205539d36: Layer already exists [2021-04-10T03:14:40.856Z] 6c189a2bdab9: Layer already exists [2021-04-10T03:14:40.856Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:40.856Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:40.856Z] 21976df37bdf: Layer already exists [2021-04-10T03:14:40.856Z] bf3838ac3e75: Layer already exists [2021-04-10T03:14:40.856Z] 2.0.0-dev.168: digest: sha256:68e405f91b82499974eef166ecf5f38a871c9b1c2aa82f5fa836022691f03651 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:41.199Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:41.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:41.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-10T03:14:41.533Z] 0b1284a8d086: Preparing [2021-04-10T03:14:41.533Z] 0b1284a8d086: Preparing [2021-04-10T03:14:41.533Z] 7ba436e8e333: Preparing [2021-04-10T03:14:41.533Z] 604195aec4a6: Preparing [2021-04-10T03:14:41.533Z] 66d205539d36: Preparing [2021-04-10T03:14:41.533Z] 8c2c368ddbc8: Preparing [2021-04-10T03:14:41.533Z] 2b036d43f363: Preparing [2021-04-10T03:14:41.533Z] 6c189a2bdab9: Preparing [2021-04-10T03:14:41.533Z] 6c189a2bdab9: Preparing [2021-04-10T03:14:41.533Z] bf3838ac3e75: Preparing [2021-04-10T03:14:41.533Z] 21976df37bdf: Preparing [2021-04-10T03:14:41.533Z] e08058ee1dfe: Preparing [2021-04-10T03:14:41.533Z] 6c189a2bdab9: Waiting [2021-04-10T03:14:41.533Z] bf3838ac3e75: Waiting [2021-04-10T03:14:41.533Z] 21976df37bdf: Waiting [2021-04-10T03:14:41.533Z] e08058ee1dfe: Waiting [2021-04-10T03:14:41.533Z] 2b036d43f363: Waiting [2021-04-10T03:14:41.802Z] 604195aec4a6: Layer already exists [2021-04-10T03:14:41.802Z] 0b1284a8d086: Layer already exists [2021-04-10T03:14:41.802Z] 8c2c368ddbc8: Layer already exists [2021-04-10T03:14:41.802Z] 7ba436e8e333: Layer already exists [2021-04-10T03:14:41.802Z] 66d205539d36: Layer already exists [2021-04-10T03:14:41.802Z] 6c189a2bdab9: Layer already exists [2021-04-10T03:14:41.802Z] bf3838ac3e75: Layer already exists [2021-04-10T03:14:41.802Z] 21976df37bdf: Layer already exists [2021-04-10T03:14:41.802Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:41.802Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:41.802Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:68e405f91b82499974eef166ecf5f38a871c9b1c2aa82f5fa836022691f03651 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:42.140Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:42.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-10T03:14:42.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-10T03:14:42.472Z] 0b1284a8d086: Preparing [2021-04-10T03:14:42.472Z] 0b1284a8d086: Preparing [2021-04-10T03:14:42.472Z] 7ba436e8e333: Preparing [2021-04-10T03:14:42.472Z] 604195aec4a6: Preparing [2021-04-10T03:14:42.472Z] 66d205539d36: Preparing [2021-04-10T03:14:42.472Z] 8c2c368ddbc8: Preparing [2021-04-10T03:14:42.472Z] 2b036d43f363: Preparing [2021-04-10T03:14:42.472Z] 6c189a2bdab9: Preparing [2021-04-10T03:14:42.472Z] 6c189a2bdab9: Preparing [2021-04-10T03:14:42.472Z] bf3838ac3e75: Preparing [2021-04-10T03:14:42.472Z] 21976df37bdf: Preparing [2021-04-10T03:14:42.472Z] e08058ee1dfe: Preparing [2021-04-10T03:14:42.472Z] 2b036d43f363: Waiting [2021-04-10T03:14:42.472Z] 6c189a2bdab9: Waiting [2021-04-10T03:14:42.472Z] bf3838ac3e75: Waiting [2021-04-10T03:14:42.472Z] 21976df37bdf: Waiting [2021-04-10T03:14:42.472Z] e08058ee1dfe: Waiting [2021-04-10T03:14:42.751Z] 66d205539d36: Layer already exists [2021-04-10T03:14:42.751Z] 7ba436e8e333: Layer already exists [2021-04-10T03:14:42.751Z] 0b1284a8d086: Layer already exists [2021-04-10T03:14:42.751Z] 8c2c368ddbc8: Layer already exists [2021-04-10T03:14:42.751Z] 604195aec4a6: Layer already exists [2021-04-10T03:14:42.751Z] bf3838ac3e75: Layer already exists [2021-04-10T03:14:42.751Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:42.751Z] 6c189a2bdab9: Layer already exists [2021-04-10T03:14:42.751Z] 21976df37bdf: Layer already exists [2021-04-10T03:14:42.751Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:42.751Z] master: digest: sha256:68e405f91b82499974eef166ecf5f38a871c9b1c2aa82f5fa836022691f03651 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:14:42.979Z] ===================================================== [Pipeline] echo [2021-04-10T03:14:43.029Z] taggedImages: [2021-04-10T03:14:43.029Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:43.029Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:43.029Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:43.029Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-10T03:14:43.095Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-10T03:14:43.095Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:43.095Z] 2.0.0-dev.168 [2021-04-10T03:14:43.095Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:43.095Z] master [2021-04-10T03:14:43.095Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:43.598Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:43.940Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:43.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-10T03:14:43.940Z] eb3c4c253e96: Preparing [2021-04-10T03:14:43.940Z] 1e86a02c43c4: Preparing [2021-04-10T03:14:43.940Z] db51f23fae03: Preparing [2021-04-10T03:14:43.940Z] 1d1600f69d80: Preparing [2021-04-10T03:14:43.940Z] b95cd40063df: Preparing [2021-04-10T03:14:43.940Z] e08058ee1dfe: Preparing [2021-04-10T03:14:43.940Z] e08058ee1dfe: Waiting [2021-04-10T03:14:44.216Z] db51f23fae03: Pushed [2021-04-10T03:14:44.216Z] 1d1600f69d80: Pushed [2021-04-10T03:14:44.216Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:44.812Z] b95cd40063df: Pushed [2021-04-10T03:14:46.247Z] 1e86a02c43c4: Pushed [2021-04-10T03:14:46.516Z] eb3c4c253e96: Pushed [2021-04-10T03:14:46.516Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:df517b3307658f87340f34f34ef904d4407f249459f0b36edff25a5a48ad6150 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:46.879Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:47.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:47.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-10T03:14:47.538Z] eb3c4c253e96: Preparing [2021-04-10T03:14:47.538Z] 1e86a02c43c4: Preparing [2021-04-10T03:14:47.538Z] db51f23fae03: Preparing [2021-04-10T03:14:47.538Z] 1d1600f69d80: Preparing [2021-04-10T03:14:47.538Z] b95cd40063df: Preparing [2021-04-10T03:14:47.538Z] e08058ee1dfe: Preparing [2021-04-10T03:14:47.538Z] e08058ee1dfe: Waiting [2021-04-10T03:14:47.874Z] eb3c4c253e96: Layer already exists [2021-04-10T03:14:47.874Z] 1e86a02c43c4: Layer already exists [2021-04-10T03:14:47.874Z] 1d1600f69d80: Layer already exists [2021-04-10T03:14:47.874Z] db51f23fae03: Layer already exists [2021-04-10T03:14:47.874Z] b95cd40063df: Layer already exists [2021-04-10T03:14:47.874Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:47.874Z] 2.0.0-dev.168: digest: sha256:df517b3307658f87340f34f34ef904d4407f249459f0b36edff25a5a48ad6150 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:48.236Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:48.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:48.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-10T03:14:48.572Z] eb3c4c253e96: Preparing [2021-04-10T03:14:48.572Z] 1e86a02c43c4: Preparing [2021-04-10T03:14:48.572Z] db51f23fae03: Preparing [2021-04-10T03:14:48.572Z] 1d1600f69d80: Preparing [2021-04-10T03:14:48.572Z] b95cd40063df: Preparing [2021-04-10T03:14:48.572Z] e08058ee1dfe: Preparing [2021-04-10T03:14:48.844Z] 1e86a02c43c4: Layer already exists [2021-04-10T03:14:48.844Z] b95cd40063df: Layer already exists [2021-04-10T03:14:48.844Z] db51f23fae03: Layer already exists [2021-04-10T03:14:48.844Z] eb3c4c253e96: Layer already exists [2021-04-10T03:14:48.844Z] 1d1600f69d80: Layer already exists [2021-04-10T03:14:48.844Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:48.844Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:df517b3307658f87340f34f34ef904d4407f249459f0b36edff25a5a48ad6150 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:49.189Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:49.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-10T03:14:49.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-10T03:14:49.524Z] eb3c4c253e96: Preparing [2021-04-10T03:14:49.524Z] 1e86a02c43c4: Preparing [2021-04-10T03:14:49.524Z] db51f23fae03: Preparing [2021-04-10T03:14:49.524Z] 1d1600f69d80: Preparing [2021-04-10T03:14:49.524Z] b95cd40063df: Preparing [2021-04-10T03:14:49.524Z] e08058ee1dfe: Preparing [2021-04-10T03:14:49.524Z] e08058ee1dfe: Waiting [2021-04-10T03:14:49.795Z] b95cd40063df: Layer already exists [2021-04-10T03:14:49.795Z] db51f23fae03: Layer already exists [2021-04-10T03:14:49.795Z] 1d1600f69d80: Layer already exists [2021-04-10T03:14:49.795Z] eb3c4c253e96: Layer already exists [2021-04-10T03:14:49.795Z] 1e86a02c43c4: Layer already exists [2021-04-10T03:14:49.795Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:49.795Z] master: digest: sha256:df517b3307658f87340f34f34ef904d4407f249459f0b36edff25a5a48ad6150 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:14:49.998Z] ===================================================== [Pipeline] echo [2021-04-10T03:14:50.073Z] taggedImages: [2021-04-10T03:14:50.073Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:50.073Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:50.073Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:50.073Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-10T03:14:50.138Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-10T03:14:50.138Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:50.138Z] 2.0.0-dev.168 [2021-04-10T03:14:50.138Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:50.138Z] master [2021-04-10T03:14:50.138Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:50.657Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:50.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:50.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-10T03:14:50.988Z] 56c5b26feb56: Preparing [2021-04-10T03:14:50.988Z] 39f3d8d4cdd9: Preparing [2021-04-10T03:14:50.988Z] d77957e1af48: Preparing [2021-04-10T03:14:50.988Z] bba7aabce70b: Preparing [2021-04-10T03:14:50.988Z] 830387148e5a: Preparing [2021-04-10T03:14:50.988Z] 78ee0c24a982: Preparing [2021-04-10T03:14:50.988Z] 0236c3a480d5: Preparing [2021-04-10T03:14:50.988Z] 141d89f05fcf: Preparing [2021-04-10T03:14:50.988Z] e08058ee1dfe: Preparing [2021-04-10T03:14:50.988Z] 0236c3a480d5: Waiting [2021-04-10T03:14:50.988Z] 141d89f05fcf: Waiting [2021-04-10T03:14:50.988Z] e08058ee1dfe: Waiting [2021-04-10T03:14:51.262Z] 830387148e5a: Pushed [2021-04-10T03:14:51.262Z] 56c5b26feb56: Pushed [2021-04-10T03:14:51.262Z] 39f3d8d4cdd9: Pushed [2021-04-10T03:14:51.535Z] 78ee0c24a982: Pushed [2021-04-10T03:14:51.535Z] 0236c3a480d5: Pushed [2021-04-10T03:14:51.535Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:52.134Z] 141d89f05fcf: Pushed [2021-04-10T03:14:53.560Z] d77957e1af48: Pushed [2021-04-10T03:14:53.560Z] bba7aabce70b: Pushed [2021-04-10T03:14:53.560Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:a0e2c56245c828ec2800013ff02de0023f520161ca4daa597db9dc641908b0db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:54.163Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:54.493Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:54.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-10T03:14:54.494Z] 56c5b26feb56: Preparing [2021-04-10T03:14:54.494Z] 39f3d8d4cdd9: Preparing [2021-04-10T03:14:54.494Z] d77957e1af48: Preparing [2021-04-10T03:14:54.494Z] bba7aabce70b: Preparing [2021-04-10T03:14:54.494Z] 830387148e5a: Preparing [2021-04-10T03:14:54.494Z] 78ee0c24a982: Preparing [2021-04-10T03:14:54.494Z] 0236c3a480d5: Preparing [2021-04-10T03:14:54.494Z] 141d89f05fcf: Preparing [2021-04-10T03:14:54.494Z] e08058ee1dfe: Preparing [2021-04-10T03:14:54.494Z] 78ee0c24a982: Waiting [2021-04-10T03:14:54.494Z] 0236c3a480d5: Waiting [2021-04-10T03:14:54.494Z] 141d89f05fcf: Waiting [2021-04-10T03:14:54.494Z] e08058ee1dfe: Waiting [2021-04-10T03:14:54.494Z] bba7aabce70b: Layer already exists [2021-04-10T03:14:54.494Z] 56c5b26feb56: Layer already exists [2021-04-10T03:14:54.494Z] d77957e1af48: Layer already exists [2021-04-10T03:14:54.494Z] 830387148e5a: Layer already exists [2021-04-10T03:14:54.762Z] 39f3d8d4cdd9: Layer already exists [2021-04-10T03:14:54.762Z] 78ee0c24a982: Layer already exists [2021-04-10T03:14:54.762Z] 0236c3a480d5: Layer already exists [2021-04-10T03:14:54.762Z] 141d89f05fcf: Layer already exists [2021-04-10T03:14:54.762Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:54.762Z] 2.0.0-dev.168: digest: sha256:a0e2c56245c828ec2800013ff02de0023f520161ca4daa597db9dc641908b0db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:55.097Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:55.430Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:55.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-10T03:14:55.431Z] 56c5b26feb56: Preparing [2021-04-10T03:14:55.431Z] 39f3d8d4cdd9: Preparing [2021-04-10T03:14:55.431Z] d77957e1af48: Preparing [2021-04-10T03:14:55.431Z] bba7aabce70b: Preparing [2021-04-10T03:14:55.431Z] 830387148e5a: Preparing [2021-04-10T03:14:55.431Z] 78ee0c24a982: Preparing [2021-04-10T03:14:55.431Z] 0236c3a480d5: Preparing [2021-04-10T03:14:55.431Z] 141d89f05fcf: Preparing [2021-04-10T03:14:55.431Z] e08058ee1dfe: Preparing [2021-04-10T03:14:55.431Z] 141d89f05fcf: Waiting [2021-04-10T03:14:55.431Z] 78ee0c24a982: Waiting [2021-04-10T03:14:55.431Z] e08058ee1dfe: Waiting [2021-04-10T03:14:55.431Z] 0236c3a480d5: Waiting [2021-04-10T03:14:55.704Z] 830387148e5a: Layer already exists [2021-04-10T03:14:55.704Z] bba7aabce70b: Layer already exists [2021-04-10T03:14:55.704Z] 39f3d8d4cdd9: Layer already exists [2021-04-10T03:14:55.704Z] d77957e1af48: Layer already exists [2021-04-10T03:14:55.704Z] 56c5b26feb56: Layer already exists [2021-04-10T03:14:55.704Z] 141d89f05fcf: Layer already exists [2021-04-10T03:14:55.704Z] 78ee0c24a982: Layer already exists [2021-04-10T03:14:55.704Z] 0236c3a480d5: Layer already exists [2021-04-10T03:14:55.704Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:55.704Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:a0e2c56245c828ec2800013ff02de0023f520161ca4daa597db9dc641908b0db size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:56.047Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:56.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-10T03:14:56.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-10T03:14:56.389Z] 56c5b26feb56: Preparing [2021-04-10T03:14:56.389Z] 39f3d8d4cdd9: Preparing [2021-04-10T03:14:56.389Z] d77957e1af48: Preparing [2021-04-10T03:14:56.389Z] bba7aabce70b: Preparing [2021-04-10T03:14:56.389Z] 830387148e5a: Preparing [2021-04-10T03:14:56.389Z] 78ee0c24a982: Preparing [2021-04-10T03:14:56.389Z] 0236c3a480d5: Preparing [2021-04-10T03:14:56.389Z] 141d89f05fcf: Preparing [2021-04-10T03:14:56.389Z] e08058ee1dfe: Preparing [2021-04-10T03:14:56.389Z] 78ee0c24a982: Waiting [2021-04-10T03:14:56.389Z] 0236c3a480d5: Waiting [2021-04-10T03:14:56.389Z] 141d89f05fcf: Waiting [2021-04-10T03:14:56.389Z] e08058ee1dfe: Waiting [2021-04-10T03:14:56.389Z] d77957e1af48: Layer already exists [2021-04-10T03:14:56.389Z] 830387148e5a: Layer already exists [2021-04-10T03:14:56.389Z] 39f3d8d4cdd9: Layer already exists [2021-04-10T03:14:56.389Z] bba7aabce70b: Layer already exists [2021-04-10T03:14:56.389Z] 56c5b26feb56: Layer already exists [2021-04-10T03:14:56.661Z] 78ee0c24a982: Layer already exists [2021-04-10T03:14:56.661Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:56.661Z] 0236c3a480d5: Layer already exists [2021-04-10T03:14:56.661Z] 141d89f05fcf: Layer already exists [2021-04-10T03:14:56.661Z] master: digest: sha256:a0e2c56245c828ec2800013ff02de0023f520161ca4daa597db9dc641908b0db size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:14:56.852Z] ===================================================== [Pipeline] echo [2021-04-10T03:14:56.900Z] taggedImages: [2021-04-10T03:14:56.900Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:56.900Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.168 [2021-04-10T03:14:56.900Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:56.900Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-10T03:14:56.967Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-10T03:14:56.967Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:56.967Z] 2.0.0-dev.168 [2021-04-10T03:14:56.967Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:14:56.967Z] master [2021-04-10T03:14:56.967Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:57.470Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:14:57.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:14:57.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-10T03:14:57.821Z] d4e8a405ea4e: Preparing [2021-04-10T03:14:57.821Z] 0c336c2caa30: Preparing [2021-04-10T03:14:57.821Z] 2b036d43f363: Preparing [2021-04-10T03:14:57.821Z] eb51b2f2ebd5: Preparing [2021-04-10T03:14:57.821Z] e08058ee1dfe: Preparing [2021-04-10T03:14:58.094Z] e08058ee1dfe: Layer already exists [2021-04-10T03:14:58.094Z] 2b036d43f363: Layer already exists [2021-04-10T03:14:58.094Z] d4e8a405ea4e: Pushed [2021-04-10T03:14:58.365Z] eb51b2f2ebd5: Pushed [2021-04-10T03:15:00.964Z] 0c336c2caa30: Pushed [2021-04-10T03:15:00.964Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:4300ed4a36cf2e9ae38a877b236ed5e54f341ae335959e088035485e43ef0ef4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:01.305Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:01.646Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.168 [2021-04-10T03:15:01.646Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-10T03:15:01.646Z] d4e8a405ea4e: Preparing [2021-04-10T03:15:01.646Z] 0c336c2caa30: Preparing [2021-04-10T03:15:01.646Z] 2b036d43f363: Preparing [2021-04-10T03:15:01.646Z] eb51b2f2ebd5: Preparing [2021-04-10T03:15:01.646Z] e08058ee1dfe: Preparing [2021-04-10T03:15:01.646Z] e08058ee1dfe: Layer already exists [2021-04-10T03:15:01.646Z] 0c336c2caa30: Layer already exists [2021-04-10T03:15:01.646Z] 2b036d43f363: Layer already exists [2021-04-10T03:15:01.646Z] eb51b2f2ebd5: Layer already exists [2021-04-10T03:15:01.646Z] d4e8a405ea4e: Layer already exists [2021-04-10T03:15:01.918Z] 2.0.0-dev.168: digest: sha256:4300ed4a36cf2e9ae38a877b236ed5e54f341ae335959e088035485e43ef0ef4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:02.278Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:02.628Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:15:02.628Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-10T03:15:02.628Z] d4e8a405ea4e: Preparing [2021-04-10T03:15:02.628Z] 0c336c2caa30: Preparing [2021-04-10T03:15:02.628Z] 2b036d43f363: Preparing [2021-04-10T03:15:02.628Z] eb51b2f2ebd5: Preparing [2021-04-10T03:15:02.628Z] e08058ee1dfe: Preparing [2021-04-10T03:15:02.901Z] e08058ee1dfe: Layer already exists [2021-04-10T03:15:02.901Z] d4e8a405ea4e: Layer already exists [2021-04-10T03:15:02.901Z] 0c336c2caa30: Layer already exists [2021-04-10T03:15:02.901Z] eb51b2f2ebd5: Layer already exists [2021-04-10T03:15:02.901Z] 2b036d43f363: Layer already exists [2021-04-10T03:15:02.901Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:4300ed4a36cf2e9ae38a877b236ed5e54f341ae335959e088035485e43ef0ef4 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:03.244Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:03.576Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-10T03:15:03.576Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-10T03:15:03.576Z] d4e8a405ea4e: Preparing [2021-04-10T03:15:03.576Z] 0c336c2caa30: Preparing [2021-04-10T03:15:03.576Z] 2b036d43f363: Preparing [2021-04-10T03:15:03.576Z] eb51b2f2ebd5: Preparing [2021-04-10T03:15:03.576Z] e08058ee1dfe: Preparing [2021-04-10T03:15:03.576Z] 0c336c2caa30: Layer already exists [2021-04-10T03:15:03.576Z] e08058ee1dfe: Layer already exists [2021-04-10T03:15:03.576Z] d4e8a405ea4e: Layer already exists [2021-04-10T03:15:03.576Z] eb51b2f2ebd5: Layer already exists [2021-04-10T03:15:03.576Z] 2b036d43f363: Layer already exists [2021-04-10T03:15:03.846Z] master: digest: sha256:4300ed4a36cf2e9ae38a877b236ed5e54f341ae335959e088035485e43ef0ef4 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:15:04.062Z] ===================================================== [Pipeline] echo [2021-04-10T03:15:04.108Z] taggedImages: [2021-04-10T03:15:04.108Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:15:04.108Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.168 [2021-04-10T03:15:04.108Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:15:04.108Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-10T03:15:04.172Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-10T03:15:04.172Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:15:04.172Z] 2.0.0-dev.168 [2021-04-10T03:15:04.172Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:15:04.172Z] master [2021-04-10T03:15:04.172Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:04.686Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:05.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:15:05.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-10T03:15:05.018Z] c7e70197c77e: Preparing [2021-04-10T03:15:05.018Z] ab6aba6a9d7e: Preparing [2021-04-10T03:15:05.018Z] 2b036d43f363: Preparing [2021-04-10T03:15:05.018Z] 0a5a94dc2ac2: Preparing [2021-04-10T03:15:05.018Z] e08058ee1dfe: Preparing [2021-04-10T03:15:05.018Z] e08058ee1dfe: Layer already exists [2021-04-10T03:15:05.289Z] 0a5a94dc2ac2: Layer already exists [2021-04-10T03:15:05.289Z] 2b036d43f363: Layer already exists [2021-04-10T03:15:05.289Z] c7e70197c77e: Pushed [2021-04-10T03:15:07.904Z] ab6aba6a9d7e: Pushed [2021-04-10T03:15:07.904Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:4d69c2aa183e0284d167184a3726e5de988e9d0abd3310ef093ec721ba9d574f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:08.246Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:08.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.168 [2021-04-10T03:15:08.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-10T03:15:08.590Z] c7e70197c77e: Preparing [2021-04-10T03:15:08.590Z] ab6aba6a9d7e: Preparing [2021-04-10T03:15:08.590Z] 2b036d43f363: Preparing [2021-04-10T03:15:08.590Z] 0a5a94dc2ac2: Preparing [2021-04-10T03:15:08.590Z] e08058ee1dfe: Preparing [2021-04-10T03:15:08.864Z] 2b036d43f363: Layer already exists [2021-04-10T03:15:08.864Z] ab6aba6a9d7e: Layer already exists [2021-04-10T03:15:08.864Z] 0a5a94dc2ac2: Layer already exists [2021-04-10T03:15:08.864Z] e08058ee1dfe: Layer already exists [2021-04-10T03:15:08.864Z] c7e70197c77e: Layer already exists [2021-04-10T03:15:08.864Z] 2.0.0-dev.168: digest: sha256:4d69c2aa183e0284d167184a3726e5de988e9d0abd3310ef093ec721ba9d574f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:09.214Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:09.592Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:15:09.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-10T03:15:09.592Z] c7e70197c77e: Preparing [2021-04-10T03:15:09.592Z] ab6aba6a9d7e: Preparing [2021-04-10T03:15:09.592Z] 2b036d43f363: Preparing [2021-04-10T03:15:09.592Z] 0a5a94dc2ac2: Preparing [2021-04-10T03:15:09.592Z] e08058ee1dfe: Preparing [2021-04-10T03:15:09.869Z] ab6aba6a9d7e: Layer already exists [2021-04-10T03:15:09.869Z] 2b036d43f363: Layer already exists [2021-04-10T03:15:09.869Z] 0a5a94dc2ac2: Layer already exists [2021-04-10T03:15:09.869Z] c7e70197c77e: Layer already exists [2021-04-10T03:15:09.869Z] e08058ee1dfe: Layer already exists [2021-04-10T03:15:09.869Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:4d69c2aa183e0284d167184a3726e5de988e9d0abd3310ef093ec721ba9d574f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:10.246Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:10.595Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-10T03:15:10.595Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-10T03:15:10.595Z] c7e70197c77e: Preparing [2021-04-10T03:15:10.595Z] ab6aba6a9d7e: Preparing [2021-04-10T03:15:10.595Z] 2b036d43f363: Preparing [2021-04-10T03:15:10.595Z] 0a5a94dc2ac2: Preparing [2021-04-10T03:15:10.595Z] e08058ee1dfe: Preparing [2021-04-10T03:15:10.595Z] c7e70197c77e: Layer already exists [2021-04-10T03:15:10.595Z] ab6aba6a9d7e: Layer already exists [2021-04-10T03:15:10.595Z] 0a5a94dc2ac2: Layer already exists [2021-04-10T03:15:10.595Z] e08058ee1dfe: Layer already exists [2021-04-10T03:15:10.595Z] 2b036d43f363: Layer already exists [2021-04-10T03:15:10.868Z] master: digest: sha256:4d69c2aa183e0284d167184a3726e5de988e9d0abd3310ef093ec721ba9d574f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:15:11.059Z] ===================================================== [Pipeline] echo [2021-04-10T03:15:11.138Z] taggedImages: [2021-04-10T03:15:11.138Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:15:11.138Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.168 [2021-04-10T03:15:11.138Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:15:11.138Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-10T03:15:11.216Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-10T03:15:11.216Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:15:11.216Z] 2.0.0-dev.168 [2021-04-10T03:15:11.216Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:15:11.216Z] master [2021-04-10T03:15:11.216Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:11.754Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:12.098Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:15:12.098Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-10T03:15:12.098Z] 9aae82d84ebf: Preparing [2021-04-10T03:15:12.098Z] ab538f9ddc36: Preparing [2021-04-10T03:15:12.098Z] 29e289932858: Preparing [2021-04-10T03:15:12.098Z] 6ec6cb728f58: Preparing [2021-04-10T03:15:12.098Z] 9ded3b6bb9b5: Preparing [2021-04-10T03:15:12.098Z] fa1afe8e6ed9: Preparing [2021-04-10T03:15:12.098Z] 87a09b4c083e: Preparing [2021-04-10T03:15:12.098Z] 0f74e9ff2a61: Preparing [2021-04-10T03:15:12.098Z] b122376c33c6: Preparing [2021-04-10T03:15:12.098Z] f8381ed47b22: Preparing [2021-04-10T03:15:12.098Z] e934a737d657: Preparing [2021-04-10T03:15:12.098Z] fa1afe8e6ed9: Waiting [2021-04-10T03:15:12.098Z] 87a09b4c083e: Waiting [2021-04-10T03:15:12.098Z] f8381ed47b22: Waiting [2021-04-10T03:15:12.098Z] 0f74e9ff2a61: Waiting [2021-04-10T03:15:12.098Z] b122376c33c6: Waiting [2021-04-10T03:15:12.098Z] e934a737d657: Waiting [2021-04-10T03:15:12.374Z] 9ded3b6bb9b5: Layer already exists [2021-04-10T03:15:12.374Z] fa1afe8e6ed9: Layer already exists [2021-04-10T03:15:12.374Z] 87a09b4c083e: Layer already exists [2021-04-10T03:15:12.374Z] ab538f9ddc36: Pushed [2021-04-10T03:15:12.374Z] 0f74e9ff2a61: Layer already exists [2021-04-10T03:15:12.650Z] b122376c33c6: Layer already exists [2021-04-10T03:15:12.650Z] f8381ed47b22: Layer already exists [2021-04-10T03:15:12.650Z] e934a737d657: Layer already exists [2021-04-10T03:15:13.247Z] 9aae82d84ebf: Pushed [2021-04-10T03:15:15.213Z] 29e289932858: Pushed [2021-04-10T03:15:27.574Z] 6ec6cb728f58: Pushed [2021-04-10T03:15:27.853Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647: digest: sha256:b4421ccd7dac219d2867833eb172b7b2f3300d445562fdf13009e3385d7e0759 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:28.191Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:28.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.168 [2021-04-10T03:15:28.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-10T03:15:28.523Z] 9aae82d84ebf: Preparing [2021-04-10T03:15:28.523Z] ab538f9ddc36: Preparing [2021-04-10T03:15:28.523Z] 29e289932858: Preparing [2021-04-10T03:15:28.523Z] 6ec6cb728f58: Preparing [2021-04-10T03:15:28.523Z] 9ded3b6bb9b5: Preparing [2021-04-10T03:15:28.523Z] fa1afe8e6ed9: Preparing [2021-04-10T03:15:28.523Z] 87a09b4c083e: Preparing [2021-04-10T03:15:28.523Z] 0f74e9ff2a61: Preparing [2021-04-10T03:15:28.523Z] b122376c33c6: Preparing [2021-04-10T03:15:28.523Z] f8381ed47b22: Preparing [2021-04-10T03:15:28.523Z] e934a737d657: Preparing [2021-04-10T03:15:28.523Z] 87a09b4c083e: Waiting [2021-04-10T03:15:28.523Z] 0f74e9ff2a61: Waiting [2021-04-10T03:15:28.523Z] b122376c33c6: Waiting [2021-04-10T03:15:28.523Z] f8381ed47b22: Waiting [2021-04-10T03:15:28.523Z] e934a737d657: Waiting [2021-04-10T03:15:28.523Z] fa1afe8e6ed9: Waiting [2021-04-10T03:15:28.795Z] 9ded3b6bb9b5: Layer already exists [2021-04-10T03:15:28.795Z] 6ec6cb728f58: Layer already exists [2021-04-10T03:15:28.795Z] 9aae82d84ebf: Layer already exists [2021-04-10T03:15:28.795Z] 29e289932858: Layer already exists [2021-04-10T03:15:28.795Z] ab538f9ddc36: Layer already exists [2021-04-10T03:15:28.795Z] 87a09b4c083e: Layer already exists [2021-04-10T03:15:28.795Z] fa1afe8e6ed9: Layer already exists [2021-04-10T03:15:28.795Z] f8381ed47b22: Layer already exists [2021-04-10T03:15:28.795Z] 0f74e9ff2a61: Layer already exists [2021-04-10T03:15:28.795Z] b122376c33c6: Layer already exists [2021-04-10T03:15:28.795Z] e934a737d657: Layer already exists [2021-04-10T03:15:28.795Z] 2.0.0-dev.168: digest: sha256:b4421ccd7dac219d2867833eb172b7b2f3300d445562fdf13009e3385d7e0759 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:29.137Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:29.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:15:29.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-10T03:15:29.472Z] 9aae82d84ebf: Preparing [2021-04-10T03:15:29.472Z] ab538f9ddc36: Preparing [2021-04-10T03:15:29.472Z] 29e289932858: Preparing [2021-04-10T03:15:29.472Z] 6ec6cb728f58: Preparing [2021-04-10T03:15:29.472Z] 9ded3b6bb9b5: Preparing [2021-04-10T03:15:29.472Z] fa1afe8e6ed9: Preparing [2021-04-10T03:15:29.472Z] 87a09b4c083e: Preparing [2021-04-10T03:15:29.472Z] 0f74e9ff2a61: Preparing [2021-04-10T03:15:29.472Z] b122376c33c6: Preparing [2021-04-10T03:15:29.472Z] f8381ed47b22: Preparing [2021-04-10T03:15:29.472Z] e934a737d657: Preparing [2021-04-10T03:15:29.472Z] 0f74e9ff2a61: Waiting [2021-04-10T03:15:29.472Z] f8381ed47b22: Waiting [2021-04-10T03:15:29.472Z] e934a737d657: Waiting [2021-04-10T03:15:29.472Z] b122376c33c6: Waiting [2021-04-10T03:15:29.472Z] 87a09b4c083e: Waiting [2021-04-10T03:15:29.472Z] fa1afe8e6ed9: Waiting [2021-04-10T03:15:29.472Z] 29e289932858: Layer already exists [2021-04-10T03:15:29.745Z] ab538f9ddc36: Layer already exists [2021-04-10T03:15:29.745Z] 9aae82d84ebf: Layer already exists [2021-04-10T03:15:29.745Z] 9ded3b6bb9b5: Layer already exists [2021-04-10T03:15:29.745Z] 6ec6cb728f58: Layer already exists [2021-04-10T03:15:29.745Z] 87a09b4c083e: Layer already exists [2021-04-10T03:15:29.745Z] fa1afe8e6ed9: Layer already exists [2021-04-10T03:15:29.745Z] b122376c33c6: Layer already exists [2021-04-10T03:15:29.745Z] 0f74e9ff2a61: Layer already exists [2021-04-10T03:15:29.745Z] f8381ed47b22: Layer already exists [2021-04-10T03:15:29.745Z] e934a737d657: Layer already exists [2021-04-10T03:15:29.745Z] 5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168: digest: sha256:b4421ccd7dac219d2867833eb172b7b2f3300d445562fdf13009e3385d7e0759 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:30.090Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:15:30.429Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-10T03:15:30.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-10T03:15:30.429Z] 9aae82d84ebf: Preparing [2021-04-10T03:15:30.429Z] ab538f9ddc36: Preparing [2021-04-10T03:15:30.429Z] 29e289932858: Preparing [2021-04-10T03:15:30.429Z] 6ec6cb728f58: Preparing [2021-04-10T03:15:30.429Z] 9ded3b6bb9b5: Preparing [2021-04-10T03:15:30.429Z] fa1afe8e6ed9: Preparing [2021-04-10T03:15:30.429Z] 87a09b4c083e: Preparing [2021-04-10T03:15:30.429Z] 0f74e9ff2a61: Preparing [2021-04-10T03:15:30.429Z] b122376c33c6: Preparing [2021-04-10T03:15:30.429Z] f8381ed47b22: Preparing [2021-04-10T03:15:30.429Z] e934a737d657: Preparing [2021-04-10T03:15:30.429Z] fa1afe8e6ed9: Waiting [2021-04-10T03:15:30.429Z] 87a09b4c083e: Waiting [2021-04-10T03:15:30.429Z] 0f74e9ff2a61: Waiting [2021-04-10T03:15:30.429Z] b122376c33c6: Waiting [2021-04-10T03:15:30.429Z] e934a737d657: Waiting [2021-04-10T03:15:30.429Z] f8381ed47b22: Waiting [2021-04-10T03:15:30.701Z] 9aae82d84ebf: Layer already exists [2021-04-10T03:15:30.701Z] ab538f9ddc36: Layer already exists [2021-04-10T03:15:30.701Z] 6ec6cb728f58: Layer already exists [2021-04-10T03:15:30.701Z] 29e289932858: Layer already exists [2021-04-10T03:15:30.701Z] 9ded3b6bb9b5: Layer already exists [2021-04-10T03:15:30.701Z] b122376c33c6: Layer already exists [2021-04-10T03:15:30.701Z] 0f74e9ff2a61: Layer already exists [2021-04-10T03:15:30.701Z] 87a09b4c083e: Layer already exists [2021-04-10T03:15:30.701Z] f8381ed47b22: Layer already exists [2021-04-10T03:15:30.701Z] fa1afe8e6ed9: Layer already exists [2021-04-10T03:15:30.701Z] e934a737d657: Layer already exists [2021-04-10T03:15:30.702Z] master: digest: sha256:b4421ccd7dac219d2867833eb172b7b2f3300d445562fdf13009e3385d7e0759 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-10T03:15:31.011Z] ===================================================== [Pipeline] echo [2021-04-10T03:15:31.060Z] taggedImages: [2021-04-10T03:15:31.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647 [2021-04-10T03:15:31.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.168 [2021-04-10T03:15:31.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:5fbc40a6d599e39a91f6678812b3f73148dc0647-2.0.0-dev.168 [2021-04-10T03:15:31.060Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:15:31.944Z] ---> job-cost.sh [2021-04-10T03:15:31.945Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-leYu [2021-04-10T03:16:18.856Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-10T03:18:10.615Z] lf-activate-venv(): INFO: Adding /tmp/venv-leYu/bin to PATH [2021-04-10T03:18:10.615Z] INFO: No Stack... [2021-04-10T03:18:12.050Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-10T03:18:12.322Z] INFO: Archiving Costs [Pipeline] sh [2021-04-10T03:18:12.663Z] + cat /w/workspace/edgex-go/436/archives/cost.csv [2021-04-10T03:18:12.663Z] + cut -d, -f6 [Pipeline] lock [2021-04-10T03:18:12.785Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-436-stack-cost] [2021-04-10T03:18:12.797Z] Resource [jenkins-edgexfoundry-edgex-go-master-436-stack-cost] did not exist. Created. [2021-04-10T03:18:12.797Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-436-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-10T03:18:13.226Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-10T03:18:14.321Z] Stashed 1 file(s) [Pipeline] } [2021-04-10T03:18:14.330Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-436-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-04-10T03:18:16.024Z] provisioning config files... [2021-04-10T03:18:16.033Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/436@tmp/config8798233064831548336tmp [Pipeline] { [Pipeline] sh [2021-04-10T03:18:16.410Z] + set +x [2021-04-10T03:18:16.410Z] + curl -s https://codecov.io/bash [2021-04-10T03:18:16.410Z] + bash -s -- [2021-04-10T03:18:16.672Z] [2021-04-10T03:18:16.672Z] _____ _ [2021-04-10T03:18:16.672Z] / ____| | | [2021-04-10T03:18:16.672Z] | | ___ __| | ___ ___ _____ __ [2021-04-10T03:18:16.672Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-10T03:18:16.672Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-10T03:18:16.672Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-10T03:18:16.672Z] Bash-20210309-2b87ace [2021-04-10T03:18:16.672Z] [2021-04-10T03:18:16.672Z] [2021-04-10T03:18:16.672Z] ==> git version 2.24.3 found [2021-04-10T03:18:16.672Z] ==> 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-04-10T03:18:16.672Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-10T03:18:16.672Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-10T03:18:16.932Z] ==> Jenkins CI detected. [2021-04-10T03:18:16.932Z] project root: . [2021-04-10T03:18:16.932Z] --> token set from env [2021-04-10T03:18:16.932Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-10T03:18:16.932Z] ==> Running gcov in . (disable via -X gcov) [2021-04-10T03:18:16.932Z] ==> Python coveragepy not found [2021-04-10T03:18:16.932Z] ==> Searching for coverage reports in: [2021-04-10T03:18:16.932Z] + . [2021-04-10T03:18:16.932Z] -> Found 1 reports [2021-04-10T03:18:16.932Z] ==> Detecting git/mercurial file structure [2021-04-10T03:18:16.932Z] ==> Reading reports [2021-04-10T03:18:16.932Z] + ./coverage.out bytes=697573 [2021-04-10T03:18:16.932Z] ==> Appending adjustments [2021-04-10T03:18:16.932Z] https://docs.codecov.io/docs/fixing-reports [2021-04-10T03:18:21.137Z] + Found adjustments [2021-04-10T03:18:21.137Z] ==> Gzipping contents [2021-04-10T03:18:21.137Z] 100K /tmp/codecov.jGvuqt.gz [2021-04-10T03:18:21.137Z] ==> Uploading reports [2021-04-10T03:18:21.137Z] url: https://codecov.io [2021-04-10T03:18:21.137Z] query: branch=master&commit=5fbc40a6d599e39a91f6678812b3f73148dc0647&build=436&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F436%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-10T03:18:21.137Z] -> Pinging Codecov [2021-04-10T03:18:21.137Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=5fbc40a6d599e39a91f6678812b3f73148dc0647&build=436&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F436%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-10T03:18:21.137Z] -> Uploading to [2021-04-10T03:18:21.137Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-10/00271124DB129430A58F1EEE437C3FCB/5fbc40a6d599e39a91f6678812b3f73148dc0647/c08dcf9e-fdfb-4cb2-8e3b-23ccbea069e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210410T031820Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=073ffd82e806473b89348c3d250c5fc2ba9c137fc6fc47150e50f31d34adac71 [2021-04-10T03:18:21.137Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:18:21.137Z] Dload Upload Total Spent Left Speed [2021-04-10T03:18:21.397Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99410 0 0 100 99410 0 165k --:--:-- --:--:-- --:--:-- 165k [2021-04-10T03:18:21.397Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5fbc40a6d599e39a91f6678812b3f73148dc0647 [Pipeline] } [2021-04-10T03:18:21.406Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-10T03:18:22.370Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-10T03:18:22.463Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:18:22.824Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-10T03:18:22.825Z] [2021-04-10T03:18:22.825Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:18:23.167Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-10T03:18:23.167Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-10T03:18:23.167Z] 188c0c94c7c5: Already exists [2021-04-10T03:18:23.167Z] 0ef7d3d256c8: Already exists [2021-04-10T03:18:23.167Z] de9db76c5a1d: Already exists [2021-04-10T03:18:23.167Z] 0eba1c9be4d2: Pulling fs layer [2021-04-10T03:18:23.167Z] 0d57e429df01: Pulling fs layer [2021-04-10T03:18:23.167Z] 4e4be7b47b0d: Pulling fs layer [2021-04-10T03:18:23.167Z] e1f770b5df2f: Pulling fs layer [2021-04-10T03:18:23.167Z] 85a0685a4137: Pulling fs layer [2021-04-10T03:18:23.167Z] e1f770b5df2f: Waiting [2021-04-10T03:18:23.167Z] 85a0685a4137: Waiting [2021-04-10T03:18:23.167Z] 0d57e429df01: Verifying Checksum [2021-04-10T03:18:23.167Z] 0d57e429df01: Download complete [2021-04-10T03:18:23.167Z] 4e4be7b47b0d: Verifying Checksum [2021-04-10T03:18:23.167Z] 4e4be7b47b0d: Download complete [2021-04-10T03:18:25.151Z] e1f770b5df2f: Verifying Checksum [2021-04-10T03:18:25.151Z] e1f770b5df2f: Download complete [2021-04-10T03:18:27.082Z] 0eba1c9be4d2: Verifying Checksum [2021-04-10T03:18:27.082Z] 0eba1c9be4d2: Download complete [2021-04-10T03:18:27.347Z] 85a0685a4137: Verifying Checksum [2021-04-10T03:18:27.347Z] 85a0685a4137: Download complete [2021-04-10T03:18:32.645Z] 0eba1c9be4d2: Pull complete [2021-04-10T03:18:32.645Z] 0d57e429df01: Pull complete [2021-04-10T03:18:32.645Z] 4e4be7b47b0d: Pull complete [2021-04-10T03:18:35.969Z] e1f770b5df2f: Pull complete [2021-04-10T03:18:45.986Z] 85a0685a4137: Pull complete [2021-04-10T03:18:45.986Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-10T03:18:45.986Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-10T03:18:45.986Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-10T03:18:46.148Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:18:46.197Z] $ 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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-10T03:18:47.213Z] $ docker top 4a5310d64375983cd1dd5b37e44607c83d7e3a3b8dd844b2a163efd819db3da6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-10T03:18:47.506Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-10T03:18:47.793Z] + set -o pipefail [2021-04-10T03:18:47.793Z] + snyk monitor '--org=edgex-jenkins' [2021-04-10T03:18:57.812Z] [2021-04-10T03:18:57.812Z] Monitoring /w/workspace/edgex-go/436 (github.com/edgexfoundry/edgex-go)... [2021-04-10T03:18:57.812Z] [2021-04-10T03:18:57.812Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/9e2a5bbd-e3db-4cb1-9818-4b8822b761ee [2021-04-10T03:18:57.812Z] [2021-04-10T03:18:57.812Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-10T03:18:57.812Z] [2021-04-10T03:18:57.812Z] [2021-04-10T03:18:57.812Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-10T03:18:57.812Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-10T03:18:57.872Z] $ docker stop --time=1 4a5310d64375983cd1dd5b37e44607c83d7e3a3b8dd844b2a163efd819db3da6 [2021-04-10T03:19:00.851Z] $ docker rm -f 4a5310d64375983cd1dd5b37e44607c83d7e3a3b8dd844b2a163efd819db3da6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-10T03:19:02.258Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-10T03:19:02.314Z] provisioning config files... [2021-04-10T03:19:02.326Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/436@tmp/config3585632724317295440tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:19:02.700Z] --> edgex-publish-swagger.sh [2021-04-10T03:19:02.700Z] === Publish openapi/v1 API === [2021-04-10T03:19:02.700Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-10T03:19:02.700Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/436/openapi/v1/core-command.yaml] [2021-04-10T03:19:02.700Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:02.700Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:03.646Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 10705 --:--:-- --:--:-- --:--:-- 10703 [2021-04-10T03:19:03.646Z] [2021-04-10T03:19:03.646Z] [2021-04-10T03:19:03.646Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/436/openapi/v1/core-data.yaml] [2021-04-10T03:19:03.646Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:03.646Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:04.479Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 37754 --:--:-- --:--:-- --:--:-- 37725 [2021-04-10T03:19:04.479Z] [2021-04-10T03:19:04.479Z] [2021-04-10T03:19:04.479Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/436/openapi/v1/core-metadata.yaml] [2021-04-10T03:19:04.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:04.479Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:05.425Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 78527 --:--:-- --:--:-- --:--:-- 78510 100 73721 0 0 100 73721 0 78511 --:--:-- --:--:-- --:--:-- 78510 [2021-04-10T03:19:05.425Z] [2021-04-10T03:19:05.425Z] [2021-04-10T03:19:05.425Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/436/openapi/v1/support-logging.yaml] [2021-04-10T03:19:05.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:05.425Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:06.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 15954 --:--:-- --:--:-- --:--:-- 15940 100 13581 0 0 100 13581 0 15952 --:--:-- --:--:-- --:--:-- 15940 [2021-04-10T03:19:06.370Z] [2021-04-10T03:19:06.370Z] [2021-04-10T03:19:06.370Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/436/openapi/v1/support-notifications.yaml] [2021-04-10T03:19:06.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:06.370Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:07.311Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 44904 --:--:-- --:--:-- --:--:-- 44907 100 38890 0 0 100 38890 0 44897 --:--:-- --:--:-- --:--:-- 44855 [2021-04-10T03:19:07.311Z] [2021-04-10T03:19:07.311Z] [2021-04-10T03:19:07.311Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/436/openapi/v1/support-scheduler.yaml] [2021-04-10T03:19:07.311Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:07.311Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:08.253Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 16634 --:--:-- --:--:-- --:--:-- 16626 100 14249 0 0 100 14249 0 16631 --:--:-- --:--:-- --:--:-- 16626 [2021-04-10T03:19:08.253Z] [2021-04-10T03:19:08.253Z] [2021-04-10T03:19:08.253Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/436/openapi/v1/system-agent.yaml] [2021-04-10T03:19:08.253Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:08.253Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:08.827Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4787 --:--:-- --:--:-- --:--:-- 4784 100 4110 0 0 100 4110 0 4786 --:--:-- --:--:-- --:--:-- 4784 [2021-04-10T03:19:08.827Z] [2021-04-10T03:19:08.827Z] [2021-04-10T03:19:08.827Z] === Publish openapi/v2 API === [2021-04-10T03:19:08.827Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-10T03:19:08.827Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/436/openapi/v2/core-command.yaml] [2021-04-10T03:19:08.827Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:08.827Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:09.768Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 31987 --:--:-- --:--:-- --:--:-- 31958 100 29594 0 0 100 29594 0 31982 --:--:-- --:--:-- --:--:-- 31958 [2021-04-10T03:19:09.768Z] [2021-04-10T03:19:09.768Z] [2021-04-10T03:19:09.768Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/436/openapi/v2/core-data.yaml] [2021-04-10T03:19:09.768Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:09.768Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:10.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 63295 --:--:-- --:--:-- --:--:-- 63348 [2021-04-10T03:19:10.709Z] [2021-04-10T03:19:10.709Z] [2021-04-10T03:19:10.709Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/436/openapi/v2/core-metadata.yaml] [2021-04-10T03:19:10.709Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:10.709Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:11.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 129k --:--:-- --:--:-- --:--:-- 129k [2021-04-10T03:19:11.541Z] [2021-04-10T03:19:11.541Z] [2021-04-10T03:19:11.541Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/436/openapi/v2/support-notifications.yaml] [2021-04-10T03:19:11.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:11.541Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:12.745Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 73865 0:00:01 0:00:01 --:--:-- 73920 [2021-04-10T03:19:12.745Z] [2021-04-10T03:19:12.745Z] [2021-04-10T03:19:12.745Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/436/openapi/v2/support-scheduler.yaml] [2021-04-10T03:19:12.745Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:12.746Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:13.690Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 42968 --:--:-- --:--:-- --:--:-- 42971 [2021-04-10T03:19:13.690Z] [2021-04-10T03:19:13.690Z] [2021-04-10T03:19:13.690Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/436/openapi/v2/system-agent.yaml] [2021-04-10T03:19:13.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-10T03:19:13.690Z] Dload Upload Total Spent Left Speed [2021-04-10T03:19:14.632Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 26845 --:--:-- --:--:-- --:--:-- 26828 [2021-04-10T03:19:14.632Z] [2021-04-10T03:19:14.632Z] [Pipeline] } [2021-04-10T03:19:14.641Z] 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-04-10T03:19:15.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:19:15.435Z] . [Pipeline] withDockerContainer [2021-04-10T03:19:15.542Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:19:15.585Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-10T03:19:16.403Z] $ docker top e059be080dfcd8bae31d40ac81a9674c995ff561d53b9b36612597328435de75 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-10T03:19:16.693Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T03:19:16.693Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T03:19:16.909Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T03:19:16.912Z] $ docker exec e059be080dfcd8bae31d40ac81a9674c995ff561d53b9b36612597328435de75 ssh-agent [2021-04-10T03:19:17.077Z] SSH_AUTH_SOCK=/tmp/ssh-cq8udkphWSc7/agent.12 [2021-04-10T03:19:17.077Z] SSH_AGENT_PID=17 [2021-04-10T03:19:17.084Z] Running ssh-add (command line suppressed) [2021-04-10T03:19:17.211Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_2235989205968788314.key (/w/workspace/edgex-go/436@tmp/private_key_2235989205968788314.key) [2021-04-10T03:19:17.263Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T03:19:17.591Z] + git semver tag [2021-04-10T03:19:18.161Z] # -> Open(): unable to determine branch for HEAD [2021-04-10T03:19:18.161Z] # $GIT_DIR = /w/workspace/edgex-go/436/.git [2021-04-10T03:19:18.161Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/436 [2021-04-10T03:19:18.161Z] # $SEMVER_REMOTE_NAME = origin [2021-04-10T03:19:18.161Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-10T03:19:18.161Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-10T03:19:18.161Z] # $SEMVER_BRANCH = master [2021-04-10T03:19:18.161Z] # $SEMVER_DIR = /w/workspace/edgex-go/436/.semver [2021-04-10T03:19:18.161Z] # 5fbc40a6d599e39a91f6678812b3f73148dc0647 HEAD [2021-04-10T03:19:18.423Z] # -> Force: false [2021-04-10T03:19:18.423Z] # 2923e3520d3a3cd14fc4992e66f2508d44485e46 refs/tags/v2.0.0-dev.168 [Pipeline] } [2021-04-10T03:19:18.434Z] $ docker exec --env ******** --env ******** e059be080dfcd8bae31d40ac81a9674c995ff561d53b9b36612597328435de75 ssh-agent -k [2021-04-10T03:19:18.548Z] unset SSH_AUTH_SOCK; [2021-04-10T03:19:18.548Z] unset SSH_AGENT_PID; [2021-04-10T03:19:18.548Z] echo Agent pid 17 killed; [2021-04-10T03:19:18.603Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T03:19:19.161Z] + git semver [Pipeline] } [2021-04-10T03:19:19.191Z] $ docker stop --time=1 e059be080dfcd8bae31d40ac81a9674c995ff561d53b9b36612597328435de75 [2021-04-10T03:19:20.554Z] $ docker rm -f e059be080dfcd8bae31d40ac81a9674c995ff561d53b9b36612597328435de75 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:19:21.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-10T03:19:21.223Z] [2021-04-10T03:19:21.223Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:19:21.572Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-10T03:19:21.572Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-10T03:19:21.572Z] ab5ef0e58194: Pulling fs layer [2021-04-10T03:19:21.572Z] 9712f1f96733: Pulling fs layer [2021-04-10T03:19:21.572Z] 63f879dbbcfc: Pulling fs layer [2021-04-10T03:19:21.572Z] 0d9ebad4ef96: Pulling fs layer [2021-04-10T03:19:21.572Z] e9a5061849ea: Pulling fs layer [2021-04-10T03:19:21.572Z] d747dcd14b5f: Pulling fs layer [2021-04-10T03:19:21.572Z] 2de7ff778b66: Pulling fs layer [2021-04-10T03:19:21.572Z] e9a5061849ea: Waiting [2021-04-10T03:19:21.572Z] d747dcd14b5f: Waiting [2021-04-10T03:19:21.572Z] 2de7ff778b66: Waiting [2021-04-10T03:19:21.572Z] 0d9ebad4ef96: Waiting [2021-04-10T03:19:21.572Z] 9712f1f96733: Verifying Checksum [2021-04-10T03:19:21.572Z] 9712f1f96733: Download complete [2021-04-10T03:19:22.965Z] 63f879dbbcfc: Verifying Checksum [2021-04-10T03:19:22.965Z] 63f879dbbcfc: Download complete [2021-04-10T03:19:23.225Z] e9a5061849ea: Verifying Checksum [2021-04-10T03:19:23.225Z] e9a5061849ea: Download complete [2021-04-10T03:19:23.225Z] d747dcd14b5f: Verifying Checksum [2021-04-10T03:19:23.225Z] d747dcd14b5f: Download complete [2021-04-10T03:19:23.804Z] 2de7ff778b66: Verifying Checksum [2021-04-10T03:19:23.804Z] 2de7ff778b66: Download complete [2021-04-10T03:19:23.804Z] 0d9ebad4ef96: Verifying Checksum [2021-04-10T03:19:23.804Z] 0d9ebad4ef96: Download complete [2021-04-10T03:19:24.066Z] ab5ef0e58194: Verifying Checksum [2021-04-10T03:19:24.066Z] ab5ef0e58194: Download complete [2021-04-10T03:19:29.377Z] ab5ef0e58194: Pull complete [2021-04-10T03:19:29.377Z] 9712f1f96733: Pull complete [2021-04-10T03:19:31.926Z] 63f879dbbcfc: Pull complete [2021-04-10T03:19:38.532Z] 0d9ebad4ef96: Pull complete [2021-04-10T03:19:39.919Z] e9a5061849ea: Pull complete [2021-04-10T03:19:40.184Z] d747dcd14b5f: Pull complete [2021-04-10T03:19:42.735Z] 2de7ff778b66: Pull complete [2021-04-10T03:19:42.735Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-10T03:19:42.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-10T03:19:42.736Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-10T03:19:42.885Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:19:42.930Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-10T03:19:46.370Z] $ docker top f62dfe24b5d636073f58bb796b40d4f9c5e9cf2888a70b42b91363365df435cf -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-10T03:19:46.658Z] provisioning config files... [2021-04-10T03:19:46.667Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/436@tmp/config8602722953955361645tmp [2021-04-10T03:19:46.681Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/436@tmp/config8211462922565173182tmp [2021-04-10T03:19:46.694Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/436@tmp/config9035784396212414401tmp [Pipeline] { [Pipeline] echo [2021-04-10T03:19:46.754Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:19:47.045Z] ---> sigul-configuration.sh [2021-04-10T03:19:47.045Z] gpg: directory `/root/.gnupg' created [2021-04-10T03:19:47.045Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-10T03:19:47.045Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-10T03:19:47.045Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-10T03:19:47.045Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-10T03:19:47.045Z] gpg: CAST5 encrypted data [2021-04-10T03:19:47.306Z] gpg: encrypted with 1 passphrase [2021-04-10T03:19:47.306Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-10T03:19:47.598Z] + mkdir /home/jenkins [2021-04-10T03:19:47.598Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-10T03:19:47.890Z] + 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-04-10T03:19:47.900Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:19:48.196Z] ---> sigul-install.sh [2021-04-10T03:19:54.786Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-10T03:19:55.078Z] + git tag --list [2021-04-10T03:19:55.078Z] 0.6.0 [2021-04-10T03:19:55.078Z] 0.6.1 [2021-04-10T03:19:55.078Z] 0.7.0 [2021-04-10T03:19:55.078Z] 0.7.1 [2021-04-10T03:19:55.078Z] v0.0.0 [2021-04-10T03:19:55.078Z] v0.0.1-dev.1 [2021-04-10T03:19:55.078Z] v1.0.0 [2021-04-10T03:19:55.078Z] v1.0.1 [2021-04-10T03:19:55.078Z] v1.1.0 [2021-04-10T03:19:55.078Z] v1.2.0 [2021-04-10T03:19:55.078Z] v1.2.1 [2021-04-10T03:19:55.078Z] v1.2.2-dev.1 [2021-04-10T03:19:55.078Z] v1.2.2-dev.10 [2021-04-10T03:19:55.078Z] v1.2.2-dev.100 [2021-04-10T03:19:55.078Z] v1.2.2-dev.101 [2021-04-10T03:19:55.078Z] v1.2.2-dev.102 [2021-04-10T03:19:55.078Z] v1.2.2-dev.103 [2021-04-10T03:19:55.078Z] v1.2.2-dev.104 [2021-04-10T03:19:55.078Z] v1.2.2-dev.105 [2021-04-10T03:19:55.078Z] v1.2.2-dev.106 [2021-04-10T03:19:55.078Z] v1.2.2-dev.107 [2021-04-10T03:19:55.078Z] v1.2.2-dev.11 [2021-04-10T03:19:55.078Z] v1.2.2-dev.12 [2021-04-10T03:19:55.078Z] v1.2.2-dev.13 [2021-04-10T03:19:55.078Z] v1.2.2-dev.14 [2021-04-10T03:19:55.078Z] v1.2.2-dev.15 [2021-04-10T03:19:55.078Z] v1.2.2-dev.16 [2021-04-10T03:19:55.078Z] v1.2.2-dev.17 [2021-04-10T03:19:55.078Z] v1.2.2-dev.18 [2021-04-10T03:19:55.079Z] v1.2.2-dev.19 [2021-04-10T03:19:55.079Z] v1.2.2-dev.2 [2021-04-10T03:19:55.079Z] v1.2.2-dev.20 [2021-04-10T03:19:55.079Z] v1.2.2-dev.21 [2021-04-10T03:19:55.079Z] v1.2.2-dev.22 [2021-04-10T03:19:55.079Z] v1.2.2-dev.23 [2021-04-10T03:19:55.079Z] v1.2.2-dev.24 [2021-04-10T03:19:55.079Z] v1.2.2-dev.25 [2021-04-10T03:19:55.079Z] v1.2.2-dev.26 [2021-04-10T03:19:55.079Z] v1.2.2-dev.27 [2021-04-10T03:19:55.079Z] v1.2.2-dev.28 [2021-04-10T03:19:55.079Z] v1.2.2-dev.29 [2021-04-10T03:19:55.079Z] v1.2.2-dev.3 [2021-04-10T03:19:55.079Z] v1.2.2-dev.30 [2021-04-10T03:19:55.079Z] v1.2.2-dev.31 [2021-04-10T03:19:55.079Z] v1.2.2-dev.32 [2021-04-10T03:19:55.079Z] v1.2.2-dev.33 [2021-04-10T03:19:55.079Z] v1.2.2-dev.34 [2021-04-10T03:19:55.079Z] v1.2.2-dev.35 [2021-04-10T03:19:55.079Z] v1.2.2-dev.36 [2021-04-10T03:19:55.079Z] v1.2.2-dev.37 [2021-04-10T03:19:55.079Z] v1.2.2-dev.38 [2021-04-10T03:19:55.079Z] v1.2.2-dev.39 [2021-04-10T03:19:55.079Z] v1.2.2-dev.4 [2021-04-10T03:19:55.079Z] v1.2.2-dev.40 [2021-04-10T03:19:55.079Z] v1.2.2-dev.41 [2021-04-10T03:19:55.079Z] v1.2.2-dev.42 [2021-04-10T03:19:55.079Z] v1.2.2-dev.43 [2021-04-10T03:19:55.079Z] v1.2.2-dev.44 [2021-04-10T03:19:55.079Z] v1.2.2-dev.45 [2021-04-10T03:19:55.079Z] v1.2.2-dev.46 [2021-04-10T03:19:55.079Z] v1.2.2-dev.47 [2021-04-10T03:19:55.079Z] v1.2.2-dev.48 [2021-04-10T03:19:55.079Z] v1.2.2-dev.49 [2021-04-10T03:19:55.079Z] v1.2.2-dev.5 [2021-04-10T03:19:55.079Z] v1.2.2-dev.50 [2021-04-10T03:19:55.079Z] v1.2.2-dev.51 [2021-04-10T03:19:55.079Z] v1.2.2-dev.52 [2021-04-10T03:19:55.079Z] v1.2.2-dev.53 [2021-04-10T03:19:55.079Z] v1.2.2-dev.54 [2021-04-10T03:19:55.079Z] v1.2.2-dev.55 [2021-04-10T03:19:55.079Z] v1.2.2-dev.56 [2021-04-10T03:19:55.079Z] v1.2.2-dev.57 [2021-04-10T03:19:55.079Z] v1.2.2-dev.58 [2021-04-10T03:19:55.079Z] v1.2.2-dev.59 [2021-04-10T03:19:55.079Z] v1.2.2-dev.6 [2021-04-10T03:19:55.079Z] v1.2.2-dev.60 [2021-04-10T03:19:55.079Z] v1.2.2-dev.61 [2021-04-10T03:19:55.079Z] v1.2.2-dev.62 [2021-04-10T03:19:55.079Z] v1.2.2-dev.63 [2021-04-10T03:19:55.079Z] v1.2.2-dev.64 [2021-04-10T03:19:55.079Z] v1.2.2-dev.65 [2021-04-10T03:19:55.079Z] v1.2.2-dev.66 [2021-04-10T03:19:55.079Z] v1.2.2-dev.67 [2021-04-10T03:19:55.079Z] v1.2.2-dev.68 [2021-04-10T03:19:55.079Z] v1.2.2-dev.69 [2021-04-10T03:19:55.079Z] v1.2.2-dev.7 [2021-04-10T03:19:55.079Z] v1.2.2-dev.70 [2021-04-10T03:19:55.079Z] v1.2.2-dev.71 [2021-04-10T03:19:55.079Z] v1.2.2-dev.72 [2021-04-10T03:19:55.079Z] v1.2.2-dev.73 [2021-04-10T03:19:55.079Z] v1.2.2-dev.74 [2021-04-10T03:19:55.079Z] v1.2.2-dev.75 [2021-04-10T03:19:55.079Z] v1.2.2-dev.76 [2021-04-10T03:19:55.079Z] v1.2.2-dev.77 [2021-04-10T03:19:55.079Z] v1.2.2-dev.78 [2021-04-10T03:19:55.079Z] v1.2.2-dev.79 [2021-04-10T03:19:55.079Z] v1.2.2-dev.8 [2021-04-10T03:19:55.079Z] v1.2.2-dev.80 [2021-04-10T03:19:55.079Z] v1.2.2-dev.81 [2021-04-10T03:19:55.079Z] v1.2.2-dev.82 [2021-04-10T03:19:55.079Z] v1.2.2-dev.83 [2021-04-10T03:19:55.079Z] v1.2.2-dev.84 [2021-04-10T03:19:55.079Z] v1.2.2-dev.85 [2021-04-10T03:19:55.079Z] v1.2.2-dev.86 [2021-04-10T03:19:55.079Z] v1.2.2-dev.87 [2021-04-10T03:19:55.079Z] v1.2.2-dev.88 [2021-04-10T03:19:55.079Z] v1.2.2-dev.89 [2021-04-10T03:19:55.079Z] v1.2.2-dev.9 [2021-04-10T03:19:55.079Z] v1.2.2-dev.90 [2021-04-10T03:19:55.079Z] v1.2.2-dev.91 [2021-04-10T03:19:55.079Z] v1.2.2-dev.92 [2021-04-10T03:19:55.079Z] v1.2.2-dev.93 [2021-04-10T03:19:55.079Z] v1.2.2-dev.94 [2021-04-10T03:19:55.079Z] v1.2.2-dev.95 [2021-04-10T03:19:55.079Z] v1.2.2-dev.96 [2021-04-10T03:19:55.079Z] v1.2.2-dev.97 [2021-04-10T03:19:55.079Z] v1.2.2-dev.98 [2021-04-10T03:19:55.079Z] v1.2.2-dev.99 [2021-04-10T03:19:55.079Z] v1.3.0 [2021-04-10T03:19:55.079Z] v1.3.1 [2021-04-10T03:19:55.079Z] v1.3.1-dev.1 [2021-04-10T03:19:55.079Z] v1.3.1-dev.10 [2021-04-10T03:19:55.079Z] v1.3.1-dev.11 [2021-04-10T03:19:55.079Z] v1.3.1-dev.12 [2021-04-10T03:19:55.079Z] v1.3.1-dev.13 [2021-04-10T03:19:55.079Z] v1.3.1-dev.14 [2021-04-10T03:19:55.079Z] v1.3.1-dev.15 [2021-04-10T03:19:55.079Z] v1.3.1-dev.16 [2021-04-10T03:19:55.079Z] v1.3.1-dev.17 [2021-04-10T03:19:55.079Z] v1.3.1-dev.18 [2021-04-10T03:19:55.079Z] v1.3.1-dev.2 [2021-04-10T03:19:55.079Z] v1.3.1-dev.3 [2021-04-10T03:19:55.079Z] v1.3.1-dev.4 [2021-04-10T03:19:55.079Z] v1.3.1-dev.5 [2021-04-10T03:19:55.079Z] v1.3.1-dev.6 [2021-04-10T03:19:55.079Z] v1.3.1-dev.7 [2021-04-10T03:19:55.079Z] v1.3.1-dev.8 [2021-04-10T03:19:55.079Z] v1.3.1-dev.9 [2021-04-10T03:19:55.079Z] v2.0.0-dev.1 [2021-04-10T03:19:55.079Z] v2.0.0-dev.10 [2021-04-10T03:19:55.079Z] v2.0.0-dev.100 [2021-04-10T03:19:55.079Z] v2.0.0-dev.101 [2021-04-10T03:19:55.079Z] v2.0.0-dev.102 [2021-04-10T03:19:55.079Z] v2.0.0-dev.103 [2021-04-10T03:19:55.079Z] v2.0.0-dev.104 [2021-04-10T03:19:55.079Z] v2.0.0-dev.105 [2021-04-10T03:19:55.079Z] v2.0.0-dev.106 [2021-04-10T03:19:55.079Z] v2.0.0-dev.107 [2021-04-10T03:19:55.079Z] v2.0.0-dev.108 [2021-04-10T03:19:55.079Z] v2.0.0-dev.109 [2021-04-10T03:19:55.079Z] v2.0.0-dev.11 [2021-04-10T03:19:55.079Z] v2.0.0-dev.110 [2021-04-10T03:19:55.079Z] v2.0.0-dev.111 [2021-04-10T03:19:55.079Z] v2.0.0-dev.112 [2021-04-10T03:19:55.079Z] v2.0.0-dev.113 [2021-04-10T03:19:55.079Z] v2.0.0-dev.114 [2021-04-10T03:19:55.079Z] v2.0.0-dev.115 [2021-04-10T03:19:55.079Z] v2.0.0-dev.116 [2021-04-10T03:19:55.079Z] v2.0.0-dev.117 [2021-04-10T03:19:55.079Z] v2.0.0-dev.118 [2021-04-10T03:19:55.079Z] v2.0.0-dev.119 [2021-04-10T03:19:55.079Z] v2.0.0-dev.12 [2021-04-10T03:19:55.079Z] v2.0.0-dev.120 [2021-04-10T03:19:55.079Z] v2.0.0-dev.121 [2021-04-10T03:19:55.079Z] v2.0.0-dev.122 [2021-04-10T03:19:55.079Z] v2.0.0-dev.123 [2021-04-10T03:19:55.079Z] v2.0.0-dev.124 [2021-04-10T03:19:55.079Z] v2.0.0-dev.125 [2021-04-10T03:19:55.079Z] v2.0.0-dev.126 [2021-04-10T03:19:55.079Z] v2.0.0-dev.127 [2021-04-10T03:19:55.079Z] v2.0.0-dev.128 [2021-04-10T03:19:55.079Z] v2.0.0-dev.129 [2021-04-10T03:19:55.079Z] v2.0.0-dev.13 [2021-04-10T03:19:55.079Z] v2.0.0-dev.130 [2021-04-10T03:19:55.079Z] v2.0.0-dev.131 [2021-04-10T03:19:55.079Z] v2.0.0-dev.132 [2021-04-10T03:19:55.079Z] v2.0.0-dev.133 [2021-04-10T03:19:55.079Z] v2.0.0-dev.134 [2021-04-10T03:19:55.079Z] v2.0.0-dev.135 [2021-04-10T03:19:55.079Z] v2.0.0-dev.136 [2021-04-10T03:19:55.079Z] v2.0.0-dev.137 [2021-04-10T03:19:55.079Z] v2.0.0-dev.138 [2021-04-10T03:19:55.079Z] v2.0.0-dev.139 [2021-04-10T03:19:55.079Z] v2.0.0-dev.14 [2021-04-10T03:19:55.079Z] v2.0.0-dev.140 [2021-04-10T03:19:55.079Z] v2.0.0-dev.141 [2021-04-10T03:19:55.079Z] v2.0.0-dev.142 [2021-04-10T03:19:55.079Z] v2.0.0-dev.143 [2021-04-10T03:19:55.079Z] v2.0.0-dev.144 [2021-04-10T03:19:55.079Z] v2.0.0-dev.145 [2021-04-10T03:19:55.079Z] v2.0.0-dev.146 [2021-04-10T03:19:55.079Z] v2.0.0-dev.147 [2021-04-10T03:19:55.079Z] v2.0.0-dev.148 [2021-04-10T03:19:55.079Z] v2.0.0-dev.149 [2021-04-10T03:19:55.079Z] v2.0.0-dev.15 [2021-04-10T03:19:55.079Z] v2.0.0-dev.150 [2021-04-10T03:19:55.079Z] v2.0.0-dev.151 [2021-04-10T03:19:55.079Z] v2.0.0-dev.152 [2021-04-10T03:19:55.079Z] v2.0.0-dev.153 [2021-04-10T03:19:55.079Z] v2.0.0-dev.154 [2021-04-10T03:19:55.079Z] v2.0.0-dev.155 [2021-04-10T03:19:55.079Z] v2.0.0-dev.156 [2021-04-10T03:19:55.079Z] v2.0.0-dev.157 [2021-04-10T03:19:55.079Z] v2.0.0-dev.158 [2021-04-10T03:19:55.079Z] v2.0.0-dev.159 [2021-04-10T03:19:55.079Z] v2.0.0-dev.16 [2021-04-10T03:19:55.079Z] v2.0.0-dev.160 [2021-04-10T03:19:55.079Z] v2.0.0-dev.161 [2021-04-10T03:19:55.079Z] v2.0.0-dev.162 [2021-04-10T03:19:55.079Z] v2.0.0-dev.163 [2021-04-10T03:19:55.079Z] v2.0.0-dev.164 [2021-04-10T03:19:55.079Z] v2.0.0-dev.165 [2021-04-10T03:19:55.079Z] v2.0.0-dev.166 [2021-04-10T03:19:55.079Z] v2.0.0-dev.167 [2021-04-10T03:19:55.079Z] v2.0.0-dev.168 [2021-04-10T03:19:55.079Z] v2.0.0-dev.17 [2021-04-10T03:19:55.079Z] v2.0.0-dev.18 [2021-04-10T03:19:55.079Z] v2.0.0-dev.19 [2021-04-10T03:19:55.079Z] v2.0.0-dev.2 [2021-04-10T03:19:55.079Z] v2.0.0-dev.20 [2021-04-10T03:19:55.079Z] v2.0.0-dev.21 [2021-04-10T03:19:55.079Z] v2.0.0-dev.22 [2021-04-10T03:19:55.079Z] v2.0.0-dev.23 [2021-04-10T03:19:55.079Z] v2.0.0-dev.24 [2021-04-10T03:19:55.079Z] v2.0.0-dev.25 [2021-04-10T03:19:55.079Z] v2.0.0-dev.26 [2021-04-10T03:19:55.079Z] v2.0.0-dev.27 [2021-04-10T03:19:55.079Z] v2.0.0-dev.28 [2021-04-10T03:19:55.079Z] v2.0.0-dev.29 [2021-04-10T03:19:55.079Z] v2.0.0-dev.3 [2021-04-10T03:19:55.079Z] v2.0.0-dev.30 [2021-04-10T03:19:55.079Z] v2.0.0-dev.31 [2021-04-10T03:19:55.079Z] v2.0.0-dev.32 [2021-04-10T03:19:55.079Z] v2.0.0-dev.33 [2021-04-10T03:19:55.079Z] v2.0.0-dev.34 [2021-04-10T03:19:55.079Z] v2.0.0-dev.35 [2021-04-10T03:19:55.079Z] v2.0.0-dev.36 [2021-04-10T03:19:55.079Z] v2.0.0-dev.37 [2021-04-10T03:19:55.079Z] v2.0.0-dev.38 [2021-04-10T03:19:55.079Z] v2.0.0-dev.39 [2021-04-10T03:19:55.079Z] v2.0.0-dev.4 [2021-04-10T03:19:55.079Z] v2.0.0-dev.40 [2021-04-10T03:19:55.079Z] v2.0.0-dev.41 [2021-04-10T03:19:55.079Z] v2.0.0-dev.42 [2021-04-10T03:19:55.079Z] v2.0.0-dev.43 [2021-04-10T03:19:55.079Z] v2.0.0-dev.44 [2021-04-10T03:19:55.079Z] v2.0.0-dev.45 [2021-04-10T03:19:55.079Z] v2.0.0-dev.46 [2021-04-10T03:19:55.079Z] v2.0.0-dev.47 [2021-04-10T03:19:55.079Z] v2.0.0-dev.48 [2021-04-10T03:19:55.079Z] v2.0.0-dev.49 [2021-04-10T03:19:55.079Z] v2.0.0-dev.5 [2021-04-10T03:19:55.079Z] v2.0.0-dev.50 [2021-04-10T03:19:55.079Z] v2.0.0-dev.51 [2021-04-10T03:19:55.079Z] v2.0.0-dev.52 [2021-04-10T03:19:55.079Z] v2.0.0-dev.53 [2021-04-10T03:19:55.079Z] v2.0.0-dev.54 [2021-04-10T03:19:55.079Z] v2.0.0-dev.55 [2021-04-10T03:19:55.079Z] v2.0.0-dev.56 [2021-04-10T03:19:55.079Z] v2.0.0-dev.57 [2021-04-10T03:19:55.079Z] v2.0.0-dev.58 [2021-04-10T03:19:55.079Z] v2.0.0-dev.59 [2021-04-10T03:19:55.079Z] v2.0.0-dev.6 [2021-04-10T03:19:55.079Z] v2.0.0-dev.60 [2021-04-10T03:19:55.079Z] v2.0.0-dev.61 [2021-04-10T03:19:55.079Z] v2.0.0-dev.62 [2021-04-10T03:19:55.079Z] v2.0.0-dev.63 [2021-04-10T03:19:55.079Z] v2.0.0-dev.64 [2021-04-10T03:19:55.079Z] v2.0.0-dev.65 [2021-04-10T03:19:55.079Z] v2.0.0-dev.66 [2021-04-10T03:19:55.079Z] v2.0.0-dev.67 [2021-04-10T03:19:55.079Z] v2.0.0-dev.68 [2021-04-10T03:19:55.079Z] v2.0.0-dev.69 [2021-04-10T03:19:55.079Z] v2.0.0-dev.7 [2021-04-10T03:19:55.079Z] v2.0.0-dev.70 [2021-04-10T03:19:55.079Z] v2.0.0-dev.71 [2021-04-10T03:19:55.079Z] v2.0.0-dev.72 [2021-04-10T03:19:55.079Z] v2.0.0-dev.73 [2021-04-10T03:19:55.079Z] v2.0.0-dev.74 [2021-04-10T03:19:55.079Z] v2.0.0-dev.75 [2021-04-10T03:19:55.079Z] v2.0.0-dev.76 [2021-04-10T03:19:55.079Z] v2.0.0-dev.77 [2021-04-10T03:19:55.079Z] v2.0.0-dev.78 [2021-04-10T03:19:55.079Z] v2.0.0-dev.79 [2021-04-10T03:19:55.079Z] v2.0.0-dev.8 [2021-04-10T03:19:55.079Z] v2.0.0-dev.80 [2021-04-10T03:19:55.079Z] v2.0.0-dev.81 [2021-04-10T03:19:55.079Z] v2.0.0-dev.82 [2021-04-10T03:19:55.079Z] v2.0.0-dev.83 [2021-04-10T03:19:55.079Z] v2.0.0-dev.84 [2021-04-10T03:19:55.079Z] v2.0.0-dev.85 [2021-04-10T03:19:55.079Z] v2.0.0-dev.86 [2021-04-10T03:19:55.079Z] v2.0.0-dev.87 [2021-04-10T03:19:55.079Z] v2.0.0-dev.88 [2021-04-10T03:19:55.079Z] v2.0.0-dev.89 [2021-04-10T03:19:55.079Z] v2.0.0-dev.9 [2021-04-10T03:19:55.079Z] v2.0.0-dev.90 [2021-04-10T03:19:55.079Z] v2.0.0-dev.91 [2021-04-10T03:19:55.079Z] v2.0.0-dev.92 [2021-04-10T03:19:55.079Z] v2.0.0-dev.93 [2021-04-10T03:19:55.079Z] v2.0.0-dev.94 [2021-04-10T03:19:55.079Z] v2.0.0-dev.95 [2021-04-10T03:19:55.079Z] v2.0.0-dev.96 [2021-04-10T03:19:55.079Z] v2.0.0-dev.97 [2021-04-10T03:19:55.079Z] v2.0.0-dev.98 [2021-04-10T03:19:55.079Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-10T03:19:55.371Z] + lftools sign git-tag v2.0.0-dev.168 [2021-04-10T03:19:56.754Z] Signing Git tag with Sigul... [2021-04-10T03:19:56.754Z] Signing v2.0.0-dev.168 [Pipeline] echo [2021-04-10T03:19:57.705Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:19:57.998Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-10T03:19:58.017Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-10T03:19:58.111Z] $ docker stop --time=1 f62dfe24b5d636073f58bb796b40d4f9c5e9cf2888a70b42b91363365df435cf [2021-04-10T03:20:00.196Z] $ docker rm -f f62dfe24b5d636073f58bb796b40d4f9c5e9cf2888a70b42b91363365df435cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:20:01.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:20:01.260Z] . [Pipeline] withDockerContainer [2021-04-10T03:20:01.365Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:20:01.406Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-10T03:20:02.082Z] $ docker top 421bebe1f82b8c94308a90300ea7f86c646c38c35f4fc44a9e7870a4f846232e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-10T03:20:02.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T03:20:02.376Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T03:20:02.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T03:20:02.582Z] $ docker exec 421bebe1f82b8c94308a90300ea7f86c646c38c35f4fc44a9e7870a4f846232e ssh-agent [2021-04-10T03:20:02.754Z] SSH_AUTH_SOCK=/tmp/ssh-yteN5c3Ix2Ww/agent.13 [2021-04-10T03:20:02.755Z] SSH_AGENT_PID=18 [2021-04-10T03:20:02.762Z] Running ssh-add (command line suppressed) [2021-04-10T03:20:02.886Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_4101906690187613853.key (/w/workspace/edgex-go/436@tmp/private_key_4101906690187613853.key) [2021-04-10T03:20:02.939Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T03:20:03.265Z] + git semver bump pre [2021-04-10T03:20:03.266Z] # -> Open(): unable to determine branch for HEAD [2021-04-10T03:20:03.266Z] # $GIT_DIR = /w/workspace/edgex-go/436/.git [2021-04-10T03:20:03.266Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/436 [2021-04-10T03:20:03.266Z] # $SEMVER_REMOTE_NAME = origin [2021-04-10T03:20:03.266Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-10T03:20:03.266Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-10T03:20:03.266Z] # $SEMVER_BRANCH = master [2021-04-10T03:20:03.266Z] # $SEMVER_DIR = /w/workspace/edgex-go/436/.semver [2021-04-10T03:20:03.266Z] 2.0.0-dev.169 [Pipeline] } [2021-04-10T03:20:03.276Z] $ docker exec --env ******** --env ******** 421bebe1f82b8c94308a90300ea7f86c646c38c35f4fc44a9e7870a4f846232e ssh-agent -k [2021-04-10T03:20:03.391Z] unset SSH_AUTH_SOCK; [2021-04-10T03:20:03.391Z] unset SSH_AGENT_PID; [2021-04-10T03:20:03.391Z] echo Agent pid 18 killed; [2021-04-10T03:20:03.441Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T03:20:03.908Z] + git semver [Pipeline] } [2021-04-10T03:20:03.923Z] $ docker stop --time=1 421bebe1f82b8c94308a90300ea7f86c646c38c35f4fc44a9e7870a4f846232e [2021-04-10T03:20:05.283Z] $ docker rm -f 421bebe1f82b8c94308a90300ea7f86c646c38c35f4fc44a9e7870a4f846232e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:20:05.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-10T03:20:05.792Z] . [Pipeline] withDockerContainer [2021-04-10T03:20:05.887Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:20:05.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-10T03:20:06.598Z] $ docker top a02ca038944a4f45b033d2be8ad7ea9cb87a87b5cca6e7c57498c899318189e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-10T03:20:06.921Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-10T03:20:06.921Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-10T03:20:07.100Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-10T03:20:07.102Z] $ docker exec a02ca038944a4f45b033d2be8ad7ea9cb87a87b5cca6e7c57498c899318189e7 ssh-agent [2021-04-10T03:20:07.271Z] SSH_AUTH_SOCK=/tmp/ssh-8JqfI2bzu45K/agent.12 [2021-04-10T03:20:07.271Z] SSH_AGENT_PID=17 [2021-04-10T03:20:07.278Z] Running ssh-add (command line suppressed) [2021-04-10T03:20:07.394Z] Identity added: /w/workspace/edgex-go/436@tmp/private_key_3440386974843195960.key (/w/workspace/edgex-go/436@tmp/private_key_3440386974843195960.key) [2021-04-10T03:20:07.448Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-10T03:20:07.779Z] + git semver push [2021-04-10T03:20:07.779Z] # -> Open(): unable to determine branch for HEAD [2021-04-10T03:20:07.779Z] # $GIT_DIR = /w/workspace/edgex-go/436/.git [2021-04-10T03:20:07.779Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/436 [2021-04-10T03:20:07.779Z] # $SEMVER_REMOTE_NAME = origin [2021-04-10T03:20:07.779Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-10T03:20:07.779Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-10T03:20:07.779Z] # $SEMVER_BRANCH = master [2021-04-10T03:20:07.779Z] # $SEMVER_DIR = /w/workspace/edgex-go/436/.semver [Pipeline] } [2021-04-10T03:20:15.931Z] $ docker exec --env ******** --env ******** a02ca038944a4f45b033d2be8ad7ea9cb87a87b5cca6e7c57498c899318189e7 ssh-agent -k [2021-04-10T03:20:16.049Z] unset SSH_AUTH_SOCK; [2021-04-10T03:20:16.049Z] unset SSH_AGENT_PID; [2021-04-10T03:20:16.049Z] echo Agent pid 17 killed; [2021-04-10T03:20:16.102Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-10T03:20:16.562Z] + git semver [Pipeline] } [2021-04-10T03:20:16.576Z] $ docker stop --time=1 a02ca038944a4f45b033d2be8ad7ea9cb87a87b5cca6e7c57498c899318189e7 [2021-04-10T03:20:17.949Z] $ docker rm -f a02ca038944a4f45b033d2be8ad7ea9cb87a87b5cca6e7c57498c899318189e7 [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-04-10T03:20:19.435Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:20:20.306Z] ---> package-listing.sh [2021-04-10T03:20:20.306Z] ++ facter osfamily [2021-04-10T03:20:20.306Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-10T03:20:20.306Z] + OS_FAMILY=redhat [2021-04-10T03:20:20.306Z] + workspace=/w/workspace/edgex-go/436 [2021-04-10T03:20:20.306Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-10T03:20:20.306Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-10T03:20:20.306Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-10T03:20:20.306Z] + PACKAGES=/tmp/packages_start.txt [2021-04-10T03:20:20.306Z] + '[' /w/workspace/edgex-go/436 ']' [2021-04-10T03:20:20.306Z] + PACKAGES=/tmp/packages_end.txt [2021-04-10T03:20:20.306Z] + case "${OS_FAMILY}" in [2021-04-10T03:20:20.306Z] + rpm -qa [2021-04-10T03:20:20.306Z] + sort [2021-04-10T03:20:24.518Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-10T03:20:24.518Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-10T03:20:24.518Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-10T03:20:24.779Z] + '[' /w/workspace/edgex-go/436 ']' [2021-04-10T03:20:24.779Z] + mkdir -p /w/workspace/edgex-go/436/archives/ [2021-04-10T03:20:24.779Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/436/archives/ [Pipeline] echo [2021-04-10T03:20:24.791Z] 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/436/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-10T03:20:25.073Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:20:25.478Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T03:20:25.478Z] [2021-04-10T03:20:25.478Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-10T03:20:25.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T03:20:25.870Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-10T03:20:25.870Z] df20fa9351a1: Pulling fs layer [2021-04-10T03:20:25.870Z] 36b3adc4ff6f: Pulling fs layer [2021-04-10T03:20:25.870Z] 8ad3a11d3b57: Pulling fs layer [2021-04-10T03:20:25.870Z] 46f8f816bc3b: Pulling fs layer [2021-04-10T03:20:25.870Z] 93b61091891f: Pulling fs layer [2021-04-10T03:20:25.870Z] 93b9cdb0e59b: Pulling fs layer [2021-04-10T03:20:25.870Z] 5e14af77c1be: Pulling fs layer [2021-04-10T03:20:25.870Z] 01666e4c0597: Pulling fs layer [2021-04-10T03:20:25.870Z] aa168da1d23b: Pulling fs layer [2021-04-10T03:20:25.870Z] 46f8f816bc3b: Waiting [2021-04-10T03:20:25.870Z] 93b61091891f: Waiting [2021-04-10T03:20:25.870Z] 93b9cdb0e59b: Waiting [2021-04-10T03:20:25.870Z] 5e14af77c1be: Waiting [2021-04-10T03:20:25.870Z] 01666e4c0597: Waiting [2021-04-10T03:20:25.870Z] aa168da1d23b: Waiting [2021-04-10T03:20:25.870Z] 36b3adc4ff6f: Download complete [2021-04-10T03:20:25.870Z] 46f8f816bc3b: Verifying Checksum [2021-04-10T03:20:25.870Z] 46f8f816bc3b: Download complete [2021-04-10T03:20:26.133Z] df20fa9351a1: Verifying Checksum [2021-04-10T03:20:26.133Z] df20fa9351a1: Download complete [2021-04-10T03:20:26.133Z] 93b9cdb0e59b: Verifying Checksum [2021-04-10T03:20:26.133Z] 93b9cdb0e59b: Download complete [2021-04-10T03:20:26.133Z] 5e14af77c1be: Verifying Checksum [2021-04-10T03:20:26.133Z] 5e14af77c1be: Download complete [2021-04-10T03:20:26.133Z] 01666e4c0597: Verifying Checksum [2021-04-10T03:20:26.133Z] 01666e4c0597: Download complete [2021-04-10T03:20:26.133Z] 8ad3a11d3b57: Verifying Checksum [2021-04-10T03:20:26.133Z] 8ad3a11d3b57: Download complete [2021-04-10T03:20:26.395Z] 93b61091891f: Download complete [2021-04-10T03:20:26.395Z] df20fa9351a1: Pull complete [2021-04-10T03:20:26.657Z] 36b3adc4ff6f: Pull complete [2021-04-10T03:20:28.059Z] 8ad3a11d3b57: Pull complete [2021-04-10T03:20:28.059Z] aa168da1d23b: Verifying Checksum [2021-04-10T03:20:28.059Z] aa168da1d23b: Download complete [2021-04-10T03:20:28.322Z] 46f8f816bc3b: Pull complete [2021-04-10T03:20:28.908Z] 93b61091891f: Pull complete [2021-04-10T03:20:28.908Z] 93b9cdb0e59b: Pull complete [2021-04-10T03:20:29.172Z] 5e14af77c1be: Pull complete [2021-04-10T03:20:29.172Z] 01666e4c0597: Pull complete [2021-04-10T03:20:35.799Z] aa168da1d23b: Pull complete [2021-04-10T03:20:35.800Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-10T03:20:35.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-10T03:20:35.800Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-10T03:20:35.934Z] prd-centos7-docker-4c-2g-33536 does not seem to be running inside a container [2021-04-10T03:20:35.976Z] $ 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/436/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/436 -v /w/workspace/edgex-go/436:/w/workspace/edgex-go/436:rw,z -v /w/workspace/edgex-go/436@tmp:/w/workspace/edgex-go/436@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-10T03:20:39.185Z] $ docker top 98bfeb42eb96d990ab054121ee0cf6ce086e6051dbe2214c3990096049593a1e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-10T03:20:39.690Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-10T03:20:39.999Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-10T03:20:40.295Z] + ls /var/log/sa-host [2021-04-10T03:20:40.295Z] + sadf -c /var/log/sa-host/sa10 [2021-04-10T03:20:40.295Z] file_magic: OK [2021-04-10T03:20:40.295Z] HZ: Using current value: 100 [2021-04-10T03:20:40.295Z] file_header: OK [2021-04-10T03:20:40.295Z] 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-04-10T03:20:40.295Z] Statistics: [2021-04-10T03:20:40.295Z] 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... [2021-04-10T03:20:40.296Z] File successfully converted to sysstat format version 12.2.1 [2021-04-10T03:20:40.296Z] + sadf -c /var/log/sa-host/sa23 [2021-04-10T03:20:40.296Z] file_magic: OK [2021-04-10T03:20:40.296Z] HZ: Using current value: 100 [2021-04-10T03:20:40.296Z] file_header: OK [2021-04-10T03:20:40.296Z] 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-04-10T03:20:40.296Z] Statistics: [2021-04-10T03:20:40.296Z] Hnuu...uuuununununu... [2021-04-10T03:20:40.296Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-10T03:20:40.976Z] provisioning config files... [2021-04-10T03:20:40.997Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/436@tmp/config1433641733495737879tmp [Pipeline] { [Pipeline] echo [2021-04-10T03:20:41.126Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:20:41.423Z] ---> create-netrc.sh [Pipeline] } [2021-04-10T03:20:41.432Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-10T03:20:41.515Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:20:41.832Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-10T03:20:41.842Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:20:42.137Z] ---> sudo-logs.sh [2021-04-10T03:20:42.137Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-10T03:20:42.197Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:20:42.491Z] ---> job-cost.sh [2021-04-10T03:20:42.491Z] lf-activate-venv: SKIPPING [2021-04-10T03:20:42.491Z] DEBUG: total: 0.20999999344348907 [2021-04-10T03:20:42.491Z] INFO: Retrieving Stack Cost... [2021-04-10T03:20:43.910Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-10T03:20:44.172Z] INFO: Archiving Costs [Pipeline] echo [2021-04-10T03:20:44.184Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-10T03:20:44.474Z] ---> logs-deploy.sh [2021-04-10T03:20:44.474Z] lf-activate-venv: SKIPPING [2021-04-10T03:20:44.474Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/436 [2021-04-10T03:20:44.474Z] INFO: archiving workspace using pattern(s): [2021-04-10T03:20:45.864Z] Archives upload complete. [2021-04-10T03:20:45.864Z] INFO: archiving logs to Nexus