Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6cadec5fc374fbebd95401286db985839ef5e674 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-32910 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/430 [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/430 # 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 6cadec5fc374fbebd95401286db985839ef5e674 (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 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 Commit message: "Merge pull request #3339 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8" > git rev-list --no-walk 3d31a9377a82a7ecd7922e9b9d028e1661eb8a18 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-06T06:33:34.661Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-06T06:33:34.945Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-06T06:33:35.058Z] ========================================================= [2021-04-06T06:33:35.058Z] EdgeX Global Pipelines Version Info [2021-04-06T06:33:35.058Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:33:36.654Z] ------------------- [2021-04-06T06:33:36.654Z] stable info: [2021-04-06T06:33:36.654Z] ------------------- [2021-04-06T06:33:36.654Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-06T06:33:36.654Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-06T06:33:36.654Z] Message: update stable to v1.0.186 [2021-04-06T06:33:37.607Z] ------------------- [2021-04-06T06:33:37.607Z] experimental info: [2021-04-06T06:33:37.607Z] ------------------- [2021-04-06T06:33:37.607Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-06T06:33:37.607Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-06T06:33:37.607Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-06T06:33:37.861Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-06T06:33:37.953Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-06T06:33:38.042Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-06T06:33:38.132Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-06T06:33:38.220Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-06T06:33:38.309Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-06T06:33:38.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-06T06:33:38.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-06T06:33:38.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-06T06:33:38.653Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-06T06:33:38.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-06T06:33:38.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-06T06:33:38.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-06T06:33:39.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-06T06:33:39.102Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:33:39.188Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-06T06:33:39.273Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-06T06:33:39.357Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-06T06:33:39.441Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-06T06:33:39.526Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-06T06:33:39.661Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-06T06:33:39.743Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-06T06:33:39.847Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-06T06:33:39.949Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-06T06:33:40.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-06T06:33:40.157Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] echo [2021-04-06T06:33:40.252Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6cadec5 [Pipeline] echo [2021-04-06T06:33:40.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:33:40.588Z] provisioning config files... [2021-04-06T06:33:40.620Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/430@tmp/config4366796832978721596tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:33:40.980Z] ---> docker-login.sh [2021-04-06T06:33:40.980Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:33:41.243Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:33:41.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:33:41.507Z] Configure a credential helper to remove this warning. See [2021-04-06T06:33:41.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:33:41.507Z] [2021-04-06T06:33:41.507Z] Login Succeeded [2021-04-06T06:33:41.507Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:33:41.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:33:41.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:33:41.508Z] Configure a credential helper to remove this warning. See [2021-04-06T06:33:41.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:33:41.508Z] [2021-04-06T06:33:41.508Z] Login Succeeded [2021-04-06T06:33:41.508Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:33:41.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:33:41.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:33:41.772Z] Configure a credential helper to remove this warning. See [2021-04-06T06:33:41.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:33:41.772Z] [2021-04-06T06:33:41.772Z] Login Succeeded [2021-04-06T06:33:41.772Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:33:42.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:33:42.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:33:42.036Z] Configure a credential helper to remove this warning. See [2021-04-06T06:33:42.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:33:42.036Z] [2021-04-06T06:33:42.036Z] Login Succeeded [2021-04-06T06:33:42.036Z] docker.io [2021-04-06T06:33:42.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:33:42.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:33:42.316Z] Configure a credential helper to remove this warning. See [2021-04-06T06:33:42.316Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:33:42.316Z] [2021-04-06T06:33:42.316Z] Login Succeeded [2021-04-06T06:33:42.316Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:33:42.327Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:33:42.809Z] ++ 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-06T06:33:42.809Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.809Z] ++ dirname cmd/core-command/Dockerfile [2021-04-06T06:33:42.809Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.809Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-06T06:33:42.809Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.809Z] ++ dirname cmd/core-data/Dockerfile [2021-04-06T06:33:42.809Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.809Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-06T06:33:42.809Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.809Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-06T06:33:42.809Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.809Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-06T06:33:42.809Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.809Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-06T06:33:42.809Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.809Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-06T06:33:42.809Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.809Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-06T06:33:42.809Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.809Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-06T06:33:42.809Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.809Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-06T06:33:42.809Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.809Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-06T06:33:42.809Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.809Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-06T06:33:42.810Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.810Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-06T06:33:42.810Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.810Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-06T06:33:42.810Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.810Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-06T06:33:42.810Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-06T06:33:42.810Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-06T06:33:42.810Z] ++ cut -d/ -f2 [2021-04-06T06:33:42.810Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-06T06:33:42.889Z] 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-06T06:33:44.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:33:44.428Z] [2021-04-06T06:33:44.428Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:33:44.778Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:33:44.778Z] latest: Pulling from edgex-devops/git-semver [2021-04-06T06:33:44.778Z] 31603596830f: Pulling fs layer [2021-04-06T06:33:44.778Z] 2a8b12db71e7: Pulling fs layer [2021-04-06T06:33:44.778Z] 6ca5941a6612: Pulling fs layer [2021-04-06T06:33:44.778Z] ecc8261a40a4: Pulling fs layer [2021-04-06T06:33:44.778Z] ecc8261a40a4: Waiting [2021-04-06T06:33:44.778Z] 2a8b12db71e7: Verifying Checksum [2021-04-06T06:33:44.778Z] 2a8b12db71e7: Download complete [2021-04-06T06:33:45.043Z] 31603596830f: Verifying Checksum [2021-04-06T06:33:45.043Z] 31603596830f: Download complete [2021-04-06T06:33:45.043Z] ecc8261a40a4: Verifying Checksum [2021-04-06T06:33:45.043Z] ecc8261a40a4: Download complete [2021-04-06T06:33:45.043Z] 6ca5941a6612: Verifying Checksum [2021-04-06T06:33:45.043Z] 6ca5941a6612: Download complete [2021-04-06T06:33:45.307Z] 31603596830f: Pull complete [2021-04-06T06:33:45.572Z] 2a8b12db71e7: Pull complete [2021-04-06T06:33:46.519Z] 6ca5941a6612: Pull complete [2021-04-06T06:33:46.519Z] ecc8261a40a4: Pull complete [2021-04-06T06:33:46.519Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-06T06:33:46.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:33:46.519Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-06T06:33:46.632Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:33:46.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:33:49.475Z] $ docker top 813b31329b8affea91a43257dcf9917338c3f8f4502a21ff66e7ff13d4e7878e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:33:49.790Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:33:49.790Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:33:50.017Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:33:50.021Z] $ docker exec 813b31329b8affea91a43257dcf9917338c3f8f4502a21ff66e7ff13d4e7878e ssh-agent [2021-04-06T06:33:50.194Z] SSH_AUTH_SOCK=/tmp/ssh-TpxYMtLgmAjZ/agent.12 [2021-04-06T06:33:50.194Z] SSH_AGENT_PID=17 [2021-04-06T06:33:50.206Z] Running ssh-add (command line suppressed) [2021-04-06T06:33:50.327Z] Identity added: /w/workspace/edgex-go/430@tmp/private_key_8468923889184647252.key (/w/workspace/edgex-go/430@tmp/private_key_8468923889184647252.key) [2021-04-06T06:33:50.381Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:33:50.739Z] + git tag --points-at HEAD [Pipeline] } [2021-04-06T06:33:50.762Z] $ docker exec --env ******** --env ******** 813b31329b8affea91a43257dcf9917338c3f8f4502a21ff66e7ff13d4e7878e ssh-agent -k [2021-04-06T06:33:50.874Z] unset SSH_AUTH_SOCK; [2021-04-06T06:33:50.874Z] unset SSH_AGENT_PID; [2021-04-06T06:33:50.874Z] echo Agent pid 17 killed; [2021-04-06T06:33:50.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-06T06:33:51.107Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:33:51.107Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:33:51.285Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:33:51.289Z] $ docker exec 813b31329b8affea91a43257dcf9917338c3f8f4502a21ff66e7ff13d4e7878e ssh-agent [2021-04-06T06:33:51.454Z] SSH_AUTH_SOCK=/tmp/ssh-Kk62EQEm5dIm/agent.45 [2021-04-06T06:33:51.454Z] SSH_AGENT_PID=50 [2021-04-06T06:33:51.462Z] Running ssh-add (command line suppressed) [2021-04-06T06:33:51.590Z] Identity added: /w/workspace/edgex-go/430@tmp/private_key_3671416869349694440.key (/w/workspace/edgex-go/430@tmp/private_key_3671416869349694440.key) [2021-04-06T06:33:51.646Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:33:51.993Z] + git semver init [2021-04-06T06:33:51.993Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:33:51.993Z] # $GIT_DIR = /w/workspace/edgex-go/430/.git [2021-04-06T06:33:51.993Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/430 [2021-04-06T06:33:51.993Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:33:51.993Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:33:51.993Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:33:51.993Z] # $SEMVER_BRANCH = master [2021-04-06T06:33:51.993Z] # $SEMVER_TEMP = /tmp/semver-078997848 [2021-04-06T06:33:51.993Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-06T06:34:10.179Z] # '/tmp/semver-078997848' -> '/w/workspace/edgex-go/430/.semver' [2021-04-06T06:34:10.455Z] # -> Force: false [2021-04-06T06:34:10.455Z] # $SEMVER_DIR = /w/workspace/edgex-go/430/.semver [Pipeline] } [2021-04-06T06:34:10.477Z] $ docker exec --env ******** --env ******** 813b31329b8affea91a43257dcf9917338c3f8f4502a21ff66e7ff13d4e7878e ssh-agent -k [2021-04-06T06:34:10.741Z] unset SSH_AUTH_SOCK; [2021-04-06T06:34:10.742Z] unset SSH_AGENT_PID; [2021-04-06T06:34:10.742Z] echo Agent pid 50 killed; [2021-04-06T06:34:10.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:34:11.299Z] + git semver [Pipeline] } [2021-04-06T06:34:11.318Z] $ docker stop --time=1 813b31329b8affea91a43257dcf9917338c3f8f4502a21ff66e7ff13d4e7878e [2021-04-06T06:34:13.101Z] $ docker rm -f 813b31329b8affea91a43257dcf9917338c3f8f4502a21ff66e7ff13d4e7878e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:34:13.702Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-06T06:34:14.299Z] Stashed 1 file(s) [Pipeline] echo [2021-04-06T06:34:14.302Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.162 [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-06T06:34:15.180Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:34:15.485Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:34:15.786Z] + sudo service docker restart [2021-04-06T06:34:15.786Z] + true [2021-04-06T06:34:15.786Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-06T06:34:16.379Z] ========================================================= [2021-04-06T06:34:16.379Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-06T06:34:16.379Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:34:16.724Z] + 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-06T06:34:20.979Z] Sending build context to Docker daemon 329.2MB [2021-04-06T06:34:20.979Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:34:20.979Z] Step 2/6 : FROM ${BASE} [2021-04-06T06:34:20.979Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-06T06:34:20.979Z] 188c0c94c7c5: Pulling fs layer [2021-04-06T06:34:20.979Z] 0ef7d3d256c8: Pulling fs layer [2021-04-06T06:34:20.979Z] de9db76c5a1d: Pulling fs layer [2021-04-06T06:34:20.979Z] bca2f99d35d6: Pulling fs layer [2021-04-06T06:34:20.979Z] 93359f2a8cfa: Pulling fs layer [2021-04-06T06:34:20.979Z] 7c6f9722023f: Pulling fs layer [2021-04-06T06:34:20.979Z] a35cf1a2eb13: Pulling fs layer [2021-04-06T06:34:20.979Z] 93359f2a8cfa: Waiting [2021-04-06T06:34:20.979Z] 7c6f9722023f: Waiting [2021-04-06T06:34:20.979Z] a35cf1a2eb13: Waiting [2021-04-06T06:34:20.979Z] bca2f99d35d6: Waiting [2021-04-06T06:34:20.979Z] de9db76c5a1d: Download complete [2021-04-06T06:34:20.979Z] 0ef7d3d256c8: Verifying Checksum [2021-04-06T06:34:20.979Z] 0ef7d3d256c8: Download complete [2021-04-06T06:34:20.979Z] 93359f2a8cfa: Verifying Checksum [2021-04-06T06:34:20.979Z] 93359f2a8cfa: Download complete [2021-04-06T06:34:20.979Z] 188c0c94c7c5: Verifying Checksum [2021-04-06T06:34:20.979Z] 188c0c94c7c5: Download complete [2021-04-06T06:34:20.979Z] 7c6f9722023f: Verifying Checksum [2021-04-06T06:34:20.979Z] 7c6f9722023f: Download complete [2021-04-06T06:34:21.557Z] 188c0c94c7c5: Pull complete [2021-04-06T06:34:21.557Z] 0ef7d3d256c8: Pull complete [2021-04-06T06:34:21.820Z] de9db76c5a1d: Pull complete [2021-04-06T06:34:23.227Z] a35cf1a2eb13: Verifying Checksum [2021-04-06T06:34:23.227Z] a35cf1a2eb13: Download complete [2021-04-06T06:34:24.178Z] bca2f99d35d6: Verifying Checksum [2021-04-06T06:34:24.178Z] bca2f99d35d6: Download complete [2021-04-06T06:34:29.513Z] bca2f99d35d6: Pull complete [2021-04-06T06:34:29.663Z] Still waiting to schedule task [2021-04-06T06:34:29.663Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-06T06:34:29.781Z] 93359f2a8cfa: Pull complete [2021-04-06T06:34:30.050Z] 7c6f9722023f: Pull complete [2021-04-06T06:34:34.300Z] a35cf1a2eb13: Pull complete [2021-04-06T06:34:34.300Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-06T06:34:34.300Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-06T06:34:34.300Z] ---> a62c8e92a672 [2021-04-06T06:34:34.300Z] 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-06T06:34:34.300Z] ---> Running in 578734c9c03a [2021-04-06T06:34:34.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:34:35.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:34:36.768Z] (1/12) Installing libmagic (5.38-r0) [2021-04-06T06:34:37.032Z] (2/12) Installing file (5.38-r0) [2021-04-06T06:34:37.032Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-06T06:34:37.294Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-06T06:34:49.562Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-06T06:34:49.562Z] (6/12) Installing patch (2.7.6-r6) [2021-04-06T06:34:49.562Z] (7/12) Installing build-base (0.5-r2) [2021-04-06T06:34:49.562Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-06T06:34:49.562Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-06T06:34:49.562Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-06T06:34:49.562Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-06T06:34:49.562Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-06T06:34:49.562Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:34:49.562Z] OK: 233 MiB in 51 packages [2021-04-06T06:34:52.892Z] Removing intermediate container 578734c9c03a [2021-04-06T06:34:52.892Z] ---> c829bb28dbca [2021-04-06T06:34:52.892Z] Step 4/6 : WORKDIR /edgex-go [2021-04-06T06:34:52.892Z] ---> Running in 04ef4872853b [2021-04-06T06:34:52.892Z] Removing intermediate container 04ef4872853b [2021-04-06T06:34:52.892Z] ---> 5b5ab8dabb26 [2021-04-06T06:34:52.892Z] Step 5/6 : COPY go.mod . [2021-04-06T06:34:53.159Z] ---> ad069aae666d [2021-04-06T06:34:53.159Z] Step 6/6 : RUN go mod download [2021-04-06T06:34:53.159Z] ---> Running in a9825ea4b419 [2021-04-06T06:35:15.179Z] Removing intermediate container a9825ea4b419 [2021-04-06T06:35:15.179Z] ---> a1c496f9513d [2021-04-06T06:35:15.179Z] Successfully built a1c496f9513d [2021-04-06T06:35:15.179Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:35:15.496Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:35:15.496Z] . [Pipeline] withDockerContainer [2021-04-06T06:35:15.604Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:35:15.655Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:35:16.583Z] $ docker top 3196d9928666153555ec3e085722b467bd4c72d3aef2cf019348e843b687669e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:35:17.073Z] + go version [2021-04-06T06:35:17.073Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-06T06:35:17.089Z] $ docker stop --time=1 3196d9928666153555ec3e085722b467bd4c72d3aef2cf019348e843b687669e [2021-04-06T06:35:18.464Z] $ docker rm -f 3196d9928666153555ec3e085722b467bd4c72d3aef2cf019348e843b687669e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:35:19.220Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-06T06:35:19.220Z] . [Pipeline] withDockerContainer [2021-04-06T06:35:19.317Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:35:19.366Z] $ 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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:35:20.016Z] $ docker top e73d551906d28b54f695b2533acf3fc50f73778bc2289043e430449c08052722 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T06:35:20.215Z] ========================================================= [2021-04-06T06:35:20.215Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-06T06:35:20.215Z] ========================================================= [Pipeline] sh [2021-04-06T06:35:20.513Z] + make test [2021-04-06T06:35:20.514Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-06T06:35:30.584Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-06T06:35:45.594Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-06T06:35:51.291Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-06T06:35:51.291Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-06T06:35:51.585Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-06T06:35:55.036Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-06T06:35:55.036Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-06T06:35:55.036Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-06T06:35:55.036Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-06T06:35:55.622Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-06T06:35:56.216Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-06T06:35:58.801Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-06T06:35:58.801Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-06T06:35:58.801Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-06T06:36:00.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 45.9% of statements [2021-04-06T06:36:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-06T06:36:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-06T06:36:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-06T06:36:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-06T06:36:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-06T06:36:00.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-06T06:36:00.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.060s coverage: 19.8% of statements [2021-04-06T06:36:00.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.113s coverage: 100.0% of statements [2021-04-06T06:36:03.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.250s coverage: 27.1% of statements [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-06T06:36:03.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-06T06:36:03.363Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-06T06:36:03.363Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-06T06:36:03.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements [2021-04-06T06:36:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-06T06:36:03.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-06T06:36:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements [2021-04-06T06:36:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-06T06:36:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:36:04.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.078s coverage: 78.9% of statements [2021-04-06T06:36:04.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-06T06:36:07.616Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.385s coverage: 28.6% of statements [2021-04-06T06:36:07.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-06T06:36:07.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-06T06:36:07.616Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-06T06:36:07.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-06T06:36:07.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-06T06:36:07.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-06T06:36:07.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-06T06:36:07.617Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-06T06:36:07.617Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-06T06:36:10.226Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.469s coverage: 92.8% of statements [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-06T06:36:10.226Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-06T06:36:10.226Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.087s coverage: 1.0% of statements [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-06T06:36:10.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-06T06:36:10.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.087s coverage: 47.1% of statements [2021-04-06T06:36:10.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements [2021-04-06T06:36:10.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-04-06T06:36:10.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements [2021-04-06T06:36:10.226Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements [2021-04-06T06:36:19.941Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32912 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-06T06:36:20.097Z] Running in /w/workspace/edgex-go/430 [Pipeline] { [Pipeline] checkout [2021-04-06T06:36:22.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements [2021-04-06T06:36:22.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-04-06T06:36:24.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.223s coverage: 81.5% of statements [2021-04-06T06:36:24.450Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-06T06:36:24.450Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/tokencleaner 0.044s coverage: 87.1% of statements [2021-04-06T06:36:25.137Z] using credential edgex-jenkins-ssh [2021-04-06T06:36:25.229Z] Cloning the remote Git repository [2021-04-06T06:36:25.270Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:36:25.371Z] > git init /w/workspace/edgex-go/430 # timeout=10 [2021-04-06T06:36:25.437Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:36:25.438Z] > git --version # timeout=10 [2021-04-06T06:36:25.456Z] > git --version # 'git version 2.17.1' [2021-04-06T06:36:25.458Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:36:25.544Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:36:34.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements [2021-04-06T06:36:34.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-06T06:36:34.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-06T06:36:34.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-06T06:36:34.558Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-06T06:36:34.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-06T06:36:34.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-06T06:36:34.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-06T06:36:34.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.6% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.116s coverage: 91.6% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 64.4% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.338s coverage: 69.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.125s coverage: 38.4% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.051s coverage: 11.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.147s coverage: 87.1% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.747s coverage: 29.1% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.121s coverage: 95.6% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-06T06:36:34.559Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements [2021-04-06T06:36:34.559Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-04-06T06:36:35.136Z] GO111MODULE=on go vet ./... [2021-04-06T06:36:41.665Z] Checking out Revision 6cadec5fc374fbebd95401286db985839ef5e674 (master) [2021-04-06T06:36:40.918Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:36:40.948Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-06T06:36:40.968Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-06T06:36:41.004Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-06T06:36:41.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-06T06:36:41.016Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-06T06:36:41.681Z] > git config core.sparsecheckout # timeout=10 [2021-04-06T06:36:41.697Z] > git checkout -f 6cadec5fc374fbebd95401286db985839ef5e674 # timeout=10 [2021-04-06T06:36:46.237Z] Commit message: "Merge pull request #3339 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-messaging/v2-2.0.0-dev.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-06T06:36:47.867Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:36:48.269Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-06T06:36:48.609Z] + + true [2021-04-06T06:36:48.609Z] sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:36:51.331Z] provisioning config files... [2021-04-06T06:36:51.383Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/430@tmp/config3419374066894883218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:36:51.788Z] ---> docker-login.sh [2021-04-06T06:36:51.788Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:36:52.770Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:36:53.044Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:36:53.044Z] Configure a credential helper to remove this warning. See [2021-04-06T06:36:53.044Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:36:53.044Z] [2021-04-06T06:36:53.044Z] Login Succeeded [2021-04-06T06:36:53.044Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:36:53.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:36:53.593Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:36:53.593Z] Configure a credential helper to remove this warning. See [2021-04-06T06:36:53.593Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:36:53.593Z] [2021-04-06T06:36:53.593Z] Login Succeeded [2021-04-06T06:36:53.593Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:36:53.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:36:54.145Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:36:54.145Z] Configure a credential helper to remove this warning. See [2021-04-06T06:36:54.145Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:36:54.145Z] [2021-04-06T06:36:54.145Z] Login Succeeded [2021-04-06T06:36:54.145Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:36:54.419Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:36:54.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:36:54.692Z] Configure a credential helper to remove this warning. See [2021-04-06T06:36:54.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:36:54.692Z] [2021-04-06T06:36:54.692Z] Login Succeeded [2021-04-06T06:36:54.692Z] docker.io [2021-04-06T06:36:54.965Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:36:55.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:36:55.238Z] Configure a credential helper to remove this warning. See [2021-04-06T06:36:55.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:36:55.238Z] [2021-04-06T06:36:55.238Z] Login Succeeded [2021-04-06T06:36:55.511Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:36:55.533Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-06T06:36:55.996Z] ========================================================= [2021-04-06T06:36:55.996Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-06T06:36:55.996Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:36:56.377Z] + 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-06T06:36:59.026Z] Sending build context to Docker daemon 167.1MB [2021-04-06T06:36:59.026Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-06T06:36:59.026Z] Step 2/6 : FROM ${BASE} [2021-04-06T06:36:59.026Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-06T06:36:59.026Z] 5f621e34cdf4: Pulling fs layer [2021-04-06T06:36:59.026Z] a4357932f1b6: Pulling fs layer [2021-04-06T06:36:59.026Z] 18c013af1878: Pulling fs layer [2021-04-06T06:36:59.026Z] 00ac8860ef70: Pulling fs layer [2021-04-06T06:36:59.026Z] 63d7cb157983: Pulling fs layer [2021-04-06T06:36:59.026Z] b116817d02f9: Pulling fs layer [2021-04-06T06:36:59.026Z] 745a02a5169b: Pulling fs layer [2021-04-06T06:36:59.026Z] 63d7cb157983: Waiting [2021-04-06T06:36:59.026Z] b116817d02f9: Waiting [2021-04-06T06:36:59.026Z] 745a02a5169b: Waiting [2021-04-06T06:36:59.026Z] 00ac8860ef70: Waiting [2021-04-06T06:36:59.026Z] 18c013af1878: Download complete [2021-04-06T06:36:59.026Z] a4357932f1b6: Download complete [2021-04-06T06:36:59.026Z] 63d7cb157983: Verifying Checksum [2021-04-06T06:36:59.026Z] 63d7cb157983: Download complete [2021-04-06T06:36:59.026Z] b116817d02f9: Verifying Checksum [2021-04-06T06:36:59.026Z] b116817d02f9: Download complete [2021-04-06T06:36:59.026Z] 5f621e34cdf4: Verifying Checksum [2021-04-06T06:36:59.026Z] 5f621e34cdf4: Download complete [2021-04-06T06:36:59.624Z] 5f621e34cdf4: Pull complete [2021-04-06T06:37:00.222Z] a4357932f1b6: Pull complete [2021-04-06T06:37:00.823Z] 18c013af1878: Pull complete [2021-04-06T06:37:01.814Z] 745a02a5169b: Download complete [2021-04-06T06:37:01.879Z] gofmt -l . [2021-04-06T06:37:02.473Z] [ "`gofmt -l .`" = "" ] [2021-04-06T06:37:02.809Z] 00ac8860ef70: Verifying Checksum [2021-04-06T06:37:02.809Z] 00ac8860ef70: Download complete [2021-04-06T06:37:03.071Z] ./bin/test-go-mod-tidy.sh [2021-04-06T06:37:03.664Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-06T06:37:04.556Z] + ls -al . [2021-04-06T06:37:04.556Z] total 808 [2021-04-06T06:37:04.556Z] drwxrwxr-x 10 1001 1001 4096 Apr 6 06:37 . [2021-04-06T06:37:04.556Z] drwxr-xr-x 4 root root 32 Apr 6 06:35 .. [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 11 Apr 6 06:33 .dockerignore [2021-04-06T06:37:04.556Z] drwxrwxr-x 8 1001 1001 162 Apr 6 06:33 .git [2021-04-06T06:37:04.556Z] drwxrwxr-x 3 1001 1001 125 Apr 6 06:33 .github [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 818 Apr 6 06:33 .gitignore [2021-04-06T06:37:04.556Z] drwx------ 3 1001 1001 45 Apr 6 06:34 .semver [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 166 Apr 6 06:33 .sonarcloud.properties [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 8607 Apr 6 06:33 Attribution.txt [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 3804 Apr 6 06:33 CONTRIBUTING.md [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 931 Apr 6 06:33 Dockerfile.build [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 863 Apr 6 06:33 Jenkinsfile [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 10775 Apr 6 06:33 LICENSE [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 5774 Apr 6 06:33 Makefile [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 6548 Apr 6 06:33 README.md [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 6755 Apr 6 06:33 SECURITY.md [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 13 Apr 6 06:34 VERSION [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 4131 Apr 6 06:33 ZMQWindows.md [2021-04-06T06:37:04.556Z] drwxrwxr-x 2 1001 1001 117 Apr 6 06:33 bin [2021-04-06T06:37:04.556Z] drwxrwxr-x 14 1001 1001 4096 Apr 6 06:33 cmd [2021-04-06T06:37:04.556Z] -rw-r--r-- 1 root root 697383 Apr 6 06:36 coverage.out [2021-04-06T06:37:04.556Z] -rw-r--r-- 1 root root 1056 Apr 6 06:37 go.mod [2021-04-06T06:37:04.556Z] -rw-r--r-- 1 root root 22360 Apr 6 06:37 go.sum [2021-04-06T06:37:04.556Z] drwxrwxr-x 8 1001 1001 127 Apr 6 06:33 internal [2021-04-06T06:37:04.556Z] drwxrwxr-x 4 1001 1001 26 Apr 6 06:33 openapi [2021-04-06T06:37:04.556Z] drwxrwxr-x 4 1001 1001 71 Apr 6 06:33 snap [2021-04-06T06:37:04.556Z] -rw-rw-r-- 1 1001 1001 168 Apr 6 06:33 version.go [Pipeline] sh [2021-04-06T06:37:04.860Z] + '[' -e coverage.out ] [2021-04-06T06:37:04.860Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-06T06:37:05.134Z] Stashed 1 file(s) [Pipeline] sh [2021-04-06T06:37:05.433Z] + make build [2021-04-06T06:37:05.433Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-data/core-data ./cmd/core-data [2021-04-06T06:37:09.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-06T06:37:12.996Z] 00ac8860ef70: Pull complete [2021-04-06T06:37:13.593Z] 63d7cb157983: Pull complete [2021-04-06T06:37:13.867Z] b116817d02f9: Pull complete [2021-04-06T06:37:17.951Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-command/core-command ./cmd/core-command [2021-04-06T06:37:18.201Z] 745a02a5169b: Pull complete [2021-04-06T06:37:18.201Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-06T06:37:18.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-06T06:37:18.201Z] ---> b7e6874047d6 [2021-04-06T06:37:18.201Z] 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-06T06:37:19.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-06T06:37:21.312Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-06T06:37:21.618Z] ---> Running in 996e625726e5 [2021-04-06T06:37:21.893Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-06T06:37:22.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:37:23.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:37:23.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-06T06:37:23.788Z] (1/12) Installing libmagic (5.38-r0) [2021-04-06T06:37:23.788Z] (2/12) Installing file (5.38-r0) [2021-04-06T06:37:23.788Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-06T06:37:24.058Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-06T06:37:25.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-06T06:37:26.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-06T06:37:27.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-06T06:37:28.357Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-06T06:37:28.357Z] (6/12) Installing patch (2.7.6-r6) [2021-04-06T06:37:28.357Z] (7/12) Installing build-base (0.5-r2) [2021-04-06T06:37:28.357Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-06T06:37:28.357Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-06T06:37:28.357Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-06T06:37:28.357Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-06T06:37:28.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-06T06:37:28.628Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-06T06:37:28.628Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:37:28.628Z] OK: 217 MiB in 51 packages [2021-04-06T06:37:29.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-06T06:37:31.902Z] $ docker stop --time=1 e73d551906d28b54f695b2533acf3fc50f73778bc2289043e430449c08052722 [2021-04-06T06:37:32.943Z] Removing intermediate container 996e625726e5 [2021-04-06T06:37:32.943Z] ---> c96902d9bf95 [2021-04-06T06:37:32.943Z] Step 4/6 : WORKDIR /edgex-go [2021-04-06T06:37:33.217Z] ---> Running in de588f6b6486 [2021-04-06T06:37:33.664Z] $ docker rm -f e73d551906d28b54f695b2533acf3fc50f73778bc2289043e430449c08052722 [2021-04-06T06:37:33.814Z] Removing intermediate container de588f6b6486 [2021-04-06T06:37:33.814Z] ---> 3eb33edc9dc7 [2021-04-06T06:37:33.814Z] Step 5/6 : COPY go.mod . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-04-06T06:37:34.411Z] ---> db1b63dde20f [2021-04-06T06:37:34.411Z] Step 6/6 : RUN go mod download [2021-04-06T06:37:34.411Z] ---> Running in 7ebb64a24c7f [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:37:37.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:37:37.599Z] [2021-04-06T06:37:37.599Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:37:37.949Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:37:37.949Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-06T06:37:37.949Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-06T06:37:37.949Z] ca9280d653b3: Pulling fs layer [2021-04-06T06:37:37.950Z] 7e9c9ca2126c: Pulling fs layer [2021-04-06T06:37:38.212Z] cbdbe7a5bc2a: Download complete [2021-04-06T06:37:38.797Z] ca9280d653b3: Verifying Checksum [2021-04-06T06:37:38.797Z] ca9280d653b3: Download complete [2021-04-06T06:37:38.797Z] cbdbe7a5bc2a: Pull complete [2021-04-06T06:37:39.749Z] ca9280d653b3: Pull complete [2021-04-06T06:37:40.013Z] 7e9c9ca2126c: Verifying Checksum [2021-04-06T06:37:40.013Z] 7e9c9ca2126c: Download complete [2021-04-06T06:37:46.649Z] 7e9c9ca2126c: Pull complete [2021-04-06T06:37:46.649Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-06T06:37:46.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:37:46.649Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-06T06:37:46.858Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:37:46.923Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:37:49.911Z] $ docker top d9052d9cc6431279c8fac3e400afa8d397797c981e5e8d72502b3a801a7dafb3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:37:50.579Z] + docker-compose build --help [2021-04-06T06:37:50.579Z] + grep parallel [2021-04-06T06:37:51.557Z] --parallel Build images in parallel. [Pipeline] } [2021-04-06T06:37:51.580Z] $ docker stop --time=1 d9052d9cc6431279c8fac3e400afa8d397797c981e5e8d72502b3a801a7dafb3 [2021-04-06T06:37:53.031Z] $ docker rm -f d9052d9cc6431279c8fac3e400afa8d397797c981e5e8d72502b3a801a7dafb3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:37:53.689Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-06T06:37:53.689Z] . [Pipeline] withDockerContainer [2021-04-06T06:37:53.794Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:37:53.844Z] $ 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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:37:54.580Z] $ docker top 9f6b607015b00b1e98505bfa106c8036401a1be8471b9662eb6581388be00525 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:37:55.041Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-06T06:37:55.990Z] Building docker-core-command-go ... [2021-04-06T06:37:55.990Z] Building docker-core-data-go ... [2021-04-06T06:37:55.990Z] Building docker-core-metadata-go ... [2021-04-06T06:37:55.990Z] Building docker-security-bootstrapper-go ... [2021-04-06T06:37:55.990Z] Building docker-security-proxy-setup-go ... [2021-04-06T06:37:55.990Z] Building docker-security-secretstore-setup-go ... [2021-04-06T06:37:55.990Z] Building docker-support-notifications-go ... [2021-04-06T06:37:55.990Z] Building docker-support-scheduler-go ... [2021-04-06T06:37:55.990Z] Building docker-sys-mgmt-agent-go ... [2021-04-06T06:37:55.990Z] Building docker-sys-mgmt-agent-go [2021-04-06T06:37:55.990Z] Building docker-security-bootstrapper-go [2021-04-06T06:37:55.990Z] Building docker-core-data-go [2021-04-06T06:37:55.990Z] Building docker-support-notifications-go [2021-04-06T06:37:55.990Z] Building docker-security-secretstore-setup-go [2021-04-06T06:38:01.238Z] Removing intermediate container 7ebb64a24c7f [2021-04-06T06:38:01.238Z] ---> 4428e01b88ca [2021-04-06T06:38:01.238Z] Successfully built 4428e01b88ca [2021-04-06T06:38:01.238Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:38:01.582Z] + docker inspect -f . ci-base-image-arm64 [2021-04-06T06:38:01.582Z] . [Pipeline] withDockerContainer [2021-04-06T06:38:01.855Z] prd-ubuntu18.04-docker-arm64-4c-16g-32912 does not seem to be running inside a container [2021-04-06T06:38:01.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:38:03.524Z] $ docker top efcadefd90fcc69ac408b1fe443b507bd41dbf4aa821b65f04ac2515736b5307 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:38:04.553Z] + go version [2021-04-06T06:38:04.553Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-06T06:38:04.573Z] $ docker stop --time=1 efcadefd90fcc69ac408b1fe443b507bd41dbf4aa821b65f04ac2515736b5307 [2021-04-06T06:38:06.509Z] $ docker rm -f efcadefd90fcc69ac408b1fe443b507bd41dbf4aa821b65f04ac2515736b5307 [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-06T06:38:07.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:38:07.715Z] [2021-04-06T06:38:07.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:38:08.368Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:38:08.368Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-06T06:38:08.368Z] 29e5d40040c1: Pulling fs layer [2021-04-06T06:38:08.368Z] 1ce36da41761: Pulling fs layer [2021-04-06T06:38:08.368Z] 25b303627fd3: Pulling fs layer [2021-04-06T06:38:08.644Z] 29e5d40040c1: Download complete [2021-04-06T06:38:08.920Z] 1ce36da41761: Verifying Checksum [2021-04-06T06:38:08.920Z] 1ce36da41761: Download complete [2021-04-06T06:38:09.194Z] 29e5d40040c1: Pull complete [2021-04-06T06:38:10.632Z] 1ce36da41761: Pull complete [2021-04-06T06:38:10.632Z] 25b303627fd3: Verifying Checksum [2021-04-06T06:38:10.632Z] 25b303627fd3: Download complete [2021-04-06T06:38:20.780Z] 25b303627fd3: Pull complete [2021-04-06T06:38:20.781Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-06T06:38:20.781Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:38:20.781Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-06T06:38:21.050Z] prd-ubuntu18.04-docker-arm64-4c-16g-32912 does not seem to be running inside a container [2021-04-06T06:38:21.135Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:38:24.255Z] $ docker top 93b56ebc2b676949f6360b11e37350af33ddc061638c193500b157afb23ee69f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:38:25.351Z] + grep+ paralleldocker-compose [2021-04-06T06:38:25.352Z] build --help [2021-04-06T06:38:28.283Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:38:28.283Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:38:28.283Z] ---> a1c496f9513d [2021-04-06T06:38:28.283Z] Step 3/26 : WORKDIR /edgex-go [2021-04-06T06:38:28.550Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:38:28.551Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:38:28.551Z] ---> a1c496f9513d [2021-04-06T06:38:28.551Z] Step 3/31 : WORKDIR /edgex-go [2021-04-06T06:38:28.729Z] --parallel Build images in parallel. [Pipeline] } [2021-04-06T06:38:28.748Z] $ docker stop --time=1 93b56ebc2b676949f6360b11e37350af33ddc061638c193500b157afb23ee69f [2021-04-06T06:38:29.628Z] ---> Running in a9461a5b8683 [2021-04-06T06:38:29.893Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:38:29.893Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:38:29.893Z] ---> a1c496f9513d [2021-04-06T06:38:29.893Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:38:29.893Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:38:29.893Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:38:29.893Z] ---> a1c496f9513d [2021-04-06T06:38:29.893Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:38:29.893Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:38:29.893Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:38:29.893Z] ---> a1c496f9513d [2021-04-06T06:38:29.893Z] Step 3/24 : WORKDIR /edgex-go [2021-04-06T06:38:30.718Z] $ docker rm -f 93b56ebc2b676949f6360b11e37350af33ddc061638c193500b157afb23ee69f [2021-04-06T06:38:30.853Z] ---> Running in f20dadec7446 [2021-04-06T06:38:30.853Z] ---> Running in 93420d3f332d [2021-04-06T06:38:30.853Z] ---> Running in 8d7be2719887 [2021-04-06T06:38:30.853Z] ---> Running in 94337485f76e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-04-06T06:38:31.125Z] Removing intermediate container f20dadec7446 [2021-04-06T06:38:31.125Z] ---> 5a5eeb61a9aa [2021-04-06T06:38:31.125Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:38:31.125Z] Removing intermediate container a9461a5b8683 [2021-04-06T06:38:31.125Z] ---> b5c249304269 [2021-04-06T06:38:31.125Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:38:31.125Z] Removing intermediate container 93420d3f332d [2021-04-06T06:38:31.125Z] ---> c4537ffaa1a6 [2021-04-06T06:38:31.125Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:38:31.125Z] Removing intermediate container 8d7be2719887 [2021-04-06T06:38:31.125Z] ---> 15227c15c41d [2021-04-06T06:38:31.125Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:38:31.125Z] Removing intermediate container 94337485f76e [2021-04-06T06:38:31.125Z] ---> 205d20f08a2e [2021-04-06T06:38:31.125Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:38:31.391Z] ---> Running in d24857b12e53 [2021-04-06T06:38:31.391Z] ---> Running in ede043e1b524 [2021-04-06T06:38:31.391Z] ---> Running in 57a58248bc33 [2021-04-06T06:38:31.391Z] ---> Running in 670e0854f0d2 [2021-04-06T06:38:31.391Z] ---> Running in e8f47a7fa9f2 [2021-04-06T06:38:31.486Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-06T06:38:31.486Z] . [Pipeline] withDockerContainer [2021-04-06T06:38:31.729Z] prd-ubuntu18.04-docker-arm64-4c-16g-32912 does not seem to be running inside a container [2021-04-06T06:38:31.896Z] $ 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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:38:33.377Z] $ docker top 5990e1f37a7c1ffb6956e945949f5dcd98d736a7c1501a20a479480f6bd657b6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:38:33.973Z] Removing intermediate container d24857b12e53 [2021-04-06T06:38:33.973Z] ---> ecdba055cad8 [2021-04-06T06:38:33.973Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-06T06:38:33.973Z] Removing intermediate container ede043e1b524 [2021-04-06T06:38:33.973Z] ---> b0bd5525e4a0 [2021-04-06T06:38:33.973Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-06T06:38:33.973Z] Removing intermediate container 670e0854f0d2 [2021-04-06T06:38:33.973Z] ---> 16c4c3e28d0e [2021-04-06T06:38:33.973Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-06T06:38:33.973Z] ---> Running in cc8476d7dd2c [2021-04-06T06:38:33.973Z] ---> Running in a43f3d857252 [2021-04-06T06:38:33.973Z] ---> Running in fcfafff7244d [2021-04-06T06:38:33.973Z] Removing intermediate container e8f47a7fa9f2 [2021-04-06T06:38:33.973Z] ---> 550bdab2a31f [2021-04-06T06:38:33.973Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-06T06:38:33.973Z] Removing intermediate container 57a58248bc33 [2021-04-06T06:38:33.973Z] ---> 9da934b0a2ff [2021-04-06T06:38:33.973Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-06T06:38:34.241Z] ---> Running in 30dd5df32484 [2021-04-06T06:38:34.241Z] ---> Running in d45a8e729eca [2021-04-06T06:38:34.490Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-06T06:38:34.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:34.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.096Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.899Z] OK: 233 MiB in 51 packages [2021-04-06T06:38:35.899Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:38:35.899Z] OK: 233 MiB in 51 packages [2021-04-06T06:38:36.170Z] OK: 233 MiB in 51 packages [2021-04-06T06:38:36.442Z] OK: 233 MiB in 51 packages [2021-04-06T06:38:36.442Z] OK: 233 MiB in 51 packages [2021-04-06T06:38:36.710Z] Removing intermediate container cc8476d7dd2c [2021-04-06T06:38:36.710Z] ---> c63700a1eaee [2021-04-06T06:38:36.710Z] Step 6/31 : COPY go.mod . [2021-04-06T06:38:36.710Z] Removing intermediate container a43f3d857252 [2021-04-06T06:38:36.710Z] ---> a7a0c31814f9 [2021-04-06T06:38:36.710Z] Step 6/22 : COPY go.mod . [2021-04-06T06:38:36.975Z] Removing intermediate container fcfafff7244d [2021-04-06T06:38:36.975Z] ---> 6ab56cb01b1d [2021-04-06T06:38:36.975Z] Step 6/23 : COPY go.mod . [2021-04-06T06:38:37.244Z] ---> 6c92ec5d8295 [2021-04-06T06:38:37.244Z] Step 7/31 : RUN go mod download [2021-04-06T06:38:37.244Z] ---> 6dcb97c3346c [2021-04-06T06:38:37.244Z] Step 7/22 : RUN go mod download [2021-04-06T06:38:37.244Z] ---> Running in d853e71056ee [2021-04-06T06:38:37.244Z] ---> Running in 48b816095990 [2021-04-06T06:38:37.508Z] ---> 1cdfa5146b56 [2021-04-06T06:38:37.508Z] Step 7/23 : RUN go mod download [2021-04-06T06:38:37.508Z] Removing intermediate container d45a8e729eca [2021-04-06T06:38:37.508Z] ---> d3d17f54185f [2021-04-06T06:38:37.508Z] Step 6/24 : COPY go.mod . [2021-04-06T06:38:37.508Z] Removing intermediate container 30dd5df32484 [2021-04-06T06:38:37.508Z] ---> bcdec32641eb [2021-04-06T06:38:37.508Z] Step 6/26 : COPY go.mod . [2021-04-06T06:38:37.772Z] ---> Running in 7548b5689d4e [2021-04-06T06:38:37.872Z] Building docker-core-command-go ... [2021-04-06T06:38:37.872Z] Building docker-core-data-go ... [2021-04-06T06:38:37.872Z] Building docker-core-metadata-go ... [2021-04-06T06:38:37.872Z] Building docker-security-bootstrapper-go ... [2021-04-06T06:38:37.872Z] Building docker-security-proxy-setup-go ... [2021-04-06T06:38:37.872Z] Building docker-security-secretstore-setup-go ... [2021-04-06T06:38:37.872Z] Building docker-support-notifications-go ... [2021-04-06T06:38:37.872Z] Building docker-support-scheduler-go ... [2021-04-06T06:38:37.872Z] Building docker-sys-mgmt-agent-go ... [2021-04-06T06:38:37.872Z] Building docker-support-notifications-go [2021-04-06T06:38:37.872Z] Building docker-sys-mgmt-agent-go [2021-04-06T06:38:37.872Z] Building docker-security-secretstore-setup-go [2021-04-06T06:38:37.872Z] Building docker-security-bootstrapper-go [2021-04-06T06:38:37.872Z] Building docker-core-data-go [2021-04-06T06:38:38.034Z] ---> 7f9224ddc35e [2021-04-06T06:38:38.034Z] Step 7/26 : RUN go mod download [2021-04-06T06:38:38.034Z] ---> 8ff3c8a5c183 [2021-04-06T06:38:38.034Z] Step 7/24 : RUN go mod download [2021-04-06T06:38:38.298Z] ---> Running in 71cf6fa5c0c0 [2021-04-06T06:38:38.298Z] ---> Running in 7333bb496f9c [2021-04-06T06:38:40.236Z] Removing intermediate container 48b816095990 [2021-04-06T06:38:40.236Z] ---> 88799c06ae98 [2021-04-06T06:38:40.236Z] Step 8/31 : COPY . . [2021-04-06T06:38:40.503Z] Removing intermediate container d853e71056ee [2021-04-06T06:38:40.503Z] ---> 98b0d816bc79 [2021-04-06T06:38:40.503Z] Step 8/22 : COPY . . [2021-04-06T06:38:40.775Z] Removing intermediate container 7548b5689d4e [2021-04-06T06:38:40.775Z] ---> 2e531a5072ee [2021-04-06T06:38:40.775Z] Step 8/23 : COPY . . [2021-04-06T06:38:40.775Z] Removing intermediate container 71cf6fa5c0c0 [2021-04-06T06:38:40.775Z] ---> 06a25581ef12 [2021-04-06T06:38:40.775Z] Step 8/26 : COPY . . [2021-04-06T06:38:45.026Z] Removing intermediate container 7333bb496f9c [2021-04-06T06:38:45.026Z] ---> 8c7663e58bb4 [2021-04-06T06:38:45.026Z] Step 8/24 : COPY . . [2021-04-06T06:39:17.417Z] ---> 1615360694f0 [2021-04-06T06:39:17.417Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-06T06:39:17.417Z] ---> 80d73351b12b [2021-04-06T06:39:17.417Z] ---> 8fb779cc3224 [2021-04-06T06:39:17.417Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/23 : RUN make cmd/core-data/core-data [2021-04-06T06:39:17.417Z] [2021-04-06T06:39:17.998Z] ---> Running in 238b8832bb31 [2021-04-06T06:39:17.999Z] ---> Running in 5138b5349307 [2021-04-06T06:39:17.999Z] ---> Running in 1f4170c52711 [2021-04-06T06:39:18.267Z] ---> 1c4ef2dd4224 [2021-04-06T06:39:18.267Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-06T06:39:18.267Z] ---> e4c827b2964c [2021-04-06T06:39:18.267Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-06T06:39:18.529Z] ---> Running in 5e0d5c66ba96 [2021-04-06T06:39:18.529Z] ---> Running in 3da8a1221354 [2021-04-06T06:39:19.485Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-data/core-data ./cmd/core-data [2021-04-06T06:39:19.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-06T06:39:19.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-06T06:39:19.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-06T06:39:19.765Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-06T06:39:34.390Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:34.390Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:34.390Z] ---> 4428e01b88ca [2021-04-06T06:39:34.390Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:39:34.390Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:34.390Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:34.390Z] ---> 4428e01b88ca [2021-04-06T06:39:34.390Z] Step 3/26 : WORKDIR /edgex-go [2021-04-06T06:39:34.390Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:34.390Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:34.390Z] ---> 4428e01b88ca [2021-04-06T06:39:34.390Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:39:34.390Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:34.390Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:34.390Z] ---> 4428e01b88ca [2021-04-06T06:39:34.390Z] Step 3/24 : WORKDIR /edgex-go [2021-04-06T06:39:34.390Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:39:34.390Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:39:34.390Z] ---> 4428e01b88ca [2021-04-06T06:39:34.390Z] Step 3/31 : WORKDIR /edgex-go [2021-04-06T06:39:34.390Z] ---> Running in ea260d69555f [2021-04-06T06:39:34.390Z] ---> Running in 91dae15fa264 [2021-04-06T06:39:34.390Z] ---> Running in e48b97d78d4d [2021-04-06T06:39:34.390Z] ---> Running in d3904154362a [2021-04-06T06:39:34.390Z] ---> Running in 074fc60fd94f [2021-04-06T06:39:34.390Z] Removing intermediate container 074fc60fd94f [2021-04-06T06:39:34.390Z] ---> ef3a980041a0 [2021-04-06T06:39:34.390Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:34.390Z] Removing intermediate container d3904154362a [2021-04-06T06:39:34.390Z] ---> 828c4742feec [2021-04-06T06:39:34.390Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:34.390Z] Removing intermediate container 91dae15fa264 [2021-04-06T06:39:34.390Z] ---> 6d4c541f3902 [2021-04-06T06:39:34.390Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:34.390Z] Removing intermediate container ea260d69555f [2021-04-06T06:39:34.390Z] ---> 7ff59438ea7e [2021-04-06T06:39:34.390Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:34.390Z] Removing intermediate container e48b97d78d4d [2021-04-06T06:39:34.390Z] ---> 90d464240fee [2021-04-06T06:39:34.390Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:39:34.390Z] ---> Running in 1c99b3124b0c [2021-04-06T06:39:34.390Z] ---> Running in 643f508c357a [2021-04-06T06:39:34.390Z] ---> Running in 2e32797d1e18 [2021-04-06T06:39:34.390Z] ---> Running in e9656c4c4fd5 [2021-04-06T06:39:34.390Z] ---> Running in df3e794b47a9 [2021-04-06T06:39:34.986Z] Removing intermediate container 643f508c357a [2021-04-06T06:39:34.986Z] ---> 0563ca7887a3 [2021-04-06T06:39:34.986Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-06T06:39:35.256Z] ---> Running in 1f90371f0181 [2021-04-06T06:39:35.256Z] Removing intermediate container 2e32797d1e18 [2021-04-06T06:39:35.256Z] ---> fa1f7ab82444 [2021-04-06T06:39:35.256Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-06T06:39:35.530Z] ---> Running in 035cc9b7f577 [2021-04-06T06:39:35.805Z] Removing intermediate container 1c99b3124b0c [2021-04-06T06:39:35.805Z] ---> fc003eef65b0 [2021-04-06T06:39:35.805Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-06T06:39:35.805Z] Removing intermediate container e9656c4c4fd5 [2021-04-06T06:39:35.805Z] ---> 1a2c0e2a6d39 [2021-04-06T06:39:35.805Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-06T06:39:35.805Z] Removing intermediate container df3e794b47a9 [2021-04-06T06:39:35.805Z] ---> bf25f5d5f53f [2021-04-06T06:39:35.805Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-06T06:39:36.080Z] ---> Running in 8b444a4ffa40 [2021-04-06T06:39:36.080Z] ---> Running in 8cb8d13fea19 [2021-04-06T06:39:36.080Z] ---> Running in 1a32c7728514 [2021-04-06T06:39:37.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:37.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:37.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:37.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:37.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:37.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:38.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:38.233Z] OK: 217 MiB in 51 packages [2021-04-06T06:39:38.507Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:38.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:38.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:39:39.067Z] OK: 217 MiB in 51 packages [2021-04-06T06:39:39.356Z] OK: 217 MiB in 51 packages [2021-04-06T06:39:39.356Z] OK: 217 MiB in 51 packages [2021-04-06T06:39:39.637Z] OK: 217 MiB in 51 packages [2021-04-06T06:39:39.911Z] Removing intermediate container 1f90371f0181 [2021-04-06T06:39:39.911Z] ---> 78979c1b60ac [2021-04-06T06:39:39.911Z] Step 6/22 : COPY go.mod . [2021-04-06T06:39:40.894Z] Removing intermediate container 035cc9b7f577 [2021-04-06T06:39:40.894Z] ---> fbe4fd92b7b6 [2021-04-06T06:39:40.894Z] Step 6/31 : COPY go.mod . [2021-04-06T06:39:40.894Z] ---> 614d70360fb1 [2021-04-06T06:39:40.894Z] Step 7/22 : RUN go mod download [2021-04-06T06:39:40.894Z] ---> Running in d9a9b95ed78f [2021-04-06T06:39:41.175Z] Removing intermediate container 1a32c7728514 [2021-04-06T06:39:41.175Z] ---> 657f8e142c97 [2021-04-06T06:39:41.175Z] Step 6/24 : COPY go.mod . [2021-04-06T06:39:41.493Z] Removing intermediate container 8cb8d13fea19 [2021-04-06T06:39:41.493Z] ---> 84d56d3cc3be [2021-04-06T06:39:41.493Z] Step 6/23 : COPY go.mod . [2021-04-06T06:39:41.493Z] Removing intermediate container 8b444a4ffa40 [2021-04-06T06:39:41.493Z] ---> f0805d82f8d2 [2021-04-06T06:39:41.493Z] Step 6/26 : COPY go.mod . [2021-04-06T06:39:41.772Z] ---> d8e5311feedc [2021-04-06T06:39:41.772Z] Step 7/31 : RUN go mod download [2021-04-06T06:39:42.050Z] ---> Running in c3ac83aad61b [2021-04-06T06:39:42.331Z] ---> 5b55ea9c63da [2021-04-06T06:39:42.331Z] Step 7/24 : RUN go mod download [2021-04-06T06:39:42.606Z] ---> Running in 810a03ce23be [2021-04-06T06:39:43.218Z] ---> 9efdcf1b5fd9 [2021-04-06T06:39:43.218Z] Step 7/23 : RUN go mod download [2021-04-06T06:39:43.218Z] ---> 9666b3222646 [2021-04-06T06:39:43.218Z] Step 7/26 : RUN go mod download [2021-04-06T06:39:43.218Z] ---> Running in 3dd94ce560eb [2021-04-06T06:39:43.218Z] ---> Running in 03a1569e332e [2021-04-06T06:39:45.215Z] Removing intermediate container d9a9b95ed78f [2021-04-06T06:39:45.215Z] ---> 5a3b485e3c82 [2021-04-06T06:39:45.215Z] Step 8/22 : COPY . . [2021-04-06T06:39:46.686Z] Removing intermediate container c3ac83aad61b [2021-04-06T06:39:46.687Z] ---> 25644f416f44 [2021-04-06T06:39:46.687Z] Step 8/31 : COPY . . [2021-04-06T06:39:46.687Z] Removing intermediate container 810a03ce23be [2021-04-06T06:39:46.687Z] ---> 2dedb5f7051f [2021-04-06T06:39:46.687Z] Step 8/24 : COPY . . [2021-04-06T06:39:49.319Z] Removing intermediate container 03a1569e332e [2021-04-06T06:39:49.319Z] ---> adcffaabed6c [2021-04-06T06:39:49.319Z] Step 8/26 : COPY . . [2021-04-06T06:39:49.319Z] Removing intermediate container 3dd94ce560eb [2021-04-06T06:39:49.319Z] ---> d3e982d4b5aa [2021-04-06T06:39:49.319Z] Step 8/23 : COPY . . [2021-04-06T06:39:52.040Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-06T06:39:57.478Z] Removing intermediate container 238b8832bb31 [2021-04-06T06:39:57.478Z] ---> d9ef9d23827f [2021-04-06T06:39:57.478Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-06T06:39:57.478Z] Removing intermediate container 5138b5349307 [2021-04-06T06:39:57.478Z] ---> 97836f3c556e [2021-04-06T06:39:57.478Z] [2021-04-06T06:39:57.478Z] Step 10/31 : FROM alpine:3.12 [2021-04-06T06:39:57.478Z] ---> Running in 89c411216503 [2021-04-06T06:39:57.478Z] 3.12: Pulling from library/alpine [2021-04-06T06:39:59.409Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-06T06:39:59.409Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:39:59.409Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:39:59.409Z] ---> 7230e588e954 [2021-04-06T06:39:59.409Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-06T06:40:01.993Z] ---> Running in 8045433082db [2021-04-06T06:40:02.948Z] Removing intermediate container 3da8a1221354 [2021-04-06T06:40:02.948Z] ---> e793eb65dfc9 [2021-04-06T06:40:02.948Z] [2021-04-06T06:40:02.948Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:40:03.210Z] ---> 7230e588e954 [2021-04-06T06:40:03.210Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-06T06:40:03.210Z] Removing intermediate container 5e0d5c66ba96 [2021-04-06T06:40:03.210Z] ---> 113dad2128ab [2021-04-06T06:40:03.210Z] [2021-04-06T06:40:03.210Z] Step 10/24 : FROM alpine:3.12 [2021-04-06T06:40:03.210Z] ---> 7230e588e954 [2021-04-06T06:40:03.210Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-06T06:40:03.210Z] Removing intermediate container 8045433082db [2021-04-06T06:40:03.210Z] ---> a12d5fdbfc73 [2021-04-06T06:40:03.210Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-06T06:40:03.473Z] ---> Running in 578ed7acee04 [2021-04-06T06:40:03.473Z] ---> Running in 882407432f9a [2021-04-06T06:40:03.473Z] ---> Running in fb58a950a583 [2021-04-06T06:40:03.738Z] Removing intermediate container 89c411216503 [2021-04-06T06:40:03.738Z] ---> d3bbca819144 [2021-04-06T06:40:03.738Z] [2021-04-06T06:40:03.738Z] Step 11/26 : FROM docker:20.10.0 [2021-04-06T06:40:03.738Z] 20.10.0: Pulling from library/docker [2021-04-06T06:40:04.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:04.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:04.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:04.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:04.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:04.745Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:05.039Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-06T06:40:05.039Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:40:05.039Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:40:05.039Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-06T06:40:05.039Z] (4/6) Installing curl (7.69.1-r3) [2021-04-06T06:40:05.039Z] (2/2) Installing su-exec (0.2-r1) [2021-04-06T06:40:05.039Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:40:05.039Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:40:05.039Z] (6/6) Installing su-exec (0.2-r1) [2021-04-06T06:40:05.039Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:40:05.039Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:40:05.039Z] OK: 6 MiB in 16 packages [2021-04-06T06:40:05.039Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-06T06:40:05.039Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:40:05.039Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:40:05.039Z] OK: 7 MiB in 20 packages [2021-04-06T06:40:05.039Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:40:05.039Z] OK: 6 MiB in 16 packages [2021-04-06T06:40:07.640Z] ---> aaecad1f2184 [2021-04-06T06:40:07.640Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-06T06:40:07.640Z] ---> f91fa2fb27c3 [2021-04-06T06:40:07.640Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-06T06:40:07.640Z] ---> 4f46cd487cfb [2021-04-06T06:40:07.640Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-06T06:40:07.640Z] ---> 3cdc7ffb0dbc [2021-04-06T06:40:07.640Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-06T06:40:07.640Z] ---> Running in 936499306da6 [2021-04-06T06:40:07.640Z] ---> Running in a05241135e28 [2021-04-06T06:40:07.640Z] ---> Running in bf01f94164db [2021-04-06T06:40:07.640Z] ---> 9d0077ce1f47 [2021-04-06T06:40:07.640Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-06T06:40:07.640Z] ---> Running in d72c2b53cee2 [2021-04-06T06:40:07.640Z] ---> Running in 0d7734514062 [2021-04-06T06:40:08.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-06T06:40:08.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-06T06:40:08.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-06T06:40:08.835Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-data/core-data ./cmd/core-data [2021-04-06T06:40:09.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-06T06:40:09.272Z] Removing intermediate container 1f4170c52711 [2021-04-06T06:40:09.272Z] ---> c8697014064d [2021-04-06T06:40:09.272Z] [2021-04-06T06:40:09.272Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:40:09.272Z] ---> 7230e588e954 [2021-04-06T06:40:09.272Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-06T06:40:09.272Z] ---> Running in 000c67cb01b6 [2021-04-06T06:40:09.847Z] Removing intermediate container fb58a950a583 [2021-04-06T06:40:09.847Z] ---> 43dfdcded77e [2021-04-06T06:40:09.847Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-06T06:40:10.436Z] ---> Running in 52e7af115a42 [2021-04-06T06:40:10.436Z] Removing intermediate container 000c67cb01b6 [2021-04-06T06:40:10.436Z] ---> 650292e28ff3 [2021-04-06T06:40:10.436Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-06T06:40:10.436Z] Removing intermediate container 578ed7acee04 [2021-04-06T06:40:10.436Z] ---> 98a01c9bda5e [2021-04-06T06:40:10.436Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:40:10.704Z] Removing intermediate container 882407432f9a [2021-04-06T06:40:10.704Z] ---> f5f543475b4c [2021-04-06T06:40:10.704Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:40:10.704Z] ---> Running in 953596c523f0 [2021-04-06T06:40:10.704Z] ---> Running in 93c6437e0912 [2021-04-06T06:40:10.704Z] Removing intermediate container 52e7af115a42 [2021-04-06T06:40:10.704Z] ---> b3386699dfe0 [2021-04-06T06:40:10.704Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-06T06:40:10.704Z] ---> Running in fd27e57872f9 [2021-04-06T06:40:10.967Z] ---> Running in c40ba2cbe04d [2021-04-06T06:40:11.230Z] Removing intermediate container 953596c523f0 [2021-04-06T06:40:11.230Z] ---> 995e069b2c47 [2021-04-06T06:40:11.230Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-06T06:40:11.230Z] Removing intermediate container 93c6437e0912 [2021-04-06T06:40:11.230Z] ---> 8f96045cbd65 [2021-04-06T06:40:11.230Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-06T06:40:11.815Z] Removing intermediate container fd27e57872f9 [2021-04-06T06:40:11.815Z] ---> f13f9668fec9 [2021-04-06T06:40:11.815Z] Step 13/24 : WORKDIR / [2021-04-06T06:40:12.078Z] Removing intermediate container c40ba2cbe04d [2021-04-06T06:40:12.078Z] ---> 2df0d922b89e [2021-04-06T06:40:12.078Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-06T06:40:12.078Z] ---> Running in 4a545a6aff60 [2021-04-06T06:40:12.078Z] ---> Running in e7a4e09f417b [2021-04-06T06:40:12.078Z] ---> Running in 9516321ca48c [2021-04-06T06:40:12.078Z] ---> Running in 57d3edc98cc1 [2021-04-06T06:40:12.672Z] Removing intermediate container e7a4e09f417b [2021-04-06T06:40:12.672Z] ---> 6386acd0c926 [2021-04-06T06:40:12.672Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:40:12.672Z] Removing intermediate container 4a545a6aff60 [2021-04-06T06:40:12.672Z] ---> b8f0c7dc8258 [2021-04-06T06:40:12.672Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:40:12.672Z] Removing intermediate container 9516321ca48c [2021-04-06T06:40:12.672Z] ---> cc469bd3021e [2021-04-06T06:40:12.672Z] 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-06T06:40:12.672Z] ---> Running in 8537fd523597 [2021-04-06T06:40:12.672Z] ---> Running in db017a6bc4b0 [2021-04-06T06:40:12.938Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-06T06:40:12.938Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-06T06:40:12.938Z] ---> aefe523efa57 [2021-04-06T06:40:12.938Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-06T06:40:13.202Z] ---> Running in d6a6126eb9b8 [2021-04-06T06:40:13.202Z] Removing intermediate container db017a6bc4b0 [2021-04-06T06:40:13.202Z] ---> aa0377a462db [2021-04-06T06:40:13.202Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:40:13.202Z] ---> 7b182a581a52 [2021-04-06T06:40:13.202Z] 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-06T06:40:13.789Z] ---> 2997731afe43 [2021-04-06T06:40:13.789Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-06T06:40:13.789Z] ---> 1b296220d758 [2021-04-06T06:40:13.789Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-06T06:40:13.789Z] Removing intermediate container 57d3edc98cc1 [2021-04-06T06:40:13.789Z] ---> 13089539c302 [2021-04-06T06:40:13.789Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-06T06:40:14.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:14.061Z] ---> Running in e42f2c9a94a3 [2021-04-06T06:40:14.061Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:14.326Z] (1/2) Installing readline (8.0.4-r0) [2021-04-06T06:40:14.326Z] (2/2) Installing bash (5.0.17-r0) [2021-04-06T06:40:14.326Z] Executing bash-5.0.17-r0.post-install [2021-04-06T06:40:14.326Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:40:14.326Z] OK: 12 MiB in 22 packages [2021-04-06T06:40:14.326Z] ---> 5857995613eb [2021-04-06T06:40:14.326Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-06T06:40:14.598Z] Removing intermediate container e42f2c9a94a3 [2021-04-06T06:40:14.599Z] ---> ba33c9ed28b2 [2021-04-06T06:40:14.599Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-06T06:40:14.599Z] ---> 6e6714b68dd9 [2021-04-06T06:40:14.599Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-06T06:40:15.550Z] Removing intermediate container 8537fd523597 [2021-04-06T06:40:15.550Z] ---> 41b012264af7 [2021-04-06T06:40:15.550Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-06T06:40:15.816Z] ---> Running in 1d8abfb3441b [2021-04-06T06:40:15.816Z] ---> 7303e5deb2fc [2021-04-06T06:40:15.816Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-06T06:40:15.816Z] ---> 42bcb880f369 [2021-04-06T06:40:15.816Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-06T06:40:16.079Z] ---> 3952f0e14c64 [2021-04-06T06:40:16.079Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-06T06:40:16.079Z] ---> Running in fd22d8d14bd3 [2021-04-06T06:40:16.342Z] ---> Running in ef3ebfceca23 [2021-04-06T06:40:16.610Z] Removing intermediate container d6a6126eb9b8 [2021-04-06T06:40:16.610Z] ---> e8b9755ff338 [2021-04-06T06:40:16.610Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-06T06:40:16.610Z] ---> 23e369b3adfd [2021-04-06T06:40:16.610Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-06T06:40:16.610Z] ---> Running in 1e0108413690 [2021-04-06T06:40:16.874Z] Removing intermediate container ef3ebfceca23 [2021-04-06T06:40:16.874Z] ---> 2e1d04c378b4 [2021-04-06T06:40:16.874Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:40:16.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:16.874Z] ---> Running in f02a3e4365fa [2021-04-06T06:40:16.874Z] Removing intermediate container 1e0108413690 [2021-04-06T06:40:16.874Z] ---> eaf85e651797 [2021-04-06T06:40:16.874Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-06T06:40:17.141Z] ---> fd4545edab99 [2021-04-06T06:40:17.141Z] 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-06T06:40:17.141Z] ---> Running in f3c5b9a1d346 [2021-04-06T06:40:17.141Z] ---> Running in ee51ab449607 [2021-04-06T06:40:17.403Z] Removing intermediate container f02a3e4365fa [2021-04-06T06:40:17.403Z] ---> 3d7bbf28b463 [2021-04-06T06:40:17.403Z] Step 20/22 : LABEL arch=x86_64 [2021-04-06T06:40:17.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:17.976Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:40:18.238Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-06T06:40:18.238Z] ---> Running in 66bd76873e3c [2021-04-06T06:40:18.238Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-06T06:40:18.238Z] Removing intermediate container f3c5b9a1d346 [2021-04-06T06:40:18.238Z] ---> 76ef7b010f7a [2021-04-06T06:40:18.238Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-06T06:40:18.238Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-06T06:40:18.501Z] ---> Running in 659657d2077f [2021-04-06T06:40:18.501Z] Removing intermediate container 66bd76873e3c [2021-04-06T06:40:18.501Z] ---> 57cd416ecf2b [2021-04-06T06:40:18.501Z] Step 21/22 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:40:18.501Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T06:40:18.764Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-06T06:40:18.764Z] ---> Running in 71f5e55fda51 [2021-04-06T06:40:18.764Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:40:18.764Z] OK: 8 MiB in 20 packages [2021-04-06T06:40:18.764Z] Removing intermediate container fd22d8d14bd3 [2021-04-06T06:40:18.764Z] ---> d48a514ada91 [2021-04-06T06:40:18.764Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:40:19.026Z] Removing intermediate container 659657d2077f [2021-04-06T06:40:19.026Z] ---> b48d029c8686 [2021-04-06T06:40:19.026Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-06T06:40:19.288Z] Removing intermediate container 71f5e55fda51 [2021-04-06T06:40:19.288Z] ---> 4b12c77a0584 [2021-04-06T06:40:19.288Z] Step 22/22 : LABEL version=2.0.0-dev.162 [2021-04-06T06:40:19.553Z] Removing intermediate container ee51ab449607 [2021-04-06T06:40:19.553Z] ---> 1862636ae9f5 [2021-04-06T06:40:19.553Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-06T06:40:19.553Z] ---> Running in fa08074372af [2021-04-06T06:40:19.553Z] ---> Running in b2fb4d17e6ff [2021-04-06T06:40:19.553Z] ---> 3ea5c95a449d [2021-04-06T06:40:19.553Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-06T06:40:19.553Z] ---> 6216bb828bee [2021-04-06T06:40:19.553Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-06T06:40:19.822Z] Removing intermediate container fa08074372af [2021-04-06T06:40:19.822Z] ---> 0ff215eaa6dc [2021-04-06T06:40:19.822Z] [2021-04-06T06:40:20.088Z] Removing intermediate container b2fb4d17e6ff [2021-04-06T06:40:20.088Z] ---> f1c2f4d792d5 [2021-04-06T06:40:20.088Z] Step 22/24 : LABEL arch=x86_64 [2021-04-06T06:40:20.088Z] Removing intermediate container 1d8abfb3441b [2021-04-06T06:40:20.088Z] ---> 7075a7cb9fb2 [2021-04-06T06:40:20.088Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:40:20.088Z] ---> 44e81e6dd6ac [2021-04-06T06:40:20.088Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-06T06:40:20.088Z] ---> Running in b058b2d6411f [2021-04-06T06:40:20.464Z] Successfully built 0ff215eaa6dc [2021-04-06T06:40:20.464Z] ---> b2f752a61f78 [2021-04-06T06:40:20.464Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-06T06:40:20.464Z] Successfully tagged docker-support-notifications-go:latest [2021-04-06T06:40:20.464Z] Building docker-support-scheduler-go [2021-04-06T06:40:20.464Z]  Building docker-support-notifications-go ... done  ---> 319be7712dc4 [2021-04-06T06:40:20.464Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-06T06:40:20.464Z] Removing intermediate container b058b2d6411f [2021-04-06T06:40:20.464Z] ---> ac4a936408cc [2021-04-06T06:40:20.464Z] Step 23/24 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:40:20.464Z] ---> Running in f7963e737839 [2021-04-06T06:40:20.782Z] ---> 937e45b0576c [2021-04-06T06:40:20.782Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-06T06:40:20.782Z] ---> d2d27108dd9a [2021-04-06T06:40:20.782Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-06T06:40:21.091Z] ---> Running in c89f3c7a21ad [2021-04-06T06:40:21.091Z] Removing intermediate container f7963e737839 [2021-04-06T06:40:21.091Z] ---> 77582ebcbdf8 [2021-04-06T06:40:21.091Z] Step 24/24 : LABEL version=2.0.0-dev.162 [2021-04-06T06:40:22.299Z] ---> 0ae159adfb2a [2021-04-06T06:40:22.299Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-06T06:40:22.875Z] ---> Running in 34f0a28d9038 [2021-04-06T06:40:24.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:24.275Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:40:24.538Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-06T06:40:24.538Z] (2/33) Installing expat (2.2.9-r1) [2021-04-06T06:40:24.538Z] (3/33) Installing libffi (3.3-r2) [2021-04-06T06:40:24.538Z] (4/33) Installing gdbm (1.13-r1) [2021-04-06T06:40:24.802Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-06T06:40:24.802Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-06T06:40:24.802Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-06T06:40:25.068Z] ---> 6236961f6d24 [2021-04-06T06:40:25.068Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-06T06:40:25.068Z] Removing intermediate container 34f0a28d9038 [2021-04-06T06:40:25.068Z] ---> d9dcfbee4cc1 [2021-04-06T06:40:25.068Z] [2021-04-06T06:40:26.459Z] ---> 6b673bc76cc0 [2021-04-06T06:40:26.459Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-06T06:40:26.723Z] Successfully built d9dcfbee4cc1 [2021-04-06T06:40:28.650Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-06T06:40:28.650Z] Building docker-core-metadata-go [2021-04-06T06:40:33.990Z]  Building docker-security-secretstore-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-06T06:40:33.990Z] ---> Running in 3bdc75228400 [2021-04-06T06:40:33.990Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-06T06:40:33.990Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-06T06:40:33.990Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-06T06:40:33.990Z] ---> f7ce256ec4dd [2021-04-06T06:40:33.990Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-06T06:40:33.990Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-06T06:40:33.990Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-06T06:40:33.990Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-06T06:40:35.386Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-06T06:40:35.650Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-06T06:40:36.232Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-06T06:40:36.232Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-06T06:40:36.232Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-06T06:40:36.498Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-06T06:40:36.498Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-06T06:40:36.498Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-06T06:40:36.764Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-06T06:40:37.725Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-06T06:40:38.308Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-06T06:40:38.894Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:40:38.894Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:40:38.894Z] ---> a1c496f9513d [2021-04-06T06:40:38.894Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:40:38.894Z] ---> Using cache [2021-04-06T06:40:38.894Z] ---> 205d20f08a2e [2021-04-06T06:40:38.894Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:40:38.894Z] ---> Using cache [2021-04-06T06:40:38.894Z] ---> 550bdab2a31f [2021-04-06T06:40:38.894Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-06T06:40:38.894Z] ---> Using cache [2021-04-06T06:40:38.894Z] ---> d3d17f54185f [2021-04-06T06:40:38.894Z] Step 6/22 : COPY go.mod . [2021-04-06T06:40:38.894Z] ---> Using cache [2021-04-06T06:40:38.894Z] ---> 8ff3c8a5c183 [2021-04-06T06:40:38.894Z] Step 7/22 : RUN go mod download [2021-04-06T06:40:38.894Z] ---> Using cache [2021-04-06T06:40:38.894Z] ---> 8c7663e58bb4 [2021-04-06T06:40:38.894Z] Step 8/22 : COPY . . [2021-04-06T06:40:38.894Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-06T06:40:38.894Z] ---> Using cache [2021-04-06T06:40:38.894Z] ---> 1c4ef2dd4224 [2021-04-06T06:40:38.894Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-06T06:40:39.473Z] Removing intermediate container 3bdc75228400 [2021-04-06T06:40:39.473Z] ---> d23c32feaba7 [2021-04-06T06:40:39.473Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:40:39.473Z] ---> Running in c903ede9286a [2021-04-06T06:40:39.742Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-06T06:40:39.742Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-06T06:40:39.742Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-06T06:40:39.742Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-06T06:40:40.037Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-06T06:40:40.037Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-06T06:40:40.037Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-06T06:40:40.037Z] ---> Running in 556029006c84 [2021-04-06T06:40:40.037Z] ---> Running in 54a8e11a191f [2021-04-06T06:40:40.315Z] Removing intermediate container c903ede9286a [2021-04-06T06:40:40.315Z] ---> 1793210c3c52 [2021-04-06T06:40:40.315Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-06T06:40:40.315Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:40:40.315Z] OK: 71 MiB in 55 packages [2021-04-06T06:40:41.282Z] Removing intermediate container 54a8e11a191f [2021-04-06T06:40:41.282Z] ---> 770157a429e3 [2021-04-06T06:40:41.282Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:40:43.847Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-06T06:40:43.847Z] ---> 518c4511f371 [2021-04-06T06:40:43.847Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-06T06:40:44.433Z] ---> Running in c8e9f8fe8a64 [2021-04-06T06:40:46.389Z] ---> Running in d2d9dfd7ad41 [2021-04-06T06:40:46.389Z] Removing intermediate container c8e9f8fe8a64 [2021-04-06T06:40:46.389Z] ---> 85883f4f3d9d [2021-04-06T06:40:46.389Z] Step 22/23 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:40:48.342Z] ---> Running in 2a40ee93f55d [2021-04-06T06:40:49.757Z] Removing intermediate container 2a40ee93f55d [2021-04-06T06:40:49.757Z] ---> 105b58f21b12 [2021-04-06T06:40:49.757Z] Step 23/23 : LABEL version=2.0.0-dev.162 [2021-04-06T06:40:50.025Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:40:50.025Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:40:50.025Z] ---> a1c496f9513d [2021-04-06T06:40:50.025Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:40:50.025Z] ---> Using cache [2021-04-06T06:40:50.025Z] ---> 205d20f08a2e [2021-04-06T06:40:50.025Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:40:50.025Z] ---> Using cache [2021-04-06T06:40:50.025Z] ---> 550bdab2a31f [2021-04-06T06:40:50.025Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:40:50.025Z] ---> Using cache [2021-04-06T06:40:50.025Z] ---> d3d17f54185f [2021-04-06T06:40:50.025Z] Step 6/23 : COPY go.mod . [2021-04-06T06:40:50.025Z] ---> Using cache [2021-04-06T06:40:50.025Z] ---> 8ff3c8a5c183 [2021-04-06T06:40:50.025Z] Step 7/23 : RUN go mod download [2021-04-06T06:40:50.025Z] ---> Using cache [2021-04-06T06:40:50.025Z] ---> 8c7663e58bb4 [2021-04-06T06:40:50.025Z] Step 8/23 : COPY . . [2021-04-06T06:40:50.025Z] ---> Using cache [2021-04-06T06:40:50.025Z] ---> 1c4ef2dd4224 [2021-04-06T06:40:50.025Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-06T06:40:51.455Z] ---> Running in 88e512293275 [2021-04-06T06:40:51.455Z] ---> Running in 449ecfd1af2a [2021-04-06T06:40:52.054Z] Removing intermediate container 88e512293275 [2021-04-06T06:40:52.054Z] ---> e06d2a127df4 [2021-04-06T06:40:52.054Z] [2021-04-06T06:40:52.325Z] Successfully built e06d2a127df4 [2021-04-06T06:40:52.325Z] Successfully tagged docker-core-data-go:latest [2021-04-06T06:40:52.325Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-04-06T06:40:52.914Z] Removing intermediate container d2d9dfd7ad41 [2021-04-06T06:40:52.914Z] ---> 09a2961f8ace [2021-04-06T06:40:52.914Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-06T06:40:53.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-06T06:41:01.405Z] ---> Running in fcb1172f157c [2021-04-06T06:41:02.380Z] Removing intermediate container fcb1172f157c [2021-04-06T06:41:02.380Z] ---> a5c559911f34 [2021-04-06T06:41:02.380Z] Step 28/31 : CMD ["gate"] [2021-04-06T06:41:02.380Z] Removing intermediate container c89f3c7a21ad [2021-04-06T06:41:02.380Z] ---> 929c8c9cae4d [2021-04-06T06:41:02.380Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-06T06:41:02.650Z] ---> Running in c782c02187d1 [2021-04-06T06:41:02.924Z] ---> Running in c3a3521e4765 [2021-04-06T06:41:03.197Z] Removing intermediate container c782c02187d1 [2021-04-06T06:41:03.197Z] ---> c88f090210ae [2021-04-06T06:41:03.197Z] Step 29/31 : LABEL arch=x86_64 [2021-04-06T06:41:05.191Z] ---> Running in e4e3c7ebd355 [2021-04-06T06:41:07.785Z] Removing intermediate container e4e3c7ebd355 [2021-04-06T06:41:07.785Z] ---> f36eb81ee528 [2021-04-06T06:41:07.785Z] Step 30/31 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:41:09.193Z] ---> Running in b9ffe42a3fe9 [2021-04-06T06:41:09.780Z] Collecting docker-compose==1.23.2 [2021-04-06T06:41:10.046Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-06T06:41:10.643Z] Removing intermediate container b9ffe42a3fe9 [2021-04-06T06:41:10.643Z] ---> 26cd38edf8b0 [2021-04-06T06:41:10.643Z] Step 31/31 : LABEL version=2.0.0-dev.162 [2021-04-06T06:41:10.914Z] Collecting jsonschema<3,>=2.5.1 [2021-04-06T06:41:11.180Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-06T06:41:12.594Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:41:12.594Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:41:12.594Z] ---> a1c496f9513d [2021-04-06T06:41:12.594Z] Step 3/21 : WORKDIR /edgex-go [2021-04-06T06:41:12.594Z] ---> Using cache [2021-04-06T06:41:12.594Z] ---> 205d20f08a2e [2021-04-06T06:41:12.594Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:41:12.594Z] ---> Using cache [2021-04-06T06:41:12.594Z] ---> 550bdab2a31f [2021-04-06T06:41:12.594Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-06T06:41:12.594Z] ---> Using cache [2021-04-06T06:41:12.594Z] ---> d3d17f54185f [2021-04-06T06:41:12.594Z] Step 6/21 : COPY go.mod . [2021-04-06T06:41:12.594Z] ---> Using cache [2021-04-06T06:41:12.594Z] ---> 8ff3c8a5c183 [2021-04-06T06:41:12.594Z] Step 7/21 : RUN go mod download [2021-04-06T06:41:12.594Z] ---> Using cache [2021-04-06T06:41:12.594Z] ---> 8c7663e58bb4 [2021-04-06T06:41:12.594Z] Step 8/21 : COPY . . [2021-04-06T06:41:12.594Z] ---> Using cache [2021-04-06T06:41:12.594Z] ---> 1c4ef2dd4224 [2021-04-06T06:41:12.594Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-06T06:41:12.594Z] Collecting cached-property<2,>=1.2.0 [2021-04-06T06:41:12.594Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-06T06:41:14.020Z] ---> Running in d3b651fbb68f [2021-04-06T06:41:14.020Z] Collecting docker<4.0,>=3.6.0 [2021-04-06T06:41:14.020Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-06T06:41:14.020Z] ---> Running in 5033aed001c8 [2021-04-06T06:41:14.305Z] 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-06T06:41:14.585Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-06T06:41:14.585Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-06T06:41:14.867Z] Removing intermediate container d3b651fbb68f [2021-04-06T06:41:14.867Z] ---> 481b8a60437a [2021-04-06T06:41:14.867Z] [2021-04-06T06:41:15.478Z] Successfully built 481b8a60437a [2021-04-06T06:41:15.478Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-06T06:41:15.478Z] Building docker-core-command-go [2021-04-06T06:41:15.773Z]  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.162" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-06T06:41:16.062Z] Collecting docopt<0.7,>=0.6.1 [2021-04-06T06:41:16.062Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-06T06:41:18.642Z] Collecting texttable<0.10,>=0.9.0 [2021-04-06T06:41:18.642Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-06T06:41:21.204Z] Collecting PyYAML<4,>=3.10 [2021-04-06T06:41:21.204Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-06T06:41:22.621Z] Removing intermediate container 556029006c84 [2021-04-06T06:41:22.621Z] ---> 408397e658d2 [2021-04-06T06:41:22.621Z] [2021-04-06T06:41:22.621Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:41:22.621Z] ---> 7230e588e954 [2021-04-06T06:41:22.621Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:41:24.030Z] ---> Running in e385a0395d3b [2021-04-06T06:41:24.030Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-06T06:41:24.030Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-06T06:41:24.030Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-06T06:41:24.030Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-06T06:41:24.296Z] Collecting docker-pycreds>=0.4.0 [2021-04-06T06:41:24.296Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-06T06:41:25.278Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-06T06:41:25.278Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-06T06:41:25.556Z] Collecting idna<2.8,>=2.5 [2021-04-06T06:41:25.556Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-06T06:41:25.556Z] 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-06T06:41:25.556Z] 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-06T06:41:25.556Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-06T06:41:25.556Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-06T06:41:25.556Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-06T06:41:25.556Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-06T06:41:25.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:25.556Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:25.830Z] Installing collected packages: jsonschema, cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, docopt, texttable, PyYAML, docker-compose [2021-04-06T06:41:25.830Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:41:25.830Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:41:26.810Z] OK: 6 MiB in 15 packages [2021-04-06T06:41:29.392Z] Attempting uninstall: urllib3 [2021-04-06T06:41:29.392Z] Found existing installation: urllib3 1.25.9 [2021-04-06T06:41:29.392Z] Uninstalling urllib3-1.25.9: [2021-04-06T06:41:29.659Z] Successfully uninstalled urllib3-1.25.9 [2021-04-06T06:41:33.900Z] Attempting uninstall: idna [2021-04-06T06:41:33.901Z] Found existing installation: idna 2.9 [2021-04-06T06:41:33.901Z] Uninstalling idna-2.9: [2021-04-06T06:41:33.901Z] Successfully uninstalled idna-2.9 [2021-04-06T06:41:34.847Z] Attempting uninstall: requests [2021-04-06T06:41:34.848Z] Found existing installation: requests 2.23.0 [2021-04-06T06:41:34.848Z] Uninstalling requests-2.23.0: [2021-04-06T06:41:35.796Z] Successfully uninstalled requests-2.23.0 [2021-04-06T06:41:36.742Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:41:36.743Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:41:36.743Z] ---> a1c496f9513d [2021-04-06T06:41:36.743Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:41:36.743Z] ---> Using cache [2021-04-06T06:41:36.743Z] ---> 205d20f08a2e [2021-04-06T06:41:36.743Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:41:36.743Z] ---> Using cache [2021-04-06T06:41:36.743Z] ---> 550bdab2a31f [2021-04-06T06:41:36.743Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:41:36.743Z] ---> Using cache [2021-04-06T06:41:36.743Z] ---> d3d17f54185f [2021-04-06T06:41:36.743Z] Step 6/23 : COPY go.mod . [2021-04-06T06:41:36.743Z] ---> Using cache [2021-04-06T06:41:36.743Z] ---> 8ff3c8a5c183 [2021-04-06T06:41:36.743Z] Step 7/23 : RUN go mod download [2021-04-06T06:41:36.743Z] ---> Using cache [2021-04-06T06:41:36.743Z] ---> 8c7663e58bb4 [2021-04-06T06:41:36.743Z] Step 8/23 : COPY . . [2021-04-06T06:41:36.743Z] ---> Using cache [2021-04-06T06:41:36.743Z] ---> 1c4ef2dd4224 [2021-04-06T06:41:36.743Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-06T06:41:37.324Z] Removing intermediate container e385a0395d3b [2021-04-06T06:41:37.324Z] ---> 1435d3b973f3 [2021-04-06T06:41:37.324Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:41:37.586Z] Removing intermediate container 449ecfd1af2a [2021-04-06T06:41:37.586Z] ---> 0039d496da98 [2021-04-06T06:41:37.586Z] [2021-04-06T06:41:37.586Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:41:37.586Z] ---> 7230e588e954 [2021-04-06T06:41:37.586Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:41:37.586Z] ---> Using cache [2021-04-06T06:41:37.586Z] ---> 1435d3b973f3 [2021-04-06T06:41:37.586Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:41:37.857Z] ---> Running in a04cff5bbfac [2021-04-06T06:41:38.123Z] ---> Running in b535568012ec [2021-04-06T06:41:38.123Z] ---> Running in cf5063949933 [2021-04-06T06:41:39.085Z] Running setup.py install for dockerpty: started [2021-04-06T06:41:39.085Z] Removing intermediate container cf5063949933 [2021-04-06T06:41:39.085Z] ---> 56963bb584fa [2021-04-06T06:41:39.085Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-06T06:41:39.085Z] Removing intermediate container b535568012ec [2021-04-06T06:41:39.085Z] ---> 910ab9cdfed8 [2021-04-06T06:41:39.085Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-06T06:41:39.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-command/core-command ./cmd/core-command [2021-04-06T06:41:39.353Z] ---> Running in e1d4d1641e5b [2021-04-06T06:41:39.353Z] ---> Running in 80d5f0eb99ba [2021-04-06T06:41:39.635Z] Removing intermediate container e1d4d1641e5b [2021-04-06T06:41:39.635Z] ---> 67cb7cdc96ab [2021-04-06T06:41:39.636Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:41:39.636Z] Removing intermediate container 80d5f0eb99ba [2021-04-06T06:41:39.636Z] ---> b36a491f1fbc [2021-04-06T06:41:39.636Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:41:39.636Z] ---> Running in e13b96b01fea [2021-04-06T06:41:39.636Z] ---> Running in b6c2384b9347 [2021-04-06T06:41:39.907Z] Removing intermediate container e13b96b01fea [2021-04-06T06:41:39.907Z] ---> 3e94f7e6cdcb [2021-04-06T06:41:39.907Z] Step 15/23 : WORKDIR / [2021-04-06T06:41:39.907Z] Removing intermediate container b6c2384b9347 [2021-04-06T06:41:39.907Z] ---> d745303053d3 [2021-04-06T06:41:39.907Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:41:39.907Z] ---> Running in 92b38f119706 [2021-04-06T06:41:40.177Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-06T06:41:40.177Z] Running setup.py install for docopt: started [2021-04-06T06:41:40.449Z] ---> be56a19bdbca [2021-04-06T06:41:40.449Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-06T06:41:40.449Z] Removing intermediate container 92b38f119706 [2021-04-06T06:41:40.449Z] ---> 41cc7df7c910 [2021-04-06T06:41:40.449Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:41:40.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-06T06:41:41.036Z] Running setup.py install for docopt: finished with status 'done' [2021-04-06T06:41:41.036Z] Running setup.py install for texttable: started [2021-04-06T06:41:41.312Z] ---> 2a72a5d9c5ae [2021-04-06T06:41:41.312Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-06T06:41:41.600Z] ---> 4526de95cb76 [2021-04-06T06:41:41.601Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-06T06:41:41.601Z] Running setup.py install for texttable: finished with status 'done' [2021-04-06T06:41:41.601Z] Running setup.py install for PyYAML: started [2021-04-06T06:41:42.218Z] ---> 8803155048b5 [2021-04-06T06:41:42.218Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-06T06:41:42.489Z] ---> Running in dc8d4e6cd3ea [2021-04-06T06:41:42.489Z] ---> 40434e27ff28 [2021-04-06T06:41:42.489Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-06T06:41:42.489Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-06T06:41:43.077Z] Removing intermediate container dc8d4e6cd3ea [2021-04-06T06:41:43.077Z] ---> f038e94c88d0 [2021-04-06T06:41:43.077Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:41:43.077Z] 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-06T06:41:43.347Z] ---> Running in 2c93bf021c87 [2021-04-06T06:41:43.347Z] ---> 86ba82140e32 [2021-04-06T06:41:43.347Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-06T06:41:43.621Z] ---> Running in 0da3d2c8cbbe [2021-04-06T06:41:44.733Z] Removing intermediate container 0da3d2c8cbbe [2021-04-06T06:41:44.733Z] ---> caa7245102f6 [2021-04-06T06:41:44.733Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:41:44.733Z] Removing intermediate container 2c93bf021c87 [2021-04-06T06:41:44.733Z] ---> 2336592dd3d2 [2021-04-06T06:41:44.733Z] Step 20/22 : LABEL arch=x86_64 [2021-04-06T06:41:45.220Z] ---> Running in b5eb749aa65c [2021-04-06T06:41:45.220Z] ---> Running in 3f8d2e334644 [2021-04-06T06:41:45.525Z] Removing intermediate container b5eb749aa65c [2021-04-06T06:41:45.525Z] ---> 44dce44174bc [2021-04-06T06:41:45.525Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:41:45.525Z] Removing intermediate container 3f8d2e334644 [2021-04-06T06:41:45.525Z] ---> bddeb087a79d [2021-04-06T06:41:45.525Z] Step 21/22 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:41:45.913Z] ---> Running in 3a1d9edd1e8a [2021-04-06T06:41:45.937Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-06T06:41:47.342Z] ---> Running in 882cc9ecee2a [2021-04-06T06:41:47.933Z] Removing intermediate container 3a1d9edd1e8a [2021-04-06T06:41:47.933Z] ---> 84ea146116f5 [2021-04-06T06:41:47.933Z] Step 22/23 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:41:47.933Z] Removing intermediate container c3a3521e4765 [2021-04-06T06:41:47.933Z] ---> fa292f73bbeb [2021-04-06T06:41:47.933Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-06T06:41:51.291Z] Removing intermediate container 882cc9ecee2a [2021-04-06T06:41:51.291Z] ---> d0097c46e9a7 [2021-04-06T06:41:51.291Z] Step 22/22 : LABEL version=2.0.0-dev.162 [2021-04-06T06:41:51.291Z] ---> Running in d74972eeb1c8 [2021-04-06T06:41:51.291Z] ---> Running in 79ada88e9830 [2021-04-06T06:41:51.291Z] ---> Running in dd6a591f1cc4 [2021-04-06T06:41:51.291Z] Removing intermediate container 5033aed001c8 [2021-04-06T06:41:51.291Z] ---> 4043c8a5f41d [2021-04-06T06:41:51.291Z] [2021-04-06T06:41:51.291Z] Step 10/21 : FROM alpine:3.12 [2021-04-06T06:41:51.291Z] ---> 7230e588e954 [2021-04-06T06:41:51.291Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-06T06:41:51.569Z] Removing intermediate container d74972eeb1c8 [2021-04-06T06:41:51.569Z] ---> bbd06766007f [2021-04-06T06:41:51.569Z] Step 23/23 : LABEL version=2.0.0-dev.162 [2021-04-06T06:41:51.840Z] ---> Running in b1b62d209949 [2021-04-06T06:41:51.840Z] Removing intermediate container dd6a591f1cc4 [2021-04-06T06:41:51.840Z] ---> 658c44b77788 [2021-04-06T06:41:51.840Z] [2021-04-06T06:41:51.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:51.840Z] ---> Running in b57d96440a66 [2021-04-06T06:41:52.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:52.120Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:41:52.120Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-06T06:41:52.120Z] (3/3) Installing curl (7.69.1-r3) [2021-04-06T06:41:52.120Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:41:52.398Z] OK: 72 MiB in 58 packages [2021-04-06T06:41:52.398Z] Successfully built 658c44b77788 [2021-04-06T06:41:52.398Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-06T06:41:52.398Z]  Building docker-support-scheduler-go ... done Removing intermediate container b57d96440a66 [2021-04-06T06:41:52.398Z] ---> d561be76311f [2021-04-06T06:41:52.398Z] [2021-04-06T06:41:52.671Z] Successfully built d561be76311f [2021-04-06T06:41:52.671Z] Successfully tagged docker-core-metadata-go:latest [2021-04-06T06:41:52.671Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:52.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-06T06:41:52.942Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-06T06:41:53.210Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:41:53.210Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-06T06:41:53.210Z] (4/4) Installing curl (7.69.1-r3) [2021-04-06T06:41:53.210Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:41:53.210Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:41:53.210Z] OK: 7 MiB in 18 packages [2021-04-06T06:41:54.162Z] Removing intermediate container 79ada88e9830 [2021-04-06T06:41:54.163Z] ---> e33c584082f1 [2021-04-06T06:41:54.163Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-06T06:41:54.446Z] ---> Running in 4f28b91ef3d2 [2021-04-06T06:41:55.398Z] Removing intermediate container 4f28b91ef3d2 [2021-04-06T06:41:55.398Z] ---> 81d0476e2a3b [2021-04-06T06:41:55.398Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:41:55.975Z] Removing intermediate container b1b62d209949 [2021-04-06T06:41:55.975Z] ---> 1cdfd3701b4d [2021-04-06T06:41:55.975Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:41:55.975Z] ---> Running in f91c4197d399 [2021-04-06T06:41:56.238Z] ---> Running in 4d3d19f7f6fd [2021-04-06T06:41:56.238Z] Removing intermediate container f91c4197d399 [2021-04-06T06:41:56.238Z] ---> 188712fca5b0 [2021-04-06T06:41:56.238Z] Step 24/26 : LABEL arch=x86_64 [2021-04-06T06:41:56.238Z] ---> Running in 5a422bac6644 [2021-04-06T06:41:56.501Z] Removing intermediate container 4d3d19f7f6fd [2021-04-06T06:41:56.501Z] ---> c9a2e69d5616 [2021-04-06T06:41:56.501Z] Step 13/21 : WORKDIR /edgex [2021-04-06T06:41:56.501Z] ---> Running in f460a99599a3 [2021-04-06T06:41:56.767Z] Removing intermediate container 5a422bac6644 [2021-04-06T06:41:56.767Z] ---> 8e3e191e4b8b [2021-04-06T06:41:56.767Z] Step 25/26 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:41:56.767Z] ---> Running in c6ab46c29fd7 [2021-04-06T06:41:56.767Z] Removing intermediate container f460a99599a3 [2021-04-06T06:41:56.767Z] ---> b440c2cbc1f4 [2021-04-06T06:41:56.767Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-06T06:41:57.718Z] Removing intermediate container c6ab46c29fd7 [2021-04-06T06:41:57.718Z] ---> 5016d4a7ee4b [2021-04-06T06:41:57.718Z] Step 26/26 : LABEL version=2.0.0-dev.162 [2021-04-06T06:41:58.374Z] Removing intermediate container a05241135e28 [2021-04-06T06:41:58.374Z] ---> de9406b4aa43 [2021-04-06T06:41:58.374Z] [2021-04-06T06:41:58.374Z] Step 10/31 : FROM alpine:3.12 [2021-04-06T06:41:58.374Z] 3.12: Pulling from library/alpine [2021-04-06T06:41:59.112Z] ---> e1cae19480ea [2021-04-06T06:41:59.112Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-06T06:41:59.112Z] ---> Running in bb69dff23182 [2021-04-06T06:41:59.112Z] Removing intermediate container a04cff5bbfac [2021-04-06T06:41:59.112Z] ---> 496fe8cc5ddc [2021-04-06T06:41:59.112Z] [2021-04-06T06:41:59.112Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:41:59.112Z] ---> 7230e588e954 [2021-04-06T06:41:59.112Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:41:59.112Z] ---> Using cache [2021-04-06T06:41:59.112Z] ---> 1435d3b973f3 [2021-04-06T06:41:59.112Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:41:59.112Z] ---> Using cache [2021-04-06T06:41:59.112Z] ---> 910ab9cdfed8 [2021-04-06T06:41:59.112Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-06T06:41:59.112Z] ---> Running in 3c233c349ebd [2021-04-06T06:41:59.360Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-06T06:41:59.360Z] Status: Downloaded newer image for alpine:3.12 [2021-04-06T06:41:59.360Z] ---> d75e27dfc0a0 [2021-04-06T06:41:59.360Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-06T06:41:59.374Z] Removing intermediate container bb69dff23182 [2021-04-06T06:41:59.374Z] ---> ac4bb2441e3d [2021-04-06T06:41:59.374Z] [2021-04-06T06:41:59.374Z] Successfully built ac4bb2441e3d [2021-04-06T06:41:59.636Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-06T06:41:59.636Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 3c233c349ebd [2021-04-06T06:41:59.636Z] ---> 0f7cd89e1a42 [2021-04-06T06:41:59.636Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:41:59.636Z] ---> Running in 8cacd5e287cf [2021-04-06T06:41:59.636Z] ---> 4cc7aadb8023 [2021-04-06T06:41:59.636Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-06T06:41:59.898Z] Removing intermediate container 8cacd5e287cf [2021-04-06T06:41:59.898Z] ---> de490240de47 [2021-04-06T06:41:59.898Z] Step 15/23 : WORKDIR / [2021-04-06T06:42:00.166Z] ---> Running in 569f8188093f [2021-04-06T06:42:00.166Z] ---> 630651d8b55e [2021-04-06T06:42:00.166Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-06T06:42:00.166Z] ---> Running in 16cb3d89cfab [2021-04-06T06:42:00.433Z] Removing intermediate container 569f8188093f [2021-04-06T06:42:00.433Z] ---> cc1169dfb718 [2021-04-06T06:42:00.433Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:42:00.433Z] Removing intermediate container 16cb3d89cfab [2021-04-06T06:42:00.433Z] ---> 619b54e80f22 [2021-04-06T06:42:00.433Z] Step 18/21 : CMD ["--init=true"] [2021-04-06T06:42:00.696Z] ---> Running in 7d0fe2bea514 [2021-04-06T06:42:00.696Z] ---> a56b6b5026a1 [2021-04-06T06:42:00.696Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-06T06:42:00.696Z] Removing intermediate container 7d0fe2bea514 [2021-04-06T06:42:00.696Z] ---> 23e0dc6f5710 [2021-04-06T06:42:00.696Z] Step 19/21 : LABEL arch=x86_64 [2021-04-06T06:42:00.803Z] ---> Running in 57e29e0fb8ab [2021-04-06T06:42:00.959Z] ---> Running in 92dae3591cf7 [2021-04-06T06:42:01.225Z] Removing intermediate container 92dae3591cf7 [2021-04-06T06:42:01.225Z] ---> a3f05a1811e9 [2021-04-06T06:42:01.225Z] Step 20/21 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:01.488Z] ---> Running in 3226d378c482 [2021-04-06T06:42:01.488Z] ---> d71b6680c1cc [2021-04-06T06:42:01.488Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-06T06:42:01.488Z] Removing intermediate container 3226d378c482 [2021-04-06T06:42:01.488Z] ---> 00271c28dc65 [2021-04-06T06:42:01.488Z] Step 21/21 : LABEL version=2.0.0-dev.162 [2021-04-06T06:42:01.488Z] ---> Running in 7b4c61a63dad [2021-04-06T06:42:01.753Z] ---> 0b1cf871e9e8 [2021-04-06T06:42:01.753Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-06T06:42:01.753Z] ---> Running in 22d7bd98ba60 [2021-04-06T06:42:01.753Z] Removing intermediate container 7b4c61a63dad [2021-04-06T06:42:01.753Z] ---> 206bdaa81a40 [2021-04-06T06:42:01.753Z] [2021-04-06T06:42:02.248Z] Removing intermediate container 57e29e0fb8ab [2021-04-06T06:42:02.248Z] ---> 8e6eb6444baa [2021-04-06T06:42:02.248Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-06T06:42:02.248Z] Removing intermediate container d72c2b53cee2 [2021-04-06T06:42:02.248Z] ---> 93505a21b172 [2021-04-06T06:42:02.248Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-06T06:42:02.331Z] Successfully built 206bdaa81a40 [2021-04-06T06:42:02.598Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-06T06:42:02.598Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 22d7bd98ba60 [2021-04-06T06:42:02.598Z] ---> 51825b752dbe [2021-04-06T06:42:02.598Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:42:02.598Z] ---> Running in 54112619def1 [2021-04-06T06:42:02.849Z] Removing intermediate container bf01f94164db [2021-04-06T06:42:02.849Z] ---> a9a7af60533f [2021-04-06T06:42:02.849Z] [2021-04-06T06:42:02.849Z] Step 10/24 : FROM alpine:3.12 [2021-04-06T06:42:02.849Z] ---> d75e27dfc0a0 [2021-04-06T06:42:02.849Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-06T06:42:02.849Z] ---> Running in 2676e26fd830 [2021-04-06T06:42:02.860Z] Removing intermediate container 54112619def1 [2021-04-06T06:42:02.861Z] ---> 458c6e3907bc [2021-04-06T06:42:02.861Z] Step 21/23 : LABEL arch=x86_64 [2021-04-06T06:42:02.861Z] ---> Running in ec74ae4336bc [2021-04-06T06:42:03.124Z] Removing intermediate container ec74ae4336bc [2021-04-06T06:42:03.124Z] ---> c5df216a6eef [2021-04-06T06:42:03.124Z] Step 22/23 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:03.124Z] ---> Running in 05366c3ef452 [2021-04-06T06:42:03.126Z] ---> Running in 047665bc0fbb [2021-04-06T06:42:03.126Z] ---> Running in 374543e1876f [2021-04-06T06:42:03.388Z] Removing intermediate container 05366c3ef452 [2021-04-06T06:42:03.388Z] ---> c537a8cbbcef [2021-04-06T06:42:03.388Z] Step 23/23 : LABEL version=2.0.0-dev.162 [2021-04-06T06:42:03.388Z] ---> Running in 7591c684b6a6 [2021-04-06T06:42:03.650Z] Removing intermediate container 7591c684b6a6 [2021-04-06T06:42:03.650Z] ---> 41dc19a656ca [2021-04-06T06:42:03.650Z] [2021-04-06T06:42:03.650Z] Successfully built 41dc19a656ca [2021-04-06T06:42:03.650Z] Successfully tagged docker-core-command-go:latest [2021-04-06T06:42:04.238Z]  Building docker-core-command-go ... done  [Pipeline] } [2021-04-06T06:42:04.246Z] $ docker stop --time=1 9f6b607015b00b1e98505bfa106c8036401a1be8471b9662eb6581388be00525 [2021-04-06T06:42:05.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-06T06:42:05.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:05.769Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:05.936Z] $ docker rm -f 9f6b607015b00b1e98505bfa106c8036401a1be8471b9662eb6581388be00525 [2021-04-06T06:42:06.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:06.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:42:06.537Z] + docker images [2021-04-06T06:42:06.537Z] + grep docker [2021-04-06T06:42:06.656Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-06T06:42:06.657Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:42:06.657Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-06T06:42:06.657Z] (4/6) Installing curl (7.69.1-r3) [2021-04-06T06:42:06.657Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:42:06.657Z] (6/6) Installing su-exec (0.2-r1) [2021-04-06T06:42:06.657Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:42:06.657Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:42:06.657Z] (2/2) Installing su-exec (0.2-r1) [2021-04-06T06:42:06.657Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:42:06.657Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:42:06.657Z] OK: 5 MiB in 16 packages [2021-04-06T06:42:06.800Z] docker-core-command-go latest 41dc19a656ca 3 seconds ago 17.3MB [2021-04-06T06:42:06.800Z] docker-security-proxy-setup-go latest 206bdaa81a40 5 seconds ago 25.4MB [2021-04-06T06:42:06.800Z] docker-sys-mgmt-agent-go latest ac4bb2441e3d 7 seconds ago 314MB [2021-04-06T06:42:06.800Z] docker-core-metadata-go latest d561be76311f 14 seconds ago 19MB [2021-04-06T06:42:06.800Z] docker-support-scheduler-go latest 658c44b77788 15 seconds ago 17.4MB [2021-04-06T06:42:06.800Z] docker-security-bootstrapper-go latest 481b8a60437a 52 seconds ago 19MB [2021-04-06T06:42:06.800Z] docker-core-data-go latest e06d2a127df4 About a minute ago 22.7MB [2021-04-06T06:42:06.800Z] docker-security-secretstore-setup-go latest d9dcfbee4cc1 About a minute ago 25.7MB [2021-04-06T06:42:06.800Z] docker-support-notifications-go latest 0ff215eaa6dc About a minute ago 17.9MB [2021-04-06T06:42:06.800Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-04-06T06:42:06.935Z] OK: 7 MiB in 20 packages [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:42:07.326Z] provisioning config files... [2021-04-06T06:42:07.355Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/430@tmp/config1124620403970150307tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:42:07.722Z] ---> docker-login.sh [2021-04-06T06:42:07.722Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:42:07.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:42:07.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:42:07.985Z] Configure a credential helper to remove this warning. See [2021-04-06T06:42:07.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:42:07.985Z] [2021-04-06T06:42:07.985Z] Login Succeeded [2021-04-06T06:42:07.985Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:42:07.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:42:07.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:42:07.985Z] Configure a credential helper to remove this warning. See [2021-04-06T06:42:07.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:42:07.985Z] [2021-04-06T06:42:07.985Z] Login Succeeded [2021-04-06T06:42:07.985Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:42:08.248Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:42:08.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:42:08.248Z] Configure a credential helper to remove this warning. See [2021-04-06T06:42:08.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:42:08.248Z] [2021-04-06T06:42:08.248Z] Login Succeeded [2021-04-06T06:42:08.248Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:42:08.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:42:08.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:42:08.510Z] Configure a credential helper to remove this warning. See [2021-04-06T06:42:08.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:42:08.510Z] [2021-04-06T06:42:08.510Z] Login Succeeded [2021-04-06T06:42:08.510Z] docker.io [2021-04-06T06:42:08.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:42:08.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:42:08.772Z] Configure a credential helper to remove this warning. See [2021-04-06T06:42:08.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:42:08.772Z] [2021-04-06T06:42:08.772Z] Login Succeeded [2021-04-06T06:42:08.772Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:42:08.782Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:09.020Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-06T06:42:09.020Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:09.020Z] 2.0.0-dev.162 [2021-04-06T06:42:09.020Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:09.020Z] master [2021-04-06T06:42:09.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:09.529Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:09.597Z] Removing intermediate container 936499306da6 [2021-04-06T06:42:09.597Z] ---> a533d548c4e8 [2021-04-06T06:42:09.597Z] [2021-04-06T06:42:09.597Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:42:09.597Z] ---> d75e27dfc0a0 [2021-04-06T06:42:09.597Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-06T06:42:09.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:09.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-06T06:42:09.836Z] 9ae654f0ff15: Preparing [2021-04-06T06:42:09.836Z] 99afe5c93cb7: Preparing [2021-04-06T06:42:09.836Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:09.836Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:09.836Z] b0b9881431d7: Preparing [2021-04-06T06:42:09.836Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:09.869Z] ---> Running in 8a1bee8b6e24 [2021-04-06T06:42:09.869Z] Removing intermediate container 2676e26fd830 [2021-04-06T06:42:09.869Z] ---> 0bb4648cc42d [2021-04-06T06:42:09.869Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-06T06:42:10.097Z] 9ae654f0ff15: Pushed [2021-04-06T06:42:10.097Z] 67f71bce2f0e: Pushed [2021-04-06T06:42:10.097Z] 0010cc61f7b7: Pushed [2021-04-06T06:42:10.142Z] ---> Running in 08583ee64933 [2021-04-06T06:42:10.142Z] Removing intermediate container 374543e1876f [2021-04-06T06:42:10.142Z] ---> 89c00d31ae56 [2021-04-06T06:42:10.142Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:42:10.431Z] Removing intermediate container 047665bc0fbb [2021-04-06T06:42:10.431Z] ---> d502b1f166c4 [2021-04-06T06:42:10.431Z] [2021-04-06T06:42:10.431Z] Step 11/26 : FROM docker:20.10.0 [2021-04-06T06:42:10.431Z] 20.10.0: Pulling from library/docker [2021-04-06T06:42:10.431Z] ---> Running in edf010206ec8 [2021-04-06T06:42:11.424Z] Removing intermediate container 08583ee64933 [2021-04-06T06:42:11.424Z] ---> c43d9bba9f95 [2021-04-06T06:42:11.424Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-06T06:42:11.424Z] Removing intermediate container edf010206ec8 [2021-04-06T06:42:11.424Z] ---> 456a6de55e6a [2021-04-06T06:42:11.424Z] Step 13/24 : WORKDIR / [2021-04-06T06:42:11.491Z] 99afe5c93cb7: Pushed [2021-04-06T06:42:11.698Z] ---> Running in 159f664a6df6 [2021-04-06T06:42:11.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:11.755Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:70517913552704f371ae504fe717bd6399519e9134b87553be2494bb5f5764d0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:11.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:11.984Z] ---> Running in ef8a6d36cd4f [2021-04-06T06:42:12.071Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:12.375Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.162 [2021-04-06T06:42:12.375Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-06T06:42:12.375Z] 9ae654f0ff15: Preparing [2021-04-06T06:42:12.375Z] 99afe5c93cb7: Preparing [2021-04-06T06:42:12.375Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:12.375Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:12.375Z] b0b9881431d7: Preparing [2021-04-06T06:42:12.375Z] 9ae654f0ff15: Layer already exists [2021-04-06T06:42:12.375Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:12.375Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:12.375Z] 99afe5c93cb7: Layer already exists [2021-04-06T06:42:12.375Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:12.375Z] 2.0.0-dev.162: digest: sha256:70517913552704f371ae504fe717bd6399519e9134b87553be2494bb5f5764d0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:12.591Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-06T06:42:12.591Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-06T06:42:12.591Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:42:12.591Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:42:12.591Z] Removing intermediate container 159f664a6df6 [2021-04-06T06:42:12.591Z] ---> 889306895930 [2021-04-06T06:42:12.591Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-06T06:42:12.687Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:12.887Z] OK: 6 MiB in 16 packages [2021-04-06T06:42:12.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:12.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-06T06:42:12.996Z] 9ae654f0ff15: Preparing [2021-04-06T06:42:12.996Z] 99afe5c93cb7: Preparing [2021-04-06T06:42:12.996Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:12.996Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:12.996Z] b0b9881431d7: Preparing [2021-04-06T06:42:12.996Z] 99afe5c93cb7: Layer already exists [2021-04-06T06:42:12.996Z] 9ae654f0ff15: Layer already exists [2021-04-06T06:42:12.996Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:12.996Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:12.996Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:12.996Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:70517913552704f371ae504fe717bd6399519e9134b87553be2494bb5f5764d0 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:13.165Z] Removing intermediate container ef8a6d36cd4f [2021-04-06T06:42:13.165Z] ---> eb319ead4c1b [2021-04-06T06:42:13.165Z] 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-06T06:42:13.165Z] ---> Running in 5bb469a66ca6 [2021-04-06T06:42:13.305Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:13.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-06T06:42:13.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-06T06:42:13.611Z] 9ae654f0ff15: Preparing [2021-04-06T06:42:13.611Z] 99afe5c93cb7: Preparing [2021-04-06T06:42:13.611Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:13.611Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:13.611Z] b0b9881431d7: Preparing [2021-04-06T06:42:13.611Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:13.611Z] 9ae654f0ff15: Layer already exists [2021-04-06T06:42:13.611Z] 99afe5c93cb7: Layer already exists [2021-04-06T06:42:13.611Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:13.611Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:13.611Z] master: digest: sha256:70517913552704f371ae504fe717bd6399519e9134b87553be2494bb5f5764d0 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:13.805Z] ===================================================== [Pipeline] echo [2021-04-06T06:42:13.865Z] taggedImages: [2021-04-06T06:42:13.865Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:13.865Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.162 [2021-04-06T06:42:13.865Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:13.865Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-06T06:42:13.949Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-06T06:42:13.949Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:13.949Z] 2.0.0-dev.162 [2021-04-06T06:42:13.949Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:13.949Z] master [2021-04-06T06:42:13.949Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:14.466Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:14.610Z] ---> c5ce81067ab4 [2021-04-06T06:42:14.610Z] 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-06T06:42:14.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:14.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-06T06:42:14.772Z] 9761cc569f2f: Preparing [2021-04-06T06:42:14.772Z] 5f80f1ed3c44: Preparing [2021-04-06T06:42:14.772Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:14.772Z] 72673723bd47: Preparing [2021-04-06T06:42:14.772Z] 0bdfcd0494e0: Preparing [2021-04-06T06:42:14.772Z] b0b9881431d7: Preparing [2021-04-06T06:42:14.772Z] b0b9881431d7: Waiting [2021-04-06T06:42:14.772Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:14.772Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:14.772Z] 0bdfcd0494e0: Pushed [2021-04-06T06:42:15.034Z] 9761cc569f2f: Pushed [2021-04-06T06:42:15.034Z] 72673723bd47: Pushed [2021-04-06T06:42:15.979Z] 5f80f1ed3c44: Pushed [2021-04-06T06:42:16.241Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:e7267ca67643934732dd8dbe7b3bb65423dbc650cf8c164ddbde4b6f6255b00e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:16.561Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:16.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.162 [2021-04-06T06:42:16.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-06T06:42:16.864Z] 9761cc569f2f: Preparing [2021-04-06T06:42:16.864Z] 5f80f1ed3c44: Preparing [2021-04-06T06:42:16.864Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:16.864Z] 72673723bd47: Preparing [2021-04-06T06:42:16.864Z] 0bdfcd0494e0: Preparing [2021-04-06T06:42:16.864Z] b0b9881431d7: Preparing [2021-04-06T06:42:16.864Z] b0b9881431d7: Waiting [2021-04-06T06:42:16.864Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:16.864Z] 72673723bd47: Layer already exists [2021-04-06T06:42:16.864Z] 0bdfcd0494e0: Layer already exists [2021-04-06T06:42:16.864Z] 5f80f1ed3c44: Layer already exists [2021-04-06T06:42:16.864Z] 9761cc569f2f: Layer already exists [2021-04-06T06:42:16.864Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:16.864Z] 2.0.0-dev.162: digest: sha256:e7267ca67643934732dd8dbe7b3bb65423dbc650cf8c164ddbde4b6f6255b00e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:16.978Z] Removing intermediate container 8a1bee8b6e24 [2021-04-06T06:42:16.978Z] ---> 31f3330e35d0 [2021-04-06T06:42:16.978Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:42:16.978Z] ---> 79ce3414e42a [2021-04-06T06:42:16.978Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-06T06:42:16.978Z] ---> Running in fbb4663af023 [2021-04-06T06:42:17.173Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:17.322Z] Removing intermediate container 5bb469a66ca6 [2021-04-06T06:42:17.322Z] ---> 0d9b0791882b [2021-04-06T06:42:17.322Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-06T06:42:17.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:17.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-06T06:42:17.485Z] 9761cc569f2f: Preparing [2021-04-06T06:42:17.485Z] 5f80f1ed3c44: Preparing [2021-04-06T06:42:17.485Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:17.485Z] 72673723bd47: Preparing [2021-04-06T06:42:17.485Z] 0bdfcd0494e0: Preparing [2021-04-06T06:42:17.485Z] b0b9881431d7: Preparing [2021-04-06T06:42:17.485Z] b0b9881431d7: Waiting [2021-04-06T06:42:17.485Z] 72673723bd47: Layer already exists [2021-04-06T06:42:17.485Z] 5f80f1ed3c44: Layer already exists [2021-04-06T06:42:17.485Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:17.485Z] 0bdfcd0494e0: Layer already exists [2021-04-06T06:42:17.485Z] 9761cc569f2f: Layer already exists [2021-04-06T06:42:17.485Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:17.485Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:e7267ca67643934732dd8dbe7b3bb65423dbc650cf8c164ddbde4b6f6255b00e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:17.591Z] ---> Running in 3c01ae5fc5e8 [2021-04-06T06:42:17.798Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:17.862Z] Removing intermediate container fbb4663af023 [2021-04-06T06:42:17.862Z] ---> e87b93a34e21 [2021-04-06T06:42:17.862Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-06T06:42:18.105Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-06T06:42:18.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-06T06:42:18.105Z] 9761cc569f2f: Preparing [2021-04-06T06:42:18.105Z] 5f80f1ed3c44: Preparing [2021-04-06T06:42:18.105Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:18.105Z] 72673723bd47: Preparing [2021-04-06T06:42:18.105Z] 0bdfcd0494e0: Preparing [2021-04-06T06:42:18.105Z] b0b9881431d7: Preparing [2021-04-06T06:42:18.105Z] b0b9881431d7: Waiting [2021-04-06T06:42:18.105Z] 72673723bd47: Layer already exists [2021-04-06T06:42:18.105Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:18.105Z] 0bdfcd0494e0: Layer already exists [2021-04-06T06:42:18.105Z] 5f80f1ed3c44: Layer already exists [2021-04-06T06:42:18.105Z] 9761cc569f2f: Layer already exists [2021-04-06T06:42:18.105Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:18.105Z] master: digest: sha256:e7267ca67643934732dd8dbe7b3bb65423dbc650cf8c164ddbde4b6f6255b00e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:18.294Z] ===================================================== [Pipeline] echo [2021-04-06T06:42:18.340Z] taggedImages: [2021-04-06T06:42:18.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:18.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.162 [2021-04-06T06:42:18.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:18.340Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-06T06:42:18.402Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-06T06:42:18.402Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:18.402Z] 2.0.0-dev.162 [2021-04-06T06:42:18.402Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:18.402Z] master [2021-04-06T06:42:18.402Z] ===================================================== [2021-04-06T06:42:18.462Z] ---> Running in 3d3d3e332bdc [Pipeline] withEnv [Pipeline] { [2021-04-06T06:42:18.462Z] Removing intermediate container 3c01ae5fc5e8 [2021-04-06T06:42:18.465Z] ---> 15c11c2a87f0 [2021-04-06T06:42:18.465Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:18.740Z] ---> 583e8584498d [2021-04-06T06:42:18.740Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-06T06:42:18.929Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:19.336Z] Removing intermediate container 3d3d3e332bdc [2021-04-06T06:42:19.336Z] ---> f0c7d2c5e7ec [2021-04-06T06:42:19.336Z] Step 14/22 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:19.882Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:19.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-06T06:42:19.882Z] 3af24d8d3fbc: Preparing [2021-04-06T06:42:19.882Z] c3cfa36b60ab: Preparing [2021-04-06T06:42:19.882Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:19.882Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:19.882Z] b0b9881431d7: Preparing [2021-04-06T06:42:19.882Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:19.882Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:19.882Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:19.882Z] 3af24d8d3fbc: Pushed [2021-04-06T06:42:19.966Z] ---> Running in f117a2d2ae10 [2021-04-06T06:42:20.241Z] ---> 202f323d978a [2021-04-06T06:42:20.241Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-06T06:42:20.838Z] ---> Running in bd5e9beed047 [2021-04-06T06:42:21.343Z] c3cfa36b60ab: Pushed [2021-04-06T06:42:21.343Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:b61ed14bc372fd9f4c5fc2218ef4acc116a8da7d8b605297a667a8df8c88100d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:21.438Z] ---> 61d4f7f1c711 [2021-04-06T06:42:21.438Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-06T06:42:21.438Z] Removing intermediate container f117a2d2ae10 [2021-04-06T06:42:21.438Z] ---> 9b84d84e4f2d [2021-04-06T06:42:21.438Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:42:21.663Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:21.966Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.162 [2021-04-06T06:42:21.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-06T06:42:21.966Z] 3af24d8d3fbc: Preparing [2021-04-06T06:42:21.966Z] c3cfa36b60ab: Preparing [2021-04-06T06:42:21.966Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:21.966Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:21.966Z] b0b9881431d7: Preparing [2021-04-06T06:42:21.966Z] c3cfa36b60ab: Layer already exists [2021-04-06T06:42:21.966Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:21.966Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:21.966Z] 3af24d8d3fbc: Layer already exists [2021-04-06T06:42:21.966Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:21.966Z] 2.0.0-dev.162: digest: sha256:b61ed14bc372fd9f4c5fc2218ef4acc116a8da7d8b605297a667a8df8c88100d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:22.037Z] Removing intermediate container 0d7734514062 [2021-04-06T06:42:22.037Z] ---> 1873871a2f5c [2021-04-06T06:42:22.037Z] [2021-04-06T06:42:22.037Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:42:22.037Z] ---> d75e27dfc0a0 [2021-04-06T06:42:22.037Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-06T06:42:22.277Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:22.579Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:22.579Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-06T06:42:22.579Z] 3af24d8d3fbc: Preparing [2021-04-06T06:42:22.579Z] c3cfa36b60ab: Preparing [2021-04-06T06:42:22.579Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:22.579Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:22.579Z] b0b9881431d7: Preparing [2021-04-06T06:42:22.579Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:22.579Z] c3cfa36b60ab: Layer already exists [2021-04-06T06:42:22.579Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:22.579Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:22.579Z] 3af24d8d3fbc: Layer already exists [2021-04-06T06:42:22.579Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:b61ed14bc372fd9f4c5fc2218ef4acc116a8da7d8b605297a667a8df8c88100d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:22.636Z] ---> Running in 34aabb462fde [2021-04-06T06:42:22.637Z] ---> 25c7f2ddc97d [2021-04-06T06:42:22.637Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-06T06:42:22.887Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:23.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-06T06:42:23.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-06T06:42:23.196Z] 3af24d8d3fbc: Preparing [2021-04-06T06:42:23.196Z] c3cfa36b60ab: Preparing [2021-04-06T06:42:23.196Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:23.196Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:23.196Z] b0b9881431d7: Preparing [2021-04-06T06:42:23.196Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:23.196Z] c3cfa36b60ab: Layer already exists [2021-04-06T06:42:23.196Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:23.196Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:23.196Z] 3af24d8d3fbc: Layer already exists [2021-04-06T06:42:23.196Z] master: digest: sha256:b61ed14bc372fd9f4c5fc2218ef4acc116a8da7d8b605297a667a8df8c88100d size: 1363 [Pipeline] } [2021-04-06T06:42:23.240Z] Removing intermediate container 34aabb462fde [2021-04-06T06:42:23.241Z] ---> 4ec419520212 [2021-04-06T06:42:23.241Z] Step 12/23 : ENV APP_PORT=48080 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:23.371Z] ===================================================== [Pipeline] echo [2021-04-06T06:42:23.424Z] taggedImages: [2021-04-06T06:42:23.424Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:23.424Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.162 [2021-04-06T06:42:23.424Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:23.424Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-06T06:42:23.485Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-06T06:42:23.485Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:23.485Z] 2.0.0-dev.162 [2021-04-06T06:42:23.485Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:23.485Z] master [2021-04-06T06:42:23.485Z] ===================================================== [2021-04-06T06:42:23.523Z] ---> 35b2a2dc434a [2021-04-06T06:42:23.523Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-06T06:42:23.523Z] ---> Running in c7e41d1a1160 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:23.960Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:24.263Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:24.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-06T06:42:24.264Z] 728067bf9003: Preparing [2021-04-06T06:42:24.264Z] 728067bf9003: Preparing [2021-04-06T06:42:24.264Z] 133eb26ae64d: Preparing [2021-04-06T06:42:24.264Z] 07e0a658d33a: Preparing [2021-04-06T06:42:24.264Z] 84ddbc5eb216: Preparing [2021-04-06T06:42:24.264Z] 28365cd6779c: Preparing [2021-04-06T06:42:24.264Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:24.264Z] 88af29fb6b2e: Preparing [2021-04-06T06:42:24.264Z] 88af29fb6b2e: Preparing [2021-04-06T06:42:24.264Z] 25333af9cb49: Preparing [2021-04-06T06:42:24.264Z] 24684391618e: Preparing [2021-04-06T06:42:24.264Z] b0b9881431d7: Preparing [2021-04-06T06:42:24.264Z] 0010cc61f7b7: Waiting [2021-04-06T06:42:24.264Z] 88af29fb6b2e: Waiting [2021-04-06T06:42:24.264Z] 25333af9cb49: Waiting [2021-04-06T06:42:24.264Z] 24684391618e: Waiting [2021-04-06T06:42:24.264Z] b0b9881431d7: Waiting [2021-04-06T06:42:24.513Z] Removing intermediate container c7e41d1a1160 [2021-04-06T06:42:24.513Z] ---> b267d9e5e096 [2021-04-06T06:42:24.513Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-06T06:42:24.543Z] 07e0a658d33a: Pushed [2021-04-06T06:42:24.544Z] 84ddbc5eb216: Pushed [2021-04-06T06:42:24.544Z] 133eb26ae64d: Pushed [2021-04-06T06:42:24.544Z] 728067bf9003: Pushed [2021-04-06T06:42:24.544Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:24.544Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:24.788Z] ---> Running in 02930a29c931 [2021-04-06T06:42:24.788Z] Removing intermediate container bd5e9beed047 [2021-04-06T06:42:24.788Z] ---> 790cc8a1d141 [2021-04-06T06:42:24.788Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:42:24.806Z] 24684391618e: Pushed [2021-04-06T06:42:24.806Z] 25333af9cb49: Pushed [2021-04-06T06:42:24.806Z] 88af29fb6b2e: Pushed [2021-04-06T06:42:25.063Z] ---> 81ced9563b88 [2021-04-06T06:42:25.064Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-06T06:42:25.064Z] ---> 460a8847aa60 [2021-04-06T06:42:25.064Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-06T06:42:25.064Z] ---> Running in 253ad9951a9a [2021-04-06T06:42:25.340Z] Removing intermediate container 02930a29c931 [2021-04-06T06:42:25.340Z] ---> 89cb81b4e16e [2021-04-06T06:42:25.340Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:42:25.632Z] ---> Running in c4d1e396a77e [2021-04-06T06:42:25.754Z] 28365cd6779c: Pushed [2021-04-06T06:42:25.754Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:0ab895c955156c619f330be09fac72bc1c33b7cf14e823f58f67880d0dfaeb3e size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:25.920Z] ---> 6673647919aa [2021-04-06T06:42:25.921Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-06T06:42:26.070Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:26.205Z] ---> ae6e843696b4 [2021-04-06T06:42:26.205Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-06T06:42:26.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.162 [2021-04-06T06:42:26.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-06T06:42:26.382Z] 728067bf9003: Preparing [2021-04-06T06:42:26.382Z] 728067bf9003: Preparing [2021-04-06T06:42:26.382Z] 133eb26ae64d: Preparing [2021-04-06T06:42:26.382Z] 07e0a658d33a: Preparing [2021-04-06T06:42:26.382Z] 84ddbc5eb216: Preparing [2021-04-06T06:42:26.382Z] 28365cd6779c: Preparing [2021-04-06T06:42:26.382Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:26.382Z] 88af29fb6b2e: Preparing [2021-04-06T06:42:26.382Z] 88af29fb6b2e: Preparing [2021-04-06T06:42:26.382Z] 25333af9cb49: Preparing [2021-04-06T06:42:26.382Z] 24684391618e: Preparing [2021-04-06T06:42:26.382Z] b0b9881431d7: Preparing [2021-04-06T06:42:26.382Z] 0010cc61f7b7: Waiting [2021-04-06T06:42:26.382Z] 88af29fb6b2e: Waiting [2021-04-06T06:42:26.382Z] 25333af9cb49: Waiting [2021-04-06T06:42:26.382Z] 24684391618e: Waiting [2021-04-06T06:42:26.382Z] b0b9881431d7: Waiting [2021-04-06T06:42:26.382Z] 07e0a658d33a: Layer already exists [2021-04-06T06:42:26.382Z] 133eb26ae64d: Layer already exists [2021-04-06T06:42:26.382Z] 28365cd6779c: Layer already exists [2021-04-06T06:42:26.382Z] 728067bf9003: Layer already exists [2021-04-06T06:42:26.382Z] 84ddbc5eb216: Layer already exists [2021-04-06T06:42:26.382Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:26.382Z] 88af29fb6b2e: Layer already exists [2021-04-06T06:42:26.382Z] 25333af9cb49: Layer already exists [2021-04-06T06:42:26.382Z] 24684391618e: Layer already exists [2021-04-06T06:42:26.382Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:26.382Z] 2.0.0-dev.162: digest: sha256:0ab895c955156c619f330be09fac72bc1c33b7cf14e823f58f67880d0dfaeb3e size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:26.488Z] ---> Running in eec32402fec6 [2021-04-06T06:42:26.691Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:26.767Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-06T06:42:26.767Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-06T06:42:26.767Z] ---> eeaf43b92773 [2021-04-06T06:42:26.767Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-06T06:42:27.002Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:27.002Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-06T06:42:27.002Z] 728067bf9003: Preparing [2021-04-06T06:42:27.002Z] 728067bf9003: Preparing [2021-04-06T06:42:27.002Z] 133eb26ae64d: Preparing [2021-04-06T06:42:27.002Z] 07e0a658d33a: Preparing [2021-04-06T06:42:27.002Z] 84ddbc5eb216: Preparing [2021-04-06T06:42:27.002Z] 28365cd6779c: Preparing [2021-04-06T06:42:27.002Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:27.002Z] 88af29fb6b2e: Preparing [2021-04-06T06:42:27.002Z] 88af29fb6b2e: Preparing [2021-04-06T06:42:27.002Z] 25333af9cb49: Preparing [2021-04-06T06:42:27.002Z] 24684391618e: Preparing [2021-04-06T06:42:27.002Z] b0b9881431d7: Preparing [2021-04-06T06:42:27.002Z] 0010cc61f7b7: Waiting [2021-04-06T06:42:27.002Z] 88af29fb6b2e: Waiting [2021-04-06T06:42:27.002Z] 25333af9cb49: Waiting [2021-04-06T06:42:27.002Z] 24684391618e: Waiting [2021-04-06T06:42:27.002Z] b0b9881431d7: Waiting [2021-04-06T06:42:27.002Z] 28365cd6779c: Layer already exists [2021-04-06T06:42:27.002Z] 133eb26ae64d: Layer already exists [2021-04-06T06:42:27.002Z] 84ddbc5eb216: Layer already exists [2021-04-06T06:42:27.002Z] 07e0a658d33a: Layer already exists [2021-04-06T06:42:27.002Z] 728067bf9003: Layer already exists [2021-04-06T06:42:27.002Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:27.003Z] 88af29fb6b2e: Layer already exists [2021-04-06T06:42:27.003Z] 25333af9cb49: Layer already exists [2021-04-06T06:42:27.003Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:27.003Z] 24684391618e: Layer already exists [2021-04-06T06:42:27.003Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:0ab895c955156c619f330be09fac72bc1c33b7cf14e823f58f67880d0dfaeb3e size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:27.314Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:27.369Z] ---> Running in d55bad58c34d [2021-04-06T06:42:27.370Z] Removing intermediate container eec32402fec6 [2021-04-06T06:42:27.370Z] ---> 319c5fb42a92 [2021-04-06T06:42:27.370Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:42:27.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-06T06:42:27.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-06T06:42:27.620Z] 728067bf9003: Preparing [2021-04-06T06:42:27.620Z] 728067bf9003: Preparing [2021-04-06T06:42:27.620Z] 133eb26ae64d: Preparing [2021-04-06T06:42:27.620Z] 07e0a658d33a: Preparing [2021-04-06T06:42:27.620Z] 84ddbc5eb216: Preparing [2021-04-06T06:42:27.620Z] 28365cd6779c: Preparing [2021-04-06T06:42:27.620Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:27.620Z] 88af29fb6b2e: Preparing [2021-04-06T06:42:27.620Z] 88af29fb6b2e: Preparing [2021-04-06T06:42:27.620Z] 25333af9cb49: Preparing [2021-04-06T06:42:27.620Z] 24684391618e: Preparing [2021-04-06T06:42:27.620Z] b0b9881431d7: Preparing [2021-04-06T06:42:27.620Z] 0010cc61f7b7: Waiting [2021-04-06T06:42:27.620Z] 88af29fb6b2e: Waiting [2021-04-06T06:42:27.620Z] 25333af9cb49: Waiting [2021-04-06T06:42:27.620Z] 24684391618e: Waiting [2021-04-06T06:42:27.620Z] b0b9881431d7: Waiting [2021-04-06T06:42:27.620Z] 133eb26ae64d: Layer already exists [2021-04-06T06:42:27.620Z] 84ddbc5eb216: Layer already exists [2021-04-06T06:42:27.620Z] 07e0a658d33a: Layer already exists [2021-04-06T06:42:27.620Z] 28365cd6779c: Layer already exists [2021-04-06T06:42:27.620Z] 728067bf9003: Layer already exists [2021-04-06T06:42:27.620Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:27.620Z] 88af29fb6b2e: Layer already exists [2021-04-06T06:42:27.620Z] 25333af9cb49: Layer already exists [2021-04-06T06:42:27.620Z] 24684391618e: Layer already exists [2021-04-06T06:42:27.620Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:27.620Z] master: digest: sha256:0ab895c955156c619f330be09fac72bc1c33b7cf14e823f58f67880d0dfaeb3e size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:27.798Z] ===================================================== [Pipeline] echo [2021-04-06T06:42:27.843Z] taggedImages: [2021-04-06T06:42:27.843Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:27.843Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.162 [2021-04-06T06:42:27.843Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:27.843Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-06T06:42:27.906Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-06T06:42:27.906Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:27.906Z] 2.0.0-dev.162 [2021-04-06T06:42:27.906Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:27.906Z] master [2021-04-06T06:42:27.906Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-04-06T06:42:27.990Z] ---> Running in 899e1ecfde43 [2021-04-06T06:42:27.990Z] ---> 7315573531bc [2021-04-06T06:42:27.990Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:28.407Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:28.587Z] Removing intermediate container 899e1ecfde43 [2021-04-06T06:42:28.587Z] ---> d0f416f5a99c [2021-04-06T06:42:28.587Z] Step 20/22 : LABEL arch=arm64 [2021-04-06T06:42:28.710Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:28.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-06T06:42:28.711Z] 1c6768cebd60: Preparing [2021-04-06T06:42:28.711Z] a655a7d93e02: Preparing [2021-04-06T06:42:28.711Z] d57fe483a760: Preparing [2021-04-06T06:42:28.711Z] c3fa4ced1e53: Preparing [2021-04-06T06:42:28.711Z] 916346bfd11b: Preparing [2021-04-06T06:42:28.711Z] b0b9881431d7: Preparing [2021-04-06T06:42:28.711Z] b0b9881431d7: Waiting [2021-04-06T06:42:28.711Z] c3fa4ced1e53: Pushed [2021-04-06T06:42:28.861Z] Removing intermediate container 253ad9951a9a [2021-04-06T06:42:28.861Z] ---> 0220851c00fb [2021-04-06T06:42:28.861Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-06T06:42:28.861Z] ---> Running in 35a8e174a146 [2021-04-06T06:42:28.861Z] ---> Running in 041ece423678 [2021-04-06T06:42:28.973Z] d57fe483a760: Pushed [2021-04-06T06:42:28.973Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:28.973Z] 916346bfd11b: Pushed [2021-04-06T06:42:29.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:29.146Z] Removing intermediate container c4d1e396a77e [2021-04-06T06:42:29.146Z] ---> cc6a8c58832f [2021-04-06T06:42:29.146Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-06T06:42:29.146Z] ---> c4fa041bcab7 [2021-04-06T06:42:29.146Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-06T06:42:29.146Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:29.424Z] ---> Running in 7ed180db0c5f [2021-04-06T06:42:29.712Z] Removing intermediate container 35a8e174a146 [2021-04-06T06:42:29.712Z] ---> 88360f763b1c [2021-04-06T06:42:29.712Z] Step 21/22 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:29.712Z] Removing intermediate container 041ece423678 [2021-04-06T06:42:29.712Z] ---> 5967b709ce72 [2021-04-06T06:42:29.712Z] Step 22/24 : LABEL arch=arm64 [2021-04-06T06:42:29.918Z] a655a7d93e02: Pushed [2021-04-06T06:42:29.918Z] 1c6768cebd60: Pushed [2021-04-06T06:42:29.918Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:a30c55c8f9905d710359ac6192062abf084307c8753a8c36ee3fd1e8792ca5c6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:30.002Z] (1/2) Installing readline (8.0.4-r0) [2021-04-06T06:42:30.002Z] (2/2) Installing bash (5.0.17-r0) [2021-04-06T06:42:30.002Z] ---> Running in ed5483e0b7bb [2021-04-06T06:42:30.002Z] Executing bash-5.0.17-r0.post-install [2021-04-06T06:42:30.002Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:42:30.003Z] ---> Running in 4804f9b57ea2 [2021-04-06T06:42:30.003Z] OK: 12 MiB in 22 packages [2021-04-06T06:42:30.226Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:30.532Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.162 [2021-04-06T06:42:30.532Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-06T06:42:30.532Z] 1c6768cebd60: Preparing [2021-04-06T06:42:30.532Z] a655a7d93e02: Preparing [2021-04-06T06:42:30.532Z] d57fe483a760: Preparing [2021-04-06T06:42:30.532Z] c3fa4ced1e53: Preparing [2021-04-06T06:42:30.532Z] 916346bfd11b: Preparing [2021-04-06T06:42:30.532Z] b0b9881431d7: Preparing [2021-04-06T06:42:30.532Z] b0b9881431d7: Waiting [2021-04-06T06:42:30.532Z] d57fe483a760: Layer already exists [2021-04-06T06:42:30.532Z] 916346bfd11b: Layer already exists [2021-04-06T06:42:30.532Z] a655a7d93e02: Layer already exists [2021-04-06T06:42:30.532Z] 1c6768cebd60: Layer already exists [2021-04-06T06:42:30.532Z] c3fa4ced1e53: Layer already exists [2021-04-06T06:42:30.532Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:30.532Z] 2.0.0-dev.162: digest: sha256:a30c55c8f9905d710359ac6192062abf084307c8753a8c36ee3fd1e8792ca5c6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:30.607Z] ---> 690bb9266ecf [2021-04-06T06:42:30.607Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-06T06:42:30.607Z] Removing intermediate container ed5483e0b7bb [2021-04-06T06:42:30.607Z] ---> cd5c49444298 [2021-04-06T06:42:30.607Z] Step 23/24 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:30.840Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:30.877Z] Removing intermediate container 4804f9b57ea2 [2021-04-06T06:42:30.877Z] ---> 228d82eb0b86 [2021-04-06T06:42:30.877Z] Step 22/22 : LABEL version=2.0.0-dev.162 [2021-04-06T06:42:30.877Z] ---> Running in 07c5ff5a15fc [2021-04-06T06:42:31.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:31.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-06T06:42:31.142Z] 1c6768cebd60: Preparing [2021-04-06T06:42:31.142Z] a655a7d93e02: Preparing [2021-04-06T06:42:31.142Z] d57fe483a760: Preparing [2021-04-06T06:42:31.142Z] c3fa4ced1e53: Preparing [2021-04-06T06:42:31.142Z] 916346bfd11b: Preparing [2021-04-06T06:42:31.142Z] b0b9881431d7: Preparing [2021-04-06T06:42:31.142Z] b0b9881431d7: Waiting [2021-04-06T06:42:31.142Z] d57fe483a760: Layer already exists [2021-04-06T06:42:31.142Z] c3fa4ced1e53: Layer already exists [2021-04-06T06:42:31.142Z] 916346bfd11b: Layer already exists [2021-04-06T06:42:31.142Z] a655a7d93e02: Layer already exists [2021-04-06T06:42:31.142Z] 1c6768cebd60: Layer already exists [2021-04-06T06:42:31.142Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:31.142Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:a30c55c8f9905d710359ac6192062abf084307c8753a8c36ee3fd1e8792ca5c6 size: 1575 [2021-04-06T06:42:31.150Z] ---> Running in 19dd7944d895 [2021-04-06T06:42:31.150Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:31.448Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:31.745Z] ---> 820282989ce3 [2021-04-06T06:42:31.745Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-06T06:42:31.745Z] Removing intermediate container 07c5ff5a15fc [2021-04-06T06:42:31.745Z] ---> 9b88912c21ce [2021-04-06T06:42:31.745Z] Step 24/24 : LABEL version=2.0.0-dev.162 [2021-04-06T06:42:31.745Z] Removing intermediate container 19dd7944d895 [2021-04-06T06:42:31.745Z] ---> f2cd0a570f95 [2021-04-06T06:42:31.745Z] [2021-04-06T06:42:31.745Z] Removing intermediate container d55bad58c34d [2021-04-06T06:42:31.745Z] ---> 9544cdae84e0 [2021-04-06T06:42:31.745Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-06T06:42:31.745Z] ---> Running in a2c920f801db [2021-04-06T06:42:31.746Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-06T06:42:31.746Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-06T06:42:31.746Z] 1c6768cebd60: Preparing [2021-04-06T06:42:31.746Z] a655a7d93e02: Preparing [2021-04-06T06:42:31.746Z] d57fe483a760: Preparing [2021-04-06T06:42:31.746Z] c3fa4ced1e53: Preparing [2021-04-06T06:42:31.746Z] 916346bfd11b: Preparing [2021-04-06T06:42:31.746Z] b0b9881431d7: Preparing [2021-04-06T06:42:31.746Z] b0b9881431d7: Waiting [2021-04-06T06:42:31.746Z] a655a7d93e02: Layer already exists [2021-04-06T06:42:31.746Z] d57fe483a760: Layer already exists [2021-04-06T06:42:31.746Z] c3fa4ced1e53: Layer already exists [2021-04-06T06:42:31.746Z] 916346bfd11b: Layer already exists [2021-04-06T06:42:31.746Z] 1c6768cebd60: Layer already exists [2021-04-06T06:42:31.746Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:31.746Z] master: digest: sha256:a30c55c8f9905d710359ac6192062abf084307c8753a8c36ee3fd1e8792ca5c6 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:31.958Z] ===================================================== [Pipeline] echo [2021-04-06T06:42:32.001Z] taggedImages: [2021-04-06T06:42:32.001Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:32.001Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.162 [2021-04-06T06:42:32.001Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:32.001Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-06T06:42:32.027Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-04-06T06:42:32.067Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-06T06:42:32.067Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:32.067Z] 2.0.0-dev.162 [2021-04-06T06:42:32.067Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:32.067Z] master [2021-04-06T06:42:32.067Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:32.305Z] ---> Running in afaecf0a640b [2021-04-06T06:42:32.305Z] Successfully built f2cd0a570f95 [2021-04-06T06:42:32.305Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-06T06:42:32.305Z]  Building docker-support-notifications-go ... done  ---> Running in b26ba92f8ba7 [2021-04-06T06:42:32.305Z] Building docker-core-command-go [2021-04-06T06:42:32.566Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:32.608Z] Removing intermediate container a2c920f801db [2021-04-06T06:42:32.608Z] ---> d43af24b42ac [2021-04-06T06:42:32.608Z] [2021-04-06T06:42:32.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:32.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-06T06:42:32.869Z] 2b44fd7704b0: Preparing [2021-04-06T06:42:32.869Z] 99e1c2590221: Preparing [2021-04-06T06:42:32.869Z] e1dcdb363c0a: Preparing [2021-04-06T06:42:32.869Z] 996e8a4f3732: Preparing [2021-04-06T06:42:32.869Z] b59c14971065: Preparing [2021-04-06T06:42:32.869Z] 130559d0f4f4: Preparing [2021-04-06T06:42:32.869Z] 0939a6baac95: Preparing [2021-04-06T06:42:32.869Z] 12becb070c57: Preparing [2021-04-06T06:42:32.869Z] b0b9881431d7: Preparing [2021-04-06T06:42:32.869Z] 0939a6baac95: Waiting [2021-04-06T06:42:32.869Z] 12becb070c57: Waiting [2021-04-06T06:42:32.869Z] b0b9881431d7: Waiting [2021-04-06T06:42:32.869Z] 130559d0f4f4: Waiting [2021-04-06T06:42:32.883Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-06T06:42:32.883Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-06T06:42:32.883Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-06T06:42:32.883Z] Removing intermediate container afaecf0a640b [2021-04-06T06:42:32.883Z] ---> 4c841fd7b9fd [2021-04-06T06:42:32.883Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-06T06:42:32.883Z] Successfully built d43af24b42ac [2021-04-06T06:42:32.883Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-06T06:42:32.883Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-04-06T06:42:33.132Z] 99e1c2590221: Pushed [2021-04-06T06:42:33.132Z] b59c14971065: Pushed [2021-04-06T06:42:33.132Z] 2b44fd7704b0: Pushed [2021-04-06T06:42:33.160Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-06T06:42:33.160Z] Removing intermediate container b26ba92f8ba7 [2021-04-06T06:42:33.160Z] ---> 646a011fdb00 [2021-04-06T06:42:33.160Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-06T06:42:33.160Z] ---> Running in a40270c620fe [2021-04-06T06:42:33.402Z] 130559d0f4f4: Pushed [2021-04-06T06:42:33.402Z] 0939a6baac95: Pushed [2021-04-06T06:42:33.402Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:33.441Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-06T06:42:33.441Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-06T06:42:33.665Z] 12becb070c57: Pushed [2021-04-06T06:42:33.711Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:42:33.711Z] OK: 8 MiB in 20 packages [2021-04-06T06:42:33.926Z] 996e8a4f3732: Pushed [2021-04-06T06:42:33.927Z] e1dcdb363c0a: Pushed [2021-04-06T06:42:33.998Z] Removing intermediate container a40270c620fe [2021-04-06T06:42:33.998Z] ---> 1fceaae11ed3 [2021-04-06T06:42:33.998Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-06T06:42:33.998Z] ---> fda38c82d916 [2021-04-06T06:42:33.998Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-06T06:42:34.188Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:7fba9a1ab63cb86d4a83cd4865f08959ee397e123194c95792eeb0594c9f83c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:34.493Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:34.595Z] ---> Running in c14d70276328 [2021-04-06T06:42:34.595Z] ---> Running in 8ffad94bfd90 [2021-04-06T06:42:34.791Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.162 [2021-04-06T06:42:34.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-06T06:42:34.791Z] 2b44fd7704b0: Preparing [2021-04-06T06:42:34.791Z] 99e1c2590221: Preparing [2021-04-06T06:42:34.791Z] e1dcdb363c0a: Preparing [2021-04-06T06:42:34.791Z] 996e8a4f3732: Preparing [2021-04-06T06:42:34.791Z] b59c14971065: Preparing [2021-04-06T06:42:34.791Z] 130559d0f4f4: Preparing [2021-04-06T06:42:34.791Z] 0939a6baac95: Preparing [2021-04-06T06:42:34.791Z] 12becb070c57: Preparing [2021-04-06T06:42:34.791Z] b0b9881431d7: Preparing [2021-04-06T06:42:34.791Z] 130559d0f4f4: Waiting [2021-04-06T06:42:34.791Z] 0939a6baac95: Waiting [2021-04-06T06:42:34.791Z] 12becb070c57: Waiting [2021-04-06T06:42:34.791Z] b0b9881431d7: Waiting [2021-04-06T06:42:34.791Z] b59c14971065: Layer already exists [2021-04-06T06:42:34.791Z] e1dcdb363c0a: Layer already exists [2021-04-06T06:42:34.791Z] 996e8a4f3732: Layer already exists [2021-04-06T06:42:34.791Z] 99e1c2590221: Layer already exists [2021-04-06T06:42:34.791Z] 2b44fd7704b0: Layer already exists [2021-04-06T06:42:34.791Z] 130559d0f4f4: Layer already exists [2021-04-06T06:42:34.791Z] 12becb070c57: Layer already exists [2021-04-06T06:42:34.791Z] 0939a6baac95: Layer already exists [2021-04-06T06:42:34.791Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:34.791Z] 2.0.0-dev.162: digest: sha256:7fba9a1ab63cb86d4a83cd4865f08959ee397e123194c95792eeb0594c9f83c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:35.095Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:35.393Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:35.393Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-06T06:42:35.393Z] 2b44fd7704b0: Preparing [2021-04-06T06:42:35.393Z] 99e1c2590221: Preparing [2021-04-06T06:42:35.393Z] e1dcdb363c0a: Preparing [2021-04-06T06:42:35.393Z] 996e8a4f3732: Preparing [2021-04-06T06:42:35.393Z] b59c14971065: Preparing [2021-04-06T06:42:35.393Z] 130559d0f4f4: Preparing [2021-04-06T06:42:35.393Z] 0939a6baac95: Preparing [2021-04-06T06:42:35.393Z] 12becb070c57: Preparing [2021-04-06T06:42:35.393Z] b0b9881431d7: Preparing [2021-04-06T06:42:35.393Z] 0939a6baac95: Waiting [2021-04-06T06:42:35.393Z] 12becb070c57: Waiting [2021-04-06T06:42:35.393Z] b0b9881431d7: Waiting [2021-04-06T06:42:35.393Z] 130559d0f4f4: Waiting [2021-04-06T06:42:35.393Z] 996e8a4f3732: Layer already exists [2021-04-06T06:42:35.393Z] b59c14971065: Layer already exists [2021-04-06T06:42:35.393Z] 99e1c2590221: Layer already exists [2021-04-06T06:42:35.393Z] 2b44fd7704b0: Layer already exists [2021-04-06T06:42:35.393Z] e1dcdb363c0a: Layer already exists [2021-04-06T06:42:35.393Z] 130559d0f4f4: Layer already exists [2021-04-06T06:42:35.393Z] 12becb070c57: Layer already exists [2021-04-06T06:42:35.393Z] 0939a6baac95: Layer already exists [2021-04-06T06:42:35.393Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:35.393Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:7fba9a1ab63cb86d4a83cd4865f08959ee397e123194c95792eeb0594c9f83c3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:35.594Z] Removing intermediate container c14d70276328 [2021-04-06T06:42:35.594Z] ---> 5234e96fe7f6 [2021-04-06T06:42:35.594Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-06T06:42:35.698Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:35.996Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-06T06:42:35.996Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-06T06:42:35.996Z] 2b44fd7704b0: Preparing [2021-04-06T06:42:35.996Z] 99e1c2590221: Preparing [2021-04-06T06:42:35.996Z] e1dcdb363c0a: Preparing [2021-04-06T06:42:35.996Z] 996e8a4f3732: Preparing [2021-04-06T06:42:35.996Z] b59c14971065: Preparing [2021-04-06T06:42:35.996Z] 130559d0f4f4: Preparing [2021-04-06T06:42:35.996Z] 0939a6baac95: Preparing [2021-04-06T06:42:35.996Z] 12becb070c57: Preparing [2021-04-06T06:42:35.996Z] b0b9881431d7: Preparing [2021-04-06T06:42:35.996Z] 0939a6baac95: Waiting [2021-04-06T06:42:35.996Z] 12becb070c57: Waiting [2021-04-06T06:42:35.996Z] 130559d0f4f4: Waiting [2021-04-06T06:42:35.996Z] b0b9881431d7: Waiting [2021-04-06T06:42:35.996Z] 2b44fd7704b0: Layer already exists [2021-04-06T06:42:35.996Z] 99e1c2590221: Layer already exists [2021-04-06T06:42:35.996Z] b59c14971065: Layer already exists [2021-04-06T06:42:35.996Z] 996e8a4f3732: Layer already exists [2021-04-06T06:42:35.996Z] e1dcdb363c0a: Layer already exists [2021-04-06T06:42:35.996Z] 0939a6baac95: Layer already exists [2021-04-06T06:42:35.996Z] 130559d0f4f4: Layer already exists [2021-04-06T06:42:35.996Z] 12becb070c57: Layer already exists [2021-04-06T06:42:35.996Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:35.996Z] master: digest: sha256:7fba9a1ab63cb86d4a83cd4865f08959ee397e123194c95792eeb0594c9f83c3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:36.173Z] ===================================================== [2021-04-06T06:42:36.190Z] Removing intermediate container 7ed180db0c5f [2021-04-06T06:42:36.191Z] ---> 5a81858edc99 [2021-04-06T06:42:36.191Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] echo [2021-04-06T06:42:36.219Z] taggedImages: [2021-04-06T06:42:36.219Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:36.219Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.162 [2021-04-06T06:42:36.219Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:36.219Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-06T06:42:36.282Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-06T06:42:36.282Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:36.282Z] 2.0.0-dev.162 [2021-04-06T06:42:36.282Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:36.282Z] master [2021-04-06T06:42:36.282Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:36.776Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:37.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:37.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-06T06:42:37.076Z] 9168504a13c1: Preparing [2021-04-06T06:42:37.076Z] 7bdde2f10d5a: Preparing [2021-04-06T06:42:37.076Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:37.076Z] b6b2251b1a84: Preparing [2021-04-06T06:42:37.076Z] b0b9881431d7: Preparing [2021-04-06T06:42:37.076Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:37.076Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:37.076Z] 9168504a13c1: Pushed [2021-04-06T06:42:37.339Z] b6b2251b1a84: Pushed [2021-04-06T06:42:38.183Z] ---> a4975b6e7a29 [2021-04-06T06:42:38.183Z] ---> b38a6e6baf15 [2021-04-06T06:42:38.183Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-06T06:42:38.183Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-06T06:42:38.286Z] 7bdde2f10d5a: Pushed [2021-04-06T06:42:38.286Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:c0eda9fe8870674a151a0d17e28c9bb02e72f50f5b40c1a33532ad284a5b3db1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:38.463Z] Removing intermediate container 8ffad94bfd90 [2021-04-06T06:42:38.463Z] ---> ebc018ccde71 [2021-04-06T06:42:38.463Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-06T06:42:38.596Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:38.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.162 [2021-04-06T06:42:38.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-06T06:42:38.896Z] 9168504a13c1: Preparing [2021-04-06T06:42:38.896Z] 7bdde2f10d5a: Preparing [2021-04-06T06:42:38.896Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:38.896Z] b6b2251b1a84: Preparing [2021-04-06T06:42:38.896Z] b0b9881431d7: Preparing [2021-04-06T06:42:38.896Z] 9168504a13c1: Layer already exists [2021-04-06T06:42:38.896Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:38.896Z] 7bdde2f10d5a: Layer already exists [2021-04-06T06:42:38.896Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:38.896Z] b6b2251b1a84: Layer already exists [2021-04-06T06:42:38.896Z] 2.0.0-dev.162: digest: sha256:c0eda9fe8870674a151a0d17e28c9bb02e72f50f5b40c1a33532ad284a5b3db1 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:39.061Z] ---> Running in 327f7dc0b88d [2021-04-06T06:42:39.061Z] ---> 3321139d9e6f [2021-04-06T06:42:39.061Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-06T06:42:39.215Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:39.614Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:39.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-06T06:42:39.614Z] 9168504a13c1: Preparing [2021-04-06T06:42:39.614Z] 7bdde2f10d5a: Preparing [2021-04-06T06:42:39.614Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:39.614Z] b6b2251b1a84: Preparing [2021-04-06T06:42:39.614Z] b0b9881431d7: Preparing [2021-04-06T06:42:39.614Z] 7bdde2f10d5a: Layer already exists [2021-04-06T06:42:39.614Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:39.614Z] 9168504a13c1: Layer already exists [2021-04-06T06:42:39.614Z] b6b2251b1a84: Layer already exists [2021-04-06T06:42:39.614Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:39.614Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:c0eda9fe8870674a151a0d17e28c9bb02e72f50f5b40c1a33532ad284a5b3db1 size: 1364 [Pipeline] isUnix [2021-04-06T06:42:39.662Z] Removing intermediate container 327f7dc0b88d [2021-04-06T06:42:39.662Z] ---> 517faa2e181e [2021-04-06T06:42:39.662Z] Step 28/31 : CMD ["gate"] [2021-04-06T06:42:39.662Z] ---> e8543bc97318 [2021-04-06T06:42:39.662Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] sh [2021-04-06T06:42:39.951Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:40.250Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-06T06:42:40.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-06T06:42:40.250Z] 9168504a13c1: Preparing [2021-04-06T06:42:40.250Z] 7bdde2f10d5a: Preparing [2021-04-06T06:42:40.250Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:40.250Z] b6b2251b1a84: Preparing [2021-04-06T06:42:40.250Z] b0b9881431d7: Preparing [2021-04-06T06:42:40.250Z] 7bdde2f10d5a: Layer already exists [2021-04-06T06:42:40.250Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:40.250Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:40.250Z] b6b2251b1a84: Layer already exists [2021-04-06T06:42:40.250Z] 9168504a13c1: Layer already exists [2021-04-06T06:42:40.250Z] master: digest: sha256:c0eda9fe8870674a151a0d17e28c9bb02e72f50f5b40c1a33532ad284a5b3db1 size: 1364 [2021-04-06T06:42:40.256Z] ---> Running in 27bafef77a05 [2021-04-06T06:42:40.256Z] ---> 9cb0346bee18 [2021-04-06T06:42:40.256Z] Step 19/26 : RUN apk --no-cache add py3-pip [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:40.467Z] ===================================================== [Pipeline] echo [2021-04-06T06:42:40.516Z] taggedImages: [2021-04-06T06:42:40.516Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:40.516Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.162 [2021-04-06T06:42:40.516Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:40.516Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-06T06:42:40.531Z] ---> Running in 87868be6c3f6 [Pipeline] echo [2021-04-06T06:42:40.591Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-06T06:42:40.591Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:40.591Z] 2.0.0-dev.162 [2021-04-06T06:42:40.591Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:40.591Z] master [2021-04-06T06:42:40.591Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-04-06T06:42:40.805Z] ---> 4ae47eccc7bf [2021-04-06T06:42:40.805Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-06T06:42:40.805Z] Removing intermediate container 27bafef77a05 [2021-04-06T06:42:40.805Z] ---> db2dcf87e711 [2021-04-06T06:42:40.805Z] Step 29/31 : LABEL arch=arm64 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:41.107Z] ---> Running in 236d70efd4fd [2021-04-06T06:42:41.130Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:41.393Z] ---> Running in 5bf0e3e9346d [2021-04-06T06:42:41.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:41.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-06T06:42:41.431Z] 82b4691491d1: Preparing [2021-04-06T06:42:41.431Z] 6b4b87ccb7e7: Preparing [2021-04-06T06:42:41.431Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:41.431Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:41.431Z] b0b9881431d7: Preparing [2021-04-06T06:42:41.431Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:41.431Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:41.431Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:41.431Z] 82b4691491d1: Pushed [2021-04-06T06:42:41.668Z] Removing intermediate container 236d70efd4fd [2021-04-06T06:42:41.668Z] ---> 0202e206b83a [2021-04-06T06:42:41.668Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:42:41.944Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:41.944Z] ---> Running in 6077c4edc71a [2021-04-06T06:42:41.944Z] Removing intermediate container 5bf0e3e9346d [2021-04-06T06:42:41.944Z] ---> c073dffc7669 [2021-04-06T06:42:41.944Z] Step 30/31 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:42.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:42.484Z] ---> Running in f2af3788f6d0 [2021-04-06T06:42:42.484Z] Removing intermediate container 6077c4edc71a [2021-04-06T06:42:42.484Z] ---> aa35b668b078 [2021-04-06T06:42:42.484Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:42:42.755Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-06T06:42:42.755Z] (2/33) Installing expat (2.2.9-r1) [2021-04-06T06:42:42.755Z] (3/33) Installing libffi (3.3-r2) [2021-04-06T06:42:42.755Z] (4/33) Installing gdbm (1.13-r1) [2021-04-06T06:42:42.755Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-06T06:42:42.755Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-06T06:42:42.755Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-06T06:42:42.755Z] ---> Running in 73ef016db8e1 [2021-04-06T06:42:42.818Z] 6b4b87ccb7e7: Pushed [2021-04-06T06:42:42.819Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:1f7274935300258db73a88ad490ce65de8ff8d19c87c70bbcbedcdc5710f97b5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:43.127Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:43.353Z] Removing intermediate container f2af3788f6d0 [2021-04-06T06:42:43.353Z] ---> a2d7a5f9eb84 [2021-04-06T06:42:43.354Z] Step 31/31 : LABEL version=2.0.0-dev.162 [2021-04-06T06:42:43.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.162 [2021-04-06T06:42:43.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-06T06:42:43.431Z] 82b4691491d1: Preparing [2021-04-06T06:42:43.431Z] 6b4b87ccb7e7: Preparing [2021-04-06T06:42:43.431Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:43.431Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:43.431Z] b0b9881431d7: Preparing [2021-04-06T06:42:43.431Z] 82b4691491d1: Layer already exists [2021-04-06T06:42:43.431Z] 6b4b87ccb7e7: Layer already exists [2021-04-06T06:42:43.431Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:43.431Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:43.431Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:43.431Z] 2.0.0-dev.162: digest: sha256:1f7274935300258db73a88ad490ce65de8ff8d19c87c70bbcbedcdc5710f97b5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:43.738Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:44.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:44.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-06T06:42:44.038Z] 82b4691491d1: Preparing [2021-04-06T06:42:44.038Z] 6b4b87ccb7e7: Preparing [2021-04-06T06:42:44.038Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:44.038Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:44.038Z] b0b9881431d7: Preparing [2021-04-06T06:42:44.038Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:44.038Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:44.038Z] 82b4691491d1: Layer already exists [2021-04-06T06:42:44.038Z] 6b4b87ccb7e7: Layer already exists [2021-04-06T06:42:44.038Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:44.038Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:1f7274935300258db73a88ad490ce65de8ff8d19c87c70bbcbedcdc5710f97b5 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:44.331Z] Removing intermediate container 73ef016db8e1 [2021-04-06T06:42:44.331Z] ---> e65bb5931df4 [2021-04-06T06:42:44.331Z] Step 22/23 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:44.341Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:44.606Z] ---> Running in c3f5f252e302 [2021-04-06T06:42:44.640Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-06T06:42:44.640Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-06T06:42:44.640Z] 82b4691491d1: Preparing [2021-04-06T06:42:44.640Z] 6b4b87ccb7e7: Preparing [2021-04-06T06:42:44.640Z] 0010cc61f7b7: Preparing [2021-04-06T06:42:44.640Z] 67f71bce2f0e: Preparing [2021-04-06T06:42:44.640Z] b0b9881431d7: Preparing [2021-04-06T06:42:44.640Z] 0010cc61f7b7: Layer already exists [2021-04-06T06:42:44.640Z] b0b9881431d7: Layer already exists [2021-04-06T06:42:44.640Z] 82b4691491d1: Layer already exists [2021-04-06T06:42:44.640Z] 6b4b87ccb7e7: Layer already exists [2021-04-06T06:42:44.640Z] 67f71bce2f0e: Layer already exists [2021-04-06T06:42:44.640Z] master: digest: sha256:1f7274935300258db73a88ad490ce65de8ff8d19c87c70bbcbedcdc5710f97b5 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:44.838Z] ===================================================== [2021-04-06T06:42:44.880Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-06T06:42:44.880Z] ---> Running in 47d6689d8e1d [2021-04-06T06:42:44.880Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-06T06:42:44.880Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-06T06:42:44.880Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-06T06:42:44.880Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-06T06:42:44.880Z] (13/33) Installing py3-setuptools (47.0.0-r0) [Pipeline] echo [2021-04-06T06:42:44.892Z] taggedImages: [2021-04-06T06:42:44.892Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:44.892Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.162 [2021-04-06T06:42:44.892Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:44.892Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-06T06:42:44.957Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-06T06:42:44.957Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:44.957Z] 2.0.0-dev.162 [2021-04-06T06:42:44.957Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:44.957Z] master [2021-04-06T06:42:44.957Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:45.156Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-06T06:42:45.156Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-06T06:42:45.156Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-06T06:42:45.156Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-06T06:42:45.156Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-06T06:42:45.156Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-06T06:42:45.156Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-06T06:42:45.427Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:45.434Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-06T06:42:45.434Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-06T06:42:45.434Z] Removing intermediate container c3f5f252e302 [2021-04-06T06:42:45.434Z] ---> b6799ff8a3b1 [2021-04-06T06:42:45.434Z] [2021-04-06T06:42:45.434Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-06T06:42:45.434Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-06T06:42:45.434Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-06T06:42:45.434Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-06T06:42:45.434Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-06T06:42:45.434Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-06T06:42:45.434Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-06T06:42:45.434Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-06T06:42:45.434Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-06T06:42:45.434Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-06T06:42:45.434Z] (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:45.707Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:42:45.707Z] OK: 71 MiB in 55 packages [2021-04-06T06:42:45.734Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:45.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-06T06:42:45.734Z] 88b7872b7aa4: Preparing [2021-04-06T06:42:45.734Z] ed6fabca15cd: Preparing [2021-04-06T06:42:45.734Z] d6e86af5bbfa: Preparing [2021-04-06T06:42:45.734Z] bdc2f461ff9e: Preparing [2021-04-06T06:42:45.734Z] e44ed9d4d8bb: Preparing [2021-04-06T06:42:45.734Z] 0f9df62e7a1d: Preparing [2021-04-06T06:42:45.734Z] 00485e04cc77: Preparing [2021-04-06T06:42:45.734Z] 0754057c0ad3: Preparing [2021-04-06T06:42:45.734Z] 998cdf262ab1: Preparing [2021-04-06T06:42:45.734Z] 02e56110abd2: Preparing [2021-04-06T06:42:45.734Z] abc36efb885a: Preparing [2021-04-06T06:42:45.734Z] b0b09059f4e1: Preparing [2021-04-06T06:42:45.734Z] bb961f40224b: Preparing [2021-04-06T06:42:45.734Z] f4666769fca7: Preparing [2021-04-06T06:42:45.734Z] 998cdf262ab1: Waiting [2021-04-06T06:42:45.734Z] 02e56110abd2: Waiting [2021-04-06T06:42:45.734Z] abc36efb885a: Waiting [2021-04-06T06:42:45.734Z] b0b09059f4e1: Waiting [2021-04-06T06:42:45.734Z] bb961f40224b: Waiting [2021-04-06T06:42:45.734Z] f4666769fca7: Waiting [2021-04-06T06:42:45.734Z] 0f9df62e7a1d: Waiting [2021-04-06T06:42:45.734Z] 00485e04cc77: Waiting [2021-04-06T06:42:45.734Z] 0754057c0ad3: Waiting [2021-04-06T06:42:45.978Z] Successfully built b6799ff8a3b1 [2021-04-06T06:42:45.978Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-06T06:42:45.978Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 47d6689d8e1d [2021-04-06T06:42:45.978Z] Building docker-security-proxy-setup-go [2021-04-06T06:42:45.978Z] ---> e88895389b55 [2021-04-06T06:42:45.978Z] Step 23/23 : LABEL version=2.0.0-dev.162 [2021-04-06T06:42:46.002Z] e44ed9d4d8bb: Pushed [2021-04-06T06:42:46.002Z] 88b7872b7aa4: Pushed [2021-04-06T06:42:46.249Z] ---> Running in 0410ba3bf397 [2021-04-06T06:42:46.288Z] bdc2f461ff9e: Pushed [2021-04-06T06:42:46.288Z] 0754057c0ad3: Layer already exists [2021-04-06T06:42:46.288Z] 00485e04cc77: Pushed [2021-04-06T06:42:46.288Z] 998cdf262ab1: Layer already exists [2021-04-06T06:42:46.288Z] ed6fabca15cd: Pushed [2021-04-06T06:42:46.288Z] 02e56110abd2: Layer already exists [2021-04-06T06:42:46.288Z] abc36efb885a: Layer already exists [2021-04-06T06:42:46.557Z] bb961f40224b: Layer already exists [2021-04-06T06:42:46.557Z] b0b09059f4e1: Layer already exists [2021-04-06T06:42:46.557Z] f4666769fca7: Layer already exists [2021-04-06T06:42:46.882Z] Removing intermediate container 0410ba3bf397 [2021-04-06T06:42:46.883Z] ---> 7ae3106604fc [2021-04-06T06:42:46.883Z] [2021-04-06T06:42:47.163Z] 0f9df62e7a1d: Pushed [2021-04-06T06:42:47.172Z] Successfully built 7ae3106604fc [2021-04-06T06:42:47.172Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-06T06:42:47.172Z] Building docker-support-scheduler-go [2021-04-06T06:42:53.764Z] d6e86af5bbfa: Pushed [2021-04-06T06:42:53.888Z]  Building docker-core-data-go ... done Removing intermediate container 87868be6c3f6 [2021-04-06T06:42:53.888Z] ---> 7254e2700b1d [2021-04-06T06:42:53.888Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-06T06:42:54.027Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:6c85fff6489e2bf4e4afe029e29ddbe1c41e18664b1a08cad55526ee0eb88d50 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:54.167Z] ---> Running in 5009d2db4ac1 [2021-04-06T06:42:54.341Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:54.644Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.162 [2021-04-06T06:42:54.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-06T06:42:54.644Z] 88b7872b7aa4: Preparing [2021-04-06T06:42:54.644Z] ed6fabca15cd: Preparing [2021-04-06T06:42:54.644Z] d6e86af5bbfa: Preparing [2021-04-06T06:42:54.644Z] bdc2f461ff9e: Preparing [2021-04-06T06:42:54.644Z] e44ed9d4d8bb: Preparing [2021-04-06T06:42:54.644Z] 0f9df62e7a1d: Preparing [2021-04-06T06:42:54.644Z] 00485e04cc77: Preparing [2021-04-06T06:42:54.644Z] 0754057c0ad3: Preparing [2021-04-06T06:42:54.644Z] 998cdf262ab1: Preparing [2021-04-06T06:42:54.644Z] 02e56110abd2: Preparing [2021-04-06T06:42:54.644Z] abc36efb885a: Preparing [2021-04-06T06:42:54.644Z] b0b09059f4e1: Preparing [2021-04-06T06:42:54.644Z] bb961f40224b: Preparing [2021-04-06T06:42:54.644Z] 0f9df62e7a1d: Waiting [2021-04-06T06:42:54.644Z] 00485e04cc77: Waiting [2021-04-06T06:42:54.644Z] 0754057c0ad3: Waiting [2021-04-06T06:42:54.644Z] f4666769fca7: Preparing [2021-04-06T06:42:54.644Z] f4666769fca7: Waiting [2021-04-06T06:42:54.644Z] 998cdf262ab1: Waiting [2021-04-06T06:42:54.644Z] abc36efb885a: Waiting [2021-04-06T06:42:54.644Z] 02e56110abd2: Waiting [2021-04-06T06:42:54.644Z] b0b09059f4e1: Waiting [2021-04-06T06:42:54.644Z] bb961f40224b: Waiting [2021-04-06T06:42:54.644Z] 88b7872b7aa4: Layer already exists [2021-04-06T06:42:54.644Z] e44ed9d4d8bb: Layer already exists [2021-04-06T06:42:54.644Z] bdc2f461ff9e: Layer already exists [2021-04-06T06:42:54.644Z] ed6fabca15cd: Layer already exists [2021-04-06T06:42:54.644Z] d6e86af5bbfa: Layer already exists [2021-04-06T06:42:54.644Z] 0f9df62e7a1d: Layer already exists [2021-04-06T06:42:54.644Z] 00485e04cc77: Layer already exists [2021-04-06T06:42:54.644Z] 998cdf262ab1: Layer already exists [2021-04-06T06:42:54.644Z] 0754057c0ad3: Layer already exists [2021-04-06T06:42:54.644Z] 02e56110abd2: Layer already exists [2021-04-06T06:42:54.644Z] b0b09059f4e1: Layer already exists [2021-04-06T06:42:54.644Z] abc36efb885a: Layer already exists [2021-04-06T06:42:54.644Z] bb961f40224b: Layer already exists [2021-04-06T06:42:54.644Z] f4666769fca7: Layer already exists [2021-04-06T06:42:54.644Z] 2.0.0-dev.162: digest: sha256:6c85fff6489e2bf4e4afe029e29ddbe1c41e18664b1a08cad55526ee0eb88d50 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:54.949Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:55.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:55.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-06T06:42:55.248Z] 88b7872b7aa4: Preparing [2021-04-06T06:42:55.248Z] ed6fabca15cd: Preparing [2021-04-06T06:42:55.248Z] d6e86af5bbfa: Preparing [2021-04-06T06:42:55.248Z] bdc2f461ff9e: Preparing [2021-04-06T06:42:55.248Z] e44ed9d4d8bb: Preparing [2021-04-06T06:42:55.248Z] 0f9df62e7a1d: Preparing [2021-04-06T06:42:55.248Z] 00485e04cc77: Preparing [2021-04-06T06:42:55.248Z] 0754057c0ad3: Preparing [2021-04-06T06:42:55.248Z] 998cdf262ab1: Preparing [2021-04-06T06:42:55.248Z] 02e56110abd2: Preparing [2021-04-06T06:42:55.248Z] abc36efb885a: Preparing [2021-04-06T06:42:55.248Z] b0b09059f4e1: Preparing [2021-04-06T06:42:55.248Z] bb961f40224b: Preparing [2021-04-06T06:42:55.248Z] f4666769fca7: Preparing [2021-04-06T06:42:55.248Z] 0f9df62e7a1d: Waiting [2021-04-06T06:42:55.248Z] 00485e04cc77: Waiting [2021-04-06T06:42:55.248Z] 0754057c0ad3: Waiting [2021-04-06T06:42:55.248Z] 998cdf262ab1: Waiting [2021-04-06T06:42:55.248Z] 02e56110abd2: Waiting [2021-04-06T06:42:55.248Z] abc36efb885a: Waiting [2021-04-06T06:42:55.248Z] b0b09059f4e1: Waiting [2021-04-06T06:42:55.248Z] bb961f40224b: Waiting [2021-04-06T06:42:55.248Z] f4666769fca7: Waiting [2021-04-06T06:42:55.248Z] 88b7872b7aa4: Layer already exists [2021-04-06T06:42:55.248Z] bdc2f461ff9e: Layer already exists [2021-04-06T06:42:55.248Z] e44ed9d4d8bb: Layer already exists [2021-04-06T06:42:55.248Z] d6e86af5bbfa: Layer already exists [2021-04-06T06:42:55.248Z] ed6fabca15cd: Layer already exists [2021-04-06T06:42:55.248Z] 0f9df62e7a1d: Layer already exists [2021-04-06T06:42:55.248Z] 00485e04cc77: Layer already exists [2021-04-06T06:42:55.248Z] 0754057c0ad3: Layer already exists [2021-04-06T06:42:55.248Z] 02e56110abd2: Layer already exists [2021-04-06T06:42:55.248Z] 998cdf262ab1: Layer already exists [2021-04-06T06:42:55.248Z] abc36efb885a: Layer already exists [2021-04-06T06:42:55.248Z] b0b09059f4e1: Layer already exists [2021-04-06T06:42:55.248Z] bb961f40224b: Layer already exists [2021-04-06T06:42:55.248Z] f4666769fca7: Layer already exists [2021-04-06T06:42:55.248Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:6c85fff6489e2bf4e4afe029e29ddbe1c41e18664b1a08cad55526ee0eb88d50 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:55.553Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:42:55.857Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-06T06:42:55.857Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-06T06:42:55.857Z] 88b7872b7aa4: Preparing [2021-04-06T06:42:55.857Z] ed6fabca15cd: Preparing [2021-04-06T06:42:55.857Z] d6e86af5bbfa: Preparing [2021-04-06T06:42:55.857Z] bdc2f461ff9e: Preparing [2021-04-06T06:42:55.857Z] e44ed9d4d8bb: Preparing [2021-04-06T06:42:55.857Z] 0f9df62e7a1d: Preparing [2021-04-06T06:42:55.857Z] 00485e04cc77: Preparing [2021-04-06T06:42:55.857Z] 0754057c0ad3: Preparing [2021-04-06T06:42:55.857Z] 998cdf262ab1: Preparing [2021-04-06T06:42:55.857Z] 02e56110abd2: Preparing [2021-04-06T06:42:55.857Z] abc36efb885a: Preparing [2021-04-06T06:42:55.857Z] b0b09059f4e1: Preparing [2021-04-06T06:42:55.857Z] bb961f40224b: Preparing [2021-04-06T06:42:55.857Z] f4666769fca7: Preparing [2021-04-06T06:42:55.857Z] 02e56110abd2: Waiting [2021-04-06T06:42:55.857Z] 00485e04cc77: Waiting [2021-04-06T06:42:55.857Z] 0754057c0ad3: Waiting [2021-04-06T06:42:55.857Z] abc36efb885a: Waiting [2021-04-06T06:42:55.857Z] b0b09059f4e1: Waiting [2021-04-06T06:42:55.857Z] bb961f40224b: Waiting [2021-04-06T06:42:55.857Z] 998cdf262ab1: Waiting [2021-04-06T06:42:55.857Z] 0f9df62e7a1d: Waiting [2021-04-06T06:42:55.857Z] f4666769fca7: Waiting [2021-04-06T06:42:55.857Z] e44ed9d4d8bb: Layer already exists [2021-04-06T06:42:55.857Z] 88b7872b7aa4: Layer already exists [2021-04-06T06:42:55.857Z] d6e86af5bbfa: Layer already exists [2021-04-06T06:42:55.857Z] bdc2f461ff9e: Layer already exists [2021-04-06T06:42:55.857Z] ed6fabca15cd: Layer already exists [2021-04-06T06:42:55.857Z] 0754057c0ad3: Layer already exists [2021-04-06T06:42:55.857Z] 0f9df62e7a1d: Layer already exists [2021-04-06T06:42:55.857Z] 02e56110abd2: Layer already exists [2021-04-06T06:42:55.857Z] 00485e04cc77: Layer already exists [2021-04-06T06:42:55.857Z] 998cdf262ab1: Layer already exists [2021-04-06T06:42:55.857Z] bb961f40224b: Layer already exists [2021-04-06T06:42:55.857Z] b0b09059f4e1: Layer already exists [2021-04-06T06:42:55.857Z] abc36efb885a: Layer already exists [2021-04-06T06:42:55.857Z] f4666769fca7: Layer already exists [2021-04-06T06:42:55.857Z] master: digest: sha256:6c85fff6489e2bf4e4afe029e29ddbe1c41e18664b1a08cad55526ee0eb88d50 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:42:56.038Z] ===================================================== [Pipeline] echo [2021-04-06T06:42:56.083Z] taggedImages: [2021-04-06T06:42:56.083Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:42:56.083Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.162 [2021-04-06T06:42:56.083Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:42:56.083Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-06T06:42:56.816Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:42:56.816Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:42:56.816Z] ---> 4428e01b88ca [2021-04-06T06:42:56.816Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:42:56.816Z] ---> Using cache [2021-04-06T06:42:56.816Z] ---> 90d464240fee [2021-04-06T06:42:56.816Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:42:56.816Z] ---> Using cache [2021-04-06T06:42:56.816Z] ---> bf25f5d5f53f [2021-04-06T06:42:56.816Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:42:57.090Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:42:57.090Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:42:57.090Z] ---> 4428e01b88ca [2021-04-06T06:42:57.090Z] Step 3/23 : WORKDIR /edgex-go [2021-04-06T06:42:57.090Z] ---> Using cache [2021-04-06T06:42:57.090Z] ---> 90d464240fee [2021-04-06T06:42:57.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:42:57.090Z] ---> Using cache [2021-04-06T06:42:57.090Z] ---> bf25f5d5f53f [2021-04-06T06:42:57.090Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-06T06:42:57.688Z] ---> Running in 52269e9672af [2021-04-06T06:42:57.688Z] ---> Running in 45c8afeb0350 [2021-04-06T06:42:59.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:59.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:42:59.956Z] Collecting docker-compose==1.23.2 [2021-04-06T06:42:59.956Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-06T06:43:00.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:43:00.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:43:00.830Z] OK: 217 MiB in 51 packages [2021-04-06T06:43:01.103Z] OK: 217 MiB in 51 packages [2021-04-06T06:43:01.103Z] Collecting docker<4.0,>=3.6.0 [2021-04-06T06:43:01.103Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-06T06:43:02.555Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-06T06:43:02.555Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-06T06:43:03.156Z] Removing intermediate container 45c8afeb0350 [2021-04-06T06:43:03.156Z] ---> 0b8a31cd1170 [2021-04-06T06:43:03.156Z] Step 6/23 : COPY go.mod . [2021-04-06T06:43:03.156Z] Collecting texttable<0.10,>=0.9.0 [2021-04-06T06:43:03.156Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-06T06:43:03.431Z] Removing intermediate container 52269e9672af [2021-04-06T06:43:03.431Z] ---> 02b9d5404af6 [2021-04-06T06:43:03.431Z] Step 6/23 : COPY go.mod . [2021-04-06T06:43:04.431Z] ---> bcd1c3bc6f37 [2021-04-06T06:43:04.431Z] Step 7/23 : RUN go mod download [2021-04-06T06:43:05.039Z] ---> f933f66f38d9 [2021-04-06T06:43:05.039Z] Step 7/23 : RUN go mod download [2021-04-06T06:43:05.039Z] ---> Running in d71a4b98cfc9 [2021-04-06T06:43:05.637Z] ---> Running in dfa0944ceac1 [2021-04-06T06:43:05.637Z] 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-06T06:43:06.237Z] Collecting cached-property<2,>=1.2.0 [2021-04-06T06:43:06.237Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-06T06:43:06.842Z] Collecting jsonschema<3,>=2.5.1 [2021-04-06T06:43:06.842Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-06T06:43:07.442Z] Collecting docopt<0.7,>=0.6.1 [2021-04-06T06:43:07.442Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-06T06:43:11.805Z] Removing intermediate container d71a4b98cfc9 [2021-04-06T06:43:11.805Z] ---> efad94c0e563 [2021-04-06T06:43:11.805Z] Step 8/23 : COPY . . [2021-04-06T06:43:11.805Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-06T06:43:11.806Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-06T06:43:11.806Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:43:11.806Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:43:11.806Z] ---> 4428e01b88ca [2021-04-06T06:43:11.806Z] Step 3/21 : WORKDIR /edgex-go [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> 90d464240fee [2021-04-06T06:43:11.806Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> bf25f5d5f53f [2021-04-06T06:43:11.806Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> 02b9d5404af6 [2021-04-06T06:43:11.806Z] Step 6/21 : COPY go.mod . [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> f933f66f38d9 [2021-04-06T06:43:11.806Z] Step 7/21 : RUN go mod download [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> 4fe068bd228f [2021-04-06T06:43:11.806Z] Step 8/21 : COPY . . [2021-04-06T06:43:11.806Z] Removing intermediate container dfa0944ceac1 [2021-04-06T06:43:11.806Z] ---> 4fe068bd228f [2021-04-06T06:43:11.806Z] Step 8/23 : COPY . . [2021-04-06T06:43:11.806Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-06T06:43:11.806Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-06T06:43:11.806Z] ---> 4428e01b88ca [2021-04-06T06:43:11.806Z] Step 3/22 : WORKDIR /edgex-go [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> 90d464240fee [2021-04-06T06:43:11.806Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> bf25f5d5f53f [2021-04-06T06:43:11.806Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> 02b9d5404af6 [2021-04-06T06:43:11.806Z] Step 6/22 : COPY go.mod . [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> f933f66f38d9 [2021-04-06T06:43:11.806Z] Step 7/22 : RUN go mod download [2021-04-06T06:43:11.806Z] ---> Using cache [2021-04-06T06:43:11.806Z] ---> 4fe068bd228f [2021-04-06T06:43:11.806Z] Step 8/22 : COPY . . [2021-04-06T06:43:12.793Z] Collecting PyYAML<4,>=3.10 [2021-04-06T06:43:12.793Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-06T06:43:16.187Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-06T06:43:16.187Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-06T06:43:18.815Z] Collecting docker-pycreds>=0.4.0 [2021-04-06T06:43:18.815Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-06T06:43:19.092Z] 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-06T06:43:19.370Z] Collecting idna<2.8,>=2.5 [2021-04-06T06:43:19.370Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-06T06:43:19.370Z] 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-06T06:43:19.969Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-06T06:43:19.969Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-06T06:43:20.244Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-06T06:43:20.244Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-06T06:43:20.244Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-06T06:43:20.244Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-06T06:43:21.222Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, cached-property, jsonschema, docopt, PyYAML, dockerpty, docker-compose [2021-04-06T06:43:21.495Z] Attempting uninstall: idna [2021-04-06T06:43:21.495Z] Found existing installation: idna 2.9 [2021-04-06T06:43:21.495Z] Uninstalling idna-2.9: [2021-04-06T06:43:21.495Z] Successfully uninstalled idna-2.9 [2021-04-06T06:43:22.570Z] Attempting uninstall: urllib3 [2021-04-06T06:43:22.570Z] Found existing installation: urllib3 1.25.9 [2021-04-06T06:43:22.570Z] Uninstalling urllib3-1.25.9: [2021-04-06T06:43:22.570Z] Successfully uninstalled urllib3-1.25.9 [2021-04-06T06:43:24.865Z] Attempting uninstall: requests [2021-04-06T06:43:24.865Z] Found existing installation: requests 2.23.0 [2021-04-06T06:43:24.865Z] Uninstalling requests-2.23.0: [2021-04-06T06:43:24.865Z] Successfully uninstalled requests-2.23.0 [2021-04-06T06:43:24.865Z] Running setup.py install for texttable: started [2021-04-06T06:43:26.888Z] Running setup.py install for texttable: finished with status 'done' [2021-04-06T06:43:27.487Z] Running setup.py install for docopt: started [2021-04-06T06:43:30.140Z] Running setup.py install for docopt: finished with status 'done' [2021-04-06T06:43:30.140Z] Running setup.py install for PyYAML: started [2021-04-06T06:43:32.119Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-06T06:43:32.119Z] Running setup.py install for dockerpty: started [2021-04-06T06:43:34.099Z] ---> c3f04b089d6a [2021-04-06T06:43:34.099Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-06T06:43:34.099Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-06T06:43:34.099Z] ---> 62c3475d045e [2021-04-06T06:43:34.099Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-06T06:43:34.099Z] ---> dc632a32fd2a [2021-04-06T06:43:34.099Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-06T06:43:34.099Z] ---> 820826ab5f5e [2021-04-06T06:43:34.099Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-06T06:43:34.373Z] ---> Running in 98544ce5c8b3 [2021-04-06T06:43:34.373Z] ---> Running in b597109934bc [2021-04-06T06:43:34.373Z] ---> Running in a55d2248fc2a [2021-04-06T06:43:34.373Z] ---> Running in ebe65fc415f1 [2021-04-06T06:43:35.369Z] 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-06T06:43:36.350Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-06T06:43:36.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-command/core-command ./cmd/core-command [2021-04-06T06:43:36.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-06T06:43:36.624Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-06T06:43:40.955Z] Removing intermediate container 5009d2db4ac1 [2021-04-06T06:43:40.955Z] ---> 4dad4d1699b8 [2021-04-06T06:43:40.955Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-06T06:43:40.955Z] ---> Running in b5d31360aef3 [2021-04-06T06:43:42.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:43:42.682Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:43:43.284Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:43:43.284Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-06T06:43:43.284Z] (3/3) Installing curl (7.69.1-r3) [2021-04-06T06:43:43.284Z] Executing busybox-1.31.1-r19.trigger [2021-04-06T06:43:43.560Z] OK: 72 MiB in 58 packages [2021-04-06T06:43:45.005Z] Removing intermediate container b5d31360aef3 [2021-04-06T06:43:45.005Z] ---> e786fe0b6268 [2021-04-06T06:43:45.005Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-06T06:43:45.281Z] ---> Running in 9647b9c65aae [2021-04-06T06:43:46.280Z] Removing intermediate container 9647b9c65aae [2021-04-06T06:43:46.280Z] ---> 6a30032b78d2 [2021-04-06T06:43:46.280Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:43:46.280Z] ---> Running in b8ffed741399 [2021-04-06T06:43:46.894Z] Removing intermediate container b8ffed741399 [2021-04-06T06:43:46.894Z] ---> 5d768252e067 [2021-04-06T06:43:46.894Z] Step 24/26 : LABEL arch=arm64 [2021-04-06T06:43:47.172Z] ---> Running in 1558261b95f1 [2021-04-06T06:43:48.168Z] Removing intermediate container 1558261b95f1 [2021-04-06T06:43:48.168Z] ---> 2715d7aa25ab [2021-04-06T06:43:48.168Z] Step 25/26 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:43:48.168Z] ---> Running in ea0e7692f0a7 [2021-04-06T06:43:48.784Z] Removing intermediate container ea0e7692f0a7 [2021-04-06T06:43:48.784Z] ---> 4aae19488333 [2021-04-06T06:43:48.784Z] Step 26/26 : LABEL version=2.0.0-dev.162 [2021-04-06T06:43:49.058Z] ---> Running in dc142ac4bd0a [2021-04-06T06:43:49.661Z] Removing intermediate container dc142ac4bd0a [2021-04-06T06:43:49.661Z] ---> 228970ac05b3 [2021-04-06T06:43:49.661Z] [2021-04-06T06:43:49.935Z] Successfully built 228970ac05b3 [2021-04-06T06:43:50.210Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-06T06:44:58.271Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.162" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-06T06:45:10.703Z] Removing intermediate container 98544ce5c8b3 [2021-04-06T06:45:10.703Z] ---> 4c30e8c906fd [2021-04-06T06:45:10.703Z] [2021-04-06T06:45:10.703Z] Step 10/21 : FROM alpine:3.12 [2021-04-06T06:45:10.703Z] ---> d75e27dfc0a0 [2021-04-06T06:45:10.703Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-06T06:45:10.703Z] ---> Running in fd7aab6a9ecd [2021-04-06T06:45:11.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:45:11.311Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:45:11.910Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-06T06:45:12.186Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-06T06:45:12.186Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-06T06:45:12.186Z] (4/4) Installing curl (7.69.1-r3) [2021-04-06T06:45:12.186Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:45:12.186Z] Executing ca-certificates-20191127-r4.trigger [2021-04-06T06:45:12.464Z] OK: 7 MiB in 18 packages [2021-04-06T06:45:15.895Z] Removing intermediate container fd7aab6a9ecd [2021-04-06T06:45:15.895Z] ---> 4dc79c3e537c [2021-04-06T06:45:15.895Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-06T06:45:15.895Z] ---> Running in 6bcf5cb1faac [2021-04-06T06:45:15.895Z] Removing intermediate container b597109934bc [2021-04-06T06:45:15.895Z] ---> b3c42db9f6b2 [2021-04-06T06:45:15.895Z] [2021-04-06T06:45:15.895Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:45:15.895Z] ---> d75e27dfc0a0 [2021-04-06T06:45:15.895Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:45:16.175Z] ---> Running in 58fc0ed78308 [2021-04-06T06:45:16.448Z] Removing intermediate container 6bcf5cb1faac [2021-04-06T06:45:16.448Z] ---> 80f1e1543f86 [2021-04-06T06:45:16.448Z] Step 13/21 : WORKDIR /edgex [2021-04-06T06:45:16.722Z] Removing intermediate container a55d2248fc2a [2021-04-06T06:45:16.722Z] ---> 45aeda54bb91 [2021-04-06T06:45:16.722Z] [2021-04-06T06:45:16.722Z] Step 10/22 : FROM alpine:3.12 [2021-04-06T06:45:16.722Z] ---> d75e27dfc0a0 [2021-04-06T06:45:16.722Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:45:16.722Z] ---> Running in 86d55123c867 [2021-04-06T06:45:17.006Z] ---> Running in f5342d6a228b [2021-04-06T06:45:17.996Z] Removing intermediate container 86d55123c867 [2021-04-06T06:45:17.996Z] ---> 3d4273112d2c [2021-04-06T06:45:17.996Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-06T06:45:18.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:45:18.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:45:18.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-06T06:45:18.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-06T06:45:18.832Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:45:18.832Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:45:18.832Z] OK: 5 MiB in 15 packages [2021-04-06T06:45:19.116Z] ---> 5e9f2c730b70 [2021-04-06T06:45:19.116Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-06T06:45:19.396Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-06T06:45:19.396Z] Executing busybox-1.31.1-r20.trigger [2021-04-06T06:45:19.396Z] OK: 5 MiB in 15 packages [2021-04-06T06:45:20.845Z] Removing intermediate container 58fc0ed78308 [2021-04-06T06:45:20.845Z] ---> 87bbd71e4413 [2021-04-06T06:45:20.845Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:45:20.845Z] ---> 1adfb59beab8 [2021-04-06T06:45:20.845Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-06T06:45:21.120Z] ---> Running in 6fb960d35839 [2021-04-06T06:45:21.392Z] Removing intermediate container f5342d6a228b [2021-04-06T06:45:21.392Z] ---> 56a5314b46f6 [2021-04-06T06:45:21.392Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:45:21.670Z] ---> Running in 8a243c352fd1 [2021-04-06T06:45:21.956Z] Removing intermediate container 6fb960d35839 [2021-04-06T06:45:21.956Z] ---> a835be212320 [2021-04-06T06:45:21.956Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-06T06:45:22.561Z] ---> Running in 82f44036f8ae [2021-04-06T06:45:22.561Z] Removing intermediate container 8a243c352fd1 [2021-04-06T06:45:22.561Z] ---> cbf5fadd36af [2021-04-06T06:45:22.561Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-06T06:45:22.561Z] ---> bc17f83e90a7 [2021-04-06T06:45:22.561Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-06T06:45:22.836Z] ---> Running in d0af80eb8841 [2021-04-06T06:45:22.836Z] Removing intermediate container ebe65fc415f1 [2021-04-06T06:45:22.836Z] ---> 5a6c7b138a53 [2021-04-06T06:45:22.836Z] [2021-04-06T06:45:22.836Z] Step 10/23 : FROM alpine:3.12 [2021-04-06T06:45:22.836Z] ---> Running in 25e8ef5a9f39 [2021-04-06T06:45:22.836Z] ---> d75e27dfc0a0 [2021-04-06T06:45:22.836Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-06T06:45:22.836Z] ---> Using cache [2021-04-06T06:45:22.836Z] ---> 56a5314b46f6 [2021-04-06T06:45:22.836Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-06T06:45:22.836Z] ---> Using cache [2021-04-06T06:45:22.836Z] ---> cbf5fadd36af [2021-04-06T06:45:22.836Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-06T06:45:23.110Z] Removing intermediate container 82f44036f8ae [2021-04-06T06:45:23.110Z] ---> 94f9a561a2ad [2021-04-06T06:45:23.110Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:45:23.110Z] ---> Running in 8ccbe5e56d95 [2021-04-06T06:45:23.388Z] ---> Running in 511376695d8a [2021-04-06T06:45:23.388Z] Removing intermediate container d0af80eb8841 [2021-04-06T06:45:23.388Z] ---> 0c0d41c5edd7 [2021-04-06T06:45:23.388Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-06T06:45:23.388Z] Removing intermediate container 25e8ef5a9f39 [2021-04-06T06:45:23.388Z] ---> 95b14773e0e7 [2021-04-06T06:45:23.388Z] Step 18/21 : CMD ["--init=true"] [2021-04-06T06:45:23.664Z] ---> Running in 56e253712e23 [2021-04-06T06:45:23.664Z] Removing intermediate container 8ccbe5e56d95 [2021-04-06T06:45:23.664Z] ---> 6cfdb3d3af35 [2021-04-06T06:45:23.664Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-06T06:45:23.664Z] ---> Running in d4c590df5a7f [2021-04-06T06:45:23.940Z] ---> Running in 5abcb3b57047 [2021-04-06T06:45:23.940Z] Removing intermediate container 511376695d8a [2021-04-06T06:45:23.940Z] ---> b729fec55075 [2021-04-06T06:45:23.940Z] Step 15/23 : WORKDIR / [2021-04-06T06:45:24.211Z] ---> Running in b2768c49bea7 [2021-04-06T06:45:24.211Z] Removing intermediate container 56e253712e23 [2021-04-06T06:45:24.211Z] ---> 0b4dbd0858b2 [2021-04-06T06:45:24.211Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:45:24.485Z] Removing intermediate container d4c590df5a7f [2021-04-06T06:45:24.485Z] ---> 3b167b4e2f5d [2021-04-06T06:45:24.485Z] Step 19/21 : LABEL arch=arm64 [2021-04-06T06:45:24.485Z] Removing intermediate container 5abcb3b57047 [2021-04-06T06:45:24.485Z] ---> fb5b6554fa27 [2021-04-06T06:45:24.485Z] Step 15/23 : WORKDIR / [2021-04-06T06:45:24.485Z] ---> Running in 2877229082c1 [2021-04-06T06:45:24.758Z] ---> Running in 75a76a4ef6d4 [2021-04-06T06:45:24.758Z] Removing intermediate container b2768c49bea7 [2021-04-06T06:45:24.758Z] ---> 383688cc6c2e [2021-04-06T06:45:24.758Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:45:25.364Z] ---> 251fa3531a5b [2021-04-06T06:45:25.364Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-06T06:45:25.364Z] Removing intermediate container 2877229082c1 [2021-04-06T06:45:25.364Z] ---> d93d6733da44 [2021-04-06T06:45:25.364Z] Step 20/21 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:25.364Z] Removing intermediate container 75a76a4ef6d4 [2021-04-06T06:45:25.364Z] ---> 0bcdaa923a3e [2021-04-06T06:45:25.364Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-06T06:45:25.364Z] ---> Running in 9df334e872b6 [2021-04-06T06:45:25.966Z] ---> dc66edff7936 [2021-04-06T06:45:25.966Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-06T06:45:26.239Z] Removing intermediate container 9df334e872b6 [2021-04-06T06:45:26.239Z] ---> f3ef7bcc4fe7 [2021-04-06T06:45:26.239Z] Step 21/21 : LABEL version=2.0.0-dev.162 [2021-04-06T06:45:26.836Z] ---> Running in ef0a85104e75 [2021-04-06T06:45:26.836Z] ---> c957fbedf41a [2021-04-06T06:45:26.836Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-06T06:45:26.836Z] ---> 8bfde03ba776 [2021-04-06T06:45:26.836Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-06T06:45:27.110Z] ---> fac3bf6bdc2d [2021-04-06T06:45:27.110Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-06T06:45:27.110Z] Removing intermediate container ef0a85104e75 [2021-04-06T06:45:27.110Z] ---> 2c8845b6fb98 [2021-04-06T06:45:27.110Z] [2021-04-06T06:45:27.721Z] Successfully built 2c8845b6fb98 [2021-04-06T06:45:27.721Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-06T06:45:28.321Z]  Building docker-security-proxy-setup-go ... done  ---> 0eef442a6e54 [2021-04-06T06:45:28.321Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-06T06:45:28.321Z] ---> 47a91c8c595d [2021-04-06T06:45:28.321Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-06T06:45:28.321Z] ---> Running in fb9943514a3e [2021-04-06T06:45:28.321Z] ---> 48c7223eff1f [2021-04-06T06:45:28.321Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-06T06:45:28.594Z] ---> Running in c02a5506e9b2 [2021-04-06T06:45:28.871Z] Removing intermediate container fb9943514a3e [2021-04-06T06:45:28.871Z] ---> f8c4f0f3e839 [2021-04-06T06:45:28.871Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:45:29.151Z] Removing intermediate container c02a5506e9b2 [2021-04-06T06:45:29.151Z] ---> 596cb9a85474 [2021-04-06T06:45:29.151Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:45:29.151Z] ---> Running in ad3d61d5d4df [2021-04-06T06:45:29.151Z] ---> Running in 434e18ea2812 [2021-04-06T06:45:29.426Z] ---> 051ec0f114ba [2021-04-06T06:45:29.426Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-06T06:45:29.426Z] ---> Running in 04416c088184 [2021-04-06T06:45:29.704Z] Removing intermediate container ad3d61d5d4df [2021-04-06T06:45:29.704Z] ---> 3d672e7a5fb1 [2021-04-06T06:45:29.704Z] Step 20/22 : LABEL arch=arm64 [2021-04-06T06:45:29.704Z] Removing intermediate container 434e18ea2812 [2021-04-06T06:45:29.704Z] ---> 6cfe31a3c6d1 [2021-04-06T06:45:29.704Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:45:29.985Z] ---> Running in 3a1b48700877 [2021-04-06T06:45:29.985Z] ---> Running in c81c61aff75c [2021-04-06T06:45:29.985Z] Removing intermediate container 04416c088184 [2021-04-06T06:45:29.985Z] ---> 13fae60833d9 [2021-04-06T06:45:29.985Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-06T06:45:30.260Z] ---> Running in a26fa026b78b [2021-04-06T06:45:30.535Z] Removing intermediate container 3a1b48700877 [2021-04-06T06:45:30.535Z] ---> 75ad55660475 [2021-04-06T06:45:30.535Z] Step 21/22 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:30.535Z] Removing intermediate container c81c61aff75c [2021-04-06T06:45:30.535Z] ---> aff40875d332 [2021-04-06T06:45:30.535Z] Step 22/23 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:30.535Z] ---> Running in 096a0d875273 [2021-04-06T06:45:30.815Z] ---> Running in 5daee01144b4 [2021-04-06T06:45:30.815Z] Removing intermediate container a26fa026b78b [2021-04-06T06:45:30.815Z] ---> 834d654d2ca4 [2021-04-06T06:45:30.815Z] Step 21/23 : LABEL arch=arm64 [2021-04-06T06:45:31.087Z] ---> Running in 73aa01e871a6 [2021-04-06T06:45:31.087Z] Removing intermediate container 096a0d875273 [2021-04-06T06:45:31.087Z] ---> 16dede2766b2 [2021-04-06T06:45:31.087Z] Step 22/22 : LABEL version=2.0.0-dev.162 [2021-04-06T06:45:31.359Z] Removing intermediate container 5daee01144b4 [2021-04-06T06:45:31.359Z] ---> b82ddd92d4f1 [2021-04-06T06:45:31.359Z] Step 23/23 : LABEL version=2.0.0-dev.162 [2021-04-06T06:45:31.359Z] ---> Running in b26d975d8618 [2021-04-06T06:45:31.359Z] ---> Running in fed49f153a12 [2021-04-06T06:45:31.630Z] Removing intermediate container 73aa01e871a6 [2021-04-06T06:45:31.630Z] ---> 76fe02a1d64e [2021-04-06T06:45:31.630Z] Step 22/23 : LABEL git_sha=6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:31.630Z] ---> Running in 9756d4026046 [2021-04-06T06:45:31.900Z] Removing intermediate container b26d975d8618 [2021-04-06T06:45:31.900Z] ---> 9e4080862473 [2021-04-06T06:45:31.900Z] [2021-04-06T06:45:32.172Z] Successfully built 9e4080862473 [2021-04-06T06:45:32.172Z] Removing intermediate container fed49f153a12 [2021-04-06T06:45:32.172Z] ---> 56d34d712889 [2021-04-06T06:45:32.172Z] [2021-04-06T06:45:32.172Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-06T06:45:32.444Z]  Building docker-support-scheduler-go ... done Removing intermediate container 9756d4026046 [2021-04-06T06:45:32.444Z] ---> 38f62d73660e [2021-04-06T06:45:32.444Z] Step 23/23 : LABEL version=2.0.0-dev.162 [2021-04-06T06:45:32.444Z] Successfully built 56d34d712889 [2021-04-06T06:45:32.444Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-06T06:45:32.724Z]  Building docker-core-command-go ... done  ---> Running in 3be6dc0fe0e8 [2021-04-06T06:45:32.999Z] Removing intermediate container 3be6dc0fe0e8 [2021-04-06T06:45:32.999Z] ---> 1333140399e5 [2021-04-06T06:45:32.999Z] [2021-04-06T06:45:33.282Z] Successfully built 1333140399e5 [2021-04-06T06:45:33.282Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-06T06:45:33.573Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-04-06T06:45:33.571Z] $ docker stop --time=1 5990e1f37a7c1ffb6956e945949f5dcd98d736a7c1501a20a479480f6bd657b6 [2021-04-06T06:45:35.529Z] $ docker rm -f 5990e1f37a7c1ffb6956e945949f5dcd98d736a7c1501a20a479480f6bd657b6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-06T06:45:36.258Z] + grep docker [2021-04-06T06:45:36.259Z] + docker images [2021-04-06T06:45:36.548Z] docker-core-metadata-go-arm64 latest 1333140399e5 4 seconds ago 17.9MB [2021-04-06T06:45:36.548Z] docker-core-command-go-arm64 latest 56d34d712889 5 seconds ago 16.3MB [2021-04-06T06:45:36.548Z] docker-support-scheduler-go-arm64 latest 9e4080862473 5 seconds ago 16.4MB [2021-04-06T06:45:36.548Z] docker-security-proxy-setup-go-arm64 latest 2c8845b6fb98 10 seconds ago 24.1MB [2021-04-06T06:45:36.548Z] docker-sys-mgmt-agent-go-arm64 latest 228970ac05b3 About a minute ago 301MB [2021-04-06T06:45:36.548Z] docker-core-data-go-arm64 latest 7ae3106604fc 2 minutes ago 21.4MB [2021-04-06T06:45:36.548Z] docker-security-bootstrapper-go-arm64 latest b6799ff8a3b1 2 minutes ago 17.9MB [2021-04-06T06:45:36.548Z] docker-security-secretstore-setup-go-arm64 latest d43af24b42ac 3 minutes ago 24.4MB [2021-04-06T06:45:36.548Z] docker-support-notifications-go-arm64 latest f2cd0a570f95 3 minutes ago 16.9MB [2021-04-06T06:45:36.548Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-06T06:45:37.092Z] provisioning config files... [2021-04-06T06:45:37.126Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/430@tmp/config6008114154655246716tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:45:37.515Z] ---> docker-login.sh [2021-04-06T06:45:37.515Z] nexus3.edgexfoundry.org:10001 [2021-04-06T06:45:37.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:45:38.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:45:38.061Z] Configure a credential helper to remove this warning. See [2021-04-06T06:45:38.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:45:38.061Z] [2021-04-06T06:45:38.061Z] Login Succeeded [2021-04-06T06:45:38.061Z] nexus3.edgexfoundry.org:10002 [2021-04-06T06:45:38.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:45:38.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:45:38.603Z] Configure a credential helper to remove this warning. See [2021-04-06T06:45:38.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:45:38.603Z] [2021-04-06T06:45:38.603Z] Login Succeeded [2021-04-06T06:45:38.603Z] nexus3.edgexfoundry.org:10003 [2021-04-06T06:45:38.875Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:45:39.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:45:39.149Z] Configure a credential helper to remove this warning. See [2021-04-06T06:45:39.149Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:45:39.149Z] [2021-04-06T06:45:39.149Z] Login Succeeded [2021-04-06T06:45:39.149Z] nexus3.edgexfoundry.org:10004 [2021-04-06T06:45:39.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:45:39.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:45:39.740Z] Configure a credential helper to remove this warning. See [2021-04-06T06:45:39.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:45:39.740Z] [2021-04-06T06:45:39.740Z] Login Succeeded [2021-04-06T06:45:39.740Z] docker.io [2021-04-06T06:45:40.010Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-06T06:45:40.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-06T06:45:40.598Z] Configure a credential helper to remove this warning. See [2021-04-06T06:45:40.598Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-06T06:45:40.598Z] [2021-04-06T06:45:40.598Z] Login Succeeded [2021-04-06T06:45:40.598Z] ---> docker-login.sh ends [Pipeline] } [2021-04-06T06:45:40.613Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:45:40.882Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-06T06:45:40.882Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:40.882Z] 2.0.0-dev.162 [2021-04-06T06:45:40.882Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:45:40.882Z] master [2021-04-06T06:45:40.882Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:41.476Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:41.805Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:41.805Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-06T06:45:41.805Z] 361075ac7ec3: Preparing [2021-04-06T06:45:41.805Z] 417dad6037f7: Preparing [2021-04-06T06:45:41.805Z] de26eba50359: Preparing [2021-04-06T06:45:41.805Z] 2bbc27192238: Preparing [2021-04-06T06:45:41.805Z] e08058ee1dfe: Preparing [2021-04-06T06:45:42.079Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:42.079Z] 2bbc27192238: Pushed [2021-04-06T06:45:42.079Z] 361075ac7ec3: Pushed [2021-04-06T06:45:42.079Z] de26eba50359: Pushed [2021-04-06T06:45:44.681Z] 417dad6037f7: Pushed [2021-04-06T06:45:44.682Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:0a4b09a356d0a865cc4e4401c2b58d84c8c2185b62953c4f27237db787322f6d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:45.018Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:45.349Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.162 [2021-04-06T06:45:45.349Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-06T06:45:45.349Z] 361075ac7ec3: Preparing [2021-04-06T06:45:45.349Z] 417dad6037f7: Preparing [2021-04-06T06:45:45.350Z] de26eba50359: Preparing [2021-04-06T06:45:45.350Z] 2bbc27192238: Preparing [2021-04-06T06:45:45.350Z] e08058ee1dfe: Preparing [2021-04-06T06:45:45.350Z] 417dad6037f7: Layer already exists [2021-04-06T06:45:45.350Z] 2bbc27192238: Layer already exists [2021-04-06T06:45:45.350Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:45.350Z] 361075ac7ec3: Layer already exists [2021-04-06T06:45:45.350Z] de26eba50359: Layer already exists [2021-04-06T06:45:45.619Z] 2.0.0-dev.162: digest: sha256:0a4b09a356d0a865cc4e4401c2b58d84c8c2185b62953c4f27237db787322f6d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:45.954Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:46.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:45:46.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-06T06:45:46.291Z] 361075ac7ec3: Preparing [2021-04-06T06:45:46.291Z] 417dad6037f7: Preparing [2021-04-06T06:45:46.291Z] de26eba50359: Preparing [2021-04-06T06:45:46.291Z] 2bbc27192238: Preparing [2021-04-06T06:45:46.291Z] e08058ee1dfe: Preparing [2021-04-06T06:45:46.291Z] 417dad6037f7: Layer already exists [2021-04-06T06:45:46.291Z] 361075ac7ec3: Layer already exists [2021-04-06T06:45:46.291Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:46.291Z] de26eba50359: Layer already exists [2021-04-06T06:45:46.291Z] 2bbc27192238: Layer already exists [2021-04-06T06:45:46.562Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:0a4b09a356d0a865cc4e4401c2b58d84c8c2185b62953c4f27237db787322f6d size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:46.904Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:47.240Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-06T06:45:47.240Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-06T06:45:47.240Z] 361075ac7ec3: Preparing [2021-04-06T06:45:47.240Z] 417dad6037f7: Preparing [2021-04-06T06:45:47.240Z] de26eba50359: Preparing [2021-04-06T06:45:47.240Z] 2bbc27192238: Preparing [2021-04-06T06:45:47.240Z] e08058ee1dfe: Preparing [2021-04-06T06:45:47.240Z] de26eba50359: Layer already exists [2021-04-06T06:45:47.240Z] 417dad6037f7: Layer already exists [2021-04-06T06:45:47.240Z] 361075ac7ec3: Layer already exists [2021-04-06T06:45:47.240Z] 2bbc27192238: Layer already exists [2021-04-06T06:45:47.240Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:47.510Z] master: digest: sha256:0a4b09a356d0a865cc4e4401c2b58d84c8c2185b62953c4f27237db787322f6d size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:45:47.727Z] ===================================================== [Pipeline] echo [2021-04-06T06:45:47.777Z] taggedImages: [2021-04-06T06:45:47.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:47.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.162 [2021-04-06T06:45:47.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:45:47.777Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-06T06:45:47.844Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-06T06:45:47.844Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:47.844Z] 2.0.0-dev.162 [2021-04-06T06:45:47.844Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:45:47.844Z] master [2021-04-06T06:45:47.844Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:48.362Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:48.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:48.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-06T06:45:48.704Z] ff7a92b7277a: Preparing [2021-04-06T06:45:48.704Z] 4e65cb9ff086: Preparing [2021-04-06T06:45:48.704Z] de26eba50359: Preparing [2021-04-06T06:45:48.704Z] 014d7e1d25f3: Preparing [2021-04-06T06:45:48.704Z] ed9345e97802: Preparing [2021-04-06T06:45:48.704Z] e08058ee1dfe: Preparing [2021-04-06T06:45:48.704Z] e08058ee1dfe: Waiting [2021-04-06T06:45:48.977Z] de26eba50359: Layer already exists [2021-04-06T06:45:48.977Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:48.977Z] ed9345e97802: Pushed [2021-04-06T06:45:48.977Z] ff7a92b7277a: Pushed [2021-04-06T06:45:49.570Z] 014d7e1d25f3: Pushed [2021-04-06T06:45:52.170Z] 4e65cb9ff086: Pushed [2021-04-06T06:45:52.443Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:cde240d992dcf9da71ec780b0383c6eb3c63041fa5bcd4634a5d4ce9bf05434d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:52.783Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:53.115Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.162 [2021-04-06T06:45:53.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-06T06:45:53.115Z] ff7a92b7277a: Preparing [2021-04-06T06:45:53.115Z] 4e65cb9ff086: Preparing [2021-04-06T06:45:53.115Z] de26eba50359: Preparing [2021-04-06T06:45:53.115Z] 014d7e1d25f3: Preparing [2021-04-06T06:45:53.115Z] ed9345e97802: Preparing [2021-04-06T06:45:53.115Z] e08058ee1dfe: Preparing [2021-04-06T06:45:53.115Z] e08058ee1dfe: Waiting [2021-04-06T06:45:53.115Z] ed9345e97802: Layer already exists [2021-04-06T06:45:53.115Z] ff7a92b7277a: Layer already exists [2021-04-06T06:45:53.115Z] 4e65cb9ff086: Layer already exists [2021-04-06T06:45:53.115Z] 014d7e1d25f3: Layer already exists [2021-04-06T06:45:53.115Z] de26eba50359: Layer already exists [2021-04-06T06:45:53.384Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:53.384Z] 2.0.0-dev.162: digest: sha256:cde240d992dcf9da71ec780b0383c6eb3c63041fa5bcd4634a5d4ce9bf05434d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:53.725Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:54.059Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:45:54.059Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-06T06:45:54.059Z] ff7a92b7277a: Preparing [2021-04-06T06:45:54.059Z] 4e65cb9ff086: Preparing [2021-04-06T06:45:54.059Z] de26eba50359: Preparing [2021-04-06T06:45:54.059Z] 014d7e1d25f3: Preparing [2021-04-06T06:45:54.059Z] ed9345e97802: Preparing [2021-04-06T06:45:54.059Z] e08058ee1dfe: Preparing [2021-04-06T06:45:54.059Z] e08058ee1dfe: Waiting [2021-04-06T06:45:54.059Z] de26eba50359: Layer already exists [2021-04-06T06:45:54.059Z] 4e65cb9ff086: Layer already exists [2021-04-06T06:45:54.059Z] 014d7e1d25f3: Layer already exists [2021-04-06T06:45:54.059Z] ed9345e97802: Layer already exists [2021-04-06T06:45:54.059Z] ff7a92b7277a: Layer already exists [2021-04-06T06:45:54.329Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:54.330Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:cde240d992dcf9da71ec780b0383c6eb3c63041fa5bcd4634a5d4ce9bf05434d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:54.666Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:55.008Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-06T06:45:55.008Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-06T06:45:55.008Z] ff7a92b7277a: Preparing [2021-04-06T06:45:55.008Z] 4e65cb9ff086: Preparing [2021-04-06T06:45:55.008Z] de26eba50359: Preparing [2021-04-06T06:45:55.008Z] 014d7e1d25f3: Preparing [2021-04-06T06:45:55.008Z] ed9345e97802: Preparing [2021-04-06T06:45:55.008Z] e08058ee1dfe: Preparing [2021-04-06T06:45:55.008Z] e08058ee1dfe: Waiting [2021-04-06T06:45:55.008Z] de26eba50359: Layer already exists [2021-04-06T06:45:55.008Z] ed9345e97802: Layer already exists [2021-04-06T06:45:55.008Z] ff7a92b7277a: Layer already exists [2021-04-06T06:45:55.008Z] 4e65cb9ff086: Layer already exists [2021-04-06T06:45:55.008Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:55.278Z] 014d7e1d25f3: Layer already exists [2021-04-06T06:45:55.278Z] master: digest: sha256:cde240d992dcf9da71ec780b0383c6eb3c63041fa5bcd4634a5d4ce9bf05434d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:45:55.471Z] ===================================================== [Pipeline] echo [2021-04-06T06:45:55.533Z] taggedImages: [2021-04-06T06:45:55.533Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:55.533Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.162 [2021-04-06T06:45:55.533Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:45:55.533Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-06T06:45:55.604Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-06T06:45:55.604Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:55.604Z] 2.0.0-dev.162 [2021-04-06T06:45:55.604Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:45:55.604Z] master [2021-04-06T06:45:55.604Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:56.145Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:45:56.477Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:45:56.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-06T06:45:56.477Z] 02cbcbaf3a88: Preparing [2021-04-06T06:45:56.477Z] ab1b8e35671e: Preparing [2021-04-06T06:45:56.477Z] de26eba50359: Preparing [2021-04-06T06:45:56.477Z] b8854bcd7143: Preparing [2021-04-06T06:45:56.477Z] e08058ee1dfe: Preparing [2021-04-06T06:45:56.477Z] e08058ee1dfe: Layer already exists [2021-04-06T06:45:56.747Z] de26eba50359: Layer already exists [2021-04-06T06:45:56.747Z] 02cbcbaf3a88: Pushed [2021-04-06T06:45:56.747Z] b8854bcd7143: Pushed [2021-04-06T06:46:00.107Z] ab1b8e35671e: Pushed [2021-04-06T06:46:00.107Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:1eae0f6e3489b13f051bdd96ca6f17bb8091fc0a85debcc8e23c1d2a279bf879 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:00.443Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:00.773Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:00.773Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-06T06:46:00.773Z] 02cbcbaf3a88: Preparing [2021-04-06T06:46:00.773Z] ab1b8e35671e: Preparing [2021-04-06T06:46:00.773Z] de26eba50359: Preparing [2021-04-06T06:46:00.773Z] b8854bcd7143: Preparing [2021-04-06T06:46:00.773Z] e08058ee1dfe: Preparing [2021-04-06T06:46:00.773Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:00.773Z] ab1b8e35671e: Layer already exists [2021-04-06T06:46:00.773Z] 02cbcbaf3a88: Layer already exists [2021-04-06T06:46:00.773Z] de26eba50359: Layer already exists [2021-04-06T06:46:00.773Z] b8854bcd7143: Layer already exists [2021-04-06T06:46:01.048Z] 2.0.0-dev.162: digest: sha256:1eae0f6e3489b13f051bdd96ca6f17bb8091fc0a85debcc8e23c1d2a279bf879 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:01.449Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:02.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:02.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-06T06:46:02.076Z] 02cbcbaf3a88: Preparing [2021-04-06T06:46:02.076Z] ab1b8e35671e: Preparing [2021-04-06T06:46:02.076Z] de26eba50359: Preparing [2021-04-06T06:46:02.076Z] b8854bcd7143: Preparing [2021-04-06T06:46:02.076Z] e08058ee1dfe: Preparing [2021-04-06T06:46:02.076Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:02.352Z] b8854bcd7143: Layer already exists [2021-04-06T06:46:02.353Z] 02cbcbaf3a88: Layer already exists [2021-04-06T06:46:02.353Z] de26eba50359: Layer already exists [2021-04-06T06:46:02.353Z] ab1b8e35671e: Layer already exists [2021-04-06T06:46:02.353Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:1eae0f6e3489b13f051bdd96ca6f17bb8091fc0a85debcc8e23c1d2a279bf879 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:02.712Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:03.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-06T06:46:03.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-06T06:46:03.045Z] 02cbcbaf3a88: Preparing [2021-04-06T06:46:03.045Z] ab1b8e35671e: Preparing [2021-04-06T06:46:03.045Z] de26eba50359: Preparing [2021-04-06T06:46:03.045Z] b8854bcd7143: Preparing [2021-04-06T06:46:03.045Z] e08058ee1dfe: Preparing [2021-04-06T06:46:03.316Z] 02cbcbaf3a88: Layer already exists [2021-04-06T06:46:03.316Z] ab1b8e35671e: Layer already exists [2021-04-06T06:46:03.316Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:03.316Z] b8854bcd7143: Layer already exists [2021-04-06T06:46:03.316Z] de26eba50359: Layer already exists [2021-04-06T06:46:03.316Z] master: digest: sha256:1eae0f6e3489b13f051bdd96ca6f17bb8091fc0a85debcc8e23c1d2a279bf879 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:46:03.508Z] ===================================================== [Pipeline] echo [2021-04-06T06:46:03.557Z] taggedImages: [2021-04-06T06:46:03.557Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:03.557Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:03.557Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:03.557Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-06T06:46:03.632Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-06T06:46:03.632Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:03.632Z] 2.0.0-dev.162 [2021-04-06T06:46:03.632Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:03.632Z] master [2021-04-06T06:46:03.632Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:04.203Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:04.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:04.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-06T06:46:04.538Z] b79b59cf2fa1: Preparing [2021-04-06T06:46:04.538Z] b79b59cf2fa1: Preparing [2021-04-06T06:46:04.538Z] 5693327e4882: Preparing [2021-04-06T06:46:04.538Z] 8b6a477d2974: Preparing [2021-04-06T06:46:04.538Z] aa34a6fc064a: Preparing [2021-04-06T06:46:04.538Z] cf984b4417cc: Preparing [2021-04-06T06:46:04.538Z] de26eba50359: Preparing [2021-04-06T06:46:04.538Z] 24a9743a5a33: Preparing [2021-04-06T06:46:04.538Z] 24a9743a5a33: Preparing [2021-04-06T06:46:04.538Z] 0e7574edaa73: Preparing [2021-04-06T06:46:04.538Z] 90c104a23236: Preparing [2021-04-06T06:46:04.538Z] e08058ee1dfe: Preparing [2021-04-06T06:46:04.538Z] de26eba50359: Waiting [2021-04-06T06:46:04.538Z] 90c104a23236: Waiting [2021-04-06T06:46:04.538Z] e08058ee1dfe: Waiting [2021-04-06T06:46:04.538Z] 24a9743a5a33: Waiting [2021-04-06T06:46:04.538Z] 0e7574edaa73: Waiting [2021-04-06T06:46:04.811Z] 8b6a477d2974: Pushed [2021-04-06T06:46:04.811Z] 5693327e4882: Pushed [2021-04-06T06:46:04.811Z] aa34a6fc064a: Pushed [2021-04-06T06:46:04.811Z] b79b59cf2fa1: Pushed [2021-04-06T06:46:05.086Z] de26eba50359: Layer already exists [2021-04-06T06:46:05.086Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:05.086Z] 24a9743a5a33: Pushed [2021-04-06T06:46:05.086Z] 0e7574edaa73: Pushed [2021-04-06T06:46:05.086Z] 90c104a23236: Pushed [2021-04-06T06:46:07.688Z] cf984b4417cc: Pushed [2021-04-06T06:46:07.956Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:43b7f38c668baf4d3ac72dff8f8a484f799034183193bc2366b1a983dc7a7f75 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:08.298Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:08.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:08.630Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-06T06:46:08.630Z] b79b59cf2fa1: Preparing [2021-04-06T06:46:08.630Z] b79b59cf2fa1: Preparing [2021-04-06T06:46:08.630Z] 5693327e4882: Preparing [2021-04-06T06:46:08.630Z] 8b6a477d2974: Preparing [2021-04-06T06:46:08.630Z] aa34a6fc064a: Preparing [2021-04-06T06:46:08.630Z] cf984b4417cc: Preparing [2021-04-06T06:46:08.630Z] de26eba50359: Preparing [2021-04-06T06:46:08.630Z] 24a9743a5a33: Preparing [2021-04-06T06:46:08.630Z] 24a9743a5a33: Preparing [2021-04-06T06:46:08.630Z] 0e7574edaa73: Preparing [2021-04-06T06:46:08.630Z] 90c104a23236: Preparing [2021-04-06T06:46:08.630Z] e08058ee1dfe: Preparing [2021-04-06T06:46:08.630Z] 24a9743a5a33: Waiting [2021-04-06T06:46:08.630Z] 0e7574edaa73: Waiting [2021-04-06T06:46:08.630Z] 90c104a23236: Waiting [2021-04-06T06:46:08.630Z] de26eba50359: Waiting [2021-04-06T06:46:08.630Z] e08058ee1dfe: Waiting [2021-04-06T06:46:08.630Z] 5693327e4882: Layer already exists [2021-04-06T06:46:08.630Z] cf984b4417cc: Layer already exists [2021-04-06T06:46:08.630Z] 8b6a477d2974: Layer already exists [2021-04-06T06:46:08.630Z] aa34a6fc064a: Layer already exists [2021-04-06T06:46:08.630Z] b79b59cf2fa1: Layer already exists [2021-04-06T06:46:08.630Z] 24a9743a5a33: Layer already exists [2021-04-06T06:46:08.630Z] 90c104a23236: Layer already exists [2021-04-06T06:46:08.630Z] 0e7574edaa73: Layer already exists [2021-04-06T06:46:08.903Z] de26eba50359: Layer already exists [2021-04-06T06:46:08.903Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:08.903Z] 2.0.0-dev.162: digest: sha256:43b7f38c668baf4d3ac72dff8f8a484f799034183193bc2366b1a983dc7a7f75 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:09.244Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:09.574Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:09.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-06T06:46:09.574Z] b79b59cf2fa1: Preparing [2021-04-06T06:46:09.574Z] b79b59cf2fa1: Preparing [2021-04-06T06:46:09.574Z] 5693327e4882: Preparing [2021-04-06T06:46:09.574Z] 8b6a477d2974: Preparing [2021-04-06T06:46:09.574Z] aa34a6fc064a: Preparing [2021-04-06T06:46:09.574Z] cf984b4417cc: Preparing [2021-04-06T06:46:09.574Z] de26eba50359: Preparing [2021-04-06T06:46:09.574Z] 24a9743a5a33: Preparing [2021-04-06T06:46:09.574Z] 24a9743a5a33: Preparing [2021-04-06T06:46:09.574Z] 0e7574edaa73: Preparing [2021-04-06T06:46:09.574Z] 90c104a23236: Preparing [2021-04-06T06:46:09.574Z] e08058ee1dfe: Preparing [2021-04-06T06:46:09.574Z] 0e7574edaa73: Waiting [2021-04-06T06:46:09.574Z] de26eba50359: Waiting [2021-04-06T06:46:09.574Z] 90c104a23236: Waiting [2021-04-06T06:46:09.574Z] e08058ee1dfe: Waiting [2021-04-06T06:46:09.574Z] 24a9743a5a33: Waiting [2021-04-06T06:46:09.574Z] aa34a6fc064a: Layer already exists [2021-04-06T06:46:09.574Z] b79b59cf2fa1: Layer already exists [2021-04-06T06:46:09.574Z] cf984b4417cc: Layer already exists [2021-04-06T06:46:09.574Z] 5693327e4882: Layer already exists [2021-04-06T06:46:09.844Z] 8b6a477d2974: Layer already exists [2021-04-06T06:46:09.844Z] 0e7574edaa73: Layer already exists [2021-04-06T06:46:09.844Z] 24a9743a5a33: Layer already exists [2021-04-06T06:46:09.844Z] 90c104a23236: Layer already exists [2021-04-06T06:46:09.844Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:09.844Z] de26eba50359: Layer already exists [2021-04-06T06:46:09.844Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:43b7f38c668baf4d3ac72dff8f8a484f799034183193bc2366b1a983dc7a7f75 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:10.179Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:10.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-06T06:46:10.511Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-06T06:46:10.511Z] b79b59cf2fa1: Preparing [2021-04-06T06:46:10.511Z] b79b59cf2fa1: Preparing [2021-04-06T06:46:10.511Z] 5693327e4882: Preparing [2021-04-06T06:46:10.511Z] 8b6a477d2974: Preparing [2021-04-06T06:46:10.511Z] aa34a6fc064a: Preparing [2021-04-06T06:46:10.511Z] cf984b4417cc: Preparing [2021-04-06T06:46:10.511Z] de26eba50359: Preparing [2021-04-06T06:46:10.511Z] 24a9743a5a33: Preparing [2021-04-06T06:46:10.511Z] 24a9743a5a33: Preparing [2021-04-06T06:46:10.511Z] 0e7574edaa73: Preparing [2021-04-06T06:46:10.511Z] 90c104a23236: Preparing [2021-04-06T06:46:10.511Z] e08058ee1dfe: Preparing [2021-04-06T06:46:10.511Z] de26eba50359: Waiting [2021-04-06T06:46:10.511Z] 24a9743a5a33: Waiting [2021-04-06T06:46:10.511Z] 0e7574edaa73: Waiting [2021-04-06T06:46:10.511Z] 90c104a23236: Waiting [2021-04-06T06:46:10.511Z] e08058ee1dfe: Waiting [2021-04-06T06:46:10.511Z] cf984b4417cc: Layer already exists [2021-04-06T06:46:10.511Z] 5693327e4882: Layer already exists [2021-04-06T06:46:10.511Z] aa34a6fc064a: Layer already exists [2021-04-06T06:46:10.511Z] b79b59cf2fa1: Layer already exists [2021-04-06T06:46:10.511Z] 8b6a477d2974: Layer already exists [2021-04-06T06:46:10.787Z] 24a9743a5a33: Layer already exists [2021-04-06T06:46:10.787Z] 90c104a23236: Layer already exists [2021-04-06T06:46:10.787Z] 0e7574edaa73: Layer already exists [2021-04-06T06:46:10.787Z] de26eba50359: Layer already exists [2021-04-06T06:46:10.787Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:10.787Z] master: digest: sha256:43b7f38c668baf4d3ac72dff8f8a484f799034183193bc2366b1a983dc7a7f75 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:46:10.979Z] ===================================================== [Pipeline] echo [2021-04-06T06:46:11.058Z] taggedImages: [2021-04-06T06:46:11.058Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:11.058Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:11.058Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:11.058Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-06T06:46:11.136Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-06T06:46:11.136Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:11.136Z] 2.0.0-dev.162 [2021-04-06T06:46:11.136Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:11.136Z] master [2021-04-06T06:46:11.136Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:11.664Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:12.016Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:12.016Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-06T06:46:12.016Z] 6851c3e02809: Preparing [2021-04-06T06:46:12.016Z] a2defafc8226: Preparing [2021-04-06T06:46:12.016Z] d619b8386f24: Preparing [2021-04-06T06:46:12.016Z] 7702e16da87b: Preparing [2021-04-06T06:46:12.016Z] 9c6107634595: Preparing [2021-04-06T06:46:12.016Z] e08058ee1dfe: Preparing [2021-04-06T06:46:12.016Z] e08058ee1dfe: Waiting [2021-04-06T06:46:12.301Z] 7702e16da87b: Pushed [2021-04-06T06:46:12.301Z] d619b8386f24: Pushed [2021-04-06T06:46:12.577Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:12.577Z] 9c6107634595: Pushed [2021-04-06T06:46:14.565Z] 6851c3e02809: Pushed [2021-04-06T06:46:14.565Z] a2defafc8226: Pushed [2021-04-06T06:46:14.565Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:7077e2a68fe3e5d2d6e910dbdff47efebd1a028346defbc5ab15f0b2ecc2e882 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:15.175Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:15.508Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:15.508Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-06T06:46:15.508Z] 6851c3e02809: Preparing [2021-04-06T06:46:15.508Z] a2defafc8226: Preparing [2021-04-06T06:46:15.508Z] d619b8386f24: Preparing [2021-04-06T06:46:15.508Z] 7702e16da87b: Preparing [2021-04-06T06:46:15.508Z] 9c6107634595: Preparing [2021-04-06T06:46:15.508Z] e08058ee1dfe: Preparing [2021-04-06T06:46:15.508Z] e08058ee1dfe: Waiting [2021-04-06T06:46:15.508Z] d619b8386f24: Layer already exists [2021-04-06T06:46:15.508Z] a2defafc8226: Layer already exists [2021-04-06T06:46:15.508Z] 6851c3e02809: Layer already exists [2021-04-06T06:46:15.508Z] 9c6107634595: Layer already exists [2021-04-06T06:46:15.508Z] 7702e16da87b: Layer already exists [2021-04-06T06:46:15.780Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:15.780Z] 2.0.0-dev.162: digest: sha256:7077e2a68fe3e5d2d6e910dbdff47efebd1a028346defbc5ab15f0b2ecc2e882 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:16.119Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:16.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:16.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-06T06:46:16.448Z] 6851c3e02809: Preparing [2021-04-06T06:46:16.448Z] a2defafc8226: Preparing [2021-04-06T06:46:16.448Z] d619b8386f24: Preparing [2021-04-06T06:46:16.448Z] 7702e16da87b: Preparing [2021-04-06T06:46:16.448Z] 9c6107634595: Preparing [2021-04-06T06:46:16.448Z] e08058ee1dfe: Preparing [2021-04-06T06:46:16.448Z] e08058ee1dfe: Waiting [2021-04-06T06:46:16.448Z] d619b8386f24: Layer already exists [2021-04-06T06:46:16.448Z] a2defafc8226: Layer already exists [2021-04-06T06:46:16.448Z] 9c6107634595: Layer already exists [2021-04-06T06:46:16.448Z] 6851c3e02809: Layer already exists [2021-04-06T06:46:16.448Z] 7702e16da87b: Layer already exists [2021-04-06T06:46:16.448Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:16.718Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:7077e2a68fe3e5d2d6e910dbdff47efebd1a028346defbc5ab15f0b2ecc2e882 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:17.063Z] + 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-06T06:46:17.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-06T06:46:17.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-06T06:46:17.396Z] 6851c3e02809: Preparing [2021-04-06T06:46:17.396Z] a2defafc8226: Preparing [2021-04-06T06:46:17.396Z] d619b8386f24: Preparing [2021-04-06T06:46:17.396Z] 7702e16da87b: Preparing [2021-04-06T06:46:17.396Z] 9c6107634595: Preparing [2021-04-06T06:46:17.396Z] e08058ee1dfe: Preparing [2021-04-06T06:46:17.396Z] e08058ee1dfe: Waiting [2021-04-06T06:46:17.396Z] a2defafc8226: Layer already exists [2021-04-06T06:46:17.396Z] 9c6107634595: Layer already exists [2021-04-06T06:46:17.396Z] d619b8386f24: Layer already exists [2021-04-06T06:46:17.396Z] 7702e16da87b: Layer already exists [2021-04-06T06:46:17.396Z] 6851c3e02809: Layer already exists [2021-04-06T06:46:17.664Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:17.664Z] master: digest: sha256:7077e2a68fe3e5d2d6e910dbdff47efebd1a028346defbc5ab15f0b2ecc2e882 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:46:17.849Z] ===================================================== [Pipeline] echo [2021-04-06T06:46:17.896Z] taggedImages: [2021-04-06T06:46:17.896Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:17.896Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:17.896Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:17.896Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-06T06:46:17.959Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-06T06:46:17.959Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:17.959Z] 2.0.0-dev.162 [2021-04-06T06:46:17.959Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:17.959Z] master [2021-04-06T06:46:17.959Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:18.460Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:18.799Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:18.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-06T06:46:18.799Z] 92ee5dfd7302: Preparing [2021-04-06T06:46:18.799Z] cb1904ad9ddb: Preparing [2021-04-06T06:46:18.799Z] 5ed29495a141: Preparing [2021-04-06T06:46:18.799Z] 8b5acad23615: Preparing [2021-04-06T06:46:18.799Z] 27a2bf043bcd: Preparing [2021-04-06T06:46:18.799Z] 290b5c250a9b: Preparing [2021-04-06T06:46:18.799Z] beb39c28e7df: Preparing [2021-04-06T06:46:18.799Z] 3dd9b0746c2a: Preparing [2021-04-06T06:46:18.799Z] 290b5c250a9b: Waiting [2021-04-06T06:46:18.799Z] beb39c28e7df: Waiting [2021-04-06T06:46:18.799Z] e08058ee1dfe: Preparing [2021-04-06T06:46:18.799Z] 3dd9b0746c2a: Waiting [2021-04-06T06:46:19.077Z] 92ee5dfd7302: Pushed [2021-04-06T06:46:19.077Z] cb1904ad9ddb: Pushed [2021-04-06T06:46:19.352Z] 27a2bf043bcd: Pushed [2021-04-06T06:46:19.352Z] 290b5c250a9b: Pushed [2021-04-06T06:46:19.352Z] beb39c28e7df: Pushed [2021-04-06T06:46:19.624Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:21.052Z] 3dd9b0746c2a: Pushed [2021-04-06T06:46:21.052Z] 5ed29495a141: Pushed [2021-04-06T06:46:21.326Z] 8b5acad23615: Pushed [2021-04-06T06:46:21.596Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:710d62a1987290d548e630cf67f9096237bef312957ceb612037ee9d620d1668 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:21.939Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:22.286Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:22.286Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-06T06:46:22.286Z] 92ee5dfd7302: Preparing [2021-04-06T06:46:22.286Z] cb1904ad9ddb: Preparing [2021-04-06T06:46:22.286Z] 5ed29495a141: Preparing [2021-04-06T06:46:22.286Z] 8b5acad23615: Preparing [2021-04-06T06:46:22.286Z] 27a2bf043bcd: Preparing [2021-04-06T06:46:22.286Z] 290b5c250a9b: Preparing [2021-04-06T06:46:22.286Z] beb39c28e7df: Preparing [2021-04-06T06:46:22.286Z] 3dd9b0746c2a: Preparing [2021-04-06T06:46:22.286Z] e08058ee1dfe: Preparing [2021-04-06T06:46:22.286Z] 290b5c250a9b: Waiting [2021-04-06T06:46:22.286Z] beb39c28e7df: Waiting [2021-04-06T06:46:22.286Z] 3dd9b0746c2a: Waiting [2021-04-06T06:46:22.286Z] e08058ee1dfe: Waiting [2021-04-06T06:46:22.286Z] 92ee5dfd7302: Layer already exists [2021-04-06T06:46:22.286Z] cb1904ad9ddb: Layer already exists [2021-04-06T06:46:22.286Z] 5ed29495a141: Layer already exists [2021-04-06T06:46:22.286Z] 8b5acad23615: Layer already exists [2021-04-06T06:46:22.286Z] 27a2bf043bcd: Layer already exists [2021-04-06T06:46:22.286Z] 290b5c250a9b: Layer already exists [2021-04-06T06:46:22.559Z] beb39c28e7df: Layer already exists [2021-04-06T06:46:22.559Z] 3dd9b0746c2a: Layer already exists [2021-04-06T06:46:22.559Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:22.559Z] 2.0.0-dev.162: digest: sha256:710d62a1987290d548e630cf67f9096237bef312957ceb612037ee9d620d1668 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:22.894Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:23.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:23.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-06T06:46:23.225Z] 92ee5dfd7302: Preparing [2021-04-06T06:46:23.225Z] cb1904ad9ddb: Preparing [2021-04-06T06:46:23.225Z] 5ed29495a141: Preparing [2021-04-06T06:46:23.225Z] 8b5acad23615: Preparing [2021-04-06T06:46:23.225Z] 27a2bf043bcd: Preparing [2021-04-06T06:46:23.225Z] 290b5c250a9b: Preparing [2021-04-06T06:46:23.225Z] beb39c28e7df: Preparing [2021-04-06T06:46:23.225Z] 3dd9b0746c2a: Preparing [2021-04-06T06:46:23.225Z] e08058ee1dfe: Preparing [2021-04-06T06:46:23.225Z] 290b5c250a9b: Waiting [2021-04-06T06:46:23.225Z] beb39c28e7df: Waiting [2021-04-06T06:46:23.225Z] 3dd9b0746c2a: Waiting [2021-04-06T06:46:23.225Z] 92ee5dfd7302: Layer already exists [2021-04-06T06:46:23.225Z] 27a2bf043bcd: Layer already exists [2021-04-06T06:46:23.225Z] 5ed29495a141: Layer already exists [2021-04-06T06:46:23.225Z] cb1904ad9ddb: Layer already exists [2021-04-06T06:46:23.225Z] 8b5acad23615: Layer already exists [2021-04-06T06:46:23.225Z] beb39c28e7df: Layer already exists [2021-04-06T06:46:23.225Z] 290b5c250a9b: Layer already exists [2021-04-06T06:46:23.225Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:23.225Z] 3dd9b0746c2a: Layer already exists [2021-04-06T06:46:23.494Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:710d62a1987290d548e630cf67f9096237bef312957ceb612037ee9d620d1668 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:23.830Z] + 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-06T06:46:24.197Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-06T06:46:24.197Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-06T06:46:24.197Z] 92ee5dfd7302: Preparing [2021-04-06T06:46:24.197Z] cb1904ad9ddb: Preparing [2021-04-06T06:46:24.197Z] 5ed29495a141: Preparing [2021-04-06T06:46:24.197Z] 8b5acad23615: Preparing [2021-04-06T06:46:24.197Z] 27a2bf043bcd: Preparing [2021-04-06T06:46:24.197Z] 290b5c250a9b: Preparing [2021-04-06T06:46:24.197Z] beb39c28e7df: Preparing [2021-04-06T06:46:24.197Z] 3dd9b0746c2a: Preparing [2021-04-06T06:46:24.197Z] e08058ee1dfe: Preparing [2021-04-06T06:46:24.197Z] beb39c28e7df: Waiting [2021-04-06T06:46:24.197Z] 3dd9b0746c2a: Waiting [2021-04-06T06:46:24.197Z] 290b5c250a9b: Waiting [2021-04-06T06:46:24.197Z] e08058ee1dfe: Waiting [2021-04-06T06:46:24.472Z] 27a2bf043bcd: Layer already exists [2021-04-06T06:46:24.472Z] 5ed29495a141: Layer already exists [2021-04-06T06:46:24.472Z] 8b5acad23615: Layer already exists [2021-04-06T06:46:24.472Z] cb1904ad9ddb: Layer already exists [2021-04-06T06:46:24.472Z] 92ee5dfd7302: Layer already exists [2021-04-06T06:46:24.472Z] 290b5c250a9b: Layer already exists [2021-04-06T06:46:24.472Z] 3dd9b0746c2a: Layer already exists [2021-04-06T06:46:24.472Z] beb39c28e7df: Layer already exists [2021-04-06T06:46:24.472Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:24.472Z] master: digest: sha256:710d62a1987290d548e630cf67f9096237bef312957ceb612037ee9d620d1668 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:46:24.696Z] ===================================================== [Pipeline] echo [2021-04-06T06:46:24.741Z] taggedImages: [2021-04-06T06:46:24.741Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:24.741Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:24.741Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:24.741Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-06T06:46:24.807Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-06T06:46:24.807Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:24.807Z] 2.0.0-dev.162 [2021-04-06T06:46:24.807Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:24.807Z] master [2021-04-06T06:46:24.807Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:25.359Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:25.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:25.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-06T06:46:25.716Z] 4ddba7d9175e: Preparing [2021-04-06T06:46:25.716Z] 0a0595c6a469: Preparing [2021-04-06T06:46:25.716Z] de26eba50359: Preparing [2021-04-06T06:46:25.716Z] 103b9d891043: Preparing [2021-04-06T06:46:25.716Z] e08058ee1dfe: Preparing [2021-04-06T06:46:25.716Z] de26eba50359: Layer already exists [2021-04-06T06:46:25.716Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:25.993Z] 4ddba7d9175e: Pushed [2021-04-06T06:46:26.263Z] 103b9d891043: Pushed [2021-04-06T06:46:28.248Z] 0a0595c6a469: Pushed [2021-04-06T06:46:28.518Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:199425fb990b3d56679c38ab6376ddf41f9d3a236b044749cfe217c1e6a2693d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:28.861Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:29.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:29.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-06T06:46:29.191Z] 4ddba7d9175e: Preparing [2021-04-06T06:46:29.191Z] 0a0595c6a469: Preparing [2021-04-06T06:46:29.191Z] de26eba50359: Preparing [2021-04-06T06:46:29.191Z] 103b9d891043: Preparing [2021-04-06T06:46:29.191Z] e08058ee1dfe: Preparing [2021-04-06T06:46:29.191Z] 103b9d891043: Layer already exists [2021-04-06T06:46:29.191Z] de26eba50359: Layer already exists [2021-04-06T06:46:29.191Z] 0a0595c6a469: Layer already exists [2021-04-06T06:46:29.191Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:29.191Z] 4ddba7d9175e: Layer already exists [2021-04-06T06:46:29.464Z] 2.0.0-dev.162: digest: sha256:199425fb990b3d56679c38ab6376ddf41f9d3a236b044749cfe217c1e6a2693d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:29.798Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:30.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:30.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-06T06:46:30.130Z] 4ddba7d9175e: Preparing [2021-04-06T06:46:30.130Z] 0a0595c6a469: Preparing [2021-04-06T06:46:30.130Z] de26eba50359: Preparing [2021-04-06T06:46:30.130Z] 103b9d891043: Preparing [2021-04-06T06:46:30.130Z] e08058ee1dfe: Preparing [2021-04-06T06:46:30.130Z] de26eba50359: Layer already exists [2021-04-06T06:46:30.130Z] 0a0595c6a469: Layer already exists [2021-04-06T06:46:30.130Z] 4ddba7d9175e: Layer already exists [2021-04-06T06:46:30.130Z] 103b9d891043: Layer already exists [2021-04-06T06:46:30.130Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:30.401Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:199425fb990b3d56679c38ab6376ddf41f9d3a236b044749cfe217c1e6a2693d size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:30.739Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:31.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-06T06:46:31.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-06T06:46:31.073Z] 4ddba7d9175e: Preparing [2021-04-06T06:46:31.073Z] 0a0595c6a469: Preparing [2021-04-06T06:46:31.073Z] de26eba50359: Preparing [2021-04-06T06:46:31.073Z] 103b9d891043: Preparing [2021-04-06T06:46:31.073Z] e08058ee1dfe: Preparing [2021-04-06T06:46:31.073Z] de26eba50359: Layer already exists [2021-04-06T06:46:31.073Z] 4ddba7d9175e: Layer already exists [2021-04-06T06:46:31.073Z] 103b9d891043: Layer already exists [2021-04-06T06:46:31.073Z] 0a0595c6a469: Layer already exists [2021-04-06T06:46:31.073Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:31.342Z] master: digest: sha256:199425fb990b3d56679c38ab6376ddf41f9d3a236b044749cfe217c1e6a2693d size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:46:31.544Z] ===================================================== [Pipeline] echo [2021-04-06T06:46:31.587Z] taggedImages: [2021-04-06T06:46:31.587Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:31.587Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:31.587Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:31.587Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-06T06:46:31.652Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-06T06:46:31.652Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:31.652Z] 2.0.0-dev.162 [2021-04-06T06:46:31.652Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:31.652Z] master [2021-04-06T06:46:31.652Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:32.145Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:32.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:32.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-06T06:46:32.483Z] bd70b6e0fca2: Preparing [2021-04-06T06:46:32.483Z] a3ce1536055f: Preparing [2021-04-06T06:46:32.483Z] de26eba50359: Preparing [2021-04-06T06:46:32.483Z] b8854bcd7143: Preparing [2021-04-06T06:46:32.483Z] e08058ee1dfe: Preparing [2021-04-06T06:46:32.483Z] de26eba50359: Layer already exists [2021-04-06T06:46:32.757Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:32.757Z] b8854bcd7143: Layer already exists [2021-04-06T06:46:32.757Z] bd70b6e0fca2: Pushed [2021-04-06T06:46:35.358Z] a3ce1536055f: Pushed [2021-04-06T06:46:35.358Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:fbc70d04ff558a68d15f8d4de229ee9bcf2f7c79ca6e47dac016a8a578203f59 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:35.696Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:36.027Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:36.027Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-06T06:46:36.027Z] bd70b6e0fca2: Preparing [2021-04-06T06:46:36.027Z] a3ce1536055f: Preparing [2021-04-06T06:46:36.027Z] de26eba50359: Preparing [2021-04-06T06:46:36.027Z] b8854bcd7143: Preparing [2021-04-06T06:46:36.027Z] e08058ee1dfe: Preparing [2021-04-06T06:46:36.027Z] a3ce1536055f: Layer already exists [2021-04-06T06:46:36.027Z] bd70b6e0fca2: Layer already exists [2021-04-06T06:46:36.027Z] b8854bcd7143: Layer already exists [2021-04-06T06:46:36.027Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:36.296Z] de26eba50359: Layer already exists [2021-04-06T06:46:36.296Z] 2.0.0-dev.162: digest: sha256:fbc70d04ff558a68d15f8d4de229ee9bcf2f7c79ca6e47dac016a8a578203f59 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:36.629Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:36.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:36.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-06T06:46:36.965Z] bd70b6e0fca2: Preparing [2021-04-06T06:46:36.965Z] a3ce1536055f: Preparing [2021-04-06T06:46:36.965Z] de26eba50359: Preparing [2021-04-06T06:46:36.965Z] b8854bcd7143: Preparing [2021-04-06T06:46:36.965Z] e08058ee1dfe: Preparing [2021-04-06T06:46:36.965Z] de26eba50359: Layer already exists [2021-04-06T06:46:36.965Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:36.965Z] bd70b6e0fca2: Layer already exists [2021-04-06T06:46:36.965Z] a3ce1536055f: Layer already exists [2021-04-06T06:46:36.965Z] b8854bcd7143: Layer already exists [2021-04-06T06:46:37.233Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:fbc70d04ff558a68d15f8d4de229ee9bcf2f7c79ca6e47dac016a8a578203f59 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:37.569Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:37.897Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-06T06:46:37.897Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-06T06:46:37.897Z] bd70b6e0fca2: Preparing [2021-04-06T06:46:37.897Z] a3ce1536055f: Preparing [2021-04-06T06:46:37.897Z] de26eba50359: Preparing [2021-04-06T06:46:37.897Z] b8854bcd7143: Preparing [2021-04-06T06:46:37.897Z] e08058ee1dfe: Preparing [2021-04-06T06:46:37.897Z] e08058ee1dfe: Layer already exists [2021-04-06T06:46:37.897Z] bd70b6e0fca2: Layer already exists [2021-04-06T06:46:37.897Z] b8854bcd7143: Layer already exists [2021-04-06T06:46:37.897Z] de26eba50359: Layer already exists [2021-04-06T06:46:37.897Z] a3ce1536055f: Layer already exists [2021-04-06T06:46:38.166Z] master: digest: sha256:fbc70d04ff558a68d15f8d4de229ee9bcf2f7c79ca6e47dac016a8a578203f59 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:46:38.349Z] ===================================================== [Pipeline] echo [2021-04-06T06:46:38.393Z] taggedImages: [2021-04-06T06:46:38.393Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:38.393Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:38.393Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:38.393Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-06T06:46:38.454Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-06T06:46:38.454Z] 6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:38.454Z] 2.0.0-dev.162 [2021-04-06T06:46:38.454Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:38.455Z] master [2021-04-06T06:46:38.455Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:38.993Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:39.331Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:39.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-06T06:46:39.331Z] 1fd7d1db7a2e: Preparing [2021-04-06T06:46:39.331Z] 59ed83e58fce: Preparing [2021-04-06T06:46:39.331Z] 0e999336af5e: Preparing [2021-04-06T06:46:39.331Z] 140da71f3824: Preparing [2021-04-06T06:46:39.331Z] 4a4fced4c562: Preparing [2021-04-06T06:46:39.331Z] ea8d5a345253: Preparing [2021-04-06T06:46:39.331Z] 2b594ab81dd1: Preparing [2021-04-06T06:46:39.331Z] 9ded3b6bb9b5: Preparing [2021-04-06T06:46:39.331Z] fa1afe8e6ed9: Preparing [2021-04-06T06:46:39.331Z] 87a09b4c083e: Preparing [2021-04-06T06:46:39.331Z] 0f74e9ff2a61: Preparing [2021-04-06T06:46:39.331Z] b122376c33c6: Preparing [2021-04-06T06:46:39.331Z] f8381ed47b22: Preparing [2021-04-06T06:46:39.331Z] e934a737d657: Preparing [2021-04-06T06:46:39.331Z] fa1afe8e6ed9: Waiting [2021-04-06T06:46:39.331Z] 87a09b4c083e: Waiting [2021-04-06T06:46:39.331Z] 0f74e9ff2a61: Waiting [2021-04-06T06:46:39.331Z] b122376c33c6: Waiting [2021-04-06T06:46:39.331Z] f8381ed47b22: Waiting [2021-04-06T06:46:39.331Z] e934a737d657: Waiting [2021-04-06T06:46:39.331Z] ea8d5a345253: Waiting [2021-04-06T06:46:39.331Z] 2b594ab81dd1: Waiting [2021-04-06T06:46:39.331Z] 9ded3b6bb9b5: Waiting [2021-04-06T06:46:39.926Z] 4a4fced4c562: Pushed [2021-04-06T06:46:39.926Z] 1fd7d1db7a2e: Pushed [2021-04-06T06:46:40.524Z] 140da71f3824: Pushed [2021-04-06T06:46:40.525Z] 9ded3b6bb9b5: Layer already exists [2021-04-06T06:46:40.798Z] fa1afe8e6ed9: Layer already exists [2021-04-06T06:46:40.799Z] 2b594ab81dd1: Pushed [2021-04-06T06:46:40.799Z] 87a09b4c083e: Layer already exists [2021-04-06T06:46:40.799Z] 0f74e9ff2a61: Layer already exists [2021-04-06T06:46:40.799Z] b122376c33c6: Layer already exists [2021-04-06T06:46:40.799Z] f8381ed47b22: Layer already exists [2021-04-06T06:46:40.799Z] e934a737d657: Layer already exists [2021-04-06T06:46:41.071Z] 59ed83e58fce: Pushed [2021-04-06T06:46:42.495Z] ea8d5a345253: Pushed [2021-04-06T06:46:50.740Z] 0e999336af5e: Pushed [2021-04-06T06:46:50.740Z] 6cadec5fc374fbebd95401286db985839ef5e674: digest: sha256:ca603b5021fd171c5c40c242c1523407ad61e3b25b04e92ab41b707c98e7e7ac size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:51.074Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:51.404Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:51.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-06T06:46:51.404Z] 1fd7d1db7a2e: Preparing [2021-04-06T06:46:51.404Z] 59ed83e58fce: Preparing [2021-04-06T06:46:51.404Z] 0e999336af5e: Preparing [2021-04-06T06:46:51.404Z] 140da71f3824: Preparing [2021-04-06T06:46:51.404Z] 4a4fced4c562: Preparing [2021-04-06T06:46:51.404Z] ea8d5a345253: Preparing [2021-04-06T06:46:51.404Z] 2b594ab81dd1: Preparing [2021-04-06T06:46:51.404Z] 9ded3b6bb9b5: Preparing [2021-04-06T06:46:51.404Z] fa1afe8e6ed9: Preparing [2021-04-06T06:46:51.404Z] 87a09b4c083e: Preparing [2021-04-06T06:46:51.404Z] 0f74e9ff2a61: Preparing [2021-04-06T06:46:51.404Z] b122376c33c6: Preparing [2021-04-06T06:46:51.404Z] f8381ed47b22: Preparing [2021-04-06T06:46:51.404Z] e934a737d657: Preparing [2021-04-06T06:46:51.404Z] ea8d5a345253: Waiting [2021-04-06T06:46:51.404Z] 2b594ab81dd1: Waiting [2021-04-06T06:46:51.404Z] 9ded3b6bb9b5: Waiting [2021-04-06T06:46:51.404Z] fa1afe8e6ed9: Waiting [2021-04-06T06:46:51.404Z] b122376c33c6: Waiting [2021-04-06T06:46:51.404Z] f8381ed47b22: Waiting [2021-04-06T06:46:51.404Z] 87a09b4c083e: Waiting [2021-04-06T06:46:51.404Z] 0f74e9ff2a61: Waiting [2021-04-06T06:46:51.404Z] e934a737d657: Waiting [2021-04-06T06:46:51.404Z] 1fd7d1db7a2e: Layer already exists [2021-04-06T06:46:51.404Z] 0e999336af5e: Layer already exists [2021-04-06T06:46:51.404Z] 59ed83e58fce: Layer already exists [2021-04-06T06:46:51.404Z] 4a4fced4c562: Layer already exists [2021-04-06T06:46:51.404Z] 140da71f3824: Layer already exists [2021-04-06T06:46:51.673Z] 9ded3b6bb9b5: Layer already exists [2021-04-06T06:46:51.673Z] 2b594ab81dd1: Layer already exists [2021-04-06T06:46:51.673Z] ea8d5a345253: Layer already exists [2021-04-06T06:46:51.673Z] 87a09b4c083e: Layer already exists [2021-04-06T06:46:51.673Z] fa1afe8e6ed9: Layer already exists [2021-04-06T06:46:51.673Z] 0f74e9ff2a61: Layer already exists [2021-04-06T06:46:51.673Z] e934a737d657: Layer already exists [2021-04-06T06:46:51.673Z] b122376c33c6: Layer already exists [2021-04-06T06:46:51.673Z] f8381ed47b22: Layer already exists [2021-04-06T06:46:51.673Z] 2.0.0-dev.162: digest: sha256:ca603b5021fd171c5c40c242c1523407ad61e3b25b04e92ab41b707c98e7e7ac size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:52.007Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:52.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:52.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-06T06:46:52.337Z] 1fd7d1db7a2e: Preparing [2021-04-06T06:46:52.337Z] 59ed83e58fce: Preparing [2021-04-06T06:46:52.337Z] 0e999336af5e: Preparing [2021-04-06T06:46:52.337Z] 140da71f3824: Preparing [2021-04-06T06:46:52.337Z] 4a4fced4c562: Preparing [2021-04-06T06:46:52.337Z] ea8d5a345253: Preparing [2021-04-06T06:46:52.337Z] 2b594ab81dd1: Preparing [2021-04-06T06:46:52.337Z] 9ded3b6bb9b5: Preparing [2021-04-06T06:46:52.337Z] fa1afe8e6ed9: Preparing [2021-04-06T06:46:52.337Z] 87a09b4c083e: Preparing [2021-04-06T06:46:52.337Z] 0f74e9ff2a61: Preparing [2021-04-06T06:46:52.337Z] b122376c33c6: Preparing [2021-04-06T06:46:52.337Z] f8381ed47b22: Preparing [2021-04-06T06:46:52.337Z] e934a737d657: Preparing [2021-04-06T06:46:52.337Z] 87a09b4c083e: Waiting [2021-04-06T06:46:52.337Z] 0f74e9ff2a61: Waiting [2021-04-06T06:46:52.337Z] b122376c33c6: Waiting [2021-04-06T06:46:52.337Z] f8381ed47b22: Waiting [2021-04-06T06:46:52.337Z] ea8d5a345253: Waiting [2021-04-06T06:46:52.337Z] 2b594ab81dd1: Waiting [2021-04-06T06:46:52.337Z] e934a737d657: Waiting [2021-04-06T06:46:52.337Z] 9ded3b6bb9b5: Waiting [2021-04-06T06:46:52.337Z] fa1afe8e6ed9: Waiting [2021-04-06T06:46:52.337Z] 140da71f3824: Layer already exists [2021-04-06T06:46:52.337Z] 4a4fced4c562: Layer already exists [2021-04-06T06:46:52.337Z] 0e999336af5e: Layer already exists [2021-04-06T06:46:52.337Z] 59ed83e58fce: Layer already exists [2021-04-06T06:46:52.337Z] 1fd7d1db7a2e: Layer already exists [2021-04-06T06:46:52.606Z] 9ded3b6bb9b5: Layer already exists [2021-04-06T06:46:52.606Z] ea8d5a345253: Layer already exists [2021-04-06T06:46:52.606Z] 87a09b4c083e: Layer already exists [2021-04-06T06:46:52.606Z] fa1afe8e6ed9: Layer already exists [2021-04-06T06:46:52.606Z] 2b594ab81dd1: Layer already exists [2021-04-06T06:46:52.606Z] 0f74e9ff2a61: Layer already exists [2021-04-06T06:46:52.606Z] f8381ed47b22: Layer already exists [2021-04-06T06:46:52.606Z] b122376c33c6: Layer already exists [2021-04-06T06:46:52.606Z] e934a737d657: Layer already exists [2021-04-06T06:46:52.606Z] 6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162: digest: sha256:ca603b5021fd171c5c40c242c1523407ad61e3b25b04e92ab41b707c98e7e7ac size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:46:52.942Z] + 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-06T06:46:53.273Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-06T06:46:53.273Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-06T06:46:53.273Z] 1fd7d1db7a2e: Preparing [2021-04-06T06:46:53.273Z] 59ed83e58fce: Preparing [2021-04-06T06:46:53.273Z] 0e999336af5e: Preparing [2021-04-06T06:46:53.273Z] 140da71f3824: Preparing [2021-04-06T06:46:53.273Z] 4a4fced4c562: Preparing [2021-04-06T06:46:53.273Z] ea8d5a345253: Preparing [2021-04-06T06:46:53.273Z] 2b594ab81dd1: Preparing [2021-04-06T06:46:53.273Z] 9ded3b6bb9b5: Preparing [2021-04-06T06:46:53.273Z] fa1afe8e6ed9: Preparing [2021-04-06T06:46:53.273Z] 87a09b4c083e: Preparing [2021-04-06T06:46:53.273Z] 0f74e9ff2a61: Preparing [2021-04-06T06:46:53.273Z] ea8d5a345253: Waiting [2021-04-06T06:46:53.273Z] b122376c33c6: Preparing [2021-04-06T06:46:53.273Z] f8381ed47b22: Preparing [2021-04-06T06:46:53.273Z] 9ded3b6bb9b5: Waiting [2021-04-06T06:46:53.273Z] e934a737d657: Preparing [2021-04-06T06:46:53.273Z] fa1afe8e6ed9: Waiting [2021-04-06T06:46:53.273Z] b122376c33c6: Waiting [2021-04-06T06:46:53.273Z] f8381ed47b22: Waiting [2021-04-06T06:46:53.273Z] e934a737d657: Waiting [2021-04-06T06:46:53.273Z] 87a09b4c083e: Waiting [2021-04-06T06:46:53.273Z] 0f74e9ff2a61: Waiting [2021-04-06T06:46:53.273Z] 2b594ab81dd1: Waiting [2021-04-06T06:46:53.273Z] 0e999336af5e: Layer already exists [2021-04-06T06:46:53.545Z] 4a4fced4c562: Layer already exists [2021-04-06T06:46:53.545Z] 140da71f3824: Layer already exists [2021-04-06T06:46:53.545Z] 1fd7d1db7a2e: Layer already exists [2021-04-06T06:46:53.545Z] 59ed83e58fce: Layer already exists [2021-04-06T06:46:53.545Z] 9ded3b6bb9b5: Layer already exists [2021-04-06T06:46:53.545Z] 2b594ab81dd1: Layer already exists [2021-04-06T06:46:53.545Z] ea8d5a345253: Layer already exists [2021-04-06T06:46:53.545Z] fa1afe8e6ed9: Layer already exists [2021-04-06T06:46:53.545Z] 87a09b4c083e: Layer already exists [2021-04-06T06:46:53.545Z] f8381ed47b22: Layer already exists [2021-04-06T06:46:53.545Z] 0f74e9ff2a61: Layer already exists [2021-04-06T06:46:53.545Z] b122376c33c6: Layer already exists [2021-04-06T06:46:53.545Z] e934a737d657: Layer already exists [2021-04-06T06:46:53.545Z] master: digest: sha256:ca603b5021fd171c5c40c242c1523407ad61e3b25b04e92ab41b707c98e7e7ac size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-06T06:46:53.783Z] ===================================================== [Pipeline] echo [2021-04-06T06:46:53.829Z] taggedImages: [2021-04-06T06:46:53.829Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674 [2021-04-06T06:46:53.829Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.162 [2021-04-06T06:46:53.829Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:6cadec5fc374fbebd95401286db985839ef5e674-2.0.0-dev.162 [2021-04-06T06:46:53.829Z] - 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-06T06:46:54.612Z] ---> job-cost.sh [2021-04-06T06:46:54.613Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gRdO [2021-04-06T06:47:33.565Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-06T06:49:10.277Z] lf-activate-venv(): INFO: Adding /tmp/venv-gRdO/bin to PATH [2021-04-06T06:49:10.277Z] INFO: No Stack... [2021-04-06T06:49:10.277Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-06T06:49:10.277Z] INFO: Archiving Costs [Pipeline] sh [2021-04-06T06:49:10.612Z] + cat /w/workspace/edgex-go/430/archives/cost.csv [2021-04-06T06:49:10.612Z] + cut -d, -f6 [Pipeline] lock [2021-04-06T06:49:10.724Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-430-stack-cost] [2021-04-06T06:49:10.732Z] Resource [jenkins-edgexfoundry-edgex-go-master-430-stack-cost] did not exist. Created. [2021-04-06T06:49:10.733Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-430-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-06T06:49:11.147Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-06T06:49:12.193Z] Stashed 1 file(s) [Pipeline] } [2021-04-06T06:49:12.202Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-430-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-06T06:49:13.669Z] provisioning config files... [2021-04-06T06:49:13.680Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/430@tmp/config1671048249059380830tmp [Pipeline] { [Pipeline] sh [2021-04-06T06:49:14.074Z] + set +x [2021-04-06T06:49:14.074Z] + curl -s https://codecov.io/bash [2021-04-06T06:49:14.074Z] + bash -s -- [2021-04-06T06:49:14.652Z] [2021-04-06T06:49:14.652Z] _____ _ [2021-04-06T06:49:14.652Z] / ____| | | [2021-04-06T06:49:14.652Z] | | ___ __| | ___ ___ _____ __ [2021-04-06T06:49:14.652Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-06T06:49:14.652Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-06T06:49:14.652Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-06T06:49:14.652Z] Bash-20210309-2b87ace [2021-04-06T06:49:14.652Z] [2021-04-06T06:49:14.652Z] [2021-04-06T06:49:14.652Z] ==> git version 2.24.3 found [2021-04-06T06:49:14.652Z] ==> 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-06T06:49:14.652Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-06T06:49:14.652Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-06T06:49:14.652Z] ==> Jenkins CI detected. [2021-04-06T06:49:14.652Z] project root: . [2021-04-06T06:49:14.652Z] --> token set from env [2021-04-06T06:49:14.652Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-06T06:49:14.652Z] ==> Running gcov in . (disable via -X gcov) [2021-04-06T06:49:14.652Z] ==> Python coveragepy not found [2021-04-06T06:49:14.652Z] ==> Searching for coverage reports in: [2021-04-06T06:49:14.652Z] + . [2021-04-06T06:49:14.652Z] -> Found 1 reports [2021-04-06T06:49:14.652Z] ==> Detecting git/mercurial file structure [2021-04-06T06:49:14.652Z] ==> Reading reports [2021-04-06T06:49:14.652Z] + ./coverage.out bytes=697383 [2021-04-06T06:49:14.652Z] ==> Appending adjustments [2021-04-06T06:49:14.652Z] https://docs.codecov.io/docs/fixing-reports [2021-04-06T06:49:18.874Z] + Found adjustments [2021-04-06T06:49:18.874Z] ==> Gzipping contents [2021-04-06T06:49:18.874Z] 100K /tmp/codecov.SZuOT3.gz [2021-04-06T06:49:18.874Z] ==> Uploading reports [2021-04-06T06:49:18.874Z] url: https://codecov.io [2021-04-06T06:49:18.874Z] query: branch=master&commit=6cadec5fc374fbebd95401286db985839ef5e674&build=430&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F430%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T06:49:18.874Z] -> Pinging Codecov [2021-04-06T06:49:18.874Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=6cadec5fc374fbebd95401286db985839ef5e674&build=430&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F430%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-06T06:49:18.874Z] -> Uploading to [2021-04-06T06:49:18.874Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-06/00271124DB129430A58F1EEE437C3FCB/6cadec5fc374fbebd95401286db985839ef5e674/389655fc-1e35-40ce-bf91-8a7b2a465c76.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T064918Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fc63a1c8148f949045a0640b37af0ed16605d211934296a9eeaf43ec0810dc05 [2021-04-06T06:49:18.874Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:49:18.874Z] Dload Upload Total Spent Left Speed [2021-04-06T06:49:19.137Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99539 0 0 100 99539 0 221k --:--:-- --:--:-- --:--:-- 222k [2021-04-06T06:49:19.137Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/6cadec5fc374fbebd95401286db985839ef5e674 [Pipeline] } [2021-04-06T06:49:19.147Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-06T06:49:20.082Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-06T06:49:20.142Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:49:20.481Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T06:49:20.482Z] [2021-04-06T06:49:20.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:49:20.848Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T06:49:20.848Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-06T06:49:20.848Z] 188c0c94c7c5: Already exists [2021-04-06T06:49:20.848Z] 0ef7d3d256c8: Already exists [2021-04-06T06:49:20.848Z] de9db76c5a1d: Already exists [2021-04-06T06:49:20.848Z] 0eba1c9be4d2: Pulling fs layer [2021-04-06T06:49:20.848Z] 0d57e429df01: Pulling fs layer [2021-04-06T06:49:20.848Z] 4e4be7b47b0d: Pulling fs layer [2021-04-06T06:49:20.848Z] e1f770b5df2f: Pulling fs layer [2021-04-06T06:49:20.848Z] 85a0685a4137: Pulling fs layer [2021-04-06T06:49:20.848Z] e1f770b5df2f: Waiting [2021-04-06T06:49:20.848Z] 85a0685a4137: Waiting [2021-04-06T06:49:20.848Z] 0d57e429df01: Verifying Checksum [2021-04-06T06:49:20.848Z] 4e4be7b47b0d: Verifying Checksum [2021-04-06T06:49:20.848Z] 4e4be7b47b0d: Download complete [2021-04-06T06:49:20.848Z] 0d57e429df01: Download complete [2021-04-06T06:49:23.412Z] e1f770b5df2f: Verifying Checksum [2021-04-06T06:49:23.412Z] e1f770b5df2f: Download complete [2021-04-06T06:49:25.345Z] 85a0685a4137: Verifying Checksum [2021-04-06T06:49:25.345Z] 85a0685a4137: Download complete [2021-04-06T06:49:25.345Z] 0eba1c9be4d2: Verifying Checksum [2021-04-06T06:49:25.345Z] 0eba1c9be4d2: Download complete [2021-04-06T06:49:31.968Z] 0eba1c9be4d2: Pull complete [2021-04-06T06:49:31.969Z] 0d57e429df01: Pull complete [2021-04-06T06:49:31.969Z] 4e4be7b47b0d: Pull complete [2021-04-06T06:49:36.208Z] e1f770b5df2f: Pull complete [2021-04-06T06:49:44.475Z] 85a0685a4137: Pull complete [2021-04-06T06:49:44.475Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-06T06:49:44.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-06T06:49:44.475Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-06T06:49:44.739Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:49:44.797Z] $ 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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:49:45.894Z] $ docker top 973b4009ba4b7b5a5b936cb51461eac98311441c6bd29b840ce1b237d506e157 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-06T06:49:46.153Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-06T06:49:46.490Z] + set -o pipefail [2021-04-06T06:49:46.490Z] + snyk monitor '--org=edgex-jenkins' [2021-04-06T06:50:01.431Z] [2021-04-06T06:50:01.431Z] Monitoring /w/workspace/edgex-go/430 (github.com/edgexfoundry/edgex-go)... [2021-04-06T06:50:01.431Z] [2021-04-06T06:50:01.431Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/8dbd2f20-2c80-437d-87cb-8eec22460b62 [2021-04-06T06:50:01.431Z] [2021-04-06T06:50:01.431Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-06T06:50:01.431Z] [2021-04-06T06:50:01.431Z] [2021-04-06T06:50:01.431Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-06T06:50:01.431Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-06T06:50:01.449Z] $ docker stop --time=1 973b4009ba4b7b5a5b936cb51461eac98311441c6bd29b840ce1b237d506e157 [2021-04-06T06:50:04.621Z] $ docker rm -f 973b4009ba4b7b5a5b936cb51461eac98311441c6bd29b840ce1b237d506e157 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-06T06:50:05.775Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T06:50:05.827Z] provisioning config files... [2021-04-06T06:50:05.838Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/430@tmp/config906116519375831946tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:50:06.219Z] --> edgex-publish-swagger.sh [2021-04-06T06:50:06.219Z] === Publish openapi/v1 API === [2021-04-06T06:50:06.219Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-06T06:50:06.219Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/430/openapi/v1/core-command.yaml] [2021-04-06T06:50:06.219Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:06.219Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:07.168Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 11432 --:--:-- --:--:-- --:--:-- 11436 100 10522 0 0 100 10522 0 11429 --:--:-- --:--:-- --:--:-- 11436 [2021-04-06T06:50:07.168Z] [2021-04-06T06:50:07.168Z] [2021-04-06T06:50:07.168Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/430/openapi/v1/core-data.yaml] [2021-04-06T06:50:07.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:07.168Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:08.115Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 34047 --:--:-- --:--:-- --:--:-- 34019 100 32557 0 0 100 32557 0 34040 --:--:-- --:--:-- --:--:-- 34019 [2021-04-06T06:50:08.115Z] [2021-04-06T06:50:08.115Z] [2021-04-06T06:50:08.115Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/430/openapi/v1/core-metadata.yaml] [2021-04-06T06:50:08.115Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:08.115Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:09.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 71831 0:00:01 0:00:01 --:--:-- 71852 100 73721 0 0 100 73721 0 71817 0:00:01 0:00:01 --:--:-- 71852 [2021-04-06T06:50:09.061Z] [2021-04-06T06:50:09.061Z] [2021-04-06T06:50:09.061Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/430/openapi/v1/support-logging.yaml] [2021-04-06T06:50:09.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:09.061Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:10.008Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 15495 --:--:-- --:--:-- --:--:-- 15485 100 13581 0 0 100 13581 0 15492 --:--:-- --:--:-- --:--:-- 15485 [2021-04-06T06:50:10.008Z] [2021-04-06T06:50:10.008Z] [2021-04-06T06:50:10.008Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/430/openapi/v1/support-notifications.yaml] [2021-04-06T06:50:10.008Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:10.008Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:10.955Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 44520 --:--:-- --:--:-- --:--:-- 44496 100 38890 0 0 100 38890 0 44511 --:--:-- --:--:-- --:--:-- 44496 [2021-04-06T06:50:10.955Z] [2021-04-06T06:50:10.955Z] [2021-04-06T06:50:10.955Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/430/openapi/v1/support-scheduler.yaml] [2021-04-06T06:50:10.955Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:10.955Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:11.910Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 15429 --:--:-- --:--:-- --:--:-- 15420 100 14249 0 0 100 14249 0 15426 --:--:-- --:--:-- --:--:-- 15420 [2021-04-06T06:50:11.910Z] [2021-04-06T06:50:11.910Z] [2021-04-06T06:50:11.910Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/430/openapi/v1/system-agent.yaml] [2021-04-06T06:50:11.910Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:11.910Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:12.858Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4431 --:--:-- --:--:-- --:--:-- 4428 100 4110 0 0 100 4110 0 4430 --:--:-- --:--:-- --:--:-- 4428 [2021-04-06T06:50:12.858Z] [2021-04-06T06:50:12.858Z] [2021-04-06T06:50:12.858Z] === Publish openapi/v2 API === [2021-04-06T06:50:12.858Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-06T06:50:12.858Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/430/openapi/v2/core-command.yaml] [2021-04-06T06:50:12.858Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:12.858Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:13.805Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 32481 --:--:-- --:--:-- --:--:-- 32520 [2021-04-06T06:50:13.805Z] [2021-04-06T06:50:13.805Z] [2021-04-06T06:50:13.805Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/430/openapi/v2/core-data.yaml] [2021-04-06T06:50:13.805Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:13.805Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:14.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 52690 0:00:01 0:00:01 --:--:-- 52661 100 56190 0 0 100 56190 0 52681 0:00:01 0:00:01 --:--:-- 52661 [2021-04-06T06:50:14.752Z] [2021-04-06T06:50:14.752Z] [2021-04-06T06:50:14.752Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/430/openapi/v2/core-metadata.yaml] [2021-04-06T06:50:14.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:14.752Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:15.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 123k --:--:-- --:--:-- --:--:-- 123k 100 116k 0 0 100 116k 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-04-06T06:50:15.699Z] [2021-04-06T06:50:15.699Z] [2021-04-06T06:50:15.699Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/430/openapi/v2/support-notifications.yaml] [2021-04-06T06:50:15.699Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:15.699Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:16.647Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 84101 --:--:-- --:--:-- --:--:-- 84116 [2021-04-06T06:50:16.647Z] [2021-04-06T06:50:16.647Z] [2021-04-06T06:50:16.647Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/430/openapi/v2/support-scheduler.yaml] [2021-04-06T06:50:16.647Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:16.647Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:17.595Z] 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 42869 --:--:-- --:--:-- --:--:-- 42872 [2021-04-06T06:50:17.595Z] [2021-04-06T06:50:17.595Z] [2021-04-06T06:50:17.595Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/430/openapi/v2/system-agent.yaml] [2021-04-06T06:50:17.595Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-06T06:50:17.595Z] Dload Upload Total Spent Left Speed [2021-04-06T06:50:18.541Z] 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 25376 --:--:-- --:--:-- --:--:-- 25360 [2021-04-06T06:50:18.541Z] [2021-04-06T06:50:18.541Z] [Pipeline] } [2021-04-06T06:50:18.551Z] 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-06T06:50:19.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:50:19.323Z] . [Pipeline] withDockerContainer [2021-04-06T06:50:19.443Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:50:19.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:50:20.562Z] $ docker top fab9dd153d01647a54d46b5c4e957e1cb1c878a2f09d5f58425d2e67cfeb0978 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:50:20.882Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:50:20.882Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:50:21.140Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:50:21.144Z] $ docker exec fab9dd153d01647a54d46b5c4e957e1cb1c878a2f09d5f58425d2e67cfeb0978 ssh-agent [2021-04-06T06:50:21.347Z] SSH_AUTH_SOCK=/tmp/ssh-nRpmaP7KiQzA/agent.11 [2021-04-06T06:50:21.347Z] SSH_AGENT_PID=17 [2021-04-06T06:50:21.355Z] Running ssh-add (command line suppressed) [2021-04-06T06:50:21.491Z] Identity added: /w/workspace/edgex-go/430@tmp/private_key_1441208716791540067.key (/w/workspace/edgex-go/430@tmp/private_key_1441208716791540067.key) [2021-04-06T06:50:21.552Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:50:21.888Z] + git semver tag [2021-04-06T06:50:22.462Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:50:22.462Z] # $GIT_DIR = /w/workspace/edgex-go/430/.git [2021-04-06T06:50:22.462Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/430 [2021-04-06T06:50:22.462Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:50:22.462Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:50:22.462Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:50:22.462Z] # $SEMVER_BRANCH = master [2021-04-06T06:50:22.462Z] # $SEMVER_DIR = /w/workspace/edgex-go/430/.semver [2021-04-06T06:50:22.462Z] # 6cadec5fc374fbebd95401286db985839ef5e674 HEAD [2021-04-06T06:50:23.040Z] # -> Force: false [2021-04-06T06:50:23.040Z] # 1d374e7287607c773c9195e3f23b54d5f4c38df3 refs/tags/v2.0.0-dev.162 [Pipeline] } [2021-04-06T06:50:23.054Z] $ docker exec --env ******** --env ******** fab9dd153d01647a54d46b5c4e957e1cb1c878a2f09d5f58425d2e67cfeb0978 ssh-agent -k [2021-04-06T06:50:23.181Z] unset SSH_AUTH_SOCK; [2021-04-06T06:50:23.181Z] unset SSH_AGENT_PID; [2021-04-06T06:50:23.182Z] echo Agent pid 17 killed; [2021-04-06T06:50:23.247Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:50:23.723Z] + git semver [Pipeline] } [2021-04-06T06:50:23.743Z] $ docker stop --time=1 fab9dd153d01647a54d46b5c4e957e1cb1c878a2f09d5f58425d2e67cfeb0978 [2021-04-06T06:50:25.131Z] $ docker rm -f fab9dd153d01647a54d46b5c4e957e1cb1c878a2f09d5f58425d2e67cfeb0978 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:50:25.810Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T06:50:25.811Z] [2021-04-06T06:50:25.811Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:50:26.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T06:50:26.209Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-06T06:50:26.209Z] ab5ef0e58194: Pulling fs layer [2021-04-06T06:50:26.209Z] 9712f1f96733: Pulling fs layer [2021-04-06T06:50:26.209Z] 63f879dbbcfc: Pulling fs layer [2021-04-06T06:50:26.209Z] 0d9ebad4ef96: Pulling fs layer [2021-04-06T06:50:26.209Z] e9a5061849ea: Pulling fs layer [2021-04-06T06:50:26.209Z] d747dcd14b5f: Pulling fs layer [2021-04-06T06:50:26.209Z] 2de7ff778b66: Pulling fs layer [2021-04-06T06:50:26.209Z] 0d9ebad4ef96: Waiting [2021-04-06T06:50:26.209Z] e9a5061849ea: Waiting [2021-04-06T06:50:26.209Z] d747dcd14b5f: Waiting [2021-04-06T06:50:26.209Z] 2de7ff778b66: Waiting [2021-04-06T06:50:26.209Z] 9712f1f96733: Verifying Checksum [2021-04-06T06:50:26.209Z] 9712f1f96733: Download complete [2021-04-06T06:50:28.147Z] 63f879dbbcfc: Download complete [2021-04-06T06:50:28.412Z] e9a5061849ea: Verifying Checksum [2021-04-06T06:50:28.413Z] e9a5061849ea: Download complete [2021-04-06T06:50:28.413Z] d747dcd14b5f: Verifying Checksum [2021-04-06T06:50:28.413Z] d747dcd14b5f: Download complete [2021-04-06T06:50:28.676Z] 2de7ff778b66: Verifying Checksum [2021-04-06T06:50:28.676Z] 2de7ff778b66: Download complete [2021-04-06T06:50:29.253Z] 0d9ebad4ef96: Verifying Checksum [2021-04-06T06:50:29.253Z] 0d9ebad4ef96: Download complete [2021-04-06T06:50:29.515Z] ab5ef0e58194: Verifying Checksum [2021-04-06T06:50:29.515Z] ab5ef0e58194: Download complete [2021-04-06T06:50:34.832Z] ab5ef0e58194: Pull complete [2021-04-06T06:50:34.832Z] 9712f1f96733: Pull complete [2021-04-06T06:50:38.202Z] 63f879dbbcfc: Pull complete [2021-04-06T06:50:45.005Z] 0d9ebad4ef96: Pull complete [2021-04-06T06:50:45.585Z] e9a5061849ea: Pull complete [2021-04-06T06:50:45.848Z] d747dcd14b5f: Pull complete [2021-04-06T06:50:50.112Z] 2de7ff778b66: Pull complete [2021-04-06T06:50:50.112Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-06T06:50:50.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-06T06:50:50.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-06T06:50:50.363Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:50:50.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:50:53.256Z] $ docker top 996e6911e406cf5804e7ccdf741286b2925a4a8da1a891873f0affb64940ed5b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-06T06:50:53.531Z] provisioning config files... [2021-04-06T06:50:53.547Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/430@tmp/config6541367338130323827tmp [2021-04-06T06:50:53.563Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/430@tmp/config5766929050004721131tmp [2021-04-06T06:50:53.581Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/430@tmp/config1915535254600792233tmp [Pipeline] { [Pipeline] echo [2021-04-06T06:50:53.637Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:50:53.945Z] ---> sigul-configuration.sh [2021-04-06T06:50:53.945Z] gpg: directory `/root/.gnupg' created [2021-04-06T06:50:53.945Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-06T06:50:53.945Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-06T06:50:53.945Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-06T06:50:53.945Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-06T06:50:53.945Z] gpg: CAST5 encrypted data [2021-04-06T06:50:54.207Z] gpg: encrypted with 1 passphrase [2021-04-06T06:50:54.207Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-06T06:50:54.511Z] + mkdir /home/jenkins [2021-04-06T06:50:54.512Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-06T06:50:54.814Z] + 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-06T06:50:54.826Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:50:55.127Z] ---> sigul-install.sh [2021-04-06T06:51:01.728Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-06T06:51:02.032Z] + git tag --list [2021-04-06T06:51:02.032Z] 0.6.0 [2021-04-06T06:51:02.032Z] 0.6.1 [2021-04-06T06:51:02.032Z] 0.7.0 [2021-04-06T06:51:02.032Z] 0.7.1 [2021-04-06T06:51:02.032Z] v0.0.0 [2021-04-06T06:51:02.032Z] v0.0.1-dev.1 [2021-04-06T06:51:02.032Z] v1.0.0 [2021-04-06T06:51:02.032Z] v1.0.1 [2021-04-06T06:51:02.032Z] v1.1.0 [2021-04-06T06:51:02.032Z] v1.2.0 [2021-04-06T06:51:02.032Z] v1.2.1 [2021-04-06T06:51:02.032Z] v1.2.2-dev.1 [2021-04-06T06:51:02.032Z] v1.2.2-dev.10 [2021-04-06T06:51:02.032Z] v1.2.2-dev.100 [2021-04-06T06:51:02.032Z] v1.2.2-dev.101 [2021-04-06T06:51:02.032Z] v1.2.2-dev.102 [2021-04-06T06:51:02.032Z] v1.2.2-dev.103 [2021-04-06T06:51:02.032Z] v1.2.2-dev.104 [2021-04-06T06:51:02.032Z] v1.2.2-dev.105 [2021-04-06T06:51:02.032Z] v1.2.2-dev.106 [2021-04-06T06:51:02.032Z] v1.2.2-dev.107 [2021-04-06T06:51:02.032Z] v1.2.2-dev.11 [2021-04-06T06:51:02.032Z] v1.2.2-dev.12 [2021-04-06T06:51:02.032Z] v1.2.2-dev.13 [2021-04-06T06:51:02.032Z] v1.2.2-dev.14 [2021-04-06T06:51:02.032Z] v1.2.2-dev.15 [2021-04-06T06:51:02.032Z] v1.2.2-dev.16 [2021-04-06T06:51:02.032Z] v1.2.2-dev.17 [2021-04-06T06:51:02.032Z] v1.2.2-dev.18 [2021-04-06T06:51:02.032Z] v1.2.2-dev.19 [2021-04-06T06:51:02.032Z] v1.2.2-dev.2 [2021-04-06T06:51:02.032Z] v1.2.2-dev.20 [2021-04-06T06:51:02.032Z] v1.2.2-dev.21 [2021-04-06T06:51:02.032Z] v1.2.2-dev.22 [2021-04-06T06:51:02.032Z] v1.2.2-dev.23 [2021-04-06T06:51:02.032Z] v1.2.2-dev.24 [2021-04-06T06:51:02.032Z] v1.2.2-dev.25 [2021-04-06T06:51:02.032Z] v1.2.2-dev.26 [2021-04-06T06:51:02.032Z] v1.2.2-dev.27 [2021-04-06T06:51:02.032Z] v1.2.2-dev.28 [2021-04-06T06:51:02.032Z] v1.2.2-dev.29 [2021-04-06T06:51:02.032Z] v1.2.2-dev.3 [2021-04-06T06:51:02.032Z] v1.2.2-dev.30 [2021-04-06T06:51:02.032Z] v1.2.2-dev.31 [2021-04-06T06:51:02.032Z] v1.2.2-dev.32 [2021-04-06T06:51:02.032Z] v1.2.2-dev.33 [2021-04-06T06:51:02.032Z] v1.2.2-dev.34 [2021-04-06T06:51:02.032Z] v1.2.2-dev.35 [2021-04-06T06:51:02.032Z] v1.2.2-dev.36 [2021-04-06T06:51:02.032Z] v1.2.2-dev.37 [2021-04-06T06:51:02.032Z] v1.2.2-dev.38 [2021-04-06T06:51:02.032Z] v1.2.2-dev.39 [2021-04-06T06:51:02.032Z] v1.2.2-dev.4 [2021-04-06T06:51:02.032Z] v1.2.2-dev.40 [2021-04-06T06:51:02.032Z] v1.2.2-dev.41 [2021-04-06T06:51:02.032Z] v1.2.2-dev.42 [2021-04-06T06:51:02.032Z] v1.2.2-dev.43 [2021-04-06T06:51:02.032Z] v1.2.2-dev.44 [2021-04-06T06:51:02.032Z] v1.2.2-dev.45 [2021-04-06T06:51:02.032Z] v1.2.2-dev.46 [2021-04-06T06:51:02.032Z] v1.2.2-dev.47 [2021-04-06T06:51:02.032Z] v1.2.2-dev.48 [2021-04-06T06:51:02.032Z] v1.2.2-dev.49 [2021-04-06T06:51:02.032Z] v1.2.2-dev.5 [2021-04-06T06:51:02.032Z] v1.2.2-dev.50 [2021-04-06T06:51:02.032Z] v1.2.2-dev.51 [2021-04-06T06:51:02.032Z] v1.2.2-dev.52 [2021-04-06T06:51:02.032Z] v1.2.2-dev.53 [2021-04-06T06:51:02.032Z] v1.2.2-dev.54 [2021-04-06T06:51:02.032Z] v1.2.2-dev.55 [2021-04-06T06:51:02.032Z] v1.2.2-dev.56 [2021-04-06T06:51:02.032Z] v1.2.2-dev.57 [2021-04-06T06:51:02.032Z] v1.2.2-dev.58 [2021-04-06T06:51:02.032Z] v1.2.2-dev.59 [2021-04-06T06:51:02.032Z] v1.2.2-dev.6 [2021-04-06T06:51:02.032Z] v1.2.2-dev.60 [2021-04-06T06:51:02.032Z] v1.2.2-dev.61 [2021-04-06T06:51:02.032Z] v1.2.2-dev.62 [2021-04-06T06:51:02.032Z] v1.2.2-dev.63 [2021-04-06T06:51:02.032Z] v1.2.2-dev.64 [2021-04-06T06:51:02.032Z] v1.2.2-dev.65 [2021-04-06T06:51:02.032Z] v1.2.2-dev.66 [2021-04-06T06:51:02.032Z] v1.2.2-dev.67 [2021-04-06T06:51:02.032Z] v1.2.2-dev.68 [2021-04-06T06:51:02.032Z] v1.2.2-dev.69 [2021-04-06T06:51:02.032Z] v1.2.2-dev.7 [2021-04-06T06:51:02.032Z] v1.2.2-dev.70 [2021-04-06T06:51:02.032Z] v1.2.2-dev.71 [2021-04-06T06:51:02.032Z] v1.2.2-dev.72 [2021-04-06T06:51:02.032Z] v1.2.2-dev.73 [2021-04-06T06:51:02.032Z] v1.2.2-dev.74 [2021-04-06T06:51:02.032Z] v1.2.2-dev.75 [2021-04-06T06:51:02.032Z] v1.2.2-dev.76 [2021-04-06T06:51:02.032Z] v1.2.2-dev.77 [2021-04-06T06:51:02.032Z] v1.2.2-dev.78 [2021-04-06T06:51:02.032Z] v1.2.2-dev.79 [2021-04-06T06:51:02.032Z] v1.2.2-dev.8 [2021-04-06T06:51:02.032Z] v1.2.2-dev.80 [2021-04-06T06:51:02.032Z] v1.2.2-dev.81 [2021-04-06T06:51:02.032Z] v1.2.2-dev.82 [2021-04-06T06:51:02.032Z] v1.2.2-dev.83 [2021-04-06T06:51:02.032Z] v1.2.2-dev.84 [2021-04-06T06:51:02.032Z] v1.2.2-dev.85 [2021-04-06T06:51:02.032Z] v1.2.2-dev.86 [2021-04-06T06:51:02.032Z] v1.2.2-dev.87 [2021-04-06T06:51:02.032Z] v1.2.2-dev.88 [2021-04-06T06:51:02.032Z] v1.2.2-dev.89 [2021-04-06T06:51:02.032Z] v1.2.2-dev.9 [2021-04-06T06:51:02.032Z] v1.2.2-dev.90 [2021-04-06T06:51:02.032Z] v1.2.2-dev.91 [2021-04-06T06:51:02.032Z] v1.2.2-dev.92 [2021-04-06T06:51:02.032Z] v1.2.2-dev.93 [2021-04-06T06:51:02.032Z] v1.2.2-dev.94 [2021-04-06T06:51:02.032Z] v1.2.2-dev.95 [2021-04-06T06:51:02.032Z] v1.2.2-dev.96 [2021-04-06T06:51:02.032Z] v1.2.2-dev.97 [2021-04-06T06:51:02.032Z] v1.2.2-dev.98 [2021-04-06T06:51:02.032Z] v1.2.2-dev.99 [2021-04-06T06:51:02.032Z] v1.3.0 [2021-04-06T06:51:02.032Z] v1.3.1 [2021-04-06T06:51:02.032Z] v1.3.1-dev.1 [2021-04-06T06:51:02.033Z] v1.3.1-dev.10 [2021-04-06T06:51:02.033Z] v1.3.1-dev.11 [2021-04-06T06:51:02.033Z] v1.3.1-dev.12 [2021-04-06T06:51:02.033Z] v1.3.1-dev.13 [2021-04-06T06:51:02.033Z] v1.3.1-dev.14 [2021-04-06T06:51:02.033Z] v1.3.1-dev.15 [2021-04-06T06:51:02.033Z] v1.3.1-dev.16 [2021-04-06T06:51:02.033Z] v1.3.1-dev.17 [2021-04-06T06:51:02.033Z] v1.3.1-dev.18 [2021-04-06T06:51:02.033Z] v1.3.1-dev.2 [2021-04-06T06:51:02.033Z] v1.3.1-dev.3 [2021-04-06T06:51:02.033Z] v1.3.1-dev.4 [2021-04-06T06:51:02.033Z] v1.3.1-dev.5 [2021-04-06T06:51:02.033Z] v1.3.1-dev.6 [2021-04-06T06:51:02.033Z] v1.3.1-dev.7 [2021-04-06T06:51:02.033Z] v1.3.1-dev.8 [2021-04-06T06:51:02.033Z] v1.3.1-dev.9 [2021-04-06T06:51:02.033Z] v2.0.0-dev.1 [2021-04-06T06:51:02.033Z] v2.0.0-dev.10 [2021-04-06T06:51:02.033Z] v2.0.0-dev.100 [2021-04-06T06:51:02.033Z] v2.0.0-dev.101 [2021-04-06T06:51:02.033Z] v2.0.0-dev.102 [2021-04-06T06:51:02.033Z] v2.0.0-dev.103 [2021-04-06T06:51:02.033Z] v2.0.0-dev.104 [2021-04-06T06:51:02.033Z] v2.0.0-dev.105 [2021-04-06T06:51:02.033Z] v2.0.0-dev.106 [2021-04-06T06:51:02.033Z] v2.0.0-dev.107 [2021-04-06T06:51:02.033Z] v2.0.0-dev.108 [2021-04-06T06:51:02.033Z] v2.0.0-dev.109 [2021-04-06T06:51:02.033Z] v2.0.0-dev.11 [2021-04-06T06:51:02.033Z] v2.0.0-dev.110 [2021-04-06T06:51:02.033Z] v2.0.0-dev.111 [2021-04-06T06:51:02.033Z] v2.0.0-dev.112 [2021-04-06T06:51:02.033Z] v2.0.0-dev.113 [2021-04-06T06:51:02.033Z] v2.0.0-dev.114 [2021-04-06T06:51:02.033Z] v2.0.0-dev.115 [2021-04-06T06:51:02.033Z] v2.0.0-dev.116 [2021-04-06T06:51:02.033Z] v2.0.0-dev.117 [2021-04-06T06:51:02.033Z] v2.0.0-dev.118 [2021-04-06T06:51:02.033Z] v2.0.0-dev.119 [2021-04-06T06:51:02.033Z] v2.0.0-dev.12 [2021-04-06T06:51:02.033Z] v2.0.0-dev.120 [2021-04-06T06:51:02.033Z] v2.0.0-dev.121 [2021-04-06T06:51:02.033Z] v2.0.0-dev.122 [2021-04-06T06:51:02.033Z] v2.0.0-dev.123 [2021-04-06T06:51:02.033Z] v2.0.0-dev.124 [2021-04-06T06:51:02.033Z] v2.0.0-dev.125 [2021-04-06T06:51:02.033Z] v2.0.0-dev.126 [2021-04-06T06:51:02.033Z] v2.0.0-dev.127 [2021-04-06T06:51:02.033Z] v2.0.0-dev.128 [2021-04-06T06:51:02.033Z] v2.0.0-dev.129 [2021-04-06T06:51:02.033Z] v2.0.0-dev.13 [2021-04-06T06:51:02.033Z] v2.0.0-dev.130 [2021-04-06T06:51:02.033Z] v2.0.0-dev.131 [2021-04-06T06:51:02.033Z] v2.0.0-dev.132 [2021-04-06T06:51:02.033Z] v2.0.0-dev.133 [2021-04-06T06:51:02.033Z] v2.0.0-dev.134 [2021-04-06T06:51:02.033Z] v2.0.0-dev.135 [2021-04-06T06:51:02.033Z] v2.0.0-dev.136 [2021-04-06T06:51:02.033Z] v2.0.0-dev.137 [2021-04-06T06:51:02.033Z] v2.0.0-dev.138 [2021-04-06T06:51:02.033Z] v2.0.0-dev.139 [2021-04-06T06:51:02.033Z] v2.0.0-dev.14 [2021-04-06T06:51:02.033Z] v2.0.0-dev.140 [2021-04-06T06:51:02.033Z] v2.0.0-dev.141 [2021-04-06T06:51:02.033Z] v2.0.0-dev.142 [2021-04-06T06:51:02.033Z] v2.0.0-dev.143 [2021-04-06T06:51:02.033Z] v2.0.0-dev.144 [2021-04-06T06:51:02.033Z] v2.0.0-dev.145 [2021-04-06T06:51:02.033Z] v2.0.0-dev.146 [2021-04-06T06:51:02.033Z] v2.0.0-dev.147 [2021-04-06T06:51:02.033Z] v2.0.0-dev.148 [2021-04-06T06:51:02.033Z] v2.0.0-dev.149 [2021-04-06T06:51:02.033Z] v2.0.0-dev.15 [2021-04-06T06:51:02.033Z] v2.0.0-dev.150 [2021-04-06T06:51:02.033Z] v2.0.0-dev.151 [2021-04-06T06:51:02.033Z] v2.0.0-dev.152 [2021-04-06T06:51:02.033Z] v2.0.0-dev.153 [2021-04-06T06:51:02.033Z] v2.0.0-dev.154 [2021-04-06T06:51:02.033Z] v2.0.0-dev.155 [2021-04-06T06:51:02.033Z] v2.0.0-dev.156 [2021-04-06T06:51:02.033Z] v2.0.0-dev.157 [2021-04-06T06:51:02.033Z] v2.0.0-dev.158 [2021-04-06T06:51:02.033Z] v2.0.0-dev.159 [2021-04-06T06:51:02.033Z] v2.0.0-dev.16 [2021-04-06T06:51:02.033Z] v2.0.0-dev.160 [2021-04-06T06:51:02.033Z] v2.0.0-dev.161 [2021-04-06T06:51:02.033Z] v2.0.0-dev.162 [2021-04-06T06:51:02.033Z] v2.0.0-dev.17 [2021-04-06T06:51:02.033Z] v2.0.0-dev.18 [2021-04-06T06:51:02.033Z] v2.0.0-dev.19 [2021-04-06T06:51:02.033Z] v2.0.0-dev.2 [2021-04-06T06:51:02.033Z] v2.0.0-dev.20 [2021-04-06T06:51:02.033Z] v2.0.0-dev.21 [2021-04-06T06:51:02.033Z] v2.0.0-dev.22 [2021-04-06T06:51:02.033Z] v2.0.0-dev.23 [2021-04-06T06:51:02.033Z] v2.0.0-dev.24 [2021-04-06T06:51:02.033Z] v2.0.0-dev.25 [2021-04-06T06:51:02.033Z] v2.0.0-dev.26 [2021-04-06T06:51:02.033Z] v2.0.0-dev.27 [2021-04-06T06:51:02.033Z] v2.0.0-dev.28 [2021-04-06T06:51:02.033Z] v2.0.0-dev.29 [2021-04-06T06:51:02.033Z] v2.0.0-dev.3 [2021-04-06T06:51:02.033Z] v2.0.0-dev.30 [2021-04-06T06:51:02.033Z] v2.0.0-dev.31 [2021-04-06T06:51:02.033Z] v2.0.0-dev.32 [2021-04-06T06:51:02.033Z] v2.0.0-dev.33 [2021-04-06T06:51:02.033Z] v2.0.0-dev.34 [2021-04-06T06:51:02.033Z] v2.0.0-dev.35 [2021-04-06T06:51:02.033Z] v2.0.0-dev.36 [2021-04-06T06:51:02.033Z] v2.0.0-dev.37 [2021-04-06T06:51:02.033Z] v2.0.0-dev.38 [2021-04-06T06:51:02.033Z] v2.0.0-dev.39 [2021-04-06T06:51:02.033Z] v2.0.0-dev.4 [2021-04-06T06:51:02.033Z] v2.0.0-dev.40 [2021-04-06T06:51:02.033Z] v2.0.0-dev.41 [2021-04-06T06:51:02.033Z] v2.0.0-dev.42 [2021-04-06T06:51:02.033Z] v2.0.0-dev.43 [2021-04-06T06:51:02.033Z] v2.0.0-dev.44 [2021-04-06T06:51:02.033Z] v2.0.0-dev.45 [2021-04-06T06:51:02.033Z] v2.0.0-dev.46 [2021-04-06T06:51:02.033Z] v2.0.0-dev.47 [2021-04-06T06:51:02.033Z] v2.0.0-dev.48 [2021-04-06T06:51:02.033Z] v2.0.0-dev.49 [2021-04-06T06:51:02.033Z] v2.0.0-dev.5 [2021-04-06T06:51:02.033Z] v2.0.0-dev.50 [2021-04-06T06:51:02.033Z] v2.0.0-dev.51 [2021-04-06T06:51:02.033Z] v2.0.0-dev.52 [2021-04-06T06:51:02.033Z] v2.0.0-dev.53 [2021-04-06T06:51:02.033Z] v2.0.0-dev.54 [2021-04-06T06:51:02.033Z] v2.0.0-dev.55 [2021-04-06T06:51:02.033Z] v2.0.0-dev.56 [2021-04-06T06:51:02.033Z] v2.0.0-dev.57 [2021-04-06T06:51:02.033Z] v2.0.0-dev.58 [2021-04-06T06:51:02.033Z] v2.0.0-dev.59 [2021-04-06T06:51:02.033Z] v2.0.0-dev.6 [2021-04-06T06:51:02.033Z] v2.0.0-dev.60 [2021-04-06T06:51:02.033Z] v2.0.0-dev.61 [2021-04-06T06:51:02.033Z] v2.0.0-dev.62 [2021-04-06T06:51:02.033Z] v2.0.0-dev.63 [2021-04-06T06:51:02.033Z] v2.0.0-dev.64 [2021-04-06T06:51:02.033Z] v2.0.0-dev.65 [2021-04-06T06:51:02.033Z] v2.0.0-dev.66 [2021-04-06T06:51:02.033Z] v2.0.0-dev.67 [2021-04-06T06:51:02.033Z] v2.0.0-dev.68 [2021-04-06T06:51:02.033Z] v2.0.0-dev.69 [2021-04-06T06:51:02.033Z] v2.0.0-dev.7 [2021-04-06T06:51:02.033Z] v2.0.0-dev.70 [2021-04-06T06:51:02.033Z] v2.0.0-dev.71 [2021-04-06T06:51:02.033Z] v2.0.0-dev.72 [2021-04-06T06:51:02.033Z] v2.0.0-dev.73 [2021-04-06T06:51:02.033Z] v2.0.0-dev.74 [2021-04-06T06:51:02.033Z] v2.0.0-dev.75 [2021-04-06T06:51:02.033Z] v2.0.0-dev.76 [2021-04-06T06:51:02.033Z] v2.0.0-dev.77 [2021-04-06T06:51:02.033Z] v2.0.0-dev.78 [2021-04-06T06:51:02.033Z] v2.0.0-dev.79 [2021-04-06T06:51:02.033Z] v2.0.0-dev.8 [2021-04-06T06:51:02.033Z] v2.0.0-dev.80 [2021-04-06T06:51:02.033Z] v2.0.0-dev.81 [2021-04-06T06:51:02.033Z] v2.0.0-dev.82 [2021-04-06T06:51:02.033Z] v2.0.0-dev.83 [2021-04-06T06:51:02.033Z] v2.0.0-dev.84 [2021-04-06T06:51:02.033Z] v2.0.0-dev.85 [2021-04-06T06:51:02.033Z] v2.0.0-dev.86 [2021-04-06T06:51:02.033Z] v2.0.0-dev.87 [2021-04-06T06:51:02.033Z] v2.0.0-dev.88 [2021-04-06T06:51:02.033Z] v2.0.0-dev.89 [2021-04-06T06:51:02.033Z] v2.0.0-dev.9 [2021-04-06T06:51:02.033Z] v2.0.0-dev.90 [2021-04-06T06:51:02.033Z] v2.0.0-dev.91 [2021-04-06T06:51:02.033Z] v2.0.0-dev.92 [2021-04-06T06:51:02.033Z] v2.0.0-dev.93 [2021-04-06T06:51:02.033Z] v2.0.0-dev.94 [2021-04-06T06:51:02.033Z] v2.0.0-dev.95 [2021-04-06T06:51:02.033Z] v2.0.0-dev.96 [2021-04-06T06:51:02.033Z] v2.0.0-dev.97 [2021-04-06T06:51:02.033Z] v2.0.0-dev.98 [2021-04-06T06:51:02.033Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-06T06:51:02.338Z] + lftools sign git-tag v2.0.0-dev.162 [2021-04-06T06:51:03.727Z] Signing Git tag with Sigul... [2021-04-06T06:51:03.727Z] Signing v2.0.0-dev.162 [Pipeline] echo [2021-04-06T06:51:05.131Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:51:05.430Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-06T06:51:05.440Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-06T06:51:05.552Z] $ docker stop --time=1 996e6911e406cf5804e7ccdf741286b2925a4a8da1a891873f0affb64940ed5b [2021-04-06T06:51:07.738Z] $ docker rm -f 996e6911e406cf5804e7ccdf741286b2925a4a8da1a891873f0affb64940ed5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:51:08.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:51:08.556Z] . [Pipeline] withDockerContainer [2021-04-06T06:51:08.715Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:51:08.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:51:09.884Z] $ docker top 7ae5332ad6a45f1c0be1958e400ea9ec08723667defd9e92372ffd08780cb585 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:51:10.419Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:51:10.419Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:51:10.656Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:51:10.661Z] $ docker exec 7ae5332ad6a45f1c0be1958e400ea9ec08723667defd9e92372ffd08780cb585 ssh-agent [2021-04-06T06:51:10.843Z] SSH_AUTH_SOCK=/tmp/ssh-KjFoynhg9iRv/agent.11 [2021-04-06T06:51:10.843Z] SSH_AGENT_PID=16 [2021-04-06T06:51:10.852Z] Running ssh-add (command line suppressed) [2021-04-06T06:51:10.990Z] Identity added: /w/workspace/edgex-go/430@tmp/private_key_8641477033574654949.key (/w/workspace/edgex-go/430@tmp/private_key_8641477033574654949.key) [2021-04-06T06:51:11.052Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:51:11.390Z] + git semver bump pre [2021-04-06T06:51:11.390Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:51:11.390Z] # $GIT_DIR = /w/workspace/edgex-go/430/.git [2021-04-06T06:51:11.390Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/430 [2021-04-06T06:51:11.390Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:51:11.390Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:51:11.390Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:51:11.390Z] # $SEMVER_BRANCH = master [2021-04-06T06:51:11.390Z] # $SEMVER_DIR = /w/workspace/edgex-go/430/.semver [2021-04-06T06:51:11.390Z] 2.0.0-dev.163 [Pipeline] } [2021-04-06T06:51:11.404Z] $ docker exec --env ******** --env ******** 7ae5332ad6a45f1c0be1958e400ea9ec08723667defd9e92372ffd08780cb585 ssh-agent -k [2021-04-06T06:51:11.542Z] unset SSH_AUTH_SOCK; [2021-04-06T06:51:11.542Z] unset SSH_AGENT_PID; [2021-04-06T06:51:11.542Z] echo Agent pid 16 killed; [2021-04-06T06:51:11.603Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:51:12.061Z] + git semver [Pipeline] } [2021-04-06T06:51:12.079Z] $ docker stop --time=1 7ae5332ad6a45f1c0be1958e400ea9ec08723667defd9e92372ffd08780cb585 [2021-04-06T06:51:13.677Z] $ docker rm -f 7ae5332ad6a45f1c0be1958e400ea9ec08723667defd9e92372ffd08780cb585 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:51:14.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-06T06:51:14.205Z] . [Pipeline] withDockerContainer [2021-04-06T06:51:14.310Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:51:14.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:51:15.234Z] $ docker top cbc66d953ca9374cf15e108867380b1f4e140c8ca68cbb96ada5c89c3ab5ea67 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-06T06:51:15.509Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-06T06:51:15.509Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-06T06:51:15.731Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-06T06:51:15.735Z] $ docker exec cbc66d953ca9374cf15e108867380b1f4e140c8ca68cbb96ada5c89c3ab5ea67 ssh-agent [2021-04-06T06:51:15.924Z] SSH_AUTH_SOCK=/tmp/ssh-7xvjawkQyyRv/agent.12 [2021-04-06T06:51:15.924Z] SSH_AGENT_PID=17 [2021-04-06T06:51:15.935Z] Running ssh-add (command line suppressed) [2021-04-06T06:51:16.082Z] Identity added: /w/workspace/edgex-go/430@tmp/private_key_48186506239150098.key (/w/workspace/edgex-go/430@tmp/private_key_48186506239150098.key) [2021-04-06T06:51:16.150Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-06T06:51:16.522Z] + git semver push [2021-04-06T06:51:16.522Z] # -> Open(): unable to determine branch for HEAD [2021-04-06T06:51:16.522Z] # $GIT_DIR = /w/workspace/edgex-go/430/.git [2021-04-06T06:51:16.522Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/430 [2021-04-06T06:51:16.522Z] # $SEMVER_REMOTE_NAME = origin [2021-04-06T06:51:16.522Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-06T06:51:16.522Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-06T06:51:16.522Z] # $SEMVER_BRANCH = master [2021-04-06T06:51:16.522Z] # $SEMVER_DIR = /w/workspace/edgex-go/430/.semver [Pipeline] } [2021-04-06T06:51:24.685Z] $ docker exec --env ******** --env ******** cbc66d953ca9374cf15e108867380b1f4e140c8ca68cbb96ada5c89c3ab5ea67 ssh-agent -k [2021-04-06T06:51:24.880Z] unset SSH_AUTH_SOCK; [2021-04-06T06:51:24.880Z] unset SSH_AGENT_PID; [2021-04-06T06:51:24.880Z] echo Agent pid 17 killed; [2021-04-06T06:51:24.961Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-06T06:51:25.415Z] + git semver [Pipeline] } [2021-04-06T06:51:25.432Z] $ docker stop --time=1 cbc66d953ca9374cf15e108867380b1f4e140c8ca68cbb96ada5c89c3ab5ea67 [2021-04-06T06:51:26.954Z] $ docker rm -f cbc66d953ca9374cf15e108867380b1f4e140c8ca68cbb96ada5c89c3ab5ea67 [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-06T06:51:28.163Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:51:29.049Z] ---> package-listing.sh [2021-04-06T06:51:29.049Z] ++ facter osfamily [2021-04-06T06:51:29.049Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-06T06:51:29.049Z] + OS_FAMILY=redhat [2021-04-06T06:51:29.049Z] + workspace=/w/workspace/edgex-go/430 [2021-04-06T06:51:29.049Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-06T06:51:29.049Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-06T06:51:29.049Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-06T06:51:29.049Z] + PACKAGES=/tmp/packages_start.txt [2021-04-06T06:51:29.049Z] + '[' /w/workspace/edgex-go/430 ']' [2021-04-06T06:51:29.049Z] + PACKAGES=/tmp/packages_end.txt [2021-04-06T06:51:29.049Z] + case "${OS_FAMILY}" in [2021-04-06T06:51:29.049Z] + rpm -qa [2021-04-06T06:51:29.049Z] + sort [2021-04-06T06:51:34.375Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-06T06:51:34.375Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-06T06:51:34.375Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-06T06:51:34.375Z] + '[' /w/workspace/edgex-go/430 ']' [2021-04-06T06:51:34.375Z] + mkdir -p /w/workspace/edgex-go/430/archives/ [2021-04-06T06:51:34.375Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/430/archives/ [Pipeline] echo [2021-04-06T06:51:34.389Z] 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/430/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-06T06:51:34.683Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:51:34.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:51:34.989Z] [2021-04-06T06:51:34.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-06T06:51:35.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:51:35.334Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-06T06:51:35.334Z] df20fa9351a1: Pulling fs layer [2021-04-06T06:51:35.334Z] 36b3adc4ff6f: Pulling fs layer [2021-04-06T06:51:35.334Z] 8ad3a11d3b57: Pulling fs layer [2021-04-06T06:51:35.334Z] 46f8f816bc3b: Pulling fs layer [2021-04-06T06:51:35.334Z] 93b61091891f: Pulling fs layer [2021-04-06T06:51:35.334Z] 93b9cdb0e59b: Pulling fs layer [2021-04-06T06:51:35.334Z] 5e14af77c1be: Pulling fs layer [2021-04-06T06:51:35.334Z] 01666e4c0597: Pulling fs layer [2021-04-06T06:51:35.334Z] aa168da1d23b: Pulling fs layer [2021-04-06T06:51:35.334Z] 5e14af77c1be: Waiting [2021-04-06T06:51:35.335Z] 01666e4c0597: Waiting [2021-04-06T06:51:35.335Z] 93b61091891f: Waiting [2021-04-06T06:51:35.335Z] aa168da1d23b: Waiting [2021-04-06T06:51:35.335Z] 93b9cdb0e59b: Waiting [2021-04-06T06:51:35.335Z] 46f8f816bc3b: Waiting [2021-04-06T06:51:35.335Z] 36b3adc4ff6f: Verifying Checksum [2021-04-06T06:51:35.335Z] 36b3adc4ff6f: Download complete [2021-04-06T06:51:35.335Z] 46f8f816bc3b: Verifying Checksum [2021-04-06T06:51:35.335Z] 46f8f816bc3b: Download complete [2021-04-06T06:51:35.601Z] df20fa9351a1: Verifying Checksum [2021-04-06T06:51:35.601Z] df20fa9351a1: Download complete [2021-04-06T06:51:35.601Z] 93b9cdb0e59b: Verifying Checksum [2021-04-06T06:51:35.601Z] 93b9cdb0e59b: Download complete [2021-04-06T06:51:35.601Z] 93b61091891f: Download complete [2021-04-06T06:51:35.601Z] 5e14af77c1be: Verifying Checksum [2021-04-06T06:51:35.601Z] 5e14af77c1be: Download complete [2021-04-06T06:51:35.601Z] 01666e4c0597: Verifying Checksum [2021-04-06T06:51:35.601Z] 01666e4c0597: Download complete [2021-04-06T06:51:35.601Z] 8ad3a11d3b57: Verifying Checksum [2021-04-06T06:51:35.601Z] 8ad3a11d3b57: Download complete [2021-04-06T06:51:35.865Z] df20fa9351a1: Pull complete [2021-04-06T06:51:36.130Z] 36b3adc4ff6f: Pull complete [2021-04-06T06:51:37.546Z] 8ad3a11d3b57: Pull complete [2021-04-06T06:51:37.809Z] aa168da1d23b: Verifying Checksum [2021-04-06T06:51:37.809Z] aa168da1d23b: Download complete [2021-04-06T06:51:38.071Z] 46f8f816bc3b: Pull complete [2021-04-06T06:51:39.021Z] 93b61091891f: Pull complete [2021-04-06T06:51:39.021Z] 93b9cdb0e59b: Pull complete [2021-04-06T06:51:39.288Z] 5e14af77c1be: Pull complete [2021-04-06T06:51:39.288Z] 01666e4c0597: Pull complete [2021-04-06T06:51:47.465Z] aa168da1d23b: Pull complete [2021-04-06T06:51:47.465Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-06T06:51:47.465Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-06T06:51:47.465Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-06T06:51:47.659Z] prd-centos7-docker-4c-2g-32910 does not seem to be running inside a container [2021-04-06T06:51:47.712Z] $ 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/430/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/430 -v /w/workspace/edgex-go/430:/w/workspace/edgex-go/430:rw,z -v /w/workspace/edgex-go/430@tmp:/w/workspace/edgex-go/430@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-06T06:51:51.232Z] $ docker top 64afec7a4db6c692d765e47de33aa7ecf40e8a44045a6fe7320ab2d1f96d51ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-06T06:51:51.745Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-06T06:51:52.045Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-06T06:51:52.345Z] + ls /var/log/sa-host [2021-04-06T06:51:52.345Z] + sadf -c /var/log/sa-host/sa06 [2021-04-06T06:51:52.345Z] file_magic: OK [2021-04-06T06:51:52.345Z] HZ: Using current value: 100 [2021-04-06T06:51:52.345Z] file_header: OK [2021-04-06T06:51:52.345Z] 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-06T06:51:52.345Z] Statistics: [2021-04-06T06:51:52.345Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-06T06:51:52.345Z] File successfully converted to sysstat format version 12.2.1 [2021-04-06T06:51:52.345Z] + sadf -c /var/log/sa-host/sa23 [2021-04-06T06:51:52.345Z] file_magic: OK [2021-04-06T06:51:52.345Z] HZ: Using current value: 100 [2021-04-06T06:51:52.345Z] file_header: OK [2021-04-06T06:51:52.345Z] 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-06T06:51:52.345Z] Statistics: [2021-04-06T06:51:52.345Z] Hnuu...uuuununununu... [2021-04-06T06:51:52.345Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-06T06:51:52.962Z] provisioning config files... [2021-04-06T06:51:52.977Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/430@tmp/config4638298954753918809tmp [Pipeline] { [Pipeline] echo [2021-04-06T06:51:53.050Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:51:53.351Z] ---> create-netrc.sh [Pipeline] } [2021-04-06T06:51:53.361Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-06T06:51:53.447Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:51:53.750Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-06T06:51:53.760Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:51:54.057Z] ---> sudo-logs.sh [2021-04-06T06:51:54.057Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-06T06:51:54.115Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:51:54.418Z] ---> job-cost.sh [2021-04-06T06:51:54.418Z] lf-activate-venv: SKIPPING [2021-04-06T06:51:54.418Z] DEBUG: total: 0.20999999344348907 [2021-04-06T06:51:54.418Z] INFO: Retrieving Stack Cost... [2021-04-06T06:51:55.832Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-06T06:51:56.093Z] INFO: Archiving Costs [Pipeline] echo [2021-04-06T06:51:56.108Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-06T06:51:56.407Z] ---> logs-deploy.sh [2021-04-06T06:51:56.408Z] lf-activate-venv: SKIPPING [2021-04-06T06:51:56.408Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/430 [2021-04-06T06:51:56.408Z] INFO: archiving workspace using pattern(s): [2021-04-06T06:51:57.833Z] Archives upload complete. [2021-04-06T06:51:57.833Z] INFO: archiving logs to Nexus