Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 65f742f3c09a75b9cecbe50bc703c053f2863689 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-32469 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/427 [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/427 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > 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 Checking out Revision 65f742f3c09a75b9cecbe50bc703c053f2863689 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 Commit message: "Merge pull request #3330 from weichou1229/issue-3323" > git rev-list --no-walk 59c9a15376a292558addc495dbf8de0fe8fb6b07 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-01T15:21:52.091Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-01T15:21:52.384Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-01T15:21:52.499Z] ========================================================= [2021-04-01T15:21:52.499Z] EdgeX Global Pipelines Version Info [2021-04-01T15:21:52.499Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:21:53.951Z] ------------------- [2021-04-01T15:21:53.951Z] stable info: [2021-04-01T15:21:53.951Z] ------------------- [2021-04-01T15:21:53.951Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-01T15:21:53.951Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-01T15:21:53.951Z] Message: update stable to v1.0.186 [2021-04-01T15:21:54.900Z] ------------------- [2021-04-01T15:21:54.901Z] experimental info: [2021-04-01T15:21:54.901Z] ------------------- [2021-04-01T15:21:54.901Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-01T15:21:54.901Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-04-01T15:21:54.901Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-01T15:21:55.176Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-01T15:21:55.275Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-01T15:21:55.379Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-01T15:21:55.481Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-01T15:21:55.586Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-01T15:21:55.700Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-01T15:21:55.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-01T15:21:55.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-01T15:21:55.999Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-01T15:21:56.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-01T15:21:56.197Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-01T15:21:56.294Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-01T15:21:56.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-01T15:21:56.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-01T15:21:56.705Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T15:21:56.851Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-01T15:21:56.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-01T15:21:57.121Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-01T15:21:57.275Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-01T15:21:57.386Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-01T15:21:57.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-01T15:21:57.617Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-01T15:21:57.709Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-01T15:21:57.798Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-01T15:21:57.888Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-01T15:21:57.990Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] echo [2021-04-01T15:21:58.080Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 65f742f [Pipeline] echo [2021-04-01T15:21:58.172Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T15:21:58.351Z] provisioning config files... [2021-04-01T15:21:58.383Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/427@tmp/config802072294715514835tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:21:58.738Z] ---> docker-login.sh [2021-04-01T15:21:58.738Z] nexus3.edgexfoundry.org:10001 [2021-04-01T15:21:59.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:21:59.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:21:59.264Z] Configure a credential helper to remove this warning. See [2021-04-01T15:21:59.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:21:59.264Z] [2021-04-01T15:21:59.264Z] Login Succeeded [2021-04-01T15:21:59.264Z] nexus3.edgexfoundry.org:10002 [2021-04-01T15:21:59.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:21:59.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:21:59.530Z] Configure a credential helper to remove this warning. See [2021-04-01T15:21:59.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:21:59.530Z] [2021-04-01T15:21:59.530Z] Login Succeeded [2021-04-01T15:21:59.530Z] nexus3.edgexfoundry.org:10003 [2021-04-01T15:21:59.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:21:59.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:21:59.530Z] Configure a credential helper to remove this warning. See [2021-04-01T15:21:59.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:21:59.530Z] [2021-04-01T15:21:59.530Z] Login Succeeded [2021-04-01T15:21:59.530Z] nexus3.edgexfoundry.org:10004 [2021-04-01T15:21:59.793Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:21:59.793Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:21:59.793Z] Configure a credential helper to remove this warning. See [2021-04-01T15:21:59.793Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:21:59.793Z] [2021-04-01T15:21:59.793Z] Login Succeeded [2021-04-01T15:21:59.793Z] docker.io [2021-04-01T15:22:00.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:22:00.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:22:00.058Z] Configure a credential helper to remove this warning. See [2021-04-01T15:22:00.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:22:00.058Z] [2021-04-01T15:22:00.058Z] Login Succeeded [2021-04-01T15:22:00.058Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T15:22:00.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T15:22:00.574Z] ++ 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-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/core-command/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/core-data/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-01T15:22:00.574Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-01T15:22:00.574Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-01T15:22:00.574Z] ++ cut -d/ -f2 [2021-04-01T15:22:00.574Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-01T15:22:00.650Z] 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-01T15:22:02.240Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T15:22:02.240Z] [2021-04-01T15:22:02.240Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:22:02.596Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T15:22:02.596Z] latest: Pulling from edgex-devops/git-semver [2021-04-01T15:22:02.596Z] 31603596830f: Pulling fs layer [2021-04-01T15:22:02.596Z] 2a8b12db71e7: Pulling fs layer [2021-04-01T15:22:02.596Z] 6ca5941a6612: Pulling fs layer [2021-04-01T15:22:02.596Z] ecc8261a40a4: Pulling fs layer [2021-04-01T15:22:02.596Z] ecc8261a40a4: Waiting [2021-04-01T15:22:02.596Z] 2a8b12db71e7: Verifying Checksum [2021-04-01T15:22:02.596Z] 2a8b12db71e7: Download complete [2021-04-01T15:22:02.596Z] 31603596830f: Verifying Checksum [2021-04-01T15:22:02.596Z] 31603596830f: Download complete [2021-04-01T15:22:02.860Z] 6ca5941a6612: Verifying Checksum [2021-04-01T15:22:02.860Z] 6ca5941a6612: Download complete [2021-04-01T15:22:02.860Z] ecc8261a40a4: Verifying Checksum [2021-04-01T15:22:02.860Z] ecc8261a40a4: Download complete [2021-04-01T15:22:03.122Z] 31603596830f: Pull complete [2021-04-01T15:22:03.122Z] 2a8b12db71e7: Pull complete [2021-04-01T15:22:04.086Z] 6ca5941a6612: Pull complete [2021-04-01T15:22:04.349Z] ecc8261a40a4: Pull complete [2021-04-01T15:22:04.349Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-01T15:22:04.349Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T15:22:04.349Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-01T15:22:04.456Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:22:04.507Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:22:07.119Z] $ docker top 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T15:22:07.424Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T15:22:07.424Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T15:22:07.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T15:22:07.662Z] $ docker exec 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 ssh-agent [2021-04-01T15:22:07.833Z] SSH_AUTH_SOCK=/tmp/ssh-mpnCeXJSP1zU/agent.12 [2021-04-01T15:22:07.833Z] SSH_AGENT_PID=17 [2021-04-01T15:22:07.844Z] Running ssh-add (command line suppressed) [2021-04-01T15:22:07.972Z] Identity added: /w/workspace/edgex-go/427@tmp/private_key_709658496592781468.key (/w/workspace/edgex-go/427@tmp/private_key_709658496592781468.key) [2021-04-01T15:22:08.029Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T15:22:08.364Z] + git tag --points-at HEAD [Pipeline] } [2021-04-01T15:22:08.387Z] $ docker exec --env ******** --env ******** 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 ssh-agent -k [2021-04-01T15:22:08.509Z] unset SSH_AUTH_SOCK; [2021-04-01T15:22:08.510Z] unset SSH_AGENT_PID; [2021-04-01T15:22:08.510Z] echo Agent pid 17 killed; [2021-04-01T15:22:08.558Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-01T15:22:08.708Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T15:22:08.708Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T15:22:08.877Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T15:22:08.879Z] $ docker exec 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 ssh-agent [2021-04-01T15:22:09.050Z] SSH_AUTH_SOCK=/tmp/ssh-Fd2d9xZLl4lY/agent.45 [2021-04-01T15:22:09.050Z] SSH_AGENT_PID=50 [2021-04-01T15:22:09.057Z] Running ssh-add (command line suppressed) [2021-04-01T15:22:09.175Z] Identity added: /w/workspace/edgex-go/427@tmp/private_key_6923441966277864635.key (/w/workspace/edgex-go/427@tmp/private_key_6923441966277864635.key) [2021-04-01T15:22:09.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T15:22:09.570Z] + git semver init [2021-04-01T15:22:09.570Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T15:22:09.570Z] # $GIT_DIR = /w/workspace/edgex-go/427/.git [2021-04-01T15:22:09.570Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/427 [2021-04-01T15:22:09.570Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T15:22:09.570Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T15:22:09.570Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T15:22:09.570Z] # $SEMVER_BRANCH = master [2021-04-01T15:22:09.570Z] # $SEMVER_TEMP = /tmp/semver-730846736 [2021-04-01T15:22:09.570Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-01T15:22:27.766Z] # '/tmp/semver-730846736' -> '/w/workspace/edgex-go/427/.semver' [2021-04-01T15:22:27.766Z] # -> Force: false [2021-04-01T15:22:27.766Z] # $SEMVER_DIR = /w/workspace/edgex-go/427/.semver [Pipeline] } [2021-04-01T15:22:27.785Z] $ docker exec --env ******** --env ******** 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 ssh-agent -k [2021-04-01T15:22:28.121Z] unset SSH_AUTH_SOCK; [2021-04-01T15:22:28.122Z] unset SSH_AGENT_PID; [2021-04-01T15:22:28.122Z] echo Agent pid 50 killed; [2021-04-01T15:22:28.248Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T15:22:28.755Z] + git semver [Pipeline] } [2021-04-01T15:22:28.774Z] $ docker stop --time=1 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 [2021-04-01T15:22:30.412Z] $ docker rm -f 85ea28d243d7a72035b6a75c441f6ce99f325e18bb04cd5afcc189516316d517 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T15:22:30.950Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-01T15:22:31.540Z] Stashed 1 file(s) [Pipeline] echo [2021-04-01T15:22:31.544Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.159 [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-01T15:22:32.469Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-01T15:22:32.779Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T15:22:33.079Z] + sudo service docker restart [2021-04-01T15:22:33.079Z] + true [2021-04-01T15:22:33.079Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-01T15:22:33.668Z] ========================================================= [2021-04-01T15:22:33.668Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-01T15:22:33.668Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:22:34.011Z] + 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-01T15:22:39.323Z] Sending build context to Docker daemon 329.1MB [2021-04-01T15:22:39.323Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T15:22:39.323Z] Step 2/6 : FROM ${BASE} [2021-04-01T15:22:39.323Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-01T15:22:39.323Z] 188c0c94c7c5: Pulling fs layer [2021-04-01T15:22:39.323Z] 0ef7d3d256c8: Pulling fs layer [2021-04-01T15:22:39.323Z] de9db76c5a1d: Pulling fs layer [2021-04-01T15:22:39.323Z] bca2f99d35d6: Pulling fs layer [2021-04-01T15:22:39.323Z] 93359f2a8cfa: Pulling fs layer [2021-04-01T15:22:39.323Z] 7c6f9722023f: Pulling fs layer [2021-04-01T15:22:39.323Z] a35cf1a2eb13: Pulling fs layer [2021-04-01T15:22:39.323Z] bca2f99d35d6: Waiting [2021-04-01T15:22:39.323Z] 93359f2a8cfa: Waiting [2021-04-01T15:22:39.323Z] 7c6f9722023f: Waiting [2021-04-01T15:22:39.323Z] a35cf1a2eb13: Waiting [2021-04-01T15:22:39.323Z] 0ef7d3d256c8: Verifying Checksum [2021-04-01T15:22:39.323Z] 0ef7d3d256c8: Download complete [2021-04-01T15:22:39.323Z] de9db76c5a1d: Verifying Checksum [2021-04-01T15:22:39.323Z] de9db76c5a1d: Download complete [2021-04-01T15:22:39.323Z] 93359f2a8cfa: Verifying Checksum [2021-04-01T15:22:39.323Z] 93359f2a8cfa: Download complete [2021-04-01T15:22:39.323Z] 188c0c94c7c5: Verifying Checksum [2021-04-01T15:22:39.323Z] 188c0c94c7c5: Download complete [2021-04-01T15:22:39.323Z] 7c6f9722023f: Verifying Checksum [2021-04-01T15:22:39.323Z] 7c6f9722023f: Download complete [2021-04-01T15:22:39.323Z] 188c0c94c7c5: Pull complete [2021-04-01T15:22:39.323Z] 0ef7d3d256c8: Pull complete [2021-04-01T15:22:39.323Z] de9db76c5a1d: Pull complete [2021-04-01T15:22:41.257Z] a35cf1a2eb13: Verifying Checksum [2021-04-01T15:22:41.257Z] a35cf1a2eb13: Download complete [2021-04-01T15:22:41.837Z] bca2f99d35d6: Verifying Checksum [2021-04-01T15:22:41.837Z] bca2f99d35d6: Download complete [2021-04-01T15:22:46.929Z] Still waiting to schedule task [2021-04-01T15:22:46.929Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-04-01T15:22:47.185Z] bca2f99d35d6: Pull complete [2021-04-01T15:22:47.448Z] 93359f2a8cfa: Pull complete [2021-04-01T15:22:47.448Z] 7c6f9722023f: Pull complete [2021-04-01T15:22:51.692Z] a35cf1a2eb13: Pull complete [2021-04-01T15:22:51.692Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-01T15:22:51.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-01T15:22:51.692Z] ---> a62c8e92a672 [2021-04-01T15:22:51.692Z] 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-01T15:22:51.957Z] ---> Running in d22bb3d7e69c [2021-04-01T15:22:52.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:22:53.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:22:54.063Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T15:22:54.063Z] (2/12) Installing file (5.38-r0) [2021-04-01T15:22:54.325Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T15:22:54.325Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T15:22:58.547Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T15:22:58.809Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T15:22:58.809Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T15:22:58.809Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T15:22:59.071Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T15:22:59.071Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T15:22:59.337Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T15:22:59.337Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T15:22:59.337Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:22:59.337Z] OK: 233 MiB in 51 packages [2021-04-01T15:23:03.573Z] Removing intermediate container d22bb3d7e69c [2021-04-01T15:23:03.573Z] ---> 57ce5eb26c18 [2021-04-01T15:23:03.573Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T15:23:03.573Z] ---> Running in d36f340e059f [2021-04-01T15:23:03.573Z] Removing intermediate container d36f340e059f [2021-04-01T15:23:03.573Z] ---> 0c387d467ebb [2021-04-01T15:23:03.573Z] Step 5/6 : COPY go.mod . [2021-04-01T15:23:03.573Z] ---> 10ea69d0a6ed [2021-04-01T15:23:03.573Z] Step 6/6 : RUN go mod download [2021-04-01T15:23:03.836Z] ---> Running in e4ddd780e8bd [2021-04-01T15:23:25.865Z] Removing intermediate container e4ddd780e8bd [2021-04-01T15:23:25.865Z] ---> 636c89349929 [2021-04-01T15:23:25.866Z] Successfully built 636c89349929 [2021-04-01T15:23:25.866Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:23:26.188Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T15:23:26.188Z] . [Pipeline] withDockerContainer [2021-04-01T15:23:26.295Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:23:26.343Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:23:27.566Z] $ docker top 1ea18630fc8fc5dab2aad347d841354c05c0bd039be96b85ccb4028da3c13c70 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T15:23:28.082Z] + go version [2021-04-01T15:23:28.082Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-01T15:23:28.098Z] $ docker stop --time=1 1ea18630fc8fc5dab2aad347d841354c05c0bd039be96b85ccb4028da3c13c70 [2021-04-01T15:23:29.462Z] $ docker rm -f 1ea18630fc8fc5dab2aad347d841354c05c0bd039be96b85ccb4028da3c13c70 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:23:30.334Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-01T15:23:30.335Z] . [Pipeline] withDockerContainer [2021-04-01T15:23:30.435Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:23:30.484Z] $ 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/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:23:31.203Z] $ docker top 5b9c2eac415b3506899cdf39e4f6b2062138676a45ba11f3bd1affe36249d0c3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T15:23:31.450Z] ========================================================= [2021-04-01T15:23:31.450Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-01T15:23:31.450Z] ========================================================= [Pipeline] sh [2021-04-01T15:23:31.777Z] + make test [2021-04-01T15:23:31.777Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-01T15:23:41.841Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-01T15:23:56.870Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-01T15:24:03.610Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-01T15:24:03.610Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-01T15:24:03.610Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-01T15:24:05.570Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-01T15:24:05.570Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-01T15:24:05.570Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-01T15:24:05.570Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-01T15:24:06.551Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-01T15:24:07.144Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-01T15:24:10.492Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-01T15:24:10.492Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-01T15:24:10.492Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-01T15:24:11.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.170s coverage: 45.9% of statements [2021-04-01T15:24:11.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-01T15:24:11.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-01T15:24:11.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-01T15:24:11.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-01T15:24:11.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-01T15:24:11.925Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-01T15:24:11.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.084s coverage: 19.8% of statements [2021-04-01T15:24:11.925Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [2021-04-01T15:24:15.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.250s coverage: 27.1% of statements [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-01T15:24:15.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-01T15:24:15.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-01T15:24:15.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-01T15:24:15.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.087s coverage: 71.3% of statements [2021-04-01T15:24:15.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-01T15:24:15.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-01T15:24:15.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.208s coverage: 82.9% of statements [2021-04-01T15:24:15.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-01T15:24:15.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T15:24:15.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.073s coverage: 78.9% of statements [2021-04-01T15:24:15.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-01T15:24:19.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.344s coverage: 28.6% of statements [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-01T15:24:19.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-01T15:24:19.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-01T15:24:19.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-01T15:24:19.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.171s coverage: 97.5% of statements [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-01T15:24:19.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.093s coverage: 78.3% of statements [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-01T15:24:19.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-01T15:24:21.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.385s coverage: 92.8% of statements [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-01T15:24:21.866Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-01T15:24:21.866Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 1.0% of statements [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-01T15:24:21.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-01T15:24:21.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 47.1% of statements [2021-04-01T15:24:21.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.066s coverage: 79.5% of statements [2021-04-01T15:24:21.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-04-01T15:24:21.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.069s coverage: 96.3% of statements [2021-04-01T15:24:21.866Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.068s coverage: 87.5% of statements [2021-04-01T15:24:28.471Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32470 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-01T15:24:28.523Z] Running in /w/workspace/edgex-go/427 [Pipeline] { [Pipeline] checkout [2021-04-01T15:24:34.446Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements [2021-04-01T15:24:34.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-04-01T15:24:35.312Z] using credential edgex-jenkins-ssh [2021-04-01T15:24:35.373Z] Cloning the remote Git repository [2021-04-01T15:24:35.452Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-01T15:24:36.382Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.297s coverage: 82.6% of statements [2021-04-01T15:24:35.583Z] > git init /w/workspace/edgex-go/427 # timeout=10 [2021-04-01T15:24:35.655Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T15:24:35.656Z] > git --version # timeout=10 [2021-04-01T15:24:35.677Z] > git --version # 'git version 2.17.1' [2021-04-01T15:24:35.678Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T15:24:35.750Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.099s coverage: 92.9% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.6% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 64.4% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 69.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.126s coverage: 38.4% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.136s coverage: 47.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 87.1% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.109s coverage: 95.6% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-01T15:24:48.698Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-04-01T15:24:48.698Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-01T15:24:48.699Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-01T15:24:48.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-04-01T15:24:48.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-04-01T15:24:48.699Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-04-01T15:24:48.699Z] GO111MODULE=on go vet ./... [2021-04-01T15:24:50.568Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T15:24:50.593Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-01T15:24:50.614Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-01T15:24:50.646Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-01T15:24:50.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-01T15:24:50.659Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-01T15:24:51.360Z] Checking out Revision 65f742f3c09a75b9cecbe50bc703c053f2863689 (master) [2021-04-01T15:24:51.381Z] > git config core.sparsecheckout # timeout=10 [2021-04-01T15:24:51.396Z] > git checkout -f 65f742f3c09a75b9cecbe50bc703c053f2863689 # timeout=10 [2021-04-01T15:24:56.047Z] Commit message: "Merge pull request #3330 from weichou1229/issue-3323" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-01T15:24:57.808Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-01T15:24:58.210Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-01T15:24:58.584Z] + sudo service docker restart [2021-04-01T15:24:58.584Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T15:25:01.290Z] provisioning config files... [2021-04-01T15:25:01.331Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/427@tmp/config293620974608740234tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:25:01.771Z] ---> docker-login.sh [2021-04-01T15:25:01.771Z] nexus3.edgexfoundry.org:10001 [2021-04-01T15:25:02.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:25:03.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:25:03.036Z] Configure a credential helper to remove this warning. See [2021-04-01T15:25:03.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:25:03.036Z] [2021-04-01T15:25:03.036Z] Login Succeeded [2021-04-01T15:25:03.036Z] nexus3.edgexfoundry.org:10002 [2021-04-01T15:25:03.310Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:25:03.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:25:03.583Z] Configure a credential helper to remove this warning. See [2021-04-01T15:25:03.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:25:03.583Z] [2021-04-01T15:25:03.583Z] Login Succeeded [2021-04-01T15:25:03.583Z] nexus3.edgexfoundry.org:10003 [2021-04-01T15:25:03.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:25:04.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:25:04.132Z] Configure a credential helper to remove this warning. See [2021-04-01T15:25:04.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:25:04.132Z] [2021-04-01T15:25:04.132Z] Login Succeeded [2021-04-01T15:25:04.132Z] nexus3.edgexfoundry.org:10004 [2021-04-01T15:25:04.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:25:04.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:25:04.681Z] Configure a credential helper to remove this warning. See [2021-04-01T15:25:04.681Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:25:04.681Z] [2021-04-01T15:25:04.681Z] Login Succeeded [2021-04-01T15:25:04.681Z] docker.io [2021-04-01T15:25:04.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:25:05.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:25:05.228Z] Configure a credential helper to remove this warning. See [2021-04-01T15:25:05.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:25:05.228Z] [2021-04-01T15:25:05.228Z] Login Succeeded [2021-04-01T15:25:05.228Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T15:25:05.246Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-01T15:25:05.714Z] ========================================================= [2021-04-01T15:25:05.714Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-01T15:25:05.714Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:25:06.098Z] + 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-01T15:25:08.740Z] Sending build context to Docker daemon 167MB [2021-04-01T15:25:08.740Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-01T15:25:08.740Z] Step 2/6 : FROM ${BASE} [2021-04-01T15:25:08.740Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-01T15:25:08.740Z] 5f621e34cdf4: Pulling fs layer [2021-04-01T15:25:08.740Z] a4357932f1b6: Pulling fs layer [2021-04-01T15:25:08.740Z] 18c013af1878: Pulling fs layer [2021-04-01T15:25:08.740Z] 00ac8860ef70: Pulling fs layer [2021-04-01T15:25:08.740Z] 63d7cb157983: Pulling fs layer [2021-04-01T15:25:08.740Z] b116817d02f9: Pulling fs layer [2021-04-01T15:25:08.740Z] 745a02a5169b: Pulling fs layer [2021-04-01T15:25:08.740Z] 00ac8860ef70: Waiting [2021-04-01T15:25:08.740Z] 63d7cb157983: Waiting [2021-04-01T15:25:08.740Z] b116817d02f9: Waiting [2021-04-01T15:25:08.740Z] 18c013af1878: Download complete [2021-04-01T15:25:08.740Z] a4357932f1b6: Verifying Checksum [2021-04-01T15:25:08.740Z] a4357932f1b6: Download complete [2021-04-01T15:25:08.740Z] 63d7cb157983: Download complete [2021-04-01T15:25:08.740Z] b116817d02f9: Verifying Checksum [2021-04-01T15:25:08.740Z] b116817d02f9: Download complete [2021-04-01T15:25:09.017Z] 5f621e34cdf4: Verifying Checksum [2021-04-01T15:25:09.017Z] 5f621e34cdf4: Download complete [2021-04-01T15:25:09.615Z] 5f621e34cdf4: Pull complete [2021-04-01T15:25:10.219Z] a4357932f1b6: Pull complete [2021-04-01T15:25:10.496Z] 18c013af1878: Pull complete [2021-04-01T15:25:11.094Z] 745a02a5169b: Verifying Checksum [2021-04-01T15:25:11.094Z] 745a02a5169b: Download complete [2021-04-01T15:25:12.523Z] 00ac8860ef70: Verifying Checksum [2021-04-01T15:25:12.523Z] 00ac8860ef70: Download complete [2021-04-01T15:25:15.449Z] gofmt -l . [2021-04-01T15:25:15.449Z] [ "`gofmt -l .`" = "" ] [2021-04-01T15:25:15.449Z] ./bin/test-go-mod-tidy.sh [2021-04-01T15:25:16.026Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-01T15:25:16.912Z] + ls -al . [2021-04-01T15:25:16.912Z] total 784 [2021-04-01T15:25:16.912Z] drwxrwxr-x 10 1001 1001 4096 Apr 1 15:25 . [2021-04-01T15:25:16.912Z] drwxr-xr-x 4 root root 32 Apr 1 15:23 .. [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 11 Apr 1 15:21 .dockerignore [2021-04-01T15:25:16.912Z] drwxrwxr-x 8 1001 1001 162 Apr 1 15:21 .git [2021-04-01T15:25:16.912Z] drwxrwxr-x 3 1001 1001 125 Apr 1 15:21 .github [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 818 Apr 1 15:21 .gitignore [2021-04-01T15:25:16.912Z] drwx------ 3 1001 1001 45 Apr 1 15:22 .semver [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 166 Apr 1 15:21 .sonarcloud.properties [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 8607 Apr 1 15:21 Attribution.txt [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 3804 Apr 1 15:21 CONTRIBUTING.md [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 931 Apr 1 15:21 Dockerfile.build [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 863 Apr 1 15:21 Jenkinsfile [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 10775 Apr 1 15:21 LICENSE [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 5774 Apr 1 15:21 Makefile [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 6548 Apr 1 15:21 README.md [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 6755 Apr 1 15:21 SECURITY.md [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 13 Apr 1 15:22 VERSION [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 4131 Apr 1 15:21 ZMQWindows.md [2021-04-01T15:25:16.912Z] drwxrwxr-x 2 1001 1001 117 Apr 1 15:21 bin [2021-04-01T15:25:16.912Z] drwxrwxr-x 14 1001 1001 4096 Apr 1 15:21 cmd [2021-04-01T15:25:16.912Z] -rw-r--r-- 1 root root 672489 Apr 1 15:24 coverage.out [2021-04-01T15:25:16.912Z] -rw-r--r-- 1 root root 1056 Apr 1 15:25 go.mod [2021-04-01T15:25:16.912Z] -rw-r--r-- 1 root root 22360 Apr 1 15:25 go.sum [2021-04-01T15:25:16.912Z] drwxrwxr-x 8 1001 1001 127 Apr 1 15:21 internal [2021-04-01T15:25:16.912Z] drwxrwxr-x 4 1001 1001 26 Apr 1 15:21 openapi [2021-04-01T15:25:16.912Z] drwxrwxr-x 4 1001 1001 71 Apr 1 15:21 snap [2021-04-01T15:25:16.912Z] -rw-rw-r-- 1 1001 1001 168 Apr 1 15:21 version.go [Pipeline] sh [2021-04-01T15:25:17.226Z] + '[' -e coverage.out ] [2021-04-01T15:25:17.226Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-01T15:25:17.486Z] Stashed 1 file(s) [Pipeline] sh [2021-04-01T15:25:17.782Z] + make build [2021-04-01T15:25:17.782Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T15:25:22.691Z] 00ac8860ef70: Pull complete [2021-04-01T15:25:22.967Z] 63d7cb157983: Pull complete [2021-04-01T15:25:23.101Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T15:25:23.563Z] b116817d02f9: Pull complete [2021-04-01T15:25:27.876Z] 745a02a5169b: Pull complete [2021-04-01T15:25:27.876Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-01T15:25:27.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-01T15:25:27.876Z] ---> b7e6874047d6 [2021-04-01T15:25:27.876Z] 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-01T15:25:30.524Z] ---> Running in 9adb39b093c1 [2021-04-01T15:25:31.300Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T15:25:31.875Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T15:25:31.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:25:32.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:25:33.148Z] (1/12) Installing libmagic (5.38-r0) [2021-04-01T15:25:33.148Z] (2/12) Installing file (5.38-r0) [2021-04-01T15:25:33.418Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-01T15:25:33.418Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-01T15:25:33.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T15:25:34.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T15:25:36.023Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T15:25:37.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T15:25:37.706Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-01T15:25:37.706Z] (6/12) Installing patch (2.7.6-r6) [2021-04-01T15:25:37.706Z] (7/12) Installing build-base (0.5-r2) [2021-04-01T15:25:37.706Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-01T15:25:37.706Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-01T15:25:37.977Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-01T15:25:37.977Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-01T15:25:37.977Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-01T15:25:38.249Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:25:38.249Z] OK: 217 MiB in 51 packages [2021-04-01T15:25:38.809Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T15:25:39.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T15:25:41.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T15:25:42.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T15:25:42.553Z] Removing intermediate container 9adb39b093c1 [2021-04-01T15:25:42.554Z] ---> 0501415bee32 [2021-04-01T15:25:42.554Z] Step 4/6 : WORKDIR /edgex-go [2021-04-01T15:25:42.554Z] ---> Running in 786fb17975c1 [2021-04-01T15:25:42.826Z] Removing intermediate container 786fb17975c1 [2021-04-01T15:25:42.826Z] ---> 8b9ee0270455 [2021-04-01T15:25:42.826Z] Step 5/6 : COPY go.mod . [2021-04-01T15:25:43.423Z] ---> 67bb43f0f937 [2021-04-01T15:25:43.423Z] Step 6/6 : RUN go mod download [2021-04-01T15:25:43.706Z] ---> Running in aa5ee64b0325 [Pipeline] } [2021-04-01T15:25:44.304Z] $ docker stop --time=1 5b9c2eac415b3506899cdf39e4f6b2062138676a45ba11f3bd1affe36249d0c3 [2021-04-01T15:25:45.888Z] $ docker rm -f 5b9c2eac415b3506899cdf39e4f6b2062138676a45ba11f3bd1affe36249d0c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:25:49.681Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T15:25:49.681Z] [2021-04-01T15:25:49.681Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:25:50.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T15:25:50.290Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-01T15:25:50.290Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-01T15:25:50.290Z] ca9280d653b3: Pulling fs layer [2021-04-01T15:25:50.290Z] 7e9c9ca2126c: Pulling fs layer [2021-04-01T15:25:50.290Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-01T15:25:50.290Z] cbdbe7a5bc2a: Download complete [2021-04-01T15:25:50.864Z] cbdbe7a5bc2a: Pull complete [2021-04-01T15:25:51.439Z] ca9280d653b3: Verifying Checksum [2021-04-01T15:25:51.439Z] ca9280d653b3: Download complete [2021-04-01T15:25:51.702Z] 7e9c9ca2126c: Verifying Checksum [2021-04-01T15:25:51.702Z] 7e9c9ca2126c: Download complete [2021-04-01T15:25:52.277Z] ca9280d653b3: Pull complete [2021-04-01T15:25:58.903Z] 7e9c9ca2126c: Pull complete [2021-04-01T15:25:58.903Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-01T15:25:58.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T15:25:58.903Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-01T15:25:59.087Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:25:59.157Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:26:02.373Z] $ docker top fe0bfc1e3dd877766b1f975114d12c9ddd86944fcbe56c70d0b20b7994746f27 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T15:26:03.253Z] + docker-compose build --help [2021-04-01T15:26:03.253Z] + grep parallel [2021-04-01T15:26:04.202Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T15:26:04.220Z] $ docker stop --time=1 fe0bfc1e3dd877766b1f975114d12c9ddd86944fcbe56c70d0b20b7994746f27 [2021-04-01T15:26:05.591Z] $ docker rm -f fe0bfc1e3dd877766b1f975114d12c9ddd86944fcbe56c70d0b20b7994746f27 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:26:06.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-01T15:26:06.212Z] . [Pipeline] withDockerContainer [2021-04-01T15:26:06.314Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:26:06.362Z] $ 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/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:26:07.110Z] $ docker top 55100170cf3ca3213acb7d6296bfd6e6657ff915dba9659588fe6bd9f7382bfc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T15:26:07.632Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T15:26:08.583Z] Building docker-core-command-go ... [2021-04-01T15:26:08.583Z] Building docker-core-data-go ... [2021-04-01T15:26:08.583Z] Building docker-core-metadata-go ... [2021-04-01T15:26:08.583Z] Building docker-security-bootstrapper-go ... [2021-04-01T15:26:08.583Z] Building docker-security-proxy-setup-go ... [2021-04-01T15:26:08.583Z] Building docker-security-secretstore-setup-go ... [2021-04-01T15:26:08.583Z] Building docker-support-notifications-go ... [2021-04-01T15:26:08.583Z] Building docker-support-scheduler-go ... [2021-04-01T15:26:08.583Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T15:26:08.583Z] Building docker-support-notifications-go [2021-04-01T15:26:08.583Z] Building docker-security-proxy-setup-go [2021-04-01T15:26:08.583Z] Building docker-security-bootstrapper-go [2021-04-01T15:26:08.583Z] Building docker-sys-mgmt-agent-go [2021-04-01T15:26:08.583Z] Building docker-support-scheduler-go [2021-04-01T15:26:10.568Z] Removing intermediate container aa5ee64b0325 [2021-04-01T15:26:10.568Z] ---> fae3707b8aec [2021-04-01T15:26:10.568Z] Successfully built fae3707b8aec [2021-04-01T15:26:10.568Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:26:10.910Z] + docker inspect -f . ci-base-image-arm64 [2021-04-01T15:26:10.910Z] . [Pipeline] withDockerContainer [2021-04-01T15:26:11.180Z] prd-ubuntu18.04-docker-arm64-4c-16g-32470 does not seem to be running inside a container [2021-04-01T15:26:11.272Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-01T15:26:12.744Z] $ docker top ad917536746d15276c2f0f2e2c2bbfb49adef5eb805bd1e4fba9467c962b0b8e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T15:26:13.765Z] + go version [2021-04-01T15:26:13.765Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-01T15:26:13.799Z] $ docker stop --time=1 ad917536746d15276c2f0f2e2c2bbfb49adef5eb805bd1e4fba9467c962b0b8e [2021-04-01T15:26:15.665Z] $ docker rm -f ad917536746d15276c2f0f2e2c2bbfb49adef5eb805bd1e4fba9467c962b0b8e [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-01T15:26:16.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T15:26:16.818Z] [2021-04-01T15:26:16.818Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:26:17.529Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T15:26:17.529Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-01T15:26:17.529Z] 29e5d40040c1: Pulling fs layer [2021-04-01T15:26:17.529Z] 1ce36da41761: Pulling fs layer [2021-04-01T15:26:17.529Z] 25b303627fd3: Pulling fs layer [2021-04-01T15:26:18.124Z] 29e5d40040c1: Verifying Checksum [2021-04-01T15:26:18.124Z] 29e5d40040c1: Download complete [2021-04-01T15:26:18.398Z] 1ce36da41761: Verifying Checksum [2021-04-01T15:26:18.398Z] 1ce36da41761: Download complete [2021-04-01T15:26:18.672Z] 29e5d40040c1: Pull complete [2021-04-01T15:26:20.101Z] 1ce36da41761: Pull complete [2021-04-01T15:26:20.102Z] 25b303627fd3: Verifying Checksum [2021-04-01T15:26:20.102Z] 25b303627fd3: Download complete [2021-04-01T15:26:30.251Z] 25b303627fd3: Pull complete [2021-04-01T15:26:30.251Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-01T15:26:30.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T15:26:30.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-01T15:26:30.512Z] prd-ubuntu18.04-docker-arm64-4c-16g-32470 does not seem to be running inside a container [2021-04-01T15:26:30.608Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-01T15:26:33.485Z] $ docker top 8cc83020a9aff7d7c010b0805cb3ec1dbf65c34ba4ca23214f606b7ec86858b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T15:26:34.487Z] + docker-compose build --help [2021-04-01T15:26:34.488Z] + grep parallel [2021-04-01T15:26:37.849Z] --parallel Build images in parallel. [Pipeline] } [2021-04-01T15:26:37.884Z] $ docker stop --time=1 8cc83020a9aff7d7c010b0805cb3ec1dbf65c34ba4ca23214f606b7ec86858b3 [2021-04-01T15:26:39.700Z] $ docker rm -f 8cc83020a9aff7d7c010b0805cb3ec1dbf65c34ba4ca23214f606b7ec86858b3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:26:40.573Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-01T15:26:40.574Z] . [Pipeline] withDockerContainer [2021-04-01T15:26:40.800Z] prd-ubuntu18.04-docker-arm64-4c-16g-32470 does not seem to be running inside a container [2021-04-01T15:26:40.900Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:26:40.900Z] Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:26:40.900Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:26:40.900Z] [2021-04-01T15:26:40.900Z] ---> 636c89349929 [2021-04-01T15:26:40.900Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T15:26:40.900Z] ---> 636c89349929 [2021-04-01T15:26:40.900Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T15:26:40.900Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:26:40.900Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:26:40.900Z] ---> 636c89349929 [2021-04-01T15:26:40.900Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T15:26:40.916Z] $ 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/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:26:41.163Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:26:41.163Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:26:41.163Z] ---> 636c89349929 [2021-04-01T15:26:41.163Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T15:26:42.111Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:26:42.111Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:26:42.111Z] ---> 636c89349929 [2021-04-01T15:26:42.111Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T15:26:42.308Z] $ docker top 7d0150e207e386382d8212a0f8daf5f923d26c4a28fa786c5b856bd9331e601e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T15:26:43.060Z] ---> Running in ab48341bdefd [2021-04-01T15:26:43.060Z] ---> Running in ba19426c8b9a [2021-04-01T15:26:43.060Z] ---> Running in 8ea116fb33bb [2021-04-01T15:26:43.060Z] ---> Running in 6265f7fd87ab [2021-04-01T15:26:43.060Z] ---> Running in afb62b28b5a7 [2021-04-01T15:26:43.324Z] Removing intermediate container afb62b28b5a7 [2021-04-01T15:26:43.324Z] ---> 02f8d0191780 [2021-04-01T15:26:43.324Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:26:43.324Z] Removing intermediate container 8ea116fb33bb [2021-04-01T15:26:43.324Z] ---> 8eff1e3f6f14 [2021-04-01T15:26:43.324Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:26:43.324Z] Removing intermediate container ab48341bdefd [2021-04-01T15:26:43.324Z] ---> ceee240602f8 [2021-04-01T15:26:43.324Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:26:43.347Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-01T15:26:43.594Z] Removing intermediate container 6265f7fd87ab [2021-04-01T15:26:43.594Z] ---> ea497ad2d1e7 [2021-04-01T15:26:43.594Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:26:43.594Z] Removing intermediate container ba19426c8b9a [2021-04-01T15:26:43.594Z] ---> 00b4908c58cd [2021-04-01T15:26:43.594Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:26:43.594Z] ---> Running in 1ae4ad306e94 [2021-04-01T15:26:43.594Z] ---> Running in e8bc6b26bbb2 [2021-04-01T15:26:43.594Z] ---> Running in f0ed7ee0d1a7 [2021-04-01T15:26:43.594Z] ---> Running in 3f9d6d810df4 [2021-04-01T15:26:43.594Z] ---> Running in e2a1eb8bc0a1 [2021-04-01T15:26:45.532Z] Removing intermediate container f0ed7ee0d1a7 [2021-04-01T15:26:45.532Z] ---> c5fdbb0f9a6c [2021-04-01T15:26:45.532Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T15:26:45.796Z] ---> Running in eb781ccfc30f [2021-04-01T15:26:45.796Z] Removing intermediate container 1ae4ad306e94 [2021-04-01T15:26:45.796Z] ---> 7f1f9d15f11b [2021-04-01T15:26:45.796Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T15:26:45.796Z] Removing intermediate container e8bc6b26bbb2 [2021-04-01T15:26:45.796Z] ---> b627176785c2 [2021-04-01T15:26:45.796Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T15:26:46.059Z] ---> Running in eb56ec689711 [2021-04-01T15:26:46.059Z] ---> Running in 0f73e2a7f9dc [2021-04-01T15:26:46.322Z] Removing intermediate container e2a1eb8bc0a1 [2021-04-01T15:26:46.322Z] ---> a73d6d6b0c08 [2021-04-01T15:26:46.322Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T15:26:46.322Z] Removing intermediate container 3f9d6d810df4 [2021-04-01T15:26:46.322Z] ---> c5ab64d71174 [2021-04-01T15:26:46.322Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T15:26:46.596Z] ---> Running in 1201be7d0674 [2021-04-01T15:26:46.596Z] ---> Running in e1e2bda19982 [2021-04-01T15:26:46.727Z] Building docker-core-command-go ... [2021-04-01T15:26:46.727Z] Building docker-core-data-go ... [2021-04-01T15:26:46.727Z] Building docker-core-metadata-go ... [2021-04-01T15:26:46.727Z] Building docker-security-bootstrapper-go ... [2021-04-01T15:26:46.727Z] Building docker-security-proxy-setup-go ... [2021-04-01T15:26:46.727Z] Building docker-security-secretstore-setup-go ... [2021-04-01T15:26:46.727Z] Building docker-support-notifications-go ... [2021-04-01T15:26:46.727Z] Building docker-support-scheduler-go ... [2021-04-01T15:26:46.727Z] Building docker-sys-mgmt-agent-go ... [2021-04-01T15:26:46.727Z] Building docker-security-bootstrapper-go [2021-04-01T15:26:46.727Z] Building docker-core-command-go [2021-04-01T15:26:46.727Z] Building docker-security-proxy-setup-go [2021-04-01T15:26:46.727Z] Building docker-support-notifications-go [2021-04-01T15:26:46.727Z] Building docker-sys-mgmt-agent-go [2021-04-01T15:26:47.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:47.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:47.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:47.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:47.463Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:47.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:47.724Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:47.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:48.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:48.255Z] OK: 233 MiB in 51 packages [2021-04-01T15:26:48.255Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:26:48.255Z] OK: 233 MiB in 51 packages [2021-04-01T15:26:48.519Z] OK: 233 MiB in 51 packages [2021-04-01T15:26:48.519Z] OK: 233 MiB in 51 packages [2021-04-01T15:26:49.094Z] Removing intermediate container eb781ccfc30f [2021-04-01T15:26:49.094Z] ---> bc984dfe656b [2021-04-01T15:26:49.094Z] Step 6/21 : COPY go.mod . [2021-04-01T15:26:49.094Z] OK: 233 MiB in 51 packages [2021-04-01T15:26:49.094Z] Removing intermediate container eb56ec689711 [2021-04-01T15:26:49.094Z] ---> 78e21e51124d [2021-04-01T15:26:49.094Z] Step 6/26 : COPY go.mod . [2021-04-01T15:26:49.356Z] ---> 91956cf5d5af [2021-04-01T15:26:49.356Z] Step 7/21 : RUN go mod download [2021-04-01T15:26:49.622Z] ---> Running in 602395d0b3a2 [2021-04-01T15:26:49.622Z] Removing intermediate container 0f73e2a7f9dc [2021-04-01T15:26:49.622Z] ---> 8dae15fe75b8 [2021-04-01T15:26:49.622Z] Step 6/31 : COPY go.mod . [2021-04-01T15:26:49.622Z] ---> 18f1c16ea47a [2021-04-01T15:26:49.622Z] Step 7/26 : RUN go mod download [2021-04-01T15:26:49.622Z] Removing intermediate container e1e2bda19982 [2021-04-01T15:26:49.622Z] ---> c0a714ecd99a [2021-04-01T15:26:49.622Z] Step 6/22 : COPY go.mod . [2021-04-01T15:26:49.888Z] ---> Running in c89733f3d812 [2021-04-01T15:26:50.151Z] Removing intermediate container 1201be7d0674 [2021-04-01T15:26:50.151Z] ---> 20c45295cd90 [2021-04-01T15:26:50.151Z] Step 6/22 : COPY go.mod . [2021-04-01T15:26:50.151Z] ---> f8be6dd55751 [2021-04-01T15:26:50.151Z] Step 7/31 : RUN go mod download [2021-04-01T15:26:50.151Z] ---> 8ca519796061 [2021-04-01T15:26:50.151Z] Step 7/22 : RUN go mod download [2021-04-01T15:26:50.426Z] ---> Running in 3c5335b5a9ad [2021-04-01T15:26:50.426Z] ---> Running in 720ac399c37e [2021-04-01T15:26:50.426Z] ---> d857a30189ad [2021-04-01T15:26:50.426Z] Step 7/22 : RUN go mod download [2021-04-01T15:26:50.689Z] ---> Running in f485886dc867 [2021-04-01T15:26:52.101Z] Removing intermediate container 602395d0b3a2 [2021-04-01T15:26:52.101Z] ---> 98bacb171e5b [2021-04-01T15:26:52.101Z] Step 8/21 : COPY . . [2021-04-01T15:26:52.101Z] Removing intermediate container c89733f3d812 [2021-04-01T15:26:52.101Z] ---> f6aca49d5237 [2021-04-01T15:26:52.101Z] Step 8/26 : COPY . . [2021-04-01T15:26:52.373Z] Removing intermediate container 3c5335b5a9ad [2021-04-01T15:26:52.373Z] ---> f90294d0cb40 [2021-04-01T15:26:52.373Z] Step 8/22 : COPY . . [2021-04-01T15:26:53.339Z] Removing intermediate container f485886dc867 [2021-04-01T15:26:53.340Z] ---> 316a9aff85e4 [2021-04-01T15:26:53.340Z] Step 8/22 : COPY . . [2021-04-01T15:26:55.918Z] Removing intermediate container 720ac399c37e [2021-04-01T15:26:55.918Z] ---> e2055421b95a [2021-04-01T15:26:55.918Z] Step 8/31 : COPY . . [2021-04-01T15:27:35.273Z] ---> f307da74c6bd [2021-04-01T15:27:35.273Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T15:27:35.273Z] ---> Running in 28bb76a1414a [2021-04-01T15:27:35.273Z] ---> 019b6dd950b5 [2021-04-01T15:27:35.273Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-01T15:27:35.273Z] ---> 14d4fe7f1484 [2021-04-01T15:27:35.273Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T15:27:35.273Z] ---> b5903fb13dd5 [2021-04-01T15:27:35.273Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T15:27:35.273Z] ---> Running in aebadd5bb342 [2021-04-01T15:27:35.273Z] ---> d0df4a845c1c [2021-04-01T15:27:35.273Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T15:27:35.273Z] ---> Running in 5ca3989ec4f5 [2021-04-01T15:27:35.273Z] ---> Running in 8d5af2f17fd2 [2021-04-01T15:27:35.273Z] ---> Running in 607889a9aacc [2021-04-01T15:27:35.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T15:27:35.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T15:27:35.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T15:27:35.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T15:27:35.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T15:27:43.296Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:27:43.296Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:27:43.296Z] ---> fae3707b8aec [2021-04-01T15:27:43.296Z] Step 3/26 : WORKDIR /edgex-go [2021-04-01T15:27:43.296Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:27:43.296Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:27:43.296Z] ---> fae3707b8aec [2021-04-01T15:27:43.296Z] Step 3/31 : WORKDIR /edgex-go [2021-04-01T15:27:43.296Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:27:43.296Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:27:43.296Z] ---> fae3707b8aec [2021-04-01T15:27:43.296Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T15:27:43.296Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:27:43.296Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:27:43.296Z] ---> fae3707b8aec [2021-04-01T15:27:43.296Z] Step 3/21 : WORKDIR /edgex-go [2021-04-01T15:27:43.296Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:27:43.296Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:27:43.296Z] ---> fae3707b8aec [2021-04-01T15:27:43.296Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T15:27:43.296Z] ---> Running in e07744365f0a [2021-04-01T15:27:43.296Z] ---> Running in 41897f710d1a [2021-04-01T15:27:43.296Z] ---> Running in 33fc7198d9b6 [2021-04-01T15:27:43.296Z] ---> Running in d5ff4f1cb41c [2021-04-01T15:27:43.296Z] ---> Running in 3e253613bf3e [2021-04-01T15:27:43.296Z] Removing intermediate container 41897f710d1a [2021-04-01T15:27:43.296Z] ---> eb02df1301b5 [2021-04-01T15:27:43.296Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:27:43.296Z] Removing intermediate container 3e253613bf3e [2021-04-01T15:27:43.296Z] ---> d5732aafba3e [2021-04-01T15:27:43.296Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:27:43.296Z] Removing intermediate container e07744365f0a [2021-04-01T15:27:43.296Z] ---> 7882cc099d4f [2021-04-01T15:27:43.296Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:27:43.296Z] Removing intermediate container 33fc7198d9b6 [2021-04-01T15:27:43.296Z] ---> b6af8ec32447 [2021-04-01T15:27:43.296Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:27:43.296Z] Removing intermediate container d5ff4f1cb41c [2021-04-01T15:27:43.296Z] ---> 70e83ded7a80 [2021-04-01T15:27:43.296Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:27:43.296Z] ---> Running in 2a212ee86c6f [2021-04-01T15:27:43.296Z] ---> Running in 029d009bf4e2 [2021-04-01T15:27:43.296Z] ---> Running in eb3148b98543 [2021-04-01T15:27:43.296Z] ---> Running in 4b8fde326625 [2021-04-01T15:27:43.296Z] ---> Running in f4d87f01f653 [2021-04-01T15:27:43.296Z] Removing intermediate container 2a212ee86c6f [2021-04-01T15:27:43.296Z] ---> 48c01d1ddc68 [2021-04-01T15:27:43.296Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-01T15:27:43.587Z] ---> Running in 16eee4e8b5a8 [2021-04-01T15:27:43.588Z] Removing intermediate container 029d009bf4e2 [2021-04-01T15:27:43.588Z] ---> 8a07edddc561 [2021-04-01T15:27:43.588Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-04-01T15:27:43.588Z] Removing intermediate container 4b8fde326625 [2021-04-01T15:27:43.588Z] ---> c836598a2b9f [2021-04-01T15:27:43.588Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-01T15:27:43.864Z] Removing intermediate container f4d87f01f653 [2021-04-01T15:27:43.864Z] ---> 625104a48d35 [2021-04-01T15:27:43.864Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-01T15:27:44.142Z] ---> Running in 526a944ac8f0 [2021-04-01T15:27:44.142Z] ---> Running in 3357c3c490c2 [2021-04-01T15:27:44.142Z] Removing intermediate container eb3148b98543 [2021-04-01T15:27:44.142Z] ---> 7bb4531914a1 [2021-04-01T15:27:44.142Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T15:27:44.142Z] ---> Running in 6f0f782c09c1 [2021-04-01T15:27:44.417Z] ---> Running in a39b1d020cfa [2021-04-01T15:27:45.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:46.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:46.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:46.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:46.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:46.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:46.889Z] OK: 217 MiB in 51 packages [2021-04-01T15:27:47.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:47.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:47.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:47.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:27:48.173Z] OK: 217 MiB in 51 packages [2021-04-01T15:27:48.173Z] OK: 217 MiB in 51 packages [2021-04-01T15:27:48.173Z] OK: 217 MiB in 51 packages [2021-04-01T15:27:48.173Z] OK: 217 MiB in 51 packages [2021-04-01T15:27:48.792Z] Removing intermediate container 16eee4e8b5a8 [2021-04-01T15:27:48.792Z] ---> 33d5692e95fe [2021-04-01T15:27:48.792Z] Step 6/31 : COPY go.mod . [2021-04-01T15:27:49.804Z] ---> c0f3e985b010 [2021-04-01T15:27:49.804Z] Step 7/31 : RUN go mod download [2021-04-01T15:27:49.804Z] Removing intermediate container 3357c3c490c2 [2021-04-01T15:27:49.804Z] ---> 43a8dceda552 [2021-04-01T15:27:49.804Z] Step 6/26 : COPY go.mod . [2021-04-01T15:27:50.091Z] ---> Running in 4fa3aec2d90e [2021-04-01T15:27:50.091Z] Removing intermediate container 526a944ac8f0 [2021-04-01T15:27:50.091Z] ---> 349e4bb96ac3 [2021-04-01T15:27:50.091Z] Step 6/21 : COPY go.mod . [2021-04-01T15:27:50.091Z] Removing intermediate container 6f0f782c09c1 [2021-04-01T15:27:50.091Z] ---> abddd13866c0 [2021-04-01T15:27:50.091Z] Step 6/22 : COPY go.mod . [2021-04-01T15:27:50.373Z] Removing intermediate container a39b1d020cfa [2021-04-01T15:27:50.373Z] ---> 5460f8409061 [2021-04-01T15:27:50.373Z] Step 6/23 : COPY go.mod . [2021-04-01T15:27:50.982Z] ---> 639c490d8db8 [2021-04-01T15:27:50.982Z] Step 7/26 : RUN go mod download [2021-04-01T15:27:51.268Z] ---> Running in bb61399abcec [2021-04-01T15:27:51.268Z] ---> 51859e6ecf07 [2021-04-01T15:27:51.268Z] Step 7/22 : RUN go mod download [2021-04-01T15:27:51.268Z] ---> 441795f40755 [2021-04-01T15:27:51.268Z] Step 7/21 : RUN go mod download [2021-04-01T15:27:51.897Z] ---> Running in 3bc2c98faa2e [2021-04-01T15:27:51.897Z] ---> Running in 3fe9678aa73e [2021-04-01T15:27:51.897Z] ---> 62c9d44c126f [2021-04-01T15:27:51.897Z] Step 7/23 : RUN go mod download [2021-04-01T15:27:52.172Z] ---> Running in a8a2b9fd55ad [2021-04-01T15:27:54.186Z] Removing intermediate container 4fa3aec2d90e [2021-04-01T15:27:54.186Z] ---> 9870af5eea82 [2021-04-01T15:27:54.186Z] Step 8/31 : COPY . . [2021-04-01T15:27:55.630Z] Removing intermediate container bb61399abcec [2021-04-01T15:27:55.630Z] ---> 87f22d28e833 [2021-04-01T15:27:55.630Z] Step 8/26 : COPY . . [2021-04-01T15:27:57.088Z] Removing intermediate container 3fe9678aa73e [2021-04-01T15:27:57.088Z] ---> fd1cdc818331 [2021-04-01T15:27:57.088Z] Step 8/22 : COPY . . [2021-04-01T15:27:57.687Z] Removing intermediate container 3bc2c98faa2e [2021-04-01T15:27:57.688Z] ---> a453f2a1738f [2021-04-01T15:27:57.688Z] Step 8/21 : COPY . . [2021-04-01T15:27:57.688Z] Removing intermediate container a8a2b9fd55ad [2021-04-01T15:27:57.688Z] ---> 723bdab3585a [2021-04-01T15:27:57.688Z] Step 8/23 : COPY . . [2021-04-01T15:28:07.514Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T15:28:16.040Z] ---> d5270268e59a [2021-04-01T15:28:16.040Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-01T15:28:16.040Z] ---> 40b4f9770ded [2021-04-01T15:28:16.040Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-01T15:28:16.040Z] ---> 8340fbe62eba [2021-04-01T15:28:16.040Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T15:28:16.040Z] ---> 1a546b824c09 [2021-04-01T15:28:16.040Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-01T15:28:16.040Z] ---> 84f7c528e681 [2021-04-01T15:28:16.040Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-01T15:28:16.040Z] ---> Running in cf23b9d77dbb [2021-04-01T15:28:16.040Z] ---> Running in f1f56809c4a8 [2021-04-01T15:28:16.040Z] ---> Running in f715d680cc9c [2021-04-01T15:28:16.040Z] ---> Running in 31d61f1c93c1 [2021-04-01T15:28:16.040Z] ---> Running in 53c52f5e25eb [2021-04-01T15:28:16.660Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-01T15:28:16.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-01T15:28:17.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T15:28:17.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-01T15:28:17.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-01T15:28:17.606Z] Removing intermediate container 607889a9aacc [2021-04-01T15:28:17.606Z] ---> 31e993db617e [2021-04-01T15:28:17.606Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T15:28:17.606Z] Removing intermediate container 28bb76a1414a [2021-04-01T15:28:17.606Z] ---> e520ac5e9e99 [2021-04-01T15:28:17.606Z] [2021-04-01T15:28:17.606Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T15:28:17.606Z] 3.12: Pulling from library/alpine [2021-04-01T15:28:17.606Z] Removing intermediate container aebadd5bb342 [2021-04-01T15:28:17.606Z] ---> 830df0bb4356 [2021-04-01T15:28:17.606Z] [2021-04-01T15:28:17.606Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T15:28:17.606Z] 3.12: Pulling from library/alpine [2021-04-01T15:28:17.606Z] ---> Running in 41d62e4ec90a [2021-04-01T15:28:17.606Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T15:28:17.606Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T15:28:17.606Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T15:28:17.606Z] Status: Image is up to date for alpine:3.12 [2021-04-01T15:28:17.606Z] ---> 7230e588e954 [2021-04-01T15:28:17.606Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T15:28:17.606Z] ---> 7230e588e954 [2021-04-01T15:28:17.606Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T15:28:17.606Z] Removing intermediate container 8d5af2f17fd2 [2021-04-01T15:28:17.606Z] ---> a13989336de9 [2021-04-01T15:28:17.606Z] [2021-04-01T15:28:17.606Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T15:28:17.606Z] ---> 7230e588e954 [2021-04-01T15:28:17.606Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T15:28:18.181Z] Removing intermediate container 5ca3989ec4f5 [2021-04-01T15:28:18.181Z] ---> a9ce7f1c5144 [2021-04-01T15:28:18.181Z] [2021-04-01T15:28:18.181Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T15:28:18.181Z] ---> 7230e588e954 [2021-04-01T15:28:18.181Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T15:28:18.455Z] ---> Running in 4f52dc189010 [2021-04-01T15:28:18.455Z] ---> Running in efa3f693d033 [2021-04-01T15:28:18.455Z] ---> Running in c4ec0334965c [2021-04-01T15:28:18.455Z] ---> Running in 9e7fca18392b [2021-04-01T15:28:19.060Z] Removing intermediate container efa3f693d033 [2021-04-01T15:28:19.060Z] ---> 319d6c5696cb [2021-04-01T15:28:19.060Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T15:28:19.060Z] ---> Running in 723acaa78923 [2021-04-01T15:28:19.060Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T15:28:19.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:19.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:19.633Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T15:28:19.633Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:28:19.633Z] OK: 6 MiB in 15 packages [2021-04-01T15:28:19.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:19.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:19.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:19.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:19.909Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T15:28:19.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:19.909Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T15:28:19.909Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:28:19.909Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T15:28:19.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:20.178Z] OK: 6 MiB in 16 packages [2021-04-01T15:28:20.178Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T15:28:20.178Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T15:28:20.178Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T15:28:20.178Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T15:28:20.178Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:28:20.178Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T15:28:20.178Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T15:28:20.178Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T15:28:20.178Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:28:20.178Z] OK: 6 MiB in 16 packages [2021-04-01T15:28:20.178Z] OK: 7 MiB in 18 packages [2021-04-01T15:28:21.131Z] Removing intermediate container 4f52dc189010 [2021-04-01T15:28:21.131Z] ---> 13ec3d8783f7 [2021-04-01T15:28:21.131Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:28:21.131Z] ---> Running in 4ab78b361437 [2021-04-01T15:28:22.525Z] Removing intermediate container 4ab78b361437 [2021-04-01T15:28:22.525Z] ---> facec755bb32 [2021-04-01T15:28:22.525Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T15:28:23.101Z] Removing intermediate container 9e7fca18392b [2021-04-01T15:28:23.101Z] ---> 40fc4ad9ef29 [2021-04-01T15:28:23.101Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:28:23.101Z] Removing intermediate container c4ec0334965c [2021-04-01T15:28:23.101Z] ---> 1a6867b9da72 [2021-04-01T15:28:23.101Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T15:28:23.382Z] ---> Running in 0434e1c9819c [2021-04-01T15:28:23.382Z] ---> Running in 563832c9b3fd [2021-04-01T15:28:23.382Z] Removing intermediate container 723acaa78923 [2021-04-01T15:28:23.382Z] ---> 68c1370f1766 [2021-04-01T15:28:23.382Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T15:28:23.382Z] Removing intermediate container 41d62e4ec90a [2021-04-01T15:28:23.382Z] ---> 52f0dd6e9dcb [2021-04-01T15:28:23.382Z] [2021-04-01T15:28:23.382Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T15:28:23.382Z] 20.10.0: Pulling from library/docker [2021-04-01T15:28:23.382Z] ---> Running in 71fe3cebc9d4 [2021-04-01T15:28:23.382Z] ---> Running in 34a2c22b74cd [2021-04-01T15:28:23.651Z] Removing intermediate container 0434e1c9819c [2021-04-01T15:28:23.651Z] ---> d361d94864ee [2021-04-01T15:28:23.651Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T15:28:23.651Z] Removing intermediate container 563832c9b3fd [2021-04-01T15:28:23.651Z] ---> ead4aab546f3 [2021-04-01T15:28:23.651Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T15:28:24.242Z] ---> Running in 960445a09d98 [2021-04-01T15:28:24.242Z] Removing intermediate container 71fe3cebc9d4 [2021-04-01T15:28:24.242Z] ---> f75eb7ece8f4 [2021-04-01T15:28:24.242Z] Step 13/21 : WORKDIR /edgex [2021-04-01T15:28:24.242Z] Removing intermediate container 34a2c22b74cd [2021-04-01T15:28:24.242Z] ---> 12a0816e0ff3 [2021-04-01T15:28:24.242Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T15:28:24.242Z] ---> Running in f274f1d39bfe [2021-04-01T15:28:24.509Z] ---> Running in c942bc9cd4c1 [2021-04-01T15:28:24.509Z] ---> Running in e1b24772d516 [2021-04-01T15:28:24.509Z] Removing intermediate container 960445a09d98 [2021-04-01T15:28:24.509Z] ---> ca6c67522f38 [2021-04-01T15:28:24.509Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:28:25.098Z] Removing intermediate container f274f1d39bfe [2021-04-01T15:28:25.098Z] ---> 69278b8d973f [2021-04-01T15:28:25.098Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T15:28:25.690Z] Removing intermediate container c942bc9cd4c1 [2021-04-01T15:28:25.690Z] ---> e38f22808c1d [2021-04-01T15:28:25.690Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T15:28:25.690Z] Removing intermediate container e1b24772d516 [2021-04-01T15:28:25.690Z] ---> d0b51656ae2b [2021-04-01T15:28:25.690Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T15:28:25.690Z] ---> c2147cc40af6 [2021-04-01T15:28:25.690Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T15:28:25.690Z] ---> Running in 047915489e2c [2021-04-01T15:28:25.690Z] ---> Running in 46e2f0572dc7 [2021-04-01T15:28:26.281Z] ---> b808bc5ddd45 [2021-04-01T15:28:26.281Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T15:28:26.281Z] Removing intermediate container 047915489e2c [2021-04-01T15:28:26.281Z] ---> 1bebaf38a2e0 [2021-04-01T15:28:26.281Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:28:26.556Z] ---> 0dd8be7caf73 [2021-04-01T15:28:26.556Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T15:28:26.819Z] ---> f9c3ee33879a [2021-04-01T15:28:26.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T15:28:26.819Z] ---> 1daa6082f160 [2021-04-01T15:28:26.819Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T15:28:27.087Z] ---> 8fe64fd241ae [2021-04-01T15:28:27.087Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T15:28:27.087Z] ---> Running in c4d6245c730a [2021-04-01T15:28:27.363Z] Removing intermediate container c4d6245c730a [2021-04-01T15:28:27.363Z] ---> bf7bd901fae0 [2021-04-01T15:28:27.363Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:28:27.636Z] ---> Running in 9664abe37e2e [2021-04-01T15:28:27.636Z] ---> b32c0685a3ff [2021-04-01T15:28:27.636Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T15:28:27.636Z] Removing intermediate container 46e2f0572dc7 [2021-04-01T15:28:27.636Z] ---> 884257cbb90d [2021-04-01T15:28:27.636Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T15:28:27.900Z] ---> Running in a5dff6105aaf [2021-04-01T15:28:27.900Z] Removing intermediate container 9664abe37e2e [2021-04-01T15:28:27.900Z] ---> 8508fa721692 [2021-04-01T15:28:27.900Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T15:28:28.167Z] ---> a5102161a498 [2021-04-01T15:28:28.167Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T15:28:28.446Z] ---> 6f0369554aff [2021-04-01T15:28:28.446Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T15:28:28.446Z] ---> Running in 3f9f8e110ec2 [2021-04-01T15:28:28.446Z] ---> Running in e6dab0c4399d [2021-04-01T15:28:28.717Z] Removing intermediate container a5dff6105aaf [2021-04-01T15:28:28.717Z] ---> 84ef94152539 [2021-04-01T15:28:28.717Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T15:28:28.717Z] ---> Running in eefec2422ef8 [2021-04-01T15:28:28.717Z] Removing intermediate container 3f9f8e110ec2 [2021-04-01T15:28:28.717Z] ---> ddb97c4f84dd [2021-04-01T15:28:28.717Z] Step 21/22 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:28:28.989Z] Removing intermediate container e6dab0c4399d [2021-04-01T15:28:28.989Z] ---> c17284969d05 [2021-04-01T15:28:28.989Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T15:28:28.989Z] ---> Running in beb788505eb5 [2021-04-01T15:28:28.989Z] Removing intermediate container eefec2422ef8 [2021-04-01T15:28:28.989Z] ---> 515d219316e1 [2021-04-01T15:28:28.989Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:28:28.989Z] ---> 38a52c187b2a [2021-04-01T15:28:28.989Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T15:28:28.989Z] ---> Running in 9d56bde82bd9 [2021-04-01T15:28:29.253Z] ---> Running in ed8f6d13df38 [2021-04-01T15:28:29.253Z] ---> Running in a850f10eb446 [2021-04-01T15:28:29.253Z] Removing intermediate container beb788505eb5 [2021-04-01T15:28:29.253Z] ---> 74ea9a2e217d [2021-04-01T15:28:29.253Z] Step 22/22 : LABEL version=2.0.0-dev.159 [2021-04-01T15:28:29.527Z] ---> Running in 00135d13b08f [2021-04-01T15:28:29.797Z] Removing intermediate container 9d56bde82bd9 [2021-04-01T15:28:29.797Z] ---> 8f8df3a144a9 [2021-04-01T15:28:29.797Z] Step 19/21 : LABEL arch=x86_64 [2021-04-01T15:28:29.797Z] Removing intermediate container ed8f6d13df38 [2021-04-01T15:28:29.797Z] ---> 42a309e4235e [2021-04-01T15:28:29.797Z] Step 20/22 : LABEL arch=x86_64 [2021-04-01T15:28:29.797Z] ---> Running in a9cce0e3eee2 [2021-04-01T15:28:29.797Z] ---> Running in 0d55aeb04d75 [2021-04-01T15:28:30.060Z] Removing intermediate container 00135d13b08f [2021-04-01T15:28:30.060Z] ---> 4fd6b1806d26 [2021-04-01T15:28:30.060Z] [2021-04-01T15:28:30.325Z] Successfully built 4fd6b1806d26 [2021-04-01T15:28:30.325Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-01T15:28:30.325Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-04-01T15:28:30.608Z] Removing intermediate container 0d55aeb04d75 [2021-04-01T15:28:30.608Z] ---> ab22c290d4e4 [2021-04-01T15:28:30.608Z] Step 21/22 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:28:30.608Z] Removing intermediate container a9cce0e3eee2 [2021-04-01T15:28:30.608Z] ---> f48fee1c1659 [2021-04-01T15:28:30.608Z] Step 20/21 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:28:30.608Z] ---> Running in af0bd4e594f7 [2021-04-01T15:28:30.608Z] ---> Running in fab78650b982 [2021-04-01T15:28:30.882Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T15:28:30.882Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T15:28:30.882Z] ---> aefe523efa57 [2021-04-01T15:28:30.882Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T15:28:30.882Z] ---> Running in 3d9df73802cc [2021-04-01T15:28:31.148Z] Removing intermediate container af0bd4e594f7 [2021-04-01T15:28:31.148Z] ---> e6db8c2233f8 [2021-04-01T15:28:31.148Z] Step 21/21 : LABEL version=2.0.0-dev.159 [2021-04-01T15:28:32.094Z] Removing intermediate container fab78650b982 [2021-04-01T15:28:32.095Z] ---> a4aa24c7e53d [2021-04-01T15:28:32.095Z] Step 22/22 : LABEL version=2.0.0-dev.159 [2021-04-01T15:28:33.513Z] ---> Running in 5919a0b61779 [2021-04-01T15:28:33.513Z] Removing intermediate container a850f10eb446 [2021-04-01T15:28:33.513Z] ---> 0a1d27ed8ba3 [2021-04-01T15:28:33.513Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:28:33.776Z] ---> Running in 05f339be4e71 [2021-04-01T15:28:34.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:34.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:34.620Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T15:28:34.620Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T15:28:34.620Z] Executing bash-5.0.17-r0.post-install [2021-04-01T15:28:35.196Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:28:35.196Z] OK: 12 MiB in 22 packages [2021-04-01T15:28:35.772Z] Removing intermediate container 5919a0b61779 [2021-04-01T15:28:35.772Z] ---> ae7b7bb3de78 [2021-04-01T15:28:35.772Z] [2021-04-01T15:28:36.047Z] Successfully built ae7b7bb3de78 [2021-04-01T15:28:37.001Z] Removing intermediate container 05f339be4e71 [2021-04-01T15:28:37.001Z] ---> dfa82e1fd9d6 [2021-04-01T15:28:37.001Z] [2021-04-01T15:28:37.002Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-01T15:28:37.002Z] Building docker-core-command-go [2021-04-01T15:28:37.271Z]  Building docker-security-proxy-setup-go ... done  ---> ac8f8b025c9c [2021-04-01T15:28:37.271Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T15:28:37.271Z] Successfully built dfa82e1fd9d6 [2021-04-01T15:28:37.271Z] Successfully tagged docker-support-notifications-go:latest [2021-04-01T15:28:37.271Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-04-01T15:28:42.597Z] ---> df7a233a47e5 [2021-04-01T15:28:42.597Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T15:28:42.597Z] Removing intermediate container 3d9df73802cc [2021-04-01T15:28:42.597Z] ---> 58a15f0266e9 [2021-04-01T15:28:42.597Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T15:28:42.597Z] ---> Running in 57b8b1e52379 [2021-04-01T15:28:45.185Z] ---> 94579abd6d0c [2021-04-01T15:28:45.185Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T15:28:45.465Z] Removing intermediate container 57b8b1e52379 [2021-04-01T15:28:45.465Z] ---> b318486d80c2 [2021-04-01T15:28:45.465Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T15:28:46.066Z] ---> Running in d49a540fc2fa [2021-04-01T15:28:46.339Z] ---> dfbe590a9c34 [2021-04-01T15:28:46.340Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T15:28:48.288Z] Removing intermediate container d49a540fc2fa [2021-04-01T15:28:48.288Z] ---> bac109169471 [2021-04-01T15:28:48.288Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T15:28:50.250Z] ---> Running in 2fe80996d253 [2021-04-01T15:28:50.250Z] ---> 2d9c4d1fc646 [2021-04-01T15:28:50.250Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T15:28:50.522Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:28:50.522Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:28:50.522Z] ---> 636c89349929 [2021-04-01T15:28:50.522Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T15:28:50.522Z] ---> Using cache [2021-04-01T15:28:50.522Z] ---> 00b4908c58cd [2021-04-01T15:28:50.522Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:28:50.522Z] ---> Using cache [2021-04-01T15:28:50.522Z] ---> a73d6d6b0c08 [2021-04-01T15:28:50.522Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-01T15:28:53.885Z] Removing intermediate container 2fe80996d253 [2021-04-01T15:28:53.885Z] ---> 9f40babf9974 [2021-04-01T15:28:53.885Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T15:28:53.885Z] ---> Running in 471a39a4c340 [2021-04-01T15:28:54.466Z] ---> Running in 26ac8155aa0f [2021-04-01T15:28:57.089Z] Removing intermediate container 471a39a4c340 [2021-04-01T15:28:57.089Z] ---> e00db1e24304 [2021-04-01T15:28:57.089Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T15:28:57.089Z] ---> fc5a2f5b5363 [2021-04-01T15:28:57.089Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T15:28:57.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:58.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:28:58.881Z] ---> 0d15a98246c5 [2021-04-01T15:28:58.881Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T15:28:58.881Z] ---> 65f0e8a0bfe0 [2021-04-01T15:28:58.881Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T15:28:58.881Z] OK: 233 MiB in 51 packages [2021-04-01T15:29:00.293Z] ---> Running in 6efec367a1c9 [2021-04-01T15:29:00.883Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:29:00.883Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:29:01.146Z] ---> 636c89349929 [2021-04-01T15:29:01.146Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T15:29:01.146Z] ---> Using cache [2021-04-01T15:29:01.146Z] ---> 00b4908c58cd [2021-04-01T15:29:01.146Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:29:01.146Z] ---> Using cache [2021-04-01T15:29:01.146Z] ---> a73d6d6b0c08 [2021-04-01T15:29:01.146Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T15:29:01.146Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:29:01.146Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:29:01.146Z] ---> 636c89349929 [2021-04-01T15:29:01.146Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T15:29:01.146Z] ---> Using cache [2021-04-01T15:29:01.146Z] ---> 00b4908c58cd [2021-04-01T15:29:01.146Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:29:01.146Z] ---> Using cache [2021-04-01T15:29:01.146Z] ---> a73d6d6b0c08 [2021-04-01T15:29:01.146Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T15:29:02.103Z] ---> 37465d1740e4 [2021-04-01T15:29:02.103Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T15:29:02.103Z] ---> Running in 6c546063471b [2021-04-01T15:29:02.103Z] ---> Running in b3a929dec374 [2021-04-01T15:29:02.103Z] ---> Running in 08b5bf140c64 [2021-04-01T15:29:02.701Z] Removing intermediate container 26ac8155aa0f [2021-04-01T15:29:02.701Z] ---> 31ca62d41959 [2021-04-01T15:29:02.701Z] Step 6/24 : COPY go.mod . [2021-04-01T15:29:02.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:29:02.972Z] ---> 1081ab2ddbba [2021-04-01T15:29:02.972Z] Step 7/24 : RUN go mod download [2021-04-01T15:29:02.972Z] ---> Running in 5820dc5a062f [2021-04-01T15:29:03.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:29:03.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:29:03.501Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:29:03.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:29:03.766Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T15:29:03.766Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:29:03.766Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T15:29:03.766Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T15:29:03.766Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T15:29:03.766Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T15:29:03.766Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T15:29:03.766Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T15:29:04.354Z] OK: 233 MiB in 51 packages [2021-04-01T15:29:04.354Z] OK: 233 MiB in 51 packages [2021-04-01T15:29:04.617Z] Removing intermediate container 6efec367a1c9 [2021-04-01T15:29:04.618Z] ---> ca776e219313 [2021-04-01T15:29:04.618Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T15:29:07.184Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T15:29:07.184Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T15:29:07.184Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T15:29:07.184Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T15:29:07.184Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T15:29:07.184Z] ---> Running in 6cd1f2894e12 [2021-04-01T15:29:07.184Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T15:29:07.184Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T15:29:07.458Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T15:29:07.458Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T15:29:07.458Z] Removing intermediate container b3a929dec374 [2021-04-01T15:29:07.458Z] ---> a8eff59f4d56 [2021-04-01T15:29:07.458Z] Step 6/23 : COPY go.mod . [2021-04-01T15:29:07.459Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T15:29:07.459Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T15:29:07.721Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T15:29:07.984Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T15:29:08.247Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T15:29:08.247Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T15:29:08.512Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T15:29:08.512Z] Removing intermediate container 6c546063471b [2021-04-01T15:29:08.512Z] ---> 7317d683a78a [2021-04-01T15:29:08.512Z] Step 6/23 : COPY go.mod . [2021-04-01T15:29:08.512Z] Removing intermediate container 6cd1f2894e12 [2021-04-01T15:29:08.512Z] ---> 678408d0e72c [2021-04-01T15:29:08.512Z] Step 28/31 : CMD ["gate"] [2021-04-01T15:29:08.512Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T15:29:08.512Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T15:29:08.774Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T15:29:08.774Z] ---> 4a1310189472 [2021-04-01T15:29:08.774Z] Step 7/23 : RUN go mod download [2021-04-01T15:29:09.037Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T15:29:09.037Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T15:29:09.037Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T15:29:09.037Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T15:29:09.037Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T15:29:09.300Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T15:29:09.300Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T15:29:09.562Z] ---> Running in d0e54c39010f [2021-04-01T15:29:10.170Z] ---> Running in 7de0ecede8aa [2021-04-01T15:29:10.512Z] Removing intermediate container 5820dc5a062f [2021-04-01T15:29:10.512Z] ---> 1c332b5a924c [2021-04-01T15:29:10.512Z] Step 8/24 : COPY . . [2021-04-01T15:29:10.512Z] ---> 1044ac0acd8f [2021-04-01T15:29:10.512Z] Step 7/23 : RUN go mod download [2021-04-01T15:29:10.512Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:29:10.512Z] OK: 71 MiB in 55 packages [2021-04-01T15:29:10.843Z] ---> Running in e5175d34525e [2021-04-01T15:29:11.139Z] Removing intermediate container d0e54c39010f [2021-04-01T15:29:11.139Z] ---> 0b8833cc3133 [2021-04-01T15:29:11.139Z] Step 29/31 : LABEL arch=x86_64 [2021-04-01T15:29:13.262Z] ---> Running in 3d84f09a235d [2021-04-01T15:29:16.612Z] Removing intermediate container 3d84f09a235d [2021-04-01T15:29:16.612Z] ---> b4d4b2b31995 [2021-04-01T15:29:16.612Z] Step 30/31 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:29:18.015Z] ---> Running in 50ba9bd58525 [2021-04-01T15:29:19.444Z] Removing intermediate container 7de0ecede8aa [2021-04-01T15:29:19.444Z] ---> 37f439bd4838 [2021-04-01T15:29:19.444Z] Step 8/23 : COPY . . [2021-04-01T15:29:20.029Z] Removing intermediate container e5175d34525e [2021-04-01T15:29:20.029Z] ---> add11113760e [2021-04-01T15:29:20.029Z] Step 8/23 : COPY . . [2021-04-01T15:29:26.669Z] Removing intermediate container 50ba9bd58525 [2021-04-01T15:29:26.670Z] ---> 604966557e21 [2021-04-01T15:29:26.670Z] Step 31/31 : LABEL version=2.0.0-dev.159 [2021-04-01T15:29:27.633Z] Removing intermediate container 08b5bf140c64 [2021-04-01T15:29:27.633Z] ---> 953aad3cbdd8 [2021-04-01T15:29:27.633Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-04-01T15:29:31.895Z] ---> Running in 178e608f278e [2021-04-01T15:29:31.895Z] ---> Running in d28af34b3fcb [2021-04-01T15:29:42.023Z] Removing intermediate container d28af34b3fcb [2021-04-01T15:29:42.023Z] ---> a8a024e1451d [2021-04-01T15:29:42.023Z] [2021-04-01T15:29:43.949Z] Successfully built a8a024e1451d [2021-04-01T15:29:44.214Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-01T15:29:44.214Z] Building docker-core-metadata-go [2021-04-01T15:29:44.807Z]  Building docker-security-bootstrapper-go ... done  ---> 7fc87bda2bab [2021-04-01T15:29:44.807Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T15:29:46.746Z] ---> Running in 988d20b3a531 [2021-04-01T15:29:47.711Z] Collecting docker-compose==1.23.2 [2021-04-01T15:29:47.990Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T15:29:47.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T15:29:49.158Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T15:29:49.158Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T15:29:50.114Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T15:29:50.114Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T15:29:53.530Z] 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-01T15:29:53.530Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T15:29:53.530Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T15:29:53.814Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T15:29:53.814Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T15:29:54.090Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T15:29:54.090Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T15:29:54.513Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-01T15:29:55.535Z] Collecting PyYAML<4,>=3.10 [2021-04-01T15:29:55.535Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T15:29:57.478Z] ---> 3d444d51b049 [2021-04-01T15:29:57.478Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T15:29:59.447Z] ---> 7cee15319d51 [2021-04-01T15:29:59.447Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-01T15:29:59.447Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T15:29:59.447Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T15:30:00.046Z] ---> Running in 2d74e7996d07 [2021-04-01T15:30:00.047Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T15:30:00.047Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T15:30:00.310Z] ---> Running in c42e41faa2a5 [2021-04-01T15:30:00.927Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T15:30:00.927Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T15:30:02.366Z] 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-01T15:30:02.366Z] 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-01T15:30:02.649Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T15:30:02.649Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T15:30:03.240Z] Collecting idna<2.8,>=2.5 [2021-04-01T15:30:03.240Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T15:30:03.240Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-command/core-command ./cmd/core-command [2021-04-01T15:30:03.240Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T15:30:03.240Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T15:30:03.240Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T15:30:03.240Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T15:30:03.240Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T15:30:03.240Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T15:30:03.240Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T15:30:03.513Z] Installing collected packages: urllib3, idna, requests, texttable, websocket-client, jsonschema, docker-pycreds, docker, PyYAML, docopt, cached-property, dockerpty, docker-compose [2021-04-01T15:30:03.513Z] Attempting uninstall: urllib3 [2021-04-01T15:30:03.513Z] Found existing installation: urllib3 1.25.9 [2021-04-01T15:30:03.513Z] Uninstalling urllib3-1.25.9: [2021-04-01T15:30:04.483Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T15:30:04.726Z] Removing intermediate container f1f56809c4a8 [2021-04-01T15:30:04.726Z] ---> ab64d071e995 [2021-04-01T15:30:04.726Z] [2021-04-01T15:30:04.726Z] Step 10/31 : FROM alpine:3.12 [2021-04-01T15:30:04.726Z] 3.12: Pulling from library/alpine [2021-04-01T15:30:05.093Z] Attempting uninstall: idna [2021-04-01T15:30:05.093Z] Found existing installation: idna 2.9 [2021-04-01T15:30:05.093Z] Uninstalling idna-2.9: [2021-04-01T15:30:05.093Z] Successfully uninstalled idna-2.9 [2021-04-01T15:30:05.342Z] Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b [2021-04-01T15:30:05.343Z] Status: Downloaded newer image for alpine:3.12 [2021-04-01T15:30:05.343Z] ---> d75e27dfc0a0 [2021-04-01T15:30:05.343Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-01T15:30:05.684Z] Attempting uninstall: requests [2021-04-01T15:30:05.684Z] Found existing installation: requests 2.23.0 [2021-04-01T15:30:05.684Z] Uninstalling requests-2.23.0: [2021-04-01T15:30:05.684Z] Successfully uninstalled requests-2.23.0 [2021-04-01T15:30:06.339Z] ---> Running in 10c6c601d7ee [2021-04-01T15:30:06.665Z] Running setup.py install for texttable: started [2021-04-01T15:30:06.932Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:30:06.932Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:30:06.932Z] ---> 636c89349929 [2021-04-01T15:30:06.932Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T15:30:06.932Z] ---> Using cache [2021-04-01T15:30:06.932Z] ---> 00b4908c58cd [2021-04-01T15:30:06.932Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:30:06.932Z] ---> Using cache [2021-04-01T15:30:06.932Z] ---> a73d6d6b0c08 [2021-04-01T15:30:06.932Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T15:30:06.932Z] ---> Using cache [2021-04-01T15:30:06.932Z] ---> 7317d683a78a [2021-04-01T15:30:06.932Z] Step 6/23 : COPY go.mod . [2021-04-01T15:30:06.932Z] ---> Using cache [2021-04-01T15:30:06.932Z] ---> 1044ac0acd8f [2021-04-01T15:30:06.932Z] Step 7/23 : RUN go mod download [2021-04-01T15:30:06.932Z] ---> Using cache [2021-04-01T15:30:06.932Z] ---> add11113760e [2021-04-01T15:30:06.932Z] Step 8/23 : COPY . . [2021-04-01T15:30:07.197Z] ---> Using cache [2021-04-01T15:30:07.197Z] ---> 7cee15319d51 [2021-04-01T15:30:07.197Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T15:30:07.778Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T15:30:07.800Z] Removing intermediate container 10c6c601d7ee [2021-04-01T15:30:07.800Z] ---> 590b50324757 [2021-04-01T15:30:07.800Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-01T15:30:07.800Z] Removing intermediate container 53c52f5e25eb [2021-04-01T15:30:07.800Z] ---> 8dd8de011d94 [2021-04-01T15:30:07.800Z] [2021-04-01T15:30:07.800Z] Step 10/21 : FROM alpine:3.12 [2021-04-01T15:30:07.800Z] ---> d75e27dfc0a0 [2021-04-01T15:30:07.800Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-01T15:30:08.059Z] ---> Running in ecbb47b2d849 [2021-04-01T15:30:08.074Z] Removing intermediate container cf23b9d77dbb [2021-04-01T15:30:08.074Z] ---> 0cba56da67d8 [2021-04-01T15:30:08.074Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-01T15:30:08.360Z] ---> Running in df923cb6172f [2021-04-01T15:30:08.360Z] ---> Running in 4f4b375a9e38 [2021-04-01T15:30:08.639Z] ---> Running in 30350c45e42c [2021-04-01T15:30:08.645Z] Running setup.py install for PyYAML: started [2021-04-01T15:30:09.627Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T15:30:09.627Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T15:30:09.627Z] Running setup.py install for docopt: started [2021-04-01T15:30:10.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T15:30:10.224Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T15:30:10.495Z] Running setup.py install for dockerpty: started [2021-04-01T15:30:10.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:10.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:10.918Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:11.083Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T15:30:11.195Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-01T15:30:11.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:11.195Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-01T15:30:11.472Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T15:30:11.472Z] (3/4) Installing libcurl (7.69.1-r3) [2021-04-01T15:30:11.472Z] (4/4) Installing curl (7.69.1-r3) [2021-04-01T15:30:11.472Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:30:11.472Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T15:30:11.676Z] 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-01T15:30:11.748Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-01T15:30:11.748Z] (2/2) Installing su-exec (0.2-r1) [2021-04-01T15:30:11.748Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:30:11.748Z] OK: 7 MiB in 18 packages [2021-04-01T15:30:11.748Z] OK: 5 MiB in 16 packages [2021-04-01T15:30:14.414Z] Removing intermediate container f715d680cc9c [2021-04-01T15:30:14.414Z] ---> cd8d731dc13f [2021-04-01T15:30:14.414Z] [2021-04-01T15:30:14.414Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T15:30:14.414Z] ---> d75e27dfc0a0 [2021-04-01T15:30:14.414Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T15:30:14.414Z] Removing intermediate container 31d61f1c93c1 [2021-04-01T15:30:14.414Z] ---> fa1c713abc0e [2021-04-01T15:30:14.414Z] [2021-04-01T15:30:14.689Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T15:30:14.689Z] ---> d75e27dfc0a0 [2021-04-01T15:30:14.689Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-01T15:30:14.689Z] ---> Running in ac1d2068a89e [2021-04-01T15:30:14.689Z] Removing intermediate container 4f4b375a9e38 [2021-04-01T15:30:14.689Z] ---> 85f26dfef911 [2021-04-01T15:30:14.689Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-01T15:30:14.965Z] ---> Running in f24e220420c0 [2021-04-01T15:30:14.965Z] Removing intermediate container df923cb6172f [2021-04-01T15:30:14.965Z] ---> c3e273f54faa [2021-04-01T15:30:14.965Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T15:30:15.240Z] ---> Running in 895b3d3495cc [2021-04-01T15:30:15.240Z] ---> Running in 9c451de5c543 [2021-04-01T15:30:15.850Z] Removing intermediate container 30350c45e42c [2021-04-01T15:30:15.850Z] ---> fee9d2cfbb22 [2021-04-01T15:30:15.850Z] [2021-04-01T15:30:15.850Z] Step 11/26 : FROM docker:20.10.0 [2021-04-01T15:30:16.124Z] 20.10.0: Pulling from library/docker [2021-04-01T15:30:16.124Z] Removing intermediate container 9c451de5c543 [2021-04-01T15:30:16.124Z] ---> 18ccb1bb25b1 [2021-04-01T15:30:16.124Z] Step 13/21 : WORKDIR /edgex [2021-04-01T15:30:16.124Z] Removing intermediate container 895b3d3495cc [2021-04-01T15:30:16.124Z] ---> 87d22c7c4a69 [2021-04-01T15:30:16.124Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-01T15:30:16.405Z] ---> Running in 2527cab48dc6 [2021-04-01T15:30:16.405Z] ---> Running in b201a000a1be [2021-04-01T15:30:16.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:16.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:16.681Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:16.959Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:17.067Z] Removing intermediate container 178e608f278e [2021-04-01T15:30:17.068Z] ---> b6970afa3634 [2021-04-01T15:30:17.068Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T15:30:17.235Z] Removing intermediate container 2527cab48dc6 [2021-04-01T15:30:17.235Z] ---> b5a6525f6e57 [2021-04-01T15:30:17.235Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-01T15:30:17.235Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-01T15:30:17.235Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:30:17.235Z] OK: 5 MiB in 15 packages [2021-04-01T15:30:17.235Z] Removing intermediate container b201a000a1be [2021-04-01T15:30:17.235Z] ---> b9fc1e295155 [2021-04-01T15:30:17.235Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-01T15:30:17.351Z] ---> Running in 29d3d2cf1b2f [2021-04-01T15:30:17.508Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-01T15:30:17.508Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-01T15:30:17.508Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:30:17.508Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T15:30:17.783Z] ---> Running in a69926c552c1 [2021-04-01T15:30:17.783Z] OK: 6 MiB in 16 packages [2021-04-01T15:30:19.228Z] ---> baad15b316ad [2021-04-01T15:30:19.228Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-01T15:30:19.510Z] Removing intermediate container ac1d2068a89e [2021-04-01T15:30:19.510Z] ---> edc8031376fa [2021-04-01T15:30:19.510Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:30:20.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:30:20.001Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:30:20.219Z] ---> Running in 24ad6ac2f3d7 [2021-04-01T15:30:20.268Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T15:30:20.268Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T15:30:20.268Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T15:30:20.268Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:30:20.538Z] OK: 72 MiB in 58 packages [2021-04-01T15:30:20.918Z] Removing intermediate container 24ad6ac2f3d7 [2021-04-01T15:30:20.919Z] ---> e2b8eee08e21 [2021-04-01T15:30:20.919Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T15:30:20.919Z] Removing intermediate container f24e220420c0 [2021-04-01T15:30:20.919Z] ---> 0d3f360931a5 [2021-04-01T15:30:20.919Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:30:21.057Z] Removing intermediate container 988d20b3a531 [2021-04-01T15:30:21.058Z] ---> 98fd0ebc9e69 [2021-04-01T15:30:21.058Z] [2021-04-01T15:30:21.058Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T15:30:21.058Z] ---> 7230e588e954 [2021-04-01T15:30:21.058Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T15:30:21.253Z] ---> Running in 1d415254eaa1 [2021-04-01T15:30:21.253Z] ---> Running in 548b6fc0f423 [2021-04-01T15:30:21.402Z] ---> Running in 3c3269874a3e [2021-04-01T15:30:21.591Z] ---> 8f782b174c8a [2021-04-01T15:30:21.591Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-01T15:30:21.591Z] Removing intermediate container a69926c552c1 [2021-04-01T15:30:21.591Z] ---> 6434892a64cc [2021-04-01T15:30:21.591Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-01T15:30:21.591Z] ---> Running in d5abc9fea858 [2021-04-01T15:30:21.687Z] Removing intermediate container 29d3d2cf1b2f [2021-04-01T15:30:21.687Z] ---> a95b210e964a [2021-04-01T15:30:21.687Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T15:30:21.895Z] Removing intermediate container 548b6fc0f423 [2021-04-01T15:30:21.895Z] ---> f5de3c4ef78a [2021-04-01T15:30:21.895Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-01T15:30:21.965Z] ---> Running in 53d7b38bdf54 [2021-04-01T15:30:22.202Z] ---> Running in 79736e5eba45 [2021-04-01T15:30:22.231Z] Removing intermediate container 53d7b38bdf54 [2021-04-01T15:30:22.231Z] ---> 06f79ee3024f [2021-04-01T15:30:22.231Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:30:22.500Z] Removing intermediate container 1d415254eaa1 [2021-04-01T15:30:22.500Z] ---> 6bfcaaeb6a10 [2021-04-01T15:30:22.500Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T15:30:22.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:30:22.500Z] ---> Running in 8bbd8cffb628 [2021-04-01T15:30:22.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:30:22.772Z] Removing intermediate container 8bbd8cffb628 [2021-04-01T15:30:22.772Z] ---> ef0da7f909ef [2021-04-01T15:30:22.772Z] Step 24/26 : LABEL arch=x86_64 [2021-04-01T15:30:22.772Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T15:30:22.772Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T15:30:22.772Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T15:30:22.772Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T15:30:22.772Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T15:30:22.772Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T15:30:22.772Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:30:23.038Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T15:30:23.038Z] OK: 7 MiB in 20 packages [2021-04-01T15:30:23.094Z] ---> Running in 9d509f7aca84 [2021-04-01T15:30:23.095Z] Removing intermediate container d5abc9fea858 [2021-04-01T15:30:23.095Z] ---> f50ad30206c8 [2021-04-01T15:30:23.095Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-01T15:30:23.307Z] ---> Running in 338c35491d02 [2021-04-01T15:30:23.372Z] Removing intermediate container 79736e5eba45 [2021-04-01T15:30:23.372Z] ---> 62ad10cf8015 [2021-04-01T15:30:23.372Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T15:30:23.575Z] Removing intermediate container 338c35491d02 [2021-04-01T15:30:23.575Z] ---> 16b2964d271b [2021-04-01T15:30:23.575Z] Step 25/26 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:23.575Z] ---> Running in d17b9c946565 [2021-04-01T15:30:23.968Z] ---> Running in e162f71f12db [2021-04-01T15:30:24.173Z] Removing intermediate container d17b9c946565 [2021-04-01T15:30:24.173Z] ---> 7eddb527c062 [2021-04-01T15:30:24.173Z] Step 26/26 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:24.243Z] Removing intermediate container 9d509f7aca84 [2021-04-01T15:30:24.243Z] ---> 228f71a5cab0 [2021-04-01T15:30:24.243Z] Step 15/23 : WORKDIR / [2021-04-01T15:30:24.243Z] ---> f59657a0f14b [2021-04-01T15:30:24.243Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-01T15:30:24.441Z] ---> Running in 17c843cc5ad6 [2021-04-01T15:30:24.441Z] Removing intermediate container 3c3269874a3e [2021-04-01T15:30:24.441Z] ---> cb7104821924 [2021-04-01T15:30:24.441Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T15:30:24.523Z] ---> 136e2f4c48ce [2021-04-01T15:30:24.523Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-01T15:30:24.715Z] ---> Running in 2f952e0eafaf [2021-04-01T15:30:24.794Z] ---> Running in 7ed241bff840 [2021-04-01T15:30:24.794Z] ---> Running in 2e57eaaec1b9 [2021-04-01T15:30:24.794Z] ---> Running in ea84dbbc1b2f [2021-04-01T15:30:24.983Z] Removing intermediate container 17c843cc5ad6 [2021-04-01T15:30:24.983Z] ---> 8316ea4f28d7 [2021-04-01T15:30:24.983Z] [2021-04-01T15:30:25.070Z] Removing intermediate container e162f71f12db [2021-04-01T15:30:25.071Z] ---> 130c8553fd8a [2021-04-01T15:30:25.071Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:30:25.257Z] Removing intermediate container 2f952e0eafaf [2021-04-01T15:30:25.257Z] ---> dc3f65053e60 [2021-04-01T15:30:25.257Z] Step 13/24 : WORKDIR / [2021-04-01T15:30:25.257Z] Successfully built 8316ea4f28d7 [2021-04-01T15:30:25.257Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-01T15:30:25.257Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 84f8c470ed4d [2021-04-01T15:30:25.682Z] Removing intermediate container 2e57eaaec1b9 [2021-04-01T15:30:25.682Z] ---> 77e50d707616 [2021-04-01T15:30:25.682Z] Step 18/21 : CMD ["--init=true"] [2021-04-01T15:30:25.854Z] Removing intermediate container 84f8c470ed4d [2021-04-01T15:30:25.854Z] ---> 15d7da203a9b [2021-04-01T15:30:25.854Z] 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-01T15:30:25.961Z] Removing intermediate container 7ed241bff840 [2021-04-01T15:30:25.961Z] ---> 045f92366921 [2021-04-01T15:30:25.961Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:30:26.129Z] ---> b37918c02c97 [2021-04-01T15:30:26.129Z] 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-01T15:30:26.563Z] ---> Running in 4f15e93ff48b [2021-04-01T15:30:26.564Z] ---> f66c1460da1d [2021-04-01T15:30:26.564Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-01T15:30:26.718Z] ---> c0d4f5314c88 [2021-04-01T15:30:26.719Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T15:30:27.319Z] ---> 4552c9c238fb [2021-04-01T15:30:27.319Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T15:30:27.549Z] Removing intermediate container 4f15e93ff48b [2021-04-01T15:30:27.549Z] ---> ca4f39a16102 [2021-04-01T15:30:27.549Z] Step 19/21 : LABEL arch=arm64 [2021-04-01T15:30:28.145Z] ---> dca798174caf [2021-04-01T15:30:28.145Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T15:30:28.419Z] ---> Running in 2909e05963ab [2021-04-01T15:30:29.020Z] ---> 826ef0b5d4e9 [2021-04-01T15:30:29.020Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-01T15:30:29.300Z] Removing intermediate container 2909e05963ab [2021-04-01T15:30:29.300Z] ---> 4cc21418b12d [2021-04-01T15:30:29.300Z] Step 20/21 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:29.300Z] Removing intermediate container ea84dbbc1b2f [2021-04-01T15:30:29.300Z] ---> c24f9553a9a5 [2021-04-01T15:30:29.300Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:30:29.907Z] ---> Running in 32045e72f428 [2021-04-01T15:30:29.907Z] ---> c19fd36fcf6b [2021-04-01T15:30:29.907Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T15:30:29.936Z] ---> d8d235f67c79 [2021-04-01T15:30:29.936Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T15:30:30.191Z] ---> 3968cf689936 [2021-04-01T15:30:30.191Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-01T15:30:30.191Z] ---> Running in d03ba11356c4 [2021-04-01T15:30:30.463Z] Removing intermediate container 32045e72f428 [2021-04-01T15:30:30.463Z] ---> 8b7aed3c163c [2021-04-01T15:30:30.463Z] Step 21/21 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:30.463Z] ---> cd7db1f370f1 [2021-04-01T15:30:30.463Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-01T15:30:30.740Z] ---> Running in a15355a63e41 [2021-04-01T15:30:30.939Z] ---> 96bab7222258 [2021-04-01T15:30:30.939Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T15:30:31.023Z] Removing intermediate container d03ba11356c4 [2021-04-01T15:30:31.023Z] ---> d9ea353943ec [2021-04-01T15:30:31.023Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:30:31.023Z] ---> 90e212f53d4a [2021-04-01T15:30:31.023Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T15:30:31.299Z] ---> Running in 17a2875ff9d5 [2021-04-01T15:30:31.299Z] ---> Running in 04d984df6781 [2021-04-01T15:30:31.299Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-01T15:30:31.299Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-01T15:30:31.299Z] ---> eeaf43b92773 [2021-04-01T15:30:31.299Z] Step 12/26 : RUN apk add --no-cache bash [2021-04-01T15:30:31.578Z] Removing intermediate container a15355a63e41 [2021-04-01T15:30:31.578Z] ---> a669b0367b3a [2021-04-01T15:30:31.578Z] [2021-04-01T15:30:31.578Z] ---> Running in 8f202115f786 [2021-04-01T15:30:31.852Z] Successfully built a669b0367b3a [2021-04-01T15:30:31.923Z] ---> 6882277aebcc [2021-04-01T15:30:31.923Z] 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-01T15:30:31.923Z] ---> Running in 6f2086b646c4 [2021-04-01T15:30:32.125Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-01T15:30:32.125Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-04-01T15:30:32.125Z] Removing intermediate container 17a2875ff9d5 [2021-04-01T15:30:32.125Z] ---> 5d92862bc733 [2021-04-01T15:30:32.125Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T15:30:32.125Z] Removing intermediate container 04d984df6781 [2021-04-01T15:30:32.125Z] ---> 6efb65808eb7 [2021-04-01T15:30:32.125Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:30:32.405Z] ---> a6fc1df3e7df [2021-04-01T15:30:32.405Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-01T15:30:32.405Z] ---> Running in 952552d2293f [2021-04-01T15:30:32.683Z] ---> Running in ce50fbec94e4 [2021-04-01T15:30:32.960Z] Removing intermediate container 952552d2293f [2021-04-01T15:30:32.960Z] ---> bbfde3a91ca6 [2021-04-01T15:30:32.960Z] Step 21/22 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:33.233Z] ---> Running in 416328490ee4 [2021-04-01T15:30:33.508Z] Removing intermediate container ce50fbec94e4 [2021-04-01T15:30:33.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:33.509Z] ---> 46f54dbcc434 [2021-04-01T15:30:33.509Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T15:30:33.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:33.784Z] ---> 6394a4310a92 [2021-04-01T15:30:33.784Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-01T15:30:34.088Z] ---> Running in 00857fb49e60 [2021-04-01T15:30:34.088Z] (1/2) Installing readline (8.0.4-r0) [2021-04-01T15:30:34.088Z] (2/2) Installing bash (5.0.17-r0) [2021-04-01T15:30:34.367Z] Executing bash-5.0.17-r0.post-install [2021-04-01T15:30:34.367Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:30:34.367Z] OK: 12 MiB in 22 packages [2021-04-01T15:30:34.367Z] Removing intermediate container 416328490ee4 [2021-04-01T15:30:34.367Z] ---> 9ba8ecdf39ba [2021-04-01T15:30:34.367Z] Step 22/22 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:35.348Z] ---> Running in 07f9f0b8e341 [2021-04-01T15:30:35.626Z] Removing intermediate container 00857fb49e60 [2021-04-01T15:30:35.626Z] ---> 76d6bfe2a542 [2021-04-01T15:30:35.626Z] Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:35.626Z] ---> 1ad91b17ab31 [2021-04-01T15:30:35.626Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-01T15:30:35.923Z] ---> Running in 47625954f084 [2021-04-01T15:30:35.923Z] Removing intermediate container 07f9f0b8e341 [2021-04-01T15:30:35.923Z] ---> eb5c205b6002 [2021-04-01T15:30:35.923Z] [2021-04-01T15:30:36.520Z] Successfully built eb5c205b6002 [2021-04-01T15:30:36.520Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-01T15:30:36.520Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-04-01T15:30:36.520Z] Removing intermediate container 8f202115f786 [2021-04-01T15:30:36.520Z] ---> ce5bc38c0f53 [2021-04-01T15:30:36.520Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-04-01T15:30:36.789Z] Removing intermediate container 47625954f084 [2021-04-01T15:30:36.789Z] ---> ee1bb92ecab3 [2021-04-01T15:30:36.789Z] Step 23/23 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:36.789Z] ---> fe753e12cfaa [2021-04-01T15:30:36.789Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-01T15:30:36.789Z] ---> Running in d7db236bd3ae [2021-04-01T15:30:36.789Z] ---> Running in a625d4bddcbd [2021-04-01T15:30:37.282Z] Removing intermediate container 6f2086b646c4 [2021-04-01T15:30:37.282Z] ---> 978623df4983 [2021-04-01T15:30:37.282Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T15:30:37.282Z] ---> Running in 91df744c6425 [2021-04-01T15:30:37.388Z] ---> Running in b580f16f87bd [2021-04-01T15:30:37.388Z] Removing intermediate container a625d4bddcbd [2021-04-01T15:30:37.388Z] ---> e5604d01d2b0 [2021-04-01T15:30:37.388Z] [2021-04-01T15:30:37.388Z] Removing intermediate container d7db236bd3ae [2021-04-01T15:30:37.388Z] ---> e24415d13e24 [2021-04-01T15:30:37.388Z] Step 14/26 : ENV APP_PORT=48090 [2021-04-01T15:30:37.550Z] Removing intermediate container 91df744c6425 [2021-04-01T15:30:37.550Z] ---> 245924908830 [2021-04-01T15:30:37.550Z] Step 22/24 : LABEL arch=x86_64 [2021-04-01T15:30:37.663Z] ---> Running in 87e25bcaad72 [2021-04-01T15:30:37.815Z] ---> Running in a6574f82111e [2021-04-01T15:30:37.941Z] Successfully built e5604d01d2b0 [2021-04-01T15:30:37.941Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-01T15:30:37.941Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-04-01T15:30:37.941Z] Removing intermediate container b580f16f87bd [2021-04-01T15:30:37.941Z] ---> 5ea1baa1ebe5 [2021-04-01T15:30:37.941Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-01T15:30:38.086Z] Removing intermediate container a6574f82111e [2021-04-01T15:30:38.086Z] ---> b5505e8db117 [2021-04-01T15:30:38.086Z] Step 23/24 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:38.219Z] Removing intermediate container 87e25bcaad72 [2021-04-01T15:30:38.219Z] ---> 2c852f6221c1 [2021-04-01T15:30:38.219Z] Step 15/26 : EXPOSE $APP_PORT [2021-04-01T15:30:38.493Z] ---> Running in 04ed44165f94 [2021-04-01T15:30:38.774Z] ---> 13450f682ac5 [2021-04-01T15:30:38.774Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-01T15:30:39.048Z] Removing intermediate container 04ed44165f94 [2021-04-01T15:30:39.048Z] ---> 8d01e34a98f6 [2021-04-01T15:30:39.048Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-01T15:30:39.322Z] ---> Running in 55ef6876583b [2021-04-01T15:30:39.485Z] ---> Running in 156aac3ddbe5 [2021-04-01T15:30:40.884Z] Removing intermediate container 2d74e7996d07 [2021-04-01T15:30:40.884Z] ---> b825a4de9ef1 [2021-04-01T15:30:40.884Z] [2021-04-01T15:30:40.884Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T15:30:40.884Z] ---> 7230e588e954 [2021-04-01T15:30:40.884Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T15:30:40.884Z] Removing intermediate container c42e41faa2a5 [2021-04-01T15:30:40.884Z] ---> 5db8f08aa9eb [2021-04-01T15:30:40.884Z] [2021-04-01T15:30:40.884Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T15:30:40.884Z] ---> 7230e588e954 [2021-04-01T15:30:40.884Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T15:30:40.884Z] ---> Using cache [2021-04-01T15:30:40.884Z] ---> 13ec3d8783f7 [2021-04-01T15:30:40.884Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:30:40.884Z] ---> Using cache [2021-04-01T15:30:40.884Z] ---> facec755bb32 [2021-04-01T15:30:40.884Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-01T15:30:40.884Z] Removing intermediate container 156aac3ddbe5 [2021-04-01T15:30:40.884Z] ---> 0600c4a30a94 [2021-04-01T15:30:40.884Z] Step 24/24 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:41.149Z] ---> Running in 7d1a69b812e1 [2021-04-01T15:30:41.149Z] ---> Running in 5f6f5e1d2012 [2021-04-01T15:30:41.149Z] ---> Running in d4454b4fb5ab [2021-04-01T15:30:41.303Z] ---> 7452cf3ed6e6 [2021-04-01T15:30:41.303Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-01T15:30:41.415Z] Removing intermediate container 7d1a69b812e1 [2021-04-01T15:30:41.415Z] ---> 7428594b3600 [2021-04-01T15:30:41.415Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T15:30:41.415Z] Removing intermediate container 5f6f5e1d2012 [2021-04-01T15:30:41.415Z] ---> 9bf21630541f [2021-04-01T15:30:41.415Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T15:30:41.415Z] Removing intermediate container d4454b4fb5ab [2021-04-01T15:30:41.415Z] ---> 0865f55a36c5 [2021-04-01T15:30:41.415Z] [2021-04-01T15:30:42.749Z] ---> d2b35a43a4ae [2021-04-01T15:30:42.749Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-01T15:30:43.026Z] Removing intermediate container 55ef6876583b [2021-04-01T15:30:43.026Z] ---> f0f26addb992 [2021-04-01T15:30:43.026Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-01T15:30:43.343Z] ---> Running in 178791e262bb [2021-04-01T15:30:43.343Z] ---> Running in 0518018202d4 [2021-04-01T15:30:43.343Z] Successfully built 0865f55a36c5 [2021-04-01T15:30:43.343Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-01T15:30:44.015Z] ---> Running in 9a7d4c8ad34c [2021-04-01T15:30:44.292Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 178791e262bb [2021-04-01T15:30:44.292Z] ---> c00796c5818c [2021-04-01T15:30:44.292Z] Step 15/23 : WORKDIR / [2021-04-01T15:30:44.292Z] Removing intermediate container 0518018202d4 [2021-04-01T15:30:44.292Z] ---> 028c9f82665c [2021-04-01T15:30:44.292Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T15:30:44.559Z] ---> Running in 1033fe245615 [2021-04-01T15:30:44.559Z] ---> Running in 9c3e7fc69aa9 [2021-04-01T15:30:44.612Z] ---> 3285afb9ee3c [2021-04-01T15:30:44.612Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-04-01T15:30:44.827Z] Removing intermediate container ecbb47b2d849 [2021-04-01T15:30:44.827Z] ---> 455070ddfb14 [2021-04-01T15:30:44.827Z] [2021-04-01T15:30:44.827Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T15:30:44.827Z] ---> 7230e588e954 [2021-04-01T15:30:44.827Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T15:30:44.827Z] ---> Using cache [2021-04-01T15:30:44.827Z] ---> 13ec3d8783f7 [2021-04-01T15:30:44.827Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:30:44.827Z] ---> Using cache [2021-04-01T15:30:44.827Z] ---> facec755bb32 [2021-04-01T15:30:44.827Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T15:30:44.827Z] ---> Running in c22cb168f9bf [2021-04-01T15:30:44.827Z] Removing intermediate container 9c3e7fc69aa9 [2021-04-01T15:30:44.827Z] ---> 5e09a1b48481 [2021-04-01T15:30:44.827Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:30:44.827Z] Removing intermediate container 1033fe245615 [2021-04-01T15:30:44.827Z] ---> 3615fd25097c [2021-04-01T15:30:44.827Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:30:44.885Z] Removing intermediate container 9a7d4c8ad34c [2021-04-01T15:30:44.886Z] ---> bd7549e0343b [2021-04-01T15:30:44.886Z] Step 28/31 : CMD ["gate"] [2021-04-01T15:30:45.091Z] ---> Running in 734f116fc9a8 [2021-04-01T15:30:45.091Z] Removing intermediate container c22cb168f9bf [2021-04-01T15:30:45.091Z] ---> c5830df81a32 [2021-04-01T15:30:45.091Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T15:30:45.171Z] ---> Running in 5e1c8a4618f9 [2021-04-01T15:30:45.355Z] ---> Running in cc77936e3d2b [2021-04-01T15:30:45.355Z] ---> f3bea8fb2c44 [2021-04-01T15:30:45.355Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-01T15:30:45.632Z] Removing intermediate container cc77936e3d2b [2021-04-01T15:30:45.632Z] ---> 8ead835d994c [2021-04-01T15:30:45.632Z] Step 15/23 : WORKDIR / [2021-04-01T15:30:45.632Z] ---> Running in 7d41f597aead [2021-04-01T15:30:45.773Z] ---> Running in 7102949d2eec [2021-04-01T15:30:45.896Z] Removing intermediate container 7d41f597aead [2021-04-01T15:30:45.896Z] ---> 4a7c7da6e7c1 [2021-04-01T15:30:45.896Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:30:46.158Z] ---> 44ebd6720e52 [2021-04-01T15:30:46.158Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-01T15:30:46.158Z] ---> f5f091d1b19b [2021-04-01T15:30:46.158Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T15:30:46.420Z] Removing intermediate container 734f116fc9a8 [2021-04-01T15:30:46.420Z] ---> f84257ab6436 [2021-04-01T15:30:46.420Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T15:30:46.420Z] ---> 076c94a3229b [2021-04-01T15:30:46.420Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-01T15:30:46.762Z] Removing intermediate container 7102949d2eec [2021-04-01T15:30:46.762Z] ---> c3cda665682c [2021-04-01T15:30:46.762Z] Step 29/31 : LABEL arch=arm64 [2021-04-01T15:30:46.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:47.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:30:47.312Z] ---> Running in 0b1bc44dbd8c [2021-04-01T15:30:47.369Z] ---> Running in e21313898d76 [2021-04-01T15:30:47.369Z] ---> Running in 409d18458083 [2021-04-01T15:30:47.369Z] ---> 0f003519f208 [2021-04-01T15:30:47.369Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T15:30:47.369Z] Removing intermediate container e21313898d76 [2021-04-01T15:30:47.369Z] ---> 0a16a003aa2a [2021-04-01T15:30:47.369Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:30:47.586Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-04-01T15:30:47.586Z] (2/33) Installing expat (2.2.9-r1) [2021-04-01T15:30:47.586Z] (3/33) Installing libffi (3.3-r2) [2021-04-01T15:30:47.586Z] (4/33) Installing gdbm (1.13-r1) [2021-04-01T15:30:47.586Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-04-01T15:30:47.586Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-04-01T15:30:47.586Z] (7/33) Installing python3 (3.8.8-r0) [2021-04-01T15:30:47.632Z] ---> Running in e4b6f121547d [2021-04-01T15:30:47.632Z] ---> c167aa8488d3 [2021-04-01T15:30:47.632Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T15:30:47.632Z] ---> Running in c3e29f66f7a4 [2021-04-01T15:30:47.856Z] Removing intermediate container 0b1bc44dbd8c [2021-04-01T15:30:47.856Z] ---> 0f9c6bef3967 [2021-04-01T15:30:47.856Z] Step 30/31 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:47.897Z] Removing intermediate container e4b6f121547d [2021-04-01T15:30:47.897Z] ---> 875284b3990a [2021-04-01T15:30:47.897Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T15:30:47.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-01T15:30:47.897Z] Removing intermediate container c3e29f66f7a4 [2021-04-01T15:30:47.897Z] ---> 073197cfcdc7 [2021-04-01T15:30:47.897Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:30:47.897Z] ---> Running in dc9cf83caf98 [2021-04-01T15:30:47.897Z] ---> Running in 9b7a18259f2e [2021-04-01T15:30:48.159Z] Removing intermediate container dc9cf83caf98 [2021-04-01T15:30:48.159Z] ---> eb44029e3ac1 [2021-04-01T15:30:48.159Z] Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:48.159Z] Removing intermediate container 9b7a18259f2e [2021-04-01T15:30:48.159Z] ---> f5f5fef432f4 [2021-04-01T15:30:48.159Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T15:30:48.159Z] ---> Running in c8ad82477362 [2021-04-01T15:30:48.159Z] ---> Running in 4a0d1f8319c1 [2021-04-01T15:30:48.422Z] Removing intermediate container c8ad82477362 [2021-04-01T15:30:48.422Z] ---> 5f6ce29d603d [2021-04-01T15:30:48.422Z] Step 23/23 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:48.422Z] ---> Running in 43d6d473f0be [2021-04-01T15:30:48.422Z] Removing intermediate container 4a0d1f8319c1 [2021-04-01T15:30:48.422Z] ---> 6fa92a973a95 [2021-04-01T15:30:48.422Z] Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:48.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-01T15:30:48.422Z] ---> Running in c156a9520771 [2021-04-01T15:30:48.454Z] ---> Running in e0bb05470b34 [2021-04-01T15:30:48.685Z] Removing intermediate container 43d6d473f0be [2021-04-01T15:30:48.685Z] ---> 8fc2654c8fba [2021-04-01T15:30:48.685Z] [2021-04-01T15:30:48.947Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T15:30:49.209Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T15:30:49.209Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T15:30:49.209Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T15:30:49.436Z] Removing intermediate container e0bb05470b34 [2021-04-01T15:30:49.436Z] ---> 9b9e0695f60c [2021-04-01T15:30:49.436Z] Step 31/31 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:49.436Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-04-01T15:30:49.436Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-04-01T15:30:49.436Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-04-01T15:30:49.436Z] (11/33) Installing py3-six (1.15.0-r0) [2021-04-01T15:30:49.436Z] (12/33) Installing py3-packaging (20.4-r0) [2021-04-01T15:30:49.436Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-04-01T15:30:49.476Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T15:30:49.706Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-04-01T15:30:49.706Z] (15/33) Installing py3-idna (2.9-r0) [2021-04-01T15:30:49.706Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-04-01T15:30:49.706Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-04-01T15:30:49.706Z] ---> Running in b5681712dbec [2021-04-01T15:30:49.706Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-04-01T15:30:49.706Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-04-01T15:30:49.706Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-04-01T15:30:49.706Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-04-01T15:30:49.738Z] Removing intermediate container c156a9520771 [2021-04-01T15:30:49.738Z] ---> cdcc0f5153c8 [2021-04-01T15:30:49.738Z] Step 23/23 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:49.738Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T15:30:49.738Z] Successfully built 8fc2654c8fba [2021-04-01T15:30:49.738Z] Successfully tagged docker-core-command-go:latest [2021-04-01T15:30:49.738Z]  Building docker-core-command-go ... done  ---> Running in dab351fe5e19 [2021-04-01T15:30:49.738Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:30:49.738Z] OK: 8 MiB in 20 packages [2021-04-01T15:30:49.977Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-04-01T15:30:49.977Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-04-01T15:30:49.977Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-04-01T15:30:49.977Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-04-01T15:30:49.977Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-04-01T15:30:49.977Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-04-01T15:30:49.977Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-04-01T15:30:49.977Z] (29/33) Installing py3-progress (1.5-r0) [2021-04-01T15:30:49.977Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-04-01T15:30:49.977Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-04-01T15:30:49.977Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-04-01T15:30:49.977Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-04-01T15:30:50.002Z] Removing intermediate container dab351fe5e19 [2021-04-01T15:30:50.003Z] ---> 833adcdeea83 [2021-04-01T15:30:50.003Z] [2021-04-01T15:30:50.003Z] Successfully built 833adcdeea83 [2021-04-01T15:30:50.003Z] Successfully tagged docker-core-metadata-go:latest [2021-04-01T15:30:50.249Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:30:50.249Z] OK: 71 MiB in 55 packages [2021-04-01T15:30:50.524Z] Removing intermediate container b5681712dbec [2021-04-01T15:30:50.524Z] ---> fabb14a21994 [2021-04-01T15:30:50.524Z] [2021-04-01T15:30:50.577Z]  Building docker-core-metadata-go ... done Removing intermediate container 409d18458083 [2021-04-01T15:30:50.577Z] ---> 244560c97e71 [2021-04-01T15:30:50.577Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:30:50.577Z] ---> 6ddbfc977150 [2021-04-01T15:30:50.577Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T15:30:50.799Z] Successfully built fabb14a21994 [2021-04-01T15:30:50.799Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-01T15:30:50.799Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-04-01T15:30:51.528Z] ---> 6490569f8457 [2021-04-01T15:30:51.528Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T15:30:51.528Z] ---> bd752b1f6f85 [2021-04-01T15:30:51.528Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T15:30:51.528Z] ---> Running in 921be4756612 [2021-04-01T15:30:51.790Z] Removing intermediate container 921be4756612 [2021-04-01T15:30:51.790Z] ---> 465ea629a825 [2021-04-01T15:30:51.790Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:30:51.790Z] ---> Running in 522910a8aacb [2021-04-01T15:30:52.054Z] Removing intermediate container 522910a8aacb [2021-04-01T15:30:52.054Z] ---> fd92f3a33a96 [2021-04-01T15:30:52.054Z] Step 21/23 : LABEL arch=x86_64 [2021-04-01T15:30:52.054Z] ---> Running in 747bfee2bea8 [2021-04-01T15:30:52.316Z] Removing intermediate container 747bfee2bea8 [2021-04-01T15:30:52.316Z] ---> 35c8cd126a93 [2021-04-01T15:30:52.316Z] Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:52.316Z] ---> Running in 9690affb6658 [2021-04-01T15:30:52.578Z] Removing intermediate container 9690affb6658 [2021-04-01T15:30:52.578Z] ---> a57f14e3bd3d [2021-04-01T15:30:52.578Z] Step 23/23 : LABEL version=2.0.0-dev.159 [2021-04-01T15:30:52.578Z] ---> Running in 894e11a3914e [2021-04-01T15:30:52.840Z] Removing intermediate container 894e11a3914e [2021-04-01T15:30:52.840Z] ---> 1632ab0c74ec [2021-04-01T15:30:52.840Z] [2021-04-01T15:30:53.103Z] Successfully built 1632ab0c74ec [2021-04-01T15:30:53.103Z] Successfully tagged docker-core-data-go:latest [2021-04-01T15:30:53.389Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-01T15:30:53.418Z] $ docker stop --time=1 55100170cf3ca3213acb7d6296bfd6e6657ff915dba9659588fe6bd9f7382bfc [2021-04-01T15:30:55.066Z] $ docker rm -f 55100170cf3ca3213acb7d6296bfd6e6657ff915dba9659588fe6bd9f7382bfc [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T15:30:55.664Z] + docker images [2021-04-01T15:30:55.664Z] + grep docker [2021-04-01T15:30:55.925Z] docker-core-data-go latest 1632ab0c74ec 3 seconds ago 22.7MB [2021-04-01T15:30:55.925Z] docker-core-metadata-go latest 833adcdeea83 6 seconds ago 19MB [2021-04-01T15:30:55.925Z] docker-core-command-go latest 8fc2654c8fba 7 seconds ago 17.3MB [2021-04-01T15:30:55.925Z] docker-security-secretstore-setup-go latest 0865f55a36c5 14 seconds ago 25.7MB [2021-04-01T15:30:55.925Z] docker-sys-mgmt-agent-go latest 8316ea4f28d7 31 seconds ago 314MB [2021-04-01T15:30:55.926Z] docker-security-bootstrapper-go latest a8a024e1451d About a minute ago 18.9MB [2021-04-01T15:30:55.926Z] docker-support-notifications-go latest dfa82e1fd9d6 2 minutes ago 17.9MB [2021-04-01T15:30:55.926Z] docker-security-proxy-setup-go latest ae7b7bb3de78 2 minutes ago 25.4MB [2021-04-01T15:30:55.926Z] docker-support-scheduler-go latest 4fd6b1806d26 2 minutes ago 17.4MB [2021-04-01T15:30:55.926Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-01T15:30:56.203Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:30:56.203Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:30:56.203Z] ---> fae3707b8aec [2021-04-01T15:30:56.203Z] Step 3/24 : WORKDIR /edgex-go [2021-04-01T15:30:56.203Z] ---> Using cache [2021-04-01T15:30:56.203Z] ---> 70e83ded7a80 [2021-04-01T15:30:56.203Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:30:56.203Z] ---> Using cache [2021-04-01T15:30:56.203Z] ---> 625104a48d35 [2021-04-01T15:30:56.203Z] Step 5/24 : RUN apk add --update --no-cache make git [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-01T15:30:56.582Z] provisioning config files... [2021-04-01T15:30:56.623Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/427@tmp/config6903964126783633053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:30:57.001Z] ---> docker-login.sh [2021-04-01T15:30:57.002Z] nexus3.edgexfoundry.org:10001 [2021-04-01T15:30:57.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:30:57.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:30:57.264Z] Configure a credential helper to remove this warning. See [2021-04-01T15:30:57.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:30:57.264Z] [2021-04-01T15:30:57.264Z] Login Succeeded [2021-04-01T15:30:57.264Z] nexus3.edgexfoundry.org:10002 [2021-04-01T15:30:57.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:30:57.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:30:57.527Z] Configure a credential helper to remove this warning. See [2021-04-01T15:30:57.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:30:57.527Z] [2021-04-01T15:30:57.527Z] Login Succeeded [2021-04-01T15:30:57.527Z] nexus3.edgexfoundry.org:10003 [2021-04-01T15:30:57.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:30:57.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:30:57.527Z] Configure a credential helper to remove this warning. See [2021-04-01T15:30:57.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:30:57.527Z] [2021-04-01T15:30:57.527Z] Login Succeeded [2021-04-01T15:30:57.527Z] nexus3.edgexfoundry.org:10004 [2021-04-01T15:30:57.648Z] ---> Running in 013733cce79f [2021-04-01T15:30:57.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:30:57.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:30:57.799Z] Configure a credential helper to remove this warning. See [2021-04-01T15:30:57.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:30:57.799Z] [2021-04-01T15:30:57.799Z] Login Succeeded [2021-04-01T15:30:57.799Z] docker.io [2021-04-01T15:30:58.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:30:58.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:30:58.325Z] Configure a credential helper to remove this warning. See [2021-04-01T15:30:58.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:30:58.325Z] [2021-04-01T15:30:58.325Z] Login Succeeded [2021-04-01T15:30:58.325Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T15:30:58.335Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:30:58.622Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-01T15:30:58.622Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:58.622Z] 2.0.0-dev.159 [2021-04-01T15:30:58.622Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:30:58.622Z] master [2021-04-01T15:30:58.622Z] ===================================================== [2021-04-01T15:30:58.650Z] Removing intermediate container 5e1c8a4618f9 [2021-04-01T15:30:58.650Z] ---> c6755efc8bb9 [2021-04-01T15:30:58.650Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:30:59.137Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:30:59.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:30:59.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-01T15:30:59.441Z] d4f7c1be8c76: Preparing [2021-04-01T15:30:59.441Z] 190b0a57e0a5: Preparing [2021-04-01T15:30:59.441Z] 3576fb862771: Preparing [2021-04-01T15:30:59.441Z] 795ccadd8354: Preparing [2021-04-01T15:30:59.441Z] b0b9881431d7: Preparing [2021-04-01T15:30:59.441Z] b0b9881431d7: Layer already exists [2021-04-01T15:30:59.704Z] 795ccadd8354: Pushed [2021-04-01T15:30:59.704Z] d4f7c1be8c76: Pushed [2021-04-01T15:30:59.704Z] 3576fb862771: Pushed [2021-04-01T15:31:00.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:31:00.095Z] ---> Running in 383625252b12 [2021-04-01T15:31:00.651Z] 190b0a57e0a5: Pushed [2021-04-01T15:31:00.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:31:00.914Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:a3bdf917c096f604eb740870cca37f9fe8ed9eca53c82b61eced93fd4d6e9570 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:01.245Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:01.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.159 [2021-04-01T15:31:01.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-01T15:31:01.560Z] d4f7c1be8c76: Preparing [2021-04-01T15:31:01.560Z] 190b0a57e0a5: Preparing [2021-04-01T15:31:01.560Z] 3576fb862771: Preparing [2021-04-01T15:31:01.560Z] 795ccadd8354: Preparing [2021-04-01T15:31:01.560Z] b0b9881431d7: Preparing [2021-04-01T15:31:01.560Z] 190b0a57e0a5: Layer already exists [2021-04-01T15:31:01.560Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:01.560Z] 3576fb862771: Layer already exists [2021-04-01T15:31:01.560Z] d4f7c1be8c76: Layer already exists [2021-04-01T15:31:01.560Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:01.560Z] 2.0.0-dev.159: digest: sha256:a3bdf917c096f604eb740870cca37f9fe8ed9eca53c82b61eced93fd4d6e9570 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:01.676Z] OK: 217 MiB in 51 packages [2021-04-01T15:31:01.881Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:02.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:02.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-01T15:31:02.256Z] d4f7c1be8c76: Preparing [2021-04-01T15:31:02.256Z] 190b0a57e0a5: Preparing [2021-04-01T15:31:02.256Z] 3576fb862771: Preparing [2021-04-01T15:31:02.256Z] 795ccadd8354: Preparing [2021-04-01T15:31:02.256Z] b0b9881431d7: Preparing [2021-04-01T15:31:02.256Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:02.256Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:02.256Z] 3576fb862771: Layer already exists [2021-04-01T15:31:02.256Z] d4f7c1be8c76: Layer already exists [2021-04-01T15:31:02.256Z] 190b0a57e0a5: Layer already exists [2021-04-01T15:31:02.256Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:a3bdf917c096f604eb740870cca37f9fe8ed9eca53c82b61eced93fd4d6e9570 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:02.801Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:03.102Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-01T15:31:03.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-01T15:31:03.102Z] d4f7c1be8c76: Preparing [2021-04-01T15:31:03.102Z] 190b0a57e0a5: Preparing [2021-04-01T15:31:03.102Z] 3576fb862771: Preparing [2021-04-01T15:31:03.102Z] 795ccadd8354: Preparing [2021-04-01T15:31:03.102Z] b0b9881431d7: Preparing [2021-04-01T15:31:03.102Z] 190b0a57e0a5: Layer already exists [2021-04-01T15:31:03.102Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:03.102Z] d4f7c1be8c76: Layer already exists [2021-04-01T15:31:03.102Z] 3576fb862771: Layer already exists [2021-04-01T15:31:03.102Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:03.102Z] master: digest: sha256:a3bdf917c096f604eb740870cca37f9fe8ed9eca53c82b61eced93fd4d6e9570 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:03.337Z] ===================================================== [Pipeline] echo [2021-04-01T15:31:03.389Z] taggedImages: [2021-04-01T15:31:03.389Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:03.389Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.159 [2021-04-01T15:31:03.389Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:03.389Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-01T15:31:03.474Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-01T15:31:03.474Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:03.474Z] 2.0.0-dev.159 [2021-04-01T15:31:03.474Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:03.474Z] master [2021-04-01T15:31:03.474Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:04.348Z] Removing intermediate container 013733cce79f [2021-04-01T15:31:04.348Z] ---> 1b9fc0ab7a1f [2021-04-01T15:31:04.348Z] Step 6/24 : COPY go.mod . [2021-04-01T15:31:04.418Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:04.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:04.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-01T15:31:04.724Z] 72467aa73b25: Preparing [2021-04-01T15:31:04.724Z] 3de5df526f22: Preparing [2021-04-01T15:31:04.724Z] 3576fb862771: Preparing [2021-04-01T15:31:04.724Z] 728f45854665: Preparing [2021-04-01T15:31:04.724Z] 59df5fc4670a: Preparing [2021-04-01T15:31:04.724Z] b0b9881431d7: Preparing [2021-04-01T15:31:04.724Z] b0b9881431d7: Waiting [2021-04-01T15:31:04.724Z] 3576fb862771: Layer already exists [2021-04-01T15:31:04.724Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:04.984Z] 72467aa73b25: Pushed [2021-04-01T15:31:04.984Z] 59df5fc4670a: Pushed [2021-04-01T15:31:05.246Z] 728f45854665: Pushed [2021-04-01T15:31:05.348Z] ---> fa29b54bb0b0 [2021-04-01T15:31:05.348Z] Step 7/24 : RUN go mod download [2021-04-01T15:31:05.624Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:31:05.624Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:31:05.624Z] ---> fae3707b8aec [2021-04-01T15:31:05.624Z] Step 3/22 : WORKDIR /edgex-go [2021-04-01T15:31:05.624Z] ---> Using cache [2021-04-01T15:31:05.624Z] ---> 70e83ded7a80 [2021-04-01T15:31:05.624Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:31:05.624Z] ---> Using cache [2021-04-01T15:31:05.624Z] ---> 625104a48d35 [2021-04-01T15:31:05.624Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-01T15:31:05.624Z] ---> Using cache [2021-04-01T15:31:05.624Z] ---> 1b9fc0ab7a1f [2021-04-01T15:31:05.624Z] Step 6/22 : COPY go.mod . [2021-04-01T15:31:05.624Z] ---> Using cache [2021-04-01T15:31:05.624Z] ---> fa29b54bb0b0 [2021-04-01T15:31:05.624Z] Step 7/22 : RUN go mod download [2021-04-01T15:31:05.927Z] ---> Running in 61a0a6b80d9a [2021-04-01T15:31:05.927Z] ---> Running in cd09929e658e [2021-04-01T15:31:06.219Z] 3de5df526f22: Pushed [2021-04-01T15:31:06.229Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:31:06.229Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:31:06.229Z] ---> fae3707b8aec [2021-04-01T15:31:06.229Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T15:31:06.229Z] ---> Using cache [2021-04-01T15:31:06.229Z] ---> 70e83ded7a80 [2021-04-01T15:31:06.229Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:31:06.229Z] ---> Using cache [2021-04-01T15:31:06.229Z] ---> 625104a48d35 [2021-04-01T15:31:06.229Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-01T15:31:06.481Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:01d86f6b9921ea73e4822f395dc85e69a8e228cd452e59726b10e97303437c8a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:06.505Z] Collecting docker-compose==1.23.2 [2021-04-01T15:31:06.505Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-01T15:31:06.791Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:07.093Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.159 [2021-04-01T15:31:07.093Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-01T15:31:07.093Z] 72467aa73b25: Preparing [2021-04-01T15:31:07.093Z] 3de5df526f22: Preparing [2021-04-01T15:31:07.093Z] 3576fb862771: Preparing [2021-04-01T15:31:07.093Z] 728f45854665: Preparing [2021-04-01T15:31:07.093Z] 59df5fc4670a: Preparing [2021-04-01T15:31:07.093Z] b0b9881431d7: Preparing [2021-04-01T15:31:07.093Z] b0b9881431d7: Waiting [2021-04-01T15:31:07.093Z] 3de5df526f22: Layer already exists [2021-04-01T15:31:07.093Z] 3576fb862771: Layer already exists [2021-04-01T15:31:07.093Z] 72467aa73b25: Layer already exists [2021-04-01T15:31:07.093Z] 59df5fc4670a: Layer already exists [2021-04-01T15:31:07.093Z] 728f45854665: Layer already exists [2021-04-01T15:31:07.093Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:07.093Z] 2.0.0-dev.159: digest: sha256:01d86f6b9921ea73e4822f395dc85e69a8e228cd452e59726b10e97303437c8a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:07.116Z] ---> Running in 096aa68b7c1e [2021-04-01T15:31:07.401Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:07.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:07.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-01T15:31:07.704Z] 72467aa73b25: Preparing [2021-04-01T15:31:07.704Z] 3de5df526f22: Preparing [2021-04-01T15:31:07.704Z] 3576fb862771: Preparing [2021-04-01T15:31:07.704Z] 728f45854665: Preparing [2021-04-01T15:31:07.704Z] 59df5fc4670a: Preparing [2021-04-01T15:31:07.704Z] b0b9881431d7: Preparing [2021-04-01T15:31:07.704Z] b0b9881431d7: Waiting [2021-04-01T15:31:07.704Z] 728f45854665: Layer already exists [2021-04-01T15:31:07.704Z] 72467aa73b25: Layer already exists [2021-04-01T15:31:07.704Z] 3de5df526f22: Layer already exists [2021-04-01T15:31:07.704Z] 3576fb862771: Layer already exists [2021-04-01T15:31:07.704Z] 59df5fc4670a: Layer already exists [2021-04-01T15:31:07.704Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:07.704Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:01d86f6b9921ea73e4822f395dc85e69a8e228cd452e59726b10e97303437c8a size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:07.728Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-01T15:31:07.728Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-01T15:31:08.009Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:08.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-01T15:31:08.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-01T15:31:08.311Z] 72467aa73b25: Preparing [2021-04-01T15:31:08.311Z] 3de5df526f22: Preparing [2021-04-01T15:31:08.311Z] 3576fb862771: Preparing [2021-04-01T15:31:08.311Z] 728f45854665: Preparing [2021-04-01T15:31:08.311Z] 59df5fc4670a: Preparing [2021-04-01T15:31:08.311Z] b0b9881431d7: Preparing [2021-04-01T15:31:08.311Z] b0b9881431d7: Waiting [2021-04-01T15:31:08.311Z] 59df5fc4670a: Layer already exists [2021-04-01T15:31:08.311Z] 728f45854665: Layer already exists [2021-04-01T15:31:08.311Z] 3de5df526f22: Layer already exists [2021-04-01T15:31:08.311Z] 3576fb862771: Layer already exists [2021-04-01T15:31:08.311Z] 72467aa73b25: Layer already exists [2021-04-01T15:31:08.311Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:08.311Z] master: digest: sha256:01d86f6b9921ea73e4822f395dc85e69a8e228cd452e59726b10e97303437c8a size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:08.536Z] ===================================================== [Pipeline] echo [2021-04-01T15:31:08.586Z] taggedImages: [2021-04-01T15:31:08.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:08.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.159 [2021-04-01T15:31:08.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:08.586Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-01T15:31:08.674Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-01T15:31:08.674Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:08.674Z] 2.0.0-dev.159 [2021-04-01T15:31:08.674Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:08.674Z] master [2021-04-01T15:31:08.674Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:09.168Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [2021-04-01T15:31:09.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2021-04-01T15:31:09.468Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:09.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-01T15:31:09.468Z] c737c60d43ee: Preparing [2021-04-01T15:31:09.468Z] 3358d711ca68: Preparing [2021-04-01T15:31:09.468Z] 3576fb862771: Preparing [2021-04-01T15:31:09.468Z] 795ccadd8354: Preparing [2021-04-01T15:31:09.468Z] b0b9881431d7: Preparing [2021-04-01T15:31:09.468Z] 3576fb862771: Layer already exists [2021-04-01T15:31:09.468Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:09.468Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:09.468Z] c737c60d43ee: Pushed [2021-04-01T15:31:09.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:31:10.794Z] OK: 217 MiB in 51 packages [2021-04-01T15:31:10.856Z] 3358d711ca68: Pushed [2021-04-01T15:31:10.856Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:188c0aa6b06e3d7a9682548d19cc7b900dc1b313389e55bb370eef5700cca6af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:11.071Z] Collecting PyYAML<4,>=3.10 [2021-04-01T15:31:11.071Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-01T15:31:11.165Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:11.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.159 [2021-04-01T15:31:11.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-01T15:31:11.465Z] c737c60d43ee: Preparing [2021-04-01T15:31:11.465Z] 3358d711ca68: Preparing [2021-04-01T15:31:11.465Z] 3576fb862771: Preparing [2021-04-01T15:31:11.465Z] 795ccadd8354: Preparing [2021-04-01T15:31:11.465Z] b0b9881431d7: Preparing [2021-04-01T15:31:11.465Z] c737c60d43ee: Layer already exists [2021-04-01T15:31:11.465Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:11.465Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:11.465Z] 3358d711ca68: Layer already exists [2021-04-01T15:31:11.465Z] 3576fb862771: Layer already exists [2021-04-01T15:31:11.465Z] 2.0.0-dev.159: digest: sha256:188c0aa6b06e3d7a9682548d19cc7b900dc1b313389e55bb370eef5700cca6af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:11.777Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:12.074Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-01T15:31:12.074Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-01T15:31:12.074Z] ---> fae3707b8aec [2021-04-01T15:31:12.074Z] Step 3/23 : WORKDIR /edgex-go [2021-04-01T15:31:12.074Z] ---> Using cache [2021-04-01T15:31:12.074Z] ---> 70e83ded7a80 [2021-04-01T15:31:12.074Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:31:12.074Z] ---> Using cache [2021-04-01T15:31:12.074Z] ---> 625104a48d35 [2021-04-01T15:31:12.074Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-01T15:31:12.074Z] ---> Using cache [2021-04-01T15:31:12.074Z] ---> 1b9fc0ab7a1f [2021-04-01T15:31:12.074Z] Step 6/23 : COPY go.mod . [2021-04-01T15:31:12.074Z] ---> Using cache [2021-04-01T15:31:12.074Z] ---> fa29b54bb0b0 [2021-04-01T15:31:12.074Z] Step 7/23 : RUN go mod download [2021-04-01T15:31:12.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:12.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-01T15:31:12.075Z] c737c60d43ee: Preparing [2021-04-01T15:31:12.075Z] 3358d711ca68: Preparing [2021-04-01T15:31:12.075Z] 3576fb862771: Preparing [2021-04-01T15:31:12.075Z] 795ccadd8354: Preparing [2021-04-01T15:31:12.075Z] b0b9881431d7: Preparing [2021-04-01T15:31:12.075Z] c737c60d43ee: Layer already exists [2021-04-01T15:31:12.075Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:12.075Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:12.075Z] 3358d711ca68: Layer already exists [2021-04-01T15:31:12.075Z] 3576fb862771: Layer already exists [2021-04-01T15:31:12.075Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:188c0aa6b06e3d7a9682548d19cc7b900dc1b313389e55bb370eef5700cca6af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:12.354Z] ---> Running in 38c2c9b76583 [2021-04-01T15:31:12.354Z] Removing intermediate container cd09929e658e [2021-04-01T15:31:12.354Z] ---> 19468444a8b0 [2021-04-01T15:31:12.355Z] Step 8/24 : COPY . . [2021-04-01T15:31:12.378Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:12.627Z] Removing intermediate container 61a0a6b80d9a [2021-04-01T15:31:12.627Z] ---> 455660f8dec9 [2021-04-01T15:31:12.627Z] Step 8/22 : COPY . . [2021-04-01T15:31:12.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-01T15:31:12.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-01T15:31:12.683Z] c737c60d43ee: Preparing [2021-04-01T15:31:12.683Z] 3358d711ca68: Preparing [2021-04-01T15:31:12.683Z] 3576fb862771: Preparing [2021-04-01T15:31:12.683Z] 795ccadd8354: Preparing [2021-04-01T15:31:12.683Z] b0b9881431d7: Preparing [2021-04-01T15:31:12.683Z] c737c60d43ee: Layer already exists [2021-04-01T15:31:12.683Z] 3358d711ca68: Layer already exists [2021-04-01T15:31:12.683Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:12.683Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:12.683Z] 3576fb862771: Layer already exists [2021-04-01T15:31:12.683Z] master: digest: sha256:188c0aa6b06e3d7a9682548d19cc7b900dc1b313389e55bb370eef5700cca6af size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:12.902Z] ===================================================== [2021-04-01T15:31:12.903Z] Removing intermediate container 096aa68b7c1e [2021-04-01T15:31:12.903Z] ---> b3a626482c68 [2021-04-01T15:31:12.903Z] Step 6/23 : COPY go.mod . [Pipeline] echo [2021-04-01T15:31:12.950Z] taggedImages: [2021-04-01T15:31:12.950Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:12.950Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.159 [2021-04-01T15:31:12.950Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:12.950Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-01T15:31:13.057Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-01T15:31:13.057Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:13.057Z] 2.0.0-dev.159 [2021-04-01T15:31:13.057Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:13.057Z] master [2021-04-01T15:31:13.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:13.621Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:13.918Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:13.918Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-01T15:31:13.918Z] d3e9cbff199d: Preparing [2021-04-01T15:31:13.918Z] d3e9cbff199d: Preparing [2021-04-01T15:31:13.918Z] 38cdc5bb0dbe: Preparing [2021-04-01T15:31:13.918Z] 030e51fd4bcf: Preparing [2021-04-01T15:31:13.918Z] f35f614482ae: Preparing [2021-04-01T15:31:13.918Z] a53753c4ed95: Preparing [2021-04-01T15:31:13.918Z] 3576fb862771: Preparing [2021-04-01T15:31:13.918Z] d8739ae97772: Preparing [2021-04-01T15:31:13.918Z] d8739ae97772: Preparing [2021-04-01T15:31:13.918Z] b310e89fcc9a: Preparing [2021-04-01T15:31:13.918Z] 1ec630a3d0cc: Preparing [2021-04-01T15:31:13.918Z] b0b9881431d7: Preparing [2021-04-01T15:31:13.918Z] 3576fb862771: Waiting [2021-04-01T15:31:13.918Z] d8739ae97772: Waiting [2021-04-01T15:31:13.918Z] b310e89fcc9a: Waiting [2021-04-01T15:31:13.918Z] 1ec630a3d0cc: Waiting [2021-04-01T15:31:13.918Z] b0b9881431d7: Waiting [2021-04-01T15:31:14.180Z] 030e51fd4bcf: Pushed [2021-04-01T15:31:14.180Z] 38cdc5bb0dbe: Pushed [2021-04-01T15:31:14.180Z] d3e9cbff199d: Pushed [2021-04-01T15:31:14.180Z] f35f614482ae: Pushed [2021-04-01T15:31:14.180Z] 3576fb862771: Layer already exists [2021-04-01T15:31:14.180Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:14.441Z] d8739ae97772: Pushed [2021-04-01T15:31:14.441Z] b310e89fcc9a: Pushed [2021-04-01T15:31:14.441Z] 1ec630a3d0cc: Pushed [2021-04-01T15:31:14.899Z] ---> cc1893665c83 [2021-04-01T15:31:14.899Z] Step 7/23 : RUN go mod download [2021-04-01T15:31:15.383Z] a53753c4ed95: Pushed [2021-04-01T15:31:15.498Z] 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-01T15:31:15.645Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:78c058b62700916b05802c60d50a19d54784714ecd9981884907a915abeb3c46 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:15.946Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:16.117Z] Collecting docker<4.0,>=3.6.0 [2021-04-01T15:31:16.117Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-01T15:31:16.117Z] ---> Running in 8a4affdea847 [2021-04-01T15:31:16.248Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.159 [2021-04-01T15:31:16.248Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-01T15:31:16.248Z] d3e9cbff199d: Preparing [2021-04-01T15:31:16.248Z] d3e9cbff199d: Preparing [2021-04-01T15:31:16.248Z] 38cdc5bb0dbe: Preparing [2021-04-01T15:31:16.248Z] 030e51fd4bcf: Preparing [2021-04-01T15:31:16.248Z] f35f614482ae: Preparing [2021-04-01T15:31:16.248Z] a53753c4ed95: Preparing [2021-04-01T15:31:16.248Z] 3576fb862771: Preparing [2021-04-01T15:31:16.248Z] d8739ae97772: Preparing [2021-04-01T15:31:16.248Z] d8739ae97772: Preparing [2021-04-01T15:31:16.248Z] b310e89fcc9a: Preparing [2021-04-01T15:31:16.248Z] 1ec630a3d0cc: Preparing [2021-04-01T15:31:16.248Z] b0b9881431d7: Preparing [2021-04-01T15:31:16.248Z] b310e89fcc9a: Waiting [2021-04-01T15:31:16.248Z] 3576fb862771: Waiting [2021-04-01T15:31:16.248Z] d8739ae97772: Waiting [2021-04-01T15:31:16.248Z] 1ec630a3d0cc: Waiting [2021-04-01T15:31:16.248Z] b0b9881431d7: Waiting [2021-04-01T15:31:16.248Z] d3e9cbff199d: Layer already exists [2021-04-01T15:31:16.248Z] 030e51fd4bcf: Layer already exists [2021-04-01T15:31:16.248Z] a53753c4ed95: Layer already exists [2021-04-01T15:31:16.248Z] 38cdc5bb0dbe: Layer already exists [2021-04-01T15:31:16.248Z] f35f614482ae: Layer already exists [2021-04-01T15:31:16.248Z] d8739ae97772: Layer already exists [2021-04-01T15:31:16.248Z] b310e89fcc9a: Layer already exists [2021-04-01T15:31:16.248Z] 1ec630a3d0cc: Layer already exists [2021-04-01T15:31:16.248Z] 3576fb862771: Layer already exists [2021-04-01T15:31:16.248Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:16.248Z] 2.0.0-dev.159: digest: sha256:78c058b62700916b05802c60d50a19d54784714ecd9981884907a915abeb3c46 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:16.562Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:16.861Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:16.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-01T15:31:16.861Z] d3e9cbff199d: Preparing [2021-04-01T15:31:16.861Z] d3e9cbff199d: Preparing [2021-04-01T15:31:16.861Z] 38cdc5bb0dbe: Preparing [2021-04-01T15:31:16.861Z] 030e51fd4bcf: Preparing [2021-04-01T15:31:16.861Z] f35f614482ae: Preparing [2021-04-01T15:31:16.861Z] a53753c4ed95: Preparing [2021-04-01T15:31:16.861Z] 3576fb862771: Preparing [2021-04-01T15:31:16.861Z] d8739ae97772: Preparing [2021-04-01T15:31:16.861Z] d8739ae97772: Preparing [2021-04-01T15:31:16.861Z] b310e89fcc9a: Preparing [2021-04-01T15:31:16.861Z] 1ec630a3d0cc: Preparing [2021-04-01T15:31:16.861Z] b0b9881431d7: Preparing [2021-04-01T15:31:16.861Z] b310e89fcc9a: Waiting [2021-04-01T15:31:16.861Z] 1ec630a3d0cc: Waiting [2021-04-01T15:31:16.861Z] b0b9881431d7: Waiting [2021-04-01T15:31:16.861Z] 3576fb862771: Waiting [2021-04-01T15:31:16.861Z] d8739ae97772: Waiting [2021-04-01T15:31:16.861Z] d3e9cbff199d: Layer already exists [2021-04-01T15:31:16.861Z] 030e51fd4bcf: Layer already exists [2021-04-01T15:31:16.861Z] 38cdc5bb0dbe: Layer already exists [2021-04-01T15:31:16.861Z] f35f614482ae: Layer already exists [2021-04-01T15:31:16.861Z] a53753c4ed95: Layer already exists [2021-04-01T15:31:16.861Z] b310e89fcc9a: Layer already exists [2021-04-01T15:31:16.861Z] 3576fb862771: Layer already exists [2021-04-01T15:31:16.861Z] d8739ae97772: Layer already exists [2021-04-01T15:31:16.861Z] 1ec630a3d0cc: Layer already exists [2021-04-01T15:31:16.861Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:16.861Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:78c058b62700916b05802c60d50a19d54784714ecd9981884907a915abeb3c46 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:17.429Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:17.580Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-01T15:31:17.580Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-01T15:31:17.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-01T15:31:17.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-01T15:31:17.723Z] d3e9cbff199d: Preparing [2021-04-01T15:31:17.723Z] d3e9cbff199d: Preparing [2021-04-01T15:31:17.723Z] 38cdc5bb0dbe: Preparing [2021-04-01T15:31:17.723Z] 030e51fd4bcf: Preparing [2021-04-01T15:31:17.723Z] f35f614482ae: Preparing [2021-04-01T15:31:17.723Z] a53753c4ed95: Preparing [2021-04-01T15:31:17.723Z] 3576fb862771: Preparing [2021-04-01T15:31:17.723Z] d8739ae97772: Preparing [2021-04-01T15:31:17.723Z] d8739ae97772: Preparing [2021-04-01T15:31:17.723Z] b310e89fcc9a: Preparing [2021-04-01T15:31:17.723Z] 1ec630a3d0cc: Preparing [2021-04-01T15:31:17.723Z] b0b9881431d7: Preparing [2021-04-01T15:31:17.723Z] 3576fb862771: Waiting [2021-04-01T15:31:17.723Z] d8739ae97772: Waiting [2021-04-01T15:31:17.723Z] b310e89fcc9a: Waiting [2021-04-01T15:31:17.723Z] 1ec630a3d0cc: Waiting [2021-04-01T15:31:17.723Z] b0b9881431d7: Waiting [2021-04-01T15:31:17.723Z] d3e9cbff199d: Layer already exists [2021-04-01T15:31:17.723Z] 38cdc5bb0dbe: Layer already exists [2021-04-01T15:31:17.723Z] f35f614482ae: Layer already exists [2021-04-01T15:31:17.723Z] 030e51fd4bcf: Layer already exists [2021-04-01T15:31:17.723Z] a53753c4ed95: Layer already exists [2021-04-01T15:31:17.723Z] 3576fb862771: Layer already exists [2021-04-01T15:31:17.723Z] d8739ae97772: Layer already exists [2021-04-01T15:31:17.723Z] 1ec630a3d0cc: Layer already exists [2021-04-01T15:31:17.723Z] b310e89fcc9a: Layer already exists [2021-04-01T15:31:17.723Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:17.984Z] master: digest: sha256:78c058b62700916b05802c60d50a19d54784714ecd9981884907a915abeb3c46 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:18.196Z] ===================================================== [Pipeline] echo [2021-04-01T15:31:18.245Z] taggedImages: [2021-04-01T15:31:18.245Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:18.245Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.159 [2021-04-01T15:31:18.245Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:18.245Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-01T15:31:18.330Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-01T15:31:18.330Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:18.330Z] 2.0.0-dev.159 [2021-04-01T15:31:18.330Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:18.330Z] master [2021-04-01T15:31:18.330Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:18.567Z] Removing intermediate container 38c2c9b76583 [2021-04-01T15:31:18.567Z] ---> fe58e29f6fc3 [2021-04-01T15:31:18.567Z] Step 8/23 : COPY . . [2021-04-01T15:31:18.567Z] Collecting cached-property<2,>=1.2.0 [2021-04-01T15:31:18.567Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-01T15:31:18.951Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:19.168Z] Collecting jsonschema<3,>=2.5.1 [2021-04-01T15:31:19.168Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-01T15:31:19.310Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:19.310Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-01T15:31:19.310Z] 07347f6bd4b6: Preparing [2021-04-01T15:31:19.310Z] c10beb52957d: Preparing [2021-04-01T15:31:19.310Z] 3fe34e72be01: Preparing [2021-04-01T15:31:19.310Z] b245a4db6bed: Preparing [2021-04-01T15:31:19.310Z] a4b9c60bd67d: Preparing [2021-04-01T15:31:19.310Z] b0b9881431d7: Preparing [2021-04-01T15:31:19.310Z] b0b9881431d7: Waiting [2021-04-01T15:31:19.575Z] 3fe34e72be01: Pushed [2021-04-01T15:31:19.575Z] b245a4db6bed: Pushed [2021-04-01T15:31:19.575Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:19.847Z] a4b9c60bd67d: Pushed [2021-04-01T15:31:20.423Z] c10beb52957d: Pushed [2021-04-01T15:31:20.423Z] 07347f6bd4b6: Pushed [2021-04-01T15:31:20.684Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:dfe668604c1b8f0e98297ba585a86a87712cbdfe6ed791550ddaee66d5291995 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:20.988Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:21.158Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-01T15:31:21.159Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-01T15:31:21.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.159 [2021-04-01T15:31:21.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-01T15:31:21.290Z] 07347f6bd4b6: Preparing [2021-04-01T15:31:21.290Z] c10beb52957d: Preparing [2021-04-01T15:31:21.290Z] 3fe34e72be01: Preparing [2021-04-01T15:31:21.290Z] b245a4db6bed: Preparing [2021-04-01T15:31:21.290Z] a4b9c60bd67d: Preparing [2021-04-01T15:31:21.290Z] b0b9881431d7: Preparing [2021-04-01T15:31:21.290Z] b0b9881431d7: Waiting [2021-04-01T15:31:21.290Z] a4b9c60bd67d: Layer already exists [2021-04-01T15:31:21.290Z] b245a4db6bed: Layer already exists [2021-04-01T15:31:21.290Z] 3fe34e72be01: Layer already exists [2021-04-01T15:31:21.290Z] 07347f6bd4b6: Layer already exists [2021-04-01T15:31:21.290Z] c10beb52957d: Layer already exists [2021-04-01T15:31:21.290Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:21.290Z] 2.0.0-dev.159: digest: sha256:dfe668604c1b8f0e98297ba585a86a87712cbdfe6ed791550ddaee66d5291995 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:21.592Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:21.752Z] Removing intermediate container 8a4affdea847 [2021-04-01T15:31:21.752Z] ---> 073bfea0e618 [2021-04-01T15:31:21.752Z] Step 8/23 : COPY . . [2021-04-01T15:31:21.752Z] Collecting docopt<0.7,>=0.6.1 [2021-04-01T15:31:21.752Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-01T15:31:21.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:21.888Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-01T15:31:21.888Z] 07347f6bd4b6: Preparing [2021-04-01T15:31:21.888Z] c10beb52957d: Preparing [2021-04-01T15:31:21.888Z] 3fe34e72be01: Preparing [2021-04-01T15:31:21.888Z] b245a4db6bed: Preparing [2021-04-01T15:31:21.888Z] a4b9c60bd67d: Preparing [2021-04-01T15:31:21.888Z] b0b9881431d7: Preparing [2021-04-01T15:31:21.888Z] b0b9881431d7: Waiting [2021-04-01T15:31:21.888Z] 3fe34e72be01: Layer already exists [2021-04-01T15:31:21.888Z] a4b9c60bd67d: Layer already exists [2021-04-01T15:31:21.888Z] 07347f6bd4b6: Layer already exists [2021-04-01T15:31:21.888Z] c10beb52957d: Layer already exists [2021-04-01T15:31:21.888Z] b245a4db6bed: Layer already exists [2021-04-01T15:31:21.888Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:21.888Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:dfe668604c1b8f0e98297ba585a86a87712cbdfe6ed791550ddaee66d5291995 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:22.193Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:22.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-01T15:31:22.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-01T15:31:22.491Z] 07347f6bd4b6: Preparing [2021-04-01T15:31:22.491Z] c10beb52957d: Preparing [2021-04-01T15:31:22.491Z] 3fe34e72be01: Preparing [2021-04-01T15:31:22.491Z] b245a4db6bed: Preparing [2021-04-01T15:31:22.491Z] a4b9c60bd67d: Preparing [2021-04-01T15:31:22.491Z] b0b9881431d7: Preparing [2021-04-01T15:31:22.491Z] b0b9881431d7: Waiting [2021-04-01T15:31:22.491Z] a4b9c60bd67d: Layer already exists [2021-04-01T15:31:22.491Z] 07347f6bd4b6: Layer already exists [2021-04-01T15:31:22.491Z] b245a4db6bed: Layer already exists [2021-04-01T15:31:22.491Z] 3fe34e72be01: Layer already exists [2021-04-01T15:31:22.491Z] c10beb52957d: Layer already exists [2021-04-01T15:31:22.491Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:22.491Z] master: digest: sha256:dfe668604c1b8f0e98297ba585a86a87712cbdfe6ed791550ddaee66d5291995 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:22.679Z] ===================================================== [Pipeline] echo [2021-04-01T15:31:22.726Z] taggedImages: [2021-04-01T15:31:22.726Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:22.726Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.159 [2021-04-01T15:31:22.726Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:22.726Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-01T15:31:22.790Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-01T15:31:22.790Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:22.790Z] 2.0.0-dev.159 [2021-04-01T15:31:22.790Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:22.790Z] master [2021-04-01T15:31:22.790Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:23.277Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:23.582Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:23.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-01T15:31:23.582Z] 44456a96229f: Preparing [2021-04-01T15:31:23.582Z] 3a9e4d6faeee: Preparing [2021-04-01T15:31:23.582Z] 6feb3de68a4c: Preparing [2021-04-01T15:31:23.582Z] 99f6b773bf62: Preparing [2021-04-01T15:31:23.582Z] 99e63bd35143: Preparing [2021-04-01T15:31:23.582Z] 2264188066af: Preparing [2021-04-01T15:31:23.582Z] 91c47d79de80: Preparing [2021-04-01T15:31:23.582Z] 4a0330d77b1a: Preparing [2021-04-01T15:31:23.582Z] b0b9881431d7: Preparing [2021-04-01T15:31:23.582Z] 91c47d79de80: Waiting [2021-04-01T15:31:23.582Z] b0b9881431d7: Waiting [2021-04-01T15:31:23.582Z] 4a0330d77b1a: Waiting [2021-04-01T15:31:23.848Z] 3a9e4d6faeee: Pushed [2021-04-01T15:31:23.848Z] 99e63bd35143: Pushed [2021-04-01T15:31:23.848Z] 44456a96229f: Pushed [2021-04-01T15:31:24.113Z] 91c47d79de80: Pushed [2021-04-01T15:31:24.113Z] 2264188066af: Pushed [2021-04-01T15:31:24.113Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:24.113Z] 4a0330d77b1a: Pushed [2021-04-01T15:31:24.384Z] Collecting texttable<0.10,>=0.9.0 [2021-04-01T15:31:24.384Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-01T15:31:24.684Z] 99f6b773bf62: Pushed [2021-04-01T15:31:24.684Z] 6feb3de68a4c: Pushed [2021-04-01T15:31:24.945Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:4c4959f9b08ae3d81985f6e52b3c1206d6a8c3903190cfab6a54b6109d7d4e42 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:25.250Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:25.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.159 [2021-04-01T15:31:25.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-01T15:31:25.549Z] 44456a96229f: Preparing [2021-04-01T15:31:25.549Z] 3a9e4d6faeee: Preparing [2021-04-01T15:31:25.549Z] 6feb3de68a4c: Preparing [2021-04-01T15:31:25.549Z] 99f6b773bf62: Preparing [2021-04-01T15:31:25.549Z] 99e63bd35143: Preparing [2021-04-01T15:31:25.549Z] 2264188066af: Preparing [2021-04-01T15:31:25.549Z] 91c47d79de80: Preparing [2021-04-01T15:31:25.549Z] 4a0330d77b1a: Preparing [2021-04-01T15:31:25.549Z] b0b9881431d7: Preparing [2021-04-01T15:31:25.549Z] 2264188066af: Waiting [2021-04-01T15:31:25.549Z] 91c47d79de80: Waiting [2021-04-01T15:31:25.549Z] 4a0330d77b1a: Waiting [2021-04-01T15:31:25.549Z] b0b9881431d7: Waiting [2021-04-01T15:31:25.549Z] 6feb3de68a4c: Layer already exists [2021-04-01T15:31:25.549Z] 3a9e4d6faeee: Layer already exists [2021-04-01T15:31:25.549Z] 99e63bd35143: Layer already exists [2021-04-01T15:31:25.549Z] 44456a96229f: Layer already exists [2021-04-01T15:31:25.549Z] 99f6b773bf62: Layer already exists [2021-04-01T15:31:25.549Z] 91c47d79de80: Layer already exists [2021-04-01T15:31:25.549Z] 2264188066af: Layer already exists [2021-04-01T15:31:25.549Z] 4a0330d77b1a: Layer already exists [2021-04-01T15:31:25.549Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:25.549Z] 2.0.0-dev.159: digest: sha256:4c4959f9b08ae3d81985f6e52b3c1206d6a8c3903190cfab6a54b6109d7d4e42 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:25.852Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:26.148Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:26.149Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-01T15:31:26.149Z] 44456a96229f: Preparing [2021-04-01T15:31:26.149Z] 3a9e4d6faeee: Preparing [2021-04-01T15:31:26.149Z] 6feb3de68a4c: Preparing [2021-04-01T15:31:26.149Z] 99f6b773bf62: Preparing [2021-04-01T15:31:26.149Z] 99e63bd35143: Preparing [2021-04-01T15:31:26.149Z] 2264188066af: Preparing [2021-04-01T15:31:26.149Z] 91c47d79de80: Preparing [2021-04-01T15:31:26.149Z] 4a0330d77b1a: Preparing [2021-04-01T15:31:26.149Z] b0b9881431d7: Preparing [2021-04-01T15:31:26.149Z] 91c47d79de80: Waiting [2021-04-01T15:31:26.149Z] 4a0330d77b1a: Waiting [2021-04-01T15:31:26.149Z] b0b9881431d7: Waiting [2021-04-01T15:31:26.149Z] 2264188066af: Waiting [2021-04-01T15:31:26.149Z] 99f6b773bf62: Layer already exists [2021-04-01T15:31:26.149Z] 6feb3de68a4c: Layer already exists [2021-04-01T15:31:26.149Z] 3a9e4d6faeee: Layer already exists [2021-04-01T15:31:26.149Z] 99e63bd35143: Layer already exists [2021-04-01T15:31:26.149Z] 44456a96229f: Layer already exists [2021-04-01T15:31:26.149Z] 2264188066af: Layer already exists [2021-04-01T15:31:26.149Z] 91c47d79de80: Layer already exists [2021-04-01T15:31:26.149Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:26.149Z] 4a0330d77b1a: Layer already exists [2021-04-01T15:31:26.149Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:4c4959f9b08ae3d81985f6e52b3c1206d6a8c3903190cfab6a54b6109d7d4e42 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:26.451Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:26.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-01T15:31:26.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-01T15:31:26.747Z] 44456a96229f: Preparing [2021-04-01T15:31:26.747Z] 3a9e4d6faeee: Preparing [2021-04-01T15:31:26.747Z] 6feb3de68a4c: Preparing [2021-04-01T15:31:26.747Z] 99f6b773bf62: Preparing [2021-04-01T15:31:26.747Z] 99e63bd35143: Preparing [2021-04-01T15:31:26.747Z] 2264188066af: Preparing [2021-04-01T15:31:26.747Z] 91c47d79de80: Preparing [2021-04-01T15:31:26.747Z] 4a0330d77b1a: Preparing [2021-04-01T15:31:26.747Z] b0b9881431d7: Preparing [2021-04-01T15:31:26.747Z] 2264188066af: Waiting [2021-04-01T15:31:26.747Z] 91c47d79de80: Waiting [2021-04-01T15:31:26.747Z] 4a0330d77b1a: Waiting [2021-04-01T15:31:26.747Z] b0b9881431d7: Waiting [2021-04-01T15:31:26.747Z] 99e63bd35143: Layer already exists [2021-04-01T15:31:26.747Z] 3a9e4d6faeee: Layer already exists [2021-04-01T15:31:26.747Z] 44456a96229f: Layer already exists [2021-04-01T15:31:26.747Z] 6feb3de68a4c: Layer already exists [2021-04-01T15:31:26.747Z] 99f6b773bf62: Layer already exists [2021-04-01T15:31:26.747Z] 4a0330d77b1a: Layer already exists [2021-04-01T15:31:26.747Z] 2264188066af: Layer already exists [2021-04-01T15:31:26.747Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:26.747Z] 91c47d79de80: Layer already exists [2021-04-01T15:31:26.747Z] master: digest: sha256:4c4959f9b08ae3d81985f6e52b3c1206d6a8c3903190cfab6a54b6109d7d4e42 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:27.020Z] ===================================================== [Pipeline] echo [2021-04-01T15:31:27.066Z] taggedImages: [2021-04-01T15:31:27.067Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:27.067Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.159 [2021-04-01T15:31:27.067Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:27.067Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-01T15:31:27.128Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-01T15:31:27.128Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:27.128Z] 2.0.0-dev.159 [2021-04-01T15:31:27.128Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:27.128Z] master [2021-04-01T15:31:27.128Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:27.636Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:27.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:27.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-01T15:31:27.931Z] eaa5c70e6b2f: Preparing [2021-04-01T15:31:27.931Z] 6b4beba2b8c6: Preparing [2021-04-01T15:31:27.931Z] 3576fb862771: Preparing [2021-04-01T15:31:27.931Z] 457610c10988: Preparing [2021-04-01T15:31:27.931Z] b0b9881431d7: Preparing [2021-04-01T15:31:27.931Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:27.931Z] 3576fb862771: Layer already exists [2021-04-01T15:31:27.931Z] eaa5c70e6b2f: Pushed [2021-04-01T15:31:27.976Z] Collecting docker-pycreds>=0.4.0 [2021-04-01T15:31:27.977Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-01T15:31:28.508Z] 457610c10988: Pushed [2021-04-01T15:31:29.080Z] 6b4beba2b8c6: Pushed [2021-04-01T15:31:29.342Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:5ddc4e7b4f16b6d7ca14f69d0dc0e6a860a94b605ab235d289c1edfcb3bb346a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:29.646Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:29.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.159 [2021-04-01T15:31:29.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-01T15:31:29.955Z] eaa5c70e6b2f: Preparing [2021-04-01T15:31:29.955Z] 6b4beba2b8c6: Preparing [2021-04-01T15:31:29.955Z] 3576fb862771: Preparing [2021-04-01T15:31:29.955Z] 457610c10988: Preparing [2021-04-01T15:31:29.955Z] b0b9881431d7: Preparing [2021-04-01T15:31:29.955Z] eaa5c70e6b2f: Layer already exists [2021-04-01T15:31:29.955Z] 3576fb862771: Layer already exists [2021-04-01T15:31:29.955Z] 6b4beba2b8c6: Layer already exists [2021-04-01T15:31:29.955Z] 457610c10988: Layer already exists [2021-04-01T15:31:29.955Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:29.955Z] 2.0.0-dev.159: digest: sha256:5ddc4e7b4f16b6d7ca14f69d0dc0e6a860a94b605ab235d289c1edfcb3bb346a size: 1364 [2021-04-01T15:31:29.967Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-01T15:31:29.967Z] ---> 0485d5199a33 [2021-04-01T15:31:29.967Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-01T15:31:29.967Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-01T15:31:29.967Z] ---> 6e6c470011cc [2021-04-01T15:31:29.967Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:30.239Z] Collecting idna<2.8,>=2.5 [2021-04-01T15:31:30.239Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-01T15:31:30.260Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:30.516Z] ---> Running in 400b620f5066 [2021-04-01T15:31:30.516Z] 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-01T15:31:30.516Z] 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-01T15:31:30.516Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-01T15:31:30.516Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-01T15:31:30.516Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-01T15:31:30.516Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-01T15:31:30.557Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:30.557Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-01T15:31:30.557Z] eaa5c70e6b2f: Preparing [2021-04-01T15:31:30.557Z] 6b4beba2b8c6: Preparing [2021-04-01T15:31:30.557Z] 3576fb862771: Preparing [2021-04-01T15:31:30.557Z] 457610c10988: Preparing [2021-04-01T15:31:30.557Z] b0b9881431d7: Preparing [2021-04-01T15:31:30.557Z] 3576fb862771: Layer already exists [2021-04-01T15:31:30.557Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:30.557Z] 6b4beba2b8c6: Layer already exists [2021-04-01T15:31:30.557Z] 457610c10988: Layer already exists [2021-04-01T15:31:30.557Z] eaa5c70e6b2f: Layer already exists [2021-04-01T15:31:30.557Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:5ddc4e7b4f16b6d7ca14f69d0dc0e6a860a94b605ab235d289c1edfcb3bb346a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:30.800Z] ---> Running in 672a37506393 [2021-04-01T15:31:30.867Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:31.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-01T15:31:31.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-01T15:31:31.165Z] eaa5c70e6b2f: Preparing [2021-04-01T15:31:31.165Z] 6b4beba2b8c6: Preparing [2021-04-01T15:31:31.165Z] 3576fb862771: Preparing [2021-04-01T15:31:31.165Z] 457610c10988: Preparing [2021-04-01T15:31:31.165Z] b0b9881431d7: Preparing [2021-04-01T15:31:31.165Z] 457610c10988: Layer already exists [2021-04-01T15:31:31.165Z] 6b4beba2b8c6: Layer already exists [2021-04-01T15:31:31.165Z] 3576fb862771: Layer already exists [2021-04-01T15:31:31.165Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:31.165Z] eaa5c70e6b2f: Layer already exists [2021-04-01T15:31:31.165Z] master: digest: sha256:5ddc4e7b4f16b6d7ca14f69d0dc0e6a860a94b605ab235d289c1edfcb3bb346a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:31.395Z] ===================================================== [Pipeline] echo [2021-04-01T15:31:31.442Z] taggedImages: [2021-04-01T15:31:31.442Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:31.442Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.159 [2021-04-01T15:31:31.442Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:31.442Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-01T15:31:31.506Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-01T15:31:31.506Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:31.506Z] 2.0.0-dev.159 [2021-04-01T15:31:31.506Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:31.506Z] master [2021-04-01T15:31:31.506Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:31.789Z] Installing collected packages: dockerpty, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, cached-property, jsonschema, docopt, texttable, docker-compose [2021-04-01T15:31:31.789Z] Running setup.py install for dockerpty: started [2021-04-01T15:31:32.026Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:32.321Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:32.322Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-01T15:31:32.322Z] bb9a8c8ff407: Preparing [2021-04-01T15:31:32.322Z] 4930b4290f75: Preparing [2021-04-01T15:31:32.322Z] 3576fb862771: Preparing [2021-04-01T15:31:32.322Z] 795ccadd8354: Preparing [2021-04-01T15:31:32.322Z] b0b9881431d7: Preparing [2021-04-01T15:31:32.322Z] 3576fb862771: Layer already exists [2021-04-01T15:31:32.322Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:32.322Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:32.592Z] bb9a8c8ff407: Pushed [2021-04-01T15:31:33.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-01T15:31:33.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-01T15:31:33.544Z] 4930b4290f75: Pushed [2021-04-01T15:31:33.806Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:50fbc19a311a12f14601a0f74211588741bac12ab9fbd3cd5f7726c909d7d1ac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:34.113Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:34.231Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-01T15:31:34.520Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.159 [2021-04-01T15:31:34.520Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-01T15:31:34.520Z] bb9a8c8ff407: Preparing [2021-04-01T15:31:34.520Z] 4930b4290f75: Preparing [2021-04-01T15:31:34.520Z] 3576fb862771: Preparing [2021-04-01T15:31:34.520Z] 795ccadd8354: Preparing [2021-04-01T15:31:34.520Z] b0b9881431d7: Preparing [2021-04-01T15:31:34.520Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:34.520Z] 3576fb862771: Layer already exists [2021-04-01T15:31:34.520Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:34.520Z] 4930b4290f75: Layer already exists [2021-04-01T15:31:34.520Z] bb9a8c8ff407: Layer already exists [2021-04-01T15:31:34.520Z] 2.0.0-dev.159: digest: sha256:50fbc19a311a12f14601a0f74211588741bac12ab9fbd3cd5f7726c909d7d1ac size: 1363 [2021-04-01T15:31:34.522Z] Running setup.py install for PyYAML: started [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:34.869Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:35.157Z] ---> 2d9550604dfc [2021-04-01T15:31:35.157Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-01T15:31:35.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:35.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-01T15:31:35.170Z] bb9a8c8ff407: Preparing [2021-04-01T15:31:35.170Z] 4930b4290f75: Preparing [2021-04-01T15:31:35.170Z] 3576fb862771: Preparing [2021-04-01T15:31:35.170Z] 795ccadd8354: Preparing [2021-04-01T15:31:35.170Z] b0b9881431d7: Preparing [2021-04-01T15:31:35.170Z] 4930b4290f75: Layer already exists [2021-04-01T15:31:35.170Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:35.170Z] bb9a8c8ff407: Layer already exists [2021-04-01T15:31:35.170Z] 3576fb862771: Layer already exists [2021-04-01T15:31:35.170Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:35.170Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:50fbc19a311a12f14601a0f74211588741bac12ab9fbd3cd5f7726c909d7d1ac size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:35.465Z] ---> Running in 20ed71c61ec4 [2021-04-01T15:31:35.472Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:35.768Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-01T15:31:35.768Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-01T15:31:35.768Z] bb9a8c8ff407: Preparing [2021-04-01T15:31:35.768Z] 4930b4290f75: Preparing [2021-04-01T15:31:35.768Z] 3576fb862771: Preparing [2021-04-01T15:31:35.768Z] 795ccadd8354: Preparing [2021-04-01T15:31:35.768Z] b0b9881431d7: Preparing [2021-04-01T15:31:35.768Z] 4930b4290f75: Layer already exists [2021-04-01T15:31:35.768Z] 3576fb862771: Layer already exists [2021-04-01T15:31:35.768Z] bb9a8c8ff407: Layer already exists [2021-04-01T15:31:35.768Z] b0b9881431d7: Layer already exists [2021-04-01T15:31:35.768Z] 795ccadd8354: Layer already exists [2021-04-01T15:31:35.768Z] master: digest: sha256:50fbc19a311a12f14601a0f74211588741bac12ab9fbd3cd5f7726c909d7d1ac size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:35.950Z] ===================================================== [Pipeline] echo [2021-04-01T15:31:35.993Z] taggedImages: [2021-04-01T15:31:35.993Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:35.993Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.159 [2021-04-01T15:31:35.993Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:35.993Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-01T15:31:36.055Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-01T15:31:36.055Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:36.055Z] 2.0.0-dev.159 [2021-04-01T15:31:36.055Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:36.055Z] master [2021-04-01T15:31:36.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:36.544Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:36.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:36.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-01T15:31:36.850Z] 22131c52ec5f: Preparing [2021-04-01T15:31:36.850Z] 0b5c692c63ab: Preparing [2021-04-01T15:31:36.850Z] e5e5aa833ad7: Preparing [2021-04-01T15:31:36.850Z] 57e476cdc9d1: Preparing [2021-04-01T15:31:36.850Z] 5bd96f1222a4: Preparing [2021-04-01T15:31:36.850Z] 76f99887d902: Preparing [2021-04-01T15:31:36.850Z] 1236c9247fff: Preparing [2021-04-01T15:31:36.850Z] 0754057c0ad3: Preparing [2021-04-01T15:31:36.850Z] 998cdf262ab1: Preparing [2021-04-01T15:31:36.850Z] 02e56110abd2: Preparing [2021-04-01T15:31:36.850Z] abc36efb885a: Preparing [2021-04-01T15:31:36.850Z] b0b09059f4e1: Preparing [2021-04-01T15:31:36.850Z] bb961f40224b: Preparing [2021-04-01T15:31:36.850Z] f4666769fca7: Preparing [2021-04-01T15:31:36.850Z] 76f99887d902: Waiting [2021-04-01T15:31:36.850Z] 1236c9247fff: Waiting [2021-04-01T15:31:36.850Z] 0754057c0ad3: Waiting [2021-04-01T15:31:36.850Z] 998cdf262ab1: Waiting [2021-04-01T15:31:36.850Z] 02e56110abd2: Waiting [2021-04-01T15:31:36.850Z] abc36efb885a: Waiting [2021-04-01T15:31:36.850Z] b0b09059f4e1: Waiting [2021-04-01T15:31:36.850Z] bb961f40224b: Waiting [2021-04-01T15:31:36.850Z] f4666769fca7: Waiting [2021-04-01T15:31:37.114Z] 5bd96f1222a4: Pushed [2021-04-01T15:31:37.114Z] 22131c52ec5f: Pushed [2021-04-01T15:31:37.376Z] 57e476cdc9d1: Pushed [2021-04-01T15:31:37.376Z] 0754057c0ad3: Layer already exists [2021-04-01T15:31:37.376Z] 998cdf262ab1: Layer already exists [2021-04-01T15:31:37.462Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-01T15:31:37.462Z] Attempting uninstall: urllib3 [2021-04-01T15:31:37.462Z] Found existing installation: urllib3 1.25.9 [2021-04-01T15:31:37.462Z] Uninstalling urllib3-1.25.9: [2021-04-01T15:31:37.462Z] Successfully uninstalled urllib3-1.25.9 [2021-04-01T15:31:37.640Z] 1236c9247fff: Pushed [2021-04-01T15:31:37.640Z] 02e56110abd2: Layer already exists [2021-04-01T15:31:37.640Z] abc36efb885a: Layer already exists [2021-04-01T15:31:37.640Z] 0b5c692c63ab: Pushed [2021-04-01T15:31:37.640Z] b0b09059f4e1: Layer already exists [2021-04-01T15:31:37.640Z] bb961f40224b: Layer already exists [2021-04-01T15:31:37.640Z] f4666769fca7: Layer already exists [2021-04-01T15:31:38.065Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-01T15:31:38.215Z] 76f99887d902: Pushed [2021-04-01T15:31:38.343Z] Attempting uninstall: idna [2021-04-01T15:31:38.343Z] Found existing installation: idna 2.9 [2021-04-01T15:31:38.343Z] Uninstalling idna-2.9: [2021-04-01T15:31:38.343Z] ---> 5d6756f93afc [2021-04-01T15:31:38.343Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-01T15:31:38.343Z] Successfully uninstalled idna-2.9 [2021-04-01T15:31:38.625Z] ---> Running in 1f71b989c3e4 [2021-04-01T15:31:39.615Z] Attempting uninstall: requests [2021-04-01T15:31:39.615Z] Found existing installation: requests 2.23.0 [2021-04-01T15:31:39.615Z] Uninstalling requests-2.23.0: [2021-04-01T15:31:39.615Z] Successfully uninstalled requests-2.23.0 [2021-04-01T15:31:40.219Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.159" -o cmd/core-data/core-data ./cmd/core-data [2021-04-01T15:31:42.212Z] Running setup.py install for docopt: started [2021-04-01T15:31:44.861Z] Running setup.py install for docopt: finished with status 'done' [2021-04-01T15:31:45.139Z] Running setup.py install for texttable: started [2021-04-01T15:31:46.373Z] e5e5aa833ad7: Pushed [2021-04-01T15:31:46.373Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:c868d45ec3b1103f6e08ebc8e41d0463904e4023a5af3d570074ca92f694d0fb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:46.690Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:46.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.159 [2021-04-01T15:31:46.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-01T15:31:46.988Z] 22131c52ec5f: Preparing [2021-04-01T15:31:46.988Z] 0b5c692c63ab: Preparing [2021-04-01T15:31:46.988Z] e5e5aa833ad7: Preparing [2021-04-01T15:31:46.988Z] 57e476cdc9d1: Preparing [2021-04-01T15:31:46.988Z] 5bd96f1222a4: Preparing [2021-04-01T15:31:46.988Z] 76f99887d902: Preparing [2021-04-01T15:31:46.988Z] 1236c9247fff: Preparing [2021-04-01T15:31:46.988Z] 0754057c0ad3: Preparing [2021-04-01T15:31:46.988Z] 998cdf262ab1: Preparing [2021-04-01T15:31:46.988Z] 02e56110abd2: Preparing [2021-04-01T15:31:46.988Z] abc36efb885a: Preparing [2021-04-01T15:31:46.988Z] b0b09059f4e1: Preparing [2021-04-01T15:31:46.988Z] bb961f40224b: Preparing [2021-04-01T15:31:46.988Z] f4666769fca7: Preparing [2021-04-01T15:31:46.988Z] 998cdf262ab1: Waiting [2021-04-01T15:31:46.988Z] 02e56110abd2: Waiting [2021-04-01T15:31:46.988Z] b0b09059f4e1: Waiting [2021-04-01T15:31:46.988Z] abc36efb885a: Waiting [2021-04-01T15:31:46.988Z] bb961f40224b: Waiting [2021-04-01T15:31:46.988Z] f4666769fca7: Waiting [2021-04-01T15:31:46.988Z] 1236c9247fff: Waiting [2021-04-01T15:31:46.988Z] 0754057c0ad3: Waiting [2021-04-01T15:31:46.988Z] e5e5aa833ad7: Layer already exists [2021-04-01T15:31:46.988Z] 57e476cdc9d1: Layer already exists [2021-04-01T15:31:46.988Z] 22131c52ec5f: Layer already exists [2021-04-01T15:31:46.988Z] 5bd96f1222a4: Layer already exists [2021-04-01T15:31:46.988Z] 0b5c692c63ab: Layer already exists [2021-04-01T15:31:46.988Z] 76f99887d902: Layer already exists [2021-04-01T15:31:46.988Z] 0754057c0ad3: Layer already exists [2021-04-01T15:31:46.988Z] 02e56110abd2: Layer already exists [2021-04-01T15:31:46.988Z] 1236c9247fff: Layer already exists [2021-04-01T15:31:46.988Z] 998cdf262ab1: Layer already exists [2021-04-01T15:31:46.988Z] abc36efb885a: Layer already exists [2021-04-01T15:31:46.988Z] b0b09059f4e1: Layer already exists [2021-04-01T15:31:46.988Z] f4666769fca7: Layer already exists [2021-04-01T15:31:46.988Z] bb961f40224b: Layer already exists [2021-04-01T15:31:47.250Z] 2.0.0-dev.159: digest: sha256:c868d45ec3b1103f6e08ebc8e41d0463904e4023a5af3d570074ca92f694d0fb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:47.556Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:47.782Z] Running setup.py install for texttable: finished with status 'done' [2021-04-01T15:31:47.855Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:47.855Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-01T15:31:47.855Z] 22131c52ec5f: Preparing [2021-04-01T15:31:47.855Z] 0b5c692c63ab: Preparing [2021-04-01T15:31:47.855Z] e5e5aa833ad7: Preparing [2021-04-01T15:31:47.855Z] 57e476cdc9d1: Preparing [2021-04-01T15:31:47.855Z] 5bd96f1222a4: Preparing [2021-04-01T15:31:47.855Z] 76f99887d902: Preparing [2021-04-01T15:31:47.855Z] 1236c9247fff: Preparing [2021-04-01T15:31:47.855Z] 0754057c0ad3: Preparing [2021-04-01T15:31:47.855Z] 998cdf262ab1: Preparing [2021-04-01T15:31:47.855Z] 02e56110abd2: Preparing [2021-04-01T15:31:47.855Z] abc36efb885a: Preparing [2021-04-01T15:31:47.855Z] b0b09059f4e1: Preparing [2021-04-01T15:31:47.855Z] bb961f40224b: Preparing [2021-04-01T15:31:47.855Z] f4666769fca7: Preparing [2021-04-01T15:31:47.855Z] 76f99887d902: Waiting [2021-04-01T15:31:47.855Z] 1236c9247fff: Waiting [2021-04-01T15:31:47.855Z] 0754057c0ad3: Waiting [2021-04-01T15:31:47.855Z] 998cdf262ab1: Waiting [2021-04-01T15:31:47.855Z] 02e56110abd2: Waiting [2021-04-01T15:31:47.855Z] abc36efb885a: Waiting [2021-04-01T15:31:47.855Z] b0b09059f4e1: Waiting [2021-04-01T15:31:47.855Z] bb961f40224b: Waiting [2021-04-01T15:31:47.855Z] f4666769fca7: Waiting [2021-04-01T15:31:47.855Z] 22131c52ec5f: Layer already exists [2021-04-01T15:31:47.855Z] 57e476cdc9d1: Layer already exists [2021-04-01T15:31:47.855Z] 0b5c692c63ab: Layer already exists [2021-04-01T15:31:47.855Z] e5e5aa833ad7: Layer already exists [2021-04-01T15:31:47.855Z] 5bd96f1222a4: Layer already exists [2021-04-01T15:31:47.855Z] 1236c9247fff: Layer already exists [2021-04-01T15:31:47.855Z] 76f99887d902: Layer already exists [2021-04-01T15:31:47.855Z] 0754057c0ad3: Layer already exists [2021-04-01T15:31:47.855Z] 02e56110abd2: Layer already exists [2021-04-01T15:31:47.855Z] 998cdf262ab1: Layer already exists [2021-04-01T15:31:47.855Z] b0b09059f4e1: Layer already exists [2021-04-01T15:31:47.855Z] abc36efb885a: Layer already exists [2021-04-01T15:31:47.855Z] bb961f40224b: Layer already exists [2021-04-01T15:31:47.855Z] f4666769fca7: Layer already exists [2021-04-01T15:31:47.856Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:c868d45ec3b1103f6e08ebc8e41d0463904e4023a5af3d570074ca92f694d0fb size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:48.172Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:31:48.473Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-01T15:31:48.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-01T15:31:48.473Z] 22131c52ec5f: Preparing [2021-04-01T15:31:48.473Z] 0b5c692c63ab: Preparing [2021-04-01T15:31:48.473Z] e5e5aa833ad7: Preparing [2021-04-01T15:31:48.473Z] 57e476cdc9d1: Preparing [2021-04-01T15:31:48.473Z] 5bd96f1222a4: Preparing [2021-04-01T15:31:48.473Z] 76f99887d902: Preparing [2021-04-01T15:31:48.473Z] 1236c9247fff: Preparing [2021-04-01T15:31:48.473Z] 0754057c0ad3: Preparing [2021-04-01T15:31:48.473Z] 998cdf262ab1: Preparing [2021-04-01T15:31:48.473Z] 02e56110abd2: Preparing [2021-04-01T15:31:48.473Z] abc36efb885a: Preparing [2021-04-01T15:31:48.473Z] b0b09059f4e1: Preparing [2021-04-01T15:31:48.473Z] bb961f40224b: Preparing [2021-04-01T15:31:48.473Z] f4666769fca7: Preparing [2021-04-01T15:31:48.473Z] 76f99887d902: Waiting [2021-04-01T15:31:48.473Z] 02e56110abd2: Waiting [2021-04-01T15:31:48.473Z] abc36efb885a: Waiting [2021-04-01T15:31:48.473Z] b0b09059f4e1: Waiting [2021-04-01T15:31:48.473Z] bb961f40224b: Waiting [2021-04-01T15:31:48.473Z] f4666769fca7: Waiting [2021-04-01T15:31:48.473Z] 1236c9247fff: Waiting [2021-04-01T15:31:48.473Z] 0754057c0ad3: Waiting [2021-04-01T15:31:48.473Z] 998cdf262ab1: Waiting [2021-04-01T15:31:48.473Z] e5e5aa833ad7: Layer already exists [2021-04-01T15:31:48.473Z] 57e476cdc9d1: Layer already exists [2021-04-01T15:31:48.473Z] 5bd96f1222a4: Layer already exists [2021-04-01T15:31:48.473Z] 22131c52ec5f: Layer already exists [2021-04-01T15:31:48.473Z] 0b5c692c63ab: Layer already exists [2021-04-01T15:31:48.473Z] 1236c9247fff: Layer already exists [2021-04-01T15:31:48.473Z] 76f99887d902: Layer already exists [2021-04-01T15:31:48.473Z] 02e56110abd2: Layer already exists [2021-04-01T15:31:48.473Z] 0754057c0ad3: Layer already exists [2021-04-01T15:31:48.473Z] 998cdf262ab1: Layer already exists [2021-04-01T15:31:48.473Z] abc36efb885a: Layer already exists [2021-04-01T15:31:48.473Z] b0b09059f4e1: Layer already exists [2021-04-01T15:31:48.473Z] bb961f40224b: Layer already exists [2021-04-01T15:31:48.473Z] f4666769fca7: Layer already exists [2021-04-01T15:31:48.735Z] master: digest: sha256:c868d45ec3b1103f6e08ebc8e41d0463904e4023a5af3d570074ca92f694d0fb size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:31:49.020Z] ===================================================== [Pipeline] echo [2021-04-01T15:31:49.086Z] taggedImages: [2021-04-01T15:31:49.086Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:31:49.086Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.159 [2021-04-01T15:31:49.086Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:31:49.086Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [2021-04-01T15:31:49.235Z] 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 [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-01T15:31:54.681Z] Removing intermediate container 383625252b12 [2021-04-01T15:31:54.681Z] ---> e38a345ff8c3 [2021-04-01T15:31:54.681Z] Step 21/26 : RUN apk --no-cache add curl [2021-04-01T15:31:54.959Z] ---> Running in 16b3f70a1f75 [2021-04-01T15:31:56.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:31:56.961Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:31:57.565Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T15:31:57.565Z] (2/3) Installing libcurl (7.69.1-r3) [2021-04-01T15:31:57.565Z] (3/3) Installing curl (7.69.1-r3) [2021-04-01T15:31:57.565Z] Executing busybox-1.31.1-r19.trigger [2021-04-01T15:31:57.565Z] OK: 72 MiB in 58 packages [2021-04-01T15:31:59.595Z] Removing intermediate container 16b3f70a1f75 [2021-04-01T15:31:59.595Z] ---> 50b57aaadb7c [2021-04-01T15:31:59.595Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-01T15:31:59.595Z] ---> Running in ecb0fcb3572e [2021-04-01T15:32:00.202Z] Removing intermediate container ecb0fcb3572e [2021-04-01T15:32:00.202Z] ---> c4e69af63d92 [2021-04-01T15:32:00.202Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:32:00.480Z] ---> Running in af4012541add [2021-04-01T15:32:01.086Z] Removing intermediate container af4012541add [2021-04-01T15:32:01.086Z] ---> e6491178de3d [2021-04-01T15:32:01.086Z] Step 24/26 : LABEL arch=arm64 [2021-04-01T15:32:01.367Z] ---> Running in f7ab3baedd84 [2021-04-01T15:32:01.989Z] Removing intermediate container f7ab3baedd84 [2021-04-01T15:32:01.989Z] ---> eb3c9b86a375 [2021-04-01T15:32:01.989Z] Step 25/26 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:32:02.275Z] ---> Running in 17af2b445c7a [2021-04-01T15:32:02.893Z] Removing intermediate container 17af2b445c7a [2021-04-01T15:32:02.893Z] ---> 2ddd58f8507e [2021-04-01T15:32:02.893Z] Step 26/26 : LABEL version=2.0.0-dev.159 [2021-04-01T15:32:03.172Z] ---> Running in a244a688a375 [2021-04-01T15:32:03.789Z] Removing intermediate container a244a688a375 [2021-04-01T15:32:03.789Z] ---> 952c207ac28b [2021-04-01T15:32:03.789Z] [2021-04-01T15:32:04.397Z] Successfully built 952c207ac28b [2021-04-01T15:32:04.397Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-01T15:33:01.017Z]  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.159" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-01T15:33:09.385Z] Removing intermediate container 400b620f5066 [2021-04-01T15:33:09.385Z] ---> 7f2c2521eb5f [2021-04-01T15:33:09.385Z] [2021-04-01T15:33:09.385Z] Step 10/24 : FROM alpine:3.12 [2021-04-01T15:33:09.385Z] ---> d75e27dfc0a0 [2021-04-01T15:33:09.385Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-01T15:33:09.665Z] ---> Running in 35f4dea6881a [2021-04-01T15:33:11.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:33:11.669Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:33:12.290Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-01T15:33:12.290Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-01T15:33:12.290Z] (3/6) Installing libcurl (7.69.1-r3) [2021-04-01T15:33:12.290Z] (4/6) Installing curl (7.69.1-r3) [2021-04-01T15:33:12.290Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-01T15:33:12.290Z] (6/6) Installing su-exec (0.2-r1) [2021-04-01T15:33:12.290Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:33:12.587Z] Executing ca-certificates-20191127-r4.trigger [2021-04-01T15:33:12.587Z] OK: 7 MiB in 20 packages [2021-04-01T15:33:16.030Z] Removing intermediate container 35f4dea6881a [2021-04-01T15:33:16.030Z] ---> 75d784cb6c11 [2021-04-01T15:33:16.030Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-01T15:33:16.308Z] ---> Running in e5ca0f51e45d [2021-04-01T15:33:17.310Z] Removing intermediate container e5ca0f51e45d [2021-04-01T15:33:17.310Z] ---> cbbc3d15fffb [2021-04-01T15:33:17.310Z] Step 13/24 : WORKDIR / [2021-04-01T15:33:17.631Z] ---> Running in 6028edb27d09 [2021-04-01T15:33:18.627Z] Removing intermediate container 672a37506393 [2021-04-01T15:33:18.627Z] ---> 03a3a83a6419 [2021-04-01T15:33:18.627Z] [2021-04-01T15:33:18.627Z] Step 10/22 : FROM alpine:3.12 [2021-04-01T15:33:18.627Z] ---> d75e27dfc0a0 [2021-04-01T15:33:18.627Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-01T15:33:18.627Z] ---> Using cache [2021-04-01T15:33:18.627Z] ---> edc8031376fa [2021-04-01T15:33:18.627Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:33:18.627Z] ---> Using cache [2021-04-01T15:33:18.627Z] ---> e2b8eee08e21 [2021-04-01T15:33:18.627Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-01T15:33:18.627Z] Removing intermediate container 6028edb27d09 [2021-04-01T15:33:18.627Z] ---> 27984cdad408 [2021-04-01T15:33:18.627Z] 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-01T15:33:18.627Z] ---> Running in a219983919bc [2021-04-01T15:33:19.625Z] Removing intermediate container a219983919bc [2021-04-01T15:33:19.625Z] ---> 2eb04a8af664 [2021-04-01T15:33:19.625Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-01T15:33:19.625Z] ---> Running in 7db33bac53cb [2021-04-01T15:33:19.902Z] ---> 34105d1b6700 [2021-04-01T15:33:19.902Z] 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-01T15:33:20.179Z] Removing intermediate container 7db33bac53cb [2021-04-01T15:33:20.179Z] ---> 7e04510d2236 [2021-04-01T15:33:20.462Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:33:21.065Z] ---> 44b967e6e4fb [2021-04-01T15:33:21.065Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-01T15:33:21.339Z] ---> 7b0f955285e4 [2021-04-01T15:33:21.340Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-01T15:33:22.321Z] ---> 7bb56dfcbddd [2021-04-01T15:33:22.321Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-01T15:33:23.309Z] ---> 85d5ded44aca [2021-04-01T15:33:23.309Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-01T15:33:23.589Z] ---> e788f69e661b [2021-04-01T15:33:23.589Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-01T15:33:24.573Z] ---> 59832a67e0af [2021-04-01T15:33:24.573Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-01T15:33:24.573Z] ---> Running in e2f56681edb9 [2021-04-01T15:33:25.558Z] ---> 34ab63fb5ab8 [2021-04-01T15:33:25.558Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-01T15:33:25.558Z] Removing intermediate container e2f56681edb9 [2021-04-01T15:33:25.558Z] ---> 0328be76a3bc [2021-04-01T15:33:25.558Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:33:25.842Z] ---> Running in 674d2d138121 [2021-04-01T15:33:27.032Z] ---> f36dade66840 [2021-04-01T15:33:27.032Z] 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-01T15:33:27.032Z] Removing intermediate container 674d2d138121 [2021-04-01T15:33:27.032Z] ---> af51321481ba [2021-04-01T15:33:27.032Z] Step 20/22 : LABEL arch=arm64 [2021-04-01T15:33:27.032Z] ---> Running in a5f2665c499c [2021-04-01T15:33:27.032Z] ---> Running in 5497acdaab1f [2021-04-01T15:33:28.700Z] Removing intermediate container a5f2665c499c [2021-04-01T15:33:28.700Z] ---> be9e3c01099b [2021-04-01T15:33:28.700Z] Step 21/22 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:33:28.700Z] ---> Running in d9e10cc372c4 [2021-04-01T15:33:29.683Z] Removing intermediate container d9e10cc372c4 [2021-04-01T15:33:29.683Z] ---> 65ce959cf110 [2021-04-01T15:33:29.683Z] Step 22/22 : LABEL version=2.0.0-dev.159 [2021-04-01T15:33:30.281Z] ---> Running in 18370b00f72f [2021-04-01T15:33:31.264Z] Removing intermediate container 18370b00f72f [2021-04-01T15:33:31.265Z] ---> 9409f38e5224 [2021-04-01T15:33:31.265Z] [2021-04-01T15:33:31.265Z] Removing intermediate container 20ed71c61ec4 [2021-04-01T15:33:31.265Z] ---> 653d966039f4 [2021-04-01T15:33:31.265Z] [2021-04-01T15:33:31.265Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T15:33:31.265Z] ---> d75e27dfc0a0 [2021-04-01T15:33:31.265Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-01T15:33:31.265Z] ---> Using cache [2021-04-01T15:33:31.265Z] ---> edc8031376fa [2021-04-01T15:33:31.265Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-01T15:33:31.265Z] ---> Using cache [2021-04-01T15:33:31.265Z] ---> e2b8eee08e21 [2021-04-01T15:33:31.265Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-01T15:33:31.265Z] Removing intermediate container 5497acdaab1f [2021-04-01T15:33:31.265Z] ---> 8598a6ba01cc [2021-04-01T15:33:31.265Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-01T15:33:31.538Z] Successfully built 9409f38e5224 [2021-04-01T15:33:31.538Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-01T15:33:31.538Z]  Building docker-support-scheduler-go ... done  ---> Running in 71e594b62e5b [2021-04-01T15:33:31.538Z] ---> Running in b80644d9e8c1 [2021-04-01T15:33:32.132Z] Removing intermediate container b80644d9e8c1 [2021-04-01T15:33:32.132Z] ---> dd8fe835303b [2021-04-01T15:33:32.132Z] Step 22/24 : LABEL arch=arm64 [2021-04-01T15:33:32.132Z] Removing intermediate container 71e594b62e5b [2021-04-01T15:33:32.132Z] ---> 9ff0e879f9d4 [2021-04-01T15:33:32.132Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-01T15:33:32.406Z] ---> Running in cd9623937103 [2021-04-01T15:33:32.406Z] ---> Running in 863fcef15239 [2021-04-01T15:33:33.000Z] Removing intermediate container cd9623937103 [2021-04-01T15:33:33.000Z] ---> 55d4ab0e9dfc [2021-04-01T15:33:33.000Z] Step 23/24 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689Removing intermediate container 863fcef15239 [2021-04-01T15:33:33.000Z] ---> ed68fc3f4f5c [2021-04-01T15:33:33.000Z] Step 15/23 : WORKDIR / [2021-04-01T15:33:33.000Z] [2021-04-01T15:33:33.273Z] ---> Running in a3ca95ebbd0b [2021-04-01T15:33:33.273Z] ---> Running in 8d0cf7cbd4ba [2021-04-01T15:33:34.249Z] Removing intermediate container 8d0cf7cbd4ba [2021-04-01T15:33:34.249Z] ---> 97e64dbeb231 [2021-04-01T15:33:34.249Z] Step 24/24 : LABEL version=2.0.0-dev.159 [2021-04-01T15:33:34.249Z] Removing intermediate container a3ca95ebbd0b [2021-04-01T15:33:34.249Z] ---> eeb1c9c5966c [2021-04-01T15:33:34.249Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:33:34.249Z] ---> Running in 6cd403a03147 [2021-04-01T15:33:35.232Z] Removing intermediate container 6cd403a03147 [2021-04-01T15:33:35.232Z] ---> 9ce099b0d452 [2021-04-01T15:33:35.232Z] [2021-04-01T15:33:35.232Z] ---> 174c392ee2e8 [2021-04-01T15:33:35.232Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-01T15:33:35.503Z] Successfully built 9ce099b0d452 [2021-04-01T15:33:35.503Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-01T15:33:35.503Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1f71b989c3e4 [2021-04-01T15:33:35.503Z] ---> d181303ee160 [2021-04-01T15:33:35.503Z] [2021-04-01T15:33:35.503Z] Step 10/23 : FROM alpine:3.12 [2021-04-01T15:33:35.503Z] ---> d75e27dfc0a0 [2021-04-01T15:33:35.503Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-01T15:33:35.777Z] ---> Running in ebb0add85779 [2021-04-01T15:33:36.371Z] Removing intermediate container ebb0add85779 [2021-04-01T15:33:36.371Z] ---> bdd3b1945719 [2021-04-01T15:33:36.371Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-01T15:33:36.371Z] ---> 3fbd2eaddb24 [2021-04-01T15:33:36.371Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-01T15:33:36.653Z] ---> Running in b39d349bc73f [2021-04-01T15:33:36.929Z] Removing intermediate container b39d349bc73f [2021-04-01T15:33:36.929Z] ---> d500a46225f8 [2021-04-01T15:33:36.929Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-01T15:33:37.202Z] ---> Running in 03c39b6f5fc2 [2021-04-01T15:33:37.474Z] ---> 1424c57aaa0d [2021-04-01T15:33:37.474Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-01T15:33:37.474Z] ---> Running in 97f6b149e8e3 [2021-04-01T15:33:37.746Z] Removing intermediate container 03c39b6f5fc2 [2021-04-01T15:33:37.746Z] ---> 1766a642099c [2021-04-01T15:33:37.746Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-01T15:33:37.746Z] ---> Running in 11b354dedcb6 [2021-04-01T15:33:38.021Z] Removing intermediate container 97f6b149e8e3 [2021-04-01T15:33:38.021Z] ---> 5e9825375c1e [2021-04-01T15:33:38.021Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:33:38.297Z] ---> Running in c3996bd0bfb3 [2021-04-01T15:33:38.891Z] Removing intermediate container c3996bd0bfb3 [2021-04-01T15:33:38.891Z] ---> 349ba7e9688f [2021-04-01T15:33:38.891Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T15:33:38.891Z] ---> Running in 7095ae19fd94 [2021-04-01T15:33:39.487Z] Removing intermediate container 7095ae19fd94 [2021-04-01T15:33:39.487Z] ---> e3044bdcc19d [2021-04-01T15:33:39.487Z] Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:33:39.760Z] ---> Running in db88468781ad [2021-04-01T15:33:40.034Z] Removing intermediate container db88468781ad [2021-04-01T15:33:40.310Z] ---> 4020b95b8c6f [2021-04-01T15:33:40.310Z] Step 23/23 : LABEL version=2.0.0-dev.159 [2021-04-01T15:33:40.310Z] Removing intermediate container 11b354dedcb6 [2021-04-01T15:33:40.310Z] ---> d18a137da8b5 [2021-04-01T15:33:40.310Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-01T15:33:40.310Z] ---> Running in b46080b6fc18 [2021-04-01T15:33:40.310Z] ---> Running in 9eec31323674 [2021-04-01T15:33:40.905Z] Removing intermediate container b46080b6fc18 [2021-04-01T15:33:40.905Z] ---> 1f2a66759d6e [2021-04-01T15:33:40.905Z] [2021-04-01T15:33:41.178Z] Successfully built 1f2a66759d6e [2021-04-01T15:33:41.450Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-01T15:33:41.450Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-01T15:33:42.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-01T15:33:43.011Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-01T15:33:43.011Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-01T15:33:43.011Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-01T15:33:43.282Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-01T15:33:43.555Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-01T15:33:43.555Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-01T15:33:43.555Z] Executing busybox-1.31.1-r20.trigger [2021-04-01T15:33:43.555Z] OK: 8 MiB in 20 packages [2021-04-01T15:33:44.983Z] Removing intermediate container 9eec31323674 [2021-04-01T15:33:44.983Z] ---> 2aa0494df500 [2021-04-01T15:33:44.983Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-01T15:33:45.575Z] ---> bba7ce481866 [2021-04-01T15:33:45.575Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-01T15:33:47.083Z] ---> 26a6aed1ab3d [2021-04-01T15:33:47.083Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-01T15:33:47.679Z] ---> 7c8cc9416d5a [2021-04-01T15:33:47.679Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-01T15:33:47.679Z] ---> Running in 7c432e16368f [2021-04-01T15:33:48.278Z] Removing intermediate container 7c432e16368f [2021-04-01T15:33:48.278Z] ---> 617ccd19ad51 [2021-04-01T15:33:48.278Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-01T15:33:48.278Z] ---> Running in a326918eb025 [2021-04-01T15:33:48.878Z] Removing intermediate container a326918eb025 [2021-04-01T15:33:48.878Z] ---> c9016ce9e91f [2021-04-01T15:33:48.878Z] Step 21/23 : LABEL arch=arm64 [2021-04-01T15:33:48.878Z] ---> Running in 3d5a1bf8eddd [2021-04-01T15:33:49.475Z] Removing intermediate container 3d5a1bf8eddd [2021-04-01T15:33:49.475Z] ---> 2974e1926f63 [2021-04-01T15:33:49.475Z] Step 22/23 : LABEL git_sha=65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:33:49.475Z] ---> Running in c80b198118c3 [2021-04-01T15:33:50.074Z] Removing intermediate container c80b198118c3 [2021-04-01T15:33:50.074Z] ---> 38c64a266859 [2021-04-01T15:33:50.074Z] Step 23/23 : LABEL version=2.0.0-dev.159 [2021-04-01T15:33:50.074Z] ---> Running in d9c9903d7d36 [2021-04-01T15:33:50.670Z] Removing intermediate container d9c9903d7d36 [2021-04-01T15:33:50.670Z] ---> d1ef750383c4 [2021-04-01T15:33:50.670Z] [2021-04-01T15:33:50.944Z] Successfully built d1ef750383c4 [2021-04-01T15:33:50.944Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-01T15:33:51.234Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-01T15:33:51.264Z] $ docker stop --time=1 7d0150e207e386382d8212a0f8daf5f923d26c4a28fa786c5b856bd9331e601e [2021-04-01T15:33:53.241Z] $ docker rm -f 7d0150e207e386382d8212a0f8daf5f923d26c4a28fa786c5b856bd9331e601e [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-01T15:33:53.958Z] + docker images [2021-04-01T15:33:53.958Z] + grep docker [2021-04-01T15:33:54.229Z] docker-core-data-go-arm64 latest d1ef750383c4 4 seconds ago 21.4MB [2021-04-01T15:33:54.229Z] docker-core-metadata-go-arm64 latest 1f2a66759d6e 14 seconds ago 17.9MB [2021-04-01T15:33:54.229Z] docker-security-secretstore-setup-go-arm64 latest 9ce099b0d452 20 seconds ago 24.4MB [2021-04-01T15:33:54.229Z] docker-support-scheduler-go-arm64 latest 9409f38e5224 24 seconds ago 16.4MB [2021-04-01T15:33:54.229Z] docker-sys-mgmt-agent-go-arm64 latest 952c207ac28b About a minute ago 301MB [2021-04-01T15:33:54.229Z] docker-security-bootstrapper-go-arm64 latest fabb14a21994 3 minutes ago 17.9MB [2021-04-01T15:33:54.229Z] docker-core-command-go-arm64 latest e5604d01d2b0 3 minutes ago 16.3MB [2021-04-01T15:33:54.229Z] docker-support-notifications-go-arm64 latest eb5c205b6002 3 minutes ago 16.9MB [2021-04-01T15:33:54.229Z] docker-security-proxy-setup-go-arm64 latest a669b0367b3a 3 minutes ago 24.1MB [2021-04-01T15:33:54.229Z] 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-01T15:33:54.758Z] provisioning config files... [2021-04-01T15:33:54.793Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/427@tmp/config1005223277908500157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:33:55.191Z] ---> docker-login.sh [2021-04-01T15:33:55.191Z] nexus3.edgexfoundry.org:10001 [2021-04-01T15:33:55.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:33:55.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:33:55.734Z] Configure a credential helper to remove this warning. See [2021-04-01T15:33:55.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:33:55.734Z] [2021-04-01T15:33:55.734Z] Login Succeeded [2021-04-01T15:33:55.734Z] nexus3.edgexfoundry.org:10002 [2021-04-01T15:33:56.006Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:33:56.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:33:56.277Z] Configure a credential helper to remove this warning. See [2021-04-01T15:33:56.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:33:56.277Z] [2021-04-01T15:33:56.277Z] Login Succeeded [2021-04-01T15:33:56.277Z] nexus3.edgexfoundry.org:10003 [2021-04-01T15:33:56.548Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:33:56.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:33:56.820Z] Configure a credential helper to remove this warning. See [2021-04-01T15:33:56.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:33:56.820Z] [2021-04-01T15:33:56.820Z] Login Succeeded [2021-04-01T15:33:56.820Z] nexus3.edgexfoundry.org:10004 [2021-04-01T15:33:57.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:33:57.413Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:33:57.413Z] Configure a credential helper to remove this warning. See [2021-04-01T15:33:57.413Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:33:57.413Z] [2021-04-01T15:33:57.413Z] Login Succeeded [2021-04-01T15:33:57.413Z] docker.io [2021-04-01T15:33:58.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-01T15:33:58.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-01T15:33:58.277Z] Configure a credential helper to remove this warning. See [2021-04-01T15:33:58.277Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-01T15:33:58.277Z] [2021-04-01T15:33:58.277Z] Login Succeeded [2021-04-01T15:33:58.277Z] ---> docker-login.sh ends [Pipeline] } [2021-04-01T15:33:58.293Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:33:58.496Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-01T15:33:58.496Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:33:58.496Z] 2.0.0-dev.159 [2021-04-01T15:33:58.496Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:33:58.496Z] master [2021-04-01T15:33:58.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:33:59.003Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:33:59.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:33:59.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-01T15:33:59.366Z] b2f223b5d761: Preparing [2021-04-01T15:33:59.366Z] 1628322c25c0: Preparing [2021-04-01T15:33:59.366Z] 759c7baf056a: Preparing [2021-04-01T15:33:59.366Z] f996158a7771: Preparing [2021-04-01T15:33:59.366Z] e08058ee1dfe: Preparing [2021-04-01T15:33:59.636Z] e08058ee1dfe: Layer already exists [2021-04-01T15:33:59.636Z] f996158a7771: Pushed [2021-04-01T15:33:59.636Z] b2f223b5d761: Pushed [2021-04-01T15:33:59.637Z] 759c7baf056a: Pushed [2021-04-01T15:34:02.238Z] 1628322c25c0: Pushed [2021-04-01T15:34:02.508Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:7e30a390ae66b92e3235dbdb68da7597ffd9e00ed5838cfe33cd660c76a116bb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:02.847Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:03.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:03.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-01T15:34:03.179Z] b2f223b5d761: Preparing [2021-04-01T15:34:03.180Z] 1628322c25c0: Preparing [2021-04-01T15:34:03.180Z] 759c7baf056a: Preparing [2021-04-01T15:34:03.180Z] f996158a7771: Preparing [2021-04-01T15:34:03.180Z] e08058ee1dfe: Preparing [2021-04-01T15:34:03.180Z] f996158a7771: Layer already exists [2021-04-01T15:34:03.450Z] b2f223b5d761: Layer already exists [2021-04-01T15:34:03.450Z] 1628322c25c0: Layer already exists [2021-04-01T15:34:03.450Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:03.450Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:03.450Z] 2.0.0-dev.159: digest: sha256:7e30a390ae66b92e3235dbdb68da7597ffd9e00ed5838cfe33cd660c76a116bb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:03.791Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:04.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:04.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-01T15:34:04.130Z] b2f223b5d761: Preparing [2021-04-01T15:34:04.130Z] 1628322c25c0: Preparing [2021-04-01T15:34:04.130Z] 759c7baf056a: Preparing [2021-04-01T15:34:04.130Z] f996158a7771: Preparing [2021-04-01T15:34:04.130Z] e08058ee1dfe: Preparing [2021-04-01T15:34:04.130Z] f996158a7771: Layer already exists [2021-04-01T15:34:04.130Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:04.130Z] 1628322c25c0: Layer already exists [2021-04-01T15:34:04.130Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:04.130Z] b2f223b5d761: Layer already exists [2021-04-01T15:34:04.400Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:7e30a390ae66b92e3235dbdb68da7597ffd9e00ed5838cfe33cd660c76a116bb size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:04.742Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:05.078Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-01T15:34:05.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-01T15:34:05.078Z] b2f223b5d761: Preparing [2021-04-01T15:34:05.078Z] 1628322c25c0: Preparing [2021-04-01T15:34:05.078Z] 759c7baf056a: Preparing [2021-04-01T15:34:05.078Z] f996158a7771: Preparing [2021-04-01T15:34:05.078Z] e08058ee1dfe: Preparing [2021-04-01T15:34:05.078Z] f996158a7771: Layer already exists [2021-04-01T15:34:05.078Z] 1628322c25c0: Layer already exists [2021-04-01T15:34:05.078Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:05.078Z] b2f223b5d761: Layer already exists [2021-04-01T15:34:05.078Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:05.350Z] master: digest: sha256:7e30a390ae66b92e3235dbdb68da7597ffd9e00ed5838cfe33cd660c76a116bb size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:34:05.554Z] ===================================================== [Pipeline] echo [2021-04-01T15:34:05.599Z] taggedImages: [2021-04-01T15:34:05.599Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:05.599Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:05.599Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:05.599Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-01T15:34:05.687Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-01T15:34:05.687Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:05.687Z] 2.0.0-dev.159 [2021-04-01T15:34:05.687Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:05.687Z] master [2021-04-01T15:34:05.687Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:06.212Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:06.596Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:06.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-01T15:34:06.596Z] da0823db2c96: Preparing [2021-04-01T15:34:06.596Z] 5bd253ad5def: Preparing [2021-04-01T15:34:06.596Z] 759c7baf056a: Preparing [2021-04-01T15:34:06.596Z] efe99d95f998: Preparing [2021-04-01T15:34:06.596Z] 396dc7649ea6: Preparing [2021-04-01T15:34:06.596Z] e08058ee1dfe: Preparing [2021-04-01T15:34:06.596Z] e08058ee1dfe: Waiting [2021-04-01T15:34:06.898Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:06.898Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:06.898Z] da0823db2c96: Pushed [2021-04-01T15:34:07.182Z] 396dc7649ea6: Pushed [2021-04-01T15:34:07.810Z] efe99d95f998: Pushed [2021-04-01T15:34:10.419Z] 5bd253ad5def: Pushed [2021-04-01T15:34:10.419Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:1726a64a756e0282c9354007019d645c84bba97c0f1ede00f6400c373b1d5a75 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:10.763Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:11.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:11.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-01T15:34:11.100Z] da0823db2c96: Preparing [2021-04-01T15:34:11.100Z] 5bd253ad5def: Preparing [2021-04-01T15:34:11.100Z] 759c7baf056a: Preparing [2021-04-01T15:34:11.100Z] efe99d95f998: Preparing [2021-04-01T15:34:11.100Z] 396dc7649ea6: Preparing [2021-04-01T15:34:11.100Z] e08058ee1dfe: Preparing [2021-04-01T15:34:11.100Z] e08058ee1dfe: Waiting [2021-04-01T15:34:11.370Z] 396dc7649ea6: Layer already exists [2021-04-01T15:34:11.370Z] da0823db2c96: Layer already exists [2021-04-01T15:34:11.370Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:11.370Z] efe99d95f998: Layer already exists [2021-04-01T15:34:11.370Z] 5bd253ad5def: Layer already exists [2021-04-01T15:34:11.370Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:11.370Z] 2.0.0-dev.159: digest: sha256:1726a64a756e0282c9354007019d645c84bba97c0f1ede00f6400c373b1d5a75 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:11.711Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:12.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:12.045Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-01T15:34:12.045Z] da0823db2c96: Preparing [2021-04-01T15:34:12.045Z] 5bd253ad5def: Preparing [2021-04-01T15:34:12.045Z] 759c7baf056a: Preparing [2021-04-01T15:34:12.045Z] efe99d95f998: Preparing [2021-04-01T15:34:12.045Z] 396dc7649ea6: Preparing [2021-04-01T15:34:12.045Z] e08058ee1dfe: Preparing [2021-04-01T15:34:12.045Z] e08058ee1dfe: Waiting [2021-04-01T15:34:12.045Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:12.045Z] efe99d95f998: Layer already exists [2021-04-01T15:34:12.045Z] 396dc7649ea6: Layer already exists [2021-04-01T15:34:12.045Z] 5bd253ad5def: Layer already exists [2021-04-01T15:34:12.045Z] da0823db2c96: Layer already exists [2021-04-01T15:34:12.315Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:12.315Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:1726a64a756e0282c9354007019d645c84bba97c0f1ede00f6400c373b1d5a75 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:12.660Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:13.001Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-01T15:34:13.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-01T15:34:13.001Z] da0823db2c96: Preparing [2021-04-01T15:34:13.001Z] 5bd253ad5def: Preparing [2021-04-01T15:34:13.001Z] 759c7baf056a: Preparing [2021-04-01T15:34:13.001Z] efe99d95f998: Preparing [2021-04-01T15:34:13.001Z] 396dc7649ea6: Preparing [2021-04-01T15:34:13.001Z] e08058ee1dfe: Preparing [2021-04-01T15:34:13.001Z] e08058ee1dfe: Waiting [2021-04-01T15:34:13.001Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:13.001Z] 5bd253ad5def: Layer already exists [2021-04-01T15:34:13.001Z] da0823db2c96: Layer already exists [2021-04-01T15:34:13.001Z] 396dc7649ea6: Layer already exists [2021-04-01T15:34:13.270Z] efe99d95f998: Layer already exists [2021-04-01T15:34:13.270Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:13.270Z] master: digest: sha256:1726a64a756e0282c9354007019d645c84bba97c0f1ede00f6400c373b1d5a75 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:34:13.476Z] ===================================================== [Pipeline] echo [2021-04-01T15:34:13.525Z] taggedImages: [2021-04-01T15:34:13.525Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:13.525Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:13.525Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:13.525Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-01T15:34:13.590Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-01T15:34:13.590Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:13.590Z] 2.0.0-dev.159 [2021-04-01T15:34:13.590Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:13.590Z] master [2021-04-01T15:34:13.590Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:14.117Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:14.457Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:14.457Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-01T15:34:14.457Z] 4e54e583b3a6: Preparing [2021-04-01T15:34:14.457Z] 992468839d0a: Preparing [2021-04-01T15:34:14.457Z] 759c7baf056a: Preparing [2021-04-01T15:34:14.457Z] f996158a7771: Preparing [2021-04-01T15:34:14.457Z] e08058ee1dfe: Preparing [2021-04-01T15:34:14.731Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:14.731Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:14.731Z] f996158a7771: Layer already exists [2021-04-01T15:34:14.731Z] 4e54e583b3a6: Pushed [2021-04-01T15:34:18.103Z] 992468839d0a: Pushed [2021-04-01T15:34:18.103Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:e8e464a54769a72ef4a358f70fa1c67a04cb049ff5f13bf7a26e1b95eb462468 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:18.443Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:18.775Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:18.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-01T15:34:18.775Z] 4e54e583b3a6: Preparing [2021-04-01T15:34:18.775Z] 992468839d0a: Preparing [2021-04-01T15:34:18.775Z] 759c7baf056a: Preparing [2021-04-01T15:34:18.775Z] f996158a7771: Preparing [2021-04-01T15:34:18.775Z] e08058ee1dfe: Preparing [2021-04-01T15:34:18.775Z] f996158a7771: Layer already exists [2021-04-01T15:34:18.775Z] 4e54e583b3a6: Layer already exists [2021-04-01T15:34:18.775Z] 992468839d0a: Layer already exists [2021-04-01T15:34:18.775Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:18.775Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:19.047Z] 2.0.0-dev.159: digest: sha256:e8e464a54769a72ef4a358f70fa1c67a04cb049ff5f13bf7a26e1b95eb462468 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:19.390Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:19.724Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:19.724Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-01T15:34:19.724Z] 4e54e583b3a6: Preparing [2021-04-01T15:34:19.724Z] 992468839d0a: Preparing [2021-04-01T15:34:19.724Z] 759c7baf056a: Preparing [2021-04-01T15:34:19.724Z] f996158a7771: Preparing [2021-04-01T15:34:19.724Z] e08058ee1dfe: Preparing [2021-04-01T15:34:19.724Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:19.724Z] 4e54e583b3a6: Layer already exists [2021-04-01T15:34:19.724Z] f996158a7771: Layer already exists [2021-04-01T15:34:19.724Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:19.724Z] 992468839d0a: Layer already exists [2021-04-01T15:34:19.994Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:e8e464a54769a72ef4a358f70fa1c67a04cb049ff5f13bf7a26e1b95eb462468 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:20.335Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:20.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-01T15:34:20.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-01T15:34:20.673Z] 4e54e583b3a6: Preparing [2021-04-01T15:34:20.673Z] 992468839d0a: Preparing [2021-04-01T15:34:20.673Z] 759c7baf056a: Preparing [2021-04-01T15:34:20.673Z] f996158a7771: Preparing [2021-04-01T15:34:20.673Z] e08058ee1dfe: Preparing [2021-04-01T15:34:20.673Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:20.673Z] 4e54e583b3a6: Layer already exists [2021-04-01T15:34:20.673Z] f996158a7771: Layer already exists [2021-04-01T15:34:20.673Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:20.673Z] 992468839d0a: Layer already exists [2021-04-01T15:34:20.944Z] master: digest: sha256:e8e464a54769a72ef4a358f70fa1c67a04cb049ff5f13bf7a26e1b95eb462468 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:34:21.199Z] ===================================================== [Pipeline] echo [2021-04-01T15:34:21.242Z] taggedImages: [2021-04-01T15:34:21.243Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:21.243Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:21.243Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:21.243Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-01T15:34:21.302Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-01T15:34:21.303Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:21.303Z] 2.0.0-dev.159 [2021-04-01T15:34:21.303Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:21.303Z] master [2021-04-01T15:34:21.303Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:21.852Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:22.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:22.208Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-01T15:34:22.208Z] dd4449e3f61e: Preparing [2021-04-01T15:34:22.208Z] dd4449e3f61e: Preparing [2021-04-01T15:34:22.208Z] 40be1ab2b0b0: Preparing [2021-04-01T15:34:22.208Z] a658722cf170: Preparing [2021-04-01T15:34:22.208Z] 331fd7208be4: Preparing [2021-04-01T15:34:22.208Z] e6acb9e186a6: Preparing [2021-04-01T15:34:22.208Z] 759c7baf056a: Preparing [2021-04-01T15:34:22.208Z] 5672fdbc1f99: Preparing [2021-04-01T15:34:22.208Z] 5672fdbc1f99: Preparing [2021-04-01T15:34:22.208Z] 1a92865b09a3: Preparing [2021-04-01T15:34:22.208Z] b5b8c94f280b: Preparing [2021-04-01T15:34:22.208Z] e08058ee1dfe: Preparing [2021-04-01T15:34:22.208Z] 759c7baf056a: Waiting [2021-04-01T15:34:22.208Z] 5672fdbc1f99: Waiting [2021-04-01T15:34:22.208Z] 1a92865b09a3: Waiting [2021-04-01T15:34:22.208Z] b5b8c94f280b: Waiting [2021-04-01T15:34:22.208Z] e08058ee1dfe: Waiting [2021-04-01T15:34:22.477Z] a658722cf170: Pushed [2021-04-01T15:34:22.477Z] 40be1ab2b0b0: Pushed [2021-04-01T15:34:22.477Z] 331fd7208be4: Pushed [2021-04-01T15:34:22.477Z] dd4449e3f61e: Pushed [2021-04-01T15:34:22.751Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:22.751Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:22.751Z] 5672fdbc1f99: Pushed [2021-04-01T15:34:22.751Z] 1a92865b09a3: Pushed [2021-04-01T15:34:22.751Z] b5b8c94f280b: Pushed [2021-04-01T15:34:25.359Z] e6acb9e186a6: Pushed [2021-04-01T15:34:25.359Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:7228f48e1b8de2073e3fe213adbc8562dd691b5bacfa535098537040e0fb7bc8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:25.711Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:26.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:26.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-01T15:34:26.049Z] dd4449e3f61e: Preparing [2021-04-01T15:34:26.049Z] dd4449e3f61e: Preparing [2021-04-01T15:34:26.049Z] 40be1ab2b0b0: Preparing [2021-04-01T15:34:26.049Z] a658722cf170: Preparing [2021-04-01T15:34:26.049Z] 331fd7208be4: Preparing [2021-04-01T15:34:26.049Z] e6acb9e186a6: Preparing [2021-04-01T15:34:26.049Z] 759c7baf056a: Preparing [2021-04-01T15:34:26.049Z] 5672fdbc1f99: Preparing [2021-04-01T15:34:26.049Z] 5672fdbc1f99: Preparing [2021-04-01T15:34:26.049Z] 1a92865b09a3: Preparing [2021-04-01T15:34:26.049Z] b5b8c94f280b: Preparing [2021-04-01T15:34:26.049Z] e08058ee1dfe: Preparing [2021-04-01T15:34:26.049Z] 5672fdbc1f99: Waiting [2021-04-01T15:34:26.049Z] 1a92865b09a3: Waiting [2021-04-01T15:34:26.049Z] 759c7baf056a: Waiting [2021-04-01T15:34:26.049Z] b5b8c94f280b: Waiting [2021-04-01T15:34:26.049Z] e08058ee1dfe: Waiting [2021-04-01T15:34:26.049Z] 331fd7208be4: Layer already exists [2021-04-01T15:34:26.049Z] dd4449e3f61e: Layer already exists [2021-04-01T15:34:26.049Z] 40be1ab2b0b0: Layer already exists [2021-04-01T15:34:26.049Z] e6acb9e186a6: Layer already exists [2021-04-01T15:34:26.049Z] a658722cf170: Layer already exists [2021-04-01T15:34:26.049Z] 5672fdbc1f99: Layer already exists [2021-04-01T15:34:26.049Z] 1a92865b09a3: Layer already exists [2021-04-01T15:34:26.049Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:26.049Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:26.049Z] b5b8c94f280b: Layer already exists [2021-04-01T15:34:26.322Z] 2.0.0-dev.159: digest: sha256:7228f48e1b8de2073e3fe213adbc8562dd691b5bacfa535098537040e0fb7bc8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:26.664Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:27.007Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:27.007Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-01T15:34:27.007Z] dd4449e3f61e: Preparing [2021-04-01T15:34:27.007Z] dd4449e3f61e: Preparing [2021-04-01T15:34:27.007Z] 40be1ab2b0b0: Preparing [2021-04-01T15:34:27.007Z] a658722cf170: Preparing [2021-04-01T15:34:27.007Z] 331fd7208be4: Preparing [2021-04-01T15:34:27.007Z] e6acb9e186a6: Preparing [2021-04-01T15:34:27.007Z] 759c7baf056a: Preparing [2021-04-01T15:34:27.007Z] 5672fdbc1f99: Preparing [2021-04-01T15:34:27.007Z] 5672fdbc1f99: Preparing [2021-04-01T15:34:27.007Z] 1a92865b09a3: Preparing [2021-04-01T15:34:27.007Z] b5b8c94f280b: Preparing [2021-04-01T15:34:27.007Z] e08058ee1dfe: Preparing [2021-04-01T15:34:27.007Z] 5672fdbc1f99: Waiting [2021-04-01T15:34:27.007Z] 1a92865b09a3: Waiting [2021-04-01T15:34:27.007Z] b5b8c94f280b: Waiting [2021-04-01T15:34:27.007Z] 759c7baf056a: Waiting [2021-04-01T15:34:27.007Z] 331fd7208be4: Layer already exists [2021-04-01T15:34:27.007Z] 40be1ab2b0b0: Layer already exists [2021-04-01T15:34:27.007Z] e6acb9e186a6: Layer already exists [2021-04-01T15:34:27.007Z] dd4449e3f61e: Layer already exists [2021-04-01T15:34:27.007Z] a658722cf170: Layer already exists [2021-04-01T15:34:27.281Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:27.281Z] 5672fdbc1f99: Layer already exists [2021-04-01T15:34:27.281Z] b5b8c94f280b: Layer already exists [2021-04-01T15:34:27.281Z] 1a92865b09a3: Layer already exists [2021-04-01T15:34:27.281Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:27.281Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:7228f48e1b8de2073e3fe213adbc8562dd691b5bacfa535098537040e0fb7bc8 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:27.621Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:27.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-01T15:34:27.960Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-01T15:34:27.960Z] dd4449e3f61e: Preparing [2021-04-01T15:34:27.960Z] dd4449e3f61e: Preparing [2021-04-01T15:34:27.960Z] 40be1ab2b0b0: Preparing [2021-04-01T15:34:27.960Z] a658722cf170: Preparing [2021-04-01T15:34:27.960Z] 331fd7208be4: Preparing [2021-04-01T15:34:27.960Z] e6acb9e186a6: Preparing [2021-04-01T15:34:27.960Z] 759c7baf056a: Preparing [2021-04-01T15:34:27.960Z] 5672fdbc1f99: Preparing [2021-04-01T15:34:27.960Z] 5672fdbc1f99: Preparing [2021-04-01T15:34:27.960Z] 1a92865b09a3: Preparing [2021-04-01T15:34:27.960Z] b5b8c94f280b: Preparing [2021-04-01T15:34:27.960Z] e08058ee1dfe: Preparing [2021-04-01T15:34:27.960Z] 759c7baf056a: Waiting [2021-04-01T15:34:27.960Z] 5672fdbc1f99: Waiting [2021-04-01T15:34:27.960Z] 1a92865b09a3: Waiting [2021-04-01T15:34:27.960Z] b5b8c94f280b: Waiting [2021-04-01T15:34:27.960Z] e08058ee1dfe: Waiting [2021-04-01T15:34:27.960Z] a658722cf170: Layer already exists [2021-04-01T15:34:28.251Z] dd4449e3f61e: Layer already exists [2021-04-01T15:34:28.251Z] 40be1ab2b0b0: Layer already exists [2021-04-01T15:34:28.251Z] e6acb9e186a6: Layer already exists [2021-04-01T15:34:28.251Z] 331fd7208be4: Layer already exists [2021-04-01T15:34:28.251Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:28.251Z] b5b8c94f280b: Layer already exists [2021-04-01T15:34:28.251Z] 5672fdbc1f99: Layer already exists [2021-04-01T15:34:28.251Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:28.251Z] 1a92865b09a3: Layer already exists [2021-04-01T15:34:28.251Z] master: digest: sha256:7228f48e1b8de2073e3fe213adbc8562dd691b5bacfa535098537040e0fb7bc8 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:34:28.438Z] ===================================================== [Pipeline] echo [2021-04-01T15:34:28.480Z] taggedImages: [2021-04-01T15:34:28.480Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:28.480Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:28.480Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:28.480Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-01T15:34:28.542Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-01T15:34:28.542Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:28.542Z] 2.0.0-dev.159 [2021-04-01T15:34:28.542Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:28.542Z] master [2021-04-01T15:34:28.542Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:29.078Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:29.417Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:29.417Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-01T15:34:29.417Z] 8febcdc7668b: Preparing [2021-04-01T15:34:29.417Z] 8bf52e00aa70: Preparing [2021-04-01T15:34:29.417Z] 52a81b4dc32a: Preparing [2021-04-01T15:34:29.417Z] 596e3f227d23: Preparing [2021-04-01T15:34:29.417Z] 14c30e3b0434: Preparing [2021-04-01T15:34:29.417Z] e08058ee1dfe: Preparing [2021-04-01T15:34:29.417Z] e08058ee1dfe: Waiting [2021-04-01T15:34:29.691Z] 52a81b4dc32a: Pushed [2021-04-01T15:34:29.691Z] 596e3f227d23: Pushed [2021-04-01T15:34:29.691Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:29.963Z] 14c30e3b0434: Pushed [2021-04-01T15:34:31.933Z] 8bf52e00aa70: Pushed [2021-04-01T15:34:31.933Z] 8febcdc7668b: Pushed [2021-04-01T15:34:32.212Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:c449cf553c8ec4f26de76e524d35f223e5a09ae59c21bbe33cc1ea257cec1c83 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:32.583Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:32.941Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:32.941Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-01T15:34:32.941Z] 8febcdc7668b: Preparing [2021-04-01T15:34:32.941Z] 8bf52e00aa70: Preparing [2021-04-01T15:34:32.941Z] 52a81b4dc32a: Preparing [2021-04-01T15:34:32.941Z] 596e3f227d23: Preparing [2021-04-01T15:34:32.941Z] 14c30e3b0434: Preparing [2021-04-01T15:34:32.941Z] e08058ee1dfe: Preparing [2021-04-01T15:34:32.941Z] e08058ee1dfe: Waiting [2021-04-01T15:34:32.941Z] 8bf52e00aa70: Layer already exists [2021-04-01T15:34:32.941Z] 596e3f227d23: Layer already exists [2021-04-01T15:34:32.941Z] 52a81b4dc32a: Layer already exists [2021-04-01T15:34:32.941Z] 8febcdc7668b: Layer already exists [2021-04-01T15:34:32.941Z] 14c30e3b0434: Layer already exists [2021-04-01T15:34:32.941Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:33.222Z] 2.0.0-dev.159: digest: sha256:c449cf553c8ec4f26de76e524d35f223e5a09ae59c21bbe33cc1ea257cec1c83 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:33.573Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:33.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:33.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-01T15:34:33.909Z] 8febcdc7668b: Preparing [2021-04-01T15:34:33.909Z] 8bf52e00aa70: Preparing [2021-04-01T15:34:33.909Z] 52a81b4dc32a: Preparing [2021-04-01T15:34:33.909Z] 596e3f227d23: Preparing [2021-04-01T15:34:33.909Z] 14c30e3b0434: Preparing [2021-04-01T15:34:33.909Z] e08058ee1dfe: Preparing [2021-04-01T15:34:33.909Z] e08058ee1dfe: Waiting [2021-04-01T15:34:33.909Z] 8febcdc7668b: Layer already exists [2021-04-01T15:34:33.909Z] 596e3f227d23: Layer already exists [2021-04-01T15:34:33.909Z] 52a81b4dc32a: Layer already exists [2021-04-01T15:34:33.909Z] 14c30e3b0434: Layer already exists [2021-04-01T15:34:33.909Z] 8bf52e00aa70: Layer already exists [2021-04-01T15:34:33.909Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:34.179Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:c449cf553c8ec4f26de76e524d35f223e5a09ae59c21bbe33cc1ea257cec1c83 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:34.527Z] + 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-01T15:34:34.862Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-01T15:34:34.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-01T15:34:34.862Z] 8febcdc7668b: Preparing [2021-04-01T15:34:34.862Z] 8bf52e00aa70: Preparing [2021-04-01T15:34:34.862Z] 52a81b4dc32a: Preparing [2021-04-01T15:34:34.862Z] 596e3f227d23: Preparing [2021-04-01T15:34:34.862Z] 14c30e3b0434: Preparing [2021-04-01T15:34:34.862Z] e08058ee1dfe: Preparing [2021-04-01T15:34:34.862Z] e08058ee1dfe: Waiting [2021-04-01T15:34:34.862Z] 14c30e3b0434: Layer already exists [2021-04-01T15:34:34.862Z] 52a81b4dc32a: Layer already exists [2021-04-01T15:34:34.862Z] 8bf52e00aa70: Layer already exists [2021-04-01T15:34:34.862Z] 8febcdc7668b: Layer already exists [2021-04-01T15:34:34.862Z] 596e3f227d23: Layer already exists [2021-04-01T15:34:34.862Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:35.133Z] master: digest: sha256:c449cf553c8ec4f26de76e524d35f223e5a09ae59c21bbe33cc1ea257cec1c83 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:34:35.316Z] ===================================================== [Pipeline] echo [2021-04-01T15:34:35.361Z] taggedImages: [2021-04-01T15:34:35.361Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:35.361Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:35.361Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:35.361Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-01T15:34:35.430Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-01T15:34:35.430Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:35.430Z] 2.0.0-dev.159 [2021-04-01T15:34:35.430Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:35.430Z] master [2021-04-01T15:34:35.430Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:35.950Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:36.285Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:36.285Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-01T15:34:36.285Z] 119a47791fa7: Preparing [2021-04-01T15:34:36.285Z] 1b180e1fef6c: Preparing [2021-04-01T15:34:36.285Z] 142e53795f56: Preparing [2021-04-01T15:34:36.285Z] 8b483e53bcda: Preparing [2021-04-01T15:34:36.285Z] d788111e235d: Preparing [2021-04-01T15:34:36.285Z] 4813ffb0e019: Preparing [2021-04-01T15:34:36.285Z] d5c6b14c6f19: Preparing [2021-04-01T15:34:36.285Z] 47ee35a7fcbb: Preparing [2021-04-01T15:34:36.285Z] e08058ee1dfe: Preparing [2021-04-01T15:34:36.285Z] d5c6b14c6f19: Waiting [2021-04-01T15:34:36.285Z] 47ee35a7fcbb: Waiting [2021-04-01T15:34:36.285Z] e08058ee1dfe: Waiting [2021-04-01T15:34:36.285Z] 4813ffb0e019: Waiting [2021-04-01T15:34:36.558Z] 119a47791fa7: Pushed [2021-04-01T15:34:36.558Z] d788111e235d: Pushed [2021-04-01T15:34:36.558Z] 1b180e1fef6c: Pushed [2021-04-01T15:34:36.840Z] 4813ffb0e019: Pushed [2021-04-01T15:34:36.840Z] d5c6b14c6f19: Pushed [2021-04-01T15:34:36.840Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:37.112Z] 47ee35a7fcbb: Pushed [2021-04-01T15:34:38.548Z] 8b483e53bcda: Pushed [2021-04-01T15:34:38.818Z] 142e53795f56: Pushed [2021-04-01T15:34:39.088Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:168779a8cadb78733da9a818de757fd381278a4a622dbe8334197c95476bfd85 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:39.429Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:39.764Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:39.764Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-01T15:34:39.764Z] 119a47791fa7: Preparing [2021-04-01T15:34:39.764Z] 1b180e1fef6c: Preparing [2021-04-01T15:34:39.764Z] 142e53795f56: Preparing [2021-04-01T15:34:39.764Z] 8b483e53bcda: Preparing [2021-04-01T15:34:39.764Z] d788111e235d: Preparing [2021-04-01T15:34:39.764Z] 4813ffb0e019: Preparing [2021-04-01T15:34:39.764Z] d5c6b14c6f19: Preparing [2021-04-01T15:34:39.764Z] 47ee35a7fcbb: Preparing [2021-04-01T15:34:39.764Z] e08058ee1dfe: Preparing [2021-04-01T15:34:39.764Z] d5c6b14c6f19: Waiting [2021-04-01T15:34:39.764Z] 47ee35a7fcbb: Waiting [2021-04-01T15:34:39.764Z] e08058ee1dfe: Waiting [2021-04-01T15:34:39.764Z] 4813ffb0e019: Waiting [2021-04-01T15:34:40.034Z] 1b180e1fef6c: Layer already exists [2021-04-01T15:34:40.034Z] d788111e235d: Layer already exists [2021-04-01T15:34:40.034Z] 142e53795f56: Layer already exists [2021-04-01T15:34:40.034Z] 8b483e53bcda: Layer already exists [2021-04-01T15:34:40.034Z] 119a47791fa7: Layer already exists [2021-04-01T15:34:40.034Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:40.034Z] d5c6b14c6f19: Layer already exists [2021-04-01T15:34:40.034Z] 4813ffb0e019: Layer already exists [2021-04-01T15:34:40.034Z] 47ee35a7fcbb: Layer already exists [2021-04-01T15:34:40.034Z] 2.0.0-dev.159: digest: sha256:168779a8cadb78733da9a818de757fd381278a4a622dbe8334197c95476bfd85 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:40.376Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:40.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:40.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-01T15:34:40.711Z] 119a47791fa7: Preparing [2021-04-01T15:34:40.711Z] 1b180e1fef6c: Preparing [2021-04-01T15:34:40.711Z] 142e53795f56: Preparing [2021-04-01T15:34:40.711Z] 8b483e53bcda: Preparing [2021-04-01T15:34:40.711Z] d788111e235d: Preparing [2021-04-01T15:34:40.711Z] 4813ffb0e019: Preparing [2021-04-01T15:34:40.711Z] d5c6b14c6f19: Preparing [2021-04-01T15:34:40.711Z] 47ee35a7fcbb: Preparing [2021-04-01T15:34:40.711Z] e08058ee1dfe: Preparing [2021-04-01T15:34:40.711Z] 4813ffb0e019: Waiting [2021-04-01T15:34:40.711Z] d5c6b14c6f19: Waiting [2021-04-01T15:34:40.711Z] 47ee35a7fcbb: Waiting [2021-04-01T15:34:40.711Z] e08058ee1dfe: Waiting [2021-04-01T15:34:40.711Z] 1b180e1fef6c: Layer already exists [2021-04-01T15:34:40.711Z] 8b483e53bcda: Layer already exists [2021-04-01T15:34:40.711Z] d788111e235d: Layer already exists [2021-04-01T15:34:40.711Z] 119a47791fa7: Layer already exists [2021-04-01T15:34:40.711Z] 142e53795f56: Layer already exists [2021-04-01T15:34:40.985Z] d5c6b14c6f19: Layer already exists [2021-04-01T15:34:40.985Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:40.985Z] 47ee35a7fcbb: Layer already exists [2021-04-01T15:34:40.985Z] 4813ffb0e019: Layer already exists [2021-04-01T15:34:40.985Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:168779a8cadb78733da9a818de757fd381278a4a622dbe8334197c95476bfd85 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:41.322Z] + 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-01T15:34:41.659Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-01T15:34:41.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-01T15:34:41.659Z] 119a47791fa7: Preparing [2021-04-01T15:34:41.659Z] 1b180e1fef6c: Preparing [2021-04-01T15:34:41.659Z] 142e53795f56: Preparing [2021-04-01T15:34:41.659Z] 8b483e53bcda: Preparing [2021-04-01T15:34:41.659Z] d788111e235d: Preparing [2021-04-01T15:34:41.659Z] 4813ffb0e019: Preparing [2021-04-01T15:34:41.659Z] d5c6b14c6f19: Preparing [2021-04-01T15:34:41.659Z] 47ee35a7fcbb: Preparing [2021-04-01T15:34:41.659Z] e08058ee1dfe: Preparing [2021-04-01T15:34:41.659Z] 4813ffb0e019: Waiting [2021-04-01T15:34:41.659Z] d5c6b14c6f19: Waiting [2021-04-01T15:34:41.659Z] e08058ee1dfe: Waiting [2021-04-01T15:34:41.659Z] 47ee35a7fcbb: Waiting [2021-04-01T15:34:41.659Z] d788111e235d: Layer already exists [2021-04-01T15:34:41.659Z] 142e53795f56: Layer already exists [2021-04-01T15:34:41.659Z] 119a47791fa7: Layer already exists [2021-04-01T15:34:41.659Z] 1b180e1fef6c: Layer already exists [2021-04-01T15:34:41.954Z] 8b483e53bcda: Layer already exists [2021-04-01T15:34:41.954Z] 4813ffb0e019: Layer already exists [2021-04-01T15:34:41.954Z] d5c6b14c6f19: Layer already exists [2021-04-01T15:34:41.954Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:41.954Z] 47ee35a7fcbb: Layer already exists [2021-04-01T15:34:41.954Z] master: digest: sha256:168779a8cadb78733da9a818de757fd381278a4a622dbe8334197c95476bfd85 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:34:42.218Z] ===================================================== [Pipeline] echo [2021-04-01T15:34:42.275Z] taggedImages: [2021-04-01T15:34:42.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:42.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:42.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:42.275Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-01T15:34:42.341Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-01T15:34:42.341Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:42.341Z] 2.0.0-dev.159 [2021-04-01T15:34:42.341Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:42.341Z] master [2021-04-01T15:34:42.341Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:42.837Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:43.172Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:43.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-01T15:34:43.172Z] c167ae1216e7: Preparing [2021-04-01T15:34:43.172Z] b7dc3e95bf98: Preparing [2021-04-01T15:34:43.172Z] 759c7baf056a: Preparing [2021-04-01T15:34:43.172Z] 3f719b407182: Preparing [2021-04-01T15:34:43.172Z] e08058ee1dfe: Preparing [2021-04-01T15:34:43.470Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:43.470Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:43.470Z] c167ae1216e7: Pushed [2021-04-01T15:34:43.741Z] 3f719b407182: Pushed [2021-04-01T15:34:46.351Z] b7dc3e95bf98: Pushed [2021-04-01T15:34:46.351Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:fb8c935d3a97e8ea3705294b55d5eb96a4d1fc17e9942a5aefd9eec7232ec39b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:46.692Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:47.025Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:47.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-01T15:34:47.025Z] c167ae1216e7: Preparing [2021-04-01T15:34:47.025Z] b7dc3e95bf98: Preparing [2021-04-01T15:34:47.025Z] 759c7baf056a: Preparing [2021-04-01T15:34:47.025Z] 3f719b407182: Preparing [2021-04-01T15:34:47.025Z] e08058ee1dfe: Preparing [2021-04-01T15:34:47.025Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:47.025Z] c167ae1216e7: Layer already exists [2021-04-01T15:34:47.025Z] b7dc3e95bf98: Layer already exists [2021-04-01T15:34:47.025Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:47.025Z] 3f719b407182: Layer already exists [2021-04-01T15:34:47.296Z] 2.0.0-dev.159: digest: sha256:fb8c935d3a97e8ea3705294b55d5eb96a4d1fc17e9942a5aefd9eec7232ec39b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:47.637Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:47.976Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:47.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-01T15:34:47.977Z] c167ae1216e7: Preparing [2021-04-01T15:34:47.977Z] b7dc3e95bf98: Preparing [2021-04-01T15:34:47.977Z] 759c7baf056a: Preparing [2021-04-01T15:34:47.977Z] 3f719b407182: Preparing [2021-04-01T15:34:47.977Z] e08058ee1dfe: Preparing [2021-04-01T15:34:47.977Z] 3f719b407182: Layer already exists [2021-04-01T15:34:47.977Z] c167ae1216e7: Layer already exists [2021-04-01T15:34:47.977Z] b7dc3e95bf98: Layer already exists [2021-04-01T15:34:47.977Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:47.977Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:48.259Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:fb8c935d3a97e8ea3705294b55d5eb96a4d1fc17e9942a5aefd9eec7232ec39b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:48.607Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:48.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-01T15:34:48.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-01T15:34:48.944Z] c167ae1216e7: Preparing [2021-04-01T15:34:48.944Z] b7dc3e95bf98: Preparing [2021-04-01T15:34:48.944Z] 759c7baf056a: Preparing [2021-04-01T15:34:48.944Z] 3f719b407182: Preparing [2021-04-01T15:34:48.944Z] e08058ee1dfe: Preparing [2021-04-01T15:34:48.944Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:48.944Z] b7dc3e95bf98: Layer already exists [2021-04-01T15:34:48.944Z] 3f719b407182: Layer already exists [2021-04-01T15:34:48.944Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:48.944Z] c167ae1216e7: Layer already exists [2021-04-01T15:34:49.219Z] master: digest: sha256:fb8c935d3a97e8ea3705294b55d5eb96a4d1fc17e9942a5aefd9eec7232ec39b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:34:49.407Z] ===================================================== [Pipeline] echo [2021-04-01T15:34:49.453Z] taggedImages: [2021-04-01T15:34:49.453Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:49.453Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:49.453Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:49.453Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-01T15:34:49.517Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-01T15:34:49.517Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:49.517Z] 2.0.0-dev.159 [2021-04-01T15:34:49.517Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:49.517Z] master [2021-04-01T15:34:49.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:50.040Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:50.379Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:50.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-01T15:34:50.379Z] b606863ae430: Preparing [2021-04-01T15:34:50.379Z] ba085e72024a: Preparing [2021-04-01T15:34:50.379Z] 759c7baf056a: Preparing [2021-04-01T15:34:50.379Z] f996158a7771: Preparing [2021-04-01T15:34:50.379Z] e08058ee1dfe: Preparing [2021-04-01T15:34:50.661Z] f996158a7771: Layer already exists [2021-04-01T15:34:50.661Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:50.662Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:50.662Z] b606863ae430: Pushed [2021-04-01T15:34:53.270Z] ba085e72024a: Pushed [2021-04-01T15:34:53.541Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:18df7fd1905a21782ae4494fd2ff95986056ed5216ad7a254654dfb38e198e01 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:53.877Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:54.213Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:54.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-01T15:34:54.213Z] b606863ae430: Preparing [2021-04-01T15:34:54.213Z] ba085e72024a: Preparing [2021-04-01T15:34:54.213Z] 759c7baf056a: Preparing [2021-04-01T15:34:54.213Z] f996158a7771: Preparing [2021-04-01T15:34:54.213Z] e08058ee1dfe: Preparing [2021-04-01T15:34:54.213Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:54.213Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:54.213Z] ba085e72024a: Layer already exists [2021-04-01T15:34:54.213Z] f996158a7771: Layer already exists [2021-04-01T15:34:54.213Z] b606863ae430: Layer already exists [2021-04-01T15:34:54.489Z] 2.0.0-dev.159: digest: sha256:18df7fd1905a21782ae4494fd2ff95986056ed5216ad7a254654dfb38e198e01 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:54.830Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:55.226Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:55.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-01T15:34:55.226Z] b606863ae430: Preparing [2021-04-01T15:34:55.226Z] ba085e72024a: Preparing [2021-04-01T15:34:55.226Z] 759c7baf056a: Preparing [2021-04-01T15:34:55.226Z] f996158a7771: Preparing [2021-04-01T15:34:55.226Z] e08058ee1dfe: Preparing [2021-04-01T15:34:55.502Z] ba085e72024a: Layer already exists [2021-04-01T15:34:55.502Z] f996158a7771: Layer already exists [2021-04-01T15:34:55.502Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:55.502Z] b606863ae430: Layer already exists [2021-04-01T15:34:55.502Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:55.502Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:18df7fd1905a21782ae4494fd2ff95986056ed5216ad7a254654dfb38e198e01 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:55.855Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:56.198Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-01T15:34:56.198Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-01T15:34:56.198Z] b606863ae430: Preparing [2021-04-01T15:34:56.198Z] ba085e72024a: Preparing [2021-04-01T15:34:56.198Z] 759c7baf056a: Preparing [2021-04-01T15:34:56.198Z] f996158a7771: Preparing [2021-04-01T15:34:56.198Z] e08058ee1dfe: Preparing [2021-04-01T15:34:56.474Z] 759c7baf056a: Layer already exists [2021-04-01T15:34:56.474Z] e08058ee1dfe: Layer already exists [2021-04-01T15:34:56.474Z] ba085e72024a: Layer already exists [2021-04-01T15:34:56.474Z] b606863ae430: Layer already exists [2021-04-01T15:34:56.474Z] f996158a7771: Layer already exists [2021-04-01T15:34:56.474Z] master: digest: sha256:18df7fd1905a21782ae4494fd2ff95986056ed5216ad7a254654dfb38e198e01 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:34:56.652Z] ===================================================== [Pipeline] echo [2021-04-01T15:34:56.698Z] taggedImages: [2021-04-01T15:34:56.698Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:56.698Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.159 [2021-04-01T15:34:56.698Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:56.698Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-01T15:34:56.779Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-01T15:34:56.779Z] 65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:56.779Z] 2.0.0-dev.159 [2021-04-01T15:34:56.779Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:34:56.779Z] master [2021-04-01T15:34:56.779Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:57.355Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:34:57.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:34:57.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-01T15:34:57.683Z] 7826456f962e: Preparing [2021-04-01T15:34:57.683Z] b229dbe79dc0: Preparing [2021-04-01T15:34:57.683Z] 87de01983cf3: Preparing [2021-04-01T15:34:57.683Z] 1290b1392f4e: Preparing [2021-04-01T15:34:57.683Z] 26d5aae5dd98: Preparing [2021-04-01T15:34:57.683Z] 555e569b3602: Preparing [2021-04-01T15:34:57.683Z] 9c5ab2ace176: Preparing [2021-04-01T15:34:57.683Z] 9ded3b6bb9b5: Preparing [2021-04-01T15:34:57.683Z] fa1afe8e6ed9: Preparing [2021-04-01T15:34:57.683Z] 87a09b4c083e: Preparing [2021-04-01T15:34:57.683Z] 0f74e9ff2a61: Preparing [2021-04-01T15:34:57.683Z] b122376c33c6: Preparing [2021-04-01T15:34:57.683Z] f8381ed47b22: Preparing [2021-04-01T15:34:57.683Z] e934a737d657: Preparing [2021-04-01T15:34:57.683Z] 555e569b3602: Waiting [2021-04-01T15:34:57.683Z] 9c5ab2ace176: Waiting [2021-04-01T15:34:57.683Z] 9ded3b6bb9b5: Waiting [2021-04-01T15:34:57.683Z] fa1afe8e6ed9: Waiting [2021-04-01T15:34:57.683Z] f8381ed47b22: Waiting [2021-04-01T15:34:57.683Z] 87a09b4c083e: Waiting [2021-04-01T15:34:57.683Z] 0f74e9ff2a61: Waiting [2021-04-01T15:34:57.683Z] e934a737d657: Waiting [2021-04-01T15:34:57.683Z] b122376c33c6: Waiting [2021-04-01T15:34:58.292Z] 26d5aae5dd98: Pushed [2021-04-01T15:34:58.292Z] 7826456f962e: Pushed [2021-04-01T15:34:58.890Z] 1290b1392f4e: Pushed [2021-04-01T15:34:58.890Z] 9ded3b6bb9b5: Layer already exists [2021-04-01T15:34:58.890Z] 9c5ab2ace176: Pushed [2021-04-01T15:34:59.166Z] fa1afe8e6ed9: Layer already exists [2021-04-01T15:34:59.166Z] 87a09b4c083e: Layer already exists [2021-04-01T15:34:59.166Z] 0f74e9ff2a61: Layer already exists [2021-04-01T15:34:59.166Z] b122376c33c6: Layer already exists [2021-04-01T15:34:59.166Z] f8381ed47b22: Layer already exists [2021-04-01T15:34:59.166Z] e934a737d657: Layer already exists [2021-04-01T15:34:59.440Z] b229dbe79dc0: Pushed [2021-04-01T15:35:00.867Z] 555e569b3602: Pushed [2021-04-01T15:35:10.992Z] 87de01983cf3: Pushed [2021-04-01T15:35:10.992Z] 65f742f3c09a75b9cecbe50bc703c053f2863689: digest: sha256:ca544a12d36e7552b02c508345066e416c3faeb38792a2d64e8dd1eaa61aee6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:35:11.327Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:35:11.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.159 [2021-04-01T15:35:11.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-01T15:35:11.660Z] 7826456f962e: Preparing [2021-04-01T15:35:11.661Z] b229dbe79dc0: Preparing [2021-04-01T15:35:11.661Z] 87de01983cf3: Preparing [2021-04-01T15:35:11.661Z] 1290b1392f4e: Preparing [2021-04-01T15:35:11.661Z] 26d5aae5dd98: Preparing [2021-04-01T15:35:11.661Z] 555e569b3602: Preparing [2021-04-01T15:35:11.661Z] 9c5ab2ace176: Preparing [2021-04-01T15:35:11.661Z] 9ded3b6bb9b5: Preparing [2021-04-01T15:35:11.661Z] fa1afe8e6ed9: Preparing [2021-04-01T15:35:11.661Z] 87a09b4c083e: Preparing [2021-04-01T15:35:11.661Z] 0f74e9ff2a61: Preparing [2021-04-01T15:35:11.661Z] b122376c33c6: Preparing [2021-04-01T15:35:11.661Z] f8381ed47b22: Preparing [2021-04-01T15:35:11.661Z] e934a737d657: Preparing [2021-04-01T15:35:11.661Z] 87a09b4c083e: Waiting [2021-04-01T15:35:11.661Z] 0f74e9ff2a61: Waiting [2021-04-01T15:35:11.661Z] b122376c33c6: Waiting [2021-04-01T15:35:11.661Z] 9c5ab2ace176: Waiting [2021-04-01T15:35:11.661Z] 555e569b3602: Waiting [2021-04-01T15:35:11.661Z] 9ded3b6bb9b5: Waiting [2021-04-01T15:35:11.661Z] f8381ed47b22: Waiting [2021-04-01T15:35:11.661Z] fa1afe8e6ed9: Waiting [2021-04-01T15:35:11.661Z] e934a737d657: Waiting [2021-04-01T15:35:11.941Z] 1290b1392f4e: Layer already exists [2021-04-01T15:35:11.941Z] 7826456f962e: Layer already exists [2021-04-01T15:35:11.941Z] 26d5aae5dd98: Layer already exists [2021-04-01T15:35:11.941Z] b229dbe79dc0: Layer already exists [2021-04-01T15:35:11.941Z] 87de01983cf3: Layer already exists [2021-04-01T15:35:11.941Z] 555e569b3602: Layer already exists [2021-04-01T15:35:11.941Z] 9c5ab2ace176: Layer already exists [2021-04-01T15:35:11.941Z] 9ded3b6bb9b5: Layer already exists [2021-04-01T15:35:11.941Z] 87a09b4c083e: Layer already exists [2021-04-01T15:35:11.941Z] fa1afe8e6ed9: Layer already exists [2021-04-01T15:35:11.942Z] 0f74e9ff2a61: Layer already exists [2021-04-01T15:35:11.942Z] e934a737d657: Layer already exists [2021-04-01T15:35:11.942Z] f8381ed47b22: Layer already exists [2021-04-01T15:35:11.942Z] b122376c33c6: Layer already exists [2021-04-01T15:35:11.942Z] 2.0.0-dev.159: digest: sha256:ca544a12d36e7552b02c508345066e416c3faeb38792a2d64e8dd1eaa61aee6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:35:12.281Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:35:12.615Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:35:12.615Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-01T15:35:12.615Z] 7826456f962e: Preparing [2021-04-01T15:35:12.615Z] b229dbe79dc0: Preparing [2021-04-01T15:35:12.615Z] 87de01983cf3: Preparing [2021-04-01T15:35:12.615Z] 1290b1392f4e: Preparing [2021-04-01T15:35:12.615Z] 26d5aae5dd98: Preparing [2021-04-01T15:35:12.615Z] 555e569b3602: Preparing [2021-04-01T15:35:12.615Z] 9c5ab2ace176: Preparing [2021-04-01T15:35:12.615Z] 9ded3b6bb9b5: Preparing [2021-04-01T15:35:12.615Z] fa1afe8e6ed9: Preparing [2021-04-01T15:35:12.615Z] 87a09b4c083e: Preparing [2021-04-01T15:35:12.615Z] 0f74e9ff2a61: Preparing [2021-04-01T15:35:12.615Z] b122376c33c6: Preparing [2021-04-01T15:35:12.615Z] f8381ed47b22: Preparing [2021-04-01T15:35:12.615Z] e934a737d657: Preparing [2021-04-01T15:35:12.615Z] 555e569b3602: Waiting [2021-04-01T15:35:12.615Z] 9c5ab2ace176: Waiting [2021-04-01T15:35:12.615Z] 9ded3b6bb9b5: Waiting [2021-04-01T15:35:12.615Z] fa1afe8e6ed9: Waiting [2021-04-01T15:35:12.615Z] 87a09b4c083e: Waiting [2021-04-01T15:35:12.615Z] f8381ed47b22: Waiting [2021-04-01T15:35:12.615Z] e934a737d657: Waiting [2021-04-01T15:35:12.615Z] b122376c33c6: Waiting [2021-04-01T15:35:12.615Z] 0f74e9ff2a61: Waiting [2021-04-01T15:35:12.615Z] b229dbe79dc0: Layer already exists [2021-04-01T15:35:12.615Z] 87de01983cf3: Layer already exists [2021-04-01T15:35:12.615Z] 1290b1392f4e: Layer already exists [2021-04-01T15:35:12.615Z] 7826456f962e: Layer already exists [2021-04-01T15:35:12.615Z] 26d5aae5dd98: Layer already exists [2021-04-01T15:35:12.615Z] 555e569b3602: Layer already exists [2021-04-01T15:35:12.891Z] 87a09b4c083e: Layer already exists [2021-04-01T15:35:12.891Z] fa1afe8e6ed9: Layer already exists [2021-04-01T15:35:12.891Z] 9c5ab2ace176: Layer already exists [2021-04-01T15:35:12.891Z] 9ded3b6bb9b5: Layer already exists [2021-04-01T15:35:12.891Z] 0f74e9ff2a61: Layer already exists [2021-04-01T15:35:12.891Z] b122376c33c6: Layer already exists [2021-04-01T15:35:12.891Z] f8381ed47b22: Layer already exists [2021-04-01T15:35:12.891Z] e934a737d657: Layer already exists [2021-04-01T15:35:12.891Z] 65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159: digest: sha256:ca544a12d36e7552b02c508345066e416c3faeb38792a2d64e8dd1eaa61aee6b size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:35:13.234Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:35:13.570Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-01T15:35:13.570Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-01T15:35:13.570Z] 7826456f962e: Preparing [2021-04-01T15:35:13.570Z] b229dbe79dc0: Preparing [2021-04-01T15:35:13.570Z] 87de01983cf3: Preparing [2021-04-01T15:35:13.570Z] 1290b1392f4e: Preparing [2021-04-01T15:35:13.570Z] 26d5aae5dd98: Preparing [2021-04-01T15:35:13.570Z] 555e569b3602: Preparing [2021-04-01T15:35:13.570Z] 9c5ab2ace176: Preparing [2021-04-01T15:35:13.570Z] 9ded3b6bb9b5: Preparing [2021-04-01T15:35:13.570Z] fa1afe8e6ed9: Preparing [2021-04-01T15:35:13.570Z] 87a09b4c083e: Preparing [2021-04-01T15:35:13.570Z] 0f74e9ff2a61: Preparing [2021-04-01T15:35:13.570Z] b122376c33c6: Preparing [2021-04-01T15:35:13.570Z] f8381ed47b22: Preparing [2021-04-01T15:35:13.571Z] e934a737d657: Preparing [2021-04-01T15:35:13.571Z] 555e569b3602: Waiting [2021-04-01T15:35:13.571Z] 9c5ab2ace176: Waiting [2021-04-01T15:35:13.571Z] 9ded3b6bb9b5: Waiting [2021-04-01T15:35:13.571Z] fa1afe8e6ed9: Waiting [2021-04-01T15:35:13.571Z] b122376c33c6: Waiting [2021-04-01T15:35:13.571Z] e934a737d657: Waiting [2021-04-01T15:35:13.571Z] f8381ed47b22: Waiting [2021-04-01T15:35:13.571Z] 87a09b4c083e: Waiting [2021-04-01T15:35:13.571Z] 0f74e9ff2a61: Waiting [2021-04-01T15:35:13.842Z] b229dbe79dc0: Layer already exists [2021-04-01T15:35:13.842Z] 1290b1392f4e: Layer already exists [2021-04-01T15:35:13.842Z] 87de01983cf3: Layer already exists [2021-04-01T15:35:13.842Z] 26d5aae5dd98: Layer already exists [2021-04-01T15:35:13.842Z] 7826456f962e: Layer already exists [2021-04-01T15:35:13.842Z] 9ded3b6bb9b5: Layer already exists [2021-04-01T15:35:13.842Z] 87a09b4c083e: Layer already exists [2021-04-01T15:35:13.842Z] 9c5ab2ace176: Layer already exists [2021-04-01T15:35:13.842Z] 555e569b3602: Layer already exists [2021-04-01T15:35:13.842Z] 0f74e9ff2a61: Layer already exists [2021-04-01T15:35:13.842Z] f8381ed47b22: Layer already exists [2021-04-01T15:35:13.842Z] b122376c33c6: Layer already exists [2021-04-01T15:35:13.842Z] e934a737d657: Layer already exists [2021-04-01T15:35:14.813Z] fa1afe8e6ed9: Layer already exists [2021-04-01T15:35:14.813Z] master: digest: sha256:ca544a12d36e7552b02c508345066e416c3faeb38792a2d64e8dd1eaa61aee6b size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-01T15:35:14.995Z] ===================================================== [Pipeline] echo [2021-04-01T15:35:15.040Z] taggedImages: [2021-04-01T15:35:15.040Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689 [2021-04-01T15:35:15.040Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.159 [2021-04-01T15:35:15.040Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:65f742f3c09a75b9cecbe50bc703c053f2863689-2.0.0-dev.159 [2021-04-01T15:35:15.040Z] - 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-01T15:35:15.804Z] ---> job-cost.sh [2021-04-01T15:35:15.804Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZqYC [2021-04-01T15:35:54.728Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-01T15:37:31.454Z] lf-activate-venv(): INFO: Adding /tmp/venv-ZqYC/bin to PATH [2021-04-01T15:37:31.454Z] INFO: No Stack... [2021-04-01T15:37:31.454Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-01T15:37:31.454Z] INFO: Archiving Costs [Pipeline] sh [2021-04-01T15:37:31.788Z] + cat+ /w/workspace/edgex-go/427/archives/cost.csv [2021-04-01T15:37:31.788Z] cut -d, -f6 [Pipeline] lock [2021-04-01T15:37:31.925Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-427-stack-cost] [2021-04-01T15:37:31.933Z] Resource [jenkins-edgexfoundry-edgex-go-master-427-stack-cost] did not exist. Created. [2021-04-01T15:37:31.933Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-427-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-01T15:37:32.352Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-01T15:37:33.424Z] Stashed 1 file(s) [Pipeline] } [2021-04-01T15:37:33.434Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-427-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-01T15:37:35.253Z] provisioning config files... [2021-04-01T15:37:35.264Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/427@tmp/config2417731501632592326tmp [Pipeline] { [Pipeline] sh [2021-04-01T15:37:35.636Z] + set +x [2021-04-01T15:37:35.637Z] + curl -s https://codecov.io/bash [2021-04-01T15:37:35.637Z] + bash -s -- [2021-04-01T15:37:36.217Z] [2021-04-01T15:37:36.217Z] _____ _ [2021-04-01T15:37:36.217Z] / ____| | | [2021-04-01T15:37:36.217Z] | | ___ __| | ___ ___ _____ __ [2021-04-01T15:37:36.217Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-01T15:37:36.217Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-01T15:37:36.217Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-01T15:37:36.217Z] Bash-20210309-2b87ace [2021-04-01T15:37:36.217Z] [2021-04-01T15:37:36.217Z] [2021-04-01T15:37:36.217Z] ==> git version 2.24.3 found [2021-04-01T15:37:36.217Z] ==> 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-01T15:37:36.217Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-01T15:37:36.217Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-01T15:37:36.217Z] ==> Jenkins CI detected. [2021-04-01T15:37:36.217Z] project root: . [2021-04-01T15:37:36.217Z] --> token set from env [2021-04-01T15:37:36.217Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-01T15:37:36.217Z] ==> Running gcov in . (disable via -X gcov) [2021-04-01T15:37:36.217Z] ==> Python coveragepy not found [2021-04-01T15:37:36.217Z] ==> Searching for coverage reports in: [2021-04-01T15:37:36.217Z] + . [2021-04-01T15:37:36.217Z] -> Found 1 reports [2021-04-01T15:37:36.217Z] ==> Detecting git/mercurial file structure [2021-04-01T15:37:36.217Z] ==> Reading reports [2021-04-01T15:37:36.217Z] + ./coverage.out bytes=672489 [2021-04-01T15:37:36.217Z] ==> Appending adjustments [2021-04-01T15:37:36.217Z] https://docs.codecov.io/docs/fixing-reports [2021-04-01T15:37:39.528Z] + Found adjustments [2021-04-01T15:37:39.528Z] ==> Gzipping contents [2021-04-01T15:37:39.528Z] 96K /tmp/codecov.cnk0bC.gz [2021-04-01T15:37:39.528Z] ==> Uploading reports [2021-04-01T15:37:39.528Z] url: https://codecov.io [2021-04-01T15:37:39.528Z] query: branch=master&commit=65f742f3c09a75b9cecbe50bc703c053f2863689&build=427&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F427%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T15:37:39.528Z] -> Pinging Codecov [2021-04-01T15:37:39.528Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=65f742f3c09a75b9cecbe50bc703c053f2863689&build=427&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F427%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-01T15:37:40.103Z] -> Uploading to [2021-04-01T15:37:40.103Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-01/00271124DB129430A58F1EEE437C3FCB/65f742f3c09a75b9cecbe50bc703c053f2863689/2ad6d28c-520f-4a0a-bcb4-fe14a67de51f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210401T153740Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3f004f744c43293fb8b87e6a342f5892f5d968ffa7095282ca74860a651607a8 [2021-04-01T15:37:40.103Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:37:40.103Z] Dload Upload Total Spent Left Speed [2021-04-01T15:37:40.677Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97159 0 0 100 97159 0 211k --:--:-- --:--:-- --:--:-- 212k [2021-04-01T15:37:40.677Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/65f742f3c09a75b9cecbe50bc703c053f2863689 [Pipeline] } [2021-04-01T15:37:40.687Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-01T15:37:41.760Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-01T15:37:41.817Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:37:42.321Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T15:37:42.321Z] [2021-04-01T15:37:42.321Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:37:42.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T15:37:42.685Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-01T15:37:42.685Z] 188c0c94c7c5: Already exists [2021-04-01T15:37:42.685Z] 0ef7d3d256c8: Already exists [2021-04-01T15:37:42.685Z] de9db76c5a1d: Already exists [2021-04-01T15:37:42.685Z] 0eba1c9be4d2: Pulling fs layer [2021-04-01T15:37:42.685Z] 0d57e429df01: Pulling fs layer [2021-04-01T15:37:42.685Z] 4e4be7b47b0d: Pulling fs layer [2021-04-01T15:37:42.685Z] e1f770b5df2f: Pulling fs layer [2021-04-01T15:37:42.685Z] 85a0685a4137: Pulling fs layer [2021-04-01T15:37:42.685Z] e1f770b5df2f: Waiting [2021-04-01T15:37:42.685Z] 85a0685a4137: Waiting [2021-04-01T15:37:42.685Z] 4e4be7b47b0d: Verifying Checksum [2021-04-01T15:37:42.685Z] 4e4be7b47b0d: Download complete [2021-04-01T15:37:42.685Z] 0d57e429df01: Verifying Checksum [2021-04-01T15:37:42.685Z] 0d57e429df01: Download complete [2021-04-01T15:37:44.603Z] e1f770b5df2f: Verifying Checksum [2021-04-01T15:37:44.603Z] e1f770b5df2f: Download complete [2021-04-01T15:37:46.537Z] 0eba1c9be4d2: Verifying Checksum [2021-04-01T15:37:46.537Z] 0eba1c9be4d2: Download complete [2021-04-01T15:37:47.126Z] 85a0685a4137: Verifying Checksum [2021-04-01T15:37:47.126Z] 85a0685a4137: Download complete [2021-04-01T15:37:52.454Z] 0eba1c9be4d2: Pull complete [2021-04-01T15:37:52.454Z] 0d57e429df01: Pull complete [2021-04-01T15:37:52.454Z] 4e4be7b47b0d: Pull complete [2021-04-01T15:37:55.770Z] e1f770b5df2f: Pull complete [2021-04-01T15:38:06.301Z] 85a0685a4137: Pull complete [2021-04-01T15:38:06.301Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-01T15:38:06.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-01T15:38:06.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-01T15:38:06.545Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:38:06.623Z] $ 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/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:38:08.015Z] $ docker top 61b7743cc74c5c462a6cfa5b260e30df3d2408cd330e43c3fe28ebce5083d245 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-01T15:38:08.359Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-01T15:38:08.659Z] + set -o pipefail [2021-04-01T15:38:08.659Z] + snyk monitor '--org=edgex-jenkins' [2021-04-01T15:38:18.698Z] [2021-04-01T15:38:18.698Z] Monitoring /w/workspace/edgex-go/427 (github.com/edgexfoundry/edgex-go)... [2021-04-01T15:38:18.698Z] [2021-04-01T15:38:18.698Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/371b1528-fb1c-464b-ab67-c29c53c6a3c7 [2021-04-01T15:38:18.698Z] [2021-04-01T15:38:18.698Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-01T15:38:18.698Z] [2021-04-01T15:38:18.698Z] [2021-04-01T15:38:18.698Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-01T15:38:18.698Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-01T15:38:18.715Z] $ docker stop --time=1 61b7743cc74c5c462a6cfa5b260e30df3d2408cd330e43c3fe28ebce5083d245 [2021-04-01T15:38:21.979Z] $ docker rm -f 61b7743cc74c5c462a6cfa5b260e30df3d2408cd330e43c3fe28ebce5083d245 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-01T15:38:23.361Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T15:38:23.417Z] provisioning config files... [2021-04-01T15:38:23.431Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/427@tmp/config4703870190435854871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:38:23.819Z] --> edgex-publish-swagger.sh [2021-04-01T15:38:23.819Z] === Publish openapi/v1 API === [2021-04-01T15:38:23.819Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-01T15:38:23.819Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/427/openapi/v1/core-command.yaml] [2021-04-01T15:38:23.819Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:23.819Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:24.657Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 11292 --:--:-- --:--:-- --:--:-- 11301 [2021-04-01T15:38:24.657Z] [2021-04-01T15:38:24.657Z] [2021-04-01T15:38:24.657Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/427/openapi/v1/core-data.yaml] [2021-04-01T15:38:24.657Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:24.657Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:25.496Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 35516 --:--:-- --:--:-- --:--:-- 35503 [2021-04-01T15:38:25.496Z] [2021-04-01T15:38:25.496Z] [2021-04-01T15:38:25.496Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/427/openapi/v1/core-metadata.yaml] [2021-04-01T15:38:25.496Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:25.496Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:26.884Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 71854 0:00:01 0:00:01 --:--:-- 71922 100 73721 0 0 100 73721 0 71841 0:00:01 0:00:01 --:--:-- 71922 [2021-04-01T15:38:26.884Z] [2021-04-01T15:38:26.884Z] [2021-04-01T15:38:26.884Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/427/openapi/v1/support-logging.yaml] [2021-04-01T15:38:26.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:26.884Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:27.828Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 13581 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13613 --:--:-- --:--:-- --:--:-- 13608 [2021-04-01T15:38:27.828Z] [2021-04-01T15:38:27.828Z] [2021-04-01T15:38:27.828Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/427/openapi/v1/support-notifications.yaml] [2021-04-01T15:38:27.828Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:27.828Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:28.401Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 38890 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 44272 --:--:-- --:--:-- --:--:-- 44243 [2021-04-01T15:38:28.668Z] [2021-04-01T15:38:28.668Z] [2021-04-01T15:38:28.668Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/427/openapi/v1/support-scheduler.yaml] [2021-04-01T15:38:28.668Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:28.668Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:29.613Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 16008 --:--:-- --:--:-- --:--:-- 16010 100 14249 0 0 100 14249 0 16005 --:--:-- --:--:-- --:--:-- 15992 [2021-04-01T15:38:29.613Z] [2021-04-01T15:38:29.613Z] [2021-04-01T15:38:29.613Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/427/openapi/v1/system-agent.yaml] [2021-04-01T15:38:29.613Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:29.613Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:30.558Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 4585 --:--:-- --:--:-- --:--:-- 4581 100 4110 0 0 100 4110 0 4584 --:--:-- --:--:-- --:--:-- 4581 [2021-04-01T15:38:30.558Z] [2021-04-01T15:38:30.558Z] [2021-04-01T15:38:30.558Z] === Publish openapi/v2 API === [2021-04-01T15:38:30.558Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-01T15:38:30.558Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/427/openapi/v2/core-command.yaml] [2021-04-01T15:38:30.558Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:30.558Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:31.135Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 33617 --:--:-- --:--:-- --:--:-- 33591 100 29594 0 0 100 29594 0 33611 --:--:-- --:--:-- --:--:-- 33591 [2021-04-01T15:38:31.135Z] [2021-04-01T15:38:31.135Z] [2021-04-01T15:38:31.135Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/427/openapi/v2/core-data.yaml] [2021-04-01T15:38:31.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:31.135Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:32.531Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 54462 0:00:01 0:00:01 --:--:-- 54500 100 56190 0 0 100 56190 0 54453 0:00:01 0:00:01 --:--:-- 54500 [2021-04-01T15:38:32.531Z] [2021-04-01T15:38:32.531Z] [2021-04-01T15:38:32.531Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/427/openapi/v2/core-metadata.yaml] [2021-04-01T15:38:32.531Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:32.531Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:33.478Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 118k --:--:-- --:--:-- --:--:-- 118k 100 116k 0 0 100 116k 0 118k --:--:-- --:--:-- --:--:-- 118k [2021-04-01T15:38:33.478Z] [2021-04-01T15:38:33.478Z] [2021-04-01T15:38:33.478Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/427/openapi/v2/support-notifications.yaml] [2021-04-01T15:38:33.478Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:33.478Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:34.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75621 0 0 100 75621 0 62717 0:00:01 0:00:01 --:--:-- 62756 100 75621 0 0 100 75621 0 44811 0:00:01 0:00:01 --:--:-- 44799 100 75621 0 0 100 75621 0 44807 0:00:01 0:00:01 --:--:-- 44799 [2021-04-01T15:38:34.999Z] [2021-04-01T15:38:34.999Z] [2021-04-01T15:38:34.999Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/427/openapi/v2/support-scheduler.yaml] [2021-04-01T15:38:34.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:34.999Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:35.952Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37428 0 0 100 37428 0 37108 0:00:01 0:00:01 --:--:-- 37130 100 37428 0 0 100 37428 0 37100 0:00:01 0:00:01 --:--:-- 37130 [2021-04-01T15:38:35.952Z] [2021-04-01T15:38:35.952Z] [2021-04-01T15:38:35.952Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/427/openapi/v2/system-agent.yaml] [2021-04-01T15:38:35.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-01T15:38:35.952Z] Dload Upload Total Spent Left Speed [2021-04-01T15:38:37.340Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 22776 0:00:01 0:00:01 --:--:-- 22792 100 24092 0 0 100 24092 0 22772 0:00:01 0:00:01 --:--:-- 22792 [2021-04-01T15:38:37.340Z] [2021-04-01T15:38:37.340Z] [Pipeline] } [2021-04-01T15:38:37.350Z] 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-01T15:38:38.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T15:38:38.169Z] . [Pipeline] withDockerContainer [2021-04-01T15:38:38.272Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:38:38.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:38:39.373Z] $ docker top 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T15:38:39.699Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T15:38:39.699Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T15:38:39.988Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T15:38:39.992Z] $ docker exec 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 ssh-agent [2021-04-01T15:38:40.198Z] SSH_AUTH_SOCK=/tmp/ssh-SHonFCCzTdZA/agent.11 [2021-04-01T15:38:40.198Z] SSH_AGENT_PID=16 [2021-04-01T15:38:40.207Z] Running ssh-add (command line suppressed) [2021-04-01T15:38:40.340Z] Identity added: /w/workspace/edgex-go/427@tmp/private_key_6629785329315238057.key (/w/workspace/edgex-go/427@tmp/private_key_6629785329315238057.key) [2021-04-01T15:38:40.404Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T15:38:40.753Z] + git semver tag [2021-04-01T15:38:41.023Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T15:38:41.023Z] # $GIT_DIR = /w/workspace/edgex-go/427/.git [2021-04-01T15:38:41.023Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/427 [2021-04-01T15:38:41.023Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T15:38:41.023Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T15:38:41.023Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T15:38:41.023Z] # $SEMVER_BRANCH = master [2021-04-01T15:38:41.287Z] # $SEMVER_DIR = /w/workspace/edgex-go/427/.semver [2021-04-01T15:38:41.287Z] # 65f742f3c09a75b9cecbe50bc703c053f2863689 HEAD [2021-04-01T15:38:41.861Z] # -> Force: false [2021-04-01T15:38:41.861Z] # 47986a6a1e572fbd2d6b0d9908ef6a017e8dd795 refs/tags/v2.0.0-dev.159 [Pipeline] } [2021-04-01T15:38:41.872Z] $ docker exec --env ******** --env ******** 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 ssh-agent -k [2021-04-01T15:38:42.002Z] unset SSH_AUTH_SOCK; [2021-04-01T15:38:42.003Z] unset SSH_AGENT_PID; [2021-04-01T15:38:42.003Z] echo Agent pid 16 killed; [2021-04-01T15:38:42.071Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T15:38:42.754Z] + git semver [Pipeline] } [2021-04-01T15:38:42.815Z] $ docker stop --time=1 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 [2021-04-01T15:38:44.204Z] $ docker rm -f 890d4493aec059f2f958606ad72c35468963deed3fecd5857e71cc45c73a03b1 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:38:44.833Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T15:38:44.833Z] [2021-04-01T15:38:44.833Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:38:45.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T15:38:45.185Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-01T15:38:45.185Z] ab5ef0e58194: Pulling fs layer [2021-04-01T15:38:45.185Z] 9712f1f96733: Pulling fs layer [2021-04-01T15:38:45.185Z] 63f879dbbcfc: Pulling fs layer [2021-04-01T15:38:45.185Z] 0d9ebad4ef96: Pulling fs layer [2021-04-01T15:38:45.185Z] e9a5061849ea: Pulling fs layer [2021-04-01T15:38:45.185Z] d747dcd14b5f: Pulling fs layer [2021-04-01T15:38:45.185Z] 2de7ff778b66: Pulling fs layer [2021-04-01T15:38:45.185Z] 0d9ebad4ef96: Waiting [2021-04-01T15:38:45.185Z] e9a5061849ea: Waiting [2021-04-01T15:38:45.185Z] d747dcd14b5f: Waiting [2021-04-01T15:38:45.185Z] 2de7ff778b66: Waiting [2021-04-01T15:38:45.185Z] 9712f1f96733: Download complete [2021-04-01T15:38:47.107Z] 63f879dbbcfc: Verifying Checksum [2021-04-01T15:38:47.107Z] 63f879dbbcfc: Download complete [2021-04-01T15:38:47.107Z] e9a5061849ea: Download complete [2021-04-01T15:38:47.107Z] d747dcd14b5f: Verifying Checksum [2021-04-01T15:38:47.107Z] d747dcd14b5f: Download complete [2021-04-01T15:38:47.684Z] 2de7ff778b66: Verifying Checksum [2021-04-01T15:38:47.684Z] 2de7ff778b66: Download complete [2021-04-01T15:38:47.945Z] ab5ef0e58194: Verifying Checksum [2021-04-01T15:38:47.945Z] ab5ef0e58194: Download complete [2021-04-01T15:38:47.945Z] 0d9ebad4ef96: Verifying Checksum [2021-04-01T15:38:47.945Z] 0d9ebad4ef96: Download complete [2021-04-01T15:38:54.551Z] ab5ef0e58194: Pull complete [2021-04-01T15:38:54.551Z] 9712f1f96733: Pull complete [2021-04-01T15:38:56.479Z] 63f879dbbcfc: Pull complete [2021-04-01T15:39:03.122Z] 0d9ebad4ef96: Pull complete [2021-04-01T15:39:05.041Z] e9a5061849ea: Pull complete [2021-04-01T15:39:05.304Z] d747dcd14b5f: Pull complete [2021-04-01T15:39:08.618Z] 2de7ff778b66: Pull complete [2021-04-01T15:39:08.618Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-01T15:39:08.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-01T15:39:08.618Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-01T15:39:08.826Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:39:08.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:39:12.170Z] $ docker top dd41fc4d26ca572e34086b009e46017a718f7ef2d3293214ddf337f7105513ce -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-01T15:39:12.421Z] provisioning config files... [2021-04-01T15:39:12.435Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/427@tmp/config5972187693387475762tmp [2021-04-01T15:39:12.451Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/427@tmp/config8086173487879797197tmp [2021-04-01T15:39:12.465Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/427@tmp/config502554680029058185tmp [Pipeline] { [Pipeline] echo [2021-04-01T15:39:12.539Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:39:12.840Z] ---> sigul-configuration.sh [2021-04-01T15:39:12.840Z] gpg: directory `/root/.gnupg' created [2021-04-01T15:39:12.840Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-01T15:39:12.840Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-01T15:39:12.840Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-01T15:39:12.840Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-01T15:39:12.840Z] gpg: CAST5 encrypted data [2021-04-01T15:39:13.103Z] gpg: encrypted with 1 passphrase [2021-04-01T15:39:13.103Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-01T15:39:13.408Z] + mkdir /home/jenkins [2021-04-01T15:39:13.408Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-01T15:39:13.713Z] + 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-01T15:39:13.724Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:39:14.022Z] ---> sigul-install.sh [2021-04-01T15:39:19.328Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-01T15:39:19.894Z] + git tag --list [2021-04-01T15:39:19.894Z] 0.6.0 [2021-04-01T15:39:19.894Z] 0.6.1 [2021-04-01T15:39:19.894Z] 0.7.0 [2021-04-01T15:39:19.894Z] 0.7.1 [2021-04-01T15:39:19.894Z] v0.0.0 [2021-04-01T15:39:19.894Z] v0.0.1-dev.1 [2021-04-01T15:39:19.894Z] v1.0.0 [2021-04-01T15:39:19.894Z] v1.0.1 [2021-04-01T15:39:19.894Z] v1.1.0 [2021-04-01T15:39:19.894Z] v1.2.0 [2021-04-01T15:39:19.894Z] v1.2.1 [2021-04-01T15:39:19.894Z] v1.2.2-dev.1 [2021-04-01T15:39:19.894Z] v1.2.2-dev.10 [2021-04-01T15:39:19.894Z] v1.2.2-dev.100 [2021-04-01T15:39:19.894Z] v1.2.2-dev.101 [2021-04-01T15:39:19.894Z] v1.2.2-dev.102 [2021-04-01T15:39:19.894Z] v1.2.2-dev.103 [2021-04-01T15:39:19.894Z] v1.2.2-dev.104 [2021-04-01T15:39:19.894Z] v1.2.2-dev.105 [2021-04-01T15:39:19.894Z] v1.2.2-dev.106 [2021-04-01T15:39:19.894Z] v1.2.2-dev.107 [2021-04-01T15:39:19.894Z] v1.2.2-dev.11 [2021-04-01T15:39:19.894Z] v1.2.2-dev.12 [2021-04-01T15:39:19.894Z] v1.2.2-dev.13 [2021-04-01T15:39:19.894Z] v1.2.2-dev.14 [2021-04-01T15:39:19.894Z] v1.2.2-dev.15 [2021-04-01T15:39:19.894Z] v1.2.2-dev.16 [2021-04-01T15:39:19.894Z] v1.2.2-dev.17 [2021-04-01T15:39:19.894Z] v1.2.2-dev.18 [2021-04-01T15:39:19.894Z] v1.2.2-dev.19 [2021-04-01T15:39:19.894Z] v1.2.2-dev.2 [2021-04-01T15:39:19.894Z] v1.2.2-dev.20 [2021-04-01T15:39:19.894Z] v1.2.2-dev.21 [2021-04-01T15:39:19.894Z] v1.2.2-dev.22 [2021-04-01T15:39:19.894Z] v1.2.2-dev.23 [2021-04-01T15:39:19.894Z] v1.2.2-dev.24 [2021-04-01T15:39:19.894Z] v1.2.2-dev.25 [2021-04-01T15:39:19.894Z] v1.2.2-dev.26 [2021-04-01T15:39:19.894Z] v1.2.2-dev.27 [2021-04-01T15:39:19.894Z] v1.2.2-dev.28 [2021-04-01T15:39:19.894Z] v1.2.2-dev.29 [2021-04-01T15:39:19.894Z] v1.2.2-dev.3 [2021-04-01T15:39:19.894Z] v1.2.2-dev.30 [2021-04-01T15:39:19.894Z] v1.2.2-dev.31 [2021-04-01T15:39:19.894Z] v1.2.2-dev.32 [2021-04-01T15:39:19.894Z] v1.2.2-dev.33 [2021-04-01T15:39:19.894Z] v1.2.2-dev.34 [2021-04-01T15:39:19.894Z] v1.2.2-dev.35 [2021-04-01T15:39:19.894Z] v1.2.2-dev.36 [2021-04-01T15:39:19.894Z] v1.2.2-dev.37 [2021-04-01T15:39:19.894Z] v1.2.2-dev.38 [2021-04-01T15:39:19.894Z] v1.2.2-dev.39 [2021-04-01T15:39:19.894Z] v1.2.2-dev.4 [2021-04-01T15:39:19.894Z] v1.2.2-dev.40 [2021-04-01T15:39:19.894Z] v1.2.2-dev.41 [2021-04-01T15:39:19.894Z] v1.2.2-dev.42 [2021-04-01T15:39:19.894Z] v1.2.2-dev.43 [2021-04-01T15:39:19.894Z] v1.2.2-dev.44 [2021-04-01T15:39:19.894Z] v1.2.2-dev.45 [2021-04-01T15:39:19.894Z] v1.2.2-dev.46 [2021-04-01T15:39:19.894Z] v1.2.2-dev.47 [2021-04-01T15:39:19.894Z] v1.2.2-dev.48 [2021-04-01T15:39:19.894Z] v1.2.2-dev.49 [2021-04-01T15:39:19.894Z] v1.2.2-dev.5 [2021-04-01T15:39:19.894Z] v1.2.2-dev.50 [2021-04-01T15:39:19.894Z] v1.2.2-dev.51 [2021-04-01T15:39:19.894Z] v1.2.2-dev.52 [2021-04-01T15:39:19.894Z] v1.2.2-dev.53 [2021-04-01T15:39:19.894Z] v1.2.2-dev.54 [2021-04-01T15:39:19.894Z] v1.2.2-dev.55 [2021-04-01T15:39:19.894Z] v1.2.2-dev.56 [2021-04-01T15:39:19.894Z] v1.2.2-dev.57 [2021-04-01T15:39:19.894Z] v1.2.2-dev.58 [2021-04-01T15:39:19.894Z] v1.2.2-dev.59 [2021-04-01T15:39:19.894Z] v1.2.2-dev.6 [2021-04-01T15:39:19.894Z] v1.2.2-dev.60 [2021-04-01T15:39:19.894Z] v1.2.2-dev.61 [2021-04-01T15:39:19.894Z] v1.2.2-dev.62 [2021-04-01T15:39:19.894Z] v1.2.2-dev.63 [2021-04-01T15:39:19.894Z] v1.2.2-dev.64 [2021-04-01T15:39:19.894Z] v1.2.2-dev.65 [2021-04-01T15:39:19.894Z] v1.2.2-dev.66 [2021-04-01T15:39:19.894Z] v1.2.2-dev.67 [2021-04-01T15:39:19.894Z] v1.2.2-dev.68 [2021-04-01T15:39:19.894Z] v1.2.2-dev.69 [2021-04-01T15:39:19.894Z] v1.2.2-dev.7 [2021-04-01T15:39:19.894Z] v1.2.2-dev.70 [2021-04-01T15:39:19.894Z] v1.2.2-dev.71 [2021-04-01T15:39:19.894Z] v1.2.2-dev.72 [2021-04-01T15:39:19.894Z] v1.2.2-dev.73 [2021-04-01T15:39:19.894Z] v1.2.2-dev.74 [2021-04-01T15:39:19.894Z] v1.2.2-dev.75 [2021-04-01T15:39:19.894Z] v1.2.2-dev.76 [2021-04-01T15:39:19.894Z] v1.2.2-dev.77 [2021-04-01T15:39:19.894Z] v1.2.2-dev.78 [2021-04-01T15:39:19.894Z] v1.2.2-dev.79 [2021-04-01T15:39:19.894Z] v1.2.2-dev.8 [2021-04-01T15:39:19.894Z] v1.2.2-dev.80 [2021-04-01T15:39:19.894Z] v1.2.2-dev.81 [2021-04-01T15:39:19.894Z] v1.2.2-dev.82 [2021-04-01T15:39:19.894Z] v1.2.2-dev.83 [2021-04-01T15:39:19.894Z] v1.2.2-dev.84 [2021-04-01T15:39:19.894Z] v1.2.2-dev.85 [2021-04-01T15:39:19.894Z] v1.2.2-dev.86 [2021-04-01T15:39:19.894Z] v1.2.2-dev.87 [2021-04-01T15:39:19.895Z] v1.2.2-dev.88 [2021-04-01T15:39:19.895Z] v1.2.2-dev.89 [2021-04-01T15:39:19.895Z] v1.2.2-dev.9 [2021-04-01T15:39:19.895Z] v1.2.2-dev.90 [2021-04-01T15:39:19.895Z] v1.2.2-dev.91 [2021-04-01T15:39:19.895Z] v1.2.2-dev.92 [2021-04-01T15:39:19.895Z] v1.2.2-dev.93 [2021-04-01T15:39:19.895Z] v1.2.2-dev.94 [2021-04-01T15:39:19.895Z] v1.2.2-dev.95 [2021-04-01T15:39:19.895Z] v1.2.2-dev.96 [2021-04-01T15:39:19.895Z] v1.2.2-dev.97 [2021-04-01T15:39:19.895Z] v1.2.2-dev.98 [2021-04-01T15:39:19.895Z] v1.2.2-dev.99 [2021-04-01T15:39:19.895Z] v1.3.0 [2021-04-01T15:39:19.895Z] v1.3.1 [2021-04-01T15:39:19.895Z] v1.3.1-dev.1 [2021-04-01T15:39:19.895Z] v1.3.1-dev.10 [2021-04-01T15:39:19.895Z] v1.3.1-dev.11 [2021-04-01T15:39:19.895Z] v1.3.1-dev.12 [2021-04-01T15:39:19.895Z] v1.3.1-dev.13 [2021-04-01T15:39:19.895Z] v1.3.1-dev.14 [2021-04-01T15:39:19.895Z] v1.3.1-dev.15 [2021-04-01T15:39:19.895Z] v1.3.1-dev.16 [2021-04-01T15:39:19.895Z] v1.3.1-dev.17 [2021-04-01T15:39:19.895Z] v1.3.1-dev.18 [2021-04-01T15:39:19.895Z] v1.3.1-dev.2 [2021-04-01T15:39:19.895Z] v1.3.1-dev.3 [2021-04-01T15:39:19.895Z] v1.3.1-dev.4 [2021-04-01T15:39:19.895Z] v1.3.1-dev.5 [2021-04-01T15:39:19.895Z] v1.3.1-dev.6 [2021-04-01T15:39:19.895Z] v1.3.1-dev.7 [2021-04-01T15:39:19.895Z] v1.3.1-dev.8 [2021-04-01T15:39:19.895Z] v1.3.1-dev.9 [2021-04-01T15:39:19.895Z] v2.0.0-dev.1 [2021-04-01T15:39:19.895Z] v2.0.0-dev.10 [2021-04-01T15:39:19.895Z] v2.0.0-dev.100 [2021-04-01T15:39:19.895Z] v2.0.0-dev.101 [2021-04-01T15:39:19.895Z] v2.0.0-dev.102 [2021-04-01T15:39:19.895Z] v2.0.0-dev.103 [2021-04-01T15:39:19.895Z] v2.0.0-dev.104 [2021-04-01T15:39:19.895Z] v2.0.0-dev.105 [2021-04-01T15:39:19.895Z] v2.0.0-dev.106 [2021-04-01T15:39:19.895Z] v2.0.0-dev.107 [2021-04-01T15:39:19.895Z] v2.0.0-dev.108 [2021-04-01T15:39:19.895Z] v2.0.0-dev.109 [2021-04-01T15:39:19.895Z] v2.0.0-dev.11 [2021-04-01T15:39:19.895Z] v2.0.0-dev.110 [2021-04-01T15:39:19.895Z] v2.0.0-dev.111 [2021-04-01T15:39:19.895Z] v2.0.0-dev.112 [2021-04-01T15:39:19.895Z] v2.0.0-dev.113 [2021-04-01T15:39:19.895Z] v2.0.0-dev.114 [2021-04-01T15:39:19.895Z] v2.0.0-dev.115 [2021-04-01T15:39:19.895Z] v2.0.0-dev.116 [2021-04-01T15:39:19.895Z] v2.0.0-dev.117 [2021-04-01T15:39:19.895Z] v2.0.0-dev.118 [2021-04-01T15:39:19.895Z] v2.0.0-dev.119 [2021-04-01T15:39:19.895Z] v2.0.0-dev.12 [2021-04-01T15:39:19.895Z] v2.0.0-dev.120 [2021-04-01T15:39:19.895Z] v2.0.0-dev.121 [2021-04-01T15:39:19.895Z] v2.0.0-dev.122 [2021-04-01T15:39:19.895Z] v2.0.0-dev.123 [2021-04-01T15:39:19.895Z] v2.0.0-dev.124 [2021-04-01T15:39:19.895Z] v2.0.0-dev.125 [2021-04-01T15:39:19.895Z] v2.0.0-dev.126 [2021-04-01T15:39:19.895Z] v2.0.0-dev.127 [2021-04-01T15:39:19.895Z] v2.0.0-dev.128 [2021-04-01T15:39:19.895Z] v2.0.0-dev.129 [2021-04-01T15:39:19.895Z] v2.0.0-dev.13 [2021-04-01T15:39:19.895Z] v2.0.0-dev.130 [2021-04-01T15:39:19.895Z] v2.0.0-dev.131 [2021-04-01T15:39:19.895Z] v2.0.0-dev.132 [2021-04-01T15:39:19.895Z] v2.0.0-dev.133 [2021-04-01T15:39:19.895Z] v2.0.0-dev.134 [2021-04-01T15:39:19.895Z] v2.0.0-dev.135 [2021-04-01T15:39:19.895Z] v2.0.0-dev.136 [2021-04-01T15:39:19.895Z] v2.0.0-dev.137 [2021-04-01T15:39:19.895Z] v2.0.0-dev.138 [2021-04-01T15:39:19.895Z] v2.0.0-dev.139 [2021-04-01T15:39:19.895Z] v2.0.0-dev.14 [2021-04-01T15:39:19.895Z] v2.0.0-dev.140 [2021-04-01T15:39:19.895Z] v2.0.0-dev.141 [2021-04-01T15:39:19.895Z] v2.0.0-dev.142 [2021-04-01T15:39:19.895Z] v2.0.0-dev.143 [2021-04-01T15:39:19.895Z] v2.0.0-dev.144 [2021-04-01T15:39:19.895Z] v2.0.0-dev.145 [2021-04-01T15:39:19.895Z] v2.0.0-dev.146 [2021-04-01T15:39:19.895Z] v2.0.0-dev.147 [2021-04-01T15:39:19.895Z] v2.0.0-dev.148 [2021-04-01T15:39:19.895Z] v2.0.0-dev.149 [2021-04-01T15:39:19.895Z] v2.0.0-dev.15 [2021-04-01T15:39:19.895Z] v2.0.0-dev.150 [2021-04-01T15:39:19.895Z] v2.0.0-dev.151 [2021-04-01T15:39:19.895Z] v2.0.0-dev.152 [2021-04-01T15:39:19.895Z] v2.0.0-dev.153 [2021-04-01T15:39:19.895Z] v2.0.0-dev.154 [2021-04-01T15:39:19.895Z] v2.0.0-dev.155 [2021-04-01T15:39:19.895Z] v2.0.0-dev.156 [2021-04-01T15:39:19.895Z] v2.0.0-dev.157 [2021-04-01T15:39:19.895Z] v2.0.0-dev.158 [2021-04-01T15:39:19.895Z] v2.0.0-dev.159 [2021-04-01T15:39:19.895Z] v2.0.0-dev.16 [2021-04-01T15:39:19.895Z] v2.0.0-dev.17 [2021-04-01T15:39:19.895Z] v2.0.0-dev.18 [2021-04-01T15:39:19.895Z] v2.0.0-dev.19 [2021-04-01T15:39:19.895Z] v2.0.0-dev.2 [2021-04-01T15:39:19.895Z] v2.0.0-dev.20 [2021-04-01T15:39:19.895Z] v2.0.0-dev.21 [2021-04-01T15:39:19.895Z] v2.0.0-dev.22 [2021-04-01T15:39:19.895Z] v2.0.0-dev.23 [2021-04-01T15:39:19.895Z] v2.0.0-dev.24 [2021-04-01T15:39:19.895Z] v2.0.0-dev.25 [2021-04-01T15:39:19.895Z] v2.0.0-dev.26 [2021-04-01T15:39:19.895Z] v2.0.0-dev.27 [2021-04-01T15:39:19.895Z] v2.0.0-dev.28 [2021-04-01T15:39:19.895Z] v2.0.0-dev.29 [2021-04-01T15:39:19.895Z] v2.0.0-dev.3 [2021-04-01T15:39:19.895Z] v2.0.0-dev.30 [2021-04-01T15:39:19.895Z] v2.0.0-dev.31 [2021-04-01T15:39:19.895Z] v2.0.0-dev.32 [2021-04-01T15:39:19.895Z] v2.0.0-dev.33 [2021-04-01T15:39:19.895Z] v2.0.0-dev.34 [2021-04-01T15:39:19.895Z] v2.0.0-dev.35 [2021-04-01T15:39:19.895Z] v2.0.0-dev.36 [2021-04-01T15:39:19.895Z] v2.0.0-dev.37 [2021-04-01T15:39:19.895Z] v2.0.0-dev.38 [2021-04-01T15:39:19.895Z] v2.0.0-dev.39 [2021-04-01T15:39:19.895Z] v2.0.0-dev.4 [2021-04-01T15:39:19.895Z] v2.0.0-dev.40 [2021-04-01T15:39:19.895Z] v2.0.0-dev.41 [2021-04-01T15:39:19.895Z] v2.0.0-dev.42 [2021-04-01T15:39:19.895Z] v2.0.0-dev.43 [2021-04-01T15:39:19.895Z] v2.0.0-dev.44 [2021-04-01T15:39:19.895Z] v2.0.0-dev.45 [2021-04-01T15:39:19.895Z] v2.0.0-dev.46 [2021-04-01T15:39:19.895Z] v2.0.0-dev.47 [2021-04-01T15:39:19.895Z] v2.0.0-dev.48 [2021-04-01T15:39:19.895Z] v2.0.0-dev.49 [2021-04-01T15:39:19.895Z] v2.0.0-dev.5 [2021-04-01T15:39:19.895Z] v2.0.0-dev.50 [2021-04-01T15:39:19.895Z] v2.0.0-dev.51 [2021-04-01T15:39:19.895Z] v2.0.0-dev.52 [2021-04-01T15:39:19.895Z] v2.0.0-dev.53 [2021-04-01T15:39:19.895Z] v2.0.0-dev.54 [2021-04-01T15:39:19.895Z] v2.0.0-dev.55 [2021-04-01T15:39:19.895Z] v2.0.0-dev.56 [2021-04-01T15:39:19.895Z] v2.0.0-dev.57 [2021-04-01T15:39:19.895Z] v2.0.0-dev.58 [2021-04-01T15:39:19.895Z] v2.0.0-dev.59 [2021-04-01T15:39:19.895Z] v2.0.0-dev.6 [2021-04-01T15:39:19.895Z] v2.0.0-dev.60 [2021-04-01T15:39:19.895Z] v2.0.0-dev.61 [2021-04-01T15:39:19.895Z] v2.0.0-dev.62 [2021-04-01T15:39:19.895Z] v2.0.0-dev.63 [2021-04-01T15:39:19.895Z] v2.0.0-dev.64 [2021-04-01T15:39:19.895Z] v2.0.0-dev.65 [2021-04-01T15:39:19.895Z] v2.0.0-dev.66 [2021-04-01T15:39:19.895Z] v2.0.0-dev.67 [2021-04-01T15:39:19.895Z] v2.0.0-dev.68 [2021-04-01T15:39:19.895Z] v2.0.0-dev.69 [2021-04-01T15:39:19.895Z] v2.0.0-dev.7 [2021-04-01T15:39:19.895Z] v2.0.0-dev.70 [2021-04-01T15:39:19.895Z] v2.0.0-dev.71 [2021-04-01T15:39:19.895Z] v2.0.0-dev.72 [2021-04-01T15:39:19.895Z] v2.0.0-dev.73 [2021-04-01T15:39:19.895Z] v2.0.0-dev.74 [2021-04-01T15:39:19.895Z] v2.0.0-dev.75 [2021-04-01T15:39:19.895Z] v2.0.0-dev.76 [2021-04-01T15:39:19.895Z] v2.0.0-dev.77 [2021-04-01T15:39:19.895Z] v2.0.0-dev.78 [2021-04-01T15:39:19.895Z] v2.0.0-dev.79 [2021-04-01T15:39:19.895Z] v2.0.0-dev.8 [2021-04-01T15:39:19.895Z] v2.0.0-dev.80 [2021-04-01T15:39:19.895Z] v2.0.0-dev.81 [2021-04-01T15:39:19.895Z] v2.0.0-dev.82 [2021-04-01T15:39:19.895Z] v2.0.0-dev.83 [2021-04-01T15:39:19.895Z] v2.0.0-dev.84 [2021-04-01T15:39:19.895Z] v2.0.0-dev.85 [2021-04-01T15:39:19.895Z] v2.0.0-dev.86 [2021-04-01T15:39:19.895Z] v2.0.0-dev.87 [2021-04-01T15:39:19.895Z] v2.0.0-dev.88 [2021-04-01T15:39:19.895Z] v2.0.0-dev.89 [2021-04-01T15:39:19.895Z] v2.0.0-dev.9 [2021-04-01T15:39:19.895Z] v2.0.0-dev.90 [2021-04-01T15:39:19.895Z] v2.0.0-dev.91 [2021-04-01T15:39:19.895Z] v2.0.0-dev.92 [2021-04-01T15:39:19.895Z] v2.0.0-dev.93 [2021-04-01T15:39:19.895Z] v2.0.0-dev.94 [2021-04-01T15:39:19.895Z] v2.0.0-dev.95 [2021-04-01T15:39:19.895Z] v2.0.0-dev.96 [2021-04-01T15:39:19.895Z] v2.0.0-dev.97 [2021-04-01T15:39:19.895Z] v2.0.0-dev.98 [2021-04-01T15:39:19.895Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-01T15:39:20.206Z] + lftools sign git-tag v2.0.0-dev.159 [2021-04-01T15:39:21.595Z] Signing Git tag with Sigul... [2021-04-01T15:39:21.595Z] Signing v2.0.0-dev.159 [Pipeline] echo [2021-04-01T15:39:22.995Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:39:23.376Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-01T15:39:23.406Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-01T15:39:23.524Z] $ docker stop --time=1 dd41fc4d26ca572e34086b009e46017a718f7ef2d3293214ddf337f7105513ce [2021-04-01T15:39:25.625Z] $ docker rm -f dd41fc4d26ca572e34086b009e46017a718f7ef2d3293214ddf337f7105513ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:39:26.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T15:39:26.522Z] . [Pipeline] withDockerContainer [2021-04-01T15:39:26.627Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:39:26.679Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:39:27.526Z] $ docker top 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T15:39:27.887Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T15:39:27.887Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T15:39:28.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T15:39:28.132Z] $ docker exec 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 ssh-agent [2021-04-01T15:39:28.321Z] SSH_AUTH_SOCK=/tmp/ssh-XMoG9WkGzhce/agent.11 [2021-04-01T15:39:28.321Z] SSH_AGENT_PID=16 [2021-04-01T15:39:28.330Z] Running ssh-add (command line suppressed) [2021-04-01T15:39:28.466Z] Identity added: /w/workspace/edgex-go/427@tmp/private_key_7581915205368997717.key (/w/workspace/edgex-go/427@tmp/private_key_7581915205368997717.key) [2021-04-01T15:39:28.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T15:39:28.874Z] + git semver bump pre [2021-04-01T15:39:28.874Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T15:39:28.874Z] # $GIT_DIR = /w/workspace/edgex-go/427/.git [2021-04-01T15:39:28.874Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/427 [2021-04-01T15:39:28.874Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T15:39:28.874Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T15:39:28.874Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T15:39:28.874Z] # $SEMVER_BRANCH = master [2021-04-01T15:39:28.874Z] # $SEMVER_DIR = /w/workspace/edgex-go/427/.semver [2021-04-01T15:39:28.874Z] 2.0.0-dev.160 [Pipeline] } [2021-04-01T15:39:28.885Z] $ docker exec --env ******** --env ******** 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 ssh-agent -k [2021-04-01T15:39:29.018Z] unset SSH_AUTH_SOCK; [2021-04-01T15:39:29.018Z] unset SSH_AGENT_PID; [2021-04-01T15:39:29.018Z] echo Agent pid 16 killed; [2021-04-01T15:39:29.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T15:39:29.554Z] + git semver [Pipeline] } [2021-04-01T15:39:29.571Z] $ docker stop --time=1 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 [2021-04-01T15:39:30.967Z] $ docker rm -f 04bc5882c6d007a19fd503d9206d0a56616925ec2fcb17ba8ae0f84382be3917 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:39:31.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-01T15:39:31.524Z] . [Pipeline] withDockerContainer [2021-04-01T15:39:31.628Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:39:31.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:39:32.438Z] $ docker top 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-01T15:39:32.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-01T15:39:32.751Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-01T15:39:32.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-01T15:39:32.957Z] $ docker exec 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d ssh-agent [2021-04-01T15:39:33.154Z] SSH_AUTH_SOCK=/tmp/ssh-L9dpIOOU5Gul/agent.11 [2021-04-01T15:39:33.155Z] SSH_AGENT_PID=16 [2021-04-01T15:39:33.162Z] Running ssh-add (command line suppressed) [2021-04-01T15:39:33.303Z] Identity added: /w/workspace/edgex-go/427@tmp/private_key_6287665786782782146.key (/w/workspace/edgex-go/427@tmp/private_key_6287665786782782146.key) [2021-04-01T15:39:33.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-01T15:39:33.704Z] + git semver push [2021-04-01T15:39:33.704Z] # -> Open(): unable to determine branch for HEAD [2021-04-01T15:39:33.704Z] # $GIT_DIR = /w/workspace/edgex-go/427/.git [2021-04-01T15:39:33.704Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/427 [2021-04-01T15:39:33.704Z] # $SEMVER_REMOTE_NAME = origin [2021-04-01T15:39:33.704Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-01T15:39:33.704Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-01T15:39:33.704Z] # $SEMVER_BRANCH = master [2021-04-01T15:39:33.704Z] # $SEMVER_DIR = /w/workspace/edgex-go/427/.semver [Pipeline] } [2021-04-01T15:39:41.864Z] $ docker exec --env ******** --env ******** 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d ssh-agent -k [2021-04-01T15:39:42.013Z] unset SSH_AUTH_SOCK; [2021-04-01T15:39:42.014Z] unset SSH_AGENT_PID; [2021-04-01T15:39:42.014Z] echo Agent pid 16 killed; [2021-04-01T15:39:42.079Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-01T15:39:42.593Z] + git semver [Pipeline] } [2021-04-01T15:39:42.611Z] $ docker stop --time=1 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d [2021-04-01T15:39:43.990Z] $ docker rm -f 20c06a6580799b2635c147ed856282548837f8de655e6621580107618668656d [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-01T15:39:45.216Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:39:46.116Z] ---> package-listing.sh [2021-04-01T15:39:46.116Z] ++ facter osfamily [2021-04-01T15:39:46.116Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-01T15:39:46.116Z] + OS_FAMILY=redhat [2021-04-01T15:39:46.116Z] + workspace=/w/workspace/edgex-go/427 [2021-04-01T15:39:46.116Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-01T15:39:46.116Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-01T15:39:46.116Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-01T15:39:46.116Z] + PACKAGES=/tmp/packages_start.txt [2021-04-01T15:39:46.116Z] + '[' /w/workspace/edgex-go/427 ']' [2021-04-01T15:39:46.116Z] + PACKAGES=/tmp/packages_end.txt [2021-04-01T15:39:46.116Z] + case "${OS_FAMILY}" in [2021-04-01T15:39:46.116Z] + rpm -qa [2021-04-01T15:39:46.116Z] + sort [2021-04-01T15:39:51.416Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-01T15:39:51.416Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-01T15:39:51.416Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-01T15:39:51.416Z] + '[' /w/workspace/edgex-go/427 ']' [2021-04-01T15:39:51.416Z] + mkdir -p /w/workspace/edgex-go/427/archives/ [2021-04-01T15:39:51.416Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/427/archives/ [Pipeline] echo [2021-04-01T15:39:51.430Z] 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/427/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-01T15:39:51.718Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:39:52.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T15:39:52.026Z] [2021-04-01T15:39:52.026Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-01T15:39:52.374Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T15:39:52.375Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-01T15:39:52.375Z] df20fa9351a1: Pulling fs layer [2021-04-01T15:39:52.375Z] 36b3adc4ff6f: Pulling fs layer [2021-04-01T15:39:52.375Z] 8ad3a11d3b57: Pulling fs layer [2021-04-01T15:39:52.375Z] 46f8f816bc3b: Pulling fs layer [2021-04-01T15:39:52.375Z] 93b61091891f: Pulling fs layer [2021-04-01T15:39:52.375Z] 93b9cdb0e59b: Pulling fs layer [2021-04-01T15:39:52.375Z] 5e14af77c1be: Pulling fs layer [2021-04-01T15:39:52.375Z] 01666e4c0597: Pulling fs layer [2021-04-01T15:39:52.375Z] aa168da1d23b: Pulling fs layer [2021-04-01T15:39:52.375Z] 46f8f816bc3b: Waiting [2021-04-01T15:39:52.375Z] 93b61091891f: Waiting [2021-04-01T15:39:52.375Z] 93b9cdb0e59b: Waiting [2021-04-01T15:39:52.375Z] 5e14af77c1be: Waiting [2021-04-01T15:39:52.375Z] 01666e4c0597: Waiting [2021-04-01T15:39:52.375Z] aa168da1d23b: Waiting [2021-04-01T15:39:52.375Z] 36b3adc4ff6f: Verifying Checksum [2021-04-01T15:39:52.375Z] 36b3adc4ff6f: Download complete [2021-04-01T15:39:52.636Z] 46f8f816bc3b: Verifying Checksum [2021-04-01T15:39:52.636Z] 46f8f816bc3b: Download complete [2021-04-01T15:39:52.636Z] df20fa9351a1: Verifying Checksum [2021-04-01T15:39:52.636Z] df20fa9351a1: Download complete [2021-04-01T15:39:52.636Z] 93b9cdb0e59b: Verifying Checksum [2021-04-01T15:39:52.636Z] 93b9cdb0e59b: Download complete [2021-04-01T15:39:52.636Z] 5e14af77c1be: Verifying Checksum [2021-04-01T15:39:52.636Z] 5e14af77c1be: Download complete [2021-04-01T15:39:52.636Z] 93b61091891f: Verifying Checksum [2021-04-01T15:39:52.636Z] 93b61091891f: Download complete [2021-04-01T15:39:52.636Z] 01666e4c0597: Verifying Checksum [2021-04-01T15:39:52.636Z] 01666e4c0597: Download complete [2021-04-01T15:39:53.214Z] df20fa9351a1: Pull complete [2021-04-01T15:39:53.214Z] 36b3adc4ff6f: Pull complete [2021-04-01T15:39:53.475Z] 8ad3a11d3b57: Verifying Checksum [2021-04-01T15:39:53.475Z] 8ad3a11d3b57: Download complete [2021-04-01T15:39:54.873Z] 8ad3a11d3b57: Pull complete [2021-04-01T15:39:55.135Z] aa168da1d23b: Verifying Checksum [2021-04-01T15:39:55.135Z] aa168da1d23b: Download complete [2021-04-01T15:39:55.135Z] 46f8f816bc3b: Pull complete [2021-04-01T15:39:55.713Z] 93b61091891f: Pull complete [2021-04-01T15:39:55.713Z] 93b9cdb0e59b: Pull complete [2021-04-01T15:39:55.976Z] 5e14af77c1be: Pull complete [2021-04-01T15:39:55.976Z] 01666e4c0597: Pull complete [2021-04-01T15:40:04.147Z] aa168da1d23b: Pull complete [2021-04-01T15:40:04.147Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-01T15:40:04.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-01T15:40:04.147Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-01T15:40:04.367Z] prd-centos7-docker-4c-2g-32469 does not seem to be running inside a container [2021-04-01T15:40:04.416Z] $ 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/427/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/427 -v /w/workspace/edgex-go/427:/w/workspace/edgex-go/427:rw,z -v /w/workspace/edgex-go/427@tmp:/w/workspace/edgex-go/427@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-01T15:40:08.395Z] $ docker top 3dca210623c0c512a7bb9831416949bb75fdfb6d1525eb34422eede3a7b0ab75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-01T15:40:08.952Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-01T15:40:09.250Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-01T15:40:09.548Z] + ls /var/log/sa-host [2021-04-01T15:40:09.548Z] + sadf -c /var/log/sa-host/sa01 [2021-04-01T15:40:09.548Z] file_magic: OK [2021-04-01T15:40:09.548Z] HZ: Using current value: 100 [2021-04-01T15:40:09.548Z] file_header: OK [2021-04-01T15:40:09.548Z] 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-01T15:40:09.548Z] Statistics: [2021-04-01T15:40:09.548Z] 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-01T15:40:09.548Z] File successfully converted to sysstat format version 12.2.1 [2021-04-01T15:40:09.548Z] + sadf -c /var/log/sa-host/sa23 [2021-04-01T15:40:09.548Z] file_magic: OK [2021-04-01T15:40:09.548Z] HZ: Using current value: 100 [2021-04-01T15:40:09.548Z] file_header: OK [2021-04-01T15:40:09.548Z] 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-01T15:40:09.548Z] Statistics: [2021-04-01T15:40:09.548Z] Hnuu...uuuununununu... [2021-04-01T15:40:09.548Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-01T15:40:10.268Z] provisioning config files... [2021-04-01T15:40:10.283Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/427@tmp/config416072097586946354tmp [Pipeline] { [Pipeline] echo [2021-04-01T15:40:10.365Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:40:10.662Z] ---> create-netrc.sh [Pipeline] } [2021-04-01T15:40:10.672Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-01T15:40:10.798Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:40:11.093Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-01T15:40:11.104Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:40:11.401Z] ---> sudo-logs.sh [2021-04-01T15:40:11.401Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-01T15:40:11.483Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:40:11.806Z] ---> job-cost.sh [2021-04-01T15:40:11.807Z] lf-activate-venv: SKIPPING [2021-04-01T15:40:11.807Z] DEBUG: total: 0.20999999344348907 [2021-04-01T15:40:11.807Z] INFO: Retrieving Stack Cost... [2021-04-01T15:40:13.198Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-01T15:40:13.460Z] INFO: Archiving Costs [Pipeline] echo [2021-04-01T15:40:13.474Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-01T15:40:13.772Z] ---> logs-deploy.sh [2021-04-01T15:40:13.772Z] lf-activate-venv: SKIPPING [2021-04-01T15:40:13.772Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/427 [2021-04-01T15:40:13.772Z] INFO: archiving workspace using pattern(s): [2021-04-01T15:40:15.165Z] Archives upload complete. [2021-04-01T15:40:15.427Z] INFO: archiving logs to Nexus [2021-04-01T15:40:16.396Z] ---> uname -a: [2021-04-01T15:40:16.396Z] Linux prd-centos7-docker-4c-2g-32469.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] ---> lscpu: [2021-04-01T15:40:16.396Z] Architecture: x86_64 [2021-04-01T15:40:16.396Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-01T15:40:16.396Z] Byte Order: Little Endian [2021-04-01T15:40:16.396Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-01T15:40:16.396Z] CPU(s): 4 [2021-04-01T15:40:16.396Z] On-line CPU(s) list: 0-3 [2021-04-01T15:40:16.396Z] Thread(s) per core: 1 [2021-04-01T15:40:16.396Z] Core(s) per socket: 1 [2021-04-01T15:40:16.396Z] Socket(s): 4 [2021-04-01T15:40:16.396Z] NUMA node(s): 1 [2021-04-01T15:40:16.396Z] Vendor ID: GenuineIntel [2021-04-01T15:40:16.396Z] CPU family: 6 [2021-04-01T15:40:16.396Z] Model: 44 [2021-04-01T15:40:16.396Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-01T15:40:16.396Z] Stepping: 1 [2021-04-01T15:40:16.396Z] CPU MHz: 2933.438 [2021-04-01T15:40:16.396Z] BogoMIPS: 5866.87 [2021-04-01T15:40:16.396Z] Virtualization: VT-x [2021-04-01T15:40:16.396Z] Hypervisor vendor: KVM [2021-04-01T15:40:16.396Z] Virtualization type: full [2021-04-01T15:40:16.396Z] L1d cache: 128 KiB [2021-04-01T15:40:16.396Z] L1i cache: 128 KiB [2021-04-01T15:40:16.396Z] L2 cache: 16 MiB [2021-04-01T15:40:16.396Z] L3 cache: 64 MiB [2021-04-01T15:40:16.396Z] NUMA node0 CPU(s): 0-3 [2021-04-01T15:40:16.396Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-01T15:40:16.396Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-01T15:40:16.396Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-01T15:40:16.396Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-01T15:40:16.396Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-01T15:40:16.396Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-01T15:40:16.396Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-01T15:40:16.396Z] Vulnerability Srbds: Not affected [2021-04-01T15:40:16.396Z] Vulnerability Tsx async abort: Not affected [2021-04-01T15:40:16.396Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] ---> nproc: [2021-04-01T15:40:16.396Z] 4 [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] ---> df -h: [2021-04-01T15:40:16.396Z] Filesystem Size Used Available Use% Mounted on [2021-04-01T15:40:16.396Z] overlay 50.0G 13.5G 36.5G 27% / [2021-04-01T15:40:16.396Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-01T15:40:16.396Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-01T15:40:16.396Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/427@tmp [2021-04-01T15:40:16.396Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/427 [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] ---> free -m: [2021-04-01T15:40:16.396Z] total used free shared buff/cache available [2021-04-01T15:40:16.396Z] Mem: 1837 775 158 0 903 1015 [2021-04-01T15:40:16.396Z] Swap: 1023 87 936 [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z] ---> ip addr: [2021-04-01T15:40:16.396Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-01T15:40:16.396Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-01T15:40:16.396Z] inet 127.0.0.1/8 scope host lo [2021-04-01T15:40:16.396Z] valid_lft forever preferred_lft forever [2021-04-01T15:40:16.396Z] inet6 ::1/128 scope host [2021-04-01T15:40:16.396Z] valid_lft forever preferred_lft forever [2021-04-01T15:40:16.396Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-01T15:40:16.396Z] link/ether fa:16:3e:ba:ee:93 brd ff:ff:ff:ff:ff:ff [2021-04-01T15:40:16.396Z] inet 10.30.122.216/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-01T15:40:16.396Z] valid_lft 85257sec preferred_lft 85257sec [2021-04-01T15:40:16.396Z] inet6 fe80::f816:3eff:feba:ee93/64 scope link [2021-04-01T15:40:16.396Z] valid_lft forever preferred_lft forever [2021-04-01T15:40:16.396Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-01T15:40:16.396Z] link/ether 02:42:cf:c9:43:a9 brd ff:ff:ff:ff:ff:ff [2021-04-01T15:40:16.396Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-01T15:40:16.396Z] valid_lft forever preferred_lft forever [2021-04-01T15:40:16.396Z] inet6 fe80::42:cfff:fec9:43a9/64 scope link [2021-04-01T15:40:16.396Z] valid_lft forever preferred_lft forever [2021-04-01T15:40:16.396Z] [2021-04-01T15:40:16.396Z]