Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ebfae9bf1c69030f223d824c55fa5330fb79db8d 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-31356 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/412 [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/412 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision ebfae9bf1c69030f223d824c55fa5330fb79db8d (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 Commit message: "Merge pull request #3297 from weichou1229/issue-3294" > git rev-list --no-walk e3e2d2a2a7785dd028c6b904d5b5a000c82f5fe6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-25T09:57:04.220Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-25T09:57:04.718Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-25T09:57:04.916Z] ========================================================= [2021-03-25T09:57:04.916Z] EdgeX Global Pipelines Version Info [2021-03-25T09:57:04.916Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-25T09:57:06.500Z] ------------------- [2021-03-25T09:57:06.500Z] stable info: [2021-03-25T09:57:06.500Z] ------------------- [2021-03-25T09:57:06.500Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-25T09:57:06.500Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-25T09:57:06.500Z] Message: update stable to v1.0.186 [2021-03-25T09:57:07.452Z] ------------------- [2021-03-25T09:57:07.452Z] experimental info: [2021-03-25T09:57:07.452Z] ------------------- [2021-03-25T09:57:07.452Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-25T09:57:07.452Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-25T09:57:07.452Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-25T09:57:07.876Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-25T09:57:08.042Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-25T09:57:08.205Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-25T09:57:08.381Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-25T09:57:08.570Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-25T09:57:08.761Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-25T09:57:08.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-25T09:57:09.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-25T09:57:09.280Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-25T09:57:09.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-25T09:57:09.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-25T09:57:09.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-25T09:57:10.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-25T09:57:10.191Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-25T09:57:10.400Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T09:57:10.571Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-25T09:57:10.773Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-25T09:57:10.992Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-25T09:57:11.158Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-25T09:57:11.359Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-25T09:57:11.519Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-25T09:57:11.700Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-25T09:57:11.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-25T09:57:12.054Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-25T09:57:12.211Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-25T09:57:12.385Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] echo [2021-03-25T09:57:12.572Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ebfae9b [Pipeline] echo [2021-03-25T09:57:12.795Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T09:57:13.150Z] provisioning config files... [2021-03-25T09:57:13.185Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/412@tmp/config2344445252698809990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T09:57:13.651Z] ---> docker-login.sh [2021-03-25T09:57:13.651Z] nexus3.edgexfoundry.org:10001 [2021-03-25T09:57:13.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:57:14.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:57:14.178Z] Configure a credential helper to remove this warning. See [2021-03-25T09:57:14.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:57:14.178Z] [2021-03-25T09:57:14.178Z] Login Succeeded [2021-03-25T09:57:14.178Z] nexus3.edgexfoundry.org:10002 [2021-03-25T09:57:14.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:57:14.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:57:14.442Z] Configure a credential helper to remove this warning. See [2021-03-25T09:57:14.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:57:14.442Z] [2021-03-25T09:57:14.442Z] Login Succeeded [2021-03-25T09:57:14.442Z] nexus3.edgexfoundry.org:10003 [2021-03-25T09:57:14.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:57:14.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:57:14.442Z] Configure a credential helper to remove this warning. See [2021-03-25T09:57:14.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:57:14.442Z] [2021-03-25T09:57:14.442Z] Login Succeeded [2021-03-25T09:57:14.442Z] nexus3.edgexfoundry.org:10004 [2021-03-25T09:57:14.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:57:14.705Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:57:14.705Z] Configure a credential helper to remove this warning. See [2021-03-25T09:57:14.705Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:57:14.705Z] [2021-03-25T09:57:14.705Z] Login Succeeded [2021-03-25T09:57:14.705Z] docker.io [2021-03-25T09:57:14.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T09:57:15.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T09:57:15.922Z] Configure a credential helper to remove this warning. See [2021-03-25T09:57:15.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T09:57:15.922Z] [2021-03-25T09:57:15.922Z] Login Succeeded [2021-03-25T09:57:15.922Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T09:57:15.933Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T09:57:16.619Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/core-command/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/core-data/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-25T09:57:16.619Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-25T09:57:16.619Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-25T09:57:16.619Z] ++ cut -d/ -f2 [2021-03-25T09:57:16.619Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-25T09:57:16.698Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-25T09:57:18.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T09:57:18.324Z] [2021-03-25T09:57:18.324Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T09:57:18.735Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T09:57:18.735Z] latest: Pulling from edgex-devops/git-semver [2021-03-25T09:57:18.735Z] 31603596830f: Pulling fs layer [2021-03-25T09:57:18.735Z] 2a8b12db71e7: Pulling fs layer [2021-03-25T09:57:18.735Z] 6ca5941a6612: Pulling fs layer [2021-03-25T09:57:18.735Z] ecc8261a40a4: Pulling fs layer [2021-03-25T09:57:18.735Z] ecc8261a40a4: Waiting [2021-03-25T09:57:18.735Z] 2a8b12db71e7: Download complete [2021-03-25T09:57:19.002Z] 31603596830f: Verifying Checksum [2021-03-25T09:57:19.002Z] 31603596830f: Download complete [2021-03-25T09:57:19.002Z] ecc8261a40a4: Verifying Checksum [2021-03-25T09:57:19.002Z] ecc8261a40a4: Download complete [2021-03-25T09:57:19.002Z] 6ca5941a6612: Verifying Checksum [2021-03-25T09:57:19.002Z] 6ca5941a6612: Download complete [2021-03-25T09:57:19.268Z] 31603596830f: Pull complete [2021-03-25T09:57:19.268Z] 2a8b12db71e7: Pull complete [2021-03-25T09:57:20.238Z] 6ca5941a6612: Pull complete [2021-03-25T09:57:20.504Z] ecc8261a40a4: Pull complete [2021-03-25T09:57:20.504Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-25T09:57:20.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T09:57:20.504Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-25T09:57:20.609Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T09:57:20.662Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T09:57:23.359Z] $ docker top bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T09:57:23.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T09:57:23.904Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T09:57:24.149Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T09:57:24.154Z] $ docker exec bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 ssh-agent [2021-03-25T09:57:24.334Z] SSH_AUTH_SOCK=/tmp/ssh-VObyeMNqrV1g/agent.12 [2021-03-25T09:57:24.334Z] SSH_AGENT_PID=18 [2021-03-25T09:57:24.349Z] Running ssh-add (command line suppressed) [2021-03-25T09:57:24.476Z] Identity added: /w/workspace/edgex-go/412@tmp/private_key_2895108742481388353.key (/w/workspace/edgex-go/412@tmp/private_key_2895108742481388353.key) [2021-03-25T09:57:24.533Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T09:57:25.148Z] + git tag --points-at HEAD [Pipeline] } [2021-03-25T09:57:25.174Z] $ docker exec --env ******** --env ******** bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 ssh-agent -k [2021-03-25T09:57:25.299Z] unset SSH_AUTH_SOCK; [2021-03-25T09:57:25.300Z] unset SSH_AGENT_PID; [2021-03-25T09:57:25.300Z] echo Agent pid 18 killed; [2021-03-25T09:57:25.349Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-25T09:57:25.783Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T09:57:25.783Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T09:57:25.995Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T09:57:26.000Z] $ docker exec bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 ssh-agent [2021-03-25T09:57:26.219Z] SSH_AUTH_SOCK=/tmp/ssh-z228hzYY1BRY/agent.48 [2021-03-25T09:57:26.219Z] SSH_AGENT_PID=53 [2021-03-25T09:57:26.228Z] Running ssh-add (command line suppressed) [2021-03-25T09:57:26.358Z] Identity added: /w/workspace/edgex-go/412@tmp/private_key_3556766898232412996.key (/w/workspace/edgex-go/412@tmp/private_key_3556766898232412996.key) [2021-03-25T09:57:26.420Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T09:57:26.821Z] + git semver init [2021-03-25T09:57:26.822Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T09:57:26.822Z] # $GIT_DIR = /w/workspace/edgex-go/412/.git [2021-03-25T09:57:26.822Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/412 [2021-03-25T09:57:26.822Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T09:57:26.822Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T09:57:26.822Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T09:57:26.822Z] # $SEMVER_BRANCH = master [2021-03-25T09:57:26.822Z] # $SEMVER_TEMP = /tmp/semver-240313726 [2021-03-25T09:57:26.822Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-25T09:57:45.032Z] # '/tmp/semver-240313726' -> '/w/workspace/edgex-go/412/.semver' [2021-03-25T09:57:45.610Z] # -> Force: false [2021-03-25T09:57:45.610Z] # $SEMVER_DIR = /w/workspace/edgex-go/412/.semver [Pipeline] } [2021-03-25T09:57:45.623Z] $ docker exec --env ******** --env ******** bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 ssh-agent -k [2021-03-25T09:57:45.852Z] unset SSH_AUTH_SOCK; [2021-03-25T09:57:45.852Z] unset SSH_AGENT_PID; [2021-03-25T09:57:45.852Z] echo Agent pid 53 killed; [2021-03-25T09:57:45.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T09:57:46.677Z] + git semver [Pipeline] } [2021-03-25T09:57:46.697Z] $ docker stop --time=1 bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 [2021-03-25T09:57:48.352Z] $ docker rm -f bd16286c7ac982185aa30530e15aeb0073b61f31649835f72c38e6f78ae43990 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T09:57:49.008Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-25T09:57:49.703Z] Stashed 1 file(s) [Pipeline] echo [2021-03-25T09:57:49.706Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.144 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T09:57:51.249Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-25T09:57:51.549Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T09:57:51.857Z] + sudo service docker restart [2021-03-25T09:57:51.857Z] + true [2021-03-25T09:57:51.857Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-25T09:57:52.453Z] ========================================================= [2021-03-25T09:57:52.453Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-25T09:57:52.453Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T09:57:52.853Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-25T09:57:57.088Z] Sending build context to Docker daemon 328.9MB [2021-03-25T09:57:57.088Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T09:57:57.089Z] Step 2/6 : FROM ${BASE} [2021-03-25T09:57:57.352Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-25T09:57:57.352Z] 188c0c94c7c5: Pulling fs layer [2021-03-25T09:57:57.352Z] 0ef7d3d256c8: Pulling fs layer [2021-03-25T09:57:57.352Z] de9db76c5a1d: Pulling fs layer [2021-03-25T09:57:57.352Z] bca2f99d35d6: Pulling fs layer [2021-03-25T09:57:57.352Z] 93359f2a8cfa: Pulling fs layer [2021-03-25T09:57:57.352Z] 7c6f9722023f: Pulling fs layer [2021-03-25T09:57:57.352Z] a35cf1a2eb13: Pulling fs layer [2021-03-25T09:57:57.352Z] bca2f99d35d6: Waiting [2021-03-25T09:57:57.352Z] 93359f2a8cfa: Waiting [2021-03-25T09:57:57.352Z] 7c6f9722023f: Waiting [2021-03-25T09:57:57.352Z] a35cf1a2eb13: Waiting [2021-03-25T09:57:57.352Z] de9db76c5a1d: Verifying Checksum [2021-03-25T09:57:57.352Z] de9db76c5a1d: Download complete [2021-03-25T09:57:57.352Z] 0ef7d3d256c8: Download complete [2021-03-25T09:57:57.352Z] 93359f2a8cfa: Verifying Checksum [2021-03-25T09:57:57.352Z] 93359f2a8cfa: Download complete [2021-03-25T09:57:57.352Z] 188c0c94c7c5: Verifying Checksum [2021-03-25T09:57:57.352Z] 188c0c94c7c5: Download complete [2021-03-25T09:57:57.352Z] 7c6f9722023f: Verifying Checksum [2021-03-25T09:57:57.353Z] 7c6f9722023f: Download complete [2021-03-25T09:57:57.622Z] 188c0c94c7c5: Pull complete [2021-03-25T09:57:57.885Z] 0ef7d3d256c8: Pull complete [2021-03-25T09:57:58.147Z] de9db76c5a1d: Pull complete [2021-03-25T09:57:59.575Z] a35cf1a2eb13: Verifying Checksum [2021-03-25T09:58:00.986Z] bca2f99d35d6: Verifying Checksum [2021-03-25T09:58:00.986Z] bca2f99d35d6: Download complete [2021-03-25T09:58:05.538Z] Still waiting to schedule task [2021-03-25T09:58:05.538Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-25T09:58:06.361Z] bca2f99d35d6: Pull complete [2021-03-25T09:58:06.362Z] 93359f2a8cfa: Pull complete [2021-03-25T09:58:06.362Z] 7c6f9722023f: Pull complete [2021-03-25T09:58:11.731Z] a35cf1a2eb13: Pull complete [2021-03-25T09:58:11.731Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-25T09:58:11.731Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-25T09:58:11.731Z] ---> a62c8e92a672 [2021-03-25T09:58:11.731Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-25T09:58:11.731Z] ---> Running in 66533bc6ad06 [2021-03-25T09:58:12.330Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T09:58:13.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T09:58:13.872Z] (1/12) Installing libmagic (5.38-r0) [2021-03-25T09:58:14.137Z] (2/12) Installing file (5.38-r0) [2021-03-25T09:58:14.137Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-25T09:58:14.137Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-25T09:58:19.465Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-25T09:58:19.465Z] (6/12) Installing patch (2.7.6-r6) [2021-03-25T09:58:19.731Z] (7/12) Installing build-base (0.5-r2) [2021-03-25T09:58:19.731Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-25T09:58:19.731Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-25T09:58:19.993Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-25T09:58:19.993Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-25T09:58:19.993Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-25T09:58:20.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T09:58:20.258Z] OK: 233 MiB in 51 packages [2021-03-25T09:58:23.589Z] Removing intermediate container 66533bc6ad06 [2021-03-25T09:58:23.589Z] ---> 4249956054d1 [2021-03-25T09:58:23.589Z] Step 4/6 : WORKDIR /edgex-go [2021-03-25T09:58:23.857Z] ---> Running in 8d51ccb7715b [2021-03-25T09:58:23.857Z] Removing intermediate container 8d51ccb7715b [2021-03-25T09:58:23.857Z] ---> a93bf8b7834c [2021-03-25T09:58:23.857Z] Step 5/6 : COPY go.mod . [2021-03-25T09:58:24.445Z] ---> 7c2622394448 [2021-03-25T09:58:24.445Z] Step 6/6 : RUN go mod download [2021-03-25T09:58:24.445Z] ---> Running in 2099678e9a14 [2021-03-25T09:58:46.485Z] Removing intermediate container 2099678e9a14 [2021-03-25T09:58:46.485Z] ---> 694b250275eb [2021-03-25T09:58:46.755Z] Successfully built 694b250275eb [2021-03-25T09:58:46.755Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T09:58:47.121Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T09:58:47.121Z] . [Pipeline] withDockerContainer [2021-03-25T09:58:47.237Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T09:58:47.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T09:58:48.297Z] $ docker top 287a7bc100153a4d47aae6cf5a6395e7b3b579c19df072fb532c8138585a4265 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T09:58:48.986Z] + go version [2021-03-25T09:58:48.986Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-25T09:58:49.000Z] $ docker stop --time=1 287a7bc100153a4d47aae6cf5a6395e7b3b579c19df072fb532c8138585a4265 [2021-03-25T09:58:50.481Z] $ docker rm -f 287a7bc100153a4d47aae6cf5a6395e7b3b579c19df072fb532c8138585a4265 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T09:58:51.731Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-25T09:58:51.731Z] . [Pipeline] withDockerContainer [2021-03-25T09:58:51.842Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T09:58:51.906Z] $ 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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T09:58:52.709Z] $ docker top dbe0c14e0622c588aafc758647bd918980a6b0154ec2eae34636134064317842 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T09:58:52.999Z] ========================================================= [2021-03-25T09:58:52.999Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-25T09:58:52.999Z] ========================================================= [Pipeline] sh [2021-03-25T09:58:53.292Z] + make test [2021-03-25T09:58:53.292Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-25T09:59:03.453Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-25T09:59:26.214Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-25T09:59:26.812Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-25T09:59:29.457Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-25T09:59:29.457Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-25T09:59:30.880Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-25T09:59:30.880Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-25T09:59:30.880Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-25T09:59:30.880Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-25T09:59:31.858Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-25T09:59:32.132Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-25T09:59:35.525Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-25T09:59:35.525Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-25T09:59:35.525Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-25T09:59:38.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements [2021-03-25T09:59:38.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-25T09:59:38.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-25T09:59:38.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-25T09:59:38.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-25T09:59:38.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-25T09:59:38.126Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-25T09:59:38.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.046s coverage: 19.8% of statements [2021-03-25T09:59:38.126Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements [2021-03-25T09:59:41.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.178s coverage: 27.1% of statements [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-25T09:59:41.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-25T09:59:41.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-25T09:59:41.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-25T09:59:41.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-25T09:59:42.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.222s coverage: 82.9% of statements [2021-03-25T09:59:42.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-25T09:59:42.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T09:59:42.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.209s coverage: 78.9% of statements [2021-03-25T09:59:42.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-25T09:59:45.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.431s coverage: 28.6% of statements [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-25T09:59:45.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-25T09:59:45.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-25T09:59:45.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-25T09:59:45.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.128s coverage: 97.5% of statements [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-25T09:59:45.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-25T09:59:45.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-25T09:59:48.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.409s coverage: 92.8% of statements [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-25T09:59:48.159Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-25T09:59:48.159Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-25T09:59:48.159Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-25T09:59:48.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-03-25T09:59:48.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements [2021-03-25T09:59:48.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-03-25T09:59:48.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-03-25T09:59:48.159Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements [2021-03-25T09:59:52.053Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31362 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-25T09:59:52.159Z] Running in /w/workspace/edgex-go/412 [Pipeline] { [Pipeline] checkout [2021-03-25T09:59:57.417Z] using credential edgex-jenkins-ssh [2021-03-25T09:59:57.549Z] Cloning the remote Git repository [2021-03-25T09:59:57.609Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-25T09:59:57.717Z] > git init /w/workspace/edgex-go/412 # timeout=10 [2021-03-25T09:59:57.806Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T09:59:57.807Z] > git --version # timeout=10 [2021-03-25T09:59:57.827Z] > git --version # 'git version 2.17.1' [2021-03-25T09:59:57.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T09:59:57.899Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T10:00:00.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.051s coverage: 94.4% of statements [2021-03-25T10:00:00.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-03-25T10:00:03.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.207s coverage: 82.6% of statements [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.067s coverage: 92.9% of statements [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.6% of statements [2021-03-25T10:00:13.209Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.091s coverage: 91.6% of statements [2021-03-25T10:00:13.209Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 64.4% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.053s coverage: 91.3% of statements [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.170s coverage: 87.1% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.784s coverage: 29.1% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.093s coverage: 94.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-25T10:00:13.210Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-25T10:00:13.210Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-25T10:00:13.787Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-03-25T10:00:14.052Z] GO111MODULE=on go vet ./... [2021-03-25T10:00:16.088Z] Checking out Revision ebfae9bf1c69030f223d824c55fa5330fb79db8d (master) [2021-03-25T10:00:15.303Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T10:00:15.321Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-25T10:00:15.343Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-25T10:00:15.379Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-25T10:00:15.380Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-25T10:00:15.391Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-25T10:00:16.116Z] > git config core.sparsecheckout # timeout=10 [2021-03-25T10:00:16.132Z] > git checkout -f ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 [2021-03-25T10:00:20.952Z] Commit message: "Merge pull request #3297 from weichou1229/issue-3294" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-25T10:00:22.709Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-25T10:00:23.120Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-25T10:00:23.469Z] + sudo service docker restart [2021-03-25T10:00:23.469Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T10:00:26.268Z] provisioning config files... [2021-03-25T10:00:26.321Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/412@tmp/config7809141686115939750tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:00:26.811Z] ---> docker-login.sh [2021-03-25T10:00:26.811Z] nexus3.edgexfoundry.org:10001 [2021-03-25T10:00:27.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:00:28.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:00:28.066Z] Configure a credential helper to remove this warning. See [2021-03-25T10:00:28.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:00:28.066Z] [2021-03-25T10:00:28.066Z] Login Succeeded [2021-03-25T10:00:28.066Z] nexus3.edgexfoundry.org:10002 [2021-03-25T10:00:28.343Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:00:28.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:00:28.617Z] Configure a credential helper to remove this warning. See [2021-03-25T10:00:28.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:00:28.617Z] [2021-03-25T10:00:28.617Z] Login Succeeded [2021-03-25T10:00:28.617Z] nexus3.edgexfoundry.org:10003 [2021-03-25T10:00:28.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:00:29.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:00:29.170Z] Configure a credential helper to remove this warning. See [2021-03-25T10:00:29.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:00:29.170Z] [2021-03-25T10:00:29.170Z] Login Succeeded [2021-03-25T10:00:29.170Z] nexus3.edgexfoundry.org:10004 [2021-03-25T10:00:29.445Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:00:29.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:00:29.719Z] Configure a credential helper to remove this warning. See [2021-03-25T10:00:29.719Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:00:29.719Z] [2021-03-25T10:00:29.719Z] Login Succeeded [2021-03-25T10:00:29.719Z] docker.io [2021-03-25T10:00:29.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:00:30.968Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:00:30.968Z] Configure a credential helper to remove this warning. See [2021-03-25T10:00:30.968Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:00:30.968Z] [2021-03-25T10:00:30.968Z] Login Succeeded [2021-03-25T10:00:30.968Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T10:00:30.985Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-25T10:00:31.753Z] ========================================================= [2021-03-25T10:00:31.753Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-25T10:00:31.753Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:00:32.212Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-25T10:00:34.856Z] Sending build context to Docker daemon 166.9MB [2021-03-25T10:00:34.856Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-25T10:00:34.856Z] Step 2/6 : FROM ${BASE} [2021-03-25T10:00:34.856Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-25T10:00:34.856Z] 5f621e34cdf4: Pulling fs layer [2021-03-25T10:00:34.856Z] a4357932f1b6: Pulling fs layer [2021-03-25T10:00:34.856Z] 18c013af1878: Pulling fs layer [2021-03-25T10:00:34.856Z] 00ac8860ef70: Pulling fs layer [2021-03-25T10:00:34.856Z] 63d7cb157983: Pulling fs layer [2021-03-25T10:00:34.856Z] b116817d02f9: Pulling fs layer [2021-03-25T10:00:34.856Z] 745a02a5169b: Pulling fs layer [2021-03-25T10:00:34.856Z] 00ac8860ef70: Waiting [2021-03-25T10:00:34.856Z] 63d7cb157983: Waiting [2021-03-25T10:00:34.856Z] b116817d02f9: Waiting [2021-03-25T10:00:34.856Z] 745a02a5169b: Waiting [2021-03-25T10:00:34.856Z] 18c013af1878: Download complete [2021-03-25T10:00:34.856Z] a4357932f1b6: Verifying Checksum [2021-03-25T10:00:34.856Z] a4357932f1b6: Download complete [2021-03-25T10:00:35.131Z] 63d7cb157983: Verifying Checksum [2021-03-25T10:00:35.131Z] 63d7cb157983: Download complete [2021-03-25T10:00:35.131Z] 5f621e34cdf4: Verifying Checksum [2021-03-25T10:00:35.131Z] 5f621e34cdf4: Download complete [2021-03-25T10:00:35.131Z] b116817d02f9: Verifying Checksum [2021-03-25T10:00:35.131Z] b116817d02f9: Download complete [2021-03-25T10:00:35.733Z] 5f621e34cdf4: Pull complete [2021-03-25T10:00:36.347Z] a4357932f1b6: Pull complete [2021-03-25T10:00:36.954Z] 18c013af1878: Pull complete [2021-03-25T10:00:38.403Z] 745a02a5169b: Verifying Checksum [2021-03-25T10:00:38.403Z] 745a02a5169b: Download complete [2021-03-25T10:00:39.846Z] 00ac8860ef70: Verifying Checksum [2021-03-25T10:00:39.846Z] 00ac8860ef70: Download complete [2021-03-25T10:00:46.319Z] gofmt -l . [2021-03-25T10:00:46.319Z] [ "`gofmt -l .`" = "" ] [2021-03-25T10:00:46.319Z] ./bin/test-go-mod-tidy.sh [2021-03-25T10:00:46.319Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-25T10:00:46.947Z] + ls -al . [2021-03-25T10:00:46.947Z] total 776 [2021-03-25T10:00:46.947Z] drwxrwxr-x 10 1001 1001 4096 Mar 25 10:00 . [2021-03-25T10:00:46.947Z] drwxr-xr-x 4 root root 32 Mar 25 09:58 .. [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 11 Mar 25 09:56 .dockerignore [2021-03-25T10:00:46.947Z] drwxrwxr-x 8 1001 1001 162 Mar 25 09:57 .git [2021-03-25T10:00:46.947Z] drwxrwxr-x 3 1001 1001 125 Mar 25 09:56 .github [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 818 Mar 25 09:56 .gitignore [2021-03-25T10:00:46.947Z] drwx------ 3 1001 1001 45 Mar 25 09:57 .semver [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 166 Mar 25 09:56 .sonarcloud.properties [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 8607 Mar 25 09:56 Attribution.txt [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 3804 Mar 25 09:56 CONTRIBUTING.md [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 931 Mar 25 09:56 Dockerfile.build [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 863 Mar 25 09:56 Jenkinsfile [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 10775 Mar 25 09:56 LICENSE [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 5774 Mar 25 09:56 Makefile [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 6548 Mar 25 09:56 README.md [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 6755 Mar 25 09:56 SECURITY.md [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 13 Mar 25 09:57 VERSION [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 4131 Mar 25 09:56 ZMQWindows.md [2021-03-25T10:00:46.947Z] drwxrwxr-x 2 1001 1001 117 Mar 25 09:56 bin [2021-03-25T10:00:46.947Z] drwxrwxr-x 14 1001 1001 4096 Mar 25 09:56 cmd [2021-03-25T10:00:46.947Z] -rw-r--r-- 1 root root 666599 Mar 25 10:00 coverage.out [2021-03-25T10:00:46.947Z] -rw-r--r-- 1 root root 1056 Mar 25 10:00 go.mod [2021-03-25T10:00:46.947Z] -rw-r--r-- 1 root root 22530 Mar 25 10:00 go.sum [2021-03-25T10:00:46.947Z] drwxrwxr-x 8 1001 1001 127 Mar 25 09:56 internal [2021-03-25T10:00:46.947Z] drwxrwxr-x 4 1001 1001 26 Mar 25 09:56 openapi [2021-03-25T10:00:46.947Z] drwxrwxr-x 4 1001 1001 71 Mar 25 09:56 snap [2021-03-25T10:00:46.947Z] -rw-rw-r-- 1 1001 1001 168 Mar 25 09:56 version.go [Pipeline] sh [2021-03-25T10:00:47.255Z] + '[' -e coverage.out ] [2021-03-25T10:00:47.255Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-25T10:00:47.462Z] Stashed 1 file(s) [Pipeline] sh [2021-03-25T10:00:47.763Z] + make build [2021-03-25T10:00:47.763Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-data/core-data ./cmd/core-data [2021-03-25T10:00:50.021Z] 00ac8860ef70: Pull complete [2021-03-25T10:00:50.297Z] 63d7cb157983: Pull complete [2021-03-25T10:00:50.575Z] b116817d02f9: Pull complete [2021-03-25T10:00:53.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-25T10:00:54.897Z] 745a02a5169b: Pull complete [2021-03-25T10:00:54.897Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-25T10:00:54.897Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-25T10:00:54.897Z] ---> b7e6874047d6 [2021-03-25T10:00:54.897Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-25T10:00:57.506Z] ---> Running in 6be32ec01128 [2021-03-25T10:00:58.953Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:00:59.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:01:00.904Z] (1/12) Installing libmagic (5.38-r0) [2021-03-25T10:01:01.176Z] (2/12) Installing file (5.38-r0) [2021-03-25T10:01:01.176Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-25T10:01:01.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-command/core-command ./cmd/core-command [2021-03-25T10:01:01.448Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-25T10:01:02.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-25T10:01:04.689Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-25T10:01:04.956Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-25T10:01:06.886Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-25T10:01:08.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-25T10:01:09.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-25T10:01:09.743Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-25T10:01:09.743Z] (6/12) Installing patch (2.7.6-r6) [2021-03-25T10:01:09.743Z] (7/12) Installing build-base (0.5-r2) [2021-03-25T10:01:09.743Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-25T10:01:09.743Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-25T10:01:09.743Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-25T10:01:09.743Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-25T10:01:09.743Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-25T10:01:09.743Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:01:09.743Z] OK: 217 MiB in 51 packages [2021-03-25T10:01:10.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-25T10:01:12.064Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-25T10:01:13.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-25T10:01:14.046Z] Removing intermediate container 6be32ec01128 [2021-03-25T10:01:14.046Z] ---> 57eb91edc6a1 [2021-03-25T10:01:14.046Z] Step 4/6 : WORKDIR /edgex-go [2021-03-25T10:01:14.046Z] ---> Running in c9575aec6ac7 [2021-03-25T10:01:14.319Z] Removing intermediate container c9575aec6ac7 [2021-03-25T10:01:14.319Z] ---> 5fcf728bd828 [2021-03-25T10:01:14.319Z] Step 5/6 : COPY go.mod . [2021-03-25T10:01:14.931Z] ---> b320c1257b59 [2021-03-25T10:01:14.931Z] Step 6/6 : RUN go mod download [2021-03-25T10:01:15.207Z] ---> Running in fda2936a6a70 [Pipeline] } [2021-03-25T10:01:15.594Z] $ docker stop --time=1 dbe0c14e0622c588aafc758647bd918980a6b0154ec2eae34636134064317842 [2021-03-25T10:01:17.323Z] $ docker rm -f dbe0c14e0622c588aafc758647bd918980a6b0154ec2eae34636134064317842 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:01:21.295Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T10:01:21.295Z] [2021-03-25T10:01:21.295Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:01:21.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T10:01:21.701Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-25T10:01:21.701Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-25T10:01:21.701Z] ca9280d653b3: Pulling fs layer [2021-03-25T10:01:21.701Z] 7e9c9ca2126c: Pulling fs layer [2021-03-25T10:01:21.964Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-25T10:01:21.964Z] cbdbe7a5bc2a: Download complete [2021-03-25T10:01:22.229Z] cbdbe7a5bc2a: Pull complete [2021-03-25T10:01:22.492Z] ca9280d653b3: Verifying Checksum [2021-03-25T10:01:22.492Z] ca9280d653b3: Download complete [2021-03-25T10:01:23.918Z] ca9280d653b3: Pull complete [2021-03-25T10:01:23.918Z] 7e9c9ca2126c: Download complete [2021-03-25T10:01:30.572Z] 7e9c9ca2126c: Pull complete [2021-03-25T10:01:30.572Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-25T10:01:30.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T10:01:30.572Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-25T10:01:30.720Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T10:01:30.774Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-25T10:01:33.888Z] $ docker top 5c7c61b459884c41906552c3e3dddba25d0142f7e54b892ded787fb3d026c5bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:01:34.621Z] + grep parallel [2021-03-25T10:01:34.622Z] + docker-compose build --help [2021-03-25T10:01:35.651Z] --parallel Build images in parallel. [Pipeline] } [2021-03-25T10:01:35.671Z] $ docker stop --time=1 5c7c61b459884c41906552c3e3dddba25d0142f7e54b892ded787fb3d026c5bc [2021-03-25T10:01:37.073Z] $ docker rm -f 5c7c61b459884c41906552c3e3dddba25d0142f7e54b892ded787fb3d026c5bc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:01:38.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-25T10:01:38.006Z] . [Pipeline] withDockerContainer [2021-03-25T10:01:38.111Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T10:01:38.165Z] $ 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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T10:01:38.979Z] $ docker top c2666effa775234c5570ab0123cae63e8121a349b7a42521e577005eb44315a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:01:39.593Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-25T10:01:40.541Z] Building docker-core-command-go ... [2021-03-25T10:01:40.541Z] Building docker-core-data-go ... [2021-03-25T10:01:40.541Z] Building docker-core-metadata-go ... [2021-03-25T10:01:40.541Z] Building docker-security-bootstrapper-go ... [2021-03-25T10:01:40.541Z] Building docker-security-proxy-setup-go ... [2021-03-25T10:01:40.541Z] Building docker-security-secretstore-setup-go ... [2021-03-25T10:01:40.541Z] Building docker-support-notifications-go ... [2021-03-25T10:01:40.541Z] Building docker-support-scheduler-go ... [2021-03-25T10:01:40.541Z] Building docker-sys-mgmt-agent-go ... [2021-03-25T10:01:40.541Z] Building docker-sys-mgmt-agent-go [2021-03-25T10:01:40.541Z] Building docker-support-notifications-go [2021-03-25T10:01:40.541Z] Building docker-core-command-go [2021-03-25T10:01:40.541Z] Building docker-core-metadata-go [2021-03-25T10:01:40.541Z] Building docker-security-proxy-setup-go [2021-03-25T10:01:42.394Z] Removing intermediate container fda2936a6a70 [2021-03-25T10:01:42.394Z] ---> a375d5dae07b [2021-03-25T10:01:42.394Z] Successfully built a375d5dae07b [2021-03-25T10:01:42.394Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:01:42.746Z] + docker inspect -f . ci-base-image-arm64 [2021-03-25T10:01:42.746Z] . [Pipeline] withDockerContainer [2021-03-25T10:01:43.036Z] prd-ubuntu18.04-docker-arm64-4c-16g-31362 does not seem to be running inside a container [2021-03-25T10:01:43.133Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-25T10:01:44.786Z] $ docker top 625709c7237680de8e8ef0a600cdc87cd1955110d1b9bdca87d60b83f9fa873c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:01:45.929Z] + go version [2021-03-25T10:01:45.929Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-25T10:01:45.959Z] $ docker stop --time=1 625709c7237680de8e8ef0a600cdc87cd1955110d1b9bdca87d60b83f9fa873c [2021-03-25T10:01:47.910Z] $ docker rm -f 625709c7237680de8e8ef0a600cdc87cd1955110d1b9bdca87d60b83f9fa873c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:01:49.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T10:01:49.901Z] [2021-03-25T10:01:49.901Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:01:50.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T10:01:50.355Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-25T10:01:50.355Z] 29e5d40040c1: Pulling fs layer [2021-03-25T10:01:50.355Z] 1ce36da41761: Pulling fs layer [2021-03-25T10:01:50.355Z] 25b303627fd3: Pulling fs layer [2021-03-25T10:01:50.951Z] 29e5d40040c1: Verifying Checksum [2021-03-25T10:01:50.951Z] 29e5d40040c1: Download complete [2021-03-25T10:01:51.551Z] 1ce36da41761: Verifying Checksum [2021-03-25T10:01:51.551Z] 1ce36da41761: Download complete [2021-03-25T10:01:51.551Z] 29e5d40040c1: Pull complete [2021-03-25T10:01:52.525Z] 1ce36da41761: Pull complete [2021-03-25T10:01:53.120Z] 25b303627fd3: Verifying Checksum [2021-03-25T10:01:53.120Z] 25b303627fd3: Download complete [2021-03-25T10:02:03.262Z] 25b303627fd3: Pull complete [2021-03-25T10:02:03.263Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-25T10:02:03.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T10:02:03.263Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-25T10:02:03.491Z] prd-ubuntu18.04-docker-arm64-4c-16g-31362 does not seem to be running inside a container [2021-03-25T10:02:03.585Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-25T10:02:06.821Z] $ docker top 4789f02d70b1d5671175df3b80e95966d611115431081b5b644db28973791ece -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:02:08.020Z] + docker-compose build --help [2021-03-25T10:02:08.020Z] + grep parallel [2021-03-25T10:02:11.404Z] --parallel Build images in parallel. [Pipeline] } [2021-03-25T10:02:11.436Z] $ docker stop --time=1 4789f02d70b1d5671175df3b80e95966d611115431081b5b644db28973791ece [2021-03-25T10:02:13.697Z] $ docker rm -f 4789f02d70b1d5671175df3b80e95966d611115431081b5b644db28973791ece [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:02:14.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-25T10:02:14.813Z] . [Pipeline] withDockerContainer [2021-03-25T10:02:15.093Z] prd-ubuntu18.04-docker-arm64-4c-16g-31362 does not seem to be running inside a container [2021-03-25T10:02:15.196Z] $ 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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-25T10:02:16.692Z] $ docker top f7e7c99b43cf599e0af4fc581609c5adcf223361de11cd60a06df5c487ffe9cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:02:18.119Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-25T10:02:19.444Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:02:19.444Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:02:19.444Z] ---> 694b250275eb [2021-03-25T10:02:19.444Z] Step 3/26 : WORKDIR /edgex-go [2021-03-25T10:02:19.444Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:02:19.444Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:02:19.444Z] ---> 694b250275eb [2021-03-25T10:02:19.444Z] Step 3/21 : WORKDIR /edgex-go [2021-03-25T10:02:19.444Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:02:19.444Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:02:19.444Z] ---> 694b250275eb [2021-03-25T10:02:19.444Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:02:19.444Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:02:19.444Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:02:19.444Z] ---> 694b250275eb [2021-03-25T10:02:19.444Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T10:02:19.444Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:02:19.444Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:02:19.444Z] ---> 694b250275eb [2021-03-25T10:02:19.444Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:02:19.444Z] ---> Running in c0f475b1a6ac [2021-03-25T10:02:19.444Z] ---> Running in 28f9b6856aac [2021-03-25T10:02:19.444Z] ---> Running in fc2a087e87d9 [2021-03-25T10:02:19.444Z] ---> Running in 07410992c159 [2021-03-25T10:02:19.444Z] ---> Running in 9f50daad63d0 [2021-03-25T10:02:19.444Z] Removing intermediate container fc2a087e87d9 [2021-03-25T10:02:19.444Z] ---> 211f3602fa0a [2021-03-25T10:02:19.444Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:02:19.444Z] Removing intermediate container c0f475b1a6ac [2021-03-25T10:02:19.444Z] ---> c7705dc6665c [2021-03-25T10:02:19.444Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:02:19.444Z] Removing intermediate container 28f9b6856aac [2021-03-25T10:02:19.444Z] ---> 9b9687f4ef40 [2021-03-25T10:02:19.444Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:02:19.444Z] Removing intermediate container 9f50daad63d0 [2021-03-25T10:02:19.444Z] ---> 65bc021f78ff [2021-03-25T10:02:19.444Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:02:19.444Z] Removing intermediate container 07410992c159 [2021-03-25T10:02:19.444Z] ---> 81c21c76e74d [2021-03-25T10:02:19.444Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:02:19.445Z] ---> Running in 078bb012c144 [2021-03-25T10:02:19.445Z] ---> Running in e0dbe5df54cc [2021-03-25T10:02:19.445Z] ---> Running in 39bff1439814 [2021-03-25T10:02:19.445Z] ---> Running in 6b1f5783616f [2021-03-25T10:02:19.445Z] ---> Running in a54d6a9ff519 [2021-03-25T10:02:19.445Z] Removing intermediate container 39bff1439814 [2021-03-25T10:02:19.445Z] ---> 89232689fc11 [2021-03-25T10:02:19.445Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T10:02:19.712Z] Removing intermediate container 6b1f5783616f [2021-03-25T10:02:19.712Z] ---> 1dde753008ae [2021-03-25T10:02:19.712Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-25T10:02:19.712Z] ---> Running in 1025dd97f1e1 [2021-03-25T10:02:19.712Z] Removing intermediate container 078bb012c144 [2021-03-25T10:02:19.712Z] ---> d6fb72f49902 [2021-03-25T10:02:19.712Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-25T10:02:19.978Z] ---> Running in 74cff7ea71a7 [2021-03-25T10:02:19.978Z] Removing intermediate container a54d6a9ff519 [2021-03-25T10:02:19.978Z] ---> 3f9c40469e88 [2021-03-25T10:02:19.978Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-25T10:02:19.978Z] Removing intermediate container e0dbe5df54cc [2021-03-25T10:02:19.978Z] ---> 6d09ff86cbe2 [2021-03-25T10:02:19.978Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T10:02:19.978Z] ---> Running in 1bfa7cf1f6db [2021-03-25T10:02:20.247Z] ---> Running in 39486a4acc72 [2021-03-25T10:02:20.247Z] ---> Running in 60d65cc6bd91 [2021-03-25T10:02:21.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:21.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:21.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:21.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:21.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:21.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:21.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:21.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:22.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:22.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:02:22.320Z] OK: 233 MiB in 51 packages [2021-03-25T10:02:22.600Z] OK: 233 MiB in 51 packages [2021-03-25T10:02:22.600Z] OK: 233 MiB in 51 packages [2021-03-25T10:02:22.600Z] OK: 233 MiB in 51 packages [2021-03-25T10:02:22.872Z] OK: 233 MiB in 51 packages [2021-03-25T10:02:23.465Z] Removing intermediate container 1025dd97f1e1 [2021-03-25T10:02:23.465Z] ---> 07096ff69a5c [2021-03-25T10:02:23.465Z] Step 6/23 : COPY go.mod . [2021-03-25T10:02:23.465Z] Removing intermediate container 74cff7ea71a7 [2021-03-25T10:02:23.465Z] ---> 4e97b4caf25f [2021-03-25T10:02:23.465Z] Step 6/21 : COPY go.mod . [2021-03-25T10:02:23.465Z] Removing intermediate container 1bfa7cf1f6db [2021-03-25T10:02:23.465Z] ---> 55632ae47827 [2021-03-25T10:02:23.465Z] Step 6/26 : COPY go.mod . [2021-03-25T10:02:23.571Z] Building docker-core-command-go ... [2021-03-25T10:02:23.572Z] Building docker-core-data-go ... [2021-03-25T10:02:23.572Z] Building docker-core-metadata-go ... [2021-03-25T10:02:23.572Z] Building docker-security-bootstrapper-go ... [2021-03-25T10:02:23.572Z] Building docker-security-proxy-setup-go ... [2021-03-25T10:02:23.572Z] Building docker-security-secretstore-setup-go ... [2021-03-25T10:02:23.572Z] Building docker-support-notifications-go ... [2021-03-25T10:02:23.572Z] Building docker-support-scheduler-go ... [2021-03-25T10:02:23.572Z] Building docker-sys-mgmt-agent-go ... [2021-03-25T10:02:23.572Z] Building docker-support-notifications-go [2021-03-25T10:02:23.572Z] Building docker-support-scheduler-go [2021-03-25T10:02:23.572Z] Building docker-sys-mgmt-agent-go [2021-03-25T10:02:23.572Z] Building docker-security-proxy-setup-go [2021-03-25T10:02:23.572Z] Building docker-security-secretstore-setup-go [2021-03-25T10:02:23.734Z] ---> bfe39cfd6fbb [2021-03-25T10:02:23.734Z] Step 7/23 : RUN go mod download [2021-03-25T10:02:23.734Z] Removing intermediate container 39486a4acc72 [2021-03-25T10:02:23.734Z] ---> 9ae52c2e4ad4 [2021-03-25T10:02:23.734Z] Step 6/22 : COPY go.mod . [2021-03-25T10:02:24.000Z] ---> Running in bed6ce9cb49a [2021-03-25T10:02:24.000Z] ---> 2a7a7bc7e13e [2021-03-25T10:02:24.000Z] Step 7/21 : RUN go mod download [2021-03-25T10:02:24.000Z] Removing intermediate container 60d65cc6bd91 [2021-03-25T10:02:24.000Z] ---> 11d5aaeca516 [2021-03-25T10:02:24.000Z] Step 6/23 : COPY go.mod . [2021-03-25T10:02:24.266Z] ---> 6ab9b21a2fc9 [2021-03-25T10:02:24.266Z] Step 7/26 : RUN go mod download [2021-03-25T10:02:24.266Z] ---> Running in c12b0f963a3b [2021-03-25T10:02:24.266Z] ---> Running in a860ddfca78d [2021-03-25T10:02:24.532Z] ---> 87e9434dc5cb [2021-03-25T10:02:24.532Z] Step 7/22 : RUN go mod download [2021-03-25T10:02:24.532Z] ---> e8dd9342655c [2021-03-25T10:02:24.532Z] Step 7/23 : RUN go mod download [2021-03-25T10:02:24.798Z] ---> Running in 2c3c4efeffe9 [2021-03-25T10:02:24.798Z] ---> Running in 1bc38902e4e8 [2021-03-25T10:02:27.396Z] Removing intermediate container a860ddfca78d [2021-03-25T10:02:27.396Z] ---> e3887f378b35 [2021-03-25T10:02:27.396Z] Step 8/26 : COPY . . [2021-03-25T10:02:27.396Z] Removing intermediate container c12b0f963a3b [2021-03-25T10:02:27.396Z] ---> 8c2e8c423358 [2021-03-25T10:02:27.396Z] Step 8/21 : COPY . . [2021-03-25T10:02:27.396Z] Removing intermediate container bed6ce9cb49a [2021-03-25T10:02:27.396Z] ---> 27c936c679f7 [2021-03-25T10:02:27.396Z] Step 8/23 : COPY . . [2021-03-25T10:02:27.396Z] Removing intermediate container 2c3c4efeffe9 [2021-03-25T10:02:27.396Z] ---> 9621ac79f55a [2021-03-25T10:02:27.396Z] Step 8/22 : COPY . . [2021-03-25T10:02:27.396Z] Removing intermediate container 1bc38902e4e8 [2021-03-25T10:02:27.396Z] ---> 6a9471d31887 [2021-03-25T10:02:27.396Z] Step 8/23 : COPY . . [2021-03-25T10:03:06.352Z] ---> 65301378c5a1 [2021-03-25T10:03:06.352Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-25T10:03:06.352Z] ---> b5879278a4eb [2021-03-25T10:03:06.352Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-25T10:03:06.352Z] ---> c154338704bb [2021-03-25T10:03:06.352Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-25T10:03:06.352Z] ---> b07b1d4c1c3f [2021-03-25T10:03:06.352Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-25T10:03:06.352Z] ---> 3574d5b7d93d [2021-03-25T10:03:06.352Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-25T10:03:06.352Z] ---> Running in 7df138f07339 [2021-03-25T10:03:06.352Z] ---> Running in 6f8ef583ee29 [2021-03-25T10:03:06.352Z] ---> Running in d1442f3933b3 [2021-03-25T10:03:06.352Z] ---> Running in 7baee3655ea3 [2021-03-25T10:03:06.352Z] ---> Running in cd25e4508519 [2021-03-25T10:03:07.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-25T10:03:07.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-command/core-command ./cmd/core-command [2021-03-25T10:03:07.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-25T10:03:07.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-25T10:03:07.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-25T10:03:20.169Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:03:20.169Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:03:20.169Z] ---> a375d5dae07b [2021-03-25T10:03:20.169Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T10:03:20.169Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:03:20.169Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:03:20.169Z] ---> a375d5dae07b [2021-03-25T10:03:20.169Z] Step 3/21 : WORKDIR /edgex-go [2021-03-25T10:03:20.169Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:03:20.169Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:03:20.169Z] ---> a375d5dae07b [2021-03-25T10:03:20.169Z] Step 3/26 : WORKDIR /edgex-go [2021-03-25T10:03:20.169Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:03:20.169Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:03:20.169Z] ---> a375d5dae07b [2021-03-25T10:03:20.169Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T10:03:20.169Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:03:20.169Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:03:20.169Z] ---> a375d5dae07b [2021-03-25T10:03:20.169Z] Step 3/24 : WORKDIR /edgex-go [2021-03-25T10:03:20.169Z] ---> Running in 0198a8d3260f [2021-03-25T10:03:20.169Z] ---> Running in 99decf34af37 [2021-03-25T10:03:20.169Z] ---> Running in c09c3bbe8737 [2021-03-25T10:03:20.169Z] ---> Running in 543c1a93a8cc [2021-03-25T10:03:20.169Z] ---> Running in 0713215b703c [2021-03-25T10:03:20.169Z] Removing intermediate container 543c1a93a8cc [2021-03-25T10:03:20.169Z] ---> 8a2cf956ab68 [2021-03-25T10:03:20.169Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:03:20.169Z] Removing intermediate container 99decf34af37 [2021-03-25T10:03:20.169Z] ---> 3a134b72084c [2021-03-25T10:03:20.169Z] Removing intermediate container 0713215b703c [2021-03-25T10:03:20.169Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> c19d9c8018a6 [2021-03-25T10:03:20.169Z] [2021-03-25T10:03:20.169Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:03:20.169Z] Removing intermediate container c09c3bbe8737 [2021-03-25T10:03:20.169Z] ---> 6bde67c3dc80 [2021-03-25T10:03:20.169Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:03:20.169Z] Removing intermediate container 0198a8d3260f [2021-03-25T10:03:20.169Z] ---> 809908daec80 [2021-03-25T10:03:20.169Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:03:20.169Z] ---> Running in 6546f2bfa37f [2021-03-25T10:03:20.169Z] ---> Running in ad71be7ef6f3 [2021-03-25T10:03:20.169Z] ---> Running in e482fe52d567 [2021-03-25T10:03:20.169Z] ---> Running in 2b09b9eebdf2 [2021-03-25T10:03:20.169Z] ---> Running in 17b6f60241f3 [2021-03-25T10:03:20.169Z] Removing intermediate container ad71be7ef6f3 [2021-03-25T10:03:20.169Z] ---> 5fb9ebd36cfd [2021-03-25T10:03:20.169Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-25T10:03:20.169Z] Removing intermediate container 6546f2bfa37f [2021-03-25T10:03:20.169Z] ---> e1c9413d14d0 [2021-03-25T10:03:20.169Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-25T10:03:20.169Z] ---> Running in 1f48eca26e98 [2021-03-25T10:03:20.169Z] Removing intermediate container e482fe52d567 [2021-03-25T10:03:20.169Z] ---> a3b619950ceb [2021-03-25T10:03:20.169Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-25T10:03:20.169Z] ---> Running in 87e1294cff9f [2021-03-25T10:03:20.169Z] ---> Running in 3b3016a3c08a [2021-03-25T10:03:20.169Z] Removing intermediate container 2b09b9eebdf2 [2021-03-25T10:03:20.169Z] ---> 9253b3eb3dd2 [2021-03-25T10:03:20.169Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-25T10:03:20.169Z] Removing intermediate container 17b6f60241f3 [2021-03-25T10:03:20.169Z] ---> 7a97c719f9da [2021-03-25T10:03:20.169Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-25T10:03:20.169Z] ---> Running in 2f10ff2591ec [2021-03-25T10:03:20.169Z] ---> Running in a4e7685bf179 [2021-03-25T10:03:20.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:21.061Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:21.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:21.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:21.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:21.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:21.890Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:22.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:22.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:22.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:03:22.724Z] OK: 217 MiB in 51 packages [2021-03-25T10:03:23.005Z] OK: 217 MiB in 51 packages [2021-03-25T10:03:23.005Z] OK: 217 MiB in 51 packages [2021-03-25T10:03:23.289Z] OK: 217 MiB in 51 packages [2021-03-25T10:03:23.289Z] OK: 217 MiB in 51 packages [2021-03-25T10:03:24.270Z] Removing intermediate container 87e1294cff9f [2021-03-25T10:03:24.270Z] ---> 079403ad375a [2021-03-25T10:03:24.270Z] Step 6/22 : COPY go.mod . [2021-03-25T10:03:24.891Z] Removing intermediate container 3b3016a3c08a [2021-03-25T10:03:24.891Z] ---> 095585fa42a5 [2021-03-25T10:03:24.891Z] Step 6/24 : COPY go.mod . [2021-03-25T10:03:24.891Z] Removing intermediate container a4e7685bf179 [2021-03-25T10:03:24.891Z] ---> 100f74e1ee22 [2021-03-25T10:03:24.891Z] Step 6/26 : COPY go.mod . [2021-03-25T10:03:25.165Z] Removing intermediate container 1f48eca26e98 [2021-03-25T10:03:25.165Z] ---> dcfdddc1c689 [2021-03-25T10:03:25.165Z] Step 6/22 : COPY go.mod . [2021-03-25T10:03:25.447Z] Removing intermediate container 2f10ff2591ec [2021-03-25T10:03:25.447Z] ---> e8b6cd573cc1 [2021-03-25T10:03:25.447Z] Step 6/21 : COPY go.mod . [2021-03-25T10:03:25.447Z] ---> f3c995db70bb [2021-03-25T10:03:25.447Z] Step 7/22 : RUN go mod download [2021-03-25T10:03:25.723Z] ---> Running in 61f264c48d9c [2021-03-25T10:03:25.723Z] ---> bca5b8135641 [2021-03-25T10:03:25.723Z] Step 7/24 : RUN go mod download [2021-03-25T10:03:25.998Z] ---> e648ce8c7b7f [2021-03-25T10:03:25.998Z] Step 7/26 : RUN go mod download [2021-03-25T10:03:25.998Z] ---> Running in 21085e631098 [2021-03-25T10:03:26.280Z] ---> 82634d4b69b8 [2021-03-25T10:03:26.280Z] Step 7/22 : RUN go mod download [2021-03-25T10:03:26.280Z] ---> Running in 3581a1b45b25 [2021-03-25T10:03:26.280Z] ---> 3657bb5f60f4 [2021-03-25T10:03:26.280Z] Step 7/21 : RUN go mod download [2021-03-25T10:03:26.554Z] ---> Running in f1b96c495346 [2021-03-25T10:03:26.554Z] ---> Running in bcb64b7b9f8d [2021-03-25T10:03:30.005Z] Removing intermediate container 61f264c48d9c [2021-03-25T10:03:30.005Z] ---> d407de605a65 [2021-03-25T10:03:30.005Z] Step 8/22 : COPY . . [2021-03-25T10:03:31.446Z] Removing intermediate container 3581a1b45b25 [2021-03-25T10:03:31.446Z] ---> 575f32dc376c [2021-03-25T10:03:31.446Z] Step 8/26 : COPY . . [2021-03-25T10:03:32.056Z] Removing intermediate container bcb64b7b9f8d [2021-03-25T10:03:32.056Z] Removing intermediate container 21085e631098 [2021-03-25T10:03:32.056Z] ---> 3e5b0ef06fde [2021-03-25T10:03:32.056Z] Step 8/24 : COPY . . [2021-03-25T10:03:32.056Z] ---> b5e61d5ba7bb [2021-03-25T10:03:32.056Z] Step 8/21 : COPY . . [2021-03-25T10:03:32.334Z] Removing intermediate container f1b96c495346 [2021-03-25T10:03:32.334Z] ---> 739617cc7f9a [2021-03-25T10:03:32.334Z] Step 8/22 : COPY . . [2021-03-25T10:03:39.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-25T10:03:46.287Z] Removing intermediate container 7baee3655ea3 [2021-03-25T10:03:46.287Z] ---> 4049a380edbf [2021-03-25T10:03:46.287Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-25T10:03:46.287Z] ---> Running in 47852e84a794 [2021-03-25T10:03:47.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-25T10:03:50.581Z] Removing intermediate container cd25e4508519 [2021-03-25T10:03:50.581Z] ---> b31108b5c0b8 [2021-03-25T10:03:50.581Z] [2021-03-25T10:03:50.581Z] Step 10/21 : FROM alpine:3.12 [2021-03-25T10:03:50.581Z] 3.12: Pulling from library/alpine [2021-03-25T10:03:50.650Z] ---> a8c19ff430eb [2021-03-25T10:03:50.650Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-25T10:03:50.650Z] ---> 2b9452064d92 [2021-03-25T10:03:50.650Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-25T10:03:50.650Z] ---> df41b5584a1a [2021-03-25T10:03:50.650Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-25T10:03:50.650Z] ---> b024c2d11056 [2021-03-25T10:03:50.650Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-25T10:03:50.650Z] ---> 9523937045ad [2021-03-25T10:03:50.650Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-25T10:03:50.650Z] ---> Running in 76281c0fdd64 [2021-03-25T10:03:50.650Z] ---> Running in 8729ecfd3538 [2021-03-25T10:03:50.650Z] ---> Running in 4009a7769525 [2021-03-25T10:03:50.650Z] ---> Running in c0200958e8c0 [2021-03-25T10:03:50.650Z] ---> Running in 98fb79d3ef98 [2021-03-25T10:03:51.172Z] Removing intermediate container d1442f3933b3 [2021-03-25T10:03:51.172Z] ---> 214a31ac6824 [2021-03-25T10:03:51.172Z] [2021-03-25T10:03:51.172Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T10:03:51.172Z] Removing intermediate container 6f8ef583ee29 [2021-03-25T10:03:51.172Z] ---> ea8406698b9e [2021-03-25T10:03:51.172Z] [2021-03-25T10:03:51.172Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:03:51.172Z] 3.12: Pulling from library/alpine [2021-03-25T10:03:51.172Z] 3.12: Pulling from library/alpine [2021-03-25T10:03:51.258Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-25T10:03:51.441Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T10:03:51.442Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T10:03:51.442Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T10:03:51.442Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T10:03:51.442Z] ---> 88dd2752d2ea [2021-03-25T10:03:51.442Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-25T10:03:51.442Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T10:03:51.442Z] ---> 88dd2752d2ea [2021-03-25T10:03:51.442Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-25T10:03:51.442Z] Status: Image is up to date for alpine:3.12 [2021-03-25T10:03:51.442Z] ---> 88dd2752d2ea [2021-03-25T10:03:51.442Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:03:51.538Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-25T10:03:51.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-25T10:03:52.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-25T10:03:52.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-25T10:03:52.391Z] Removing intermediate container 47852e84a794 [2021-03-25T10:03:52.391Z] ---> 90b81f86ba40 [2021-03-25T10:03:52.391Z] [2021-03-25T10:03:52.391Z] Step 11/26 : FROM docker:20.10.0 [2021-03-25T10:03:52.391Z] 20.10.0: Pulling from library/docker [2021-03-25T10:03:53.352Z] ---> Running in 0e5296137abc [2021-03-25T10:03:53.352Z] ---> Running in 2a97605f681a [2021-03-25T10:03:53.352Z] ---> Running in 26aadca602b9 [2021-03-25T10:03:55.291Z] Removing intermediate container 7df138f07339 [2021-03-25T10:03:55.291Z] ---> f82bc155c4a5 [2021-03-25T10:03:55.291Z] [2021-03-25T10:03:55.291Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:03:55.291Z] ---> 88dd2752d2ea [2021-03-25T10:03:55.291Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:03:55.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:03:55.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:03:55.572Z] ---> Running in 6e02246c82c7 [2021-03-25T10:03:55.848Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-25T10:03:55.848Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:03:55.848Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-25T10:03:55.848Z] (4/4) Installing curl (7.69.1-r3) [2021-03-25T10:03:55.848Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:03:56.437Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:03:56.437Z] OK: 7 MiB in 18 packages [2021-03-25T10:03:57.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:03:57.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:03:57.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:03:57.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:03:57.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:03:57.418Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:03:57.709Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-25T10:03:57.709Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T10:03:57.709Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:03:57.709Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-25T10:03:57.709Z] OK: 6 MiB in 15 packages [2021-03-25T10:03:57.709Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:03:57.709Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:03:57.709Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T10:03:57.709Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:03:57.709Z] OK: 6 MiB in 15 packages [2021-03-25T10:03:57.709Z] OK: 6 MiB in 16 packages [2021-03-25T10:03:59.648Z] Removing intermediate container 26aadca602b9 [2021-03-25T10:03:59.648Z] ---> 16c646e8f890 [2021-03-25T10:03:59.648Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T10:03:59.912Z] ---> Running in b765a61bd68f [2021-03-25T10:03:59.912Z] Removing intermediate container 6e02246c82c7 [2021-03-25T10:03:59.912Z] ---> d84d094b071c [2021-03-25T10:03:59.912Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:04:00.175Z] ---> Running in 31368cddb335 [2021-03-25T10:04:00.175Z] Removing intermediate container 2a97605f681a [2021-03-25T10:04:00.175Z] ---> b9492575e338 [2021-03-25T10:04:00.175Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:04:00.448Z] Removing intermediate container 0e5296137abc [2021-03-25T10:04:00.448Z] ---> 7097a342d0ef [2021-03-25T10:04:00.448Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:04:00.448Z] Removing intermediate container b765a61bd68f [2021-03-25T10:04:00.448Z] ---> ca5632b94365 [2021-03-25T10:04:00.448Z] Step 13/21 : WORKDIR /edgex [2021-03-25T10:04:00.448Z] ---> Running in f750ad9e93ce [2021-03-25T10:04:00.448Z] ---> Running in 7e66ecd9eb53 [2021-03-25T10:04:00.714Z] ---> Running in 66211f4f2766 [2021-03-25T10:04:00.714Z] Removing intermediate container 31368cddb335 [2021-03-25T10:04:00.714Z] ---> 9b5d469eb5b7 [2021-03-25T10:04:00.714Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-25T10:04:00.980Z] ---> Running in 408fe44dcf25 [2021-03-25T10:04:00.980Z] Removing intermediate container f750ad9e93ce [2021-03-25T10:04:00.980Z] ---> 7ea12253d40f [2021-03-25T10:04:00.980Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-25T10:04:00.980Z] Removing intermediate container 7e66ecd9eb53 [2021-03-25T10:04:00.980Z] ---> 94ce146f4efd [2021-03-25T10:04:00.980Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-25T10:04:00.980Z] Removing intermediate container 66211f4f2766 [2021-03-25T10:04:00.980Z] ---> 897cb425786e [2021-03-25T10:04:00.980Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-25T10:04:01.244Z] ---> Running in 51420b285e34 [2021-03-25T10:04:01.244Z] ---> Running in fde7d977f1e8 [2021-03-25T10:04:01.244Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-25T10:04:01.244Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-25T10:04:01.244Z] ---> aefe523efa57 [2021-03-25T10:04:01.244Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-25T10:04:01.244Z] Removing intermediate container 408fe44dcf25 [2021-03-25T10:04:01.244Z] ---> 2bc52d4fe258 [2021-03-25T10:04:01.244Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T10:04:01.507Z] ---> Running in 1cd1e6596a58 [2021-03-25T10:04:01.507Z] ---> 587ac0b3f106 [2021-03-25T10:04:01.507Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-25T10:04:01.507Z] ---> Running in 64d4669fd105 [2021-03-25T10:04:01.772Z] Removing intermediate container fde7d977f1e8 [2021-03-25T10:04:01.772Z] ---> 8e4370e5376a [2021-03-25T10:04:01.772Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T10:04:01.772Z] Removing intermediate container 51420b285e34 [2021-03-25T10:04:01.772Z] ---> c6ce75dfa48f [2021-03-25T10:04:01.772Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T10:04:02.038Z] ---> Running in 9897f6646d76 [2021-03-25T10:04:02.038Z] ---> Running in 6de591e12c1f [2021-03-25T10:04:02.038Z] Removing intermediate container 64d4669fd105 [2021-03-25T10:04:02.038Z] ---> a3d1c3b45c8c [2021-03-25T10:04:02.038Z] Step 15/23 : WORKDIR / [2021-03-25T10:04:02.038Z] ---> Running in ee094342e126 [2021-03-25T10:04:02.038Z] ---> bb0ade9d4277 [2021-03-25T10:04:02.038Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-25T10:04:02.318Z] Removing intermediate container 6de591e12c1f [2021-03-25T10:04:02.318Z] ---> 8045bc8d0b3d [2021-03-25T10:04:02.318Z] Step 15/23 : WORKDIR / [2021-03-25T10:04:02.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:04:02.318Z] Removing intermediate container 9897f6646d76 [2021-03-25T10:04:02.318Z] ---> b87c6a12a8b1 [2021-03-25T10:04:02.318Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:04:02.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:04:02.581Z] ---> Running in 9b6569c000e1 [2021-03-25T10:04:02.581Z] Removing intermediate container ee094342e126 [2021-03-25T10:04:02.581Z] ---> 0b36281414f3 [2021-03-25T10:04:02.581Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:04:02.581Z] (1/2) Installing readline (8.0.4-r0) [2021-03-25T10:04:02.581Z] (2/2) Installing bash (5.0.17-r0) [2021-03-25T10:04:02.581Z] Executing bash-5.0.17-r0.post-install [2021-03-25T10:04:02.581Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:04:02.581Z] OK: 12 MiB in 22 packages [2021-03-25T10:04:02.845Z] ---> d5940c22612d [2021-03-25T10:04:02.845Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-25T10:04:02.845Z] ---> 42a38964cbc7 [2021-03-25T10:04:02.845Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-25T10:04:02.845Z] Removing intermediate container 9b6569c000e1 [2021-03-25T10:04:02.845Z] ---> 87b35b859791 [2021-03-25T10:04:02.845Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:04:03.107Z] ---> Running in 5a9a45449e4d [2021-03-25T10:04:03.373Z] ---> 595f91aa11d6 [2021-03-25T10:04:03.373Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-25T10:04:03.373Z] ---> 559a3f1250a8 [2021-03-25T10:04:03.373Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-25T10:04:03.373Z] ---> 8b59e7678579 [2021-03-25T10:04:03.373Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-25T10:04:03.373Z] Removing intermediate container 5a9a45449e4d [2021-03-25T10:04:03.373Z] ---> 3930d90b65df [2021-03-25T10:04:03.373Z] Step 18/21 : CMD ["--init=true"] [2021-03-25T10:04:03.637Z] ---> Running in 186f6247c273 [2021-03-25T10:04:03.900Z] Removing intermediate container 1cd1e6596a58 [2021-03-25T10:04:03.900Z] ---> 44509abfa2a2 [2021-03-25T10:04:03.900Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-25T10:04:03.900Z] ---> 524db5ac6be0 [2021-03-25T10:04:03.900Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-25T10:04:03.900Z] ---> Running in 6dbd0725e467 [2021-03-25T10:04:03.900Z] ---> 901ff3ccc946 [2021-03-25T10:04:03.900Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-25T10:04:04.161Z] Removing intermediate container 186f6247c273 [2021-03-25T10:04:04.162Z] ---> 0c27a290688e [2021-03-25T10:04:04.162Z] Step 19/21 : LABEL arch=x86_64 [2021-03-25T10:04:04.427Z] ---> 185e2d51de01 [2021-03-25T10:04:04.427Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-25T10:04:04.427Z] ---> Running in 7a5b445dc32e [2021-03-25T10:04:04.690Z] Removing intermediate container 6dbd0725e467 [2021-03-25T10:04:04.690Z] ---> 4c7d6d4f3ff7 [2021-03-25T10:04:04.690Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-25T10:04:04.690Z] ---> Running in c55b8304fdc1 [2021-03-25T10:04:04.690Z] ---> 7ff186c46103 [2021-03-25T10:04:04.690Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-25T10:04:04.954Z] ---> Running in 099f7911c44f [2021-03-25T10:04:04.955Z] Removing intermediate container 7a5b445dc32e [2021-03-25T10:04:04.955Z] ---> c58ea4258e62 [2021-03-25T10:04:04.955Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:04:04.955Z] ---> d41f8596a653 [2021-03-25T10:04:04.955Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-25T10:04:04.955Z] ---> Running in 0cdee62eb9bb [2021-03-25T10:04:05.219Z] Removing intermediate container c55b8304fdc1 [2021-03-25T10:04:05.219Z] ---> 9003525b5025 [2021-03-25T10:04:05.219Z] Step 20/21 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:04:05.219Z] ---> Running in 918f60be1327 [2021-03-25T10:04:05.219Z] ---> Running in 12bb0de979eb [2021-03-25T10:04:05.219Z] Removing intermediate container 099f7911c44f [2021-03-25T10:04:05.219Z] ---> 9aa27da3cd63 [2021-03-25T10:04:05.219Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-25T10:04:05.219Z] ---> Running in bac0216e2530 [2021-03-25T10:04:05.481Z] Removing intermediate container 0cdee62eb9bb [2021-03-25T10:04:05.481Z] ---> 0f0544a31315 [2021-03-25T10:04:05.481Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:04:05.481Z] ---> Running in 3090d3d304af [2021-03-25T10:04:05.481Z] Removing intermediate container 918f60be1327 [2021-03-25T10:04:05.481Z] ---> 6a69355f32d3 [2021-03-25T10:04:05.481Z] Step 20/22 : LABEL arch=x86_64 [2021-03-25T10:04:05.744Z] Removing intermediate container 12bb0de979eb [2021-03-25T10:04:05.744Z] ---> 3ffe47d0b583 [2021-03-25T10:04:05.744Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:04:05.744Z] ---> Running in ef2e2f40851b [2021-03-25T10:04:05.744Z] ---> Running in bd59dc9387cd [2021-03-25T10:04:05.744Z] Removing intermediate container bac0216e2530 [2021-03-25T10:04:05.744Z] ---> f1f9d6f268cf [2021-03-25T10:04:05.744Z] Step 21/21 : LABEL version=2.0.0-dev.144 [2021-03-25T10:04:05.744Z] Removing intermediate container 3090d3d304af [2021-03-25T10:04:05.744Z] ---> 55a78975cd69 [2021-03-25T10:04:05.744Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-25T10:04:06.005Z] ---> Running in a9d6ceb4865b [2021-03-25T10:04:06.005Z] ---> Running in e9e55171c5d3 [2021-03-25T10:04:06.005Z] Removing intermediate container bd59dc9387cd [2021-03-25T10:04:06.005Z] ---> abf3dd3f0072 [2021-03-25T10:04:06.005Z] Step 21/22 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:04:06.005Z] Removing intermediate container ef2e2f40851b [2021-03-25T10:04:06.005Z] ---> d71e60dc0a4c [2021-03-25T10:04:06.005Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T10:04:06.585Z] ---> Running in d913893c7d76 [2021-03-25T10:04:06.585Z] ---> Running in 19a9b6eb729c [2021-03-25T10:04:06.585Z] Removing intermediate container a9d6ceb4865b [2021-03-25T10:04:06.585Z] ---> d5c4d13adf44 [2021-03-25T10:04:06.585Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T10:04:06.585Z] Removing intermediate container e9e55171c5d3 [2021-03-25T10:04:06.585Z] ---> c5cadd140800 [2021-03-25T10:04:06.585Z] [2021-03-25T10:04:06.585Z] ---> f59df71110b5 [2021-03-25T10:04:06.585Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-25T10:04:06.585Z] ---> Running in b164e1c1d5e1 [2021-03-25T10:04:06.850Z] Removing intermediate container 19a9b6eb729c [2021-03-25T10:04:06.850Z] ---> 4a70d0ad5346 [2021-03-25T10:04:06.850Z] Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:04:06.850Z] Removing intermediate container d913893c7d76 [2021-03-25T10:04:06.850Z] ---> ad48257cb281 [2021-03-25T10:04:06.850Z] Step 22/22 : LABEL version=2.0.0-dev.144 [2021-03-25T10:04:06.850Z] Successfully built c5cadd140800 [2021-03-25T10:04:07.113Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-25T10:04:07.113Z] Building docker-security-bootstrapper-go [2021-03-25T10:04:07.113Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 1cc401004816 [2021-03-25T10:04:07.113Z] ---> Running in f2c5683903cf [2021-03-25T10:04:07.113Z] Removing intermediate container b164e1c1d5e1 [2021-03-25T10:04:07.113Z] ---> 668a5ef1c9ab [2021-03-25T10:04:07.113Z] Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:04:07.113Z] ---> 1b3d9c047477 [2021-03-25T10:04:07.113Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-25T10:04:07.113Z] ---> Running in 81b9c2454d0a [2021-03-25T10:04:07.376Z] Removing intermediate container 1cc401004816 [2021-03-25T10:04:07.376Z] ---> 46e51fbbbb85 [2021-03-25T10:04:07.376Z] Step 23/23 : LABEL version=2.0.0-dev.144 [2021-03-25T10:04:07.376Z] Removing intermediate container f2c5683903cf [2021-03-25T10:04:07.376Z] ---> 366dfe47a128 [2021-03-25T10:04:07.376Z] [2021-03-25T10:04:07.641Z] Successfully built 366dfe47a128 [2021-03-25T10:04:07.641Z] ---> Running in aa5a610235cc [2021-03-25T10:04:07.641Z] Successfully tagged docker-support-notifications-go:latest [2021-03-25T10:04:07.641Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-25T10:04:07.641Z] Removing intermediate container 81b9c2454d0a [2021-03-25T10:04:07.641Z] ---> 4878f4ecb8b7 [2021-03-25T10:04:07.641Z] Step 23/23 : LABEL version=2.0.0-dev.144 [2021-03-25T10:04:10.216Z] ---> 490e88082b6c [2021-03-25T10:04:10.216Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-25T10:04:10.216Z] ---> Running in cb352c38ede3 [2021-03-25T10:04:10.799Z] ---> Running in 8b63af91fa57 [2021-03-25T10:04:10.799Z] Removing intermediate container aa5a610235cc [2021-03-25T10:04:10.799Z] ---> 5dea79d497f6 [2021-03-25T10:04:10.799Z] [2021-03-25T10:04:12.761Z] Successfully built 5dea79d497f6 [2021-03-25T10:04:13.348Z] Successfully tagged docker-core-metadata-go:latest [2021-03-25T10:04:13.348Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-03-25T10:04:14.408Z] Removing intermediate container cb352c38ede3 [2021-03-25T10:04:14.409Z] ---> 186877a89e5f [2021-03-25T10:04:14.409Z] [2021-03-25T10:04:15.541Z] Successfully built 186877a89e5f [2021-03-25T10:04:15.541Z] Successfully tagged docker-core-command-go:latest [2021-03-25T10:04:15.541Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-25T10:04:16.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:04:16.513Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:04:16.783Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-25T10:04:16.783Z] (2/33) Installing expat (2.2.9-r1) [2021-03-25T10:04:16.783Z] (3/33) Installing libffi (3.3-r2) [2021-03-25T10:04:16.783Z] (4/33) Installing gdbm (1.13-r1) [2021-03-25T10:04:16.783Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-25T10:04:16.783Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-25T10:04:16.783Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-25T10:04:27.018Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-25T10:04:27.018Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-25T10:04:27.018Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-25T10:04:27.018Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-25T10:04:27.018Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-25T10:04:27.018Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-25T10:04:27.018Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-25T10:04:27.018Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-25T10:04:27.281Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-25T10:04:27.873Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-25T10:04:28.837Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-25T10:04:29.101Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-25T10:04:29.101Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:29.101Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:29.101Z] ---> 694b250275eb [2021-03-25T10:04:29.101Z] Step 3/24 : WORKDIR /edgex-go [2021-03-25T10:04:29.101Z] ---> Using cache [2021-03-25T10:04:29.101Z] ---> 81c21c76e74d [2021-03-25T10:04:29.101Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:04:29.101Z] ---> Using cache [2021-03-25T10:04:29.102Z] ---> 89232689fc11 [2021-03-25T10:04:29.102Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-25T10:04:29.102Z] ---> Using cache [2021-03-25T10:04:29.102Z] ---> 07096ff69a5c [2021-03-25T10:04:29.102Z] Step 6/24 : COPY go.mod . [2021-03-25T10:04:29.102Z] ---> Using cache [2021-03-25T10:04:29.102Z] ---> bfe39cfd6fbb [2021-03-25T10:04:29.102Z] Step 7/24 : RUN go mod download [2021-03-25T10:04:29.102Z] ---> Using cache [2021-03-25T10:04:29.102Z] ---> 27c936c679f7 [2021-03-25T10:04:29.102Z] Step 8/24 : COPY . . [2021-03-25T10:04:29.365Z] ---> Using cache [2021-03-25T10:04:29.365Z] ---> 65301378c5a1 [2021-03-25T10:04:29.365Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-25T10:04:29.629Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-25T10:04:29.892Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:29.892Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:29.892Z] ---> 694b250275eb [2021-03-25T10:04:29.892Z] Step 3/31 : WORKDIR /edgex-go [2021-03-25T10:04:29.892Z] ---> Using cache [2021-03-25T10:04:29.892Z] ---> 81c21c76e74d [2021-03-25T10:04:29.892Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:04:29.892Z] ---> Using cache [2021-03-25T10:04:29.892Z] ---> 89232689fc11 [2021-03-25T10:04:29.892Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-25T10:04:29.892Z] ---> Using cache [2021-03-25T10:04:29.892Z] ---> 07096ff69a5c [2021-03-25T10:04:29.892Z] Step 6/31 : COPY go.mod . [2021-03-25T10:04:29.892Z] ---> Using cache [2021-03-25T10:04:29.892Z] ---> bfe39cfd6fbb [2021-03-25T10:04:29.892Z] Step 7/31 : RUN go mod download [2021-03-25T10:04:29.892Z] ---> Using cache [2021-03-25T10:04:29.892Z] ---> 27c936c679f7 [2021-03-25T10:04:29.892Z] Step 8/31 : COPY . . [2021-03-25T10:04:29.892Z] ---> Using cache [2021-03-25T10:04:29.892Z] ---> 65301378c5a1 [2021-03-25T10:04:29.892Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-25T10:04:31.819Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-25T10:04:31.819Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-25T10:04:31.819Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-25T10:04:32.108Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-25T10:04:32.108Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-25T10:04:32.108Z] ---> Running in 244c4689c7bd [2021-03-25T10:04:32.108Z] ---> Running in 9aabdfb75dd1 [2021-03-25T10:04:32.483Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-25T10:04:33.719Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-25T10:04:33.719Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-25T10:04:33.719Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-25T10:04:33.719Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-25T10:04:33.719Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-25T10:04:33.983Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-25T10:04:34.269Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-25T10:04:34.660Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:04:34.660Z] OK: 71 MiB in 55 packages [2021-03-25T10:04:37.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-25T10:04:37.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-25T10:04:45.105Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:45.105Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:45.105Z] ---> 694b250275eb [2021-03-25T10:04:45.105Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:04:45.105Z] ---> Using cache [2021-03-25T10:04:45.105Z] ---> 81c21c76e74d [2021-03-25T10:04:45.105Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:04:45.105Z] ---> Using cache [2021-03-25T10:04:45.105Z] ---> 89232689fc11 [2021-03-25T10:04:45.105Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-25T10:04:45.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:04:45.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:04:45.105Z] ---> 694b250275eb [2021-03-25T10:04:45.105Z] Step 3/22 : WORKDIR /edgex-go [2021-03-25T10:04:45.105Z] ---> Using cache [2021-03-25T10:04:45.105Z] ---> 81c21c76e74d [2021-03-25T10:04:45.105Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:04:45.105Z] ---> Using cache [2021-03-25T10:04:45.105Z] ---> 89232689fc11 [2021-03-25T10:04:45.105Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-25T10:04:45.105Z] ---> Using cache [2021-03-25T10:04:45.105Z] ---> 07096ff69a5c [2021-03-25T10:04:45.105Z] Step 6/22 : COPY go.mod . [2021-03-25T10:04:45.105Z] ---> Using cache [2021-03-25T10:04:45.105Z] ---> bfe39cfd6fbb [2021-03-25T10:04:45.105Z] Step 7/22 : RUN go mod download [2021-03-25T10:04:45.105Z] ---> Using cache [2021-03-25T10:04:45.105Z] ---> 27c936c679f7 [2021-03-25T10:04:45.105Z] Step 8/22 : COPY . . [2021-03-25T10:04:45.393Z] ---> Using cache [2021-03-25T10:04:45.393Z] ---> 65301378c5a1 [2021-03-25T10:04:45.393Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-25T10:04:46.513Z] ---> Running in 53174ca20269 [2021-03-25T10:04:46.513Z] ---> Running in e18320831103 [2021-03-25T10:04:47.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:04:47.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-25T10:04:49.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:04:51.364Z] OK: 233 MiB in 51 packages [2021-03-25T10:04:54.741Z] Removing intermediate container 53174ca20269 [2021-03-25T10:04:54.741Z] ---> 0b4df8a4eacc [2021-03-25T10:04:54.741Z] Step 6/23 : COPY go.mod . [2021-03-25T10:04:55.355Z] ---> f6e9e2cc8a65 [2021-03-25T10:04:55.355Z] Step 7/23 : RUN go mod download [2021-03-25T10:04:55.356Z] ---> Running in c5b5dd1cacf8 [2021-03-25T10:04:56.339Z] Removing intermediate container 8b63af91fa57 [2021-03-25T10:04:56.339Z] ---> 302cfae460dc [2021-03-25T10:04:56.339Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-25T10:04:56.609Z] ---> Running in 2ae2c670a58f [2021-03-25T10:05:00.011Z] Removing intermediate container c5b5dd1cacf8 [2021-03-25T10:05:00.011Z] ---> 8813d5b7205b [2021-03-25T10:05:00.011Z] Step 8/23 : COPY . . [2021-03-25T10:05:00.283Z] Collecting docker-compose==1.23.2 [2021-03-25T10:05:00.864Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-25T10:05:04.267Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-25T10:05:04.267Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-25T10:05:05.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-25T10:05:07.111Z] Collecting jsonschema<3,>=2.5.1 [2021-03-25T10:05:07.111Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-25T10:05:07.457Z] Collecting PyYAML<4,>=3.10 [2021-03-25T10:05:07.457Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-25T10:05:08.762Z] Collecting cached-property<2,>=1.2.0 [2021-03-25T10:05:08.762Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-25T10:05:10.601Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-25T10:05:10.601Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-25T10:05:11.573Z] Collecting texttable<0.10,>=0.9.0 [2021-03-25T10:05:11.573Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-25T10:05:12.640Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-25T10:05:12.640Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-25T10:05:15.992Z] Collecting docker<4.0,>=3.6.0 [2021-03-25T10:05:15.992Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-25T10:05:15.992Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-25T10:05:17.405Z] Collecting docopt<0.7,>=0.6.1 [2021-03-25T10:05:17.406Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-25T10:05:19.350Z] Collecting idna<2.8,>=2.5 [2021-03-25T10:05:19.350Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-25T10:05:19.350Z] Removing intermediate container 244c4689c7bd [2021-03-25T10:05:19.350Z] ---> 0b93220196ef [2021-03-25T10:05:19.350Z] [2021-03-25T10:05:19.350Z] Step 10/31 : FROM alpine:3.12 [2021-03-25T10:05:19.350Z] ---> 88dd2752d2ea [2021-03-25T10:05:19.350Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-25T10:05:20.311Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-25T10:05:20.311Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-25T10:05:20.311Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-25T10:05:20.311Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-25T10:05:20.311Z] Collecting docker-pycreds>=0.4.0 [2021-03-25T10:05:20.311Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-25T10:05:20.311Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-25T10:05:20.311Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-25T10:05:20.311Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-25T10:05:20.311Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-25T10:05:20.894Z] Installing collected packages: dockerpty, jsonschema, PyYAML, cached-property, websocket-client, texttable, idna, urllib3, requests, docker-pycreds, docker, docopt, docker-compose [2021-03-25T10:05:20.894Z] Running setup.py install for dockerpty: started [2021-03-25T10:05:22.286Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-25T10:05:22.867Z] ---> Running in 4a05baec41c7 [2021-03-25T10:05:22.867Z] Running setup.py install for PyYAML: started [2021-03-25T10:05:24.797Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-25T10:05:24.797Z] Removing intermediate container 9aabdfb75dd1 [2021-03-25T10:05:24.797Z] ---> e729c7fb74ef [2021-03-25T10:05:24.797Z] [2021-03-25T10:05:24.797Z] Step 10/24 : FROM alpine:3.12 [2021-03-25T10:05:24.797Z] ---> 88dd2752d2ea [2021-03-25T10:05:24.797Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-25T10:05:25.389Z] Removing intermediate container 4a05baec41c7 [2021-03-25T10:05:25.389Z] ---> fc405ba5ec77 [2021-03-25T10:05:25.389Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-25T10:05:25.389Z] Running setup.py install for texttable: started [2021-03-25T10:05:25.972Z] Running setup.py install for texttable: finished with status 'done' [2021-03-25T10:05:25.972Z] Attempting uninstall: idna [2021-03-25T10:05:25.972Z] Found existing installation: idna 2.9 [2021-03-25T10:05:25.972Z] Uninstalling idna-2.9: [2021-03-25T10:05:26.235Z] Successfully uninstalled idna-2.9 [2021-03-25T10:05:26.235Z] ---> Running in a9d018128d52 [2021-03-25T10:05:26.809Z] Attempting uninstall: urllib3 [2021-03-25T10:05:26.809Z] Found existing installation: urllib3 1.25.9 [2021-03-25T10:05:26.809Z] Uninstalling urllib3-1.25.9: [2021-03-25T10:05:26.809Z] ---> Running in d031d26e4f14 [2021-03-25T10:05:28.203Z] Successfully uninstalled urllib3-1.25.9 [2021-03-25T10:05:28.468Z] ---> e62c4781f465 [2021-03-25T10:05:28.468Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-25T10:05:28.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-25T10:05:28.979Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-25T10:05:29.420Z] Attempting uninstall: requests [2021-03-25T10:05:29.420Z] Found existing installation: requests 2.23.0 [2021-03-25T10:05:29.420Z] Uninstalling requests-2.23.0: [2021-03-25T10:05:29.420Z] Successfully uninstalled requests-2.23.0 [2021-03-25T10:05:29.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:29.683Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:29.952Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-25T10:05:29.952Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:05:29.952Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-25T10:05:29.952Z] (4/6) Installing curl (7.69.1-r3) [2021-03-25T10:05:29.952Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-25T10:05:29.952Z] (6/6) Installing su-exec (0.2-r1) [2021-03-25T10:05:29.952Z] ---> Running in 9ac3a3dce992 [2021-03-25T10:05:29.952Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:29.952Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:05:30.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:30.225Z] OK: 7 MiB in 20 packages [2021-03-25T10:05:30.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:30.493Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-25T10:05:30.493Z] (2/2) Installing su-exec (0.2-r1) [2021-03-25T10:05:30.493Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:30.493Z] OK: 6 MiB in 16 packages [2021-03-25T10:05:30.493Z] Running setup.py install for docopt: started [2021-03-25T10:05:31.079Z] Running setup.py install for docopt: finished with status 'done' [2021-03-25T10:05:31.359Z] Removing intermediate container e18320831103 [2021-03-25T10:05:31.359Z] ---> 735d3785571a [2021-03-25T10:05:31.359Z] [2021-03-25T10:05:31.359Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T10:05:31.359Z] ---> 88dd2752d2ea [2021-03-25T10:05:31.359Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:05:31.359Z] ---> Using cache [2021-03-25T10:05:31.359Z] ---> 7097a342d0ef [2021-03-25T10:05:31.359Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:05:31.359Z] ---> Using cache [2021-03-25T10:05:31.359Z] ---> 94ce146f4efd [2021-03-25T10:05:31.359Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-25T10:05:31.359Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-data/core-data ./cmd/core-data [2021-03-25T10:05:31.638Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-25T10:05:31.923Z] ---> Running in f342e627f582 [2021-03-25T10:05:32.187Z] Removing intermediate container f342e627f582 [2021-03-25T10:05:32.187Z] ---> df21376946d9 [2021-03-25T10:05:32.187Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T10:05:33.152Z] Removing intermediate container d031d26e4f14 [2021-03-25T10:05:33.152Z] ---> dd94caa090a7 [2021-03-25T10:05:33.152Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-25T10:05:33.152Z] ---> Running in 153fe76fcb4b [2021-03-25T10:05:33.152Z] Removing intermediate container a9d018128d52 [2021-03-25T10:05:33.152Z] ---> ae76f087ebd5 [2021-03-25T10:05:33.152Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T10:05:33.422Z] ---> Running in 8f8e32405196 [2021-03-25T10:05:34.005Z] ---> Running in cca023dcded6 [2021-03-25T10:05:34.005Z] Removing intermediate container 153fe76fcb4b [2021-03-25T10:05:34.005Z] ---> c56591d46e70 [2021-03-25T10:05:34.005Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:05:35.413Z] Removing intermediate container 8f8e32405196 [2021-03-25T10:05:35.413Z] ---> 6b3d1a2b14cf [2021-03-25T10:05:35.413Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-25T10:05:36.384Z] Removing intermediate container cca023dcded6 [2021-03-25T10:05:36.384Z] ---> e50232473b87 [2021-03-25T10:05:36.384Z] Step 13/24 : WORKDIR / [2021-03-25T10:05:36.384Z] ---> Running in 3131b056042c [2021-03-25T10:05:36.384Z] ---> 6c1f4d4dfaee [2021-03-25T10:05:36.384Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-25T10:05:36.384Z] Removing intermediate container 2ae2c670a58f [2021-03-25T10:05:36.384Z] ---> cf50fb9f4cb5 [2021-03-25T10:05:36.384Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-25T10:05:36.384Z] ---> Running in 5e465cda67f8 [2021-03-25T10:05:36.973Z] ---> Running in c8c8d52d1ab9 [2021-03-25T10:05:37.257Z] Removing intermediate container 3131b056042c [2021-03-25T10:05:37.257Z] ---> 127a997666b6 [2021-03-25T10:05:37.257Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-25T10:05:37.313Z] Removing intermediate container 98fb79d3ef98 [2021-03-25T10:05:37.313Z] ---> 1c2bf25ea377 [2021-03-25T10:05:37.313Z] [2021-03-25T10:05:37.313Z] Step 10/24 : FROM alpine:3.12 [2021-03-25T10:05:37.313Z] 3.12: Pulling from library/alpine [2021-03-25T10:05:37.524Z] ---> Running in c551ff20cfe1 [2021-03-25T10:05:37.792Z] Removing intermediate container 5e465cda67f8 [2021-03-25T10:05:37.792Z] ---> daafc4174e2c [2021-03-25T10:05:37.792Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-25T10:05:37.792Z] ---> c8e270a04bf1 [2021-03-25T10:05:37.792Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-25T10:05:38.778Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-25T10:05:38.778Z] Status: Downloaded newer image for alpine:3.12 [2021-03-25T10:05:38.778Z] ---> d10569e2745f [2021-03-25T10:05:38.778Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-25T10:05:39.228Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:39.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:39.498Z] ---> e86a61c59aca [2021-03-25T10:05:39.498Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-25T10:05:39.498Z] ---> 66027c12a939 [2021-03-25T10:05:39.498Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-25T10:05:39.498Z] ---> Running in 457782f4f829 [2021-03-25T10:05:39.498Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:05:39.498Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-25T10:05:39.498Z] (3/3) Installing curl (7.69.1-r3) [2021-03-25T10:05:39.498Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:39.766Z] OK: 72 MiB in 58 packages [2021-03-25T10:05:39.791Z] ---> Running in 5f96a7a4a361 [2021-03-25T10:05:40.055Z] ---> 5c5abc4429e8 [2021-03-25T10:05:40.055Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-25T10:05:40.055Z] Removing intermediate container 457782f4f829 [2021-03-25T10:05:40.055Z] ---> 0421edbf8864 [2021-03-25T10:05:40.055Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:05:40.327Z] ---> Running in 547485f92c04 [2021-03-25T10:05:40.617Z] ---> 86ee1ac8d6bc [2021-03-25T10:05:40.617Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-25T10:05:40.894Z] Removing intermediate container 547485f92c04 [2021-03-25T10:05:40.894Z] ---> a20dcacba219 [2021-03-25T10:05:40.894Z] Step 20/22 : LABEL arch=x86_64 [2021-03-25T10:05:40.894Z] ---> Running in ae56cedd2cb9 [2021-03-25T10:05:40.894Z] Removing intermediate container c8c8d52d1ab9 [2021-03-25T10:05:40.894Z] ---> b2837db12d31 [2021-03-25T10:05:40.894Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-25T10:05:41.175Z] ---> Running in 3f33ad92ad13 [2021-03-25T10:05:41.175Z] Removing intermediate container c551ff20cfe1 [2021-03-25T10:05:41.175Z] ---> e4dbbc71a47a [2021-03-25T10:05:41.175Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-25T10:05:41.769Z] Removing intermediate container ae56cedd2cb9 [2021-03-25T10:05:41.769Z] ---> 3814327b8ff0 [2021-03-25T10:05:41.769Z] Step 21/22 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:05:41.769Z] ---> Running in 27696252ab0d [2021-03-25T10:05:41.769Z] ---> 1671d0d662fd [2021-03-25T10:05:41.769Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-25T10:05:41.769Z] Removing intermediate container 3f33ad92ad13 [2021-03-25T10:05:41.769Z] ---> 966be1799efb [2021-03-25T10:05:41.769Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:05:41.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:05:41.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:05:42.052Z] ---> Running in b82ae652c1a7 [2021-03-25T10:05:42.333Z] ---> Running in 7cdb3cd9da1e [2021-03-25T10:05:42.333Z] Removing intermediate container 27696252ab0d [2021-03-25T10:05:42.333Z] ---> 5c450a7b0e41 [2021-03-25T10:05:42.333Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-25T10:05:42.392Z] Removing intermediate container 8729ecfd3538 [2021-03-25T10:05:42.392Z] ---> d102b0f4af17 [2021-03-25T10:05:42.392Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-25T10:05:42.392Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-25T10:05:42.603Z] ---> 015822051ee9 [2021-03-25T10:05:42.603Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-25T10:05:42.603Z] Removing intermediate container b82ae652c1a7 [2021-03-25T10:05:42.603Z] ---> 9baa89ea02dd [2021-03-25T10:05:42.603Z] Step 22/22 : LABEL version=2.0.0-dev.144 [2021-03-25T10:05:42.603Z] Removing intermediate container 7cdb3cd9da1e [2021-03-25T10:05:42.603Z] ---> 5fc37efb7b11 [2021-03-25T10:05:42.603Z] Step 24/26 : LABEL arch=x86_64 [2021-03-25T10:05:42.676Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:05:42.676Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-25T10:05:42.676Z] (4/6) Installing curl (7.69.1-r3) [2021-03-25T10:05:42.676Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-25T10:05:42.676Z] (6/6) Installing su-exec (0.2-r1) [2021-03-25T10:05:42.676Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:42.676Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:05:42.676Z] Removing intermediate container 4009a7769525 [2021-03-25T10:05:42.676Z] ---> 7d04de3b6390 [2021-03-25T10:05:42.676Z] [2021-03-25T10:05:42.676Z] Step 10/21 : FROM alpine:3.12 [2021-03-25T10:05:42.676Z] ---> d10569e2745f [2021-03-25T10:05:42.676Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-25T10:05:42.872Z] ---> Running in 101ee0bf822e [2021-03-25T10:05:42.872Z] ---> Running in 7b333fdccff6 [2021-03-25T10:05:42.956Z] OK: 7 MiB in 20 packages [2021-03-25T10:05:42.956Z] ---> Running in c67a0c4a0332 [2021-03-25T10:05:43.139Z] ---> a382aa3f4b66 [2021-03-25T10:05:43.139Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-25T10:05:43.139Z] ---> 33be6844b41d [2021-03-25T10:05:43.139Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-25T10:05:43.235Z] ---> Running in 11a813909349 [2021-03-25T10:05:43.409Z] ---> Running in e290a2c3888f [2021-03-25T10:05:43.683Z] ---> Running in 126218862ad0 [2021-03-25T10:05:43.684Z] Removing intermediate container 101ee0bf822e [2021-03-25T10:05:43.684Z] ---> a14e3d15a60a [2021-03-25T10:05:43.684Z] Step 25/26 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:05:43.684Z] Removing intermediate container 7b333fdccff6 [2021-03-25T10:05:43.684Z] ---> 89632287ee7a [2021-03-25T10:05:43.684Z] [2021-03-25T10:05:43.958Z] Successfully built 89632287ee7a [2021-03-25T10:05:44.228Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-25T10:05:44.228Z]  Building docker-support-scheduler-go ... done  ---> Running in 658fe3df714a [2021-03-25T10:05:44.508Z] Removing intermediate container 658fe3df714a [2021-03-25T10:05:44.508Z] ---> ec638f2f99e5 [2021-03-25T10:05:44.508Z] Step 26/26 : LABEL version=2.0.0-dev.144 [2021-03-25T10:05:44.788Z] ---> Running in 128a62ade53d [2021-03-25T10:05:45.061Z] Removing intermediate container 128a62ade53d [2021-03-25T10:05:45.061Z] ---> 2124c92b834e [2021-03-25T10:05:45.061Z] [2021-03-25T10:05:45.643Z] Successfully built 2124c92b834e [2021-03-25T10:05:45.643Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-25T10:05:45.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-25T10:05:45.900Z] Removing intermediate container 5f96a7a4a361 [2021-03-25T10:05:45.900Z] ---> 20512bd2892b [2021-03-25T10:05:45.900Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T10:05:45.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:05:45.900Z] ---> Running in cd2714fce7f7 [2021-03-25T10:05:45.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:05:46.234Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e290a2c3888f [2021-03-25T10:05:46.234Z] ---> d0fee51dfd17 [2021-03-25T10:05:46.234Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-25T10:05:46.234Z] ---> Running in 26aac998eb88 [2021-03-25T10:05:46.234Z] Removing intermediate container 126218862ad0 [2021-03-25T10:05:46.234Z] ---> ad8259900585 [2021-03-25T10:05:46.234Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:05:46.506Z] Removing intermediate container cd2714fce7f7 [2021-03-25T10:05:46.506Z] ---> 42fcc4bd07d9 [2021-03-25T10:05:46.506Z] Step 13/24 : WORKDIR / [2021-03-25T10:05:46.506Z] ---> Running in a99e73888c4f [2021-03-25T10:05:46.775Z] Removing intermediate container 26aac998eb88 [2021-03-25T10:05:46.775Z] ---> ffe5d28e215a [2021-03-25T10:05:46.775Z] Step 22/24 : LABEL arch=x86_64 [2021-03-25T10:05:46.801Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-25T10:05:46.801Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:05:46.801Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-25T10:05:46.801Z] (4/4) Installing curl (7.69.1-r3) [2021-03-25T10:05:46.801Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:46.801Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:05:47.087Z] OK: 7 MiB in 18 packages [2021-03-25T10:05:47.138Z] ---> Running in 678f97d67873 [2021-03-25T10:05:47.138Z] ---> d3abf5f7c6a3 [2021-03-25T10:05:47.138Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-25T10:05:47.138Z] Removing intermediate container 678f97d67873 [2021-03-25T10:05:47.138Z] ---> 98899234db43 [2021-03-25T10:05:47.138Z] Step 23/24 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:05:47.138Z] ---> Running in 4c8adad271ed [2021-03-25T10:05:47.369Z] Removing intermediate container a99e73888c4f [2021-03-25T10:05:47.369Z] ---> fd986bfe84f8 [2021-03-25T10:05:47.369Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-25T10:05:47.502Z] Removing intermediate container 4c8adad271ed [2021-03-25T10:05:47.502Z] ---> 54e674a4d9d2 [2021-03-25T10:05:47.502Z] Step 24/24 : LABEL version=2.0.0-dev.144 [2021-03-25T10:05:47.820Z] ---> 5b91930f901e [2021-03-25T10:05:47.820Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-25T10:05:47.820Z] ---> Running in d474924ce50a [2021-03-25T10:05:47.820Z] Removing intermediate container d474924ce50a [2021-03-25T10:05:47.820Z] ---> 3d18ba18d5b1 [2021-03-25T10:05:47.820Z] [2021-03-25T10:05:48.103Z] Successfully built 3d18ba18d5b1 [2021-03-25T10:05:48.418Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-25T10:05:48.418Z]  Building docker-security-secretstore-setup-go ... done  ---> 929988c19e4b [2021-03-25T10:05:48.418Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-25T10:05:49.379Z] ---> 9016c1167d77 [2021-03-25T10:05:49.379Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-25T10:05:50.363Z] Removing intermediate container 11a813909349 [2021-03-25T10:05:50.363Z] ---> 8a762dbb019c [2021-03-25T10:05:50.363Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-25T10:05:50.363Z] ---> Running in 471297b74780 [2021-03-25T10:05:50.645Z] ---> 073a8dba3195 [2021-03-25T10:05:50.645Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-25T10:05:50.994Z] ---> e9195c6b0be6 [2021-03-25T10:05:50.994Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-25T10:05:50.994Z] ---> e848f7629ad1 [2021-03-25T10:05:50.994Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-25T10:05:50.994Z] ---> Running in d3b6fef8f18c [2021-03-25T10:05:51.265Z] Removing intermediate container d3b6fef8f18c [2021-03-25T10:05:51.265Z] ---> 835c186d01b2 [2021-03-25T10:05:51.265Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-25T10:05:51.637Z] Removing intermediate container 471297b74780 [2021-03-25T10:05:51.637Z] ---> 843a2c46d4bf [2021-03-25T10:05:51.637Z] Step 13/21 : WORKDIR /edgex [2021-03-25T10:05:51.911Z] Removing intermediate container c67a0c4a0332 [2021-03-25T10:05:51.911Z] ---> 2a85bca0e2b3 [2021-03-25T10:05:51.911Z] [2021-03-25T10:05:51.911Z] Step 11/26 : FROM docker:20.10.0 [2021-03-25T10:05:51.911Z] 20.10.0: Pulling from library/docker [2021-03-25T10:05:52.191Z] ---> Running in 56747d075cc1 [2021-03-25T10:05:52.661Z] ---> ded247c83635 [2021-03-25T10:05:52.661Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-25T10:05:52.924Z] Removing intermediate container 9ac3a3dce992 [2021-03-25T10:05:52.924Z] ---> fe862e94d61c [2021-03-25T10:05:52.924Z] [2021-03-25T10:05:52.924Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:05:52.924Z] ---> 88dd2752d2ea [2021-03-25T10:05:52.924Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-25T10:05:52.924Z] ---> Running in f0865c7d3012 [2021-03-25T10:05:52.924Z] ---> Running in 02559b1bdf5a [2021-03-25T10:05:53.188Z] ---> a459b21ff717 [2021-03-25T10:05:53.188Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-25T10:05:53.188Z] Removing intermediate container 02559b1bdf5a [2021-03-25T10:05:53.188Z] ---> 32b64ecb0dad [2021-03-25T10:05:53.188Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-25T10:05:53.188Z] ---> Running in 656d40476bbd [2021-03-25T10:05:53.456Z] Removing intermediate container 656d40476bbd [2021-03-25T10:05:53.456Z] ---> c7c2799649fd [2021-03-25T10:05:53.456Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-25T10:05:53.456Z] ---> Running in a06ec849e9a3 [2021-03-25T10:05:53.720Z] Removing intermediate container a06ec849e9a3 [2021-03-25T10:05:53.720Z] ---> e6ee5473a669 [2021-03-25T10:05:53.720Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:05:53.720Z] ---> Running in 62e8097963c4 [2021-03-25T10:05:53.787Z] Removing intermediate container 56747d075cc1 [2021-03-25T10:05:53.787Z] ---> 9a989d9513ea [2021-03-25T10:05:53.787Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-25T10:05:53.987Z] Removing intermediate container f0865c7d3012 [2021-03-25T10:05:53.987Z] ---> 5d365dc191e6 [2021-03-25T10:05:53.987Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-25T10:05:54.250Z] ---> Running in d1dc2cec62a6 [2021-03-25T10:05:54.390Z] Removing intermediate container c0200958e8c0 [2021-03-25T10:05:54.390Z] ---> 19a2229b0d5a [2021-03-25T10:05:54.390Z] [2021-03-25T10:05:54.390Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T10:05:54.390Z] ---> d10569e2745f [2021-03-25T10:05:54.390Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:05:54.390Z] Removing intermediate container 76281c0fdd64 [2021-03-25T10:05:54.390Z] ---> 455e2550fd42 [2021-03-25T10:05:54.390Z] [2021-03-25T10:05:54.390Z] Step 10/22 : FROM alpine:3.12 [2021-03-25T10:05:54.390Z] ---> d10569e2745f [2021-03-25T10:05:54.390Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-25T10:05:54.513Z] Removing intermediate container d1dc2cec62a6 [2021-03-25T10:05:54.513Z] ---> 657832424ee8 [2021-03-25T10:05:54.513Z] Step 28/31 : CMD ["gate"] [2021-03-25T10:05:54.513Z] ---> Running in de099af1cc78 [2021-03-25T10:05:54.779Z] Removing intermediate container de099af1cc78 [2021-03-25T10:05:54.779Z] ---> da97eae6ae9f [2021-03-25T10:05:54.779Z] Step 29/31 : LABEL arch=x86_64 [2021-03-25T10:05:54.779Z] Removing intermediate container 62e8097963c4 [2021-03-25T10:05:54.779Z] ---> 1a072de4e58d [2021-03-25T10:05:54.779Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-25T10:05:54.990Z] ---> Running in 4cd14c48a6d8 [2021-03-25T10:05:54.990Z] ---> Running in 3dfe51e8c505 [2021-03-25T10:05:55.041Z] ---> Running in 1e4f636e9813 [2021-03-25T10:05:55.041Z] ---> Running in 3c2ba7e7d47e [2021-03-25T10:05:55.041Z] Removing intermediate container 3c2ba7e7d47e [2021-03-25T10:05:55.041Z] ---> dfd5984ff3c1 [2021-03-25T10:05:55.041Z] Step 30/31 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:05:55.265Z] ---> 0252071f7aff [2021-03-25T10:05:55.266Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-25T10:05:55.305Z] ---> Running in 36d3adb785f8 [2021-03-25T10:05:55.546Z] ---> c0248f628bca [2021-03-25T10:05:55.546Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-25T10:05:55.570Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:55.570Z] Removing intermediate container 36d3adb785f8 [2021-03-25T10:05:55.570Z] ---> 5575de54cd80 [2021-03-25T10:05:55.570Z] Step 31/31 : LABEL version=2.0.0-dev.144 [2021-03-25T10:05:55.570Z] ---> Running in c23637fa4df3 [2021-03-25T10:05:55.832Z] Removing intermediate container c23637fa4df3 [2021-03-25T10:05:55.832Z] ---> ebb243c78bf6 [2021-03-25T10:05:55.832Z] [2021-03-25T10:05:56.095Z] Successfully built ebb243c78bf6 [2021-03-25T10:05:56.095Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-25T10:05:56.360Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-25T10:05:56.937Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-25T10:05:57.199Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-25T10:05:57.199Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-25T10:05:57.199Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-25T10:05:57.462Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T10:05:57.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:05:57.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:05:57.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:05:57.550Z] ---> 3a4ce506808e [2021-03-25T10:05:57.550Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-25T10:05:57.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:05:57.827Z] ---> d37e20eb0294 [2021-03-25T10:05:57.827Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-25T10:05:58.036Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-25T10:05:58.106Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-25T10:05:58.106Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:58.106Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-25T10:05:58.298Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:58.298Z] OK: 8 MiB in 20 packages [2021-03-25T10:05:58.388Z] OK: 5 MiB in 15 packages [2021-03-25T10:05:58.389Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-25T10:05:58.389Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:05:58.389Z] Executing ca-certificates-20191127-r4.trigger [2021-03-25T10:05:58.673Z] OK: 6 MiB in 16 packages [2021-03-25T10:05:58.880Z] Removing intermediate container 1e4f636e9813 [2021-03-25T10:05:58.880Z] ---> 31184a0ec89d [2021-03-25T10:05:58.880Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:05:59.146Z] ---> 7591ab36a0da [2021-03-25T10:05:59.146Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-25T10:05:59.662Z] ---> e830899c703e [2021-03-25T10:05:59.662Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-25T10:05:59.722Z] ---> bfa1bc1a27ba [2021-03-25T10:05:59.722Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-25T10:05:59.938Z] ---> 3302d840c557 [2021-03-25T10:05:59.938Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-25T10:05:59.984Z] ---> 33ad703d0a0b [2021-03-25T10:05:59.984Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-25T10:05:59.984Z] ---> Running in 4acd868c2402 [2021-03-25T10:06:00.246Z] Removing intermediate container 4acd868c2402 [2021-03-25T10:06:00.246Z] ---> 34df23aae6f7 [2021-03-25T10:06:00.246Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:06:00.246Z] ---> Running in 6a895eb534cf [2021-03-25T10:06:00.307Z] ---> Running in ab6a7f49543f [2021-03-25T10:06:00.307Z] ---> Running in c632f7bcf312 [2021-03-25T10:06:00.508Z] Removing intermediate container 6a895eb534cf [2021-03-25T10:06:00.509Z] ---> a9eb5d49839b [2021-03-25T10:06:00.509Z] Step 21/23 : LABEL arch=x86_64 [2021-03-25T10:06:00.509Z] ---> Running in 7a372d634bae [2021-03-25T10:06:00.622Z] Removing intermediate container 3dfe51e8c505 [2021-03-25T10:06:00.622Z] ---> 6418348bcd0d [2021-03-25T10:06:00.622Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:06:00.622Z] ---> Running in c7eff2abed64 [2021-03-25T10:06:00.773Z] Removing intermediate container 7a372d634bae [2021-03-25T10:06:00.773Z] ---> 730dde14e9ae [2021-03-25T10:06:00.773Z] Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:00.773Z] ---> Running in 4848904565b6 [2021-03-25T10:06:01.037Z] Removing intermediate container 4848904565b6 [2021-03-25T10:06:01.037Z] ---> de90d93c2248 [2021-03-25T10:06:01.037Z] Step 23/23 : LABEL version=2.0.0-dev.144 [2021-03-25T10:06:01.037Z] ---> Running in d06fdbb014fd [2021-03-25T10:06:01.301Z] Removing intermediate container d06fdbb014fd [2021-03-25T10:06:01.301Z] ---> 9c4fe7cbb645 [2021-03-25T10:06:01.301Z] [2021-03-25T10:06:01.301Z] Successfully built 9c4fe7cbb645 [2021-03-25T10:06:01.301Z] Successfully tagged docker-core-data-go:latest [2021-03-25T10:06:01.602Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-25T10:06:01.621Z] $ docker stop --time=1 c2666effa775234c5570ab0123cae63e8121a349b7a42521e577005eb44315a9 [2021-03-25T10:06:02.139Z] Removing intermediate container c632f7bcf312 [2021-03-25T10:06:02.139Z] ---> 5ccc44f261f4 [2021-03-25T10:06:02.139Z] Step 18/21 : CMD ["--init=true"] [2021-03-25T10:06:02.139Z] Removing intermediate container 4cd14c48a6d8 [2021-03-25T10:06:02.139Z] ---> 8cb23228973e [2021-03-25T10:06:02.139Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:06:02.139Z] Removing intermediate container c7eff2abed64 [2021-03-25T10:06:02.139Z] ---> e9baa378698e [2021-03-25T10:06:02.139Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-25T10:06:02.139Z] ---> Running in 237b70c478fd [2021-03-25T10:06:02.440Z] ---> Running in 2e973613c96c [2021-03-25T10:06:02.440Z] ---> Running in 8cdd523dfc84 [2021-03-25T10:06:03.048Z] Removing intermediate container 237b70c478fd [2021-03-25T10:06:03.048Z] ---> 39240ea3feb3 [2021-03-25T10:06:03.048Z] Step 19/21 : LABEL arch=arm64 [2021-03-25T10:06:03.242Z] $ docker rm -f c2666effa775234c5570ab0123cae63e8121a349b7a42521e577005eb44315a9 [2021-03-25T10:06:03.323Z] ---> Running in 51793d80cc99 [2021-03-25T10:06:03.323Z] Removing intermediate container 2e973613c96c [2021-03-25T10:06:03.323Z] ---> 5011f6285871 [2021-03-25T10:06:03.602Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-25T10:06:03.602Z] Removing intermediate container 8cdd523dfc84 [2021-03-25T10:06:03.602Z] ---> 988a9deddbbe [2021-03-25T10:06:03.602Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-25T10:06:03.602Z] ---> Running in d6b66e580cc6 [2021-03-25T10:06:03.602Z] ---> Running in ba75b3252b11 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T10:06:03.891Z] Removing intermediate container ab6a7f49543f [2021-03-25T10:06:03.891Z] ---> c177e25fb169 [2021-03-25T10:06:03.891Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-25T10:06:03.891Z] ---> Running in 9cd748626234 [2021-03-25T10:06:04.064Z] + docker images [2021-03-25T10:06:04.064Z] + grep docker [2021-03-25T10:06:04.165Z] Removing intermediate container 51793d80cc99 [2021-03-25T10:06:04.165Z] ---> 91fa3461bcf4 [2021-03-25T10:06:04.165Z] Step 20/21 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:04.326Z] docker-core-data-go latest 9c4fe7cbb645 3 seconds ago 22.7MB [2021-03-25T10:06:04.326Z] docker-security-bootstrapper-go latest ebb243c78bf6 9 seconds ago 18.9MB [2021-03-25T10:06:04.326Z] docker-security-secretstore-setup-go latest 3d18ba18d5b1 17 seconds ago 25MB [2021-03-25T10:06:04.326Z] docker-sys-mgmt-agent-go latest 2124c92b834e 20 seconds ago 313MB [2021-03-25T10:06:04.326Z] docker-support-scheduler-go latest 89632287ee7a 21 seconds ago 17.4MB [2021-03-25T10:06:04.326Z] docker-core-command-go latest 186877a89e5f About a minute ago 17.3MB [2021-03-25T10:06:04.326Z] docker-core-metadata-go latest 5dea79d497f6 About a minute ago 19MB [2021-03-25T10:06:04.326Z] docker-support-notifications-go latest 366dfe47a128 About a minute ago 17.9MB [2021-03-25T10:06:04.326Z] docker-security-proxy-setup-go latest c5cadd140800 About a minute ago 24.7MB [2021-03-25T10:06:04.326Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-03-25T10:06:04.435Z] ---> Running in 4c43cb07c4a9 [2021-03-25T10:06:04.435Z] Removing intermediate container d6b66e580cc6 [2021-03-25T10:06:04.435Z] ---> 10aedda3c7bc [2021-03-25T10:06:04.435Z] Step 14/22 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // script [2021-03-25T10:06:04.711Z] Removing intermediate container ba75b3252b11 [2021-03-25T10:06:04.711Z] ---> cfe8addaa1a1 [2021-03-25T10:06:04.711Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:06:04.711Z] ---> Running in de69bf30959c [Pipeline] } [Pipeline] // stage [2021-03-25T10:06:04.988Z] Removing intermediate container 9cd748626234 [2021-03-25T10:06:04.988Z] ---> ecd81f423814 [2021-03-25T10:06:04.988Z] Step 22/24 : LABEL arch=arm64 [2021-03-25T10:06:04.988Z] Removing intermediate container 4c43cb07c4a9 [2021-03-25T10:06:04.988Z] ---> a659496ad600 [2021-03-25T10:06:04.988Z] Step 21/21 : LABEL version=2.0.0-dev.144 [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-03-25T10:06:05.262Z] ---> Running in 274ad79b5e11 [2021-03-25T10:06:05.262Z] ---> Running in f61aa54e19d7 [Pipeline] wrap [2021-03-25T10:06:05.356Z] provisioning config files... [2021-03-25T10:06:05.393Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/412@tmp/config5800407624193169219tmp [Pipeline] { [2021-03-25T10:06:05.539Z] Removing intermediate container de69bf30959c [2021-03-25T10:06:05.539Z] ---> bf3d5b356ce9 [2021-03-25T10:06:05.539Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:06:05.819Z] ---> d86e8adef209 [2021-03-25T10:06:05.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-25T10:06:05.819Z] Removing intermediate container 274ad79b5e11 [2021-03-25T10:06:05.819Z] ---> 8b46aa6e458f [2021-03-25T10:06:05.819Z] Step 23/24 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:05.870Z] ---> docker-login.sh [2021-03-25T10:06:05.870Z] nexus3.edgexfoundry.org:10001 [2021-03-25T10:06:05.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:06:06.095Z] Removing intermediate container f61aa54e19d7 [2021-03-25T10:06:06.095Z] ---> ddc00dec5d0d [2021-03-25T10:06:06.095Z] [2021-03-25T10:06:06.095Z] ---> Running in e8479bd27553 [2021-03-25T10:06:06.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:06:06.137Z] Configure a credential helper to remove this warning. See [2021-03-25T10:06:06.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:06:06.137Z] [2021-03-25T10:06:06.137Z] Login Succeeded [2021-03-25T10:06:06.137Z] nexus3.edgexfoundry.org:10002 [2021-03-25T10:06:06.137Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:06:06.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:06:06.137Z] Configure a credential helper to remove this warning. See [2021-03-25T10:06:06.137Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:06:06.137Z] [2021-03-25T10:06:06.137Z] Login Succeeded [2021-03-25T10:06:06.137Z] nexus3.edgexfoundry.org:10003 [2021-03-25T10:06:06.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:06:06.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:06:06.399Z] Configure a credential helper to remove this warning. See [2021-03-25T10:06:06.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:06:06.399Z] [2021-03-25T10:06:06.399Z] Login Succeeded [2021-03-25T10:06:06.399Z] nexus3.edgexfoundry.org:10004 [2021-03-25T10:06:06.661Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:06:06.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:06:06.661Z] Configure a credential helper to remove this warning. See [2021-03-25T10:06:06.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:06:06.661Z] [2021-03-25T10:06:06.661Z] Login Succeeded [2021-03-25T10:06:06.661Z] docker.io [2021-03-25T10:06:06.705Z] Successfully built ddc00dec5d0d [2021-03-25T10:06:06.706Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-25T10:06:06.706Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-25T10:06:06.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:06:07.304Z] Removing intermediate container e8479bd27553 [2021-03-25T10:06:07.304Z] ---> fb9d50a4a39c [2021-03-25T10:06:07.304Z] Step 24/24 : LABEL version=2.0.0-dev.144 [2021-03-25T10:06:07.304Z] ---> cf783a338734 [2021-03-25T10:06:07.304Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-25T10:06:07.583Z] ---> Running in b8f99fdc92b7 [2021-03-25T10:06:07.583Z] ---> 37e4bf29c724 [2021-03-25T10:06:07.583Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-25T10:06:07.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:06:07.872Z] Configure a credential helper to remove this warning. See [2021-03-25T10:06:07.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:06:07.872Z] [2021-03-25T10:06:07.872Z] Login Succeeded [2021-03-25T10:06:07.872Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T10:06:07.882Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:06:08.271Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-25T10:06:08.271Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:08.271Z] 2.0.0-dev.144 [2021-03-25T10:06:08.271Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:08.271Z] master [2021-03-25T10:06:08.271Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-25T10:06:08.588Z] Removing intermediate container b8f99fdc92b7 [2021-03-25T10:06:08.588Z] ---> ae473bfebc11 [2021-03-25T10:06:08.588Z] [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:09.007Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:09.191Z] Successfully built ae473bfebc11 [2021-03-25T10:06:09.191Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-25T10:06:09.335Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:09.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-25T10:06:09.335Z] 8a921f19ff71: Preparing [2021-03-25T10:06:09.335Z] 82f66dc86249: Preparing [2021-03-25T10:06:09.335Z] 937e0c0157f6: Preparing [2021-03-25T10:06:09.335Z] 426dbf7bead1: Preparing [2021-03-25T10:06:09.335Z] 33e8713114f8: Preparing [2021-03-25T10:06:09.335Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:09.466Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-25T10:06:09.466Z] ---> 6830c11b8b0a [2021-03-25T10:06:09.466Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-25T10:06:09.600Z] 426dbf7bead1: Pushed [2021-03-25T10:06:09.600Z] 937e0c0157f6: Pushed [2021-03-25T10:06:09.600Z] 8a921f19ff71: Pushed [2021-03-25T10:06:09.743Z] ---> Running in 6af89be82fb4 [2021-03-25T10:06:09.743Z] ---> 8fdc71db1072 [2021-03-25T10:06:09.743Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-25T10:06:10.020Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-25T10:06:10.020Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-25T10:06:10.020Z] ---> eeaf43b92773 [2021-03-25T10:06:10.020Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-25T10:06:10.293Z] Removing intermediate container 6af89be82fb4 [2021-03-25T10:06:10.293Z] ---> b9feaf7e2d16 [2021-03-25T10:06:10.293Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:06:10.293Z] ---> Running in 3ecfa6b3ce57 [2021-03-25T10:06:10.550Z] 82f66dc86249: Pushed [2021-03-25T10:06:10.564Z] ---> Running in c03eeb10f0ad [2021-03-25T10:06:10.816Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:346990665a700c7398ac9d2ca0f627252a0e67c88940b00cac8f343da2797511 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:11.137Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:11.164Z] ---> b17948f617cc [2021-03-25T10:06:11.164Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-25T10:06:11.438Z] Removing intermediate container c03eeb10f0ad [2021-03-25T10:06:11.438Z] ---> 087fc3651139 [2021-03-25T10:06:11.438Z] Step 20/22 : LABEL arch=arm64 [2021-03-25T10:06:11.438Z] ---> Running in 7a81ee90cdb1 [2021-03-25T10:06:11.442Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.144 [2021-03-25T10:06:11.442Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-25T10:06:11.442Z] 8a921f19ff71: Preparing [2021-03-25T10:06:11.442Z] 82f66dc86249: Preparing [2021-03-25T10:06:11.442Z] 937e0c0157f6: Preparing [2021-03-25T10:06:11.442Z] 426dbf7bead1: Preparing [2021-03-25T10:06:11.442Z] 33e8713114f8: Preparing [2021-03-25T10:06:11.442Z] 426dbf7bead1: Layer already exists [2021-03-25T10:06:11.442Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:11.442Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:11.442Z] 82f66dc86249: Layer already exists [2021-03-25T10:06:11.442Z] 8a921f19ff71: Layer already exists [2021-03-25T10:06:11.442Z] 2.0.0-dev.144: digest: sha256:346990665a700c7398ac9d2ca0f627252a0e67c88940b00cac8f343da2797511 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:11.712Z] ---> Running in 9cb44592bf25 [2021-03-25T10:06:11.712Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:11.752Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:11.983Z] Removing intermediate container 7a81ee90cdb1 [2021-03-25T10:06:11.983Z] ---> ae1788460595 [2021-03-25T10:06:11.983Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:06:11.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:12.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:12.056Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-25T10:06:12.056Z] 8a921f19ff71: Preparing [2021-03-25T10:06:12.056Z] 82f66dc86249: Preparing [2021-03-25T10:06:12.056Z] 937e0c0157f6: Preparing [2021-03-25T10:06:12.056Z] 426dbf7bead1: Preparing [2021-03-25T10:06:12.056Z] 33e8713114f8: Preparing [2021-03-25T10:06:12.056Z] 8a921f19ff71: Layer already exists [2021-03-25T10:06:12.056Z] 82f66dc86249: Layer already exists [2021-03-25T10:06:12.056Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:12.056Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:12.056Z] 426dbf7bead1: Layer already exists [2021-03-25T10:06:12.257Z] Removing intermediate container 9cb44592bf25 [2021-03-25T10:06:12.257Z] ---> 0d369b572ac4 [2021-03-25T10:06:12.257Z] Step 21/22 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:12.257Z] ---> Running in 323467d72e7c [2021-03-25T10:06:12.257Z] ---> Running in f830f3624068 [2021-03-25T10:06:12.318Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:346990665a700c7398ac9d2ca0f627252a0e67c88940b00cac8f343da2797511 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:12.632Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:12.856Z] (1/2) Installing readline (8.0.4-r0) [2021-03-25T10:06:12.856Z] (2/2) Installing bash (5.0.17-r0) [2021-03-25T10:06:12.856Z] Executing bash-5.0.17-r0.post-install [2021-03-25T10:06:12.856Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:06:12.856Z] OK: 12 MiB in 22 packages [2021-03-25T10:06:12.856Z] Removing intermediate container 323467d72e7c [2021-03-25T10:06:12.856Z] ---> 415cf2a54057 [2021-03-25T10:06:12.856Z] Step 20/22 : LABEL arch=arm64 [2021-03-25T10:06:12.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-25T10:06:12.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-25T10:06:12.947Z] 8a921f19ff71: Preparing [2021-03-25T10:06:12.947Z] 82f66dc86249: Preparing [2021-03-25T10:06:12.947Z] 937e0c0157f6: Preparing [2021-03-25T10:06:12.947Z] 426dbf7bead1: Preparing [2021-03-25T10:06:12.947Z] 33e8713114f8: Preparing [2021-03-25T10:06:12.947Z] 8a921f19ff71: Layer already exists [2021-03-25T10:06:12.947Z] 426dbf7bead1: Layer already exists [2021-03-25T10:06:12.947Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:12.947Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:12.947Z] 82f66dc86249: Layer already exists [2021-03-25T10:06:12.947Z] master: digest: sha256:346990665a700c7398ac9d2ca0f627252a0e67c88940b00cac8f343da2797511 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-03-25T10:06:13.136Z] Removing intermediate container f830f3624068 [2021-03-25T10:06:13.136Z] ---> 30b7b0662920 [2021-03-25T10:06:13.136Z] Step 22/22 : LABEL version=2.0.0-dev.144 [2021-03-25T10:06:13.136Z] ---> Running in e6e2be3c4a78 [Pipeline] } [Pipeline] // withEnv [2021-03-25T10:06:13.413Z] ---> Running in f8c8fac42bc2 [Pipeline] echo [2021-03-25T10:06:13.486Z] ===================================================== [Pipeline] echo [2021-03-25T10:06:13.582Z] taggedImages: [2021-03-25T10:06:13.582Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:13.583Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.144 [2021-03-25T10:06:13.583Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:13.583Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-25T10:06:13.701Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-25T10:06:13.701Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:13.701Z] 2.0.0-dev.144 [2021-03-25T10:06:13.701Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:13.701Z] master [2021-03-25T10:06:13.701Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-25T10:06:14.014Z] Removing intermediate container e6e2be3c4a78 [2021-03-25T10:06:14.014Z] ---> b87b60a4a2bc [2021-03-25T10:06:14.014Z] Step 21/22 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:14.014Z] Removing intermediate container f8c8fac42bc2 [2021-03-25T10:06:14.014Z] ---> 3e4786010fad [2021-03-25T10:06:14.014Z] [2021-03-25T10:06:14.014Z] ---> Running in bcc2fc8ed191 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:14.291Z] Successfully built 3e4786010fad [2021-03-25T10:06:14.292Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-25T10:06:14.292Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-25T10:06:14.292Z] Removing intermediate container 3ecfa6b3ce57 [2021-03-25T10:06:14.292Z] ---> 9a33fd63c7a4 [2021-03-25T10:06:14.292Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-25T10:06:14.400Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:14.564Z] Removing intermediate container bcc2fc8ed191 [2021-03-25T10:06:14.564Z] ---> 7bdd2b473aad [2021-03-25T10:06:14.564Z] Step 22/22 : LABEL version=2.0.0-dev.144 [2021-03-25T10:06:14.564Z] ---> Running in 171209472a89 [2021-03-25T10:06:14.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:14.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-25T10:06:14.718Z] 498fbde192b6: Preparing [2021-03-25T10:06:14.718Z] 01cc0f24048a: Preparing [2021-03-25T10:06:14.719Z] 937e0c0157f6: Preparing [2021-03-25T10:06:14.719Z] dc0362809334: Preparing [2021-03-25T10:06:14.719Z] 1a1842f041ea: Preparing [2021-03-25T10:06:14.719Z] 33e8713114f8: Preparing [2021-03-25T10:06:14.719Z] 33e8713114f8: Waiting [2021-03-25T10:06:14.719Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:14.719Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:14.834Z] ---> Running in c4000a5dbd78 [2021-03-25T10:06:14.982Z] 498fbde192b6: Pushed [2021-03-25T10:06:14.982Z] 1a1842f041ea: Pushed [2021-03-25T10:06:15.105Z] Removing intermediate container 171209472a89 [2021-03-25T10:06:15.105Z] ---> a41e59c74e17 [2021-03-25T10:06:15.105Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-25T10:06:15.244Z] dc0362809334: Pushed [2021-03-25T10:06:15.375Z] ---> Running in 8c96863f93b7 [2021-03-25T10:06:15.375Z] Removing intermediate container c4000a5dbd78 [2021-03-25T10:06:15.375Z] ---> b9dbe69acbd4 [2021-03-25T10:06:15.375Z] [2021-03-25T10:06:15.647Z] Successfully built b9dbe69acbd4 [2021-03-25T10:06:15.920Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-25T10:06:15.920Z] Building docker-security-bootstrapper-go [2021-03-25T10:06:15.920Z]  Building docker-support-notifications-go ... done Removing intermediate container 8c96863f93b7 [2021-03-25T10:06:15.920Z] ---> 32d5851d89f2 [2021-03-25T10:06:15.920Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-25T10:06:15.920Z] ---> Running in 2f40d12da67c [2021-03-25T10:06:16.190Z] 01cc0f24048a: Pushed [2021-03-25T10:06:16.452Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:32bf10e5e7fabd586b3478f045ec2def8af65880a795f5bef2dc75400a0ef188 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:16.515Z] Removing intermediate container 2f40d12da67c [2021-03-25T10:06:16.515Z] ---> ced4c7d6fbb3 [2021-03-25T10:06:16.515Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-25T10:06:16.763Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:17.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.144 [2021-03-25T10:06:17.077Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-25T10:06:17.077Z] 498fbde192b6: Preparing [2021-03-25T10:06:17.077Z] 01cc0f24048a: Preparing [2021-03-25T10:06:17.077Z] 937e0c0157f6: Preparing [2021-03-25T10:06:17.077Z] dc0362809334: Preparing [2021-03-25T10:06:17.077Z] 1a1842f041ea: Preparing [2021-03-25T10:06:17.077Z] 33e8713114f8: Preparing [2021-03-25T10:06:17.077Z] 33e8713114f8: Waiting [2021-03-25T10:06:17.077Z] dc0362809334: Layer already exists [2021-03-25T10:06:17.077Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:17.077Z] 1a1842f041ea: Layer already exists [2021-03-25T10:06:17.077Z] 01cc0f24048a: Layer already exists [2021-03-25T10:06:17.077Z] 498fbde192b6: Layer already exists [2021-03-25T10:06:17.077Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:17.339Z] 2.0.0-dev.144: digest: sha256:32bf10e5e7fabd586b3478f045ec2def8af65880a795f5bef2dc75400a0ef188 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:17.653Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:17.941Z] ---> 93c76d06a55d [2021-03-25T10:06:17.942Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-25T10:06:17.963Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:17.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-25T10:06:17.963Z] 498fbde192b6: Preparing [2021-03-25T10:06:17.963Z] 01cc0f24048a: Preparing [2021-03-25T10:06:17.963Z] 937e0c0157f6: Preparing [2021-03-25T10:06:17.963Z] dc0362809334: Preparing [2021-03-25T10:06:17.963Z] 1a1842f041ea: Preparing [2021-03-25T10:06:17.963Z] 33e8713114f8: Preparing [2021-03-25T10:06:17.963Z] 33e8713114f8: Waiting [2021-03-25T10:06:17.963Z] 01cc0f24048a: Layer already exists [2021-03-25T10:06:17.963Z] 498fbde192b6: Layer already exists [2021-03-25T10:06:17.963Z] dc0362809334: Layer already exists [2021-03-25T10:06:17.963Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:17.963Z] 1a1842f041ea: Layer already exists [2021-03-25T10:06:17.963Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:17.963Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:32bf10e5e7fabd586b3478f045ec2def8af65880a795f5bef2dc75400a0ef188 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:18.275Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:18.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-25T10:06:18.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-25T10:06:18.588Z] 498fbde192b6: Preparing [2021-03-25T10:06:18.588Z] 01cc0f24048a: Preparing [2021-03-25T10:06:18.588Z] 937e0c0157f6: Preparing [2021-03-25T10:06:18.588Z] dc0362809334: Preparing [2021-03-25T10:06:18.588Z] 1a1842f041ea: Preparing [2021-03-25T10:06:18.588Z] 33e8713114f8: Preparing [2021-03-25T10:06:18.588Z] 33e8713114f8: Waiting [2021-03-25T10:06:18.588Z] 498fbde192b6: Layer already exists [2021-03-25T10:06:18.588Z] 1a1842f041ea: Layer already exists [2021-03-25T10:06:18.588Z] dc0362809334: Layer already exists [2021-03-25T10:06:18.588Z] 01cc0f24048a: Layer already exists [2021-03-25T10:06:18.588Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:18.588Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:18.588Z] master: digest: sha256:32bf10e5e7fabd586b3478f045ec2def8af65880a795f5bef2dc75400a0ef188 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:06:19.045Z] ===================================================== [Pipeline] echo [2021-03-25T10:06:19.230Z] taggedImages: [2021-03-25T10:06:19.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:19.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.144 [2021-03-25T10:06:19.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:19.230Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-25T10:06:19.351Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-25T10:06:19.351Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:19.351Z] 2.0.0-dev.144 [2021-03-25T10:06:19.351Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:19.351Z] master [2021-03-25T10:06:19.351Z] ===================================================== [2021-03-25T10:06:19.387Z] ---> 07d103babfb4 [2021-03-25T10:06:19.387Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:20.046Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:20.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:20.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-25T10:06:20.358Z] ed18a2d763cb: Preparing [2021-03-25T10:06:20.358Z] e42a9ea5c409: Preparing [2021-03-25T10:06:20.358Z] 937e0c0157f6: Preparing [2021-03-25T10:06:20.358Z] 760112ba3f1d: Preparing [2021-03-25T10:06:20.358Z] 33e8713114f8: Preparing [2021-03-25T10:06:20.358Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:20.358Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:20.358Z] ed18a2d763cb: Pushed [2021-03-25T10:06:20.366Z] ---> d5764dcfce94 [2021-03-25T10:06:20.366Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-25T10:06:20.621Z] 760112ba3f1d: Pushed [2021-03-25T10:06:20.643Z] ---> Running in 4d9055d7c79d [2021-03-25T10:06:21.569Z] e42a9ea5c409: Pushed [2021-03-25T10:06:21.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:21.623Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:21.830Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:e9cd9b91b15fda24b9c7263fcf52362fc5ee9ba4ce58d3cd98f91600907c6282 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:22.218Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-25T10:06:22.218Z] (2/33) Installing expat (2.2.9-r1) [2021-03-25T10:06:22.218Z] (3/33) Installing libffi (3.3-r2) [2021-03-25T10:06:22.218Z] (4/33) Installing gdbm (1.13-r1) [2021-03-25T10:06:22.218Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-25T10:06:22.218Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-25T10:06:22.218Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-25T10:06:22.269Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:22.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.144 [2021-03-25T10:06:22.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-25T10:06:22.678Z] ed18a2d763cb: Preparing [2021-03-25T10:06:22.678Z] e42a9ea5c409: Preparing [2021-03-25T10:06:22.678Z] 937e0c0157f6: Preparing [2021-03-25T10:06:22.678Z] 760112ba3f1d: Preparing [2021-03-25T10:06:22.678Z] 33e8713114f8: Preparing [2021-03-25T10:06:22.678Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:22.678Z] e42a9ea5c409: Layer already exists [2021-03-25T10:06:22.678Z] 760112ba3f1d: Layer already exists [2021-03-25T10:06:22.678Z] ed18a2d763cb: Layer already exists [2021-03-25T10:06:22.678Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:22.678Z] 2.0.0-dev.144: digest: sha256:e9cd9b91b15fda24b9c7263fcf52362fc5ee9ba4ce58d3cd98f91600907c6282 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:23.006Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:23.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:23.317Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-25T10:06:23.317Z] ed18a2d763cb: Preparing [2021-03-25T10:06:23.317Z] e42a9ea5c409: Preparing [2021-03-25T10:06:23.317Z] 937e0c0157f6: Preparing [2021-03-25T10:06:23.317Z] 760112ba3f1d: Preparing [2021-03-25T10:06:23.317Z] 33e8713114f8: Preparing [2021-03-25T10:06:23.317Z] e42a9ea5c409: Layer already exists [2021-03-25T10:06:23.317Z] ed18a2d763cb: Layer already exists [2021-03-25T10:06:23.317Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:23.317Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:23.317Z] 760112ba3f1d: Layer already exists [2021-03-25T10:06:23.317Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:e9cd9b91b15fda24b9c7263fcf52362fc5ee9ba4ce58d3cd98f91600907c6282 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:23.635Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:23.944Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-25T10:06:23.944Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-25T10:06:23.944Z] ed18a2d763cb: Preparing [2021-03-25T10:06:23.944Z] e42a9ea5c409: Preparing [2021-03-25T10:06:23.944Z] 937e0c0157f6: Preparing [2021-03-25T10:06:23.944Z] 760112ba3f1d: Preparing [2021-03-25T10:06:23.944Z] 33e8713114f8: Preparing [2021-03-25T10:06:23.944Z] ed18a2d763cb: Layer already exists [2021-03-25T10:06:23.944Z] e42a9ea5c409: Layer already exists [2021-03-25T10:06:23.944Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:23.944Z] 760112ba3f1d: Layer already exists [2021-03-25T10:06:23.944Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:23.944Z] master: digest: sha256:e9cd9b91b15fda24b9c7263fcf52362fc5ee9ba4ce58d3cd98f91600907c6282 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-25T10:06:24.187Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-25T10:06:24.187Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-25T10:06:24.187Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-25T10:06:24.187Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-25T10:06:24.187Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-25T10:06:24.187Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-25T10:06:24.187Z] (14/33) Installing py3-chardet (3.0.4-r4) [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:06:24.369Z] ===================================================== [2021-03-25T10:06:24.460Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-25T10:06:24.460Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-25T10:06:24.460Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-25T10:06:24.460Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-25T10:06:24.460Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-25T10:06:24.460Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-25T10:06:24.460Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-25T10:06:24.460Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-25T10:06:24.460Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-25T10:06:24.460Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-25T10:06:24.460Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-25T10:06:24.460Z] (26/33) Installing py3-html5lib (1.0.1-r4) [Pipeline] echo [2021-03-25T10:06:24.468Z] taggedImages: [2021-03-25T10:06:24.468Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:24.468Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.144 [2021-03-25T10:06:24.468Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:24.468Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-25T10:06:24.583Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-25T10:06:24.583Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:24.583Z] 2.0.0-dev.144 [2021-03-25T10:06:24.583Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:24.584Z] master [2021-03-25T10:06:24.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-03-25T10:06:24.732Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-25T10:06:24.732Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-25T10:06:24.732Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-25T10:06:24.732Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-25T10:06:24.732Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-25T10:06:24.732Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-25T10:06:24.732Z] (33/33) Installing py3-pip (20.1.1-r0) [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:25.004Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:06:25.004Z] OK: 71 MiB in 55 packages [2021-03-25T10:06:25.278Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:25.590Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:25.590Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-25T10:06:25.590Z] 86c1e38ae379: Preparing [2021-03-25T10:06:25.590Z] 86c1e38ae379: Preparing [2021-03-25T10:06:25.590Z] d83b05e4657d: Preparing [2021-03-25T10:06:25.590Z] 0326233a685c: Preparing [2021-03-25T10:06:25.590Z] a69ac94a25ca: Preparing [2021-03-25T10:06:25.590Z] 993c994db464: Preparing [2021-03-25T10:06:25.590Z] 937e0c0157f6: Preparing [2021-03-25T10:06:25.590Z] d008d38b15a6: Preparing [2021-03-25T10:06:25.590Z] d008d38b15a6: Preparing [2021-03-25T10:06:25.590Z] 8bfbb85df948: Preparing [2021-03-25T10:06:25.590Z] f9011d7034d0: Preparing [2021-03-25T10:06:25.590Z] 33e8713114f8: Preparing [2021-03-25T10:06:25.590Z] d008d38b15a6: Waiting [2021-03-25T10:06:25.590Z] 8bfbb85df948: Waiting [2021-03-25T10:06:25.590Z] f9011d7034d0: Waiting [2021-03-25T10:06:25.590Z] 33e8713114f8: Waiting [2021-03-25T10:06:25.590Z] 937e0c0157f6: Waiting [2021-03-25T10:06:25.854Z] d83b05e4657d: Pushed [2021-03-25T10:06:25.854Z] 86c1e38ae379: Pushed [2021-03-25T10:06:25.854Z] 0326233a685c: Pushed [2021-03-25T10:06:25.854Z] a69ac94a25ca: Pushed [2021-03-25T10:06:25.854Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:25.854Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:26.115Z] 8bfbb85df948: Pushed [2021-03-25T10:06:26.115Z] f9011d7034d0: Pushed [2021-03-25T10:06:26.115Z] d008d38b15a6: Pushed [2021-03-25T10:06:27.065Z] 993c994db464: Pushed [2021-03-25T10:06:27.327Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:26020f709eba02bc43bab71d97df3e9837d898d87aa1a65f419d2eab689452af size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:28.217Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:28.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.144 [2021-03-25T10:06:28.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-25T10:06:28.521Z] 86c1e38ae379: Preparing [2021-03-25T10:06:28.521Z] 86c1e38ae379: Preparing [2021-03-25T10:06:28.521Z] d83b05e4657d: Preparing [2021-03-25T10:06:28.521Z] 0326233a685c: Preparing [2021-03-25T10:06:28.521Z] a69ac94a25ca: Preparing [2021-03-25T10:06:28.521Z] 993c994db464: Preparing [2021-03-25T10:06:28.521Z] 937e0c0157f6: Preparing [2021-03-25T10:06:28.521Z] d008d38b15a6: Preparing [2021-03-25T10:06:28.521Z] d008d38b15a6: Preparing [2021-03-25T10:06:28.521Z] 8bfbb85df948: Preparing [2021-03-25T10:06:28.521Z] f9011d7034d0: Preparing [2021-03-25T10:06:28.521Z] 33e8713114f8: Preparing [2021-03-25T10:06:28.521Z] 937e0c0157f6: Waiting [2021-03-25T10:06:28.521Z] d008d38b15a6: Waiting [2021-03-25T10:06:28.521Z] 8bfbb85df948: Waiting [2021-03-25T10:06:28.521Z] f9011d7034d0: Waiting [2021-03-25T10:06:28.521Z] 33e8713114f8: Waiting [2021-03-25T10:06:28.521Z] 993c994db464: Layer already exists [2021-03-25T10:06:28.521Z] 86c1e38ae379: Layer already exists [2021-03-25T10:06:28.521Z] 0326233a685c: Layer already exists [2021-03-25T10:06:28.521Z] a69ac94a25ca: Layer already exists [2021-03-25T10:06:28.521Z] d83b05e4657d: Layer already exists [2021-03-25T10:06:28.521Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:28.521Z] d008d38b15a6: Layer already exists [2021-03-25T10:06:28.521Z] 8bfbb85df948: Layer already exists [2021-03-25T10:06:28.521Z] f9011d7034d0: Layer already exists [2021-03-25T10:06:28.521Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:28.521Z] 2.0.0-dev.144: digest: sha256:26020f709eba02bc43bab71d97df3e9837d898d87aa1a65f419d2eab689452af size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:28.834Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:29.139Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:29.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-25T10:06:29.139Z] 86c1e38ae379: Preparing [2021-03-25T10:06:29.139Z] 86c1e38ae379: Preparing [2021-03-25T10:06:29.139Z] d83b05e4657d: Preparing [2021-03-25T10:06:29.139Z] 0326233a685c: Preparing [2021-03-25T10:06:29.139Z] a69ac94a25ca: Preparing [2021-03-25T10:06:29.139Z] 993c994db464: Preparing [2021-03-25T10:06:29.139Z] 937e0c0157f6: Preparing [2021-03-25T10:06:29.139Z] d008d38b15a6: Preparing [2021-03-25T10:06:29.139Z] d008d38b15a6: Preparing [2021-03-25T10:06:29.139Z] 8bfbb85df948: Preparing [2021-03-25T10:06:29.139Z] f9011d7034d0: Preparing [2021-03-25T10:06:29.139Z] 33e8713114f8: Preparing [2021-03-25T10:06:29.139Z] 937e0c0157f6: Waiting [2021-03-25T10:06:29.139Z] d008d38b15a6: Waiting [2021-03-25T10:06:29.139Z] 8bfbb85df948: Waiting [2021-03-25T10:06:29.139Z] f9011d7034d0: Waiting [2021-03-25T10:06:29.139Z] 33e8713114f8: Waiting [2021-03-25T10:06:29.139Z] 86c1e38ae379: Layer already exists [2021-03-25T10:06:29.139Z] d83b05e4657d: Layer already exists [2021-03-25T10:06:29.139Z] 0326233a685c: Layer already exists [2021-03-25T10:06:29.139Z] 993c994db464: Layer already exists [2021-03-25T10:06:29.139Z] a69ac94a25ca: Layer already exists [2021-03-25T10:06:29.139Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:29.139Z] f9011d7034d0: Layer already exists [2021-03-25T10:06:29.139Z] d008d38b15a6: Layer already exists [2021-03-25T10:06:29.139Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:29.139Z] 8bfbb85df948: Layer already exists [2021-03-25T10:06:29.401Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:26020f709eba02bc43bab71d97df3e9837d898d87aa1a65f419d2eab689452af size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:29.709Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:30.009Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-25T10:06:30.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-25T10:06:30.009Z] 86c1e38ae379: Preparing [2021-03-25T10:06:30.009Z] 86c1e38ae379: Preparing [2021-03-25T10:06:30.009Z] d83b05e4657d: Preparing [2021-03-25T10:06:30.009Z] 0326233a685c: Preparing [2021-03-25T10:06:30.009Z] a69ac94a25ca: Preparing [2021-03-25T10:06:30.009Z] 993c994db464: Preparing [2021-03-25T10:06:30.009Z] 937e0c0157f6: Preparing [2021-03-25T10:06:30.009Z] d008d38b15a6: Preparing [2021-03-25T10:06:30.009Z] d008d38b15a6: Preparing [2021-03-25T10:06:30.009Z] 8bfbb85df948: Preparing [2021-03-25T10:06:30.009Z] f9011d7034d0: Preparing [2021-03-25T10:06:30.009Z] 33e8713114f8: Preparing [2021-03-25T10:06:30.009Z] 937e0c0157f6: Waiting [2021-03-25T10:06:30.009Z] d008d38b15a6: Waiting [2021-03-25T10:06:30.009Z] 8bfbb85df948: Waiting [2021-03-25T10:06:30.009Z] f9011d7034d0: Waiting [2021-03-25T10:06:30.009Z] 33e8713114f8: Waiting [2021-03-25T10:06:30.009Z] a69ac94a25ca: Layer already exists [2021-03-25T10:06:30.009Z] 86c1e38ae379: Layer already exists [2021-03-25T10:06:30.009Z] d83b05e4657d: Layer already exists [2021-03-25T10:06:30.009Z] 993c994db464: Layer already exists [2021-03-25T10:06:30.009Z] 0326233a685c: Layer already exists [2021-03-25T10:06:30.009Z] d008d38b15a6: Layer already exists [2021-03-25T10:06:30.009Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:30.009Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:30.009Z] 8bfbb85df948: Layer already exists [2021-03-25T10:06:30.009Z] f9011d7034d0: Layer already exists [2021-03-25T10:06:30.009Z] master: digest: sha256:26020f709eba02bc43bab71d97df3e9837d898d87aa1a65f419d2eab689452af size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:06:30.396Z] ===================================================== [Pipeline] echo [2021-03-25T10:06:30.500Z] taggedImages: [2021-03-25T10:06:30.500Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:30.500Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.144 [2021-03-25T10:06:30.500Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:30.500Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-25T10:06:30.614Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-25T10:06:30.614Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:30.614Z] 2.0.0-dev.144 [2021-03-25T10:06:30.614Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:30.614Z] master [2021-03-25T10:06:30.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:31.310Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:31.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:31.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-25T10:06:31.617Z] 09f94be1ad59: Preparing [2021-03-25T10:06:31.617Z] acbd0c402c85: Preparing [2021-03-25T10:06:31.617Z] 65764bd798bd: Preparing [2021-03-25T10:06:31.617Z] 3b3ce6bc51f6: Preparing [2021-03-25T10:06:31.617Z] b0988e456e60: Preparing [2021-03-25T10:06:31.617Z] 33e8713114f8: Preparing [2021-03-25T10:06:31.617Z] 33e8713114f8: Waiting [2021-03-25T10:06:31.881Z] 3b3ce6bc51f6: Pushed [2021-03-25T10:06:31.881Z] 65764bd798bd: Pushed [2021-03-25T10:06:31.881Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:32.145Z] b0988e456e60: Pushed [2021-03-25T10:06:32.718Z] 09f94be1ad59: Pushed [2021-03-25T10:06:32.718Z] acbd0c402c85: Pushed [2021-03-25T10:06:32.718Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:01d23ea77fc0d931781beea739e84db680f19c015c7abb9aa0779de15254174d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:33.282Z] Removing intermediate container 4d9055d7c79d [2021-03-25T10:06:33.282Z] ---> 45ff8116b8c2 [2021-03-25T10:06:33.282Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-25T10:06:33.282Z] ---> Running in 10c380bd8083 [2021-03-25T10:06:33.283Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:33.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.144 [2021-03-25T10:06:33.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-25T10:06:33.588Z] 09f94be1ad59: Preparing [2021-03-25T10:06:33.588Z] acbd0c402c85: Preparing [2021-03-25T10:06:33.588Z] 65764bd798bd: Preparing [2021-03-25T10:06:33.588Z] 3b3ce6bc51f6: Preparing [2021-03-25T10:06:33.588Z] b0988e456e60: Preparing [2021-03-25T10:06:33.588Z] 33e8713114f8: Preparing [2021-03-25T10:06:33.588Z] 33e8713114f8: Waiting [2021-03-25T10:06:33.588Z] acbd0c402c85: Layer already exists [2021-03-25T10:06:33.588Z] 09f94be1ad59: Layer already exists [2021-03-25T10:06:33.588Z] 65764bd798bd: Layer already exists [2021-03-25T10:06:33.588Z] b0988e456e60: Layer already exists [2021-03-25T10:06:33.588Z] 3b3ce6bc51f6: Layer already exists [2021-03-25T10:06:33.588Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:33.588Z] 2.0.0-dev.144: digest: sha256:01d23ea77fc0d931781beea739e84db680f19c015c7abb9aa0779de15254174d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:33.893Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:34.193Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:34.193Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-25T10:06:34.193Z] 09f94be1ad59: Preparing [2021-03-25T10:06:34.193Z] acbd0c402c85: Preparing [2021-03-25T10:06:34.193Z] 65764bd798bd: Preparing [2021-03-25T10:06:34.193Z] 3b3ce6bc51f6: Preparing [2021-03-25T10:06:34.193Z] b0988e456e60: Preparing [2021-03-25T10:06:34.193Z] 33e8713114f8: Preparing [2021-03-25T10:06:34.193Z] 33e8713114f8: Waiting [2021-03-25T10:06:34.193Z] 3b3ce6bc51f6: Layer already exists [2021-03-25T10:06:34.193Z] 09f94be1ad59: Layer already exists [2021-03-25T10:06:34.193Z] acbd0c402c85: Layer already exists [2021-03-25T10:06:34.193Z] 65764bd798bd: Layer already exists [2021-03-25T10:06:34.193Z] b0988e456e60: Layer already exists [2021-03-25T10:06:34.193Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:34.193Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:01d23ea77fc0d931781beea739e84db680f19c015c7abb9aa0779de15254174d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:34.503Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:34.803Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-25T10:06:34.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-25T10:06:34.803Z] 09f94be1ad59: Preparing [2021-03-25T10:06:34.803Z] acbd0c402c85: Preparing [2021-03-25T10:06:34.803Z] 65764bd798bd: Preparing [2021-03-25T10:06:34.803Z] 3b3ce6bc51f6: Preparing [2021-03-25T10:06:34.803Z] b0988e456e60: Preparing [2021-03-25T10:06:34.803Z] 33e8713114f8: Preparing [2021-03-25T10:06:34.803Z] 33e8713114f8: Waiting [2021-03-25T10:06:34.803Z] 65764bd798bd: Layer already exists [2021-03-25T10:06:34.803Z] acbd0c402c85: Layer already exists [2021-03-25T10:06:34.803Z] 09f94be1ad59: Layer already exists [2021-03-25T10:06:34.803Z] 3b3ce6bc51f6: Layer already exists [2021-03-25T10:06:34.803Z] b0988e456e60: Layer already exists [2021-03-25T10:06:34.803Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:34.803Z] master: digest: sha256:01d23ea77fc0d931781beea739e84db680f19c015c7abb9aa0779de15254174d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:06:35.196Z] ===================================================== [2021-03-25T10:06:35.270Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:06:35.270Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:06:35.270Z] ---> a375d5dae07b [2021-03-25T10:06:35.270Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:06:35.270Z] ---> Using cache [2021-03-25T10:06:35.270Z] ---> 809908daec80 [2021-03-25T10:06:35.270Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:06:35.270Z] ---> Using cache [2021-03-25T10:06:35.270Z] ---> 7a97c719f9da [2021-03-25T10:06:35.270Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] echo [2021-03-25T10:06:35.313Z] taggedImages: [2021-03-25T10:06:35.313Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:35.313Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.144 [2021-03-25T10:06:35.313Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:35.313Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-25T10:06:35.436Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-25T10:06:35.436Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:35.436Z] 2.0.0-dev.144 [2021-03-25T10:06:35.436Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:35.436Z] master [2021-03-25T10:06:35.436Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:36.106Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:36.251Z] ---> Running in 33d5b77c5fd9 [2021-03-25T10:06:36.407Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:36.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-25T10:06:36.407Z] d96ebda0f358: Preparing [2021-03-25T10:06:36.407Z] e493db834a7a: Preparing [2021-03-25T10:06:36.407Z] 5c3578b4b3cc: Preparing [2021-03-25T10:06:36.407Z] fb3e0b32a04c: Preparing [2021-03-25T10:06:36.407Z] 69dae85f1cbb: Preparing [2021-03-25T10:06:36.407Z] 836a91e6ab15: Preparing [2021-03-25T10:06:36.407Z] f02a6001448f: Preparing [2021-03-25T10:06:36.407Z] d0f7edaf7290: Preparing [2021-03-25T10:06:36.407Z] 33e8713114f8: Preparing [2021-03-25T10:06:36.407Z] 836a91e6ab15: Waiting [2021-03-25T10:06:36.407Z] f02a6001448f: Waiting [2021-03-25T10:06:36.407Z] 33e8713114f8: Waiting [2021-03-25T10:06:36.677Z] d96ebda0f358: Pushed [2021-03-25T10:06:36.677Z] e493db834a7a: Pushed [2021-03-25T10:06:36.677Z] 69dae85f1cbb: Pushed [2021-03-25T10:06:36.951Z] f02a6001448f: Pushed [2021-03-25T10:06:36.951Z] 836a91e6ab15: Pushed [2021-03-25T10:06:36.951Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:36.951Z] d0f7edaf7290: Pushed [2021-03-25T10:06:37.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:37.894Z] fb3e0b32a04c: Pushed [2021-03-25T10:06:37.894Z] 5c3578b4b3cc: Pushed [2021-03-25T10:06:37.894Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:a5ca0ae1799a899b2ddb51dd576b1553df483fb11f0fa00d63059de2231885bc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:38.200Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:38.499Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.144 [2021-03-25T10:06:38.500Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-25T10:06:38.500Z] d96ebda0f358: Preparing [2021-03-25T10:06:38.500Z] e493db834a7a: Preparing [2021-03-25T10:06:38.500Z] 5c3578b4b3cc: Preparing [2021-03-25T10:06:38.500Z] fb3e0b32a04c: Preparing [2021-03-25T10:06:38.500Z] 69dae85f1cbb: Preparing [2021-03-25T10:06:38.500Z] 836a91e6ab15: Preparing [2021-03-25T10:06:38.500Z] f02a6001448f: Preparing [2021-03-25T10:06:38.500Z] d0f7edaf7290: Preparing [2021-03-25T10:06:38.500Z] 33e8713114f8: Preparing [2021-03-25T10:06:38.500Z] f02a6001448f: Waiting [2021-03-25T10:06:38.500Z] d0f7edaf7290: Waiting [2021-03-25T10:06:38.500Z] 33e8713114f8: Waiting [2021-03-25T10:06:38.500Z] 836a91e6ab15: Waiting [2021-03-25T10:06:38.500Z] 69dae85f1cbb: Layer already exists [2021-03-25T10:06:38.500Z] e493db834a7a: Layer already exists [2021-03-25T10:06:38.500Z] 5c3578b4b3cc: Layer already exists [2021-03-25T10:06:38.500Z] d96ebda0f358: Layer already exists [2021-03-25T10:06:38.500Z] fb3e0b32a04c: Layer already exists [2021-03-25T10:06:38.500Z] 836a91e6ab15: Layer already exists [2021-03-25T10:06:38.500Z] f02a6001448f: Layer already exists [2021-03-25T10:06:38.500Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:38.500Z] d0f7edaf7290: Layer already exists [2021-03-25T10:06:38.500Z] 2.0.0-dev.144: digest: sha256:a5ca0ae1799a899b2ddb51dd576b1553df483fb11f0fa00d63059de2231885bc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:38.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:38.806Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:38.940Z] Collecting docker-compose==1.23.2 [2021-03-25T10:06:39.106Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:39.106Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-25T10:06:39.106Z] d96ebda0f358: Preparing [2021-03-25T10:06:39.106Z] e493db834a7a: Preparing [2021-03-25T10:06:39.106Z] 5c3578b4b3cc: Preparing [2021-03-25T10:06:39.106Z] fb3e0b32a04c: Preparing [2021-03-25T10:06:39.106Z] 69dae85f1cbb: Preparing [2021-03-25T10:06:39.106Z] 836a91e6ab15: Preparing [2021-03-25T10:06:39.106Z] f02a6001448f: Preparing [2021-03-25T10:06:39.106Z] d0f7edaf7290: Preparing [2021-03-25T10:06:39.106Z] 33e8713114f8: Preparing [2021-03-25T10:06:39.106Z] 836a91e6ab15: Waiting [2021-03-25T10:06:39.106Z] f02a6001448f: Waiting [2021-03-25T10:06:39.106Z] d0f7edaf7290: Waiting [2021-03-25T10:06:39.106Z] 33e8713114f8: Waiting [2021-03-25T10:06:39.106Z] 5c3578b4b3cc: Layer already exists [2021-03-25T10:06:39.106Z] d96ebda0f358: Layer already exists [2021-03-25T10:06:39.106Z] fb3e0b32a04c: Layer already exists [2021-03-25T10:06:39.106Z] 69dae85f1cbb: Layer already exists [2021-03-25T10:06:39.106Z] e493db834a7a: Layer already exists [2021-03-25T10:06:39.106Z] 836a91e6ab15: Layer already exists [2021-03-25T10:06:39.106Z] f02a6001448f: Layer already exists [2021-03-25T10:06:39.106Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:39.106Z] d0f7edaf7290: Layer already exists [2021-03-25T10:06:39.106Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:a5ca0ae1799a899b2ddb51dd576b1553df483fb11f0fa00d63059de2231885bc size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:39.213Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-25T10:06:39.414Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:39.488Z] OK: 217 MiB in 51 packages [2021-03-25T10:06:39.711Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-25T10:06:39.711Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-25T10:06:39.711Z] d96ebda0f358: Preparing [2021-03-25T10:06:39.711Z] e493db834a7a: Preparing [2021-03-25T10:06:39.711Z] 5c3578b4b3cc: Preparing [2021-03-25T10:06:39.711Z] fb3e0b32a04c: Preparing [2021-03-25T10:06:39.711Z] 69dae85f1cbb: Preparing [2021-03-25T10:06:39.711Z] 836a91e6ab15: Preparing [2021-03-25T10:06:39.711Z] f02a6001448f: Preparing [2021-03-25T10:06:39.711Z] d0f7edaf7290: Preparing [2021-03-25T10:06:39.711Z] 33e8713114f8: Preparing [2021-03-25T10:06:39.711Z] 836a91e6ab15: Waiting [2021-03-25T10:06:39.711Z] f02a6001448f: Waiting [2021-03-25T10:06:39.711Z] d0f7edaf7290: Waiting [2021-03-25T10:06:39.711Z] 33e8713114f8: Waiting [2021-03-25T10:06:39.711Z] e493db834a7a: Layer already exists [2021-03-25T10:06:39.711Z] 5c3578b4b3cc: Layer already exists [2021-03-25T10:06:39.711Z] fb3e0b32a04c: Layer already exists [2021-03-25T10:06:39.711Z] d96ebda0f358: Layer already exists [2021-03-25T10:06:39.711Z] 69dae85f1cbb: Layer already exists [2021-03-25T10:06:39.711Z] 836a91e6ab15: Layer already exists [2021-03-25T10:06:39.711Z] f02a6001448f: Layer already exists [2021-03-25T10:06:39.711Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:39.711Z] d0f7edaf7290: Layer already exists [2021-03-25T10:06:39.711Z] master: digest: sha256:a5ca0ae1799a899b2ddb51dd576b1553df483fb11f0fa00d63059de2231885bc size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-25T10:06:40.087Z] Collecting docopt<0.7,>=0.6.1 [2021-03-25T10:06:40.087Z] Downloading docopt-0.6.2.tar.gz (25 kB) [Pipeline] echo [2021-03-25T10:06:40.118Z] ===================================================== [Pipeline] echo [2021-03-25T10:06:40.220Z] taggedImages: [2021-03-25T10:06:40.220Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:40.220Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.144 [2021-03-25T10:06:40.220Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:40.220Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-25T10:06:40.341Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-25T10:06:40.341Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:40.341Z] 2.0.0-dev.144 [2021-03-25T10:06:40.341Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:40.341Z] master [2021-03-25T10:06:40.341Z] ===================================================== [2021-03-25T10:06:40.368Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:06:40.368Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:06:40.368Z] ---> a375d5dae07b [2021-03-25T10:06:40.368Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:06:40.368Z] ---> Using cache [2021-03-25T10:06:40.368Z] ---> 809908daec80 [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [2021-03-25T10:06:40.641Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:06:40.641Z] ---> Using cache [2021-03-25T10:06:40.641Z] ---> 7a97c719f9da [2021-03-25T10:06:40.641Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:41.086Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:41.387Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:41.387Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-25T10:06:41.387Z] b5623e54b4e8: Preparing [2021-03-25T10:06:41.387Z] 402103a26ed3: Preparing [2021-03-25T10:06:41.387Z] 937e0c0157f6: Preparing [2021-03-25T10:06:41.387Z] bd926ebb85fc: Preparing [2021-03-25T10:06:41.387Z] 33e8713114f8: Preparing [2021-03-25T10:06:41.387Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:41.387Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:41.387Z] b5623e54b4e8: Pushed [2021-03-25T10:06:41.650Z] bd926ebb85fc: Pushed [2021-03-25T10:06:42.594Z] 402103a26ed3: Pushed [2021-03-25T10:06:42.617Z] Collecting cached-property<2,>=1.2.0 [2021-03-25T10:06:42.618Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-25T10:06:42.855Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:3e7451dc6e0028cd0790f44392b220d433253c8f58aa7e741cad57985055e4dd size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:42.893Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:06:42.893Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:06:42.893Z] ---> a375d5dae07b [2021-03-25T10:06:42.893Z] Step 3/23 : WORKDIR /edgex-go [2021-03-25T10:06:42.893Z] ---> Using cache [2021-03-25T10:06:42.893Z] ---> 809908daec80 [2021-03-25T10:06:42.893Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:06:42.893Z] ---> Using cache [2021-03-25T10:06:42.893Z] ---> 7a97c719f9da [2021-03-25T10:06:42.893Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-25T10:06:43.161Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.144 [2021-03-25T10:06:43.172Z] ---> Running in b6dee1bd96cc [2021-03-25T10:06:43.172Z] ---> Running in d78faa88a14c [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:43.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.144 [2021-03-25T10:06:43.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-25T10:06:43.460Z] b5623e54b4e8: Preparing [2021-03-25T10:06:43.460Z] 402103a26ed3: Preparing [2021-03-25T10:06:43.460Z] 937e0c0157f6: Preparing [2021-03-25T10:06:43.460Z] bd926ebb85fc: Preparing [2021-03-25T10:06:43.460Z] 33e8713114f8: Preparing [2021-03-25T10:06:43.460Z] bd926ebb85fc: Layer already exists [2021-03-25T10:06:43.460Z] 402103a26ed3: Layer already exists [2021-03-25T10:06:43.460Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:43.460Z] b5623e54b4e8: Layer already exists [2021-03-25T10:06:43.460Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:43.460Z] 2.0.0-dev.144: digest: sha256:3e7451dc6e0028cd0790f44392b220d433253c8f58aa7e741cad57985055e4dd size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:43.764Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:43.774Z] Removing intermediate container 33d5b77c5fd9 [2021-03-25T10:06:43.774Z] ---> 76f55761bd7a [2021-03-25T10:06:43.774Z] Step 6/23 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:44.062Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:44.062Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-25T10:06:44.062Z] b5623e54b4e8: Preparing [2021-03-25T10:06:44.062Z] 402103a26ed3: Preparing [2021-03-25T10:06:44.062Z] 937e0c0157f6: Preparing [2021-03-25T10:06:44.062Z] bd926ebb85fc: Preparing [2021-03-25T10:06:44.062Z] 33e8713114f8: Preparing [2021-03-25T10:06:44.062Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:44.062Z] bd926ebb85fc: Layer already exists [2021-03-25T10:06:44.062Z] b5623e54b4e8: Layer already exists [2021-03-25T10:06:44.062Z] 402103a26ed3: Layer already exists [2021-03-25T10:06:44.062Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:44.062Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:3e7451dc6e0028cd0790f44392b220d433253c8f58aa7e741cad57985055e4dd size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:44.377Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-25T10:06:44.377Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-25T10:06:44.377Z] ---> a375d5dae07b [2021-03-25T10:06:44.377Z] Step 3/31 : WORKDIR /edgex-go [2021-03-25T10:06:44.377Z] ---> Using cache [2021-03-25T10:06:44.377Z] ---> 809908daec80 [2021-03-25T10:06:44.377Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:06:44.377Z] ---> Using cache [2021-03-25T10:06:44.377Z] ---> 7a97c719f9da [2021-03-25T10:06:44.377Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-25T10:06:44.460Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:44.650Z] Collecting PyYAML<4,>=3.10 [2021-03-25T10:06:44.650Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-25T10:06:44.836Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-25T10:06:44.836Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-25T10:06:44.836Z] b5623e54b4e8: Preparing [2021-03-25T10:06:44.836Z] 402103a26ed3: Preparing [2021-03-25T10:06:44.836Z] 937e0c0157f6: Preparing [2021-03-25T10:06:44.836Z] bd926ebb85fc: Preparing [2021-03-25T10:06:44.836Z] 33e8713114f8: Preparing [2021-03-25T10:06:44.836Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:44.836Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:44.836Z] b5623e54b4e8: Layer already exists [2021-03-25T10:06:44.836Z] bd926ebb85fc: Layer already exists [2021-03-25T10:06:44.836Z] 402103a26ed3: Layer already exists [2021-03-25T10:06:44.836Z] master: digest: sha256:3e7451dc6e0028cd0790f44392b220d433253c8f58aa7e741cad57985055e4dd size: 1364 [Pipeline] } [2021-03-25T10:06:44.929Z] ---> Running in f9e2064d95c4 [2021-03-25T10:06:44.930Z] ---> 78f6098c3722 [2021-03-25T10:06:44.930Z] Step 7/23 : RUN go mod download [2021-03-25T10:06:44.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-25T10:06:45.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:45.206Z] ---> Running in ff58c620d95d [Pipeline] echo [2021-03-25T10:06:45.211Z] ===================================================== [Pipeline] echo [2021-03-25T10:06:45.306Z] taggedImages: [2021-03-25T10:06:45.307Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:45.307Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.144 [2021-03-25T10:06:45.307Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:45.307Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-25T10:06:45.481Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-25T10:06:45.481Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:45.481Z] 2.0.0-dev.144 [2021-03-25T10:06:45.481Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:45.481Z] master [2021-03-25T10:06:45.481Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-25T10:06:45.812Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:45.813Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:46.177Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:46.479Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:46.479Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-25T10:06:46.479Z] afed6396427c: Preparing [2021-03-25T10:06:46.479Z] b67c98525953: Preparing [2021-03-25T10:06:46.479Z] 937e0c0157f6: Preparing [2021-03-25T10:06:46.479Z] 426dbf7bead1: Preparing [2021-03-25T10:06:46.479Z] 33e8713114f8: Preparing [2021-03-25T10:06:46.479Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:46.479Z] 426dbf7bead1: Layer already exists [2021-03-25T10:06:46.479Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:46.479Z] afed6396427c: Pushed [2021-03-25T10:06:46.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:46.799Z] OK: 217 MiB in 51 packages [2021-03-25T10:06:46.799Z] OK: 217 MiB in 51 packages [2021-03-25T10:06:47.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:06:47.867Z] b67c98525953: Pushed [2021-03-25T10:06:47.867Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:f128d957b8bdc46a134c0621bfb64d0a6b56a7ee1ad2ad7c8e34365980af974a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:48.175Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:48.420Z] Removing intermediate container d78faa88a14c [2021-03-25T10:06:48.420Z] ---> e501f86f23e8 [2021-03-25T10:06:48.420Z] Step 6/23 : COPY go.mod . [2021-03-25T10:06:48.420Z] OK: 217 MiB in 51 packages [2021-03-25T10:06:48.420Z] Removing intermediate container b6dee1bd96cc [2021-03-25T10:06:48.420Z] ---> 53c5f860bc93 [2021-03-25T10:06:48.420Z] Step 6/23 : COPY go.mod . [2021-03-25T10:06:48.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.144 [2021-03-25T10:06:48.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-25T10:06:48.480Z] afed6396427c: Preparing [2021-03-25T10:06:48.480Z] b67c98525953: Preparing [2021-03-25T10:06:48.480Z] 937e0c0157f6: Preparing [2021-03-25T10:06:48.480Z] 426dbf7bead1: Preparing [2021-03-25T10:06:48.480Z] 33e8713114f8: Preparing [2021-03-25T10:06:48.480Z] afed6396427c: Layer already exists [2021-03-25T10:06:48.480Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:48.480Z] 426dbf7bead1: Layer already exists [2021-03-25T10:06:48.480Z] b67c98525953: Layer already exists [2021-03-25T10:06:48.480Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:48.480Z] 2.0.0-dev.144: digest: sha256:f128d957b8bdc46a134c0621bfb64d0a6b56a7ee1ad2ad7c8e34365980af974a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:48.787Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:49.023Z] Removing intermediate container ff58c620d95d [2021-03-25T10:06:49.023Z] ---> f85c038b3ae1 [2021-03-25T10:06:49.023Z] Step 8/23 : COPY . . [2021-03-25T10:06:49.089Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:49.089Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-25T10:06:49.089Z] afed6396427c: Preparing [2021-03-25T10:06:49.089Z] b67c98525953: Preparing [2021-03-25T10:06:49.089Z] 937e0c0157f6: Preparing [2021-03-25T10:06:49.089Z] 426dbf7bead1: Preparing [2021-03-25T10:06:49.089Z] 33e8713114f8: Preparing [2021-03-25T10:06:49.089Z] b67c98525953: Layer already exists [2021-03-25T10:06:49.089Z] afed6396427c: Layer already exists [2021-03-25T10:06:49.089Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:49.089Z] 426dbf7bead1: Layer already exists [2021-03-25T10:06:49.089Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:49.089Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:f128d957b8bdc46a134c0621bfb64d0a6b56a7ee1ad2ad7c8e34365980af974a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:49.394Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:49.622Z] ---> dcd7dbad53c0 [2021-03-25T10:06:49.622Z] Step 7/23 : RUN go mod download [2021-03-25T10:06:49.622Z] Collecting jsonschema<3,>=2.5.1 [2021-03-25T10:06:49.622Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-25T10:06:49.622Z] ---> 26c45c00e0e0 [2021-03-25T10:06:49.622Z] Step 7/23 : RUN go mod download [2021-03-25T10:06:49.622Z] ---> Running in 3901faf66f88 [2021-03-25T10:06:49.691Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-25T10:06:49.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-25T10:06:49.691Z] afed6396427c: Preparing [2021-03-25T10:06:49.691Z] b67c98525953: Preparing [2021-03-25T10:06:49.691Z] 937e0c0157f6: Preparing [2021-03-25T10:06:49.691Z] 426dbf7bead1: Preparing [2021-03-25T10:06:49.691Z] 33e8713114f8: Preparing [2021-03-25T10:06:49.691Z] b67c98525953: Layer already exists [2021-03-25T10:06:49.691Z] 426dbf7bead1: Layer already exists [2021-03-25T10:06:49.691Z] afed6396427c: Layer already exists [2021-03-25T10:06:49.691Z] 937e0c0157f6: Layer already exists [2021-03-25T10:06:49.691Z] 33e8713114f8: Layer already exists [2021-03-25T10:06:49.691Z] master: digest: sha256:f128d957b8bdc46a134c0621bfb64d0a6b56a7ee1ad2ad7c8e34365980af974a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-25T10:06:49.909Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-25T10:06:49.909Z] ---> Running in a7b9ce201bf0 [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:06:50.077Z] ===================================================== [Pipeline] echo [2021-03-25T10:06:50.194Z] taggedImages: [2021-03-25T10:06:50.194Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:50.194Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.144 [2021-03-25T10:06:50.194Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:50.194Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-25T10:06:50.307Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-25T10:06:50.307Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:50.307Z] 2.0.0-dev.144 [2021-03-25T10:06:50.307Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:06:50.307Z] master [2021-03-25T10:06:50.307Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-03-25T10:06:50.502Z] Removing intermediate container f9e2064d95c4 [2021-03-25T10:06:50.502Z] ---> 02a430470a60 [2021-03-25T10:06:50.503Z] Step 6/31 : COPY go.mod . [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:50.984Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:51.099Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-25T10:06:51.099Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-25T10:06:51.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:06:51.297Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-25T10:06:51.297Z] b0e2afab55b5: Preparing [2021-03-25T10:06:51.297Z] 0a3a74ce6b2d: Preparing [2021-03-25T10:06:51.297Z] 5e24196e7dae: Preparing [2021-03-25T10:06:51.297Z] 3c35e729427e: Preparing [2021-03-25T10:06:51.297Z] fd173ea87076: Preparing [2021-03-25T10:06:51.297Z] ceec0c372659: Preparing [2021-03-25T10:06:51.297Z] a77d3786d30b: Preparing [2021-03-25T10:06:51.297Z] 0754057c0ad3: Preparing [2021-03-25T10:06:51.297Z] 998cdf262ab1: Preparing [2021-03-25T10:06:51.297Z] 02e56110abd2: Preparing [2021-03-25T10:06:51.297Z] abc36efb885a: Preparing [2021-03-25T10:06:51.297Z] b0b09059f4e1: Preparing [2021-03-25T10:06:51.297Z] bb961f40224b: Preparing [2021-03-25T10:06:51.297Z] f4666769fca7: Preparing [2021-03-25T10:06:51.297Z] ceec0c372659: Waiting [2021-03-25T10:06:51.297Z] a77d3786d30b: Waiting [2021-03-25T10:06:51.297Z] 0754057c0ad3: Waiting [2021-03-25T10:06:51.297Z] 998cdf262ab1: Waiting [2021-03-25T10:06:51.297Z] 02e56110abd2: Waiting [2021-03-25T10:06:51.297Z] abc36efb885a: Waiting [2021-03-25T10:06:51.297Z] b0b09059f4e1: Waiting [2021-03-25T10:06:51.297Z] bb961f40224b: Waiting [2021-03-25T10:06:51.297Z] f4666769fca7: Waiting [2021-03-25T10:06:51.586Z] fd173ea87076: Pushed [2021-03-25T10:06:51.586Z] b0e2afab55b5: Pushed [2021-03-25T10:06:51.693Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-25T10:06:51.693Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-25T10:06:51.693Z] ---> 2395ff0ad725 [2021-03-25T10:06:51.693Z] Step 7/31 : RUN go mod download [2021-03-25T10:06:51.855Z] 3c35e729427e: Pushed [2021-03-25T10:06:51.855Z] 0754057c0ad3: Layer already exists [2021-03-25T10:06:51.855Z] 998cdf262ab1: Layer already exists [2021-03-25T10:06:52.117Z] 02e56110abd2: Layer already exists [2021-03-25T10:06:52.117Z] a77d3786d30b: Pushed [2021-03-25T10:06:52.117Z] abc36efb885a: Layer already exists [2021-03-25T10:06:52.117Z] 0a3a74ce6b2d: Pushed [2021-03-25T10:06:52.117Z] b0b09059f4e1: Layer already exists [2021-03-25T10:06:52.117Z] bb961f40224b: Layer already exists [2021-03-25T10:06:52.117Z] f4666769fca7: Layer already exists [2021-03-25T10:06:52.692Z] ceec0c372659: Pushed [2021-03-25T10:06:53.133Z] ---> Running in cbd828dba351 [2021-03-25T10:06:54.572Z] Collecting texttable<0.10,>=0.9.0 [2021-03-25T10:06:54.572Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-25T10:06:56.016Z] Removing intermediate container a7b9ce201bf0 [2021-03-25T10:06:56.016Z] ---> e9db20a67806 [2021-03-25T10:06:56.016Z] Step 8/23 : COPY . . [2021-03-25T10:06:56.294Z] Removing intermediate container 3901faf66f88 [2021-03-25T10:06:56.294Z] ---> 51f16da609d2 [2021-03-25T10:06:56.294Z] Step 8/23 : COPY . . [2021-03-25T10:06:58.932Z] Removing intermediate container cbd828dba351 [2021-03-25T10:06:58.932Z] ---> 69b761199b21 [2021-03-25T10:06:58.932Z] Step 8/31 : COPY . . [2021-03-25T10:06:59.207Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-25T10:06:59.292Z] 5e24196e7dae: Pushed [2021-03-25T10:06:59.292Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:d5d4bed05524217abaf45d71ee518ae65bc107efe31941f80626e78fb74214b6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:59.479Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-25T10:06:59.602Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:06:59.906Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.144 [2021-03-25T10:06:59.906Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-25T10:06:59.906Z] b0e2afab55b5: Preparing [2021-03-25T10:06:59.906Z] 0a3a74ce6b2d: Preparing [2021-03-25T10:06:59.906Z] 5e24196e7dae: Preparing [2021-03-25T10:06:59.906Z] 3c35e729427e: Preparing [2021-03-25T10:06:59.906Z] fd173ea87076: Preparing [2021-03-25T10:06:59.906Z] ceec0c372659: Preparing [2021-03-25T10:06:59.906Z] a77d3786d30b: Preparing [2021-03-25T10:06:59.906Z] 0754057c0ad3: Preparing [2021-03-25T10:06:59.906Z] 998cdf262ab1: Preparing [2021-03-25T10:06:59.906Z] 02e56110abd2: Preparing [2021-03-25T10:06:59.906Z] abc36efb885a: Preparing [2021-03-25T10:06:59.906Z] b0b09059f4e1: Preparing [2021-03-25T10:06:59.906Z] bb961f40224b: Preparing [2021-03-25T10:06:59.906Z] f4666769fca7: Preparing [2021-03-25T10:06:59.906Z] 02e56110abd2: Waiting [2021-03-25T10:06:59.906Z] abc36efb885a: Waiting [2021-03-25T10:06:59.906Z] b0b09059f4e1: Waiting [2021-03-25T10:06:59.906Z] bb961f40224b: Waiting [2021-03-25T10:06:59.906Z] ceec0c372659: Waiting [2021-03-25T10:06:59.906Z] a77d3786d30b: Waiting [2021-03-25T10:06:59.906Z] 0754057c0ad3: Waiting [2021-03-25T10:06:59.906Z] f4666769fca7: Waiting [2021-03-25T10:06:59.906Z] 998cdf262ab1: Waiting [2021-03-25T10:06:59.906Z] 5e24196e7dae: Layer already exists [2021-03-25T10:06:59.906Z] 3c35e729427e: Layer already exists [2021-03-25T10:06:59.906Z] fd173ea87076: Layer already exists [2021-03-25T10:06:59.906Z] b0e2afab55b5: Layer already exists [2021-03-25T10:06:59.906Z] 0a3a74ce6b2d: Layer already exists [2021-03-25T10:06:59.906Z] ceec0c372659: Layer already exists [2021-03-25T10:06:59.906Z] a77d3786d30b: Layer already exists [2021-03-25T10:06:59.906Z] 02e56110abd2: Layer already exists [2021-03-25T10:06:59.906Z] 998cdf262ab1: Layer already exists [2021-03-25T10:06:59.906Z] 0754057c0ad3: Layer already exists [2021-03-25T10:06:59.906Z] abc36efb885a: Layer already exists [2021-03-25T10:06:59.906Z] b0b09059f4e1: Layer already exists [2021-03-25T10:06:59.906Z] f4666769fca7: Layer already exists [2021-03-25T10:06:59.906Z] bb961f40224b: Layer already exists [2021-03-25T10:06:59.906Z] 2.0.0-dev.144: digest: sha256:d5d4bed05524217abaf45d71ee518ae65bc107efe31941f80626e78fb74214b6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:07:00.211Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:07:00.458Z] Collecting docker<4.0,>=3.6.0 [2021-03-25T10:07:00.458Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-25T10:07:00.513Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:07:00.513Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-25T10:07:00.513Z] b0e2afab55b5: Preparing [2021-03-25T10:07:00.513Z] 0a3a74ce6b2d: Preparing [2021-03-25T10:07:00.513Z] 5e24196e7dae: Preparing [2021-03-25T10:07:00.513Z] 3c35e729427e: Preparing [2021-03-25T10:07:00.513Z] fd173ea87076: Preparing [2021-03-25T10:07:00.513Z] ceec0c372659: Preparing [2021-03-25T10:07:00.513Z] a77d3786d30b: Preparing [2021-03-25T10:07:00.513Z] 0754057c0ad3: Preparing [2021-03-25T10:07:00.513Z] 998cdf262ab1: Preparing [2021-03-25T10:07:00.513Z] 02e56110abd2: Preparing [2021-03-25T10:07:00.513Z] abc36efb885a: Preparing [2021-03-25T10:07:00.513Z] b0b09059f4e1: Preparing [2021-03-25T10:07:00.513Z] bb961f40224b: Preparing [2021-03-25T10:07:00.513Z] f4666769fca7: Preparing [2021-03-25T10:07:00.513Z] ceec0c372659: Waiting [2021-03-25T10:07:00.513Z] a77d3786d30b: Waiting [2021-03-25T10:07:00.513Z] 02e56110abd2: Waiting [2021-03-25T10:07:00.513Z] 998cdf262ab1: Waiting [2021-03-25T10:07:00.513Z] abc36efb885a: Waiting [2021-03-25T10:07:00.513Z] 0754057c0ad3: Waiting [2021-03-25T10:07:00.513Z] b0b09059f4e1: Waiting [2021-03-25T10:07:00.513Z] f4666769fca7: Waiting [2021-03-25T10:07:00.513Z] bb961f40224b: Waiting [2021-03-25T10:07:00.513Z] 5e24196e7dae: Layer already exists [2021-03-25T10:07:00.513Z] 0a3a74ce6b2d: Layer already exists [2021-03-25T10:07:00.513Z] 3c35e729427e: Layer already exists [2021-03-25T10:07:00.513Z] fd173ea87076: Layer already exists [2021-03-25T10:07:00.513Z] b0e2afab55b5: Layer already exists [2021-03-25T10:07:00.513Z] ceec0c372659: Layer already exists [2021-03-25T10:07:00.513Z] a77d3786d30b: Layer already exists [2021-03-25T10:07:00.513Z] 998cdf262ab1: Layer already exists [2021-03-25T10:07:00.513Z] 0754057c0ad3: Layer already exists [2021-03-25T10:07:00.513Z] 02e56110abd2: Layer already exists [2021-03-25T10:07:00.513Z] b0b09059f4e1: Layer already exists [2021-03-25T10:07:00.513Z] f4666769fca7: Layer already exists [2021-03-25T10:07:00.513Z] abc36efb885a: Layer already exists [2021-03-25T10:07:00.513Z] bb961f40224b: Layer already exists [2021-03-25T10:07:00.513Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:d5d4bed05524217abaf45d71ee518ae65bc107efe31941f80626e78fb74214b6 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:07:00.819Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:07:01.057Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-25T10:07:01.057Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-25T10:07:01.122Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-25T10:07:01.122Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-25T10:07:01.122Z] b0e2afab55b5: Preparing [2021-03-25T10:07:01.122Z] 0a3a74ce6b2d: Preparing [2021-03-25T10:07:01.122Z] 5e24196e7dae: Preparing [2021-03-25T10:07:01.122Z] 3c35e729427e: Preparing [2021-03-25T10:07:01.122Z] fd173ea87076: Preparing [2021-03-25T10:07:01.122Z] ceec0c372659: Preparing [2021-03-25T10:07:01.122Z] a77d3786d30b: Preparing [2021-03-25T10:07:01.122Z] 0754057c0ad3: Preparing [2021-03-25T10:07:01.122Z] 998cdf262ab1: Preparing [2021-03-25T10:07:01.122Z] 02e56110abd2: Preparing [2021-03-25T10:07:01.122Z] abc36efb885a: Preparing [2021-03-25T10:07:01.122Z] b0b09059f4e1: Preparing [2021-03-25T10:07:01.122Z] bb961f40224b: Preparing [2021-03-25T10:07:01.122Z] f4666769fca7: Preparing [2021-03-25T10:07:01.122Z] ceec0c372659: Waiting [2021-03-25T10:07:01.122Z] a77d3786d30b: Waiting [2021-03-25T10:07:01.122Z] 0754057c0ad3: Waiting [2021-03-25T10:07:01.122Z] 998cdf262ab1: Waiting [2021-03-25T10:07:01.122Z] 02e56110abd2: Waiting [2021-03-25T10:07:01.122Z] abc36efb885a: Waiting [2021-03-25T10:07:01.122Z] b0b09059f4e1: Waiting [2021-03-25T10:07:01.122Z] bb961f40224b: Waiting [2021-03-25T10:07:01.122Z] f4666769fca7: Waiting [2021-03-25T10:07:01.122Z] 5e24196e7dae: Layer already exists [2021-03-25T10:07:01.122Z] fd173ea87076: Layer already exists [2021-03-25T10:07:01.122Z] b0e2afab55b5: Layer already exists [2021-03-25T10:07:01.122Z] 3c35e729427e: Layer already exists [2021-03-25T10:07:01.122Z] 0a3a74ce6b2d: Layer already exists [2021-03-25T10:07:01.122Z] 02e56110abd2: Layer already exists [2021-03-25T10:07:01.122Z] a77d3786d30b: Layer already exists [2021-03-25T10:07:01.122Z] 0754057c0ad3: Layer already exists [2021-03-25T10:07:01.122Z] 998cdf262ab1: Layer already exists [2021-03-25T10:07:01.122Z] ceec0c372659: Layer already exists [2021-03-25T10:07:01.122Z] b0b09059f4e1: Layer already exists [2021-03-25T10:07:01.122Z] abc36efb885a: Layer already exists [2021-03-25T10:07:01.122Z] bb961f40224b: Layer already exists [2021-03-25T10:07:01.122Z] f4666769fca7: Layer already exists [2021-03-25T10:07:01.388Z] master: digest: sha256:d5d4bed05524217abaf45d71ee518ae65bc107efe31941f80626e78fb74214b6 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-25T10:07:01.658Z] Collecting idna<2.8,>=2.5 [2021-03-25T10:07:01.659Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:07:01.795Z] ===================================================== [Pipeline] echo [2021-03-25T10:07:01.909Z] taggedImages: [2021-03-25T10:07:01.909Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:07:01.909Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.144 [2021-03-25T10:07:01.909Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:07:01.909Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-25T10:07:03.665Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-25T10:07:03.665Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-25T10:07:04.275Z] ---> 7341abb945a6 [2021-03-25T10:07:04.275Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-25T10:07:04.275Z] Collecting docker-pycreds>=0.4.0 [2021-03-25T10:07:04.275Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-25T10:07:05.263Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-25T10:07:05.263Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-25T10:07:05.263Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-25T10:07:05.263Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-25T10:07:06.241Z] ---> Running in e103e13ff2bd [2021-03-25T10:07:06.528Z] Installing collected packages: docopt, cached-property, PyYAML, jsonschema, websocket-client, dockerpty, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-03-25T10:07:06.528Z] Running setup.py install for docopt: started [2021-03-25T10:07:07.557Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-data/core-data ./cmd/core-data [2021-03-25T10:07:09.146Z] Running setup.py install for docopt: finished with status 'done' [2021-03-25T10:07:09.421Z] Running setup.py install for PyYAML: started [2021-03-25T10:07:12.904Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-25T10:07:12.904Z] ---> 277b7a7857f2 [2021-03-25T10:07:12.904Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-25T10:07:12.904Z] ---> a749d290045a [2021-03-25T10:07:12.904Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-25T10:07:13.179Z] ---> Running in 4464edd71916 [2021-03-25T10:07:13.179Z] ---> Running in c3876b62ed6d [2021-03-25T10:07:13.458Z] Running setup.py install for dockerpty: started [2021-03-25T10:07:15.839Z] ---> 3ac94e3055ef [2021-03-25T10:07:15.839Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-25T10:07:15.839Z] ---> Running in a754302d4ef1 [2021-03-25T10:07:16.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-command/core-command ./cmd/core-command [2021-03-25T10:07:16.115Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-25T10:07:16.718Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-25T10:07:16.718Z] Running setup.py install for texttable: started [2021-03-25T10:07:16.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.144" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-25T10:07:20.400Z] Running setup.py install for texttable: finished with status 'done' [2021-03-25T10:07:20.400Z] Attempting uninstall: idna [2021-03-25T10:07:20.400Z] Found existing installation: idna 2.9 [2021-03-25T10:07:20.400Z] Uninstalling idna-2.9: [2021-03-25T10:07:20.400Z] Successfully uninstalled idna-2.9 [2021-03-25T10:07:21.386Z] Attempting uninstall: urllib3 [2021-03-25T10:07:21.386Z] Found existing installation: urllib3 1.25.9 [2021-03-25T10:07:21.386Z] Uninstalling urllib3-1.25.9: [2021-03-25T10:07:21.663Z] Successfully uninstalled urllib3-1.25.9 [2021-03-25T10:07:22.649Z] Attempting uninstall: requests [2021-03-25T10:07:22.650Z] Found existing installation: requests 2.23.0 [2021-03-25T10:07:22.650Z] Uninstalling requests-2.23.0: [2021-03-25T10:07:22.650Z] Successfully uninstalled requests-2.23.0 [2021-03-25T10:07:26.078Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-25T10:07:32.818Z] Removing intermediate container 10c380bd8083 [2021-03-25T10:07:32.818Z] ---> acd4a10cf622 [2021-03-25T10:07:32.818Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-25T10:07:32.818Z] ---> Running in 3c0b6edbec25 [2021-03-25T10:07:33.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:07:34.082Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:07:34.683Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-25T10:07:34.683Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-25T10:07:34.683Z] (3/3) Installing curl (7.69.1-r3) [2021-03-25T10:07:34.683Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:07:34.960Z] OK: 72 MiB in 58 packages [2021-03-25T10:07:36.950Z] Removing intermediate container 3c0b6edbec25 [2021-03-25T10:07:36.950Z] ---> 195c5e62d6b4 [2021-03-25T10:07:36.950Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-25T10:07:36.950Z] ---> Running in 046cc4d09d73 [2021-03-25T10:07:37.225Z] Removing intermediate container 046cc4d09d73 [2021-03-25T10:07:37.225Z] ---> e04bc0351330 [2021-03-25T10:07:37.225Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:07:37.498Z] ---> Running in 0f2ac90b1129 [2021-03-25T10:07:38.099Z] Removing intermediate container 0f2ac90b1129 [2021-03-25T10:07:38.099Z] ---> ae023d31d485 [2021-03-25T10:07:38.099Z] Step 24/26 : LABEL arch=arm64 [2021-03-25T10:07:38.099Z] ---> Running in 51b475485896 [2021-03-25T10:07:38.704Z] Removing intermediate container 51b475485896 [2021-03-25T10:07:38.704Z] ---> 805b6e59f2cc [2021-03-25T10:07:38.704Z] Step 25/26 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:07:38.977Z] ---> Running in 406e8140b2ac [2021-03-25T10:07:39.582Z] Removing intermediate container 406e8140b2ac [2021-03-25T10:07:39.582Z] ---> 9b51db67ba4a [2021-03-25T10:07:39.582Z] Step 26/26 : LABEL version=2.0.0-dev.144 [2021-03-25T10:07:39.853Z] ---> Running in 5084dde80d8b [2021-03-25T10:07:40.451Z] Removing intermediate container 5084dde80d8b [2021-03-25T10:07:40.451Z] ---> 12e138bb5b60 [2021-03-25T10:07:40.451Z] [2021-03-25T10:07:41.056Z] Successfully built 12e138bb5b60 [2021-03-25T10:07:41.056Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-25T10:09:02.899Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container a754302d4ef1 [2021-03-25T10:09:02.900Z] ---> e4b768a8fc47 [2021-03-25T10:09:02.900Z] [2021-03-25T10:09:02.900Z] Step 10/31 : FROM alpine:3.12 [2021-03-25T10:09:02.900Z] ---> d10569e2745f [2021-03-25T10:09:02.900Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-25T10:09:02.900Z] ---> Running in 1a35cd157410 [2021-03-25T10:09:02.900Z] Removing intermediate container 1a35cd157410 [2021-03-25T10:09:02.900Z] ---> d61bdd004034 [2021-03-25T10:09:02.900Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-25T10:09:02.900Z] ---> Running in 68f2c6b649c8 [2021-03-25T10:09:02.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:09:02.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:09:02.900Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-25T10:09:02.900Z] (2/2) Installing su-exec (0.2-r1) [2021-03-25T10:09:02.900Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:09:02.900Z] OK: 5 MiB in 16 packages [2021-03-25T10:09:02.900Z] Removing intermediate container 68f2c6b649c8 [2021-03-25T10:09:02.900Z] ---> d2066d4e23c2 [2021-03-25T10:09:02.900Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-25T10:09:02.900Z] ---> Running in 4082a5d2deff [2021-03-25T10:09:03.517Z] Removing intermediate container 4082a5d2deff [2021-03-25T10:09:03.517Z] ---> d4cfda24243b [2021-03-25T10:09:03.517Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-25T10:09:03.800Z] ---> Running in f78d99811aca [2021-03-25T10:09:04.785Z] Removing intermediate container f78d99811aca [2021-03-25T10:09:04.785Z] ---> 283b721efd24 [2021-03-25T10:09:04.785Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-25T10:09:05.061Z] ---> Running in a3a920c93184 [2021-03-25T10:09:06.057Z] Removing intermediate container 4464edd71916 [2021-03-25T10:09:06.057Z] ---> d4ff0b672d92 [2021-03-25T10:09:06.057Z] [2021-03-25T10:09:06.057Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:09:06.057Z] ---> d10569e2745f [2021-03-25T10:09:06.057Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:09:06.057Z] ---> Using cache [2021-03-25T10:09:06.057Z] ---> 6418348bcd0d [2021-03-25T10:09:06.057Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:09:06.057Z] ---> Using cache [2021-03-25T10:09:06.057Z] ---> e9baa378698e [2021-03-25T10:09:06.057Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-25T10:09:06.337Z] ---> Running in 60399d129a4d [2021-03-25T10:09:07.329Z] Removing intermediate container 60399d129a4d [2021-03-25T10:09:07.329Z] ---> 49b371de8e65 [2021-03-25T10:09:07.329Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T10:09:07.930Z] ---> Running in f6fce2509af1 [2021-03-25T10:09:08.541Z] Removing intermediate container f6fce2509af1 [2021-03-25T10:09:08.541Z] ---> 888629effde0 [2021-03-25T10:09:08.541Z] Step 15/23 : WORKDIR / [2021-03-25T10:09:08.823Z] ---> Running in 6ca7e454dd76 [2021-03-25T10:09:08.823Z] Removing intermediate container a3a920c93184 [2021-03-25T10:09:08.823Z] ---> 00344b941666 [2021-03-25T10:09:08.823Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-25T10:09:09.105Z] ---> Running in ee23b2c9aa27 [2021-03-25T10:09:09.381Z] Removing intermediate container 6ca7e454dd76 [2021-03-25T10:09:09.381Z] ---> dbcb5d18ce73 [2021-03-25T10:09:09.381Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:09:09.994Z] Removing intermediate container ee23b2c9aa27 [2021-03-25T10:09:09.994Z] ---> e1b836824817 [2021-03-25T10:09:09.994Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-25T10:09:10.596Z] ---> 8129d34aa0c7 [2021-03-25T10:09:10.596Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-25T10:09:11.600Z] ---> e2533e005302 [2021-03-25T10:09:11.600Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-25T10:09:12.202Z] ---> Running in 78a6864a6dec [2021-03-25T10:09:12.800Z] ---> 7123a6cbf51b [2021-03-25T10:09:12.800Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-25T10:09:14.249Z] ---> da54f8459862 [2021-03-25T10:09:14.249Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-25T10:09:14.249Z] ---> Running in 34559e138ff1 [2021-03-25T10:09:15.709Z] Removing intermediate container 34559e138ff1 [2021-03-25T10:09:15.709Z] ---> e9c4b2f7f202 [2021-03-25T10:09:15.709Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:09:15.986Z] ---> Running in fbfbf98a2af3 [2021-03-25T10:09:16.261Z] Removing intermediate container 78a6864a6dec [2021-03-25T10:09:16.261Z] ---> cb31e88f2490 [2021-03-25T10:09:16.261Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:09:16.537Z] Removing intermediate container fbfbf98a2af3 [2021-03-25T10:09:16.537Z] ---> 17c3e2a4d299 [2021-03-25T10:09:16.537Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T10:09:17.142Z] ---> Running in def0178cdc21 [2021-03-25T10:09:17.417Z] ---> bb85748b8b65 [2021-03-25T10:09:17.417Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-25T10:09:17.703Z] Removing intermediate container c3876b62ed6d [2021-03-25T10:09:17.703Z] ---> 74e8500defe6 [2021-03-25T10:09:17.703Z] [2021-03-25T10:09:17.703Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:09:17.703Z] ---> d10569e2745f [2021-03-25T10:09:17.703Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-25T10:09:17.703Z] ---> Using cache [2021-03-25T10:09:17.703Z] ---> 6418348bcd0d [2021-03-25T10:09:17.703Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-25T10:09:17.703Z] ---> Using cache [2021-03-25T10:09:17.703Z] ---> e9baa378698e [2021-03-25T10:09:17.703Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-25T10:09:17.979Z] Removing intermediate container def0178cdc21 [2021-03-25T10:09:17.979Z] ---> f85f66e0d693 [2021-03-25T10:09:17.979Z] Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:18.256Z] ---> Running in 952f55a69cdc [2021-03-25T10:09:18.530Z] ---> Running in 368c8b1fb79b [2021-03-25T10:09:19.146Z] Removing intermediate container 952f55a69cdc [2021-03-25T10:09:19.146Z] ---> a024daccad77 [2021-03-25T10:09:19.146Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-25T10:09:19.430Z] ---> 4a6630776680 [2021-03-25T10:09:19.430Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-25T10:09:19.430Z] ---> Running in 6449baffccc9 [2021-03-25T10:09:19.430Z] Removing intermediate container e103e13ff2bd [2021-03-25T10:09:19.430Z] ---> fd76f873fd70 [2021-03-25T10:09:19.430Z] [2021-03-25T10:09:19.430Z] Step 10/23 : FROM alpine:3.12 [2021-03-25T10:09:19.430Z] ---> d10569e2745f [2021-03-25T10:09:19.430Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-25T10:09:19.702Z] Removing intermediate container 368c8b1fb79b [2021-03-25T10:09:19.702Z] ---> bc102e8fc0f1 [2021-03-25T10:09:19.702Z] Step 23/23 : LABEL version=2.0.0-dev.144 [2021-03-25T10:09:19.702Z] ---> Running in dea6c094b3cc [2021-03-25T10:09:19.702Z] ---> Running in d81556aac40a [2021-03-25T10:09:20.027Z] Removing intermediate container 6449baffccc9 [2021-03-25T10:09:20.027Z] ---> 1f8c9d43f084 [2021-03-25T10:09:20.027Z] Step 15/23 : WORKDIR / [2021-03-25T10:09:20.308Z] ---> Running in e8c4f1e40263 [2021-03-25T10:09:20.308Z] ---> bb1588790646 [2021-03-25T10:09:20.308Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-25T10:09:20.587Z] Removing intermediate container dea6c094b3cc [2021-03-25T10:09:20.587Z] ---> ce26a42ea423 [2021-03-25T10:09:20.587Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-25T10:09:20.587Z] Removing intermediate container d81556aac40a [2021-03-25T10:09:20.587Z] ---> 22a336226f83 [2021-03-25T10:09:20.587Z] [2021-03-25T10:09:20.862Z] ---> Running in 11528992cebb [2021-03-25T10:09:21.138Z] Successfully built 22a336226f83 [2021-03-25T10:09:21.138Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-25T10:09:21.138Z]  Building docker-core-command-go ... done Removing intermediate container e8c4f1e40263 [2021-03-25T10:09:21.138Z] ---> 2d304f2f784a [2021-03-25T10:09:21.138Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:09:21.414Z] Removing intermediate container 11528992cebb [2021-03-25T10:09:21.414Z] ---> d01a1dab1fe7 [2021-03-25T10:09:21.414Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-25T10:09:21.414Z] ---> e6664131ffbf [2021-03-25T10:09:21.414Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-25T10:09:21.684Z] ---> Running in 638e2d02b09b [2021-03-25T10:09:21.956Z] ---> 959a35d3f3d5 [2021-03-25T10:09:21.956Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-25T10:09:22.231Z] Removing intermediate container 638e2d02b09b [2021-03-25T10:09:22.231Z] ---> 32fc21b2a558 [2021-03-25T10:09:22.231Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-25T10:09:22.502Z] ---> d42c661d92cc [2021-03-25T10:09:22.502Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-25T10:09:22.502Z] ---> Running in 770e8f836706 [2021-03-25T10:09:22.780Z] ---> Running in 68aab706607c [2021-03-25T10:09:23.379Z] ---> 339261ffd039 [2021-03-25T10:09:23.379Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-25T10:09:23.654Z] Removing intermediate container 68aab706607c [2021-03-25T10:09:23.654Z] ---> 3082540fed85 [2021-03-25T10:09:23.654Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-25T10:09:24.637Z] ---> df6e6214d6ba [2021-03-25T10:09:24.637Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-25T10:09:24.637Z] ---> a804f29d940c [2021-03-25T10:09:24.637Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-25T10:09:24.637Z] ---> Running in 49e6085181fc [2021-03-25T10:09:25.235Z] ---> Running in 1745ff54d752 [2021-03-25T10:09:25.235Z] Removing intermediate container 49e6085181fc [2021-03-25T10:09:25.235Z] ---> d9a31a72b745 [2021-03-25T10:09:25.235Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:09:25.235Z] Removing intermediate container 770e8f836706 [2021-03-25T10:09:25.235Z] ---> 23cb3e236907 [2021-03-25T10:09:25.235Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-25T10:09:25.511Z] ---> Running in 2004c7b2862b [2021-03-25T10:09:25.511Z] ---> Running in b392de300eda [2021-03-25T10:09:26.119Z] Removing intermediate container b392de300eda [2021-03-25T10:09:26.119Z] ---> 0a6425abed58 [2021-03-25T10:09:26.119Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T10:09:26.393Z] ---> Running in 3032529946dd [2021-03-25T10:09:26.993Z] Removing intermediate container 3032529946dd [2021-03-25T10:09:26.993Z] ---> 4103da03126b [2021-03-25T10:09:26.993Z] Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:26.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-25T10:09:27.263Z] ---> Running in 5e7baa6730a9 [2021-03-25T10:09:27.536Z] Removing intermediate container 5e7baa6730a9 [2021-03-25T10:09:27.536Z] ---> bb41b9642bcc [2021-03-25T10:09:27.536Z] Step 23/23 : LABEL version=2.0.0-dev.144 [2021-03-25T10:09:27.808Z] Removing intermediate container 1745ff54d752 [2021-03-25T10:09:27.808Z] ---> 9b261f13b323 [2021-03-25T10:09:27.808Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-25T10:09:27.808Z] ---> Running in 69e168bb806b [2021-03-25T10:09:28.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-25T10:09:28.080Z] ---> Running in 6545160d0934 [2021-03-25T10:09:28.351Z] Removing intermediate container 69e168bb806b [2021-03-25T10:09:28.351Z] ---> a28fd837f6e1 [2021-03-25T10:09:28.351Z] [2021-03-25T10:09:28.623Z] Successfully built a28fd837f6e1 [2021-03-25T10:09:28.623Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-25T10:09:28.911Z]  Building docker-core-metadata-go ... done Removing intermediate container 6545160d0934 [2021-03-25T10:09:28.911Z] ---> 1f75f4900732 [2021-03-25T10:09:28.911Z] Step 28/31 : CMD ["gate"] [2021-03-25T10:09:29.196Z] ---> Running in d85ab912e953 [2021-03-25T10:09:29.196Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-25T10:09:29.196Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-25T10:09:29.471Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-25T10:09:29.471Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-25T10:09:29.753Z] Removing intermediate container d85ab912e953 [2021-03-25T10:09:29.753Z] ---> f69a9197f4a7 [2021-03-25T10:09:29.753Z] Step 29/31 : LABEL arch=arm64 [2021-03-25T10:09:30.026Z] ---> Running in cecbd8bca820 [2021-03-25T10:09:30.026Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-25T10:09:30.304Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-25T10:09:30.669Z] Removing intermediate container cecbd8bca820 [2021-03-25T10:09:30.669Z] ---> 29b4834aa25e [2021-03-25T10:09:30.669Z] Step 30/31 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:30.669Z] Executing busybox-1.31.1-r19.trigger [2021-03-25T10:09:30.669Z] OK: 8 MiB in 20 packages [2021-03-25T10:09:30.951Z] ---> Running in df653c3c81a6 [2021-03-25T10:09:31.560Z] Removing intermediate container df653c3c81a6 [2021-03-25T10:09:31.560Z] ---> 04f6e01c1b27 [2021-03-25T10:09:31.560Z] Step 31/31 : LABEL version=2.0.0-dev.144 [2021-03-25T10:09:31.846Z] ---> Running in 9f74c2c2b3f3 [2021-03-25T10:09:32.123Z] Removing intermediate container 2004c7b2862b [2021-03-25T10:09:32.123Z] ---> 26853b8dffe1 [2021-03-25T10:09:32.123Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-25T10:09:32.397Z] Removing intermediate container 9f74c2c2b3f3 [2021-03-25T10:09:32.397Z] ---> a4cfbefbc992 [2021-03-25T10:09:32.397Z] [2021-03-25T10:09:32.995Z] Successfully built a4cfbefbc992 [2021-03-25T10:09:32.995Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-25T10:09:32.995Z]  Building docker-security-bootstrapper-go ... done  ---> 14e3e2d09aaf [2021-03-25T10:09:32.995Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-25T10:09:34.441Z] ---> 1673fc0b6efb [2021-03-25T10:09:34.441Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-25T10:09:35.040Z] ---> 287c363bdc60 [2021-03-25T10:09:35.040Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-25T10:09:35.317Z] ---> Running in 056b9dcbffc5 [2021-03-25T10:09:35.594Z] Removing intermediate container 056b9dcbffc5 [2021-03-25T10:09:35.594Z] ---> 75c976cc6db8 [2021-03-25T10:09:35.594Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-25T10:09:35.876Z] ---> Running in a37b096a6c33 [2021-03-25T10:09:36.494Z] Removing intermediate container a37b096a6c33 [2021-03-25T10:09:36.494Z] ---> 51ca2ec217e2 [2021-03-25T10:09:36.494Z] Step 21/23 : LABEL arch=arm64 [2021-03-25T10:09:36.494Z] ---> Running in 8f91cf801ccc [2021-03-25T10:09:37.094Z] Removing intermediate container 8f91cf801ccc [2021-03-25T10:09:37.094Z] ---> dd6cdddaaa54 [2021-03-25T10:09:37.094Z] Step 22/23 : LABEL git_sha=ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:37.094Z] ---> Running in d32adf2dc328 [2021-03-25T10:09:37.693Z] Removing intermediate container d32adf2dc328 [2021-03-25T10:09:37.693Z] ---> cd2e1438bb2b [2021-03-25T10:09:37.693Z] Step 23/23 : LABEL version=2.0.0-dev.144 [2021-03-25T10:09:37.693Z] ---> Running in 23ca9a160ad4 [2021-03-25T10:09:38.293Z] Removing intermediate container 23ca9a160ad4 [2021-03-25T10:09:38.293Z] ---> 24f630f910e7 [2021-03-25T10:09:38.293Z] [2021-03-25T10:09:38.568Z] Successfully built 24f630f910e7 [2021-03-25T10:09:38.568Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-25T10:09:38.858Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-25T10:09:38.881Z] $ docker stop --time=1 f7e7c99b43cf599e0af4fc581609c5adcf223361de11cd60a06df5c487ffe9cd [2021-03-25T10:09:40.810Z] $ docker rm -f f7e7c99b43cf599e0af4fc581609c5adcf223361de11cd60a06df5c487ffe9cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-25T10:09:41.584Z] + + grep docker [2021-03-25T10:09:41.584Z] docker images [2021-03-25T10:09:41.854Z] docker-core-data-go-arm64 latest 24f630f910e7 4 seconds ago 21.4MB [2021-03-25T10:09:41.855Z] docker-security-bootstrapper-go-arm64 latest a4cfbefbc992 9 seconds ago 17.9MB [2021-03-25T10:09:41.855Z] docker-core-metadata-go-arm64 latest a28fd837f6e1 13 seconds ago 17.9MB [2021-03-25T10:09:41.855Z] docker-core-command-go-arm64 latest 22a336226f83 21 seconds ago 16.3MB [2021-03-25T10:09:41.855Z] docker-sys-mgmt-agent-go-arm64 latest 12e138bb5b60 2 minutes ago 300MB [2021-03-25T10:09:41.855Z] docker-support-notifications-go-arm64 latest b9dbe69acbd4 3 minutes ago 16.9MB [2021-03-25T10:09:41.855Z] docker-support-scheduler-go-arm64 latest 3e4786010fad 3 minutes ago 16.4MB [2021-03-25T10:09:41.855Z] docker-security-secretstore-setup-go-arm64 latest ae473bfebc11 3 minutes ago 23.7MB [2021-03-25T10:09:41.855Z] docker-security-proxy-setup-go-arm64 latest ddc00dec5d0d 3 minutes ago 23.4MB [2021-03-25T10:09:41.855Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-25T10:09:42.920Z] provisioning config files... [2021-03-25T10:09:42.957Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/412@tmp/config5653241957554076640tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:09:43.445Z] ---> docker-login.sh [2021-03-25T10:09:43.445Z] nexus3.edgexfoundry.org:10001 [2021-03-25T10:09:43.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:09:43.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:09:43.991Z] Configure a credential helper to remove this warning. See [2021-03-25T10:09:43.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:09:43.991Z] [2021-03-25T10:09:43.991Z] Login Succeeded [2021-03-25T10:09:43.991Z] nexus3.edgexfoundry.org:10002 [2021-03-25T10:09:44.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:09:44.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:09:44.587Z] Configure a credential helper to remove this warning. See [2021-03-25T10:09:44.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:09:44.587Z] [2021-03-25T10:09:44.587Z] Login Succeeded [2021-03-25T10:09:44.587Z] nexus3.edgexfoundry.org:10003 [2021-03-25T10:09:45.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:09:45.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:09:45.181Z] Configure a credential helper to remove this warning. See [2021-03-25T10:09:45.181Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:09:45.181Z] [2021-03-25T10:09:45.181Z] Login Succeeded [2021-03-25T10:09:45.181Z] nexus3.edgexfoundry.org:10004 [2021-03-25T10:09:45.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:09:45.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:09:45.776Z] Configure a credential helper to remove this warning. See [2021-03-25T10:09:45.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:09:45.776Z] [2021-03-25T10:09:45.776Z] Login Succeeded [2021-03-25T10:09:45.776Z] docker.io [2021-03-25T10:09:46.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-25T10:09:47.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-25T10:09:47.346Z] Configure a credential helper to remove this warning. See [2021-03-25T10:09:47.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-25T10:09:47.346Z] [2021-03-25T10:09:47.346Z] Login Succeeded [2021-03-25T10:09:47.346Z] ---> docker-login.sh ends [Pipeline] } [2021-03-25T10:09:47.362Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:09:47.769Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-25T10:09:47.769Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:47.769Z] 2.0.0-dev.144 [2021-03-25T10:09:47.769Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:09:47.769Z] master [2021-03-25T10:09:47.769Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:48.488Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:48.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:48.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-25T10:09:48.828Z] c5d7304fd104: Preparing [2021-03-25T10:09:48.828Z] 32bfbd0f7fb8: Preparing [2021-03-25T10:09:48.828Z] 1cf1c10af75e: Preparing [2021-03-25T10:09:48.828Z] b18ef4e44a3f: Preparing [2021-03-25T10:09:48.828Z] 02a88cfff88f: Preparing [2021-03-25T10:09:49.106Z] 02a88cfff88f: Layer already exists [2021-03-25T10:09:49.378Z] c5d7304fd104: Pushed [2021-03-25T10:09:49.378Z] b18ef4e44a3f: Pushed [2021-03-25T10:09:49.378Z] 1cf1c10af75e: Pushed [2021-03-25T10:09:51.990Z] 32bfbd0f7fb8: Pushed [2021-03-25T10:09:51.990Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:fd153914d14cfdda5e58c4d8eb54b56bcc71749a53d731c100de8ff108202f44 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:52.346Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:52.690Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.144 [2021-03-25T10:09:52.690Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-25T10:09:52.690Z] c5d7304fd104: Preparing [2021-03-25T10:09:52.690Z] 32bfbd0f7fb8: Preparing [2021-03-25T10:09:52.690Z] 1cf1c10af75e: Preparing [2021-03-25T10:09:52.690Z] b18ef4e44a3f: Preparing [2021-03-25T10:09:52.690Z] 02a88cfff88f: Preparing [2021-03-25T10:09:52.966Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:09:52.966Z] 32bfbd0f7fb8: Layer already exists [2021-03-25T10:09:52.966Z] c5d7304fd104: Layer already exists [2021-03-25T10:09:52.966Z] 02a88cfff88f: Layer already exists [2021-03-25T10:09:52.966Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:09:52.966Z] 2.0.0-dev.144: digest: sha256:fd153914d14cfdda5e58c4d8eb54b56bcc71749a53d731c100de8ff108202f44 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:53.311Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:53.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:09:53.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-25T10:09:53.652Z] c5d7304fd104: Preparing [2021-03-25T10:09:53.652Z] 32bfbd0f7fb8: Preparing [2021-03-25T10:09:53.652Z] 1cf1c10af75e: Preparing [2021-03-25T10:09:53.652Z] b18ef4e44a3f: Preparing [2021-03-25T10:09:53.652Z] 02a88cfff88f: Preparing [2021-03-25T10:09:53.652Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:09:53.652Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:09:53.652Z] 02a88cfff88f: Layer already exists [2021-03-25T10:09:53.652Z] c5d7304fd104: Layer already exists [2021-03-25T10:09:53.652Z] 32bfbd0f7fb8: Layer already exists [2021-03-25T10:09:53.924Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:fd153914d14cfdda5e58c4d8eb54b56bcc71749a53d731c100de8ff108202f44 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:54.276Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:54.630Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-25T10:09:54.631Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-25T10:09:54.631Z] c5d7304fd104: Preparing [2021-03-25T10:09:54.631Z] 32bfbd0f7fb8: Preparing [2021-03-25T10:09:54.631Z] 1cf1c10af75e: Preparing [2021-03-25T10:09:54.631Z] b18ef4e44a3f: Preparing [2021-03-25T10:09:54.631Z] 02a88cfff88f: Preparing [2021-03-25T10:09:54.916Z] 02a88cfff88f: Layer already exists [2021-03-25T10:09:54.916Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:09:54.916Z] 32bfbd0f7fb8: Layer already exists [2021-03-25T10:09:54.916Z] c5d7304fd104: Layer already exists [2021-03-25T10:09:54.916Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:09:54.916Z] master: digest: sha256:fd153914d14cfdda5e58c4d8eb54b56bcc71749a53d731c100de8ff108202f44 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:09:55.351Z] ===================================================== [Pipeline] echo [2021-03-25T10:09:55.454Z] taggedImages: [2021-03-25T10:09:55.454Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:55.454Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.144 [2021-03-25T10:09:55.454Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:09:55.454Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-25T10:09:55.575Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-25T10:09:55.575Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:55.575Z] 2.0.0-dev.144 [2021-03-25T10:09:55.575Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:09:55.575Z] master [2021-03-25T10:09:55.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:56.282Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:09:56.620Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:09:56.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-25T10:09:56.620Z] e2b2355120ac: Preparing [2021-03-25T10:09:56.620Z] 6c7a541fca5b: Preparing [2021-03-25T10:09:56.620Z] 1cf1c10af75e: Preparing [2021-03-25T10:09:56.620Z] ce6822b324df: Preparing [2021-03-25T10:09:56.620Z] 823be03bfb3e: Preparing [2021-03-25T10:09:56.620Z] 02a88cfff88f: Preparing [2021-03-25T10:09:56.620Z] 02a88cfff88f: Waiting [2021-03-25T10:09:56.896Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:09:56.896Z] 02a88cfff88f: Layer already exists [2021-03-25T10:09:56.896Z] 823be03bfb3e: Pushed [2021-03-25T10:09:56.896Z] e2b2355120ac: Pushed [2021-03-25T10:09:57.875Z] ce6822b324df: Pushed [2021-03-25T10:10:00.484Z] 6c7a541fca5b: Pushed [2021-03-25T10:10:00.484Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:bbdfa0b5d367614e593e77c2510f27e1211f208375198d91a0301d1e3c95c66e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:00.832Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:01.174Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:01.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-25T10:10:01.174Z] e2b2355120ac: Preparing [2021-03-25T10:10:01.174Z] 6c7a541fca5b: Preparing [2021-03-25T10:10:01.174Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:01.174Z] ce6822b324df: Preparing [2021-03-25T10:10:01.174Z] 823be03bfb3e: Preparing [2021-03-25T10:10:01.174Z] 02a88cfff88f: Preparing [2021-03-25T10:10:01.174Z] 02a88cfff88f: Waiting [2021-03-25T10:10:01.449Z] 6c7a541fca5b: Layer already exists [2021-03-25T10:10:01.449Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:01.449Z] ce6822b324df: Layer already exists [2021-03-25T10:10:01.449Z] e2b2355120ac: Layer already exists [2021-03-25T10:10:01.449Z] 823be03bfb3e: Layer already exists [2021-03-25T10:10:01.449Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:01.449Z] 2.0.0-dev.144: digest: sha256:bbdfa0b5d367614e593e77c2510f27e1211f208375198d91a0301d1e3c95c66e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:01.808Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:02.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:02.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-25T10:10:02.154Z] e2b2355120ac: Preparing [2021-03-25T10:10:02.154Z] 6c7a541fca5b: Preparing [2021-03-25T10:10:02.154Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:02.154Z] ce6822b324df: Preparing [2021-03-25T10:10:02.154Z] 823be03bfb3e: Preparing [2021-03-25T10:10:02.154Z] 02a88cfff88f: Preparing [2021-03-25T10:10:02.154Z] 02a88cfff88f: Waiting [2021-03-25T10:10:02.424Z] 6c7a541fca5b: Layer already exists [2021-03-25T10:10:02.424Z] 823be03bfb3e: Layer already exists [2021-03-25T10:10:02.424Z] ce6822b324df: Layer already exists [2021-03-25T10:10:02.424Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:02.424Z] e2b2355120ac: Layer already exists [2021-03-25T10:10:02.424Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:02.424Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:bbdfa0b5d367614e593e77c2510f27e1211f208375198d91a0301d1e3c95c66e size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:02.784Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:03.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-25T10:10:03.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-25T10:10:03.183Z] e2b2355120ac: Preparing [2021-03-25T10:10:03.183Z] 6c7a541fca5b: Preparing [2021-03-25T10:10:03.183Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:03.183Z] ce6822b324df: Preparing [2021-03-25T10:10:03.183Z] 823be03bfb3e: Preparing [2021-03-25T10:10:03.183Z] 02a88cfff88f: Preparing [2021-03-25T10:10:03.183Z] 02a88cfff88f: Waiting [2021-03-25T10:10:03.476Z] ce6822b324df: Layer already exists [2021-03-25T10:10:03.476Z] 6c7a541fca5b: Layer already exists [2021-03-25T10:10:03.476Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:03.476Z] 823be03bfb3e: Layer already exists [2021-03-25T10:10:03.476Z] e2b2355120ac: Layer already exists [2021-03-25T10:10:03.476Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:03.476Z] master: digest: sha256:bbdfa0b5d367614e593e77c2510f27e1211f208375198d91a0301d1e3c95c66e size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:10:03.938Z] ===================================================== [Pipeline] echo [2021-03-25T10:10:04.040Z] taggedImages: [2021-03-25T10:10:04.040Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:04.040Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:04.040Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:04.040Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-25T10:10:04.155Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-25T10:10:04.155Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:04.155Z] 2.0.0-dev.144 [2021-03-25T10:10:04.155Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:04.155Z] master [2021-03-25T10:10:04.155Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:04.897Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:05.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:05.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-25T10:10:05.260Z] d2fa39f53ed1: Preparing [2021-03-25T10:10:05.260Z] 44245aef5853: Preparing [2021-03-25T10:10:05.260Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:05.260Z] b18ef4e44a3f: Preparing [2021-03-25T10:10:05.260Z] 02a88cfff88f: Preparing [2021-03-25T10:10:05.537Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:05.537Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:05.537Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:10:05.807Z] d2fa39f53ed1: Pushed [2021-03-25T10:10:08.416Z] 44245aef5853: Pushed [2021-03-25T10:10:08.688Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:e47389eda6d5a030b36967126ec8936c78eee6174a7ef3e28a8ca20448d38a5b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:09.032Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:09.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:09.367Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-25T10:10:09.367Z] d2fa39f53ed1: Preparing [2021-03-25T10:10:09.367Z] 44245aef5853: Preparing [2021-03-25T10:10:09.367Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:09.367Z] b18ef4e44a3f: Preparing [2021-03-25T10:10:09.367Z] 02a88cfff88f: Preparing [2021-03-25T10:10:09.639Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:09.639Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:09.639Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:10:09.639Z] 44245aef5853: Layer already exists [2021-03-25T10:10:09.639Z] d2fa39f53ed1: Layer already exists [2021-03-25T10:10:09.639Z] 2.0.0-dev.144: digest: sha256:e47389eda6d5a030b36967126ec8936c78eee6174a7ef3e28a8ca20448d38a5b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:09.980Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:10.316Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:10.316Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-25T10:10:10.316Z] d2fa39f53ed1: Preparing [2021-03-25T10:10:10.316Z] 44245aef5853: Preparing [2021-03-25T10:10:10.316Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:10.316Z] b18ef4e44a3f: Preparing [2021-03-25T10:10:10.316Z] 02a88cfff88f: Preparing [2021-03-25T10:10:10.586Z] 44245aef5853: Layer already exists [2021-03-25T10:10:10.586Z] d2fa39f53ed1: Layer already exists [2021-03-25T10:10:10.586Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:10:10.586Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:10.586Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:10.586Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:e47389eda6d5a030b36967126ec8936c78eee6174a7ef3e28a8ca20448d38a5b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:10.933Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:11.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-25T10:10:11.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-25T10:10:11.271Z] d2fa39f53ed1: Preparing [2021-03-25T10:10:11.271Z] 44245aef5853: Preparing [2021-03-25T10:10:11.271Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:11.271Z] b18ef4e44a3f: Preparing [2021-03-25T10:10:11.271Z] 02a88cfff88f: Preparing [2021-03-25T10:10:11.544Z] d2fa39f53ed1: Layer already exists [2021-03-25T10:10:11.544Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:10:11.544Z] 44245aef5853: Layer already exists [2021-03-25T10:10:11.544Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:11.544Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:11.544Z] master: digest: sha256:e47389eda6d5a030b36967126ec8936c78eee6174a7ef3e28a8ca20448d38a5b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:10:11.961Z] ===================================================== [Pipeline] echo [2021-03-25T10:10:12.057Z] taggedImages: [2021-03-25T10:10:12.058Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:12.058Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:12.058Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:12.058Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-25T10:10:12.169Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-25T10:10:12.169Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:12.169Z] 2.0.0-dev.144 [2021-03-25T10:10:12.169Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:12.169Z] master [2021-03-25T10:10:12.169Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:13.053Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:13.394Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:13.394Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-25T10:10:13.394Z] 3d74cd4e8c5c: Preparing [2021-03-25T10:10:13.394Z] 3d74cd4e8c5c: Preparing [2021-03-25T10:10:13.394Z] 6aeff688d85a: Preparing [2021-03-25T10:10:13.394Z] 682b226db62d: Preparing [2021-03-25T10:10:13.394Z] d8ab0acae379: Preparing [2021-03-25T10:10:13.394Z] b6e7c4efc406: Preparing [2021-03-25T10:10:13.394Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:13.394Z] 745dcfc668f5: Preparing [2021-03-25T10:10:13.394Z] 745dcfc668f5: Preparing [2021-03-25T10:10:13.394Z] 2dccee1bc04e: Preparing [2021-03-25T10:10:13.394Z] 762a481caba4: Preparing [2021-03-25T10:10:13.394Z] 02a88cfff88f: Preparing [2021-03-25T10:10:13.394Z] 745dcfc668f5: Waiting [2021-03-25T10:10:13.394Z] 2dccee1bc04e: Waiting [2021-03-25T10:10:13.394Z] 762a481caba4: Waiting [2021-03-25T10:10:13.394Z] 1cf1c10af75e: Waiting [2021-03-25T10:10:13.394Z] 02a88cfff88f: Waiting [2021-03-25T10:10:13.687Z] 3d74cd4e8c5c: Pushed [2021-03-25T10:10:13.960Z] d8ab0acae379: Pushed [2021-03-25T10:10:13.960Z] 682b226db62d: Pushed [2021-03-25T10:10:13.960Z] 6aeff688d85a: Pushed [2021-03-25T10:10:13.960Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:13.960Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:13.960Z] 745dcfc668f5: Pushed [2021-03-25T10:10:13.960Z] 2dccee1bc04e: Pushed [2021-03-25T10:10:14.231Z] 762a481caba4: Pushed [2021-03-25T10:10:16.837Z] b6e7c4efc406: Pushed [2021-03-25T10:10:16.837Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:622cf3798336f658dab734a5cc94309589794d7766f53c9c77866cd7cc6f1f37 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:17.186Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:17.793Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:17.793Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-25T10:10:17.793Z] 3d74cd4e8c5c: Preparing [2021-03-25T10:10:17.793Z] 3d74cd4e8c5c: Preparing [2021-03-25T10:10:17.793Z] 6aeff688d85a: Preparing [2021-03-25T10:10:17.793Z] 682b226db62d: Preparing [2021-03-25T10:10:17.793Z] d8ab0acae379: Preparing [2021-03-25T10:10:17.793Z] b6e7c4efc406: Preparing [2021-03-25T10:10:17.793Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:17.793Z] 745dcfc668f5: Preparing [2021-03-25T10:10:17.793Z] 745dcfc668f5: Preparing [2021-03-25T10:10:17.793Z] 2dccee1bc04e: Preparing [2021-03-25T10:10:17.793Z] 762a481caba4: Preparing [2021-03-25T10:10:17.793Z] 02a88cfff88f: Preparing [2021-03-25T10:10:17.793Z] 2dccee1bc04e: Waiting [2021-03-25T10:10:17.793Z] 762a481caba4: Waiting [2021-03-25T10:10:17.793Z] 02a88cfff88f: Waiting [2021-03-25T10:10:17.793Z] 1cf1c10af75e: Waiting [2021-03-25T10:10:17.793Z] 745dcfc668f5: Waiting [2021-03-25T10:10:18.064Z] 682b226db62d: Layer already exists [2021-03-25T10:10:18.064Z] d8ab0acae379: Layer already exists [2021-03-25T10:10:18.064Z] 6aeff688d85a: Layer already exists [2021-03-25T10:10:18.064Z] 3d74cd4e8c5c: Layer already exists [2021-03-25T10:10:18.064Z] b6e7c4efc406: Layer already exists [2021-03-25T10:10:18.064Z] 2dccee1bc04e: Layer already exists [2021-03-25T10:10:18.064Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:18.064Z] 745dcfc668f5: Layer already exists [2021-03-25T10:10:18.064Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:18.064Z] 762a481caba4: Layer already exists [2021-03-25T10:10:18.064Z] 2.0.0-dev.144: digest: sha256:622cf3798336f658dab734a5cc94309589794d7766f53c9c77866cd7cc6f1f37 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:18.405Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:18.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:18.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-25T10:10:18.742Z] 3d74cd4e8c5c: Preparing [2021-03-25T10:10:18.742Z] 3d74cd4e8c5c: Preparing [2021-03-25T10:10:18.742Z] 6aeff688d85a: Preparing [2021-03-25T10:10:18.742Z] 682b226db62d: Preparing [2021-03-25T10:10:18.742Z] d8ab0acae379: Preparing [2021-03-25T10:10:18.742Z] b6e7c4efc406: Preparing [2021-03-25T10:10:18.742Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:18.742Z] 745dcfc668f5: Preparing [2021-03-25T10:10:18.742Z] 745dcfc668f5: Preparing [2021-03-25T10:10:18.742Z] 2dccee1bc04e: Preparing [2021-03-25T10:10:18.742Z] 762a481caba4: Preparing [2021-03-25T10:10:18.742Z] 02a88cfff88f: Preparing [2021-03-25T10:10:18.742Z] 1cf1c10af75e: Waiting [2021-03-25T10:10:18.742Z] 745dcfc668f5: Waiting [2021-03-25T10:10:18.742Z] 2dccee1bc04e: Waiting [2021-03-25T10:10:18.742Z] 762a481caba4: Waiting [2021-03-25T10:10:18.742Z] 02a88cfff88f: Waiting [2021-03-25T10:10:19.013Z] 682b226db62d: Layer already exists [2021-03-25T10:10:19.013Z] 6aeff688d85a: Layer already exists [2021-03-25T10:10:19.013Z] d8ab0acae379: Layer already exists [2021-03-25T10:10:19.013Z] 3d74cd4e8c5c: Layer already exists [2021-03-25T10:10:19.013Z] b6e7c4efc406: Layer already exists [2021-03-25T10:10:19.013Z] 745dcfc668f5: Layer already exists [2021-03-25T10:10:19.013Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:19.013Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:19.013Z] 762a481caba4: Layer already exists [2021-03-25T10:10:19.013Z] 2dccee1bc04e: Layer already exists [2021-03-25T10:10:19.013Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:622cf3798336f658dab734a5cc94309589794d7766f53c9c77866cd7cc6f1f37 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:19.353Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:19.687Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-25T10:10:19.687Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-25T10:10:19.687Z] 3d74cd4e8c5c: Preparing [2021-03-25T10:10:19.687Z] 3d74cd4e8c5c: Preparing [2021-03-25T10:10:19.687Z] 6aeff688d85a: Preparing [2021-03-25T10:10:19.687Z] 682b226db62d: Preparing [2021-03-25T10:10:19.687Z] d8ab0acae379: Preparing [2021-03-25T10:10:19.687Z] b6e7c4efc406: Preparing [2021-03-25T10:10:19.687Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:19.687Z] 745dcfc668f5: Preparing [2021-03-25T10:10:19.687Z] 745dcfc668f5: Preparing [2021-03-25T10:10:19.687Z] 2dccee1bc04e: Preparing [2021-03-25T10:10:19.687Z] 762a481caba4: Preparing [2021-03-25T10:10:19.687Z] 02a88cfff88f: Preparing [2021-03-25T10:10:19.687Z] 1cf1c10af75e: Waiting [2021-03-25T10:10:19.687Z] 745dcfc668f5: Waiting [2021-03-25T10:10:19.687Z] 2dccee1bc04e: Waiting [2021-03-25T10:10:19.687Z] 02a88cfff88f: Waiting [2021-03-25T10:10:19.687Z] 762a481caba4: Waiting [2021-03-25T10:10:19.958Z] b6e7c4efc406: Layer already exists [2021-03-25T10:10:19.958Z] 3d74cd4e8c5c: Layer already exists [2021-03-25T10:10:19.958Z] d8ab0acae379: Layer already exists [2021-03-25T10:10:19.958Z] 6aeff688d85a: Layer already exists [2021-03-25T10:10:19.958Z] 682b226db62d: Layer already exists [2021-03-25T10:10:19.958Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:19.958Z] 745dcfc668f5: Layer already exists [2021-03-25T10:10:19.958Z] 762a481caba4: Layer already exists [2021-03-25T10:10:19.958Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:19.958Z] 2dccee1bc04e: Layer already exists [2021-03-25T10:10:19.958Z] master: digest: sha256:622cf3798336f658dab734a5cc94309589794d7766f53c9c77866cd7cc6f1f37 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:10:20.366Z] ===================================================== [Pipeline] echo [2021-03-25T10:10:20.466Z] taggedImages: [2021-03-25T10:10:20.466Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:20.466Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:20.466Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:20.466Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-25T10:10:20.583Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-25T10:10:20.584Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:20.584Z] 2.0.0-dev.144 [2021-03-25T10:10:20.584Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:20.584Z] master [2021-03-25T10:10:20.584Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:21.330Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:21.662Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:21.662Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-25T10:10:21.662Z] 243c57dd685b: Preparing [2021-03-25T10:10:21.662Z] fc53250ad8b5: Preparing [2021-03-25T10:10:21.662Z] 8a54fa613dcd: Preparing [2021-03-25T10:10:21.662Z] 378f9dccf4ff: Preparing [2021-03-25T10:10:21.662Z] 8e2bf7a95992: Preparing [2021-03-25T10:10:21.662Z] 02a88cfff88f: Preparing [2021-03-25T10:10:21.662Z] 02a88cfff88f: Waiting [2021-03-25T10:10:22.259Z] 8a54fa613dcd: Pushed [2021-03-25T10:10:22.259Z] 378f9dccf4ff: Pushed [2021-03-25T10:10:22.259Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:22.531Z] 8e2bf7a95992: Pushed [2021-03-25T10:10:23.962Z] fc53250ad8b5: Pushed [2021-03-25T10:10:24.233Z] 243c57dd685b: Pushed [2021-03-25T10:10:24.508Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:0012061eabc6653e3e98ba01b393542995412a8e9bfe487bc37529640ffd47e3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:24.845Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:25.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:25.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-25T10:10:25.192Z] 243c57dd685b: Preparing [2021-03-25T10:10:25.192Z] fc53250ad8b5: Preparing [2021-03-25T10:10:25.192Z] 8a54fa613dcd: Preparing [2021-03-25T10:10:25.192Z] 378f9dccf4ff: Preparing [2021-03-25T10:10:25.192Z] 8e2bf7a95992: Preparing [2021-03-25T10:10:25.192Z] 02a88cfff88f: Preparing [2021-03-25T10:10:25.192Z] 02a88cfff88f: Waiting [2021-03-25T10:10:25.464Z] 8e2bf7a95992: Layer already exists [2021-03-25T10:10:25.464Z] 378f9dccf4ff: Layer already exists [2021-03-25T10:10:25.464Z] 243c57dd685b: Layer already exists [2021-03-25T10:10:25.464Z] fc53250ad8b5: Layer already exists [2021-03-25T10:10:25.464Z] 8a54fa613dcd: Layer already exists [2021-03-25T10:10:25.464Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:25.464Z] 2.0.0-dev.144: digest: sha256:0012061eabc6653e3e98ba01b393542995412a8e9bfe487bc37529640ffd47e3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:25.803Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:26.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:26.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-25T10:10:26.170Z] 243c57dd685b: Preparing [2021-03-25T10:10:26.170Z] fc53250ad8b5: Preparing [2021-03-25T10:10:26.170Z] 8a54fa613dcd: Preparing [2021-03-25T10:10:26.170Z] 378f9dccf4ff: Preparing [2021-03-25T10:10:26.170Z] 8e2bf7a95992: Preparing [2021-03-25T10:10:26.170Z] 02a88cfff88f: Preparing [2021-03-25T10:10:26.170Z] 02a88cfff88f: Waiting [2021-03-25T10:10:26.442Z] 8a54fa613dcd: Layer already exists [2021-03-25T10:10:26.442Z] 8e2bf7a95992: Layer already exists [2021-03-25T10:10:26.442Z] 243c57dd685b: Layer already exists [2021-03-25T10:10:26.442Z] fc53250ad8b5: Layer already exists [2021-03-25T10:10:26.442Z] 378f9dccf4ff: Layer already exists [2021-03-25T10:10:26.442Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:26.442Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:0012061eabc6653e3e98ba01b393542995412a8e9bfe487bc37529640ffd47e3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:26.787Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:27.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-25T10:10:27.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-25T10:10:27.126Z] 243c57dd685b: Preparing [2021-03-25T10:10:27.126Z] fc53250ad8b5: Preparing [2021-03-25T10:10:27.126Z] 8a54fa613dcd: Preparing [2021-03-25T10:10:27.126Z] 378f9dccf4ff: Preparing [2021-03-25T10:10:27.126Z] 8e2bf7a95992: Preparing [2021-03-25T10:10:27.126Z] 02a88cfff88f: Preparing [2021-03-25T10:10:27.126Z] 02a88cfff88f: Waiting [2021-03-25T10:10:27.398Z] fc53250ad8b5: Layer already exists [2021-03-25T10:10:27.398Z] 8a54fa613dcd: Layer already exists [2021-03-25T10:10:27.398Z] 378f9dccf4ff: Layer already exists [2021-03-25T10:10:27.398Z] 243c57dd685b: Layer already exists [2021-03-25T10:10:27.398Z] 8e2bf7a95992: Layer already exists [2021-03-25T10:10:27.398Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:27.398Z] master: digest: sha256:0012061eabc6653e3e98ba01b393542995412a8e9bfe487bc37529640ffd47e3 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:10:27.791Z] ===================================================== [Pipeline] echo [2021-03-25T10:10:27.882Z] taggedImages: [2021-03-25T10:10:27.882Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:27.882Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:27.882Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:27.882Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-25T10:10:27.990Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-25T10:10:27.990Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:27.990Z] 2.0.0-dev.144 [2021-03-25T10:10:27.990Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:27.990Z] master [2021-03-25T10:10:27.990Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:28.688Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:29.023Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:29.023Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-25T10:10:29.023Z] 2436807b7685: Preparing [2021-03-25T10:10:29.023Z] fe92624735b7: Preparing [2021-03-25T10:10:29.023Z] db498ba3511b: Preparing [2021-03-25T10:10:29.023Z] a36e12789e7b: Preparing [2021-03-25T10:10:29.023Z] d17e046e54da: Preparing [2021-03-25T10:10:29.023Z] 586ec34bc4ac: Preparing [2021-03-25T10:10:29.023Z] bc3fef9983c1: Preparing [2021-03-25T10:10:29.023Z] 352b592f6e9a: Preparing [2021-03-25T10:10:29.023Z] 02a88cfff88f: Preparing [2021-03-25T10:10:29.023Z] 586ec34bc4ac: Waiting [2021-03-25T10:10:29.023Z] bc3fef9983c1: Waiting [2021-03-25T10:10:29.023Z] 352b592f6e9a: Waiting [2021-03-25T10:10:29.023Z] 02a88cfff88f: Waiting [2021-03-25T10:10:29.622Z] 2436807b7685: Pushed [2021-03-25T10:10:29.622Z] d17e046e54da: Pushed [2021-03-25T10:10:29.622Z] fe92624735b7: Pushed [2021-03-25T10:10:29.897Z] 586ec34bc4ac: Pushed [2021-03-25T10:10:29.897Z] bc3fef9983c1: Pushed [2021-03-25T10:10:29.897Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:30.170Z] 352b592f6e9a: Pushed [2021-03-25T10:10:31.603Z] a36e12789e7b: Pushed [2021-03-25T10:10:31.603Z] db498ba3511b: Pushed [2021-03-25T10:10:31.874Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:2dc9e4dcca8eff5454521a67eeaee1b722905cdbbaa92c9b0904d2f70687eb52 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:32.227Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:32.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:32.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-25T10:10:32.599Z] 2436807b7685: Preparing [2021-03-25T10:10:32.599Z] fe92624735b7: Preparing [2021-03-25T10:10:32.599Z] db498ba3511b: Preparing [2021-03-25T10:10:32.599Z] a36e12789e7b: Preparing [2021-03-25T10:10:32.599Z] d17e046e54da: Preparing [2021-03-25T10:10:32.599Z] 586ec34bc4ac: Preparing [2021-03-25T10:10:32.599Z] bc3fef9983c1: Preparing [2021-03-25T10:10:32.599Z] 352b592f6e9a: Preparing [2021-03-25T10:10:32.599Z] 02a88cfff88f: Preparing [2021-03-25T10:10:32.599Z] bc3fef9983c1: Waiting [2021-03-25T10:10:32.599Z] 586ec34bc4ac: Waiting [2021-03-25T10:10:32.599Z] 352b592f6e9a: Waiting [2021-03-25T10:10:32.599Z] 02a88cfff88f: Waiting [2021-03-25T10:10:32.878Z] d17e046e54da: Layer already exists [2021-03-25T10:10:32.878Z] db498ba3511b: Layer already exists [2021-03-25T10:10:32.878Z] a36e12789e7b: Layer already exists [2021-03-25T10:10:32.878Z] 2436807b7685: Layer already exists [2021-03-25T10:10:32.878Z] fe92624735b7: Layer already exists [2021-03-25T10:10:32.878Z] bc3fef9983c1: Layer already exists [2021-03-25T10:10:32.878Z] 586ec34bc4ac: Layer already exists [2021-03-25T10:10:32.878Z] 352b592f6e9a: Layer already exists [2021-03-25T10:10:32.878Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:32.878Z] 2.0.0-dev.144: digest: sha256:2dc9e4dcca8eff5454521a67eeaee1b722905cdbbaa92c9b0904d2f70687eb52 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:33.242Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:33.599Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:33.599Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-25T10:10:33.600Z] 2436807b7685: Preparing [2021-03-25T10:10:33.600Z] fe92624735b7: Preparing [2021-03-25T10:10:33.600Z] db498ba3511b: Preparing [2021-03-25T10:10:33.600Z] a36e12789e7b: Preparing [2021-03-25T10:10:33.600Z] d17e046e54da: Preparing [2021-03-25T10:10:33.600Z] 586ec34bc4ac: Preparing [2021-03-25T10:10:33.600Z] bc3fef9983c1: Preparing [2021-03-25T10:10:33.600Z] 352b592f6e9a: Preparing [2021-03-25T10:10:33.600Z] 02a88cfff88f: Preparing [2021-03-25T10:10:33.600Z] 586ec34bc4ac: Waiting [2021-03-25T10:10:33.600Z] bc3fef9983c1: Waiting [2021-03-25T10:10:33.600Z] 352b592f6e9a: Waiting [2021-03-25T10:10:33.600Z] 02a88cfff88f: Waiting [2021-03-25T10:10:33.874Z] db498ba3511b: Layer already exists [2021-03-25T10:10:33.874Z] a36e12789e7b: Layer already exists [2021-03-25T10:10:33.874Z] d17e046e54da: Layer already exists [2021-03-25T10:10:33.874Z] 2436807b7685: Layer already exists [2021-03-25T10:10:33.874Z] fe92624735b7: Layer already exists [2021-03-25T10:10:33.874Z] 586ec34bc4ac: Layer already exists [2021-03-25T10:10:33.874Z] 352b592f6e9a: Layer already exists [2021-03-25T10:10:33.874Z] bc3fef9983c1: Layer already exists [2021-03-25T10:10:33.874Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:33.874Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:2dc9e4dcca8eff5454521a67eeaee1b722905cdbbaa92c9b0904d2f70687eb52 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:34.213Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:34.548Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-25T10:10:34.548Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-25T10:10:34.548Z] 2436807b7685: Preparing [2021-03-25T10:10:34.548Z] fe92624735b7: Preparing [2021-03-25T10:10:34.548Z] db498ba3511b: Preparing [2021-03-25T10:10:34.548Z] a36e12789e7b: Preparing [2021-03-25T10:10:34.548Z] d17e046e54da: Preparing [2021-03-25T10:10:34.548Z] 586ec34bc4ac: Preparing [2021-03-25T10:10:34.548Z] bc3fef9983c1: Preparing [2021-03-25T10:10:34.548Z] 352b592f6e9a: Preparing [2021-03-25T10:10:34.548Z] 02a88cfff88f: Preparing [2021-03-25T10:10:34.548Z] bc3fef9983c1: Waiting [2021-03-25T10:10:34.548Z] 352b592f6e9a: Waiting [2021-03-25T10:10:34.548Z] 02a88cfff88f: Waiting [2021-03-25T10:10:34.548Z] 586ec34bc4ac: Waiting [2021-03-25T10:10:34.822Z] fe92624735b7: Layer already exists [2021-03-25T10:10:34.822Z] d17e046e54da: Layer already exists [2021-03-25T10:10:34.822Z] 2436807b7685: Layer already exists [2021-03-25T10:10:34.822Z] db498ba3511b: Layer already exists [2021-03-25T10:10:34.822Z] a36e12789e7b: Layer already exists [2021-03-25T10:10:34.822Z] 586ec34bc4ac: Layer already exists [2021-03-25T10:10:34.822Z] bc3fef9983c1: Layer already exists [2021-03-25T10:10:34.822Z] 352b592f6e9a: Layer already exists [2021-03-25T10:10:34.822Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:34.822Z] master: digest: sha256:2dc9e4dcca8eff5454521a67eeaee1b722905cdbbaa92c9b0904d2f70687eb52 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:10:35.258Z] ===================================================== [Pipeline] echo [2021-03-25T10:10:35.362Z] taggedImages: [2021-03-25T10:10:35.362Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:35.362Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:35.362Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:35.362Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-25T10:10:35.482Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-25T10:10:35.482Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:35.482Z] 2.0.0-dev.144 [2021-03-25T10:10:35.482Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:35.482Z] master [2021-03-25T10:10:35.482Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:36.197Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:36.535Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:36.535Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-25T10:10:36.535Z] ba1b0144ad18: Preparing [2021-03-25T10:10:36.535Z] 72d4066126e3: Preparing [2021-03-25T10:10:36.535Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:36.535Z] 2216504cfe24: Preparing [2021-03-25T10:10:36.535Z] 02a88cfff88f: Preparing [2021-03-25T10:10:36.824Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:36.824Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:36.824Z] ba1b0144ad18: Pushed [2021-03-25T10:10:37.093Z] 2216504cfe24: Pushed [2021-03-25T10:10:39.693Z] 72d4066126e3: Pushed [2021-03-25T10:10:39.693Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:57040b7399bb191093aa6d9f5cd8a91bce285721c3cbe72230288cff40458e02 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:40.039Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:40.372Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:40.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-25T10:10:40.372Z] ba1b0144ad18: Preparing [2021-03-25T10:10:40.372Z] 72d4066126e3: Preparing [2021-03-25T10:10:40.372Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:40.372Z] 2216504cfe24: Preparing [2021-03-25T10:10:40.372Z] 02a88cfff88f: Preparing [2021-03-25T10:10:40.642Z] ba1b0144ad18: Layer already exists [2021-03-25T10:10:40.642Z] 2216504cfe24: Layer already exists [2021-03-25T10:10:40.642Z] 72d4066126e3: Layer already exists [2021-03-25T10:10:40.642Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:40.642Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:40.642Z] 2.0.0-dev.144: digest: sha256:57040b7399bb191093aa6d9f5cd8a91bce285721c3cbe72230288cff40458e02 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:40.981Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:41.319Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:41.319Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-25T10:10:41.319Z] ba1b0144ad18: Preparing [2021-03-25T10:10:41.319Z] 72d4066126e3: Preparing [2021-03-25T10:10:41.319Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:41.319Z] 2216504cfe24: Preparing [2021-03-25T10:10:41.319Z] 02a88cfff88f: Preparing [2021-03-25T10:10:41.591Z] 2216504cfe24: Layer already exists [2021-03-25T10:10:41.591Z] ba1b0144ad18: Layer already exists [2021-03-25T10:10:41.591Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:41.591Z] 72d4066126e3: Layer already exists [2021-03-25T10:10:41.591Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:41.591Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:57040b7399bb191093aa6d9f5cd8a91bce285721c3cbe72230288cff40458e02 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:41.939Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:42.274Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-25T10:10:42.274Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-25T10:10:42.274Z] ba1b0144ad18: Preparing [2021-03-25T10:10:42.274Z] 72d4066126e3: Preparing [2021-03-25T10:10:42.274Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:42.274Z] 2216504cfe24: Preparing [2021-03-25T10:10:42.274Z] 02a88cfff88f: Preparing [2021-03-25T10:10:42.544Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:42.544Z] 72d4066126e3: Layer already exists [2021-03-25T10:10:42.544Z] ba1b0144ad18: Layer already exists [2021-03-25T10:10:42.544Z] 2216504cfe24: Layer already exists [2021-03-25T10:10:42.544Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:42.544Z] master: digest: sha256:57040b7399bb191093aa6d9f5cd8a91bce285721c3cbe72230288cff40458e02 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:10:42.948Z] ===================================================== [Pipeline] echo [2021-03-25T10:10:43.046Z] taggedImages: [2021-03-25T10:10:43.046Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:43.046Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:43.046Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:43.046Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-25T10:10:43.166Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-25T10:10:43.166Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:43.166Z] 2.0.0-dev.144 [2021-03-25T10:10:43.166Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:43.166Z] master [2021-03-25T10:10:43.166Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:43.864Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:44.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:44.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-25T10:10:44.200Z] 457f2e07f2fc: Preparing [2021-03-25T10:10:44.200Z] 02848456ed3c: Preparing [2021-03-25T10:10:44.200Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:44.200Z] b18ef4e44a3f: Preparing [2021-03-25T10:10:44.200Z] 02a88cfff88f: Preparing [2021-03-25T10:10:44.470Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:10:44.470Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:44.470Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:44.470Z] 457f2e07f2fc: Pushed [2021-03-25T10:10:47.069Z] 02848456ed3c: Pushed [2021-03-25T10:10:47.338Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:ecef468d3986ee0119243d5a3ed96088e4425449583b4cb21bc1b66ed505fe9b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:47.679Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:48.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:48.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-25T10:10:48.014Z] 457f2e07f2fc: Preparing [2021-03-25T10:10:48.014Z] 02848456ed3c: Preparing [2021-03-25T10:10:48.014Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:48.014Z] b18ef4e44a3f: Preparing [2021-03-25T10:10:48.014Z] 02a88cfff88f: Preparing [2021-03-25T10:10:48.285Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:48.285Z] 02848456ed3c: Layer already exists [2021-03-25T10:10:48.285Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:48.285Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:10:48.285Z] 457f2e07f2fc: Layer already exists [2021-03-25T10:10:48.285Z] 2.0.0-dev.144: digest: sha256:ecef468d3986ee0119243d5a3ed96088e4425449583b4cb21bc1b66ed505fe9b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:48.629Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:48.965Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:48.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-25T10:10:48.965Z] 457f2e07f2fc: Preparing [2021-03-25T10:10:48.965Z] 02848456ed3c: Preparing [2021-03-25T10:10:48.965Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:48.965Z] b18ef4e44a3f: Preparing [2021-03-25T10:10:48.965Z] 02a88cfff88f: Preparing [2021-03-25T10:10:49.238Z] 02848456ed3c: Layer already exists [2021-03-25T10:10:49.238Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:10:49.238Z] 457f2e07f2fc: Layer already exists [2021-03-25T10:10:49.238Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:49.238Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:49.238Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:ecef468d3986ee0119243d5a3ed96088e4425449583b4cb21bc1b66ed505fe9b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:49.581Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:49.919Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-25T10:10:49.919Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-25T10:10:49.919Z] 457f2e07f2fc: Preparing [2021-03-25T10:10:49.919Z] 02848456ed3c: Preparing [2021-03-25T10:10:49.919Z] 1cf1c10af75e: Preparing [2021-03-25T10:10:49.919Z] b18ef4e44a3f: Preparing [2021-03-25T10:10:49.919Z] 02a88cfff88f: Preparing [2021-03-25T10:10:50.191Z] 02848456ed3c: Layer already exists [2021-03-25T10:10:50.191Z] 02a88cfff88f: Layer already exists [2021-03-25T10:10:50.191Z] b18ef4e44a3f: Layer already exists [2021-03-25T10:10:50.191Z] 457f2e07f2fc: Layer already exists [2021-03-25T10:10:50.191Z] 1cf1c10af75e: Layer already exists [2021-03-25T10:10:50.191Z] master: digest: sha256:ecef468d3986ee0119243d5a3ed96088e4425449583b4cb21bc1b66ed505fe9b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:10:50.607Z] ===================================================== [Pipeline] echo [2021-03-25T10:10:50.727Z] taggedImages: [2021-03-25T10:10:50.727Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:50.727Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.144 [2021-03-25T10:10:50.727Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:50.727Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-25T10:10:50.846Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-25T10:10:50.846Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:50.846Z] 2.0.0-dev.144 [2021-03-25T10:10:50.846Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:10:50.846Z] master [2021-03-25T10:10:50.846Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:51.613Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:10:51.943Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:10:51.943Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-25T10:10:51.943Z] e6e6aca376fa: Preparing [2021-03-25T10:10:51.943Z] 510940e37eb2: Preparing [2021-03-25T10:10:51.943Z] 785f1c8dcc3a: Preparing [2021-03-25T10:10:51.943Z] d45a5086acbe: Preparing [2021-03-25T10:10:51.943Z] bfa43633588f: Preparing [2021-03-25T10:10:51.943Z] 9227e4b69e45: Preparing [2021-03-25T10:10:51.943Z] a2471773a3bb: Preparing [2021-03-25T10:10:51.943Z] 9ded3b6bb9b5: Preparing [2021-03-25T10:10:51.943Z] fa1afe8e6ed9: Preparing [2021-03-25T10:10:51.943Z] 87a09b4c083e: Preparing [2021-03-25T10:10:51.943Z] 0f74e9ff2a61: Preparing [2021-03-25T10:10:51.943Z] b122376c33c6: Preparing [2021-03-25T10:10:51.943Z] f8381ed47b22: Preparing [2021-03-25T10:10:51.943Z] e934a737d657: Preparing [2021-03-25T10:10:51.943Z] 87a09b4c083e: Waiting [2021-03-25T10:10:51.943Z] 0f74e9ff2a61: Waiting [2021-03-25T10:10:51.943Z] b122376c33c6: Waiting [2021-03-25T10:10:51.943Z] f8381ed47b22: Waiting [2021-03-25T10:10:51.943Z] 9227e4b69e45: Waiting [2021-03-25T10:10:51.943Z] e934a737d657: Waiting [2021-03-25T10:10:51.943Z] a2471773a3bb: Waiting [2021-03-25T10:10:51.943Z] 9ded3b6bb9b5: Waiting [2021-03-25T10:10:51.943Z] fa1afe8e6ed9: Waiting [2021-03-25T10:10:52.542Z] bfa43633588f: Pushed [2021-03-25T10:10:52.822Z] e6e6aca376fa: Pushed [2021-03-25T10:10:53.098Z] d45a5086acbe: Pushed [2021-03-25T10:10:53.374Z] 9ded3b6bb9b5: Layer already exists [2021-03-25T10:10:53.374Z] fa1afe8e6ed9: Layer already exists [2021-03-25T10:10:53.374Z] 87a09b4c083e: Layer already exists [2021-03-25T10:10:53.374Z] a2471773a3bb: Pushed [2021-03-25T10:10:53.656Z] 0f74e9ff2a61: Layer already exists [2021-03-25T10:10:53.656Z] b122376c33c6: Layer already exists [2021-03-25T10:10:53.656Z] f8381ed47b22: Layer already exists [2021-03-25T10:10:53.656Z] e934a737d657: Layer already exists [2021-03-25T10:10:53.946Z] 510940e37eb2: Pushed [2021-03-25T10:10:54.951Z] 9227e4b69e45: Pushed [2021-03-25T10:11:05.081Z] 785f1c8dcc3a: Pushed [2021-03-25T10:11:05.081Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d: digest: sha256:cf101870b6323ad91e3686f4b275b6b6f102abfaa0a8c9e669f9921b073b9e61 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:11:05.422Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:11:05.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.144 [2021-03-25T10:11:05.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-25T10:11:05.783Z] e6e6aca376fa: Preparing [2021-03-25T10:11:05.783Z] 510940e37eb2: Preparing [2021-03-25T10:11:05.783Z] 785f1c8dcc3a: Preparing [2021-03-25T10:11:05.783Z] d45a5086acbe: Preparing [2021-03-25T10:11:05.783Z] bfa43633588f: Preparing [2021-03-25T10:11:05.783Z] 9227e4b69e45: Preparing [2021-03-25T10:11:05.783Z] a2471773a3bb: Preparing [2021-03-25T10:11:05.783Z] 9ded3b6bb9b5: Preparing [2021-03-25T10:11:05.783Z] fa1afe8e6ed9: Preparing [2021-03-25T10:11:05.783Z] 87a09b4c083e: Preparing [2021-03-25T10:11:05.783Z] 0f74e9ff2a61: Preparing [2021-03-25T10:11:05.783Z] b122376c33c6: Preparing [2021-03-25T10:11:05.783Z] f8381ed47b22: Preparing [2021-03-25T10:11:05.783Z] e934a737d657: Preparing [2021-03-25T10:11:05.783Z] 9ded3b6bb9b5: Waiting [2021-03-25T10:11:05.783Z] 87a09b4c083e: Waiting [2021-03-25T10:11:05.783Z] 0f74e9ff2a61: Waiting [2021-03-25T10:11:05.783Z] fa1afe8e6ed9: Waiting [2021-03-25T10:11:05.783Z] b122376c33c6: Waiting [2021-03-25T10:11:05.783Z] 9227e4b69e45: Waiting [2021-03-25T10:11:05.783Z] a2471773a3bb: Waiting [2021-03-25T10:11:05.783Z] f8381ed47b22: Waiting [2021-03-25T10:11:05.783Z] e934a737d657: Waiting [2021-03-25T10:11:06.057Z] 785f1c8dcc3a: Layer already exists [2021-03-25T10:11:06.057Z] 510940e37eb2: Layer already exists [2021-03-25T10:11:06.057Z] e6e6aca376fa: Layer already exists [2021-03-25T10:11:06.057Z] bfa43633588f: Layer already exists [2021-03-25T10:11:06.057Z] d45a5086acbe: Layer already exists [2021-03-25T10:11:06.057Z] a2471773a3bb: Layer already exists [2021-03-25T10:11:06.057Z] 9ded3b6bb9b5: Layer already exists [2021-03-25T10:11:06.057Z] 9227e4b69e45: Layer already exists [2021-03-25T10:11:06.057Z] 87a09b4c083e: Layer already exists [2021-03-25T10:11:06.057Z] fa1afe8e6ed9: Layer already exists [2021-03-25T10:11:06.057Z] b122376c33c6: Layer already exists [2021-03-25T10:11:06.057Z] f8381ed47b22: Layer already exists [2021-03-25T10:11:06.057Z] 0f74e9ff2a61: Layer already exists [2021-03-25T10:11:06.057Z] e934a737d657: Layer already exists [2021-03-25T10:11:06.057Z] 2.0.0-dev.144: digest: sha256:cf101870b6323ad91e3686f4b275b6b6f102abfaa0a8c9e669f9921b073b9e61 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:11:06.404Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:11:06.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:11:06.762Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-25T10:11:06.762Z] e6e6aca376fa: Preparing [2021-03-25T10:11:06.762Z] 510940e37eb2: Preparing [2021-03-25T10:11:06.762Z] 785f1c8dcc3a: Preparing [2021-03-25T10:11:06.762Z] d45a5086acbe: Preparing [2021-03-25T10:11:06.762Z] bfa43633588f: Preparing [2021-03-25T10:11:06.762Z] 9227e4b69e45: Preparing [2021-03-25T10:11:06.762Z] a2471773a3bb: Preparing [2021-03-25T10:11:06.762Z] 9ded3b6bb9b5: Preparing [2021-03-25T10:11:06.762Z] fa1afe8e6ed9: Preparing [2021-03-25T10:11:06.762Z] 87a09b4c083e: Preparing [2021-03-25T10:11:06.762Z] 0f74e9ff2a61: Preparing [2021-03-25T10:11:06.762Z] b122376c33c6: Preparing [2021-03-25T10:11:06.762Z] f8381ed47b22: Preparing [2021-03-25T10:11:06.762Z] e934a737d657: Preparing [2021-03-25T10:11:06.762Z] 9227e4b69e45: Waiting [2021-03-25T10:11:06.762Z] a2471773a3bb: Waiting [2021-03-25T10:11:06.762Z] 9ded3b6bb9b5: Waiting [2021-03-25T10:11:06.762Z] b122376c33c6: Waiting [2021-03-25T10:11:06.762Z] f8381ed47b22: Waiting [2021-03-25T10:11:06.762Z] fa1afe8e6ed9: Waiting [2021-03-25T10:11:06.762Z] e934a737d657: Waiting [2021-03-25T10:11:06.762Z] 87a09b4c083e: Waiting [2021-03-25T10:11:06.762Z] 0f74e9ff2a61: Waiting [2021-03-25T10:11:07.042Z] bfa43633588f: Layer already exists [2021-03-25T10:11:07.042Z] d45a5086acbe: Layer already exists [2021-03-25T10:11:07.042Z] 510940e37eb2: Layer already exists [2021-03-25T10:11:07.042Z] e6e6aca376fa: Layer already exists [2021-03-25T10:11:07.042Z] 785f1c8dcc3a: Layer already exists [2021-03-25T10:11:07.042Z] 9227e4b69e45: Layer already exists [2021-03-25T10:11:07.042Z] 9ded3b6bb9b5: Layer already exists [2021-03-25T10:11:07.042Z] a2471773a3bb: Layer already exists [2021-03-25T10:11:07.042Z] 87a09b4c083e: Layer already exists [2021-03-25T10:11:07.042Z] fa1afe8e6ed9: Layer already exists [2021-03-25T10:11:07.042Z] 0f74e9ff2a61: Layer already exists [2021-03-25T10:11:07.042Z] b122376c33c6: Layer already exists [2021-03-25T10:11:07.042Z] f8381ed47b22: Layer already exists [2021-03-25T10:11:07.042Z] e934a737d657: Layer already exists [2021-03-25T10:11:07.042Z] ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144: digest: sha256:cf101870b6323ad91e3686f4b275b6b6f102abfaa0a8c9e669f9921b073b9e61 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:11:07.379Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:11:07.735Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-25T10:11:07.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-25T10:11:07.736Z] e6e6aca376fa: Preparing [2021-03-25T10:11:07.736Z] 510940e37eb2: Preparing [2021-03-25T10:11:07.736Z] 785f1c8dcc3a: Preparing [2021-03-25T10:11:07.736Z] d45a5086acbe: Preparing [2021-03-25T10:11:07.736Z] bfa43633588f: Preparing [2021-03-25T10:11:07.736Z] 9227e4b69e45: Preparing [2021-03-25T10:11:07.736Z] a2471773a3bb: Preparing [2021-03-25T10:11:07.736Z] 9ded3b6bb9b5: Preparing [2021-03-25T10:11:07.736Z] fa1afe8e6ed9: Preparing [2021-03-25T10:11:07.736Z] 87a09b4c083e: Preparing [2021-03-25T10:11:07.736Z] 0f74e9ff2a61: Preparing [2021-03-25T10:11:07.736Z] b122376c33c6: Preparing [2021-03-25T10:11:07.736Z] f8381ed47b22: Preparing [2021-03-25T10:11:07.736Z] e934a737d657: Preparing [2021-03-25T10:11:07.736Z] 9227e4b69e45: Waiting [2021-03-25T10:11:07.736Z] 0f74e9ff2a61: Waiting [2021-03-25T10:11:07.736Z] b122376c33c6: Waiting [2021-03-25T10:11:07.736Z] f8381ed47b22: Waiting [2021-03-25T10:11:07.736Z] a2471773a3bb: Waiting [2021-03-25T10:11:07.736Z] fa1afe8e6ed9: Waiting [2021-03-25T10:11:07.736Z] 9ded3b6bb9b5: Waiting [2021-03-25T10:11:07.736Z] 87a09b4c083e: Waiting [2021-03-25T10:11:07.736Z] e934a737d657: Waiting [2021-03-25T10:11:07.736Z] bfa43633588f: Layer already exists [2021-03-25T10:11:07.736Z] d45a5086acbe: Layer already exists [2021-03-25T10:11:07.736Z] 785f1c8dcc3a: Layer already exists [2021-03-25T10:11:08.007Z] e6e6aca376fa: Layer already exists [2021-03-25T10:11:08.007Z] 510940e37eb2: Layer already exists [2021-03-25T10:11:08.007Z] a2471773a3bb: Layer already exists [2021-03-25T10:11:08.007Z] 9227e4b69e45: Layer already exists [2021-03-25T10:11:08.007Z] fa1afe8e6ed9: Layer already exists [2021-03-25T10:11:08.007Z] 9ded3b6bb9b5: Layer already exists [2021-03-25T10:11:08.007Z] 87a09b4c083e: Layer already exists [2021-03-25T10:11:08.007Z] b122376c33c6: Layer already exists [2021-03-25T10:11:08.007Z] 0f74e9ff2a61: Layer already exists [2021-03-25T10:11:08.007Z] e934a737d657: Layer already exists [2021-03-25T10:11:08.007Z] f8381ed47b22: Layer already exists [2021-03-25T10:11:08.007Z] master: digest: sha256:cf101870b6323ad91e3686f4b275b6b6f102abfaa0a8c9e669f9921b073b9e61 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-25T10:11:08.429Z] ===================================================== [Pipeline] echo [2021-03-25T10:11:08.523Z] taggedImages: [2021-03-25T10:11:08.523Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d [2021-03-25T10:11:08.523Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.144 [2021-03-25T10:11:08.523Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:ebfae9bf1c69030f223d824c55fa5330fb79db8d-2.0.0-dev.144 [2021-03-25T10:11:08.523Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:11:09.456Z] ---> job-cost.sh [2021-03-25T10:11:09.456Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-YeKa [2021-03-25T10:11:56.389Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-25T10:13:48.172Z] lf-activate-venv(): INFO: Adding /tmp/venv-YeKa/bin to PATH [2021-03-25T10:13:48.172Z] INFO: No Stack... [2021-03-25T10:13:48.761Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-25T10:13:49.353Z] INFO: Archiving Costs [Pipeline] sh [2021-03-25T10:13:49.694Z] + cat /w/workspace/edgex-go/412/archives/cost.csv [2021-03-25T10:13:49.694Z] + cut -d, -f6 [Pipeline] lock [2021-03-25T10:13:49.822Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-412-stack-cost] [2021-03-25T10:13:49.832Z] Resource [jenkins-edgexfoundry-edgex-go-master-412-stack-cost] did not exist. Created. [2021-03-25T10:13:49.832Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-412-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-25T10:13:50.376Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-25T10:13:51.858Z] Stashed 1 file(s) [Pipeline] } [2021-03-25T10:13:51.866Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-412-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-25T10:13:54.081Z] provisioning config files... [2021-03-25T10:13:54.093Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/412@tmp/config8676821169174163619tmp [Pipeline] { [Pipeline] sh [2021-03-25T10:13:54.576Z] + set +x [2021-03-25T10:13:54.576Z] + curl -s https://codecov.io/bash [2021-03-25T10:13:54.576Z] + bash -s -- [2021-03-25T10:13:55.150Z] [2021-03-25T10:13:55.150Z] _____ _ [2021-03-25T10:13:55.150Z] / ____| | | [2021-03-25T10:13:55.150Z] | | ___ __| | ___ ___ _____ __ [2021-03-25T10:13:55.150Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-25T10:13:55.150Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-25T10:13:55.150Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-25T10:13:55.150Z] Bash-20210309-2b87ace [2021-03-25T10:13:55.150Z] [2021-03-25T10:13:55.150Z] [2021-03-25T10:13:55.150Z] ==> git version 2.24.3 found [2021-03-25T10:13:55.150Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-25T10:13:55.150Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-25T10:13:55.150Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-25T10:13:55.150Z] ==> Jenkins CI detected. [2021-03-25T10:13:55.150Z] project root: . [2021-03-25T10:13:55.150Z] --> token set from env [2021-03-25T10:13:55.150Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-25T10:13:55.150Z] ==> Running gcov in . (disable via -X gcov) [2021-03-25T10:13:55.150Z] ==> Python coveragepy not found [2021-03-25T10:13:55.150Z] ==> Searching for coverage reports in: [2021-03-25T10:13:55.150Z] + . [2021-03-25T10:13:55.150Z] -> Found 1 reports [2021-03-25T10:13:55.150Z] ==> Detecting git/mercurial file structure [2021-03-25T10:13:55.150Z] ==> Reading reports [2021-03-25T10:13:55.150Z] + ./coverage.out bytes=666599 [2021-03-25T10:13:55.411Z] ==> Appending adjustments [2021-03-25T10:13:55.411Z] https://docs.codecov.io/docs/fixing-reports [2021-03-25T10:13:58.718Z] + Found adjustments [2021-03-25T10:13:58.718Z] ==> Gzipping contents [2021-03-25T10:13:58.718Z] 96K /tmp/codecov.1GV7LB.gz [2021-03-25T10:13:58.718Z] ==> Uploading reports [2021-03-25T10:13:58.718Z] url: https://codecov.io [2021-03-25T10:13:58.718Z] query: branch=master&commit=ebfae9bf1c69030f223d824c55fa5330fb79db8d&build=412&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F412%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T10:13:58.718Z] -> Pinging Codecov [2021-03-25T10:13:58.718Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=ebfae9bf1c69030f223d824c55fa5330fb79db8d&build=412&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F412%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-25T10:13:59.291Z] -> Uploading to [2021-03-25T10:13:59.291Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-25/00271124DB129430A58F1EEE437C3FCB/ebfae9bf1c69030f223d824c55fa5330fb79db8d/0ef811dd-64c9-4981-8f42-ee3dd67d6eb4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T101359Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=96046ec41df2203e0f439eca152775adb97d6f3991c06f89665802abccec3544 [2021-03-25T10:13:59.291Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:13:59.291Z] Dload Upload Total Spent Left Speed [2021-03-25T10:13:59.866Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96571 0 0 100 96571 0 185k --:--:-- --:--:-- --:--:-- 185k 100 96571 0 0 100 96571 0 185k --:--:-- --:--:-- --:--:-- 185k [2021-03-25T10:13:59.866Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ebfae9bf1c69030f223d824c55fa5330fb79db8d [Pipeline] } [2021-03-25T10:13:59.875Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-25T10:14:01.231Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-25T10:14:01.462Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:14:01.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T10:14:01.877Z] [2021-03-25T10:14:01.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:14:02.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T10:14:02.270Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-25T10:14:02.270Z] 188c0c94c7c5: Already exists [2021-03-25T10:14:02.270Z] 0ef7d3d256c8: Already exists [2021-03-25T10:14:02.270Z] de9db76c5a1d: Already exists [2021-03-25T10:14:02.270Z] 0eba1c9be4d2: Pulling fs layer [2021-03-25T10:14:02.270Z] 0d57e429df01: Pulling fs layer [2021-03-25T10:14:02.270Z] 4e4be7b47b0d: Pulling fs layer [2021-03-25T10:14:02.270Z] e1f770b5df2f: Pulling fs layer [2021-03-25T10:14:02.270Z] 85a0685a4137: Pulling fs layer [2021-03-25T10:14:02.270Z] e1f770b5df2f: Waiting [2021-03-25T10:14:02.270Z] 85a0685a4137: Waiting [2021-03-25T10:14:02.270Z] 0d57e429df01: Verifying Checksum [2021-03-25T10:14:02.270Z] 4e4be7b47b0d: Verifying Checksum [2021-03-25T10:14:02.270Z] 4e4be7b47b0d: Download complete [2021-03-25T10:14:02.270Z] 0d57e429df01: Download complete [2021-03-25T10:14:04.826Z] e1f770b5df2f: Verifying Checksum [2021-03-25T10:14:04.826Z] e1f770b5df2f: Download complete [2021-03-25T10:14:07.386Z] 85a0685a4137: Verifying Checksum [2021-03-25T10:14:07.386Z] 85a0685a4137: Download complete [2021-03-25T10:14:07.386Z] 0eba1c9be4d2: Verifying Checksum [2021-03-25T10:14:07.386Z] 0eba1c9be4d2: Download complete [2021-03-25T10:14:14.018Z] 0eba1c9be4d2: Pull complete [2021-03-25T10:14:14.018Z] 0d57e429df01: Pull complete [2021-03-25T10:14:14.018Z] 4e4be7b47b0d: Pull complete [2021-03-25T10:14:16.803Z] e1f770b5df2f: Pull complete [2021-03-25T10:14:26.837Z] 85a0685a4137: Pull complete [2021-03-25T10:14:26.837Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-25T10:14:26.837Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-25T10:14:26.837Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-25T10:14:27.092Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T10:14:27.220Z] $ 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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T10:14:28.846Z] $ docker top cf04178dc6cb129571e97de3e5d6be25d4041511f9f8b1316c982029e9e7eeb4 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-25T10:14:29.373Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-25T10:14:29.669Z] + set -o pipefail [2021-03-25T10:14:29.669Z] + snyk monitor '--org=edgex-jenkins' [2021-03-25T10:14:44.615Z] [2021-03-25T10:14:44.615Z] Monitoring /w/workspace/edgex-go/412 (github.com/edgexfoundry/edgex-go)... [2021-03-25T10:14:44.615Z] [2021-03-25T10:14:44.615Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/839b6b69-f4f4-4e32-9355-f295c66872d8 [2021-03-25T10:14:44.615Z] [2021-03-25T10:14:44.615Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-25T10:14:44.615Z] [2021-03-25T10:14:44.615Z] [Pipeline] } [2021-03-25T10:14:44.633Z] $ docker stop --time=1 cf04178dc6cb129571e97de3e5d6be25d4041511f9f8b1316c982029e9e7eeb4 [2021-03-25T10:14:47.963Z] $ docker rm -f cf04178dc6cb129571e97de3e5d6be25d4041511f9f8b1316c982029e9e7eeb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-25T10:14:49.733Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T10:14:49.836Z] provisioning config files... [2021-03-25T10:14:49.848Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/412@tmp/config8651708538451219880tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:14:50.366Z] --> edgex-publish-swagger.sh [2021-03-25T10:14:50.366Z] === Publish openapi/v1 API === [2021-03-25T10:14:50.366Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-25T10:14:50.366Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/412/openapi/v1/core-command.yaml] [2021-03-25T10:14:50.366Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:14:50.366Z] Dload Upload Total Spent Left Speed [2021-03-25T10:14:52.018Z] 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 7299 0:00:01 0:00:01 --:--:-- 7301 100 10522 0 0 100 10522 0 6413 0:00:01 0:00:01 --:--:-- 6415 [2021-03-25T10:14:52.018Z] [2021-03-25T10:14:52.018Z] [2021-03-25T10:14:52.018Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/412/openapi/v1/core-data.yaml] [2021-03-25T10:14:52.018Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:14:52.018Z] Dload Upload Total Spent Left Speed [2021-03-25T10:14:53.431Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 23785 0:00:01 0:00:01 --:--:-- 23798 100 32557 0 0 100 32557 0 21782 0:00:01 0:00:01 --:--:-- 21791 [2021-03-25T10:14:53.431Z] [2021-03-25T10:14:53.431Z] [2021-03-25T10:14:53.431Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/412/openapi/v1/core-metadata.yaml] [2021-03-25T10:14:53.431Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:14:53.431Z] Dload Upload Total Spent Left Speed [2021-03-25T10:14:55.088Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 54760 0:00:01 0:00:01 --:--:-- 54729 100 73721 0 0 100 73721 0 44392 0:00:01 0:00:01 --:--:-- 44383 [2021-03-25T10:14:55.088Z] [2021-03-25T10:14:55.088Z] [2021-03-25T10:14:55.088Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/412/openapi/v1/support-logging.yaml] [2021-03-25T10:14:55.088Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:14:55.088Z] Dload Upload Total Spent Left Speed [2021-03-25T10:14:56.743Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 9931 0:00:01 0:00:01 --:--:-- 9934 100 13581 0 0 100 13581 0 8656 0:00:01 0:00:01 --:--:-- 8655 100 13581 0 0 100 13581 0 8654 0:00:01 0:00:01 --:--:-- 8655 [2021-03-25T10:14:56.743Z] [2021-03-25T10:14:56.743Z] [2021-03-25T10:14:56.743Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/412/openapi/v1/support-notifications.yaml] [2021-03-25T10:14:56.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:14:56.743Z] Dload Upload Total Spent Left Speed [2021-03-25T10:14:58.396Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 28674 0:00:01 0:00:01 --:--:-- 28679 100 38890 0 0 100 38890 0 24115 0:00:01 0:00:01 --:--:-- 24125 [2021-03-25T10:14:58.396Z] [2021-03-25T10:14:58.396Z] [2021-03-25T10:14:58.396Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/412/openapi/v1/support-scheduler.yaml] [2021-03-25T10:14:58.396Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:14:58.396Z] Dload Upload Total Spent Left Speed [2021-03-25T10:15:00.182Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 10472 0:00:01 0:00:01 --:--:-- 10469 100 14249 0 0 100 14249 0 7385 0:00:01 0:00:01 --:--:-- 7382 [2021-03-25T10:15:00.182Z] [2021-03-25T10:15:00.182Z] [2021-03-25T10:15:00.182Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/412/openapi/v1/system-agent.yaml] [2021-03-25T10:15:00.182Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:15:00.182Z] Dload Upload Total Spent Left Speed [2021-03-25T10:15:02.665Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3023 0:00:01 0:00:01 --:--:-- 3022 100 4110 0 0 100 4110 0 1931 0:00:02 0:00:02 --:--:-- 1932 [2021-03-25T10:15:02.665Z] [2021-03-25T10:15:02.665Z] [2021-03-25T10:15:02.665Z] === Publish openapi/v2 API === [2021-03-25T10:15:02.665Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-25T10:15:02.665Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/412/openapi/v2/core-command.yaml] [2021-03-25T10:15:02.665Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:15:02.665Z] Dload Upload Total Spent Left Speed [2021-03-25T10:15:04.056Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 21821 0:00:01 0:00:01 --:--:-- 21822 100 29744 0 0 100 29744 0 19913 0:00:01 0:00:01 --:--:-- 19908 [2021-03-25T10:15:04.056Z] [2021-03-25T10:15:04.056Z] [2021-03-25T10:15:04.056Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/412/openapi/v2/core-data.yaml] [2021-03-25T10:15:04.056Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:15:04.056Z] Dload Upload Total Spent Left Speed [2021-03-25T10:15:05.450Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57287 0 0 100 57287 0 41638 0:00:01 0:00:01 --:--:-- 41663 100 57287 0 0 100 57287 0 39565 0:00:01 0:00:01 --:--:-- 39590 [2021-03-25T10:15:05.450Z] [2021-03-25T10:15:05.450Z] [2021-03-25T10:15:05.450Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/412/openapi/v2/core-metadata.yaml] [2021-03-25T10:15:05.450Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:15:05.450Z] Dload Upload Total Spent Left Speed [2021-03-25T10:15:07.108Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 86652 0:00:01 0:00:01 --:--:-- 86661 100 116k 0 0 100 116k 0 83437 0:00:01 0:00:01 --:--:-- 83437 [2021-03-25T10:15:07.108Z] [2021-03-25T10:15:07.108Z] [2021-03-25T10:15:07.108Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/412/openapi/v2/support-notifications.yaml] [2021-03-25T10:15:07.108Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:15:07.108Z] Dload Upload Total Spent Left Speed [2021-03-25T10:15:08.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 76131 0 0 100 76131 0 55896 0:00:01 0:00:01 --:--:-- 55937 100 76131 0 0 100 76131 0 47588 0:00:01 0:00:01 --:--:-- 47611 [2021-03-25T10:15:08.505Z] [2021-03-25T10:15:08.505Z] [2021-03-25T10:15:08.505Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/412/openapi/v2/support-scheduler.yaml] [2021-03-25T10:15:08.505Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:15:08.505Z] Dload Upload Total Spent Left Speed [2021-03-25T10:15:09.982Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37472 0 0 100 37472 0 27269 0:00:01 0:00:01 --:--:-- 27272 100 37472 0 0 100 37472 0 25475 0:00:01 0:00:01 --:--:-- 25473 [2021-03-25T10:15:09.982Z] [2021-03-25T10:15:09.982Z] [2021-03-25T10:15:09.982Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/412/openapi/v2/system-agent.yaml] [2021-03-25T10:15:09.982Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-25T10:15:09.982Z] Dload Upload Total Spent Left Speed [2021-03-25T10:15:11.383Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 17308 0:00:01 0:00:01 --:--:-- 17322 100 24182 0 0 100 24182 0 15892 0:00:01 0:00:01 --:--:-- 15898 [2021-03-25T10:15:11.383Z] [2021-03-25T10:15:11.383Z] [Pipeline] } [2021-03-25T10:15:11.394Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:15:12.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T10:15:12.735Z] . [Pipeline] withDockerContainer [2021-03-25T10:15:12.845Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T10:15:12.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T10:15:13.857Z] $ docker top 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T10:15:14.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T10:15:14.455Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T10:15:14.710Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T10:15:14.714Z] $ docker exec 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf ssh-agent [2021-03-25T10:15:14.910Z] SSH_AUTH_SOCK=/tmp/ssh-uOoZ44ef11NC/agent.12 [2021-03-25T10:15:14.910Z] SSH_AGENT_PID=17 [2021-03-25T10:15:14.919Z] Running ssh-add (command line suppressed) [2021-03-25T10:15:15.066Z] Identity added: /w/workspace/edgex-go/412@tmp/private_key_5086982337996732555.key (/w/workspace/edgex-go/412@tmp/private_key_5086982337996732555.key) [2021-03-25T10:15:15.138Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T10:15:15.525Z] + git semver tag [2021-03-25T10:15:16.099Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T10:15:16.099Z] # $GIT_DIR = /w/workspace/edgex-go/412/.git [2021-03-25T10:15:16.099Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/412 [2021-03-25T10:15:16.099Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T10:15:16.099Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T10:15:16.099Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T10:15:16.099Z] # $SEMVER_BRANCH = master [2021-03-25T10:15:16.099Z] # $SEMVER_DIR = /w/workspace/edgex-go/412/.semver [2021-03-25T10:15:16.099Z] # ebfae9bf1c69030f223d824c55fa5330fb79db8d HEAD [2021-03-25T10:15:16.672Z] # -> Force: false [2021-03-25T10:15:16.672Z] # 8b72c1878f8b01ab363bc0bfe1d714f0d28b9c40 refs/tags/v2.0.0-dev.144 [Pipeline] } [2021-03-25T10:15:16.687Z] $ docker exec --env ******** --env ******** 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf ssh-agent -k [2021-03-25T10:15:16.834Z] unset SSH_AUTH_SOCK; [2021-03-25T10:15:16.834Z] unset SSH_AGENT_PID; [2021-03-25T10:15:16.834Z] echo Agent pid 17 killed; [2021-03-25T10:15:16.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T10:15:17.710Z] + git semver [Pipeline] } [2021-03-25T10:15:17.728Z] $ docker stop --time=1 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf [2021-03-25T10:15:19.123Z] $ docker rm -f 49c3c6144e3a1ae78735b9cf25e56efc1a8cadff1d018129b3718edf15b239cf [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:15:19.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T10:15:19.954Z] [2021-03-25T10:15:19.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:15:20.433Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T10:15:20.433Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-25T10:15:20.433Z] ab5ef0e58194: Pulling fs layer [2021-03-25T10:15:20.433Z] 9712f1f96733: Pulling fs layer [2021-03-25T10:15:20.433Z] 63f879dbbcfc: Pulling fs layer [2021-03-25T10:15:20.433Z] 0d9ebad4ef96: Pulling fs layer [2021-03-25T10:15:20.433Z] e9a5061849ea: Pulling fs layer [2021-03-25T10:15:20.433Z] d747dcd14b5f: Pulling fs layer [2021-03-25T10:15:20.433Z] 2de7ff778b66: Pulling fs layer [2021-03-25T10:15:20.433Z] e9a5061849ea: Waiting [2021-03-25T10:15:20.433Z] d747dcd14b5f: Waiting [2021-03-25T10:15:20.433Z] 2de7ff778b66: Waiting [2021-03-25T10:15:20.433Z] 0d9ebad4ef96: Waiting [2021-03-25T10:15:20.433Z] 9712f1f96733: Verifying Checksum [2021-03-25T10:15:20.433Z] 9712f1f96733: Download complete [2021-03-25T10:15:22.373Z] 63f879dbbcfc: Verifying Checksum [2021-03-25T10:15:22.374Z] 63f879dbbcfc: Download complete [2021-03-25T10:15:22.374Z] e9a5061849ea: Verifying Checksum [2021-03-25T10:15:22.374Z] e9a5061849ea: Download complete [2021-03-25T10:15:22.374Z] d747dcd14b5f: Verifying Checksum [2021-03-25T10:15:22.374Z] d747dcd14b5f: Download complete [2021-03-25T10:15:24.296Z] 2de7ff778b66: Verifying Checksum [2021-03-25T10:15:24.296Z] 2de7ff778b66: Download complete [2021-03-25T10:15:24.296Z] 0d9ebad4ef96: Verifying Checksum [2021-03-25T10:15:24.296Z] 0d9ebad4ef96: Download complete [2021-03-25T10:15:24.623Z] ab5ef0e58194: Verifying Checksum [2021-03-25T10:15:24.623Z] ab5ef0e58194: Download complete [2021-03-25T10:15:30.022Z] ab5ef0e58194: Pull complete [2021-03-25T10:15:30.022Z] 9712f1f96733: Pull complete [2021-03-25T10:15:33.346Z] 63f879dbbcfc: Pull complete [2021-03-25T10:15:40.020Z] 0d9ebad4ef96: Pull complete [2021-03-25T10:15:41.942Z] e9a5061849ea: Pull complete [2021-03-25T10:15:42.205Z] d747dcd14b5f: Pull complete [2021-03-25T10:15:44.793Z] 2de7ff778b66: Pull complete [2021-03-25T10:15:44.793Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-25T10:15:44.793Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-25T10:15:44.793Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-25T10:15:44.989Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T10:15:45.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T10:15:48.997Z] $ docker top 9ad9e910cb52724cd82c15cc20bc5131da9c22e1fab50681e953f23b89cf0705 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-25T10:15:49.349Z] provisioning config files... [2021-03-25T10:15:49.361Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/412@tmp/config7588400852059426384tmp [2021-03-25T10:15:49.378Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/412@tmp/config6887211222074922543tmp [2021-03-25T10:15:49.402Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/412@tmp/config5706592738075033564tmp [Pipeline] { [Pipeline] echo [2021-03-25T10:15:49.541Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:15:49.845Z] ---> sigul-configuration.sh [2021-03-25T10:15:49.845Z] gpg: directory `/root/.gnupg' created [2021-03-25T10:15:49.845Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-25T10:15:49.845Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-25T10:15:49.845Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-25T10:15:49.845Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-25T10:15:49.845Z] gpg: CAST5 encrypted data [2021-03-25T10:15:50.110Z] gpg: encrypted with 1 passphrase [2021-03-25T10:15:50.110Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-25T10:15:50.415Z] + mkdir /home/jenkins [2021-03-25T10:15:50.415Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-25T10:15:50.719Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-25T10:15:50.730Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:15:51.027Z] ---> sigul-install.sh [2021-03-25T10:15:57.640Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-25T10:15:57.945Z] + git tag --list [2021-03-25T10:15:57.945Z] 0.6.0 [2021-03-25T10:15:57.945Z] 0.6.1 [2021-03-25T10:15:57.945Z] 0.7.0 [2021-03-25T10:15:57.945Z] 0.7.1 [2021-03-25T10:15:57.945Z] v0.0.0 [2021-03-25T10:15:57.945Z] v0.0.1-dev.1 [2021-03-25T10:15:57.945Z] v1.0.0 [2021-03-25T10:15:57.945Z] v1.0.1 [2021-03-25T10:15:57.945Z] v1.1.0 [2021-03-25T10:15:57.945Z] v1.2.0 [2021-03-25T10:15:57.945Z] v1.2.1 [2021-03-25T10:15:57.945Z] v1.2.2-dev.1 [2021-03-25T10:15:57.945Z] v1.2.2-dev.10 [2021-03-25T10:15:57.945Z] v1.2.2-dev.100 [2021-03-25T10:15:57.945Z] v1.2.2-dev.101 [2021-03-25T10:15:57.945Z] v1.2.2-dev.102 [2021-03-25T10:15:57.945Z] v1.2.2-dev.103 [2021-03-25T10:15:57.945Z] v1.2.2-dev.104 [2021-03-25T10:15:57.945Z] v1.2.2-dev.105 [2021-03-25T10:15:57.945Z] v1.2.2-dev.106 [2021-03-25T10:15:57.945Z] v1.2.2-dev.107 [2021-03-25T10:15:57.945Z] v1.2.2-dev.11 [2021-03-25T10:15:57.945Z] v1.2.2-dev.12 [2021-03-25T10:15:57.945Z] v1.2.2-dev.13 [2021-03-25T10:15:57.945Z] v1.2.2-dev.14 [2021-03-25T10:15:57.945Z] v1.2.2-dev.15 [2021-03-25T10:15:57.945Z] v1.2.2-dev.16 [2021-03-25T10:15:57.945Z] v1.2.2-dev.17 [2021-03-25T10:15:57.945Z] v1.2.2-dev.18 [2021-03-25T10:15:57.945Z] v1.2.2-dev.19 [2021-03-25T10:15:57.945Z] v1.2.2-dev.2 [2021-03-25T10:15:57.945Z] v1.2.2-dev.20 [2021-03-25T10:15:57.945Z] v1.2.2-dev.21 [2021-03-25T10:15:57.945Z] v1.2.2-dev.22 [2021-03-25T10:15:57.945Z] v1.2.2-dev.23 [2021-03-25T10:15:57.945Z] v1.2.2-dev.24 [2021-03-25T10:15:57.945Z] v1.2.2-dev.25 [2021-03-25T10:15:57.945Z] v1.2.2-dev.26 [2021-03-25T10:15:57.945Z] v1.2.2-dev.27 [2021-03-25T10:15:57.945Z] v1.2.2-dev.28 [2021-03-25T10:15:57.945Z] v1.2.2-dev.29 [2021-03-25T10:15:57.945Z] v1.2.2-dev.3 [2021-03-25T10:15:57.945Z] v1.2.2-dev.30 [2021-03-25T10:15:57.945Z] v1.2.2-dev.31 [2021-03-25T10:15:57.945Z] v1.2.2-dev.32 [2021-03-25T10:15:57.945Z] v1.2.2-dev.33 [2021-03-25T10:15:57.945Z] v1.2.2-dev.34 [2021-03-25T10:15:57.945Z] v1.2.2-dev.35 [2021-03-25T10:15:57.945Z] v1.2.2-dev.36 [2021-03-25T10:15:57.945Z] v1.2.2-dev.37 [2021-03-25T10:15:57.945Z] v1.2.2-dev.38 [2021-03-25T10:15:57.945Z] v1.2.2-dev.39 [2021-03-25T10:15:57.945Z] v1.2.2-dev.4 [2021-03-25T10:15:57.945Z] v1.2.2-dev.40 [2021-03-25T10:15:57.945Z] v1.2.2-dev.41 [2021-03-25T10:15:57.945Z] v1.2.2-dev.42 [2021-03-25T10:15:57.945Z] v1.2.2-dev.43 [2021-03-25T10:15:57.945Z] v1.2.2-dev.44 [2021-03-25T10:15:57.945Z] v1.2.2-dev.45 [2021-03-25T10:15:57.945Z] v1.2.2-dev.46 [2021-03-25T10:15:57.945Z] v1.2.2-dev.47 [2021-03-25T10:15:57.945Z] v1.2.2-dev.48 [2021-03-25T10:15:57.945Z] v1.2.2-dev.49 [2021-03-25T10:15:57.945Z] v1.2.2-dev.5 [2021-03-25T10:15:57.945Z] v1.2.2-dev.50 [2021-03-25T10:15:57.945Z] v1.2.2-dev.51 [2021-03-25T10:15:57.945Z] v1.2.2-dev.52 [2021-03-25T10:15:57.945Z] v1.2.2-dev.53 [2021-03-25T10:15:57.945Z] v1.2.2-dev.54 [2021-03-25T10:15:57.945Z] v1.2.2-dev.55 [2021-03-25T10:15:57.945Z] v1.2.2-dev.56 [2021-03-25T10:15:57.945Z] v1.2.2-dev.57 [2021-03-25T10:15:57.945Z] v1.2.2-dev.58 [2021-03-25T10:15:57.945Z] v1.2.2-dev.59 [2021-03-25T10:15:57.945Z] v1.2.2-dev.6 [2021-03-25T10:15:57.945Z] v1.2.2-dev.60 [2021-03-25T10:15:57.945Z] v1.2.2-dev.61 [2021-03-25T10:15:57.945Z] v1.2.2-dev.62 [2021-03-25T10:15:57.945Z] v1.2.2-dev.63 [2021-03-25T10:15:57.945Z] v1.2.2-dev.64 [2021-03-25T10:15:57.945Z] v1.2.2-dev.65 [2021-03-25T10:15:57.945Z] v1.2.2-dev.66 [2021-03-25T10:15:57.945Z] v1.2.2-dev.67 [2021-03-25T10:15:57.945Z] v1.2.2-dev.68 [2021-03-25T10:15:57.945Z] v1.2.2-dev.69 [2021-03-25T10:15:57.945Z] v1.2.2-dev.7 [2021-03-25T10:15:57.945Z] v1.2.2-dev.70 [2021-03-25T10:15:57.945Z] v1.2.2-dev.71 [2021-03-25T10:15:57.945Z] v1.2.2-dev.72 [2021-03-25T10:15:57.945Z] v1.2.2-dev.73 [2021-03-25T10:15:57.945Z] v1.2.2-dev.74 [2021-03-25T10:15:57.945Z] v1.2.2-dev.75 [2021-03-25T10:15:57.945Z] v1.2.2-dev.76 [2021-03-25T10:15:57.945Z] v1.2.2-dev.77 [2021-03-25T10:15:57.945Z] v1.2.2-dev.78 [2021-03-25T10:15:57.946Z] v1.2.2-dev.79 [2021-03-25T10:15:57.946Z] v1.2.2-dev.8 [2021-03-25T10:15:57.946Z] v1.2.2-dev.80 [2021-03-25T10:15:57.946Z] v1.2.2-dev.81 [2021-03-25T10:15:57.946Z] v1.2.2-dev.82 [2021-03-25T10:15:57.946Z] v1.2.2-dev.83 [2021-03-25T10:15:57.946Z] v1.2.2-dev.84 [2021-03-25T10:15:57.946Z] v1.2.2-dev.85 [2021-03-25T10:15:57.946Z] v1.2.2-dev.86 [2021-03-25T10:15:57.946Z] v1.2.2-dev.87 [2021-03-25T10:15:57.946Z] v1.2.2-dev.88 [2021-03-25T10:15:57.946Z] v1.2.2-dev.89 [2021-03-25T10:15:57.946Z] v1.2.2-dev.9 [2021-03-25T10:15:57.946Z] v1.2.2-dev.90 [2021-03-25T10:15:57.946Z] v1.2.2-dev.91 [2021-03-25T10:15:57.946Z] v1.2.2-dev.92 [2021-03-25T10:15:57.946Z] v1.2.2-dev.93 [2021-03-25T10:15:57.946Z] v1.2.2-dev.94 [2021-03-25T10:15:57.946Z] v1.2.2-dev.95 [2021-03-25T10:15:57.946Z] v1.2.2-dev.96 [2021-03-25T10:15:57.946Z] v1.2.2-dev.97 [2021-03-25T10:15:57.946Z] v1.2.2-dev.98 [2021-03-25T10:15:57.946Z] v1.2.2-dev.99 [2021-03-25T10:15:57.946Z] v1.3.0 [2021-03-25T10:15:57.946Z] v1.3.1 [2021-03-25T10:15:57.946Z] v1.3.1-dev.1 [2021-03-25T10:15:57.946Z] v1.3.1-dev.10 [2021-03-25T10:15:57.946Z] v1.3.1-dev.11 [2021-03-25T10:15:57.946Z] v1.3.1-dev.12 [2021-03-25T10:15:57.946Z] v1.3.1-dev.13 [2021-03-25T10:15:57.946Z] v1.3.1-dev.14 [2021-03-25T10:15:57.946Z] v1.3.1-dev.15 [2021-03-25T10:15:57.946Z] v1.3.1-dev.16 [2021-03-25T10:15:57.946Z] v1.3.1-dev.17 [2021-03-25T10:15:57.946Z] v1.3.1-dev.18 [2021-03-25T10:15:57.946Z] v1.3.1-dev.2 [2021-03-25T10:15:57.946Z] v1.3.1-dev.3 [2021-03-25T10:15:57.946Z] v1.3.1-dev.4 [2021-03-25T10:15:57.946Z] v1.3.1-dev.5 [2021-03-25T10:15:57.946Z] v1.3.1-dev.6 [2021-03-25T10:15:57.946Z] v1.3.1-dev.7 [2021-03-25T10:15:57.946Z] v1.3.1-dev.8 [2021-03-25T10:15:57.946Z] v1.3.1-dev.9 [2021-03-25T10:15:57.946Z] v2.0.0-dev.1 [2021-03-25T10:15:57.946Z] v2.0.0-dev.10 [2021-03-25T10:15:57.946Z] v2.0.0-dev.100 [2021-03-25T10:15:57.946Z] v2.0.0-dev.101 [2021-03-25T10:15:57.946Z] v2.0.0-dev.102 [2021-03-25T10:15:57.946Z] v2.0.0-dev.103 [2021-03-25T10:15:57.946Z] v2.0.0-dev.104 [2021-03-25T10:15:57.946Z] v2.0.0-dev.105 [2021-03-25T10:15:57.946Z] v2.0.0-dev.106 [2021-03-25T10:15:57.946Z] v2.0.0-dev.107 [2021-03-25T10:15:57.946Z] v2.0.0-dev.108 [2021-03-25T10:15:57.946Z] v2.0.0-dev.109 [2021-03-25T10:15:57.946Z] v2.0.0-dev.11 [2021-03-25T10:15:57.946Z] v2.0.0-dev.110 [2021-03-25T10:15:57.946Z] v2.0.0-dev.111 [2021-03-25T10:15:57.946Z] v2.0.0-dev.112 [2021-03-25T10:15:57.946Z] v2.0.0-dev.113 [2021-03-25T10:15:57.946Z] v2.0.0-dev.114 [2021-03-25T10:15:57.946Z] v2.0.0-dev.115 [2021-03-25T10:15:57.946Z] v2.0.0-dev.116 [2021-03-25T10:15:57.946Z] v2.0.0-dev.117 [2021-03-25T10:15:57.946Z] v2.0.0-dev.118 [2021-03-25T10:15:57.946Z] v2.0.0-dev.119 [2021-03-25T10:15:57.946Z] v2.0.0-dev.12 [2021-03-25T10:15:57.946Z] v2.0.0-dev.120 [2021-03-25T10:15:57.946Z] v2.0.0-dev.121 [2021-03-25T10:15:57.946Z] v2.0.0-dev.122 [2021-03-25T10:15:57.946Z] v2.0.0-dev.123 [2021-03-25T10:15:57.946Z] v2.0.0-dev.124 [2021-03-25T10:15:57.946Z] v2.0.0-dev.125 [2021-03-25T10:15:57.946Z] v2.0.0-dev.126 [2021-03-25T10:15:57.946Z] v2.0.0-dev.127 [2021-03-25T10:15:57.946Z] v2.0.0-dev.128 [2021-03-25T10:15:57.946Z] v2.0.0-dev.129 [2021-03-25T10:15:57.946Z] v2.0.0-dev.13 [2021-03-25T10:15:57.946Z] v2.0.0-dev.130 [2021-03-25T10:15:57.946Z] v2.0.0-dev.131 [2021-03-25T10:15:57.946Z] v2.0.0-dev.132 [2021-03-25T10:15:57.946Z] v2.0.0-dev.133 [2021-03-25T10:15:57.946Z] v2.0.0-dev.134 [2021-03-25T10:15:57.946Z] v2.0.0-dev.135 [2021-03-25T10:15:57.946Z] v2.0.0-dev.136 [2021-03-25T10:15:57.946Z] v2.0.0-dev.137 [2021-03-25T10:15:57.946Z] v2.0.0-dev.138 [2021-03-25T10:15:57.946Z] v2.0.0-dev.139 [2021-03-25T10:15:57.946Z] v2.0.0-dev.14 [2021-03-25T10:15:57.946Z] v2.0.0-dev.140 [2021-03-25T10:15:57.946Z] v2.0.0-dev.141 [2021-03-25T10:15:57.946Z] v2.0.0-dev.142 [2021-03-25T10:15:57.946Z] v2.0.0-dev.143 [2021-03-25T10:15:57.946Z] v2.0.0-dev.144 [2021-03-25T10:15:57.946Z] v2.0.0-dev.15 [2021-03-25T10:15:57.946Z] v2.0.0-dev.16 [2021-03-25T10:15:57.946Z] v2.0.0-dev.17 [2021-03-25T10:15:57.946Z] v2.0.0-dev.18 [2021-03-25T10:15:57.946Z] v2.0.0-dev.19 [2021-03-25T10:15:57.946Z] v2.0.0-dev.2 [2021-03-25T10:15:57.946Z] v2.0.0-dev.20 [2021-03-25T10:15:57.946Z] v2.0.0-dev.21 [2021-03-25T10:15:57.946Z] v2.0.0-dev.22 [2021-03-25T10:15:57.946Z] v2.0.0-dev.23 [2021-03-25T10:15:57.946Z] v2.0.0-dev.24 [2021-03-25T10:15:57.946Z] v2.0.0-dev.25 [2021-03-25T10:15:57.946Z] v2.0.0-dev.26 [2021-03-25T10:15:57.946Z] v2.0.0-dev.27 [2021-03-25T10:15:57.946Z] v2.0.0-dev.28 [2021-03-25T10:15:57.946Z] v2.0.0-dev.29 [2021-03-25T10:15:57.946Z] v2.0.0-dev.3 [2021-03-25T10:15:57.946Z] v2.0.0-dev.30 [2021-03-25T10:15:57.946Z] v2.0.0-dev.31 [2021-03-25T10:15:57.946Z] v2.0.0-dev.32 [2021-03-25T10:15:57.946Z] v2.0.0-dev.33 [2021-03-25T10:15:57.946Z] v2.0.0-dev.34 [2021-03-25T10:15:57.946Z] v2.0.0-dev.35 [2021-03-25T10:15:57.946Z] v2.0.0-dev.36 [2021-03-25T10:15:57.946Z] v2.0.0-dev.37 [2021-03-25T10:15:57.946Z] v2.0.0-dev.38 [2021-03-25T10:15:57.946Z] v2.0.0-dev.39 [2021-03-25T10:15:57.946Z] v2.0.0-dev.4 [2021-03-25T10:15:57.946Z] v2.0.0-dev.40 [2021-03-25T10:15:57.946Z] v2.0.0-dev.41 [2021-03-25T10:15:57.946Z] v2.0.0-dev.42 [2021-03-25T10:15:57.946Z] v2.0.0-dev.43 [2021-03-25T10:15:57.946Z] v2.0.0-dev.44 [2021-03-25T10:15:57.946Z] v2.0.0-dev.45 [2021-03-25T10:15:57.946Z] v2.0.0-dev.46 [2021-03-25T10:15:57.946Z] v2.0.0-dev.47 [2021-03-25T10:15:57.946Z] v2.0.0-dev.48 [2021-03-25T10:15:57.946Z] v2.0.0-dev.49 [2021-03-25T10:15:57.946Z] v2.0.0-dev.5 [2021-03-25T10:15:57.946Z] v2.0.0-dev.50 [2021-03-25T10:15:57.946Z] v2.0.0-dev.51 [2021-03-25T10:15:57.946Z] v2.0.0-dev.52 [2021-03-25T10:15:57.946Z] v2.0.0-dev.53 [2021-03-25T10:15:57.946Z] v2.0.0-dev.54 [2021-03-25T10:15:57.946Z] v2.0.0-dev.55 [2021-03-25T10:15:57.946Z] v2.0.0-dev.56 [2021-03-25T10:15:57.946Z] v2.0.0-dev.57 [2021-03-25T10:15:57.946Z] v2.0.0-dev.58 [2021-03-25T10:15:57.946Z] v2.0.0-dev.59 [2021-03-25T10:15:57.946Z] v2.0.0-dev.6 [2021-03-25T10:15:57.946Z] v2.0.0-dev.60 [2021-03-25T10:15:57.946Z] v2.0.0-dev.61 [2021-03-25T10:15:57.946Z] v2.0.0-dev.62 [2021-03-25T10:15:57.946Z] v2.0.0-dev.63 [2021-03-25T10:15:57.946Z] v2.0.0-dev.64 [2021-03-25T10:15:57.946Z] v2.0.0-dev.65 [2021-03-25T10:15:57.946Z] v2.0.0-dev.66 [2021-03-25T10:15:57.946Z] v2.0.0-dev.67 [2021-03-25T10:15:57.946Z] v2.0.0-dev.68 [2021-03-25T10:15:57.946Z] v2.0.0-dev.69 [2021-03-25T10:15:57.946Z] v2.0.0-dev.7 [2021-03-25T10:15:57.946Z] v2.0.0-dev.70 [2021-03-25T10:15:57.946Z] v2.0.0-dev.71 [2021-03-25T10:15:57.946Z] v2.0.0-dev.72 [2021-03-25T10:15:57.946Z] v2.0.0-dev.73 [2021-03-25T10:15:57.946Z] v2.0.0-dev.74 [2021-03-25T10:15:57.946Z] v2.0.0-dev.75 [2021-03-25T10:15:57.946Z] v2.0.0-dev.76 [2021-03-25T10:15:57.946Z] v2.0.0-dev.77 [2021-03-25T10:15:57.946Z] v2.0.0-dev.78 [2021-03-25T10:15:57.946Z] v2.0.0-dev.79 [2021-03-25T10:15:57.946Z] v2.0.0-dev.8 [2021-03-25T10:15:57.946Z] v2.0.0-dev.80 [2021-03-25T10:15:57.946Z] v2.0.0-dev.81 [2021-03-25T10:15:57.946Z] v2.0.0-dev.82 [2021-03-25T10:15:57.946Z] v2.0.0-dev.83 [2021-03-25T10:15:57.946Z] v2.0.0-dev.84 [2021-03-25T10:15:57.946Z] v2.0.0-dev.85 [2021-03-25T10:15:57.946Z] v2.0.0-dev.86 [2021-03-25T10:15:57.946Z] v2.0.0-dev.87 [2021-03-25T10:15:57.946Z] v2.0.0-dev.88 [2021-03-25T10:15:57.946Z] v2.0.0-dev.89 [2021-03-25T10:15:57.946Z] v2.0.0-dev.9 [2021-03-25T10:15:57.946Z] v2.0.0-dev.90 [2021-03-25T10:15:57.946Z] v2.0.0-dev.91 [2021-03-25T10:15:57.946Z] v2.0.0-dev.92 [2021-03-25T10:15:57.946Z] v2.0.0-dev.93 [2021-03-25T10:15:57.946Z] v2.0.0-dev.94 [2021-03-25T10:15:57.946Z] v2.0.0-dev.95 [2021-03-25T10:15:57.946Z] v2.0.0-dev.96 [2021-03-25T10:15:57.946Z] v2.0.0-dev.97 [2021-03-25T10:15:57.946Z] v2.0.0-dev.98 [2021-03-25T10:15:57.946Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-25T10:15:58.258Z] + lftools sign git-tag v2.0.0-dev.144 [2021-03-25T10:15:59.652Z] Signing Git tag with Sigul... [2021-03-25T10:15:59.652Z] Signing v2.0.0-dev.144 [Pipeline] echo [2021-03-25T10:16:01.062Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:16:01.368Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-25T10:16:01.378Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-25T10:16:01.586Z] $ docker stop --time=1 9ad9e910cb52724cd82c15cc20bc5131da9c22e1fab50681e953f23b89cf0705 [2021-03-25T10:16:03.754Z] $ docker rm -f 9ad9e910cb52724cd82c15cc20bc5131da9c22e1fab50681e953f23b89cf0705 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:16:05.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T10:16:05.035Z] . [Pipeline] withDockerContainer [2021-03-25T10:16:05.148Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T10:16:05.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T10:16:06.179Z] $ docker top a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T10:16:06.681Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T10:16:06.681Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T10:16:06.893Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T10:16:06.896Z] $ docker exec a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd ssh-agent [2021-03-25T10:16:07.087Z] SSH_AUTH_SOCK=/tmp/ssh-Ou4YXpsrIvyA/agent.11 [2021-03-25T10:16:07.087Z] SSH_AGENT_PID=17 [2021-03-25T10:16:07.094Z] Running ssh-add (command line suppressed) [2021-03-25T10:16:07.235Z] Identity added: /w/workspace/edgex-go/412@tmp/private_key_7866909252759261378.key (/w/workspace/edgex-go/412@tmp/private_key_7866909252759261378.key) [2021-03-25T10:16:07.299Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T10:16:07.687Z] + git semver bump pre [2021-03-25T10:16:07.687Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T10:16:07.687Z] # $GIT_DIR = /w/workspace/edgex-go/412/.git [2021-03-25T10:16:07.687Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/412 [2021-03-25T10:16:07.687Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T10:16:07.687Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T10:16:07.687Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T10:16:07.687Z] # $SEMVER_BRANCH = master [2021-03-25T10:16:07.687Z] # $SEMVER_DIR = /w/workspace/edgex-go/412/.semver [2021-03-25T10:16:07.687Z] 2.0.0-dev.145 [Pipeline] } [2021-03-25T10:16:07.700Z] $ docker exec --env ******** --env ******** a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd ssh-agent -k [2021-03-25T10:16:07.834Z] unset SSH_AUTH_SOCK; [2021-03-25T10:16:07.834Z] unset SSH_AGENT_PID; [2021-03-25T10:16:07.834Z] echo Agent pid 17 killed; [2021-03-25T10:16:07.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T10:16:08.557Z] + git semver [Pipeline] } [2021-03-25T10:16:08.576Z] $ docker stop --time=1 a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd [2021-03-25T10:16:10.008Z] $ docker rm -f a0c9eff563d938f294ddf71bec4d97a8290088ca8c1fb26e6e5eb5c3d04ea7fd [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:16:10.772Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-25T10:16:10.772Z] . [Pipeline] withDockerContainer [2021-03-25T10:16:10.875Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T10:16:10.925Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T10:16:11.682Z] $ docker top 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-25T10:16:12.266Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-25T10:16:12.266Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-25T10:16:12.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-25T10:16:12.505Z] $ docker exec 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 ssh-agent [2021-03-25T10:16:12.700Z] SSH_AUTH_SOCK=/tmp/ssh-o09LDbxzQERE/agent.12 [2021-03-25T10:16:12.700Z] SSH_AGENT_PID=18 [2021-03-25T10:16:12.708Z] Running ssh-add (command line suppressed) [2021-03-25T10:16:12.864Z] Identity added: /w/workspace/edgex-go/412@tmp/private_key_6128494829008602859.key (/w/workspace/edgex-go/412@tmp/private_key_6128494829008602859.key) [2021-03-25T10:16:12.927Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-25T10:16:13.315Z] + git semver push [2021-03-25T10:16:13.315Z] # -> Open(): unable to determine branch for HEAD [2021-03-25T10:16:13.315Z] # $GIT_DIR = /w/workspace/edgex-go/412/.git [2021-03-25T10:16:13.315Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/412 [2021-03-25T10:16:13.315Z] # $SEMVER_REMOTE_NAME = origin [2021-03-25T10:16:13.315Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-25T10:16:13.315Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-25T10:16:13.315Z] # $SEMVER_BRANCH = master [2021-03-25T10:16:13.315Z] # $SEMVER_DIR = /w/workspace/edgex-go/412/.semver [Pipeline] } [2021-03-25T10:16:21.495Z] $ docker exec --env ******** --env ******** 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 ssh-agent -k [2021-03-25T10:16:21.701Z] unset SSH_AUTH_SOCK; [2021-03-25T10:16:21.702Z] unset SSH_AGENT_PID; [2021-03-25T10:16:21.702Z] echo Agent pid 18 killed; [2021-03-25T10:16:21.775Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-25T10:16:22.676Z] + git semver [Pipeline] } [2021-03-25T10:16:22.694Z] $ docker stop --time=1 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 [2021-03-25T10:16:24.137Z] $ docker rm -f 63a458002e6dbc11573e45e164983797c0140c546e1bb0c56933a94fa48f1bc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:16:25.836Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:16:26.715Z] ---> package-listing.sh [2021-03-25T10:16:26.715Z] ++ facter osfamily [2021-03-25T10:16:26.715Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-25T10:16:26.715Z] + OS_FAMILY=redhat [2021-03-25T10:16:26.715Z] + workspace=/w/workspace/edgex-go/412 [2021-03-25T10:16:26.715Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-25T10:16:26.715Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-25T10:16:26.715Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-25T10:16:26.715Z] + PACKAGES=/tmp/packages_start.txt [2021-03-25T10:16:26.715Z] + '[' /w/workspace/edgex-go/412 ']' [2021-03-25T10:16:26.715Z] + PACKAGES=/tmp/packages_end.txt [2021-03-25T10:16:26.715Z] + case "${OS_FAMILY}" in [2021-03-25T10:16:26.715Z] + rpm -qa [2021-03-25T10:16:26.715Z] + sort [2021-03-25T10:16:32.012Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-25T10:16:32.012Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-25T10:16:32.012Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-25T10:16:32.012Z] + '[' /w/workspace/edgex-go/412 ']' [2021-03-25T10:16:32.012Z] + mkdir -p /w/workspace/edgex-go/412/archives/ [2021-03-25T10:16:32.012Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/412/archives/ [Pipeline] echo [2021-03-25T10:16:32.026Z] 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/412/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-25T10:16:32.315Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:16:32.626Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T10:16:32.626Z] [2021-03-25T10:16:32.626Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-25T10:16:33.020Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T10:16:33.020Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-25T10:16:33.020Z] df20fa9351a1: Pulling fs layer [2021-03-25T10:16:33.020Z] 36b3adc4ff6f: Pulling fs layer [2021-03-25T10:16:33.020Z] 8ad3a11d3b57: Pulling fs layer [2021-03-25T10:16:33.020Z] 46f8f816bc3b: Pulling fs layer [2021-03-25T10:16:33.020Z] 93b61091891f: Pulling fs layer [2021-03-25T10:16:33.020Z] 93b9cdb0e59b: Pulling fs layer [2021-03-25T10:16:33.020Z] 5e14af77c1be: Pulling fs layer [2021-03-25T10:16:33.020Z] 01666e4c0597: Pulling fs layer [2021-03-25T10:16:33.020Z] aa168da1d23b: Pulling fs layer [2021-03-25T10:16:33.020Z] 46f8f816bc3b: Waiting [2021-03-25T10:16:33.020Z] 93b9cdb0e59b: Waiting [2021-03-25T10:16:33.020Z] 5e14af77c1be: Waiting [2021-03-25T10:16:33.020Z] 01666e4c0597: Waiting [2021-03-25T10:16:33.020Z] aa168da1d23b: Waiting [2021-03-25T10:16:33.020Z] 93b61091891f: Waiting [2021-03-25T10:16:33.020Z] 36b3adc4ff6f: Verifying Checksum [2021-03-25T10:16:33.020Z] 36b3adc4ff6f: Download complete [2021-03-25T10:16:33.020Z] 46f8f816bc3b: Verifying Checksum [2021-03-25T10:16:33.020Z] 46f8f816bc3b: Download complete [2021-03-25T10:16:33.020Z] df20fa9351a1: Verifying Checksum [2021-03-25T10:16:33.285Z] 93b9cdb0e59b: Verifying Checksum [2021-03-25T10:16:33.285Z] 93b9cdb0e59b: Download complete [2021-03-25T10:16:33.285Z] 5e14af77c1be: Verifying Checksum [2021-03-25T10:16:33.285Z] 5e14af77c1be: Download complete [2021-03-25T10:16:33.285Z] 93b61091891f: Verifying Checksum [2021-03-25T10:16:33.285Z] 93b61091891f: Download complete [2021-03-25T10:16:33.285Z] 01666e4c0597: Verifying Checksum [2021-03-25T10:16:33.285Z] 01666e4c0597: Download complete [2021-03-25T10:16:33.285Z] 8ad3a11d3b57: Verifying Checksum [2021-03-25T10:16:33.285Z] 8ad3a11d3b57: Download complete [2021-03-25T10:16:33.558Z] df20fa9351a1: Pull complete [2021-03-25T10:16:33.819Z] 36b3adc4ff6f: Pull complete [2021-03-25T10:16:35.211Z] aa168da1d23b: Verifying Checksum [2021-03-25T10:16:35.211Z] aa168da1d23b: Download complete [2021-03-25T10:16:35.785Z] 8ad3a11d3b57: Pull complete [2021-03-25T10:16:36.047Z] 46f8f816bc3b: Pull complete [2021-03-25T10:16:36.623Z] 93b61091891f: Pull complete [2021-03-25T10:16:36.623Z] 93b9cdb0e59b: Pull complete [2021-03-25T10:16:36.886Z] 5e14af77c1be: Pull complete [2021-03-25T10:16:36.886Z] 01666e4c0597: Pull complete [2021-03-25T10:16:43.525Z] aa168da1d23b: Pull complete [2021-03-25T10:16:43.525Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-25T10:16:43.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-25T10:16:43.525Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-25T10:16:43.691Z] prd-centos7-docker-4c-2g-31356 does not seem to be running inside a container [2021-03-25T10:16:43.746Z] $ 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/412/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/412 -v /w/workspace/edgex-go/412:/w/workspace/edgex-go/412:rw,z -v /w/workspace/edgex-go/412@tmp:/w/workspace/edgex-go/412@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-03-25T10:16:47.341Z] $ docker top 80908d055b76edb6c48a7100a1aac3d05d961a6dd9ea983f8b56f28d33296f92 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-25T10:16:47.960Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-25T10:16:48.263Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-25T10:16:48.558Z] + ls /var/log/sa-host [2021-03-25T10:16:48.559Z] + sadf -c /var/log/sa-host/sa23 [2021-03-25T10:16:48.559Z] file_magic: OK [2021-03-25T10:16:48.559Z] HZ: Using current value: 100 [2021-03-25T10:16:48.559Z] file_header: OK [2021-03-25T10:16:48.559Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-25T10:16:48.559Z] Statistics: [2021-03-25T10:16:48.559Z] Hnuu...uuuununununu... [2021-03-25T10:16:48.559Z] File successfully converted to sysstat format version 12.2.1 [2021-03-25T10:16:48.559Z] + sadf -c /var/log/sa-host/sa25 [2021-03-25T10:16:48.559Z] file_magic: OK [2021-03-25T10:16:48.559Z] HZ: Using current value: 100 [2021-03-25T10:16:48.559Z] file_header: OK [2021-03-25T10:16:48.559Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-25T10:16:48.559Z] Statistics: [2021-03-25T10:16:48.559Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-25T10:16:48.559Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-25T10:16:48.829Z] provisioning config files... [2021-03-25T10:16:48.854Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/412@tmp/config8370027337050863726tmp [Pipeline] { [Pipeline] echo [2021-03-25T10:16:49.052Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:16:49.350Z] ---> create-netrc.sh [Pipeline] } [2021-03-25T10:16:49.360Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-25T10:16:49.551Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:16:49.849Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-25T10:16:49.860Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:16:50.163Z] ---> sudo-logs.sh [2021-03-25T10:16:50.163Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-25T10:16:50.308Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:16:50.693Z] ---> job-cost.sh [2021-03-25T10:16:50.694Z] lf-activate-venv: SKIPPING [2021-03-25T10:16:50.694Z] DEBUG: total: 0.20999999344348907 [2021-03-25T10:16:50.694Z] INFO: Retrieving Stack Cost... [2021-03-25T10:16:52.098Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-25T10:16:52.671Z] INFO: Archiving Costs [Pipeline] echo [2021-03-25T10:16:52.690Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-25T10:16:52.987Z] ---> logs-deploy.sh [2021-03-25T10:16:52.987Z] lf-activate-venv: SKIPPING [2021-03-25T10:16:52.987Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/412 [2021-03-25T10:16:52.987Z] INFO: archiving workspace using pattern(s): [2021-03-25T10:16:54.379Z] Archives upload complete. [2021-03-25T10:16:54.642Z] INFO: archiving logs to Nexus