Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 51171a228bb1224c00b3568eb910f5544dbf0ab1 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 ‘prd-centos7-docker-4c-2g-1013’ is offline Running on prd-centos7-docker-4c-2g-1031 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/447 [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/447 # 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 51171a228bb1224c00b3568eb910f5544dbf0ab1 (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 51171a228bb1224c00b3568eb910f5544dbf0ab1 # timeout=10 Commit message: "Merge pull request #3381 from soda480/US149" > git rev-list --no-walk 95928816a7d3351701d43cfae6e5bb9ec9c35404 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-19T23:03:19.973Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-19T23:03:20.057Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-19T23:03:20.083Z] ========================================================= [2021-04-19T23:03:20.083Z] EdgeX Global Pipelines Version Info [2021-04-19T23:03:20.083Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:03:22.413Z] ------------------- [2021-04-19T23:03:22.413Z] stable info: [2021-04-19T23:03:22.413Z] ------------------- [2021-04-19T23:03:22.413Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-19T23:03:22.413Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-19T23:03:22.413Z] Message: update stable to v1.0.186 [2021-04-19T23:03:23.379Z] ------------------- [2021-04-19T23:03:23.379Z] experimental info: [2021-04-19T23:03:23.379Z] ------------------- [2021-04-19T23:03:23.379Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-19T23:03:23.379Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-19T23:03:23.379Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-19T23:03:23.553Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-19T23:03:23.594Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-19T23:03:23.614Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-19T23:03:23.633Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-19T23:03:23.670Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-19T23:03:23.689Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-19T23:03:23.708Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-19T23:03:23.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-19T23:03:23.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-19T23:03:23.786Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-19T23:03:23.834Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-19T23:03:23.861Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-19T23:03:23.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-19T23:03:23.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-19T23:03:23.951Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T23:03:23.972Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-19T23:03:24.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-19T23:03:24.033Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-19T23:03:24.054Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-19T23:03:24.092Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-19T23:03:24.113Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-19T23:03:24.134Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-19T23:03:24.171Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-04-19T23:03:24.191Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-04-19T23:03:24.212Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-04-19T23:03:24.250Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] echo [2021-04-19T23:03:24.272Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 51171a2 [Pipeline] echo [2021-04-19T23:03:24.293Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:03:24.381Z] provisioning config files... [2021-04-19T23:03:24.445Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/447@tmp/config6995833910672640023tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:03:24.833Z] ---> docker-login.sh [2021-04-19T23:03:24.833Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:03:25.895Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:03:26.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:03:26.184Z] Configure a credential helper to remove this warning. See [2021-04-19T23:03:26.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:03:26.184Z] [2021-04-19T23:03:26.184Z] Login Succeeded [2021-04-19T23:03:26.184Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:03:27.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:03:27.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:03:27.264Z] Configure a credential helper to remove this warning. See [2021-04-19T23:03:27.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:03:27.264Z] [2021-04-19T23:03:27.264Z] Login Succeeded [2021-04-19T23:03:27.264Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:03:27.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:03:27.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:03:27.843Z] Configure a credential helper to remove this warning. See [2021-04-19T23:03:27.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:03:27.843Z] [2021-04-19T23:03:27.843Z] Login Succeeded [2021-04-19T23:03:27.843Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:03:28.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:03:28.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:03:28.139Z] Configure a credential helper to remove this warning. See [2021-04-19T23:03:28.139Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:03:28.139Z] [2021-04-19T23:03:28.139Z] Login Succeeded [2021-04-19T23:03:28.139Z] docker.io [2021-04-19T23:03:28.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:03:28.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:03:28.670Z] Configure a credential helper to remove this warning. See [2021-04-19T23:03:28.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:03:28.670Z] [2021-04-19T23:03:28.670Z] Login Succeeded [2021-04-19T23:03:28.670Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:03:28.683Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:03:29.049Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ dirname cmd/core-command/Dockerfile [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] ++ dirname cmd/core-data/Dockerfile [2021-04-19T23:03:29.049Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-19T23:03:29.049Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-19T23:03:29.049Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-19T23:03:29.049Z] ++ cut -d/ -f2 [2021-04-19T23:03:29.049Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-19T23:03:29.161Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:03:30.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:03:30.441Z] [2021-04-19T23:03:30.441Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:03:30.785Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:03:31.059Z] latest: Pulling from edgex-devops/git-semver [2021-04-19T23:03:31.059Z] 31603596830f: Pulling fs layer [2021-04-19T23:03:31.059Z] 2a8b12db71e7: Pulling fs layer [2021-04-19T23:03:31.059Z] 6ca5941a6612: Pulling fs layer [2021-04-19T23:03:31.059Z] ecc8261a40a4: Pulling fs layer [2021-04-19T23:03:31.059Z] ecc8261a40a4: Waiting [2021-04-19T23:03:31.059Z] 2a8b12db71e7: Download complete [2021-04-19T23:03:31.059Z] 31603596830f: Verifying Checksum [2021-04-19T23:03:31.059Z] 31603596830f: Download complete [2021-04-19T23:03:31.332Z] ecc8261a40a4: Verifying Checksum [2021-04-19T23:03:31.332Z] ecc8261a40a4: Download complete [2021-04-19T23:03:31.332Z] 6ca5941a6612: Verifying Checksum [2021-04-19T23:03:31.332Z] 6ca5941a6612: Download complete [2021-04-19T23:03:32.380Z] 31603596830f: Pull complete [2021-04-19T23:03:32.657Z] 2a8b12db71e7: Pull complete [2021-04-19T23:03:34.090Z] 6ca5941a6612: Pull complete [2021-04-19T23:03:34.710Z] ecc8261a40a4: Pull complete [2021-04-19T23:03:34.710Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-19T23:03:34.710Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:03:34.710Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-19T23:03:34.880Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:03:34.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:03:38.236Z] $ docker top 051a951ce4642b470923a835029276634bf8a24d1c2a5cca2593113599f46cc8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:03:38.577Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:03:38.577Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:03:39.217Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:03:39.225Z] $ docker exec 051a951ce4642b470923a835029276634bf8a24d1c2a5cca2593113599f46cc8 ssh-agent [2021-04-19T23:03:39.894Z] SSH_AUTH_SOCK=/tmp/ssh-qcasO3DvUHCc/agent.11 [2021-04-19T23:03:39.894Z] SSH_AGENT_PID=16 [2021-04-19T23:03:39.908Z] Running ssh-add (command line suppressed) [2021-04-19T23:03:40.115Z] Identity added: /w/workspace/edgex-go/447@tmp/private_key_5767144360457945417.key (/w/workspace/edgex-go/447@tmp/private_key_5767144360457945417.key) [2021-04-19T23:03:40.185Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:03:40.919Z] + git tag --points-at HEAD [Pipeline] } [2021-04-19T23:03:41.015Z] $ docker exec --env ******** --env ******** 051a951ce4642b470923a835029276634bf8a24d1c2a5cca2593113599f46cc8 ssh-agent -k [2021-04-19T23:03:41.589Z] unset SSH_AUTH_SOCK; [2021-04-19T23:03:41.590Z] unset SSH_AGENT_PID; [2021-04-19T23:03:41.590Z] echo Agent pid 16 killed; [2021-04-19T23:03:41.907Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-19T23:03:41.946Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:03:41.946Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:03:42.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:03:42.890Z] $ docker exec 051a951ce4642b470923a835029276634bf8a24d1c2a5cca2593113599f46cc8 ssh-agent [2021-04-19T23:03:43.700Z] SSH_AUTH_SOCK=/tmp/ssh-9OspLYMoOw2v/agent.45 [2021-04-19T23:03:43.700Z] SSH_AGENT_PID=50 [2021-04-19T23:03:43.714Z] Running ssh-add (command line suppressed) [2021-04-19T23:03:44.116Z] Identity added: /w/workspace/edgex-go/447@tmp/private_key_1446561061116642975.key (/w/workspace/edgex-go/447@tmp/private_key_1446561061116642975.key) [2021-04-19T23:03:44.295Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:03:45.033Z] + git semver init [2021-04-19T23:03:45.034Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:03:45.034Z] # $GIT_DIR = /w/workspace/edgex-go/447/.git [2021-04-19T23:03:45.034Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/447 [2021-04-19T23:03:45.034Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:03:45.034Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:03:45.034Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:03:45.034Z] # $SEMVER_BRANCH = master [2021-04-19T23:03:45.034Z] # $SEMVER_TEMP = /tmp/semver-699905527 [2021-04-19T23:03:45.034Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-19T23:04:25.294Z] # '/tmp/semver-699905527' -> '/w/workspace/edgex-go/447/.semver' [2021-04-19T23:04:25.294Z] # -> Force: false [2021-04-19T23:04:25.294Z] # $SEMVER_DIR = /w/workspace/edgex-go/447/.semver [Pipeline] } [2021-04-19T23:04:25.317Z] $ docker exec --env ******** --env ******** 051a951ce4642b470923a835029276634bf8a24d1c2a5cca2593113599f46cc8 ssh-agent -k [2021-04-19T23:04:25.768Z] unset SSH_AUTH_SOCK; [2021-04-19T23:04:25.768Z] unset SSH_AGENT_PID; [2021-04-19T23:04:25.768Z] echo Agent pid 50 killed; [2021-04-19T23:04:25.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:04:26.219Z] + git semver [Pipeline] } [2021-04-19T23:04:26.238Z] $ docker stop --time=1 051a951ce4642b470923a835029276634bf8a24d1c2a5cca2593113599f46cc8 [2021-04-19T23:04:28.355Z] $ docker rm -f 051a951ce4642b470923a835029276634bf8a24d1c2a5cca2593113599f46cc8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T23:04:29.647Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-19T23:04:30.973Z] Stashed 1 file(s) [Pipeline] echo [2021-04-19T23:04:30.977Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.179 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T23:04:31.259Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1029 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-04-19T23:04:31.298Z] Running in /w/workspace/edgex-go/447 [Pipeline] { [Pipeline] checkout [2021-04-19T23:04:31.573Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:04:32.341Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:04:33.144Z] + sudo service docker restart [2021-04-19T23:04:33.144Z] + true [2021-04-19T23:04:33.144Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-19T23:04:34.267Z] ========================================================= [2021-04-19T23:04:34.267Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-19T23:04:34.267Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:04:34.668Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-19T23:04:36.263Z] using credential edgex-jenkins-ssh [2021-04-19T23:04:36.280Z] Cloning the remote Git repository [2021-04-19T23:04:36.342Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-19T23:04:36.450Z] > git init /w/workspace/edgex-go/447 # timeout=10 [2021-04-19T23:04:36.522Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T23:04:36.523Z] > git --version # timeout=10 [2021-04-19T23:04:36.549Z] > git --version # 'git version 2.17.1' [2021-04-19T23:04:36.551Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:04:36.637Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:04:44.817Z] Sending build context to Docker daemon 329.6MB [2021-04-19T23:04:44.817Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T23:04:44.817Z] Step 2/6 : FROM ${BASE} [2021-04-19T23:04:44.817Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-19T23:04:44.817Z] 188c0c94c7c5: Pulling fs layer [2021-04-19T23:04:44.817Z] 0ef7d3d256c8: Pulling fs layer [2021-04-19T23:04:44.817Z] de9db76c5a1d: Pulling fs layer [2021-04-19T23:04:44.817Z] bca2f99d35d6: Pulling fs layer [2021-04-19T23:04:44.817Z] 93359f2a8cfa: Pulling fs layer [2021-04-19T23:04:44.817Z] 7c6f9722023f: Pulling fs layer [2021-04-19T23:04:44.817Z] a35cf1a2eb13: Pulling fs layer [2021-04-19T23:04:44.817Z] bca2f99d35d6: Waiting [2021-04-19T23:04:44.817Z] 93359f2a8cfa: Waiting [2021-04-19T23:04:44.817Z] 7c6f9722023f: Waiting [2021-04-19T23:04:44.817Z] a35cf1a2eb13: Waiting [2021-04-19T23:04:44.817Z] de9db76c5a1d: Verifying Checksum [2021-04-19T23:04:44.817Z] de9db76c5a1d: Download complete [2021-04-19T23:04:44.817Z] 0ef7d3d256c8: Verifying Checksum [2021-04-19T23:04:44.817Z] 0ef7d3d256c8: Download complete [2021-04-19T23:04:44.817Z] 93359f2a8cfa: Verifying Checksum [2021-04-19T23:04:44.817Z] 93359f2a8cfa: Download complete [2021-04-19T23:04:44.817Z] 7c6f9722023f: Download complete [2021-04-19T23:04:44.817Z] 188c0c94c7c5: Verifying Checksum [2021-04-19T23:04:44.817Z] 188c0c94c7c5: Download complete [2021-04-19T23:04:45.087Z] 188c0c94c7c5: Pull complete [2021-04-19T23:04:46.548Z] a35cf1a2eb13: Verifying Checksum [2021-04-19T23:04:46.548Z] a35cf1a2eb13: Download complete [2021-04-19T23:04:46.817Z] 0ef7d3d256c8: Pull complete [2021-04-19T23:04:47.089Z] de9db76c5a1d: Pull complete [2021-04-19T23:04:47.361Z] bca2f99d35d6: Verifying Checksum [2021-04-19T23:04:47.361Z] bca2f99d35d6: Download complete [2021-04-19T23:04:55.403Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T23:04:55.432Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-19T23:04:55.458Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-19T23:04:55.497Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-19T23:04:55.498Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-19T23:04:55.511Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-19T23:04:56.150Z] Checking out Revision 51171a228bb1224c00b3568eb910f5544dbf0ab1 (master) [2021-04-19T23:04:56.181Z] > git config core.sparsecheckout # timeout=10 [2021-04-19T23:04:56.199Z] > git checkout -f 51171a228bb1224c00b3568eb910f5544dbf0ab1 # timeout=10 [2021-04-19T23:04:59.983Z] bca2f99d35d6: Pull complete [2021-04-19T23:04:59.983Z] 93359f2a8cfa: Pull complete [2021-04-19T23:04:59.983Z] 7c6f9722023f: Pull complete [2021-04-19T23:05:00.707Z] Commit message: "Merge pull request #3381 from soda480/US149" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-19T23:05:02.103Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:05:02.508Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-19T23:05:02.843Z] + + sudotrue service [2021-04-19T23:05:02.843Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:05:04.869Z] provisioning config files... [2021-04-19T23:05:04.915Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/447@tmp/config2521523108962625186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:05:05.297Z] ---> docker-login.sh [2021-04-19T23:05:05.297Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:05:06.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:05:06.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:05:06.558Z] Configure a credential helper to remove this warning. See [2021-04-19T23:05:06.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:05:06.558Z] [2021-04-19T23:05:06.558Z] Login Succeeded [2021-04-19T23:05:06.558Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:05:06.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:05:07.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:05:07.106Z] Configure a credential helper to remove this warning. See [2021-04-19T23:05:07.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:05:07.106Z] [2021-04-19T23:05:07.106Z] Login Succeeded [2021-04-19T23:05:07.106Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:05:07.380Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:05:07.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:05:07.652Z] Configure a credential helper to remove this warning. See [2021-04-19T23:05:07.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:05:07.652Z] [2021-04-19T23:05:07.652Z] Login Succeeded [2021-04-19T23:05:07.652Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:05:07.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:05:08.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:05:08.208Z] Configure a credential helper to remove this warning. See [2021-04-19T23:05:08.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:05:08.208Z] [2021-04-19T23:05:08.208Z] Login Succeeded [2021-04-19T23:05:08.208Z] docker.io [2021-04-19T23:05:08.298Z] a35cf1a2eb13: Pull complete [2021-04-19T23:05:08.298Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-19T23:05:08.298Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-19T23:05:08.298Z] ---> a62c8e92a672 [2021-04-19T23:05:08.298Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-19T23:05:08.298Z] ---> Running in 1b39498e124a [2021-04-19T23:05:08.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:05:08.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:05:08.752Z] Configure a credential helper to remove this warning. See [2021-04-19T23:05:08.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:05:08.752Z] [2021-04-19T23:05:08.752Z] Login Succeeded [2021-04-19T23:05:08.752Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:05:08.769Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-04-19T23:05:08.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] echo [2021-04-19T23:05:09.057Z] ========================================================= [2021-04-19T23:05:09.057Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-19T23:05:09.057Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:05:09.400Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-04-19T23:05:09.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:05:10.071Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T23:05:10.659Z] (2/12) Installing file (5.38-r0) [2021-04-19T23:05:10.659Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T23:05:10.659Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T23:05:12.032Z] Sending build context to Docker daemon 167.4MB [2021-04-19T23:05:12.032Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-19T23:05:12.032Z] Step 2/6 : FROM ${BASE} [2021-04-19T23:05:12.032Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-19T23:05:12.032Z] 5f621e34cdf4: Pulling fs layer [2021-04-19T23:05:12.032Z] a4357932f1b6: Pulling fs layer [2021-04-19T23:05:12.032Z] 18c013af1878: Pulling fs layer [2021-04-19T23:05:12.032Z] 00ac8860ef70: Pulling fs layer [2021-04-19T23:05:12.032Z] 63d7cb157983: Pulling fs layer [2021-04-19T23:05:12.032Z] b116817d02f9: Pulling fs layer [2021-04-19T23:05:12.032Z] 745a02a5169b: Pulling fs layer [2021-04-19T23:05:12.032Z] 63d7cb157983: Waiting [2021-04-19T23:05:12.032Z] b116817d02f9: Waiting [2021-04-19T23:05:12.032Z] 745a02a5169b: Waiting [2021-04-19T23:05:12.032Z] 00ac8860ef70: Waiting [2021-04-19T23:05:12.032Z] 18c013af1878: Download complete [2021-04-19T23:05:12.032Z] a4357932f1b6: Verifying Checksum [2021-04-19T23:05:12.032Z] a4357932f1b6: Download complete [2021-04-19T23:05:12.032Z] 63d7cb157983: Download complete [2021-04-19T23:05:12.032Z] b116817d02f9: Verifying Checksum [2021-04-19T23:05:12.033Z] b116817d02f9: Download complete [2021-04-19T23:05:12.033Z] 5f621e34cdf4: Verifying Checksum [2021-04-19T23:05:12.033Z] 5f621e34cdf4: Download complete [2021-04-19T23:05:12.645Z] 5f621e34cdf4: Pull complete [2021-04-19T23:05:13.262Z] a4357932f1b6: Pull complete [2021-04-19T23:05:13.541Z] 18c013af1878: Pull complete [2021-04-19T23:05:13.815Z] 745a02a5169b: Verifying Checksum [2021-04-19T23:05:13.815Z] 745a02a5169b: Download complete [2021-04-19T23:05:15.246Z] 00ac8860ef70: Verifying Checksum [2021-04-19T23:05:15.246Z] 00ac8860ef70: Download complete [2021-04-19T23:05:25.450Z] 00ac8860ef70: Pull complete [2021-04-19T23:05:25.450Z] 63d7cb157983: Pull complete [2021-04-19T23:05:25.684Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T23:05:25.685Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T23:05:25.685Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T23:05:25.685Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T23:05:25.685Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T23:05:25.685Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T23:05:25.685Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T23:05:25.685Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T23:05:25.685Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T23:05:25.685Z] OK: 233 MiB in 51 packages [2021-04-19T23:05:25.725Z] b116817d02f9: Pull complete [2021-04-19T23:05:30.030Z] 745a02a5169b: Pull complete [2021-04-19T23:05:30.030Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-19T23:05:30.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-19T23:05:30.030Z] ---> b7e6874047d6 [2021-04-19T23:05:30.030Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-19T23:05:30.046Z] Removing intermediate container 1b39498e124a [2021-04-19T23:05:30.046Z] ---> c3f536f55892 [2021-04-19T23:05:30.046Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T23:05:30.046Z] ---> Running in f35b19a4e9da [2021-04-19T23:05:30.046Z] Removing intermediate container f35b19a4e9da [2021-04-19T23:05:30.046Z] ---> 39fc624817cc [2021-04-19T23:05:30.046Z] Step 5/6 : COPY go.mod . [2021-04-19T23:05:31.075Z] ---> dcbc849a6b82 [2021-04-19T23:05:31.075Z] Step 6/6 : RUN go mod download [2021-04-19T23:05:31.075Z] ---> Running in 76c9de048274 [2021-04-19T23:05:32.659Z] ---> Running in 9b2bba73ef40 [2021-04-19T23:05:34.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:05:34.691Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:05:35.289Z] (1/12) Installing libmagic (5.38-r0) [2021-04-19T23:05:35.561Z] (2/12) Installing file (5.38-r0) [2021-04-19T23:05:35.561Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-19T23:05:35.561Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-19T23:05:42.248Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-19T23:05:42.248Z] (6/12) Installing patch (2.7.6-r6) [2021-04-19T23:05:42.248Z] (7/12) Installing build-base (0.5-r2) [2021-04-19T23:05:42.248Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-19T23:05:42.248Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-19T23:05:42.518Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-19T23:05:42.518Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-19T23:05:42.790Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-19T23:05:42.790Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T23:05:42.790Z] OK: 217 MiB in 51 packages [2021-04-19T23:05:47.102Z] Removing intermediate container 9b2bba73ef40 [2021-04-19T23:05:47.102Z] ---> b768b653b7f5 [2021-04-19T23:05:47.102Z] Step 4/6 : WORKDIR /edgex-go [2021-04-19T23:05:47.102Z] ---> Running in 156bbd637159 [2021-04-19T23:05:47.377Z] Removing intermediate container 156bbd637159 [2021-04-19T23:05:47.377Z] ---> ca845efab0a2 [2021-04-19T23:05:47.377Z] Step 5/6 : COPY go.mod . [2021-04-19T23:05:48.359Z] ---> b863c8a82cf6 [2021-04-19T23:05:48.359Z] Step 6/6 : RUN go mod download [2021-04-19T23:05:48.359Z] ---> Running in 023dc4142902 [2021-04-19T23:06:03.558Z] Removing intermediate container 76c9de048274 [2021-04-19T23:06:03.559Z] ---> fc5e2fb14125 [2021-04-19T23:06:03.559Z] Successfully built fc5e2fb14125 [2021-04-19T23:06:03.559Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:06:03.910Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T23:06:04.177Z] . [Pipeline] withDockerContainer [2021-04-19T23:06:04.618Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:06:04.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T23:06:08.178Z] $ docker top 821403e847cc681ab6c914a1fffbcca02db6f50713530801a4d0e288b119e6e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:06:09.006Z] + go version [2021-04-19T23:06:09.006Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-19T23:06:09.028Z] $ docker stop --time=1 821403e847cc681ab6c914a1fffbcca02db6f50713530801a4d0e288b119e6e0 [2021-04-19T23:06:10.574Z] $ docker rm -f 821403e847cc681ab6c914a1fffbcca02db6f50713530801a4d0e288b119e6e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:06:11.178Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-19T23:06:11.178Z] . [Pipeline] withDockerContainer [2021-04-19T23:06:11.329Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:06:11.395Z] $ 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/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-19T23:06:13.719Z] $ docker top 7899e5b88fdb5f5907e4709a9bed61d9998ca89a9946221f05f34f17ce2f0e78 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T23:06:14.133Z] ========================================================= [2021-04-19T23:06:14.133Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-19T23:06:14.133Z] ========================================================= [Pipeline] sh [2021-04-19T23:06:14.490Z] + make test [2021-04-19T23:06:14.490Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-19T23:06:15.158Z] Removing intermediate container 023dc4142902 [2021-04-19T23:06:15.158Z] ---> f607500230d1 [2021-04-19T23:06:15.158Z] Successfully built f607500230d1 [2021-04-19T23:06:15.158Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:06:15.497Z] + docker inspect -f . ci-base-image-arm64 [2021-04-19T23:06:15.497Z] . [Pipeline] withDockerContainer [2021-04-19T23:06:15.771Z] prd-ubuntu18.04-docker-arm64-4c-16g-1029 does not seem to be running inside a container [2021-04-19T23:06:15.864Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-19T23:06:17.287Z] $ docker top 202060a01613358fdb60d4e79c1f0006ddabc3fe27911270799874204d663f79 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:06:18.215Z] + go version [2021-04-19T23:06:18.215Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-19T23:06:18.250Z] $ docker stop --time=1 202060a01613358fdb60d4e79c1f0006ddabc3fe27911270799874204d663f79 [2021-04-19T23:06:20.225Z] $ docker rm -f 202060a01613358fdb60d4e79c1f0006ddabc3fe27911270799874204d663f79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:06:23.532Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T23:06:23.532Z] [2021-04-19T23:06:23.532Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:06:23.888Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T23:06:23.888Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-04-19T23:06:23.888Z] 29e5d40040c1: Pulling fs layer [2021-04-19T23:06:23.888Z] 1ce36da41761: Pulling fs layer [2021-04-19T23:06:23.888Z] 25b303627fd3: Pulling fs layer [2021-04-19T23:06:24.162Z] 29e5d40040c1: Download complete [2021-04-19T23:06:24.763Z] 1ce36da41761: Verifying Checksum [2021-04-19T23:06:24.763Z] 1ce36da41761: Download complete [2021-04-19T23:06:24.763Z] 29e5d40040c1: Pull complete [2021-04-19T23:06:26.206Z] 1ce36da41761: Pull complete [2021-04-19T23:06:26.206Z] 25b303627fd3: Verifying Checksum [2021-04-19T23:06:26.206Z] 25b303627fd3: Download complete [2021-04-19T23:06:36.382Z] 25b303627fd3: Pull complete [2021-04-19T23:06:36.382Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-04-19T23:06:36.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T23:06:36.382Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-04-19T23:06:36.604Z] prd-ubuntu18.04-docker-arm64-4c-16g-1029 does not seem to be running inside a container [2021-04-19T23:06:36.690Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T23:06:39.618Z] $ docker top 0360bedddb8c2ea554d56a23e4b1b94259ec0eb8ac94d559f2d05d38a616f3c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:06:40.531Z] + grep parallel [2021-04-19T23:06:40.531Z] + docker-compose build --help [2021-04-19T23:06:41.544Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-19T23:06:43.904Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T23:06:43.940Z] $ docker stop --time=1 0360bedddb8c2ea554d56a23e4b1b94259ec0eb8ac94d559f2d05d38a616f3c3 [2021-04-19T23:06:45.852Z] $ docker rm -f 0360bedddb8c2ea554d56a23e4b1b94259ec0eb8ac94d559f2d05d38a616f3c3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:06:46.466Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-04-19T23:06:46.466Z] . [Pipeline] withDockerContainer [2021-04-19T23:06:46.693Z] prd-ubuntu18.04-docker-arm64-4c-16g-1029 does not seem to be running inside a container [2021-04-19T23:06:46.787Z] $ 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/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-04-19T23:06:48.135Z] $ docker top 7329dec95cd83760dd636e4cf4625bbda99d752327d3662370943ae60b31dacd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:06:49.062Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T23:06:52.443Z] Building docker-core-command-go ... [2021-04-19T23:06:52.443Z] Building docker-core-data-go ... [2021-04-19T23:06:52.443Z] Building docker-core-metadata-go ... [2021-04-19T23:06:52.443Z] Building docker-security-bootstrapper-go ... [2021-04-19T23:06:52.443Z] Building docker-security-proxy-setup-go ... [2021-04-19T23:06:52.443Z] Building docker-security-secretstore-setup-go ... [2021-04-19T23:06:52.443Z] Building docker-support-notifications-go ... [2021-04-19T23:06:52.443Z] Building docker-support-scheduler-go ... [2021-04-19T23:06:52.443Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T23:06:52.443Z] Building docker-support-scheduler-go [2021-04-19T23:06:52.443Z] Building docker-sys-mgmt-agent-go [2021-04-19T23:06:52.443Z] Building docker-core-metadata-go [2021-04-19T23:06:52.443Z] Building docker-core-command-go [2021-04-19T23:06:52.443Z] Building docker-security-secretstore-setup-go [2021-04-19T23:07:29.743Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-19T23:07:34.837Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-19T23:07:39.399Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:07:39.399Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:07:39.399Z] ---> f607500230d1 [2021-04-19T23:07:39.399Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T23:07:39.678Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:07:39.678Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:07:39.678Z] ---> f607500230d1 [2021-04-19T23:07:39.678Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T23:07:40.000Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:07:40.000Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:07:40.000Z] ---> f607500230d1 [2021-04-19T23:07:40.000Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T23:07:40.000Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:07:40.000Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:07:40.000Z] ---> f607500230d1 [2021-04-19T23:07:40.000Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T23:07:40.291Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:07:40.291Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:07:40.291Z] ---> f607500230d1 [2021-04-19T23:07:40.291Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T23:07:40.991Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-19T23:07:40.991Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-19T23:07:43.754Z] ---> Running in 837db219c657 [2021-04-19T23:07:43.754Z] ---> Running in 3d01d29b088b [2021-04-19T23:07:43.754Z] ---> Running in adfc3f1c74c4 [2021-04-19T23:07:43.754Z] ---> Running in 33b5e9f097c9 [2021-04-19T23:07:43.754Z] ---> Running in d1d9f5b61692 [2021-04-19T23:07:43.754Z] Removing intermediate container adfc3f1c74c4 [2021-04-19T23:07:43.754Z] ---> 0b54d6572e13 [2021-04-19T23:07:43.754Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:07:44.048Z] Removing intermediate container d1d9f5b61692 [2021-04-19T23:07:44.048Z] ---> 40a0e2132394 [2021-04-19T23:07:44.048Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:07:44.048Z] Removing intermediate container 3d01d29b088b [2021-04-19T23:07:44.048Z] ---> 58a4d27b9a6c [2021-04-19T23:07:44.048Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:07:44.048Z] Removing intermediate container 33b5e9f097c9 [2021-04-19T23:07:44.048Z] ---> 8b124969836d [2021-04-19T23:07:44.048Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:07:44.048Z] Removing intermediate container 837db219c657 [2021-04-19T23:07:44.048Z] ---> e2425cbee967 [2021-04-19T23:07:44.048Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:07:44.340Z] ---> Running in 0f917fd058e7 [2021-04-19T23:07:44.340Z] ---> Running in 1ac30f0ad3c5 [2021-04-19T23:07:44.340Z] ---> Running in b7ba459bbd41 [2021-04-19T23:07:44.340Z] ---> Running in 8186a4ae3f03 [2021-04-19T23:07:44.340Z] ---> Running in a452e7da31c6 [2021-04-19T23:07:45.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-19T23:07:45.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-19T23:07:45.629Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-19T23:07:45.974Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-19T23:07:48.076Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-19T23:07:48.702Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-19T23:07:48.768Z] Removing intermediate container 0f917fd058e7 [2021-04-19T23:07:48.768Z] ---> 76ba5db67b74 [2021-04-19T23:07:48.768Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T23:07:48.768Z] ---> Running in 351d8d0cc389 [2021-04-19T23:07:48.768Z] Removing intermediate container b7ba459bbd41 [2021-04-19T23:07:48.768Z] ---> 79c3ba22f9cd [2021-04-19T23:07:48.768Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T23:07:48.768Z] Removing intermediate container 8186a4ae3f03 [2021-04-19T23:07:48.768Z] ---> 19d4908fa5bc [2021-04-19T23:07:48.768Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T23:07:49.043Z] ---> Running in 1b206ddb0795 [2021-04-19T23:07:49.043Z] ---> Running in 83c3e05a8352 [2021-04-19T23:07:49.320Z] Removing intermediate container a452e7da31c6 [2021-04-19T23:07:49.320Z] ---> e6efe75c0e8b [2021-04-19T23:07:49.320Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T23:07:49.592Z] Removing intermediate container 1ac30f0ad3c5 [2021-04-19T23:07:49.592Z] ---> 61d9e5b9fc35 [2021-04-19T23:07:49.592Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T23:07:49.592Z] ---> Running in d6f2721bb079 [2021-04-19T23:07:49.870Z] ---> Running in e29cca03f6a3 [2021-04-19T23:07:50.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:50.746Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:51.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:51.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:51.637Z] OK: 217 MiB in 51 packages [2021-04-19T23:07:51.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:51.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:51.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:52.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:52.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:52.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:07:52.830Z] OK: 217 MiB in 51 packages [2021-04-19T23:07:52.831Z] Removing intermediate container 351d8d0cc389 [2021-04-19T23:07:52.831Z] ---> edeac8247039 [2021-04-19T23:07:52.831Z] Step 6/23 : COPY go.mod . [2021-04-19T23:07:52.831Z] OK: 217 MiB in 51 packages [2021-04-19T23:07:53.111Z] OK: 217 MiB in 51 packages [2021-04-19T23:07:53.111Z] OK: 217 MiB in 51 packages [2021-04-19T23:07:54.112Z] ---> d7d950061964 [2021-04-19T23:07:54.112Z] Step 7/23 : RUN go mod download [2021-04-19T23:07:54.394Z] ---> Running in 5b9ecbee01b9 [2021-04-19T23:07:54.686Z] Removing intermediate container 1b206ddb0795 [2021-04-19T23:07:54.686Z] ---> 8395daebfb63 [2021-04-19T23:07:54.686Z] Step 6/23 : COPY go.mod . [2021-04-19T23:07:55.293Z] Removing intermediate container 83c3e05a8352 [2021-04-19T23:07:55.293Z] ---> 1a66b2b0242f [2021-04-19T23:07:55.293Z] Step 6/24 : COPY go.mod . [2021-04-19T23:07:55.571Z] Removing intermediate container d6f2721bb079 [2021-04-19T23:07:55.571Z] ---> e1d89a98bb84 [2021-04-19T23:07:55.571Z] Step 6/22 : COPY go.mod . [2021-04-19T23:07:55.571Z] Removing intermediate container e29cca03f6a3 [2021-04-19T23:07:55.571Z] ---> d297cc14b3d5 [2021-04-19T23:07:55.571Z] Step 6/23 : COPY go.mod . [2021-04-19T23:07:55.571Z] ---> 821e35a924fe [2021-04-19T23:07:55.571Z] Step 7/23 : RUN go mod download [2021-04-19T23:07:55.846Z] ---> Running in 2bfaad85b658 [2021-04-19T23:07:56.006Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-19T23:07:56.006Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-19T23:07:56.006Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-19T23:07:56.838Z] ---> 8c0c0c07fe2b [2021-04-19T23:07:56.838Z] ---> ec4e1fae2759 [2021-04-19T23:07:56.838Z] Step 7/23 : RUN go mod downloadStep 7/24 : RUN go mod download [2021-04-19T23:07:56.838Z] [2021-04-19T23:07:56.838Z] ---> c779980fbea6 [2021-04-19T23:07:56.838Z] Step 7/22 : RUN go mod download [2021-04-19T23:07:56.838Z] ---> Running in df2ba624030e [2021-04-19T23:07:56.838Z] ---> Running in b544a305a48d [2021-04-19T23:07:57.115Z] ---> Running in 52f735644a16 [2021-04-19T23:07:58.116Z] Removing intermediate container 5b9ecbee01b9 [2021-04-19T23:07:58.116Z] ---> ab224af3127c [2021-04-19T23:07:58.116Z] Step 8/23 : COPY . . [2021-04-19T23:07:59.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.489s coverage: 45.9% of statements [2021-04-19T23:07:59.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-19T23:07:59.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-19T23:07:59.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-19T23:07:59.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-19T23:07:59.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-19T23:07:59.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-19T23:07:59.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.084s coverage: 19.8% of statements [2021-04-19T23:07:59.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.148s coverage: 100.0% of statements [2021-04-19T23:08:00.101Z] Removing intermediate container 2bfaad85b658 [2021-04-19T23:08:00.101Z] ---> 1f57f845041a [2021-04-19T23:08:00.101Z] Step 8/23 : COPY . . [2021-04-19T23:08:02.744Z] Removing intermediate container df2ba624030e [2021-04-19T23:08:02.744Z] ---> d6216559a4a1 [2021-04-19T23:08:02.744Z] Step 8/23 : COPY . . [2021-04-19T23:08:03.021Z] Removing intermediate container 52f735644a16 [2021-04-19T23:08:03.021Z] ---> 6902fc92f4a8 [2021-04-19T23:08:03.021Z] Step 8/22 : COPY . . [2021-04-19T23:08:03.021Z] Removing intermediate container b544a305a48d [2021-04-19T23:08:03.021Z] ---> 416c5d4b218e [2021-04-19T23:08:03.021Z] Step 8/24 : COPY . . [2021-04-19T23:08:07.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.720s coverage: 27.1% of statements [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-19T23:08:07.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.134s coverage: 100.0% of statements [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-19T23:08:07.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.262s coverage: 100.0% of statements [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-19T23:08:07.070Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-19T23:08:07.070Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-19T23:08:08.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.392s coverage: 82.9% of statements [2021-04-19T23:08:08.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-19T23:08:08.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T23:08:08.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.147s coverage: 78.9% of statements [2021-04-19T23:08:08.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-19T23:08:17.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.976s coverage: 28.6% of statements [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-19T23:08:17.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.289s coverage: 100.0% of statements [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-19T23:08:17.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.204s coverage: 100.0% of statements [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-19T23:08:17.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.889s coverage: 86.7% of statements [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-19T23:08:17.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.607s coverage: 97.5% of statements [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-19T23:08:17.077Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.275s coverage: 78.3% of statements [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-19T23:08:17.077Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-19T23:08:21.390Z] ---> ddcad8be61e2 [2021-04-19T23:08:21.390Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T23:08:21.390Z] ---> bc4a869a362e [2021-04-19T23:08:21.390Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T23:08:21.390Z] ---> 98f0f29a5412 [2021-04-19T23:08:21.390Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-19T23:08:21.390Z] ---> ffb38d49836f [2021-04-19T23:08:21.390Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T23:08:21.390Z] ---> f25b79b7b617 [2021-04-19T23:08:21.390Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T23:08:21.390Z] ---> Running in f08f45c0d24e [2021-04-19T23:08:21.390Z] ---> Running in c0e9bc8d12b9 [2021-04-19T23:08:21.390Z] ---> Running in a643a38cfdeb [2021-04-19T23:08:21.390Z] ---> Running in 46ce98c82267 [2021-04-19T23:08:21.390Z] ---> Running in 4e5e2e20b474 [2021-04-19T23:08:21.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T23:08:21.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T23:08:21.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T23:08:21.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T23:08:21.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T23:08:24.244Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.656s coverage: 93.0% of statements [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-19T23:08:24.244Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.098s coverage: 58.8% of statements [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-19T23:08:24.244Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.139s coverage: 0.9% of statements [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-19T23:08:24.244Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-19T23:08:24.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.168s coverage: 47.1% of statements [2021-04-19T23:08:24.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.246s coverage: 79.5% of statements [2021-04-19T23:08:24.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.105s coverage: 94.1% of statements [2021-04-19T23:08:24.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements [2021-04-19T23:08:24.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements [2021-04-19T23:08:36.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements [2021-04-19T23:08:36.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.135s coverage: 44.8% of statements [2021-04-19T23:08:41.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.049s coverage: 81.9% of statements [2021-04-19T23:08:41.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-19T23:08:50.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.421s coverage: 92.9% of statements [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-19T23:08:50.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.140s coverage: 77.8% of statements [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-19T23:08:50.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.078s coverage: 87.2% of statements [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-19T23:08:50.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.075s coverage: 100.0% of statements [2021-04-19T23:08:50.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-19T23:08:50.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.445s coverage: 75.5% of statements [2021-04-19T23:08:50.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.163s coverage: 80.8% of statements [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.242s coverage: 84.6% of statements [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.578s coverage: 91.6% of statements [2021-04-19T23:08:50.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.552s coverage: 64.4% of statements [2021-04-19T23:08:50.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-19T23:08:50.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.207s coverage: 100.0% of statements [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.079s coverage: 100.0% of statements [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-04-19T23:08:50.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.088s coverage: 100.0% of statements [2021-04-19T23:08:56.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.097s coverage: 69.0% of statements [2021-04-19T23:08:56.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-19T23:08:56.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-19T23:08:56.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-19T23:08:56.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.389s coverage: 38.4% of statements [2021-04-19T23:08:56.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-19T23:08:56.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-19T23:08:56.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.431s coverage: 89.5% of statements [2021-04-19T23:08:56.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-19T23:08:56.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.155s coverage: 84.8% of statements [2021-04-19T23:09:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.255s coverage: 47.0% of statements [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-19T23:09:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.094s coverage: 100.0% of statements [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-19T23:09:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-19T23:09:01.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.202s coverage: 9.6% of statements [2021-04-19T23:09:01.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-19T23:09:02.681Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.547s coverage: 88.6% of statements [2021-04-19T23:09:02.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-19T23:09:02.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T23:09:02.681Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-19T23:09:07.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.800s coverage: 28.7% of statements [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-19T23:09:07.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.339s coverage: 99.0% of statements [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-19T23:09:07.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.140s coverage: 100.0% of statements [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-19T23:09:07.601Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.174s coverage: 64.6% of statements [2021-04-19T23:09:07.601Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-19T23:09:07.962Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.316s coverage: 95.6% of statements [2021-04-19T23:09:07.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-19T23:09:07.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-19T23:09:07.962Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-19T23:09:07.962Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.070s coverage: 0.0% of statements [2021-04-19T23:09:07.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-19T23:09:07.962Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.149s coverage: 100.0% of statements [2021-04-19T23:09:07.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-19T23:09:07.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-19T23:09:07.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-19T23:09:07.962Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-19T23:09:10.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2021-04-19T23:09:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-19T23:09:10.107Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-19T23:09:10.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements [2021-04-19T23:09:10.107Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.195s coverage: 28.1% of statements [2021-04-19T23:09:10.750Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.099s coverage: 100.0% of statements [2021-04-19T23:09:11.374Z] GO111MODULE=on go vet ./... [2021-04-19T23:09:58.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T23:10:16.903Z] Removing intermediate container 4e5e2e20b474 [2021-04-19T23:10:16.903Z] ---> a80bac89019d [2021-04-19T23:10:16.903Z] [2021-04-19T23:10:16.903Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T23:10:16.903Z] 3.12: Pulling from library/alpine [2021-04-19T23:10:17.510Z] Removing intermediate container f08f45c0d24e [2021-04-19T23:10:17.510Z] ---> 88e17fb67245 [2021-04-19T23:10:17.510Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T23:10:17.789Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T23:10:17.789Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T23:10:17.789Z] ---> 9852663dfa18 [2021-04-19T23:10:17.789Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T23:10:17.789Z] ---> Running in e0c84085291b [2021-04-19T23:10:18.066Z] ---> Running in e5ca3ce15d02 [2021-04-19T23:10:20.062Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T23:10:20.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:10:20.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:10:21.317Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T23:10:21.596Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T23:10:21.596Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T23:10:21.596Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T23:10:21.596Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T23:10:21.596Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T23:10:21.596Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:10:21.596Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T23:10:21.873Z] OK: 7 MiB in 20 packages [2021-04-19T23:10:23.884Z] Removing intermediate container 46ce98c82267 [2021-04-19T23:10:23.884Z] ---> dece47e4c6cd [2021-04-19T23:10:23.884Z] [2021-04-19T23:10:23.884Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T23:10:23.884Z] ---> 9852663dfa18 [2021-04-19T23:10:23.884Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T23:10:24.495Z] ---> Running in 25acdb65988d [2021-04-19T23:10:25.485Z] Removing intermediate container e5ca3ce15d02 [2021-04-19T23:10:25.485Z] ---> 18975e655775 [2021-04-19T23:10:25.485Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T23:10:25.767Z] ---> Running in bc6f5ea87872 [2021-04-19T23:10:26.041Z] Removing intermediate container a643a38cfdeb [2021-04-19T23:10:26.041Z] ---> f358163393f7 [2021-04-19T23:10:26.041Z] [2021-04-19T23:10:26.041Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T23:10:26.041Z] ---> 9852663dfa18 [2021-04-19T23:10:26.041Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T23:10:26.041Z] Removing intermediate container e0c84085291b [2021-04-19T23:10:26.041Z] ---> 2d8eba8679fb [2021-04-19T23:10:26.041Z] [2021-04-19T23:10:26.041Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T23:10:26.317Z] ---> Running in afd402d0240d [2021-04-19T23:10:26.317Z] 20.10.0: Pulling from library/docker [2021-04-19T23:10:26.317Z] Removing intermediate container bc6f5ea87872 [2021-04-19T23:10:26.317Z] ---> bf2220f6b1db [2021-04-19T23:10:26.317Z] Step 13/24 : WORKDIR / [2021-04-19T23:10:26.597Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:10:26.872Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:10:26.872Z] ---> Running in 567aa9af71d3 [2021-04-19T23:10:27.474Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T23:10:27.474Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:10:27.474Z] OK: 5 MiB in 15 packages [2021-04-19T23:10:28.105Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:10:28.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:10:28.697Z] Removing intermediate container 567aa9af71d3 [2021-04-19T23:10:28.697Z] ---> 2720ead37e5c [2021-04-19T23:10:28.697Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-19T23:10:28.971Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T23:10:28.971Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:10:28.971Z] OK: 5 MiB in 15 packages [2021-04-19T23:10:30.432Z] Removing intermediate container 25acdb65988d [2021-04-19T23:10:30.433Z] ---> 1842600c10dc [2021-04-19T23:10:30.433Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:10:30.710Z] ---> 83317435bc91 [2021-04-19T23:10:30.710Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-19T23:10:30.710Z] ---> Running in d70e242cb18d [2021-04-19T23:10:30.988Z] Removing intermediate container afd402d0240d [2021-04-19T23:10:30.988Z] ---> 2f10a5eb4b00 [2021-04-19T23:10:30.988Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:10:31.592Z] ---> Running in 33f85edbb513 [2021-04-19T23:10:31.875Z] Removing intermediate container d70e242cb18d [2021-04-19T23:10:31.875Z] ---> e3dae9f6bab6 [2021-04-19T23:10:31.875Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T23:10:31.875Z] ---> 5af93ffe50b3 [2021-04-19T23:10:31.875Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T23:10:32.161Z] ---> Running in 2c5911739336 [2021-04-19T23:10:32.437Z] Removing intermediate container 33f85edbb513 [2021-04-19T23:10:32.437Z] ---> 6e095c732d11 [2021-04-19T23:10:32.437Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T23:10:33.036Z] ---> Running in ff95e86e0a26 [2021-04-19T23:10:33.036Z] Removing intermediate container 2c5911739336 [2021-04-19T23:10:33.036Z] ---> 500256fc58f5 [2021-04-19T23:10:33.036Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T23:10:33.310Z] ---> 4059f6ff57d8 [2021-04-19T23:10:33.310Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T23:10:33.584Z] ---> Running in ae9e62676813 [2021-04-19T23:10:33.858Z] Removing intermediate container ff95e86e0a26 [2021-04-19T23:10:33.858Z] ---> 9a1a2c1d0891 [2021-04-19T23:10:33.858Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T23:10:33.858Z] Removing intermediate container c0e9bc8d12b9 [2021-04-19T23:10:33.858Z] ---> b6701434b98f [2021-04-19T23:10:33.858Z] [2021-04-19T23:10:33.858Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T23:10:33.858Z] ---> 9852663dfa18 [2021-04-19T23:10:33.858Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T23:10:33.858Z] ---> Using cache [2021-04-19T23:10:33.858Z] ---> 2f10a5eb4b00 [2021-04-19T23:10:33.858Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:10:33.858Z] ---> Using cache [2021-04-19T23:10:33.858Z] ---> 6e095c732d11 [2021-04-19T23:10:33.858Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T23:10:34.062Z] gofmt -l . [2021-04-19T23:10:34.062Z] [ "`gofmt -l .`" = "" ] [2021-04-19T23:10:34.062Z] ./bin/test-go-mod-tidy.sh [2021-04-19T23:10:34.062Z] ./bin/test-attribution-txt.sh [2021-04-19T23:10:34.458Z] ---> Running in b86dfe4c2bf2 [2021-04-19T23:10:34.458Z] ---> Running in 2adbc443c124 [2021-04-19T23:10:34.458Z] Removing intermediate container ae9e62676813 [2021-04-19T23:10:34.458Z] ---> 75048c143124 [2021-04-19T23:10:34.458Z] Step 15/23 : WORKDIR / [2021-04-19T23:10:34.732Z] ---> Running in dcc7c113955b [2021-04-19T23:10:35.017Z] Removing intermediate container 2adbc443c124 [2021-04-19T23:10:35.017Z] ---> 89e148b77fc6 [2021-04-19T23:10:35.017Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T23:10:35.295Z] Removing intermediate container b86dfe4c2bf2 [2021-04-19T23:10:35.295Z] ---> 4208d8a7d2f2 [2021-04-19T23:10:35.295Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:10:35.295Z] ---> 93774524807b [2021-04-19T23:10:35.295Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T23:10:35.295Z] ---> Running in de8da1f52d94 [2021-04-19T23:10:35.570Z] Removing intermediate container dcc7c113955b [2021-04-19T23:10:35.570Z] ---> abe98efaf751 [2021-04-19T23:10:35.570Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:10:36.168Z] Removing intermediate container de8da1f52d94 [2021-04-19T23:10:36.168Z] ---> d207c6aa9b09 [2021-04-19T23:10:36.168Z] Step 15/23 : WORKDIR / [2021-04-19T23:10:36.783Z] ---> 7e5f24366435 [2021-04-19T23:10:36.783Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T23:10:36.783Z] ---> Running in edf423e890e2 [Pipeline] sh [2021-04-19T23:10:37.383Z] ---> 76099ba46872 [2021-04-19T23:10:37.383Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / ---> 7b7fae05a033 [2021-04-19T23:10:37.383Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T23:10:37.383Z] [2021-04-19T23:10:37.957Z] + ls -al . [2021-04-19T23:10:37.957Z] total 812 [2021-04-19T23:10:37.957Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 23:10 . [2021-04-19T23:10:37.957Z] drwxr-xr-x 4 root root 32 Apr 19 23:06 .. [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 23:03 .dockerignore [2021-04-19T23:10:37.957Z] drwxrwxr-x 8 1001 1001 162 Apr 19 23:03 .git [2021-04-19T23:10:37.957Z] drwxrwxr-x 3 1001 1001 125 Apr 19 23:03 .github [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 818 Apr 19 23:03 .gitignore [2021-04-19T23:10:37.957Z] drwx------ 3 1001 1001 45 Apr 19 23:04 .semver [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 23:03 .sonarcloud.properties [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 8609 Apr 19 23:03 Attribution.txt [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 23:03 CONTRIBUTING.md [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 931 Apr 19 23:03 Dockerfile.build [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 863 Apr 19 23:03 Jenkinsfile [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 23:03 LICENSE [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 5774 Apr 19 23:03 Makefile [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 7978 Apr 19 23:03 README.md [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 6755 Apr 19 23:03 SECURITY.md [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 13 Apr 19 23:04 VERSION [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 23:03 ZMQWindows.md [2021-04-19T23:10:37.957Z] drwxrwxr-x 2 1001 1001 117 Apr 19 23:03 bin [2021-04-19T23:10:37.957Z] drwxrwxr-x 14 1001 1001 4096 Apr 19 23:03 cmd [2021-04-19T23:10:37.957Z] -rw-r--r-- 1 root root 703598 Apr 19 23:09 coverage.out [2021-04-19T23:10:37.957Z] -rw-r--r-- 1 root root 1058 Apr 19 23:10 go.mod [2021-04-19T23:10:37.957Z] -rw-r--r-- 1 root root 22256 Apr 19 23:10 go.sum [2021-04-19T23:10:37.957Z] drwxrwxr-x 8 1001 1001 127 Apr 19 23:03 internal [2021-04-19T23:10:37.957Z] drwxrwxr-x 4 1001 1001 26 Apr 19 23:03 openapi [2021-04-19T23:10:37.957Z] drwxrwxr-x 4 1001 1001 71 Apr 19 23:03 snap [2021-04-19T23:10:37.957Z] -rw-rw-r-- 1 1001 1001 168 Apr 19 23:03 version.go [2021-04-19T23:10:37.979Z] Removing intermediate container edf423e890e2 [2021-04-19T23:10:37.980Z] ---> 4b7a1f79bee0 [2021-04-19T23:10:37.980Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] sh [2021-04-19T23:10:38.345Z] + '[' -e coverage.out ] [2021-04-19T23:10:38.345Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-19T23:10:38.960Z] ---> 482353e7eb98 [2021-04-19T23:10:38.960Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-19T23:10:39.063Z] Stashed 1 file(s) [Pipeline] sh [2021-04-19T23:10:39.556Z] ---> ae91ea8da9dc [2021-04-19T23:10:39.556Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T23:10:39.556Z] ---> Running in ba638f35b7cf [2021-04-19T23:10:39.556Z] ---> 31cf76e9638e [2021-04-19T23:10:39.556Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T23:10:39.556Z] ---> c9c2a050234a [2021-04-19T23:10:39.556Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T23:10:39.793Z] + make build [2021-04-19T23:10:39.794Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T23:10:40.997Z] ---> 9845dd8df093 [2021-04-19T23:10:40.997Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T23:10:40.997Z] ---> bdb4d2a2f547 [2021-04-19T23:10:40.997Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T23:10:41.276Z] ---> Running in e99a76188b13 [2021-04-19T23:10:41.276Z] ---> Running in f0300553eccb [2021-04-19T23:10:41.878Z] ---> d65d8dfa8fec [2021-04-19T23:10:41.878Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T23:10:41.878Z] Removing intermediate container e99a76188b13 [2021-04-19T23:10:41.878Z] ---> c8a64b2eb613 [2021-04-19T23:10:41.878Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:10:42.240Z] Removing intermediate container f0300553eccb [2021-04-19T23:10:42.240Z] ---> c49b707a9e70 [2021-04-19T23:10:42.240Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:10:42.240Z] ---> Running in 9f71a6fc63a6 [2021-04-19T23:10:42.532Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T23:10:42.532Z] ---> Running in c98a967d7768 [2021-04-19T23:10:42.532Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T23:10:42.532Z] ---> eeaf43b92773 [2021-04-19T23:10:42.532Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:10:42.844Z] Removing intermediate container ba638f35b7cf [2021-04-19T23:10:42.844Z] ---> bed6498cafa2 [2021-04-19T23:10:42.844Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T23:10:42.844Z] ---> Running in 1bf22f0c4275 [2021-04-19T23:10:42.844Z] ---> Running in 18d977cafc43 [2021-04-19T23:10:43.143Z] Removing intermediate container 9f71a6fc63a6 [2021-04-19T23:10:43.143Z] ---> 4cd9b5b6d293 [2021-04-19T23:10:43.143Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T23:10:43.143Z] Removing intermediate container c98a967d7768 [2021-04-19T23:10:43.143Z] ---> b746b1fff7b4 [2021-04-19T23:10:43.143Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T23:10:43.143Z] ---> 1e6325c2460f [2021-04-19T23:10:43.143Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T23:10:43.465Z] ---> Running in 5951934747bb [2021-04-19T23:10:43.465Z] ---> Running in 539a95b2d24b [2021-04-19T23:10:43.465Z] ---> Running in ed322c634cc9 [2021-04-19T23:10:43.465Z] Removing intermediate container 1bf22f0c4275 [2021-04-19T23:10:43.465Z] ---> d36fb223ad3d [2021-04-19T23:10:43.465Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T23:10:43.844Z] Removing intermediate container 18d977cafc43 [2021-04-19T23:10:43.844Z] ---> 8f519babffbb [2021-04-19T23:10:43.844Z] Step 22/24 : LABEL arch=arm64 [2021-04-19T23:10:43.844Z] ---> Running in 6b24ba71fe04 [2021-04-19T23:10:44.160Z] ---> Running in b04f6983b829 [2021-04-19T23:10:44.433Z] Removing intermediate container 539a95b2d24b [2021-04-19T23:10:44.433Z] ---> 971c8545b03e [2021-04-19T23:10:44.433Z] Step 21/22 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:10:44.433Z] Removing intermediate container 5951934747bb [2021-04-19T23:10:44.433Z] ---> e50a43b74493 [2021-04-19T23:10:44.433Z] Step 22/23 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:10:44.433Z] Removing intermediate container ed322c634cc9 [2021-04-19T23:10:44.433Z] ---> 3e0e0847b728 [2021-04-19T23:10:44.433Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:10:44.713Z] ---> Running in 841124f736c6 [2021-04-19T23:10:44.713Z] ---> Running in cb9bfe3dfab9 [2021-04-19T23:10:44.713Z] ---> Running in 9db155d26254 [2021-04-19T23:10:44.995Z] Removing intermediate container b04f6983b829 [2021-04-19T23:10:44.995Z] ---> 1140a5e1de98 [2021-04-19T23:10:44.995Z] Step 23/24 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:10:45.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T23:10:45.270Z] ---> Running in 1189dcdabbf4 [2021-04-19T23:10:45.270Z] Removing intermediate container cb9bfe3dfab9 [2021-04-19T23:10:45.270Z] Removing intermediate container 841124f736c6 [2021-04-19T23:10:45.270Z] ---> 143bf7f23a73 [2021-04-19T23:10:45.270Z] Step 22/22 : LABEL version=2.0.0-dev.179 [2021-04-19T23:10:45.270Z] ---> 6f61915417dc [2021-04-19T23:10:45.270Z] Step 23/23 : LABEL version=2.0.0-dev.179 [2021-04-19T23:10:45.543Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:10:45.543Z] Removing intermediate container 9db155d26254 [2021-04-19T23:10:45.543Z] ---> 8097d340d5d6 [2021-04-19T23:10:45.543Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T23:10:45.816Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:10:45.816Z] ---> Running in 8d3cf0767464 [2021-04-19T23:10:45.816Z] Removing intermediate container 1189dcdabbf4 [2021-04-19T23:10:45.816Z] ---> 7cf9c30d8cff [2021-04-19T23:10:45.816Z] Step 24/24 : LABEL version=2.0.0-dev.179 [2021-04-19T23:10:45.816Z] ---> Running in 206c304c6b1f [2021-04-19T23:10:45.816Z] ---> Running in 3a1ea5a69340 [2021-04-19T23:10:45.816Z] ---> Running in a8923b33091c [2021-04-19T23:10:46.420Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T23:10:46.420Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T23:10:46.420Z] Removing intermediate container 8d3cf0767464 [2021-04-19T23:10:46.420Z] ---> 25d8da1631ec [2021-04-19T23:10:46.420Z] [2021-04-19T23:10:46.420Z] Executing bash-5.0.17-r0.post-install [2021-04-19T23:10:46.420Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T23:10:46.420Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T23:10:46.420Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T23:10:46.420Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T23:10:46.420Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T23:10:46.420Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T23:10:46.420Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T23:10:46.420Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T23:10:46.420Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T23:10:46.420Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T23:10:46.420Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T23:10:46.420Z] Removing intermediate container 206c304c6b1f [2021-04-19T23:10:46.420Z] ---> ca93c2e3317e [2021-04-19T23:10:46.420Z] [2021-04-19T23:10:46.699Z] Removing intermediate container 3a1ea5a69340 [2021-04-19T23:10:46.699Z] ---> 88c0b185c86c [2021-04-19T23:10:46.699Z] Step 22/23 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:10:46.699Z] Successfully built 25d8da1631ec [2021-04-19T23:10:46.972Z] Successfully built ca93c2e3317e [2021-04-19T23:10:46.972Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-04-19T23:10:46.972Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go [2021-04-19T23:10:46.972Z] Successfully tagged docker-core-command-go-arm64:latest [2021-04-19T23:10:46.972Z] Building docker-security-proxy-setup-go [2021-04-19T23:10:46.972Z] Removing intermediate container a8923b33091c [2021-04-19T23:10:46.972Z] ---> 036c465f2f3c [2021-04-19T23:10:46.972Z] [2021-04-19T23:10:47.576Z]  Building docker-core-command-go ... done  ---> Running in 0db6ab31256e [2021-04-19T23:10:47.576Z] Successfully built 036c465f2f3c [2021-04-19T23:10:47.576Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-04-19T23:10:47.576Z] Building docker-support-notifications-go [2021-04-19T23:10:48.179Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0db6ab31256e [2021-04-19T23:10:48.179Z] ---> 23f1bdd30b93 [2021-04-19T23:10:48.179Z] Step 23/23 : LABEL version=2.0.0-dev.179 [2021-04-19T23:10:48.463Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T23:10:48.463Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T23:10:48.463Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T23:10:48.463Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T23:10:48.463Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T23:10:48.463Z] ---> Running in 2ffd4702d296 [2021-04-19T23:10:48.463Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T23:10:48.737Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T23:10:48.737Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T23:10:48.737Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T23:10:48.737Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T23:10:48.737Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T23:10:48.737Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T23:10:48.737Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T23:10:49.011Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T23:10:49.011Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T23:10:49.011Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T23:10:49.011Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T23:10:49.011Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T23:10:49.011Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T23:10:49.011Z] Removing intermediate container 2ffd4702d296 [2021-04-19T23:10:49.011Z] ---> 4c8ec1ee0fa5 [2021-04-19T23:10:49.011Z] [2021-04-19T23:10:49.011Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T23:10:49.011Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T23:10:49.011Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T23:10:49.011Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T23:10:49.011Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T23:10:49.011Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T23:10:49.011Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T23:10:49.285Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T23:10:49.285Z] OK: 72 MiB in 59 packages [2021-04-19T23:10:49.285Z] Successfully built 4c8ec1ee0fa5 [2021-04-19T23:10:49.555Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-04-19T23:10:49.555Z] Building docker-core-data-go [2021-04-19T23:10:53.851Z]  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 [2021-04-19T23:10:53.851Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T23:10:54.453Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T23:10:54.453Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T23:10:56.433Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T23:10:56.433Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T23:10:57.032Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T23:10:57.032Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T23:10:59.005Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T23:10:59.005Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T23:11:00.983Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T23:11:00.983Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T23:11:01.961Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T23:11:01.961Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T23:11:03.397Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T23:11:03.397Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T23:11:04.377Z] Collecting PyYAML<4,>=3.10 [2021-04-19T23:11:04.377Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T23:11:07.770Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T23:11:07.770Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T23:11:07.770Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-19T23:11:07.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T23:11:08.044Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T23:11:08.044Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T23:11:08.319Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-19T23:11:08.319Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-19T23:11:08.943Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T23:11:08.943Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T23:11:09.545Z] Collecting idna<2.8,>=2.5 [2021-04-19T23:11:09.545Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T23:11:09.545Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T23:11:09.546Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T23:11:09.546Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T23:11:09.546Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T23:11:10.991Z] Installing collected packages: texttable, cached-property, dockerpty, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, PyYAML, jsonschema, docker-compose [2021-04-19T23:11:10.991Z] Running setup.py install for texttable: started [2021-04-19T23:11:11.252Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T23:11:12.969Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T23:11:12.969Z] Running setup.py install for dockerpty: started [2021-04-19T23:11:15.597Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T23:11:15.597Z] Running setup.py install for docopt: started [2021-04-19T23:11:17.587Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T23:11:17.861Z] Attempting uninstall: urllib3 [2021-04-19T23:11:17.861Z] Found existing installation: urllib3 1.25.9 [2021-04-19T23:11:17.861Z] Uninstalling urllib3-1.25.9: [2021-04-19T23:11:17.861Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T23:11:18.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T23:11:18.844Z] Attempting uninstall: idna [2021-04-19T23:11:18.844Z] Found existing installation: idna 2.9 [2021-04-19T23:11:18.844Z] Uninstalling idna-2.9: [2021-04-19T23:11:18.844Z] Successfully uninstalled idna-2.9 [2021-04-19T23:11:19.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T23:11:19.449Z] Attempting uninstall: requests [2021-04-19T23:11:19.449Z] Found existing installation: requests 2.23.0 [2021-04-19T23:11:19.449Z] Uninstalling requests-2.23.0: [2021-04-19T23:11:19.727Z] Successfully uninstalled requests-2.23.0 [2021-04-19T23:11:21.178Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:11:21.178Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:11:21.178Z] ---> f607500230d1 [2021-04-19T23:11:21.178Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T23:11:21.178Z] ---> Using cache [2021-04-19T23:11:21.178Z] ---> e2425cbee967 [2021-04-19T23:11:21.178Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:11:21.178Z] ---> Using cache [2021-04-19T23:11:21.178Z] ---> 19d4908fa5bc [2021-04-19T23:11:21.178Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T23:11:21.178Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:11:21.178Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:11:21.178Z] ---> f607500230d1 [2021-04-19T23:11:21.178Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T23:11:21.178Z] ---> Using cache [2021-04-19T23:11:21.178Z] ---> e2425cbee967 [2021-04-19T23:11:21.178Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:11:21.178Z] ---> Using cache [2021-04-19T23:11:21.178Z] ---> 19d4908fa5bc [2021-04-19T23:11:21.178Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T23:11:21.451Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:11:21.452Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:11:21.452Z] ---> f607500230d1 [2021-04-19T23:11:21.452Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T23:11:21.452Z] ---> Using cache [2021-04-19T23:11:21.452Z] ---> e2425cbee967 [2021-04-19T23:11:21.452Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:11:21.452Z] ---> Using cache [2021-04-19T23:11:21.452Z] ---> 19d4908fa5bc [2021-04-19T23:11:21.452Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T23:11:21.452Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:11:21.452Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:11:21.452Z] ---> f607500230d1 [2021-04-19T23:11:21.452Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T23:11:21.452Z] ---> Using cache [2021-04-19T23:11:21.452Z] ---> e2425cbee967 [2021-04-19T23:11:21.452Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:11:21.452Z] ---> Using cache [2021-04-19T23:11:21.452Z] ---> 19d4908fa5bc [2021-04-19T23:11:21.452Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T23:11:22.052Z] Running setup.py install for PyYAML: started [2021-04-19T23:11:23.626Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T23:11:24.043Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T23:11:25.018Z] ---> Running in 723e05b0ba5e [2021-04-19T23:11:25.018Z] ---> Running in 140d39cff14f [2021-04-19T23:11:25.018Z] ---> Running in b4beac52414d [2021-04-19T23:11:25.018Z] ---> Running in 7b52b69fe694 [2021-04-19T23:11:26.011Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-19T23:11:27.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:11:27.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:11:27.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:11:27.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:11:27.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:11:27.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:11:27.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:11:27.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:11:28.599Z] OK: 217 MiB in 51 packages [2021-04-19T23:11:28.881Z] OK: 217 MiB in 51 packages [2021-04-19T23:11:28.881Z] OK: 217 MiB in 51 packages [2021-04-19T23:11:29.162Z] OK: 217 MiB in 51 packages [2021-04-19T23:11:29.460Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T23:11:30.603Z] Removing intermediate container 7b52b69fe694 [2021-04-19T23:11:30.603Z] ---> 896b05273291 [2021-04-19T23:11:30.603Z] Step 6/22 : COPY go.mod . [2021-04-19T23:11:31.202Z] Removing intermediate container 140d39cff14f [2021-04-19T23:11:31.202Z] ---> 95cfb86d9235 [2021-04-19T23:11:31.202Z] Step 6/21 : COPY go.mod . [2021-04-19T23:11:31.202Z] Removing intermediate container b4beac52414d [2021-04-19T23:11:31.202Z] ---> 0b3a823ca3f1 [2021-04-19T23:11:31.202Z] Step 6/23 : COPY go.mod . [2021-04-19T23:11:31.478Z] Removing intermediate container 723e05b0ba5e [2021-04-19T23:11:31.478Z] ---> 7b299d099396 [2021-04-19T23:11:31.478Z] Step 6/31 : COPY go.mod . [2021-04-19T23:11:31.478Z] ---> 1400df110806 [2021-04-19T23:11:31.478Z] Step 7/22 : RUN go mod download [2021-04-19T23:11:31.753Z] ---> Running in 620c96a0742c [2021-04-19T23:11:32.346Z] ---> 3505e9f1659c [2021-04-19T23:11:32.346Z] Step 7/21 : RUN go mod download [2021-04-19T23:11:32.617Z] ---> Running in 83e51f4750f6 [2021-04-19T23:11:32.617Z] ---> fbb92787fff1 [2021-04-19T23:11:32.617Z] Step 7/23 : RUN go mod download [2021-04-19T23:11:32.894Z] ---> bc27360ba36a [2021-04-19T23:11:32.894Z] Step 7/31 : RUN go mod download [2021-04-19T23:11:32.894Z] ---> Running in b773f64b565b [2021-04-19T23:11:33.169Z] ---> Running in 9dcf93877cf5 [2021-04-19T23:11:33.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T23:11:36.593Z] Removing intermediate container 620c96a0742c [2021-04-19T23:11:36.593Z] ---> 114d0b7be548 [2021-04-19T23:11:36.593Z] Step 8/22 : COPY . . [2021-04-19T23:11:36.787Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T23:11:37.198Z] Removing intermediate container 83e51f4750f6 [2021-04-19T23:11:37.198Z] ---> 07e359f399e6 [2021-04-19T23:11:37.198Z] Step 8/21 : COPY . . [2021-04-19T23:11:37.794Z] Removing intermediate container b773f64b565b [2021-04-19T23:11:37.794Z] ---> 4ef274debeaa [2021-04-19T23:11:37.794Z] Step 8/23 : COPY . . [2021-04-19T23:11:38.071Z] Removing intermediate container 9dcf93877cf5 [2021-04-19T23:11:38.071Z] ---> c6e489beb868 [2021-04-19T23:11:38.071Z] Step 8/31 : COPY . . [2021-04-19T23:11:39.506Z] Removing intermediate container 6b24ba71fe04 [2021-04-19T23:11:39.506Z] ---> 99107d58fd23 [2021-04-19T23:11:39.506Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T23:11:40.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T23:11:42.954Z] ---> Running in 803f74c3b69f [2021-04-19T23:11:43.964Z] Removing intermediate container 803f74c3b69f [2021-04-19T23:11:43.964Z] ---> fe87be86cb01 [2021-04-19T23:11:43.964Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T23:11:44.565Z] ---> Running in d35ab32e51a4 [2021-04-19T23:11:45.457Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T23:11:46.016Z] Removing intermediate container d35ab32e51a4 [2021-04-19T23:11:46.016Z] ---> 4e4704131629 [2021-04-19T23:11:46.016Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T23:11:50.634Z] ---> 1979c88f02a0 [2021-04-19T23:11:50.634Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T23:11:52.092Z] ---> 36115e21d1f3 [2021-04-19T23:11:52.092Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T23:11:52.368Z] ---> 98c8b6ceeb1b [2021-04-19T23:11:52.368Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [Pipeline] } [2021-04-19T23:11:52.551Z] $ docker stop --time=1 7899e5b88fdb5f5907e4709a9bed61d9998ca89a9946221f05f34f17ce2f0e78 [2021-04-19T23:11:52.975Z] ---> Running in 9956f17811f6 [2021-04-19T23:11:53.584Z] ---> 00a489c78a37 [2021-04-19T23:11:53.584Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T23:11:53.584Z] ---> 2a05207af66d [2021-04-19T23:11:53.584Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T23:11:53.584Z] ---> 78107ef77e36 [2021-04-19T23:11:53.584Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T23:11:53.868Z] ---> 8765d8844c6e [2021-04-19T23:11:53.868Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-19T23:11:53.868Z] ---> Running in 7785424e926f [2021-04-19T23:11:53.868Z] ---> Running in 8b906a775001 [2021-04-19T23:11:53.868Z] ---> Running in dba2207b4c4b [2021-04-19T23:11:54.146Z] ---> Running in ea1dee8c8135 [2021-04-19T23:11:54.424Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T23:11:54.711Z] Removing intermediate container 7785424e926f [2021-04-19T23:11:54.711Z] ---> 240f643d07fb [2021-04-19T23:11:54.711Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:11:54.711Z] ---> Running in 0b51e6b2a6dd [2021-04-19T23:11:54.920Z] $ docker rm -f 7899e5b88fdb5f5907e4709a9bed61d9998ca89a9946221f05f34f17ce2f0e78 [2021-04-19T23:11:55.705Z] Removing intermediate container 0b51e6b2a6dd [2021-04-19T23:11:55.705Z] ---> e393c5d21ef0 [2021-04-19T23:11:55.705Z] Step 21/23 : LABEL arch=arm64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-04-19T23:11:55.980Z] ---> Running in 654f1a418672 [2021-04-19T23:11:55.980Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:11:56.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T23:11:56.416Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T23:11:56.706Z] [2021-04-19T23:11:56.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T23:11:56.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T23:11:56.859Z] Removing intermediate container 654f1a418672 [2021-04-19T23:11:56.859Z] ---> 1d07ead65d96 [2021-04-19T23:11:56.859Z] Step 22/23 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:11:57.134Z] ---> Running in afebdbc1d290 [2021-04-19T23:11:57.373Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T23:11:57.651Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-19T23:11:57.651Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-19T23:11:57.651Z] ca9280d653b3: Pulling fs layer [2021-04-19T23:11:57.651Z] 7e9c9ca2126c: Pulling fs layer [2021-04-19T23:11:57.651Z] cbdbe7a5bc2a: Verifying Checksum [2021-04-19T23:11:57.651Z] cbdbe7a5bc2a: Download complete [2021-04-19T23:11:57.740Z] Removing intermediate container afebdbc1d290 [2021-04-19T23:11:57.740Z] ---> c4f1bb04a07c [2021-04-19T23:11:57.740Z] Step 23/23 : LABEL version=2.0.0-dev.179 [2021-04-19T23:11:58.016Z] ---> Running in f17d10d59eb4 [2021-04-19T23:11:58.617Z] Removing intermediate container f17d10d59eb4 [2021-04-19T23:11:58.617Z] ---> 92d01f7876e7 [2021-04-19T23:11:58.617Z] [2021-04-19T23:11:58.670Z] cbdbe7a5bc2a: Pull complete [2021-04-19T23:11:58.670Z] ca9280d653b3: Verifying Checksum [2021-04-19T23:11:58.670Z] ca9280d653b3: Download complete [2021-04-19T23:11:59.221Z] Successfully built 92d01f7876e7 [2021-04-19T23:11:59.221Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-04-19T23:12:00.666Z] ca9280d653b3: Pull complete [2021-04-19T23:12:00.667Z] 7e9c9ca2126c: Verifying Checksum [2021-04-19T23:12:00.667Z] 7e9c9ca2126c: Download complete [2021-04-19T23:12:15.997Z] 7e9c9ca2126c: Pull complete [2021-04-19T23:12:15.997Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-19T23:12:15.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T23:12:15.997Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-19T23:12:16.366Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:12:16.447Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T23:12:18.821Z] $ docker top 328d5dac59ab8081af0dbec79caf3efe45d9d637d014f71a0037f76508bd43de -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:12:19.363Z] + grep parallel [2021-04-19T23:12:19.363Z] + docker-compose build --help [2021-04-19T23:12:20.811Z] --parallel Build images in parallel. [Pipeline] } [2021-04-19T23:12:20.829Z] $ docker stop --time=1 328d5dac59ab8081af0dbec79caf3efe45d9d637d014f71a0037f76508bd43de [2021-04-19T23:12:23.556Z] $ docker rm -f 328d5dac59ab8081af0dbec79caf3efe45d9d637d014f71a0037f76508bd43de [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:12:24.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-19T23:12:24.552Z] . [Pipeline] withDockerContainer [2021-04-19T23:12:24.744Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:12:24.872Z] $ 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/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-19T23:12:26.780Z] $ docker top 153de22193f1432cc2276aa24b8caf82308554b34d5a11b66588cb2b2323a308 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:12:28.184Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-19T23:12:29.664Z] Building docker-core-command-go ... [2021-04-19T23:12:29.665Z] Building docker-core-data-go ... [2021-04-19T23:12:29.665Z] Building docker-core-metadata-go ... [2021-04-19T23:12:29.665Z] Building docker-security-bootstrapper-go ... [2021-04-19T23:12:29.665Z] Building docker-security-proxy-setup-go ... [2021-04-19T23:12:29.665Z] Building docker-security-secretstore-setup-go ... [2021-04-19T23:12:29.665Z] Building docker-support-notifications-go ... [2021-04-19T23:12:29.665Z] Building docker-support-scheduler-go ... [2021-04-19T23:12:29.665Z] Building docker-sys-mgmt-agent-go ... [2021-04-19T23:12:29.665Z] Building docker-security-proxy-setup-go [2021-04-19T23:12:29.665Z] Building docker-security-secretstore-setup-go [2021-04-19T23:12:29.665Z] Building docker-support-scheduler-go [2021-04-19T23:12:29.665Z] Building docker-sys-mgmt-agent-go [2021-04-19T23:12:29.665Z] Building docker-core-command-go [2021-04-19T23:13:21.064Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T23:13:27.837Z] Removing intermediate container dba2207b4c4b [2021-04-19T23:13:27.837Z] ---> 0f0330ddc829 [2021-04-19T23:13:27.837Z] [2021-04-19T23:13:27.837Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T23:13:27.837Z] ---> 9852663dfa18 [2021-04-19T23:13:27.837Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T23:13:27.837Z] ---> Running in 198a79f92cc6 [2021-04-19T23:13:29.316Z] Removing intermediate container 198a79f92cc6 [2021-04-19T23:13:29.316Z] ---> 222169c79d1a [2021-04-19T23:13:29.316Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T23:13:29.593Z] ---> Running in debfff1f9514 [2021-04-19T23:13:31.045Z] Removing intermediate container ea1dee8c8135 [2021-04-19T23:13:31.045Z] ---> 418da56b29b6 [2021-04-19T23:13:31.045Z] [2021-04-19T23:13:31.045Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T23:13:31.045Z] ---> 9852663dfa18 [2021-04-19T23:13:31.045Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T23:13:31.328Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:13:31.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:13:31.611Z] ---> Running in 55d522f3d0df [2021-04-19T23:13:32.216Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T23:13:32.216Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T23:13:32.216Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:13:32.216Z] OK: 5 MiB in 16 packages [2021-04-19T23:13:34.210Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:13:34.211Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:13:34.491Z] Removing intermediate container 9956f17811f6 [2021-04-19T23:13:34.491Z] ---> eb508f5f31f7 [2021-04-19T23:13:34.491Z] [2021-04-19T23:13:34.491Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T23:13:34.491Z] ---> 9852663dfa18 [2021-04-19T23:13:34.491Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T23:13:34.491Z] Removing intermediate container debfff1f9514 [2021-04-19T23:13:34.491Z] ---> d857b1d93290 [2021-04-19T23:13:34.491Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T23:13:34.491Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T23:13:34.766Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T23:13:34.766Z] ---> Running in 3a9760bccabc [2021-04-19T23:13:34.766Z] ---> Running in 2c0e3d48a6e5 [2021-04-19T23:13:34.766Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T23:13:34.766Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T23:13:34.766Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:13:34.766Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T23:13:35.046Z] OK: 7 MiB in 18 packages [2021-04-19T23:13:35.652Z] Removing intermediate container 3a9760bccabc [2021-04-19T23:13:35.652Z] ---> c835221cb82d [2021-04-19T23:13:35.652Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T23:13:35.925Z] ---> Running in 04caf9ae8a89 [2021-04-19T23:13:36.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:13:36.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:13:36.764Z] Removing intermediate container 04caf9ae8a89 [2021-04-19T23:13:36.764Z] ---> f1398b261d6e [2021-04-19T23:13:36.764Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T23:13:37.046Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T23:13:37.046Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T23:13:37.046Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:13:37.046Z] ---> Running in b7214a20a619 [2021-04-19T23:13:37.046Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T23:13:37.324Z] Removing intermediate container 55d522f3d0df [2021-04-19T23:13:37.324Z] ---> 8cd09ca5ba42 [2021-04-19T23:13:37.324Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T23:13:37.324Z] OK: 6 MiB in 16 packages [2021-04-19T23:13:37.597Z] ---> Running in 9f4e6b5fb384 [2021-04-19T23:13:38.588Z] Removing intermediate container 9f4e6b5fb384 [2021-04-19T23:13:38.588Z] ---> f9b3e96a94dc [2021-04-19T23:13:38.588Z] Step 13/21 : WORKDIR /edgex [2021-04-19T23:13:38.864Z] ---> Running in a242ea8476f9 [2021-04-19T23:13:39.863Z] Removing intermediate container 2c0e3d48a6e5 [2021-04-19T23:13:39.863Z] ---> 17dd48808444 [2021-04-19T23:13:39.863Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:13:40.142Z] Removing intermediate container a242ea8476f9 [2021-04-19T23:13:40.142Z] ---> ec6891eb74fa [2021-04-19T23:13:40.142Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T23:13:40.142Z] ---> Running in ba3c3c5c9d65 [2021-04-19T23:13:40.744Z] Removing intermediate container b7214a20a619 [2021-04-19T23:13:40.744Z] ---> 8e710f8e3dd0 [2021-04-19T23:13:40.744Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T23:13:40.744Z] ---> Running in d52be56014ec [2021-04-19T23:13:40.744Z] Removing intermediate container ba3c3c5c9d65 [2021-04-19T23:13:40.744Z] ---> 91014a3acb6a [2021-04-19T23:13:40.744Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T23:13:41.028Z] ---> Running in b2190d189106 [2021-04-19T23:13:41.028Z] ---> e3644eadb363 [2021-04-19T23:13:41.028Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T23:13:41.659Z] Removing intermediate container d52be56014ec [2021-04-19T23:13:41.659Z] ---> 5044bc81b776 [2021-04-19T23:13:41.659Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T23:13:41.936Z] Removing intermediate container b2190d189106 [2021-04-19T23:13:41.936Z] ---> 4adc4c901079 [2021-04-19T23:13:41.936Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T23:13:42.212Z] ---> Running in 861b721a0220 [2021-04-19T23:13:42.488Z] ---> 2797c0200d94 [2021-04-19T23:13:42.488Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T23:13:42.488Z] ---> aff7377931e7 [2021-04-19T23:13:42.488Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T23:13:42.765Z] ---> Running in 5d3d709cd573 [2021-04-19T23:13:43.045Z] Removing intermediate container 861b721a0220 [2021-04-19T23:13:43.045Z] ---> 63a511dbff59 [2021-04-19T23:13:43.045Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:13:44.042Z] ---> 8e8c481ad00c [2021-04-19T23:13:44.042Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T23:13:44.316Z] ---> 997129b78151 [2021-04-19T23:13:44.316Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T23:13:44.316Z] ---> Running in 2709e50923d3 [2021-04-19T23:13:44.916Z] Removing intermediate container 2709e50923d3 [2021-04-19T23:13:44.916Z] ---> b4ba63754971 [2021-04-19T23:13:44.916Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T23:13:45.193Z] ---> Running in 976220ccb58c [2021-04-19T23:13:46.185Z] ---> df35cae2d177 [2021-04-19T23:13:46.185Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T23:13:46.185Z] Removing intermediate container 976220ccb58c [2021-04-19T23:13:46.185Z] ---> e7fed62dc81c [2021-04-19T23:13:46.185Z] Step 19/21 : LABEL arch=arm64 [2021-04-19T23:13:46.185Z] Removing intermediate container 5d3d709cd573 [2021-04-19T23:13:46.185Z] ---> 82db6adcba2a [2021-04-19T23:13:46.185Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:13:46.460Z] ---> Running in 32531604b0c4 [2021-04-19T23:13:47.057Z] Removing intermediate container 32531604b0c4 [2021-04-19T23:13:47.057Z] ---> fd75a2404c51 [2021-04-19T23:13:47.057Z] Step 20/21 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:13:47.057Z] ---> 5b86375a57f1 [2021-04-19T23:13:47.057Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T23:13:47.652Z] ---> Running in 1117fb88ed56 [2021-04-19T23:13:47.652Z] ---> Running in bf77ebbede3c [2021-04-19T23:13:47.652Z] ---> 1a3e24132499 [2021-04-19T23:13:47.652Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T23:13:48.249Z] Removing intermediate container 8b906a775001 [2021-04-19T23:13:48.249Z] ---> 129afae75960 [2021-04-19T23:13:48.249Z] [2021-04-19T23:13:48.249Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T23:13:48.249Z] ---> 9852663dfa18 [2021-04-19T23:13:48.249Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T23:13:48.524Z] Removing intermediate container 1117fb88ed56 [2021-04-19T23:13:48.524Z] ---> eba121b337b8 [2021-04-19T23:13:48.524Z] Step 21/21 : LABEL version=2.0.0-dev.179 [2021-04-19T23:13:48.524Z] Removing intermediate container bf77ebbede3c [2021-04-19T23:13:48.524Z] ---> 69d138dcc4e5 [2021-04-19T23:13:48.524Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:13:48.524Z] ---> Running in e25f84330ae5 [2021-04-19T23:13:48.816Z] ---> Running in ecb02f853c5c [2021-04-19T23:13:48.816Z] ---> Running in 2cd7bc29d2a9 [2021-04-19T23:13:49.091Z] Removing intermediate container e25f84330ae5 [2021-04-19T23:13:49.091Z] ---> 2e014ce8bf18 [2021-04-19T23:13:49.091Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T23:13:49.091Z] ---> ece9ad885fe7 [2021-04-19T23:13:49.091Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T23:13:49.365Z] ---> Running in d65b9e2cca6e [2021-04-19T23:13:49.643Z] Removing intermediate container ecb02f853c5c [2021-04-19T23:13:49.643Z] ---> 0e0984e2b83f [2021-04-19T23:13:49.643Z] Step 20/22 : LABEL arch=arm64 [2021-04-19T23:13:49.643Z] Removing intermediate container 2cd7bc29d2a9 [2021-04-19T23:13:49.643Z] ---> ad5627454ba3 [2021-04-19T23:13:49.643Z] [2021-04-19T23:13:49.643Z] ---> Running in 7cb784957af4 [2021-04-19T23:13:49.917Z] Successfully built ad5627454ba3 [2021-04-19T23:13:49.917Z] Removing intermediate container d65b9e2cca6e [2021-04-19T23:13:49.917Z] ---> 2610a28a0507 [2021-04-19T23:13:49.917Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T23:13:49.917Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-04-19T23:13:50.191Z]  Building docker-security-proxy-setup-go ... done  ---> 2dc0bf728075 [2021-04-19T23:13:50.191Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T23:13:50.191Z] ---> Running in 8c55720a023f [2021-04-19T23:13:50.191Z] Removing intermediate container 7cb784957af4 [2021-04-19T23:13:50.191Z] ---> d45aacf4797d [2021-04-19T23:13:50.191Z] Step 21/22 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:13:50.466Z] ---> Running in d7868f43abe8 [2021-04-19T23:13:50.743Z] Removing intermediate container 8c55720a023f [2021-04-19T23:13:50.743Z] ---> 65cfc093e5fb [2021-04-19T23:13:50.743Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:13:51.027Z] ---> 0dd945118ebe [2021-04-19T23:13:51.027Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T23:13:51.027Z] ---> Running in 9354b6170d99 [2021-04-19T23:13:51.027Z] Removing intermediate container d7868f43abe8 [2021-04-19T23:13:51.027Z] ---> 0232d8eaab49 [2021-04-19T23:13:51.027Z] Step 22/22 : LABEL version=2.0.0-dev.179 [2021-04-19T23:13:51.308Z] ---> Running in 63ec06cf92c5 [2021-04-19T23:13:51.905Z] ---> 73fc4f8f2ae5 [2021-04-19T23:13:51.905Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T23:13:51.905Z] Removing intermediate container 63ec06cf92c5 [2021-04-19T23:13:51.905Z] ---> f0b2583192ed [2021-04-19T23:13:51.906Z] [2021-04-19T23:13:52.178Z] Successfully built f0b2583192ed [2021-04-19T23:13:52.412Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:13:52.412Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:13:52.413Z] ---> fc5e2fb14125 [2021-04-19T23:13:52.413Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T23:13:52.413Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:13:52.413Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:13:52.413Z] ---> fc5e2fb14125 [2021-04-19T23:13:52.413Z] Step 3/24 : WORKDIR /edgex-go [2021-04-19T23:13:52.413Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:13:52.413Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:13:52.413Z] ---> fc5e2fb14125 [2021-04-19T23:13:52.413Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T23:13:52.413Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:13:52.413Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:13:52.413Z] ---> fc5e2fb14125 [2021-04-19T23:13:52.413Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T23:13:52.413Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:13:52.413Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:13:52.413Z] ---> fc5e2fb14125 [2021-04-19T23:13:52.413Z] Step 3/21 : WORKDIR /edgex-go [2021-04-19T23:13:52.413Z] ---> Running in 9a4b6711c0c1 [2021-04-19T23:13:52.413Z] ---> Running in 52c5669c4e72 [2021-04-19T23:13:52.413Z] ---> Running in b503af465df5 [2021-04-19T23:13:52.413Z] ---> Running in 2ade2ef9495d [2021-04-19T23:13:52.413Z] ---> Running in 29a20aad4871 [2021-04-19T23:13:52.413Z] Removing intermediate container 9a4b6711c0c1 [2021-04-19T23:13:52.413Z] ---> 3bccaeb7f841 [2021-04-19T23:13:52.413Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:13:52.413Z] Removing intermediate container 29a20aad4871 [2021-04-19T23:13:52.413Z] ---> f4244d108980 [2021-04-19T23:13:52.413Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:13:52.413Z] Removing intermediate container 52c5669c4e72 [2021-04-19T23:13:52.413Z] ---> ec089ef8c63b [2021-04-19T23:13:52.413Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:13:52.413Z] Removing intermediate container 2ade2ef9495d [2021-04-19T23:13:52.413Z] ---> 249723591d76 [2021-04-19T23:13:52.413Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:13:52.413Z] Removing intermediate container b503af465df5 [2021-04-19T23:13:52.413Z] ---> 33d462513bb4 [2021-04-19T23:13:52.413Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:13:52.413Z] ---> Running in 6e0386b2132b [2021-04-19T23:13:52.413Z] ---> Running in ca6e0148150b [2021-04-19T23:13:52.413Z] ---> Running in cd0c2a5aba59 [2021-04-19T23:13:52.413Z] ---> Running in 342276388b8b [2021-04-19T23:13:52.413Z] ---> Running in d2184757e84e [2021-04-19T23:13:52.451Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-04-19T23:13:52.451Z]  Building docker-support-notifications-go ... done  ---> Running in 6d71bc697053 [2021-04-19T23:13:53.046Z] Removing intermediate container 6d71bc697053 [2021-04-19T23:13:53.046Z] ---> 296c37121f11 [2021-04-19T23:13:53.046Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T23:13:53.670Z] Removing intermediate container 9354b6170d99 [2021-04-19T23:13:53.670Z] ---> 28e79daef5e3 [2021-04-19T23:13:53.670Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T23:13:53.670Z] ---> Running in 626d49a3e5ea [2021-04-19T23:13:53.670Z] ---> 08a382c34919 [2021-04-19T23:13:53.670Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T23:13:54.285Z] ---> Running in 2cff38d10051 [2021-04-19T23:13:54.593Z] Removing intermediate container ca6e0148150b [2021-04-19T23:13:54.593Z] ---> 15f9ec0e4a13 [2021-04-19T23:13:54.593Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T23:13:54.593Z] Removing intermediate container cd0c2a5aba59 [2021-04-19T23:13:54.593Z] ---> 9587635ce88a [2021-04-19T23:13:54.593Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-19T23:13:54.593Z] ---> Running in fdedce86a657 [2021-04-19T23:13:54.593Z] ---> Running in e68434202e80 [2021-04-19T23:13:54.933Z] Removing intermediate container 6e0386b2132b [2021-04-19T23:13:54.933Z] ---> 586568292830 [2021-04-19T23:13:54.933Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-19T23:13:55.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-19T23:13:55.266Z] Removing intermediate container 342276388b8b [2021-04-19T23:13:55.266Z] ---> db9762b8532c [2021-04-19T23:13:55.266Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-19T23:13:55.266Z] Removing intermediate container d2184757e84e [2021-04-19T23:13:55.266Z] ---> 2e670d0af25c [2021-04-19T23:13:55.266Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-19T23:13:55.266Z] ---> Running in 994261c220a0 [2021-04-19T23:13:55.606Z] ---> Running in 67aede815ba8 [2021-04-19T23:13:55.606Z] ---> Running in bfa588ee8f8e [2021-04-19T23:13:55.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-19T23:13:56.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:56.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:56.452Z] Removing intermediate container 2cff38d10051 [2021-04-19T23:13:56.452Z] ---> 360c839d7a87 [2021-04-19T23:13:56.452Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T23:13:56.452Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T23:13:56.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:56.723Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T23:13:56.723Z] ---> Running in fc479a4c3f25 [2021-04-19T23:13:56.723Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T23:13:56.723Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T23:13:56.994Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T23:13:57.265Z] Removing intermediate container fc479a4c3f25 [2021-04-19T23:13:57.265Z] ---> 20260c4d122d [2021-04-19T23:13:57.265Z] Step 28/31 : CMD ["gate"] [2021-04-19T23:13:57.265Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T23:13:57.265Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:13:57.265Z] OK: 8 MiB in 20 packages [2021-04-19T23:13:57.539Z] ---> Running in 1cf92cbdca4a [2021-04-19T23:13:57.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:57.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:57.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:57.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:57.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:58.055Z] OK: 233 MiB in 51 packages [2021-04-19T23:13:58.135Z] Removing intermediate container 1cf92cbdca4a [2021-04-19T23:13:58.136Z] ---> 24633f0546bb [2021-04-19T23:13:58.136Z] Step 29/31 : LABEL arch=arm64 [2021-04-19T23:13:58.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:58.351Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:13:58.725Z] ---> Running in ae6a28439e85 [2021-04-19T23:13:58.725Z] Removing intermediate container 626d49a3e5ea [2021-04-19T23:13:58.725Z] ---> 8c1e4e387608 [2021-04-19T23:13:58.725Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:13:59.000Z] Removing intermediate container ae6a28439e85 [2021-04-19T23:13:59.000Z] ---> 9cff1480ec39 [2021-04-19T23:13:59.000Z] Step 30/31 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:13:59.593Z] ---> Running in 43d14b83a866 [2021-04-19T23:13:59.593Z] ---> c4bcdfbddced [2021-04-19T23:13:59.593Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T23:13:59.623Z] OK: 233 MiB in 51 packages [2021-04-19T23:13:59.624Z] OK: 233 MiB in 51 packages [2021-04-19T23:13:59.624Z] OK: 233 MiB in 51 packages [2021-04-19T23:13:59.624Z] OK: 233 MiB in 51 packages [2021-04-19T23:13:59.863Z] Removing intermediate container 43d14b83a866 [2021-04-19T23:13:59.863Z] ---> 9fdcb1642b17 [2021-04-19T23:13:59.863Z] Step 31/31 : LABEL version=2.0.0-dev.179 [2021-04-19T23:14:00.340Z] Removing intermediate container 994261c220a0 [2021-04-19T23:14:00.340Z] ---> d0b91fc258dc [2021-04-19T23:14:00.340Z] Step 6/22 : COPY go.mod . [2021-04-19T23:14:00.453Z] ---> Running in a1cc174fc464 [2021-04-19T23:14:00.987Z] ---> 3bc9079f69ec [2021-04-19T23:14:00.987Z] Step 7/22 : RUN go mod download [2021-04-19T23:14:01.041Z] ---> 92ab42c0845c [2021-04-19T23:14:01.041Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T23:14:01.041Z] Removing intermediate container a1cc174fc464 [2021-04-19T23:14:01.041Z] ---> 11f218a4af82 [2021-04-19T23:14:01.041Z] [2021-04-19T23:14:01.308Z] ---> Running in 9cc77018811e [2021-04-19T23:14:01.324Z] Successfully built 11f218a4af82 [2021-04-19T23:14:01.324Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-04-19T23:14:01.609Z]  Building docker-security-bootstrapper-go ... done  ---> 611b0ab519d9 [2021-04-19T23:14:01.609Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T23:14:01.616Z] Removing intermediate container 67aede815ba8 [2021-04-19T23:14:01.617Z] ---> b88438e29b09 [2021-04-19T23:14:01.617Z] Step 6/23 : COPY go.mod . [2021-04-19T23:14:01.895Z] ---> Running in a7a5f704f8fa [2021-04-19T23:14:01.964Z] Removing intermediate container e68434202e80 [2021-04-19T23:14:01.964Z] ---> 0b863bf98b2c [2021-04-19T23:14:01.964Z] Step 6/21 : COPY go.mod . [2021-04-19T23:14:02.270Z] Removing intermediate container bfa588ee8f8e [2021-04-19T23:14:02.270Z] ---> ab771636abc1 [2021-04-19T23:14:02.270Z] Step 6/24 : COPY go.mod . [2021-04-19T23:14:02.270Z] Removing intermediate container fdedce86a657 [2021-04-19T23:14:02.270Z] ---> e33b0fa71167 [2021-04-19T23:14:02.270Z] Step 6/23 : COPY go.mod . [2021-04-19T23:14:02.498Z] Removing intermediate container a7a5f704f8fa [2021-04-19T23:14:02.498Z] ---> 0de5a64d79bb [2021-04-19T23:14:02.498Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:14:02.498Z] ---> Running in 9088f8982865 [2021-04-19T23:14:02.576Z] ---> d0eeabdeb24f [2021-04-19T23:14:02.576Z] Step 7/23 : RUN go mod download [2021-04-19T23:14:03.109Z] Removing intermediate container 9088f8982865 [2021-04-19T23:14:03.109Z] ---> 54afea786612 [2021-04-19T23:14:03.109Z] Step 21/23 : LABEL arch=arm64 [2021-04-19T23:14:03.109Z] ---> Running in 56a1ed44aa07 [2021-04-19T23:14:03.705Z] Removing intermediate container 56a1ed44aa07 [2021-04-19T23:14:03.705Z] ---> c95273c66161 [2021-04-19T23:14:03.705Z] Step 22/23 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:03.705Z] ---> Running in 1bf9391f8118 [2021-04-19T23:14:03.894Z] ---> Running in da31d35371f5 [2021-04-19T23:14:04.212Z] ---> 2bbab0e05394 [2021-04-19T23:14:04.213Z] Step 7/21 : RUN go mod download [2021-04-19T23:14:04.213Z] ---> 218c0a56ff72 [2021-04-19T23:14:04.213Z] Step 7/24 : RUN go mod download [2021-04-19T23:14:04.213Z] ---> 3ce6106e531f [2021-04-19T23:14:04.213Z] Step 7/23 : RUN go mod download [2021-04-19T23:14:04.304Z] Removing intermediate container 1bf9391f8118 [2021-04-19T23:14:04.304Z] ---> ccf22a5c62f8 [2021-04-19T23:14:04.304Z] Step 23/23 : LABEL version=2.0.0-dev.179 [2021-04-19T23:14:04.304Z] ---> Running in 89de11f3cf40 [2021-04-19T23:14:04.513Z] ---> Running in 7d8dd115d0a7 [2021-04-19T23:14:04.513Z] ---> Running in 58d3cd757c57 [2021-04-19T23:14:04.513Z] ---> Running in 2a8c3bd5c386 [2021-04-19T23:14:04.900Z] Removing intermediate container 89de11f3cf40 [2021-04-19T23:14:04.900Z] ---> 34d84fcb177d [2021-04-19T23:14:04.900Z] [2021-04-19T23:14:05.173Z] Successfully built 34d84fcb177d [2021-04-19T23:14:05.173Z] Successfully tagged docker-core-data-go-arm64:latest [2021-04-19T23:14:05.459Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-19T23:14:05.479Z] $ docker stop --time=1 7329dec95cd83760dd636e4cf4625bbda99d752327d3662370943ae60b31dacd [2021-04-19T23:14:07.365Z] $ docker rm -f 7329dec95cd83760dd636e4cf4625bbda99d752327d3662370943ae60b31dacd [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T23:14:07.926Z] + grep docker [2021-04-19T23:14:07.926Z] + docker images [2021-04-19T23:14:08.198Z] docker-core-data-go-arm64 latest 34d84fcb177d 4 seconds ago 21.6MB [2021-04-19T23:14:08.198Z] docker-security-bootstrapper-go-arm64 latest 11f218a4af82 8 seconds ago 18.1MB [2021-04-19T23:14:08.198Z] docker-support-notifications-go-arm64 latest f0b2583192ed 17 seconds ago 17.2MB [2021-04-19T23:14:08.198Z] docker-security-proxy-setup-go-arm64 latest ad5627454ba3 19 seconds ago 24.6MB [2021-04-19T23:14:08.198Z] docker-sys-mgmt-agent-go-arm64 latest 92d01f7876e7 2 minutes ago 299MB [2021-04-19T23:14:08.198Z] docker-core-metadata-go-arm64 latest 4c8ec1ee0fa5 3 minutes ago 18.1MB [2021-04-19T23:14:08.198Z] docker-support-scheduler-go-arm64 latest 25d8da1631ec 3 minutes ago 16.6MB [2021-04-19T23:14:08.199Z] docker-core-command-go-arm64 latest ca93c2e3317e 3 minutes ago 16.5MB [2021-04-19T23:14:08.199Z] docker-security-secretstore-setup-go-arm64 latest 036c465f2f3c 3 minutes ago 24.9MB [2021-04-19T23:14:08.199Z] docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [2021-04-19T23:14:08.222Z] Removing intermediate container 9cc77018811e [2021-04-19T23:14:08.222Z] ---> a7d345cdb594 [2021-04-19T23:14:08.222Z] Step 8/22 : COPY . . [2021-04-19T23:14:08.222Z] Removing intermediate container da31d35371f5 [2021-04-19T23:14:08.222Z] ---> f18ec4017ca8 [2021-04-19T23:14:08.222Z] Step 8/23 : COPY . . [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:14:08.469Z] provisioning config files... [2021-04-19T23:14:08.529Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/447@tmp/config871738970216777324tmp [2021-04-19T23:14:08.541Z] Removing intermediate container 7d8dd115d0a7 [2021-04-19T23:14:08.541Z] ---> 12b52b1e7936 [2021-04-19T23:14:08.541Z] Step 8/21 : COPY . . [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:14:08.833Z] Removing intermediate container 58d3cd757c57 [2021-04-19T23:14:08.833Z] ---> 3107472f1bb9 [2021-04-19T23:14:08.833Z] Step 8/24 : COPY . . [2021-04-19T23:14:08.901Z] ---> docker-login.sh [2021-04-19T23:14:08.901Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:14:09.173Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:14:09.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:14:09.173Z] Configure a credential helper to remove this warning. See [2021-04-19T23:14:09.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:14:09.173Z] [2021-04-19T23:14:09.173Z] Login Succeeded [2021-04-19T23:14:09.446Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:14:09.492Z] Removing intermediate container 2a8c3bd5c386 [2021-04-19T23:14:09.492Z] ---> 5c75e79025ff [2021-04-19T23:14:09.492Z] Step 8/23 : COPY . . [2021-04-19T23:14:09.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:14:09.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:14:09.990Z] Configure a credential helper to remove this warning. See [2021-04-19T23:14:09.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:14:09.990Z] [2021-04-19T23:14:09.990Z] Login Succeeded [2021-04-19T23:14:09.990Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:14:10.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:14:10.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:14:10.534Z] Configure a credential helper to remove this warning. See [2021-04-19T23:14:10.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:14:10.534Z] [2021-04-19T23:14:10.534Z] Login Succeeded [2021-04-19T23:14:10.534Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:14:10.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:14:11.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:14:11.080Z] Configure a credential helper to remove this warning. See [2021-04-19T23:14:11.080Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:14:11.080Z] [2021-04-19T23:14:11.080Z] Login Succeeded [2021-04-19T23:14:11.080Z] docker.io [2021-04-19T23:14:11.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:14:11.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:14:11.945Z] Configure a credential helper to remove this warning. See [2021-04-19T23:14:11.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:14:11.945Z] [2021-04-19T23:14:11.945Z] Login Succeeded [2021-04-19T23:14:11.945Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:14:11.961Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:14:12.171Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-04-19T23:14:12.171Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:12.171Z] 2.0.0-dev.179 [2021-04-19T23:14:12.171Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:12.171Z] master [2021-04-19T23:14:12.171Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:12.587Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:12.925Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:12.925Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T23:14:12.925Z] 282e2415a2f6: Preparing [2021-04-19T23:14:12.925Z] e60cf3413786: Preparing [2021-04-19T23:14:12.925Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:12.925Z] 674dceecbf97: Preparing [2021-04-19T23:14:12.925Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:13.195Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:13.196Z] 282e2415a2f6: Pushed [2021-04-19T23:14:13.196Z] fc9a4d2bd912: Pushed [2021-04-19T23:14:13.196Z] 674dceecbf97: Pushed [2021-04-19T23:14:15.796Z] e60cf3413786: Pushed [2021-04-19T23:14:16.064Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:0c8141d2df774777a80676ec39b87e4cd717500173c00e2b8cbed01d7d0c3f25 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:16.401Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:16.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:16.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T23:14:16.732Z] 282e2415a2f6: Preparing [2021-04-19T23:14:16.732Z] e60cf3413786: Preparing [2021-04-19T23:14:16.732Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:16.732Z] 674dceecbf97: Preparing [2021-04-19T23:14:16.732Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:16.732Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:17.004Z] 282e2415a2f6: Layer already exists [2021-04-19T23:14:17.004Z] e60cf3413786: Layer already exists [2021-04-19T23:14:17.004Z] 674dceecbf97: Layer already exists [2021-04-19T23:14:17.004Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:17.004Z] 2.0.0-dev.179: digest: sha256:0c8141d2df774777a80676ec39b87e4cd717500173c00e2b8cbed01d7d0c3f25 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:17.339Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:17.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:17.671Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T23:14:17.671Z] 282e2415a2f6: Preparing [2021-04-19T23:14:17.671Z] e60cf3413786: Preparing [2021-04-19T23:14:17.671Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:17.671Z] 674dceecbf97: Preparing [2021-04-19T23:14:17.671Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:17.671Z] 674dceecbf97: Layer already exists [2021-04-19T23:14:17.671Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:17.671Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:17.671Z] 282e2415a2f6: Layer already exists [2021-04-19T23:14:17.671Z] e60cf3413786: Layer already exists [2021-04-19T23:14:17.940Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:0c8141d2df774777a80676ec39b87e4cd717500173c00e2b8cbed01d7d0c3f25 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:18.277Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:18.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-04-19T23:14:18.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-04-19T23:14:18.609Z] 282e2415a2f6: Preparing [2021-04-19T23:14:18.609Z] e60cf3413786: Preparing [2021-04-19T23:14:18.609Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:18.609Z] 674dceecbf97: Preparing [2021-04-19T23:14:18.609Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:18.609Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:18.609Z] e60cf3413786: Layer already exists [2021-04-19T23:14:18.609Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:18.609Z] 674dceecbf97: Layer already exists [2021-04-19T23:14:18.609Z] 282e2415a2f6: Layer already exists [2021-04-19T23:14:18.879Z] master: digest: sha256:0c8141d2df774777a80676ec39b87e4cd717500173c00e2b8cbed01d7d0c3f25 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:14:18.951Z] ===================================================== [Pipeline] echo [2021-04-19T23:14:18.965Z] taggedImages: [2021-04-19T23:14:18.965Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:18.965Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:18.965Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:18.965Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-04-19T23:14:18.997Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-04-19T23:14:18.997Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:18.997Z] 2.0.0-dev.179 [2021-04-19T23:14:18.997Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:18.997Z] master [2021-04-19T23:14:18.997Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:19.407Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:19.744Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:19.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T23:14:19.744Z] 3e26ee564c27: Preparing [2021-04-19T23:14:19.744Z] a814105936bb: Preparing [2021-04-19T23:14:19.744Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:19.744Z] 632994237828: Preparing [2021-04-19T23:14:19.744Z] 0074ca4676f3: Preparing [2021-04-19T23:14:19.744Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:19.744Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:20.015Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:20.015Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:20.015Z] 0074ca4676f3: Pushed [2021-04-19T23:14:20.015Z] 3e26ee564c27: Pushed [2021-04-19T23:14:20.984Z] 632994237828: Pushed [2021-04-19T23:14:22.944Z] a814105936bb: Pushed [2021-04-19T23:14:23.216Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:d723e52c0e4369fcf3ea0ce80df859a4d14cd36efae3f9ec62f30e6c5c81af1d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:23.560Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:23.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:23.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T23:14:23.901Z] 3e26ee564c27: Preparing [2021-04-19T23:14:23.901Z] a814105936bb: Preparing [2021-04-19T23:14:23.901Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:23.901Z] 632994237828: Preparing [2021-04-19T23:14:23.901Z] 0074ca4676f3: Preparing [2021-04-19T23:14:23.901Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:23.901Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:23.901Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:23.901Z] a814105936bb: Layer already exists [2021-04-19T23:14:23.901Z] 632994237828: Layer already exists [2021-04-19T23:14:23.901Z] 0074ca4676f3: Layer already exists [2021-04-19T23:14:23.901Z] 3e26ee564c27: Layer already exists [2021-04-19T23:14:23.901Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:24.172Z] 2.0.0-dev.179: digest: sha256:d723e52c0e4369fcf3ea0ce80df859a4d14cd36efae3f9ec62f30e6c5c81af1d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:24.524Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:24.864Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:24.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T23:14:24.865Z] 3e26ee564c27: Preparing [2021-04-19T23:14:24.865Z] a814105936bb: Preparing [2021-04-19T23:14:24.865Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:24.865Z] 632994237828: Preparing [2021-04-19T23:14:24.865Z] 0074ca4676f3: Preparing [2021-04-19T23:14:24.865Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:24.865Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:24.865Z] a814105936bb: Layer already exists [2021-04-19T23:14:24.865Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:24.865Z] 632994237828: Layer already exists [2021-04-19T23:14:24.865Z] 3e26ee564c27: Layer already exists [2021-04-19T23:14:25.136Z] 0074ca4676f3: Layer already exists [2021-04-19T23:14:25.136Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:25.136Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:d723e52c0e4369fcf3ea0ce80df859a4d14cd36efae3f9ec62f30e6c5c81af1d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:25.481Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:25.824Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-04-19T23:14:25.824Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-04-19T23:14:25.824Z] 3e26ee564c27: Preparing [2021-04-19T23:14:25.824Z] a814105936bb: Preparing [2021-04-19T23:14:25.824Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:25.824Z] 632994237828: Preparing [2021-04-19T23:14:25.824Z] 0074ca4676f3: Preparing [2021-04-19T23:14:25.824Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:25.824Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:25.824Z] 632994237828: Layer already exists [2021-04-19T23:14:25.824Z] 0074ca4676f3: Layer already exists [2021-04-19T23:14:25.824Z] 3e26ee564c27: Layer already exists [2021-04-19T23:14:25.824Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:25.824Z] a814105936bb: Layer already exists [2021-04-19T23:14:25.824Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:26.094Z] master: digest: sha256:d723e52c0e4369fcf3ea0ce80df859a4d14cd36efae3f9ec62f30e6c5c81af1d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:14:26.179Z] ===================================================== [Pipeline] echo [2021-04-19T23:14:26.197Z] taggedImages: [2021-04-19T23:14:26.197Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:26.197Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:26.197Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:26.197Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-04-19T23:14:26.241Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-04-19T23:14:26.241Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:26.241Z] 2.0.0-dev.179 [2021-04-19T23:14:26.241Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:26.241Z] master [2021-04-19T23:14:26.241Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:26.643Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:27.011Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:27.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T23:14:27.011Z] b5cf24cb167d: Preparing [2021-04-19T23:14:27.011Z] 3443ddeb0e6f: Preparing [2021-04-19T23:14:27.011Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:27.011Z] c631a13a8b25: Preparing [2021-04-19T23:14:27.011Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:27.328Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:27.328Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:27.328Z] b5cf24cb167d: Pushed [2021-04-19T23:14:27.328Z] c631a13a8b25: Pushed [2021-04-19T23:14:30.725Z] 3443ddeb0e6f: Pushed [2021-04-19T23:14:30.725Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:2de2c49503445a5a0870d3a090ecba546e1e971063a2e82d2cd16b17d533ffec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:31.065Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:31.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:31.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T23:14:31.400Z] b5cf24cb167d: Preparing [2021-04-19T23:14:31.400Z] 3443ddeb0e6f: Preparing [2021-04-19T23:14:31.400Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:31.400Z] c631a13a8b25: Preparing [2021-04-19T23:14:31.400Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:31.400Z] 3443ddeb0e6f: Layer already exists [2021-04-19T23:14:31.400Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:31.400Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:31.400Z] b5cf24cb167d: Layer already exists [2021-04-19T23:14:31.400Z] c631a13a8b25: Layer already exists [2021-04-19T23:14:31.668Z] 2.0.0-dev.179: digest: sha256:2de2c49503445a5a0870d3a090ecba546e1e971063a2e82d2cd16b17d533ffec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:32.009Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:32.344Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:32.344Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T23:14:32.344Z] b5cf24cb167d: Preparing [2021-04-19T23:14:32.344Z] 3443ddeb0e6f: Preparing [2021-04-19T23:14:32.344Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:32.344Z] c631a13a8b25: Preparing [2021-04-19T23:14:32.344Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:32.344Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:32.615Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:32.615Z] b5cf24cb167d: Layer already exists [2021-04-19T23:14:32.615Z] 3443ddeb0e6f: Layer already exists [2021-04-19T23:14:32.615Z] c631a13a8b25: Layer already exists [2021-04-19T23:14:32.615Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:2de2c49503445a5a0870d3a090ecba546e1e971063a2e82d2cd16b17d533ffec size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:32.959Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:33.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-04-19T23:14:33.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-04-19T23:14:33.291Z] b5cf24cb167d: Preparing [2021-04-19T23:14:33.291Z] 3443ddeb0e6f: Preparing [2021-04-19T23:14:33.291Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:33.291Z] c631a13a8b25: Preparing [2021-04-19T23:14:33.291Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:33.559Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:33.559Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:33.559Z] b5cf24cb167d: Layer already exists [2021-04-19T23:14:33.559Z] 3443ddeb0e6f: Layer already exists [2021-04-19T23:14:33.559Z] c631a13a8b25: Layer already exists [2021-04-19T23:14:33.559Z] master: digest: sha256:2de2c49503445a5a0870d3a090ecba546e1e971063a2e82d2cd16b17d533ffec size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:14:33.641Z] ===================================================== [Pipeline] echo [2021-04-19T23:14:33.656Z] taggedImages: [2021-04-19T23:14:33.656Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:33.656Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:33.656Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:33.656Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-04-19T23:14:33.690Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-04-19T23:14:33.690Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:33.690Z] 2.0.0-dev.179 [2021-04-19T23:14:33.690Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:33.690Z] master [2021-04-19T23:14:33.690Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:34.096Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:34.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:34.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T23:14:34.435Z] f184ce5b1fa7: Preparing [2021-04-19T23:14:34.435Z] f184ce5b1fa7: Preparing [2021-04-19T23:14:34.435Z] d2f1ced586c1: Preparing [2021-04-19T23:14:34.435Z] 484bcbe3187f: Preparing [2021-04-19T23:14:34.435Z] 4cc6c8bc891c: Preparing [2021-04-19T23:14:34.435Z] d19acfc3b2a1: Preparing [2021-04-19T23:14:34.435Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:34.435Z] 127d122bf098: Preparing [2021-04-19T23:14:34.435Z] 127d122bf098: Preparing [2021-04-19T23:14:34.435Z] 802f716caa7c: Preparing [2021-04-19T23:14:34.435Z] 8afd2853b959: Preparing [2021-04-19T23:14:34.435Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:34.435Z] 127d122bf098: Waiting [2021-04-19T23:14:34.435Z] 802f716caa7c: Waiting [2021-04-19T23:14:34.435Z] 8afd2853b959: Waiting [2021-04-19T23:14:34.435Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:34.435Z] fc9a4d2bd912: Waiting [2021-04-19T23:14:34.716Z] 4cc6c8bc891c: Pushed [2021-04-19T23:14:34.716Z] f184ce5b1fa7: Pushed [2021-04-19T23:14:34.716Z] d2f1ced586c1: Pushed [2021-04-19T23:14:34.716Z] 484bcbe3187f: Pushed [2021-04-19T23:14:34.988Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:34.988Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:34.988Z] 127d122bf098: Pushed [2021-04-19T23:14:34.988Z] 802f716caa7c: Pushed [2021-04-19T23:14:34.988Z] 8afd2853b959: Pushed [2021-04-19T23:14:37.586Z] d19acfc3b2a1: Pushed [2021-04-19T23:14:37.855Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:b44d185c4c8124631fad9c09476de51069fd0757ee693dac9e8f96631d25acde size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:38.197Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:38.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:38.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T23:14:38.538Z] f184ce5b1fa7: Preparing [2021-04-19T23:14:38.538Z] f184ce5b1fa7: Preparing [2021-04-19T23:14:38.538Z] d2f1ced586c1: Preparing [2021-04-19T23:14:38.538Z] 484bcbe3187f: Preparing [2021-04-19T23:14:38.538Z] 4cc6c8bc891c: Preparing [2021-04-19T23:14:38.538Z] d19acfc3b2a1: Preparing [2021-04-19T23:14:38.538Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:38.538Z] 127d122bf098: Preparing [2021-04-19T23:14:38.538Z] 127d122bf098: Preparing [2021-04-19T23:14:38.538Z] 802f716caa7c: Preparing [2021-04-19T23:14:38.538Z] 8afd2853b959: Preparing [2021-04-19T23:14:38.538Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:38.538Z] fc9a4d2bd912: Waiting [2021-04-19T23:14:38.538Z] 127d122bf098: Waiting [2021-04-19T23:14:38.538Z] 802f716caa7c: Waiting [2021-04-19T23:14:38.538Z] 8afd2853b959: Waiting [2021-04-19T23:14:38.538Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:38.538Z] d2f1ced586c1: Layer already exists [2021-04-19T23:14:38.538Z] d19acfc3b2a1: Layer already exists [2021-04-19T23:14:38.538Z] f184ce5b1fa7: Layer already exists [2021-04-19T23:14:38.808Z] 4cc6c8bc891c: Layer already exists [2021-04-19T23:14:38.808Z] 484bcbe3187f: Layer already exists [2021-04-19T23:14:38.808Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:38.808Z] 802f716caa7c: Layer already exists [2021-04-19T23:14:38.808Z] 127d122bf098: Layer already exists [2021-04-19T23:14:38.808Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:38.808Z] 8afd2853b959: Layer already exists [2021-04-19T23:14:38.808Z] 2.0.0-dev.179: digest: sha256:b44d185c4c8124631fad9c09476de51069fd0757ee693dac9e8f96631d25acde size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:39.329Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:39.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:39.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T23:14:39.667Z] f184ce5b1fa7: Preparing [2021-04-19T23:14:39.667Z] f184ce5b1fa7: Preparing [2021-04-19T23:14:39.667Z] d2f1ced586c1: Preparing [2021-04-19T23:14:39.667Z] 484bcbe3187f: Preparing [2021-04-19T23:14:39.667Z] 4cc6c8bc891c: Preparing [2021-04-19T23:14:39.667Z] d19acfc3b2a1: Preparing [2021-04-19T23:14:39.667Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:39.667Z] 127d122bf098: Preparing [2021-04-19T23:14:39.668Z] 127d122bf098: Preparing [2021-04-19T23:14:39.668Z] 802f716caa7c: Preparing [2021-04-19T23:14:39.668Z] 8afd2853b959: Preparing [2021-04-19T23:14:39.668Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:39.668Z] fc9a4d2bd912: Waiting [2021-04-19T23:14:39.668Z] 127d122bf098: Waiting [2021-04-19T23:14:39.668Z] 802f716caa7c: Waiting [2021-04-19T23:14:39.668Z] 8afd2853b959: Waiting [2021-04-19T23:14:39.668Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:39.938Z] 484bcbe3187f: Layer already exists [2021-04-19T23:14:39.938Z] d19acfc3b2a1: Layer already exists [2021-04-19T23:14:39.938Z] d2f1ced586c1: Layer already exists [2021-04-19T23:14:39.938Z] f184ce5b1fa7: Layer already exists [2021-04-19T23:14:39.938Z] 4cc6c8bc891c: Layer already exists [2021-04-19T23:14:39.938Z] 127d122bf098: Layer already exists [2021-04-19T23:14:39.938Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:39.938Z] 8afd2853b959: Layer already exists [2021-04-19T23:14:39.938Z] 802f716caa7c: Layer already exists [2021-04-19T23:14:39.938Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:39.938Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:b44d185c4c8124631fad9c09476de51069fd0757ee693dac9e8f96631d25acde size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:40.275Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:40.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-04-19T23:14:40.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-04-19T23:14:40.610Z] f184ce5b1fa7: Preparing [2021-04-19T23:14:40.610Z] f184ce5b1fa7: Preparing [2021-04-19T23:14:40.610Z] d2f1ced586c1: Preparing [2021-04-19T23:14:40.610Z] 484bcbe3187f: Preparing [2021-04-19T23:14:40.610Z] 4cc6c8bc891c: Preparing [2021-04-19T23:14:40.610Z] d19acfc3b2a1: Preparing [2021-04-19T23:14:40.610Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:40.610Z] 127d122bf098: Preparing [2021-04-19T23:14:40.610Z] 127d122bf098: Preparing [2021-04-19T23:14:40.610Z] 802f716caa7c: Preparing [2021-04-19T23:14:40.610Z] 8afd2853b959: Preparing [2021-04-19T23:14:40.610Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:40.610Z] fc9a4d2bd912: Waiting [2021-04-19T23:14:40.610Z] 127d122bf098: Waiting [2021-04-19T23:14:40.610Z] 802f716caa7c: Waiting [2021-04-19T23:14:40.610Z] 8afd2853b959: Waiting [2021-04-19T23:14:40.610Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:40.610Z] d19acfc3b2a1: Layer already exists [2021-04-19T23:14:40.610Z] 4cc6c8bc891c: Layer already exists [2021-04-19T23:14:40.610Z] 484bcbe3187f: Layer already exists [2021-04-19T23:14:40.610Z] f184ce5b1fa7: Layer already exists [2021-04-19T23:14:40.610Z] d2f1ced586c1: Layer already exists [2021-04-19T23:14:40.610Z] 8afd2853b959: Layer already exists [2021-04-19T23:14:40.610Z] 802f716caa7c: Layer already exists [2021-04-19T23:14:40.610Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:40.881Z] 127d122bf098: Layer already exists [2021-04-19T23:14:40.881Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:40.881Z] master: digest: sha256:b44d185c4c8124631fad9c09476de51069fd0757ee693dac9e8f96631d25acde size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:14:40.951Z] ===================================================== [Pipeline] echo [2021-04-19T23:14:40.967Z] taggedImages: [2021-04-19T23:14:40.967Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:40.968Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:40.968Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:40.968Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-04-19T23:14:40.997Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-04-19T23:14:40.997Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:40.997Z] 2.0.0-dev.179 [2021-04-19T23:14:40.997Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:40.997Z] master [2021-04-19T23:14:40.997Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:41.384Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:41.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:41.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T23:14:41.717Z] 6b737c0c1390: Preparing [2021-04-19T23:14:41.717Z] a088e79b8847: Preparing [2021-04-19T23:14:41.717Z] 8f26c46390aa: Preparing [2021-04-19T23:14:41.717Z] 17a8a44a71d8: Preparing [2021-04-19T23:14:41.717Z] d8eb28936c58: Preparing [2021-04-19T23:14:41.717Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:41.717Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:41.986Z] 8f26c46390aa: Pushed [2021-04-19T23:14:41.986Z] 17a8a44a71d8: Pushed [2021-04-19T23:14:41.986Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:42.255Z] d8eb28936c58: Pushed [2021-04-19T23:14:44.217Z] 6b737c0c1390: Pushed [2021-04-19T23:14:44.217Z] a088e79b8847: Pushed [2021-04-19T23:14:44.486Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:cc7a0d835514acb430a2d29176cf9c7b579b418f05b1f053718775a4261ffedf size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:44.825Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:45.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:45.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T23:14:45.163Z] 6b737c0c1390: Preparing [2021-04-19T23:14:45.163Z] a088e79b8847: Preparing [2021-04-19T23:14:45.163Z] 8f26c46390aa: Preparing [2021-04-19T23:14:45.163Z] 17a8a44a71d8: Preparing [2021-04-19T23:14:45.163Z] d8eb28936c58: Preparing [2021-04-19T23:14:45.163Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:45.163Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:45.163Z] 8f26c46390aa: Layer already exists [2021-04-19T23:14:45.163Z] d8eb28936c58: Layer already exists [2021-04-19T23:14:45.163Z] a088e79b8847: Layer already exists [2021-04-19T23:14:45.163Z] 6b737c0c1390: Layer already exists [2021-04-19T23:14:45.432Z] 17a8a44a71d8: Layer already exists [2021-04-19T23:14:45.432Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:45.432Z] 2.0.0-dev.179: digest: sha256:cc7a0d835514acb430a2d29176cf9c7b579b418f05b1f053718775a4261ffedf size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:45.772Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:46.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:46.105Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T23:14:46.105Z] 6b737c0c1390: Preparing [2021-04-19T23:14:46.105Z] a088e79b8847: Preparing [2021-04-19T23:14:46.105Z] 8f26c46390aa: Preparing [2021-04-19T23:14:46.105Z] 17a8a44a71d8: Preparing [2021-04-19T23:14:46.105Z] d8eb28936c58: Preparing [2021-04-19T23:14:46.105Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:46.105Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:46.105Z] 8f26c46390aa: Layer already exists [2021-04-19T23:14:46.105Z] 17a8a44a71d8: Layer already exists [2021-04-19T23:14:46.105Z] 6b737c0c1390: Layer already exists [2021-04-19T23:14:46.105Z] a088e79b8847: Layer already exists [2021-04-19T23:14:46.105Z] d8eb28936c58: Layer already exists [2021-04-19T23:14:46.105Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:46.375Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:cc7a0d835514acb430a2d29176cf9c7b579b418f05b1f053718775a4261ffedf size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:46.715Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:47.047Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-04-19T23:14:47.047Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-04-19T23:14:47.047Z] 6b737c0c1390: Preparing [2021-04-19T23:14:47.047Z] a088e79b8847: Preparing [2021-04-19T23:14:47.047Z] 8f26c46390aa: Preparing [2021-04-19T23:14:47.047Z] 17a8a44a71d8: Preparing [2021-04-19T23:14:47.047Z] d8eb28936c58: Preparing [2021-04-19T23:14:47.047Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:47.047Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:47.047Z] 6b737c0c1390: Layer already exists [2021-04-19T23:14:47.047Z] d8eb28936c58: Layer already exists [2021-04-19T23:14:47.047Z] a088e79b8847: Layer already exists [2021-04-19T23:14:47.047Z] 17a8a44a71d8: Layer already exists [2021-04-19T23:14:47.047Z] 8f26c46390aa: Layer already exists [2021-04-19T23:14:47.318Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:47.318Z] master: digest: sha256:cc7a0d835514acb430a2d29176cf9c7b579b418f05b1f053718775a4261ffedf size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:14:47.377Z] ===================================================== [Pipeline] echo [2021-04-19T23:14:47.392Z] taggedImages: [2021-04-19T23:14:47.392Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:47.392Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:47.392Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:47.392Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-04-19T23:14:47.422Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-04-19T23:14:47.422Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:47.422Z] 2.0.0-dev.179 [2021-04-19T23:14:47.422Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:47.422Z] master [2021-04-19T23:14:47.422Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:47.813Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:48.147Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:48.147Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T23:14:48.147Z] 4c682504bda7: Preparing [2021-04-19T23:14:48.147Z] b1759ce51830: Preparing [2021-04-19T23:14:48.147Z] 2785bb8de964: Preparing [2021-04-19T23:14:48.147Z] 07de74a6cf2b: Preparing [2021-04-19T23:14:48.147Z] e93096e3617d: Preparing [2021-04-19T23:14:48.147Z] 1116261fa846: Preparing [2021-04-19T23:14:48.147Z] f299b37c0cc2: Preparing [2021-04-19T23:14:48.147Z] 331030f7c992: Preparing [2021-04-19T23:14:48.147Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:48.147Z] 1116261fa846: Waiting [2021-04-19T23:14:48.147Z] f299b37c0cc2: Waiting [2021-04-19T23:14:48.147Z] 331030f7c992: Waiting [2021-04-19T23:14:48.147Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:48.419Z] e93096e3617d: Pushed [2021-04-19T23:14:48.419Z] b1759ce51830: Pushed [2021-04-19T23:14:48.419Z] 4c682504bda7: Pushed [2021-04-19T23:14:48.692Z] 1116261fa846: Pushed [2021-04-19T23:14:48.692Z] f299b37c0cc2: Pushed [2021-04-19T23:14:48.692Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:48.963Z] 331030f7c992: Pushed [2021-04-19T23:14:50.922Z] 2785bb8de964: Pushed [2021-04-19T23:14:50.922Z] 07de74a6cf2b: Pushed [2021-04-19T23:14:50.922Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:67aac3c6a2b75869cb0978f1088730945020967d19555a39fcb7757fe393d0d8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:51.524Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:51.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:51.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T23:14:51.851Z] 4c682504bda7: Preparing [2021-04-19T23:14:51.851Z] b1759ce51830: Preparing [2021-04-19T23:14:51.851Z] 2785bb8de964: Preparing [2021-04-19T23:14:51.851Z] 07de74a6cf2b: Preparing [2021-04-19T23:14:51.851Z] e93096e3617d: Preparing [2021-04-19T23:14:51.851Z] 1116261fa846: Preparing [2021-04-19T23:14:51.851Z] f299b37c0cc2: Preparing [2021-04-19T23:14:51.851Z] 331030f7c992: Preparing [2021-04-19T23:14:51.851Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:51.851Z] f299b37c0cc2: Waiting [2021-04-19T23:14:51.851Z] 331030f7c992: Waiting [2021-04-19T23:14:51.852Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:51.852Z] 1116261fa846: Waiting [2021-04-19T23:14:51.852Z] e93096e3617d: Layer already exists [2021-04-19T23:14:51.852Z] 07de74a6cf2b: Layer already exists [2021-04-19T23:14:51.852Z] 4c682504bda7: Layer already exists [2021-04-19T23:14:51.852Z] 2785bb8de964: Layer already exists [2021-04-19T23:14:51.852Z] b1759ce51830: Layer already exists [2021-04-19T23:14:51.852Z] 1116261fa846: Layer already exists [2021-04-19T23:14:51.852Z] 331030f7c992: Layer already exists [2021-04-19T23:14:52.121Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:52.121Z] f299b37c0cc2: Layer already exists [2021-04-19T23:14:52.121Z] 2.0.0-dev.179: digest: sha256:67aac3c6a2b75869cb0978f1088730945020967d19555a39fcb7757fe393d0d8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:52.456Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:52.786Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:52.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T23:14:52.786Z] 4c682504bda7: Preparing [2021-04-19T23:14:52.786Z] b1759ce51830: Preparing [2021-04-19T23:14:52.786Z] 2785bb8de964: Preparing [2021-04-19T23:14:52.786Z] 07de74a6cf2b: Preparing [2021-04-19T23:14:52.786Z] e93096e3617d: Preparing [2021-04-19T23:14:52.786Z] 1116261fa846: Preparing [2021-04-19T23:14:52.786Z] f299b37c0cc2: Preparing [2021-04-19T23:14:52.786Z] 331030f7c992: Preparing [2021-04-19T23:14:52.786Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:52.786Z] f299b37c0cc2: Waiting [2021-04-19T23:14:52.786Z] 331030f7c992: Waiting [2021-04-19T23:14:52.786Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:52.786Z] 1116261fa846: Waiting [2021-04-19T23:14:53.057Z] 07de74a6cf2b: Layer already exists [2021-04-19T23:14:53.057Z] b1759ce51830: Layer already exists [2021-04-19T23:14:53.057Z] 4c682504bda7: Layer already exists [2021-04-19T23:14:53.057Z] e93096e3617d: Layer already exists [2021-04-19T23:14:53.057Z] 2785bb8de964: Layer already exists [2021-04-19T23:14:53.057Z] 1116261fa846: Layer already exists [2021-04-19T23:14:53.057Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:53.057Z] 331030f7c992: Layer already exists [2021-04-19T23:14:53.057Z] f299b37c0cc2: Layer already exists [2021-04-19T23:14:53.057Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:67aac3c6a2b75869cb0978f1088730945020967d19555a39fcb7757fe393d0d8 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:53.392Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:53.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-04-19T23:14:53.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-04-19T23:14:53.723Z] 4c682504bda7: Preparing [2021-04-19T23:14:53.723Z] b1759ce51830: Preparing [2021-04-19T23:14:53.723Z] 2785bb8de964: Preparing [2021-04-19T23:14:53.723Z] 07de74a6cf2b: Preparing [2021-04-19T23:14:53.723Z] e93096e3617d: Preparing [2021-04-19T23:14:53.723Z] 1116261fa846: Preparing [2021-04-19T23:14:53.723Z] f299b37c0cc2: Preparing [2021-04-19T23:14:53.723Z] 331030f7c992: Preparing [2021-04-19T23:14:53.723Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:53.723Z] 1116261fa846: Waiting [2021-04-19T23:14:53.723Z] 331030f7c992: Waiting [2021-04-19T23:14:53.723Z] f299b37c0cc2: Waiting [2021-04-19T23:14:53.723Z] 3fbe34a1663b: Waiting [2021-04-19T23:14:53.723Z] e93096e3617d: Layer already exists [2021-04-19T23:14:53.723Z] 2785bb8de964: Layer already exists [2021-04-19T23:14:53.723Z] 07de74a6cf2b: Layer already exists [2021-04-19T23:14:53.995Z] 4c682504bda7: Layer already exists [2021-04-19T23:14:53.995Z] b1759ce51830: Layer already exists [2021-04-19T23:14:53.995Z] 1116261fa846: Layer already exists [2021-04-19T23:14:53.995Z] 331030f7c992: Layer already exists [2021-04-19T23:14:53.995Z] f299b37c0cc2: Layer already exists [2021-04-19T23:14:53.995Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:53.995Z] master: digest: sha256:67aac3c6a2b75869cb0978f1088730945020967d19555a39fcb7757fe393d0d8 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:14:54.072Z] ===================================================== [Pipeline] echo [2021-04-19T23:14:54.088Z] taggedImages: [2021-04-19T23:14:54.088Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:54.088Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:54.088Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:54.088Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-04-19T23:14:54.119Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-04-19T23:14:54.119Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:54.119Z] 2.0.0-dev.179 [2021-04-19T23:14:54.119Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:54.119Z] master [2021-04-19T23:14:54.119Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:54.507Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:54.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:14:54.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T23:14:54.844Z] f47b3fc641a3: Preparing [2021-04-19T23:14:54.844Z] fefbf29c4f55: Preparing [2021-04-19T23:14:54.844Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:54.844Z] fb9fac479ea5: Preparing [2021-04-19T23:14:54.844Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:55.114Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:55.114Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:55.114Z] f47b3fc641a3: Pushed [2021-04-19T23:14:55.385Z] fb9fac479ea5: Pushed [2021-04-19T23:14:57.988Z] fefbf29c4f55: Pushed [2021-04-19T23:14:57.988Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:ceb2e39f2d1ae1d5c58cf96c54f2d0302c431a6260aa8c690e7fe842b5b86ff6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:58.328Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:58.668Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.179 [2021-04-19T23:14:58.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T23:14:58.668Z] f47b3fc641a3: Preparing [2021-04-19T23:14:58.668Z] fefbf29c4f55: Preparing [2021-04-19T23:14:58.668Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:58.668Z] fb9fac479ea5: Preparing [2021-04-19T23:14:58.668Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:58.668Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:58.668Z] fefbf29c4f55: Layer already exists [2021-04-19T23:14:58.668Z] f47b3fc641a3: Layer already exists [2021-04-19T23:14:58.668Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:58.668Z] fb9fac479ea5: Layer already exists [2021-04-19T23:14:58.938Z] 2.0.0-dev.179: digest: sha256:ceb2e39f2d1ae1d5c58cf96c54f2d0302c431a6260aa8c690e7fe842b5b86ff6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:59.276Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:14:59.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:14:59.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T23:14:59.611Z] f47b3fc641a3: Preparing [2021-04-19T23:14:59.611Z] fefbf29c4f55: Preparing [2021-04-19T23:14:59.611Z] fc9a4d2bd912: Preparing [2021-04-19T23:14:59.611Z] fb9fac479ea5: Preparing [2021-04-19T23:14:59.611Z] 3fbe34a1663b: Preparing [2021-04-19T23:14:59.611Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:14:59.611Z] fb9fac479ea5: Layer already exists [2021-04-19T23:14:59.611Z] f47b3fc641a3: Layer already exists [2021-04-19T23:14:59.611Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:14:59.611Z] fefbf29c4f55: Layer already exists [2021-04-19T23:14:59.881Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:ceb2e39f2d1ae1d5c58cf96c54f2d0302c431a6260aa8c690e7fe842b5b86ff6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:00.220Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:00.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-04-19T23:15:00.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-04-19T23:15:00.553Z] f47b3fc641a3: Preparing [2021-04-19T23:15:00.553Z] fefbf29c4f55: Preparing [2021-04-19T23:15:00.553Z] fc9a4d2bd912: Preparing [2021-04-19T23:15:00.553Z] fb9fac479ea5: Preparing [2021-04-19T23:15:00.553Z] 3fbe34a1663b: Preparing [2021-04-19T23:15:00.553Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:15:00.553Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:15:00.553Z] fefbf29c4f55: Layer already exists [2021-04-19T23:15:00.553Z] f47b3fc641a3: Layer already exists [2021-04-19T23:15:00.553Z] fb9fac479ea5: Layer already exists [2021-04-19T23:15:00.822Z] master: digest: sha256:ceb2e39f2d1ae1d5c58cf96c54f2d0302c431a6260aa8c690e7fe842b5b86ff6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:15:00.934Z] ===================================================== [Pipeline] echo [2021-04-19T23:15:00.949Z] taggedImages: [2021-04-19T23:15:00.949Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:15:00.949Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.179 [2021-04-19T23:15:00.949Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:15:00.949Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-04-19T23:15:00.979Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-04-19T23:15:00.979Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:15:00.979Z] 2.0.0-dev.179 [2021-04-19T23:15:00.979Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:15:00.979Z] master [2021-04-19T23:15:00.979Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:01.364Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:01.693Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:15:01.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T23:15:01.693Z] 07e70739969f: Preparing [2021-04-19T23:15:01.693Z] 53409e62f0f5: Preparing [2021-04-19T23:15:01.693Z] fc9a4d2bd912: Preparing [2021-04-19T23:15:01.693Z] c631a13a8b25: Preparing [2021-04-19T23:15:01.693Z] 3fbe34a1663b: Preparing [2021-04-19T23:15:01.966Z] c631a13a8b25: Layer already exists [2021-04-19T23:15:01.966Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:15:01.966Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:15:02.240Z] 07e70739969f: Pushed [2021-04-19T23:15:04.200Z] 53409e62f0f5: Pushed [2021-04-19T23:15:04.470Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:27adbfac85e28933df89f86c444522af66dd95268aeb449dc58dfa854d18700e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:05.087Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:05.496Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.179 [2021-04-19T23:15:05.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T23:15:05.496Z] 07e70739969f: Preparing [2021-04-19T23:15:05.496Z] 53409e62f0f5: Preparing [2021-04-19T23:15:05.496Z] fc9a4d2bd912: Preparing [2021-04-19T23:15:05.496Z] c631a13a8b25: Preparing [2021-04-19T23:15:05.496Z] 3fbe34a1663b: Preparing [2021-04-19T23:15:05.769Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:15:05.769Z] 53409e62f0f5: Layer already exists [2021-04-19T23:15:05.769Z] c631a13a8b25: Layer already exists [2021-04-19T23:15:05.769Z] 07e70739969f: Layer already exists [2021-04-19T23:15:05.769Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:15:05.769Z] 2.0.0-dev.179: digest: sha256:27adbfac85e28933df89f86c444522af66dd95268aeb449dc58dfa854d18700e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:06.124Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:06.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:15:06.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T23:15:06.472Z] 07e70739969f: Preparing [2021-04-19T23:15:06.472Z] 53409e62f0f5: Preparing [2021-04-19T23:15:06.472Z] fc9a4d2bd912: Preparing [2021-04-19T23:15:06.473Z] c631a13a8b25: Preparing [2021-04-19T23:15:06.473Z] 3fbe34a1663b: Preparing [2021-04-19T23:15:06.473Z] 07e70739969f: Layer already exists [2021-04-19T23:15:06.748Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:15:06.748Z] 53409e62f0f5: Layer already exists [2021-04-19T23:15:06.748Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:15:06.748Z] c631a13a8b25: Layer already exists [2021-04-19T23:15:06.748Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:27adbfac85e28933df89f86c444522af66dd95268aeb449dc58dfa854d18700e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:07.094Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:07.431Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-04-19T23:15:07.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-04-19T23:15:07.431Z] 07e70739969f: Preparing [2021-04-19T23:15:07.431Z] 53409e62f0f5: Preparing [2021-04-19T23:15:07.431Z] fc9a4d2bd912: Preparing [2021-04-19T23:15:07.431Z] c631a13a8b25: Preparing [2021-04-19T23:15:07.431Z] 3fbe34a1663b: Preparing [2021-04-19T23:15:07.431Z] 3fbe34a1663b: Layer already exists [2021-04-19T23:15:07.431Z] 53409e62f0f5: Layer already exists [2021-04-19T23:15:07.431Z] 07e70739969f: Layer already exists [2021-04-19T23:15:07.431Z] fc9a4d2bd912: Layer already exists [2021-04-19T23:15:07.431Z] c631a13a8b25: Layer already exists [2021-04-19T23:15:07.703Z] master: digest: sha256:27adbfac85e28933df89f86c444522af66dd95268aeb449dc58dfa854d18700e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:15:07.784Z] ===================================================== [Pipeline] echo [2021-04-19T23:15:07.797Z] taggedImages: [2021-04-19T23:15:07.797Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:15:07.797Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.179 [2021-04-19T23:15:07.797Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:15:07.797Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-04-19T23:15:07.827Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-04-19T23:15:07.827Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:15:07.827Z] 2.0.0-dev.179 [2021-04-19T23:15:07.827Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:15:07.827Z] master [2021-04-19T23:15:07.827Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:08.212Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:08.553Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:15:08.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T23:15:08.553Z] 8c7f63495953: Preparing [2021-04-19T23:15:08.553Z] 926dcbeb5bf8: Preparing [2021-04-19T23:15:08.553Z] e3b83911ee88: Preparing [2021-04-19T23:15:08.553Z] e658038a26c8: Preparing [2021-04-19T23:15:08.553Z] 9ded3b6bb9b5: Preparing [2021-04-19T23:15:08.553Z] fa1afe8e6ed9: Preparing [2021-04-19T23:15:08.553Z] 87a09b4c083e: Preparing [2021-04-19T23:15:08.553Z] 0f74e9ff2a61: Preparing [2021-04-19T23:15:08.553Z] b122376c33c6: Preparing [2021-04-19T23:15:08.553Z] f8381ed47b22: Preparing [2021-04-19T23:15:08.553Z] e934a737d657: Preparing [2021-04-19T23:15:08.553Z] fa1afe8e6ed9: Waiting [2021-04-19T23:15:08.553Z] b122376c33c6: Waiting [2021-04-19T23:15:08.553Z] f8381ed47b22: Waiting [2021-04-19T23:15:08.553Z] e934a737d657: Waiting [2021-04-19T23:15:08.553Z] 87a09b4c083e: Waiting [2021-04-19T23:15:08.553Z] 0f74e9ff2a61: Waiting [2021-04-19T23:15:08.830Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T23:15:08.831Z] fa1afe8e6ed9: Layer already exists [2021-04-19T23:15:08.831Z] 87a09b4c083e: Layer already exists [2021-04-19T23:15:08.831Z] 0f74e9ff2a61: Layer already exists [2021-04-19T23:15:08.831Z] 926dcbeb5bf8: Pushed [2021-04-19T23:15:08.831Z] b122376c33c6: Layer already exists [2021-04-19T23:15:09.106Z] f8381ed47b22: Layer already exists [2021-04-19T23:15:09.106Z] e934a737d657: Layer already exists [2021-04-19T23:15:09.381Z] 8c7f63495953: Pushed [2021-04-19T23:15:11.351Z] e3b83911ee88: Pushed [2021-04-19T23:15:21.484Z] e658038a26c8: Pushed [2021-04-19T23:15:21.754Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:4d46d992a15ffc7be66e1603f586f4c8721ad7734aedd64c01cf5a6407876f8a size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:22.089Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:22.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.179 [2021-04-19T23:15:22.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T23:15:22.421Z] 8c7f63495953: Preparing [2021-04-19T23:15:22.421Z] 926dcbeb5bf8: Preparing [2021-04-19T23:15:22.421Z] e3b83911ee88: Preparing [2021-04-19T23:15:22.421Z] e658038a26c8: Preparing [2021-04-19T23:15:22.421Z] 9ded3b6bb9b5: Preparing [2021-04-19T23:15:22.421Z] fa1afe8e6ed9: Preparing [2021-04-19T23:15:22.421Z] 87a09b4c083e: Preparing [2021-04-19T23:15:22.421Z] 0f74e9ff2a61: Preparing [2021-04-19T23:15:22.421Z] b122376c33c6: Preparing [2021-04-19T23:15:22.421Z] f8381ed47b22: Preparing [2021-04-19T23:15:22.421Z] e934a737d657: Preparing [2021-04-19T23:15:22.421Z] 0f74e9ff2a61: Waiting [2021-04-19T23:15:22.421Z] b122376c33c6: Waiting [2021-04-19T23:15:22.421Z] f8381ed47b22: Waiting [2021-04-19T23:15:22.421Z] fa1afe8e6ed9: Waiting [2021-04-19T23:15:22.421Z] 87a09b4c083e: Waiting [2021-04-19T23:15:22.421Z] e934a737d657: Waiting [2021-04-19T23:15:22.421Z] e658038a26c8: Layer already exists [2021-04-19T23:15:22.421Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T23:15:22.421Z] 8c7f63495953: Layer already exists [2021-04-19T23:15:22.421Z] e3b83911ee88: Layer already exists [2021-04-19T23:15:22.421Z] 926dcbeb5bf8: Layer already exists [2021-04-19T23:15:22.691Z] 0f74e9ff2a61: Layer already exists [2021-04-19T23:15:22.691Z] fa1afe8e6ed9: Layer already exists [2021-04-19T23:15:22.691Z] 87a09b4c083e: Layer already exists [2021-04-19T23:15:22.691Z] f8381ed47b22: Layer already exists [2021-04-19T23:15:22.691Z] b122376c33c6: Layer already exists [2021-04-19T23:15:22.691Z] e934a737d657: Layer already exists [2021-04-19T23:15:22.691Z] 2.0.0-dev.179: digest: sha256:4d46d992a15ffc7be66e1603f586f4c8721ad7734aedd64c01cf5a6407876f8a size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:23.029Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:23.366Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:15:23.366Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T23:15:23.366Z] 8c7f63495953: Preparing [2021-04-19T23:15:23.366Z] 926dcbeb5bf8: Preparing [2021-04-19T23:15:23.366Z] e3b83911ee88: Preparing [2021-04-19T23:15:23.366Z] e658038a26c8: Preparing [2021-04-19T23:15:23.366Z] 9ded3b6bb9b5: Preparing [2021-04-19T23:15:23.366Z] fa1afe8e6ed9: Preparing [2021-04-19T23:15:23.366Z] 87a09b4c083e: Preparing [2021-04-19T23:15:23.366Z] 0f74e9ff2a61: Preparing [2021-04-19T23:15:23.366Z] b122376c33c6: Preparing [2021-04-19T23:15:23.366Z] f8381ed47b22: Preparing [2021-04-19T23:15:23.366Z] e934a737d657: Preparing [2021-04-19T23:15:23.366Z] 0f74e9ff2a61: Waiting [2021-04-19T23:15:23.366Z] b122376c33c6: Waiting [2021-04-19T23:15:23.366Z] f8381ed47b22: Waiting [2021-04-19T23:15:23.366Z] fa1afe8e6ed9: Waiting [2021-04-19T23:15:23.366Z] 87a09b4c083e: Waiting [2021-04-19T23:15:23.367Z] e934a737d657: Waiting [2021-04-19T23:15:23.367Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T23:15:23.367Z] 926dcbeb5bf8: Layer already exists [2021-04-19T23:15:23.367Z] e658038a26c8: Layer already exists [2021-04-19T23:15:23.367Z] 8c7f63495953: Layer already exists [2021-04-19T23:15:23.367Z] e3b83911ee88: Layer already exists [2021-04-19T23:15:23.639Z] fa1afe8e6ed9: Layer already exists [2021-04-19T23:15:23.639Z] 0f74e9ff2a61: Layer already exists [2021-04-19T23:15:23.639Z] f8381ed47b22: Layer already exists [2021-04-19T23:15:23.639Z] b122376c33c6: Layer already exists [2021-04-19T23:15:23.639Z] 87a09b4c083e: Layer already exists [2021-04-19T23:15:23.639Z] e934a737d657: Layer already exists [2021-04-19T23:15:23.639Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:4d46d992a15ffc7be66e1603f586f4c8721ad7734aedd64c01cf5a6407876f8a size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:23.973Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:15:24.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-04-19T23:15:24.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-04-19T23:15:24.301Z] 8c7f63495953: Preparing [2021-04-19T23:15:24.301Z] 926dcbeb5bf8: Preparing [2021-04-19T23:15:24.301Z] e3b83911ee88: Preparing [2021-04-19T23:15:24.301Z] e658038a26c8: Preparing [2021-04-19T23:15:24.301Z] 9ded3b6bb9b5: Preparing [2021-04-19T23:15:24.301Z] fa1afe8e6ed9: Preparing [2021-04-19T23:15:24.301Z] 87a09b4c083e: Preparing [2021-04-19T23:15:24.301Z] 0f74e9ff2a61: Preparing [2021-04-19T23:15:24.301Z] b122376c33c6: Preparing [2021-04-19T23:15:24.301Z] f8381ed47b22: Preparing [2021-04-19T23:15:24.301Z] e934a737d657: Preparing [2021-04-19T23:15:24.301Z] 0f74e9ff2a61: Waiting [2021-04-19T23:15:24.301Z] f8381ed47b22: Waiting [2021-04-19T23:15:24.301Z] b122376c33c6: Waiting [2021-04-19T23:15:24.301Z] e934a737d657: Waiting [2021-04-19T23:15:24.301Z] fa1afe8e6ed9: Waiting [2021-04-19T23:15:24.301Z] 87a09b4c083e: Waiting [2021-04-19T23:15:24.301Z] e658038a26c8: Layer already exists [2021-04-19T23:15:24.301Z] 9ded3b6bb9b5: Layer already exists [2021-04-19T23:15:24.301Z] e3b83911ee88: Layer already exists [2021-04-19T23:15:24.301Z] 8c7f63495953: Layer already exists [2021-04-19T23:15:24.301Z] 926dcbeb5bf8: Layer already exists [2021-04-19T23:15:24.301Z] 0f74e9ff2a61: Layer already exists [2021-04-19T23:15:24.301Z] 87a09b4c083e: Layer already exists [2021-04-19T23:15:24.301Z] b122376c33c6: Layer already exists [2021-04-19T23:15:24.301Z] fa1afe8e6ed9: Layer already exists [2021-04-19T23:15:24.301Z] f8381ed47b22: Layer already exists [2021-04-19T23:15:24.596Z] e934a737d657: Layer already exists [2021-04-19T23:15:24.596Z] master: digest: sha256:4d46d992a15ffc7be66e1603f586f4c8721ad7734aedd64c01cf5a6407876f8a size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:15:24.676Z] ===================================================== [Pipeline] echo [2021-04-19T23:15:24.690Z] taggedImages: [2021-04-19T23:15:24.690Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:15:24.690Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.179 [2021-04-19T23:15:24.690Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:15:24.690Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:15:25.529Z] ---> job-cost.sh [2021-04-19T23:15:25.529Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TvJb [2021-04-19T23:15:47.575Z] ---> 45f1da706336 [2021-04-19T23:15:47.576Z] ---> d8920ff1fee5 [2021-04-19T23:15:47.576Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/23 : RUN make cmd/core-command/core-command [2021-04-19T23:15:47.576Z] [2021-04-19T23:15:47.576Z] ---> 0be7e3e3defd [2021-04-19T23:15:47.576Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-19T23:15:47.576Z] ---> 598804fc80ee [2021-04-19T23:15:47.576Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-19T23:15:47.576Z] ---> 95773c65007a [2021-04-19T23:15:47.576Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-19T23:15:47.576Z] ---> Running in cfb18a41c929 [2021-04-19T23:15:47.576Z] ---> Running in cc6c2c6a5a56 [2021-04-19T23:15:47.576Z] ---> Running in 6e96d976b82c [2021-04-19T23:15:47.576Z] ---> Running in 991cbdf443ca [2021-04-19T23:15:47.576Z] ---> Running in b618432b2066 [2021-04-19T23:15:47.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-19T23:15:47.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-19T23:15:47.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-command/core-command ./cmd/core-command [2021-04-19T23:15:47.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-19T23:15:47.576Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-19T23:16:04.460Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-19T23:16:45.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-19T23:16:45.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-19T23:16:51.544Z] Removing intermediate container 991cbdf443ca [2021-04-19T23:16:51.544Z] ---> 728aafa55898 [2021-04-19T23:16:51.544Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-19T23:16:57.361Z] ---> Running in 984fdfa51386 [2021-04-19T23:16:57.361Z] Removing intermediate container cfb18a41c929 [2021-04-19T23:16:57.361Z] ---> 264f58445351 [2021-04-19T23:16:57.361Z] [2021-04-19T23:16:57.361Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T23:16:57.749Z] 3.12: Pulling from library/alpine [2021-04-19T23:16:57.749Z] Removing intermediate container b618432b2066 [2021-04-19T23:16:57.749Z] ---> 15523954adc1 [2021-04-19T23:16:57.749Z] [2021-04-19T23:16:57.749Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T23:16:58.064Z] 3.12: Pulling from library/alpine [2021-04-19T23:16:59.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-19T23:17:01.248Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T23:17:01.248Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-19T23:17:01.248Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T23:17:01.248Z] ---> 13621d1b12d4 [2021-04-19T23:17:01.248Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T23:17:01.248Z] Status: Downloaded newer image for alpine:3.12 [2021-04-19T23:17:01.248Z] ---> 13621d1b12d4 [2021-04-19T23:17:01.248Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-19T23:17:01.248Z] Removing intermediate container cc6c2c6a5a56 [2021-04-19T23:17:01.248Z] ---> a96c87df85de [2021-04-19T23:17:01.248Z] [2021-04-19T23:17:01.248Z] Step 10/21 : FROM alpine:3.12 [2021-04-19T23:17:01.248Z] ---> 13621d1b12d4 [2021-04-19T23:17:01.248Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-19T23:17:01.528Z] ---> Running in b6dd887c3935 [2021-04-19T23:17:01.529Z] ---> Running in 39faf7f0c554 [2021-04-19T23:17:01.823Z] Removing intermediate container 6e96d976b82c [2021-04-19T23:17:01.823Z] ---> f06b20462e02 [2021-04-19T23:17:01.823Z] [2021-04-19T23:17:01.823Z] Step 10/24 : FROM alpine:3.12 [2021-04-19T23:17:01.823Z] ---> 13621d1b12d4 [2021-04-19T23:17:01.823Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-19T23:17:01.823Z] ---> Running in 6ba189836901 [2021-04-19T23:17:02.110Z] ---> Running in ef1b358e8123 [2021-04-19T23:17:03.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:03.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:03.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:03.668Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:03.963Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T23:17:03.963Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:17:03.963Z] OK: 6 MiB in 15 packages [2021-04-19T23:17:03.963Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-19T23:17:03.963Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:17:04.240Z] OK: 6 MiB in 15 packages [2021-04-19T23:17:04.240Z] Removing intermediate container 984fdfa51386 [2021-04-19T23:17:04.240Z] ---> b7be0a727cc3 [2021-04-19T23:17:04.240Z] [2021-04-19T23:17:04.240Z] Step 11/23 : FROM docker:20.10.0 [2021-04-19T23:17:04.240Z] 20.10.0: Pulling from library/docker [2021-04-19T23:17:04.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:04.240Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:04.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:04.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:04.935Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-19T23:17:04.935Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T23:17:04.935Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-19T23:17:04.935Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-19T23:17:04.935Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T23:17:04.935Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-19T23:17:04.935Z] (4/4) Installing curl (7.76.1-r0) [2021-04-19T23:17:04.935Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:17:04.935Z] (4/6) Installing curl (7.76.1-r0) [2021-04-19T23:17:04.935Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T23:17:04.935Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-19T23:17:04.935Z] (6/6) Installing su-exec (0.2-r1) [2021-04-19T23:17:04.935Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:17:04.935Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T23:17:04.935Z] OK: 7 MiB in 18 packages [2021-04-19T23:17:05.234Z] OK: 7 MiB in 20 packages [2021-04-19T23:17:06.681Z] Removing intermediate container b6dd887c3935 [2021-04-19T23:17:06.681Z] ---> 3aeb0410ec5b [2021-04-19T23:17:06.681Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:17:06.952Z] ---> Running in 7598f17f42fb [2021-04-19T23:17:06.952Z] Removing intermediate container 39faf7f0c554 [2021-04-19T23:17:06.952Z] ---> 10e968f0d77d [2021-04-19T23:17:06.952Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:17:07.552Z] ---> Running in 028153d8368f [2021-04-19T23:17:08.643Z] Removing intermediate container 7598f17f42fb [2021-04-19T23:17:08.643Z] ---> 50d1da3748dc [2021-04-19T23:17:08.643Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-19T23:17:08.643Z] Removing intermediate container 028153d8368f [2021-04-19T23:17:08.643Z] ---> b0b0e152a91b [2021-04-19T23:17:08.643Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-19T23:17:08.910Z] ---> Running in 62315e5454df [2021-04-19T23:17:08.910Z] Removing intermediate container 6ba189836901 [2021-04-19T23:17:08.910Z] ---> 631abe007fd7 [2021-04-19T23:17:08.910Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T23:17:09.175Z] ---> Running in 7052a37e562a [2021-04-19T23:17:09.175Z] Removing intermediate container ef1b358e8123 [2021-04-19T23:17:09.175Z] ---> 6b59730d2c99 [2021-04-19T23:17:09.175Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-19T23:17:09.441Z] ---> Running in 68ba45efef64 [2021-04-19T23:17:10.041Z] Removing intermediate container 62315e5454df [2021-04-19T23:17:10.041Z] ---> 8dc734e237a4 [2021-04-19T23:17:10.041Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T23:17:10.041Z] ---> Running in a3bed4cfe77d [2021-04-19T23:17:10.326Z] Removing intermediate container 7052a37e562a [2021-04-19T23:17:10.326Z] ---> 79cc4feda74f [2021-04-19T23:17:10.326Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T23:17:10.609Z] ---> Running in c83b4a9d1860 [2021-04-19T23:17:10.609Z] Removing intermediate container 68ba45efef64 [2021-04-19T23:17:10.609Z] ---> 6bb24db3c44c [2021-04-19T23:17:10.609Z] Step 13/21 : WORKDIR /edgex [2021-04-19T23:17:10.609Z] ---> Running in 73ed8635db3c [2021-04-19T23:17:10.609Z] Removing intermediate container a3bed4cfe77d [2021-04-19T23:17:10.609Z] ---> 00b08f338a46 [2021-04-19T23:17:10.609Z] Step 13/24 : WORKDIR / [2021-04-19T23:17:10.905Z] ---> Running in c1bc995d57b6 [2021-04-19T23:17:10.905Z] ---> Running in 1c3445f86e15 [2021-04-19T23:17:10.905Z] Removing intermediate container c83b4a9d1860 [2021-04-19T23:17:10.905Z] ---> 8f48be5dfca3 [2021-04-19T23:17:10.905Z] Step 15/23 : WORKDIR / [2021-04-19T23:17:11.248Z] Removing intermediate container 73ed8635db3c [2021-04-19T23:17:11.248Z] ---> 9a1f33a61411 [2021-04-19T23:17:11.248Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:17:11.547Z] ---> Running in 88f1e9b68bd8 [2021-04-19T23:17:11.547Z] Removing intermediate container c1bc995d57b6 [2021-04-19T23:17:11.547Z] ---> 85eb50f460c5 [2021-04-19T23:17:11.547Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-19T23:17:12.036Z] Removing intermediate container 1c3445f86e15 [2021-04-19T23:17:12.036Z] ---> ccecf537ee26 [2021-04-19T23:17:12.036Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-19T23:17:13.506Z] Removing intermediate container 88f1e9b68bd8 [2021-04-19T23:17:13.506Z] ---> 739c792881dc [2021-04-19T23:17:13.506Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:17:13.506Z] ---> 27d64253c89d [2021-04-19T23:17:13.506Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-19T23:17:13.872Z] ---> 8699a912989b [2021-04-19T23:17:13.872Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-19T23:17:14.226Z] ---> 962ad003ba23 [2021-04-19T23:17:14.226Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-19T23:17:15.022Z] ---> ac8a6121db1f [2021-04-19T23:17:15.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-19T23:17:16.140Z] ---> efaa87144831 [2021-04-19T23:17:16.140Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-19T23:17:16.140Z] ---> f8d1bd738ce1 [2021-04-19T23:17:16.140Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-19T23:17:16.140Z] ---> f263e40114c9 [2021-04-19T23:17:16.140Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-19T23:17:17.657Z] ---> 21ac0d1be7c2 [2021-04-19T23:17:17.657Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-19T23:17:17.936Z] ---> 114156017029 [2021-04-19T23:17:17.936Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-19T23:17:17.936Z] ---> 9b1afe5b5a27 [2021-04-19T23:17:17.936Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-19T23:17:17.936Z] ---> 1724156234a6 [2021-04-19T23:17:17.936Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-19T23:17:18.232Z] ---> Running in 5fc35e7116ac [2021-04-19T23:17:18.232Z] ---> Running in e1e4a4cde27f [2021-04-19T23:17:19.231Z] ---> 6c484b85c103 [2021-04-19T23:17:19.231Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-19T23:17:19.503Z] ---> Running in 9b7c27433c72 [2021-04-19T23:17:19.503Z] ---> 2f4ae9249810 [2021-04-19T23:17:19.503Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-19T23:17:19.503Z] Removing intermediate container 5fc35e7116ac [2021-04-19T23:17:19.503Z] ---> 1d2c2c4e1013 [2021-04-19T23:17:19.503Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:17:19.789Z] Removing intermediate container e1e4a4cde27f [2021-04-19T23:17:19.789Z] ---> 33a01de0033a [2021-04-19T23:17:19.789Z] Step 18/21 : CMD ["--init=true"] [2021-04-19T23:17:19.789Z] ---> Running in e54561401e15 [2021-04-19T23:17:20.094Z] ---> Running in 8fbe32cbfc68 [2021-04-19T23:17:20.094Z] Removing intermediate container 9b7c27433c72 [2021-04-19T23:17:20.094Z] ---> be6c4ce35e76 [2021-04-19T23:17:20.094Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:17:20.383Z] ---> Running in 6f92108ed8a1 [2021-04-19T23:17:20.668Z] Removing intermediate container e54561401e15 [2021-04-19T23:17:20.668Z] ---> ec149623e1b3 [2021-04-19T23:17:20.668Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T23:17:20.668Z] Removing intermediate container 8fbe32cbfc68 [2021-04-19T23:17:20.668Z] ---> caffed5790f0 [2021-04-19T23:17:20.668Z] Step 19/21 : LABEL arch=x86_64 [2021-04-19T23:17:20.668Z] Removing intermediate container 6f92108ed8a1 [2021-04-19T23:17:20.668Z] ---> 19fb6fb9a282 [2021-04-19T23:17:20.668Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T23:17:20.668Z] ---> Running in fa813028a2f4 [2021-04-19T23:17:20.668Z] ---> a2f76b5648b8 [2021-04-19T23:17:20.668Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-19T23:17:20.668Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-19T23:17:20.970Z] ---> Running in 5dcd570059ab [2021-04-19T23:17:20.970Z] ---> Running in 7439e1755857 [2021-04-19T23:17:20.970Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-19T23:17:20.970Z] ---> aefe523efa57 [2021-04-19T23:17:20.970Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:17:21.265Z] ---> Running in 499318b7d464 [2021-04-19T23:17:21.865Z] Removing intermediate container 5dcd570059ab [2021-04-19T23:17:21.865Z] ---> 64eeef791cad [2021-04-19T23:17:21.865Z] Step 21/22 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:17:21.865Z] Removing intermediate container fa813028a2f4 [2021-04-19T23:17:21.865Z] ---> a43cf2b04dbe [2021-04-19T23:17:21.865Z] Step 20/21 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:17:22.132Z] ---> Running in e256e33092cb [2021-04-19T23:17:22.132Z] Removing intermediate container 7439e1755857 [2021-04-19T23:17:22.132Z] ---> 899e04c09d53 [2021-04-19T23:17:22.132Z] Step 22/23 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:17:22.132Z] Removing intermediate container 499318b7d464 [2021-04-19T23:17:22.132Z] ---> e90e0b617009 [2021-04-19T23:17:22.132Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-19T23:17:22.418Z] ---> Running in 4574a3f33c53 [2021-04-19T23:17:22.418Z] ---> Running in f4d6b13af988 [2021-04-19T23:17:22.418Z] ---> f1b154b4dc92 [2021-04-19T23:17:22.418Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-19T23:17:22.418Z] ---> Running in 512fb311dae7 [2021-04-19T23:17:22.700Z] Removing intermediate container e256e33092cb [2021-04-19T23:17:22.700Z] ---> 38fe5be18566 [2021-04-19T23:17:22.700Z] Step 22/22 : LABEL version=2.0.0-dev.179 [2021-04-19T23:17:22.700Z] ---> Running in 7209ffed2b7e [2021-04-19T23:17:23.088Z] ---> Running in c35b650cd69d [2021-04-19T23:17:23.088Z] Removing intermediate container f4d6b13af988 [2021-04-19T23:17:23.088Z] ---> 09a70f5fe0b6 [2021-04-19T23:17:23.088Z] Step 23/23 : LABEL version=2.0.0-dev.179 [2021-04-19T23:17:23.556Z] Removing intermediate container 4574a3f33c53 [2021-04-19T23:17:23.556Z] ---> 598770061485 [2021-04-19T23:17:23.556Z] Step 21/21 : LABEL version=2.0.0-dev.179 [2021-04-19T23:17:23.835Z] ---> Running in 93e12b6f8b86 [2021-04-19T23:17:23.836Z] ---> Running in e08c9c44acaf [2021-04-19T23:17:24.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:24.115Z] Removing intermediate container c35b650cd69d [2021-04-19T23:17:24.115Z] ---> df277a5b6dab [2021-04-19T23:17:24.115Z] [2021-04-19T23:17:24.115Z] Removing intermediate container 93e12b6f8b86 [2021-04-19T23:17:24.115Z] ---> fc7d85f4b657 [2021-04-19T23:17:24.115Z] [2021-04-19T23:17:24.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:17:24.382Z] Removing intermediate container e08c9c44acaf [2021-04-19T23:17:24.382Z] ---> 3967a3695d99 [2021-04-19T23:17:24.382Z] [2021-04-19T23:17:24.382Z] (1/39) Installing readline (8.0.4-r0) [2021-04-19T23:17:24.382Z] (2/39) Installing bash (5.0.17-r0) [2021-04-19T23:17:24.382Z] Executing bash-5.0.17-r0.post-install [2021-04-19T23:17:24.382Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-19T23:17:24.382Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-19T23:17:24.661Z] (5/39) Installing curl (7.76.1-r0) [2021-04-19T23:17:24.661Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-19T23:17:24.661Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-19T23:17:24.661Z] (8/39) Installing expat (2.2.9-r1) [2021-04-19T23:17:24.661Z] (9/39) Installing libffi (3.3-r2) [2021-04-19T23:17:24.661Z] (10/39) Installing gdbm (1.13-r1) [2021-04-19T23:17:24.661Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-19T23:17:24.661Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-19T23:17:24.661Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-19T23:17:24.939Z] Successfully built fc7d85f4b657 [2021-04-19T23:17:24.939Z] Successfully built 3967a3695d99 [2021-04-19T23:17:24.939Z] Successfully tagged docker-core-command-go:latest [2021-04-19T23:17:24.939Z] Successfully built df277a5b6dab [2021-04-19T23:17:24.939Z] Building docker-security-bootstrapper-go [2021-04-19T23:17:24.939Z]  Building docker-core-command-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-04-19T23:17:24.939Z] Building docker-support-notifications-go [2021-04-19T23:17:25.219Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-04-19T23:17:25.219Z] Building docker-core-data-go [2021-04-19T23:17:26.719Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7209ffed2b7e [2021-04-19T23:17:26.720Z] ---> 649d5e08aed4 [2021-04-19T23:17:26.720Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-19T23:17:27.732Z] ---> Running in bc82d56625ee [2021-04-19T23:17:27.732Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-19T23:17:27.732Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-19T23:17:27.732Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-19T23:17:27.732Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-19T23:17:27.732Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-19T23:17:27.732Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-19T23:17:27.732Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-19T23:17:27.732Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-19T23:17:27.732Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-19T23:17:27.732Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-19T23:17:29.533Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-19T23:17:29.983Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-19T23:17:30.909Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-19T23:17:31.390Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-19T23:17:32.281Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-19T23:17:32.549Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-19T23:17:32.549Z] Removing intermediate container bc82d56625ee [2021-04-19T23:17:32.549Z] ---> 6c377fcc6067 [2021-04-19T23:17:32.549Z] Step 22/24 : LABEL arch=x86_64 [2021-04-19T23:17:32.549Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-19T23:17:32.549Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-19T23:17:32.549Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-19T23:17:32.837Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-19T23:17:32.837Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-19T23:17:32.837Z] ---> Running in 95e0b435116c [2021-04-19T23:17:32.837Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-19T23:17:32.837Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-19T23:17:32.837Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-19T23:17:32.837Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-19T23:17:32.837Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-19T23:17:33.628Z] Executing busybox-1.31.1-r19.trigger [2021-04-19T23:17:34.283Z] OK: 72 MiB in 59 packages [2021-04-19T23:17:37.281Z] Removing intermediate container 95e0b435116c [2021-04-19T23:17:37.281Z] ---> f949650c51e1 [2021-04-19T23:17:37.281Z] Step 23/24 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:17:38.726Z] ---> Running in 178207a2b48f [2021-04-19T23:17:39.183Z] Removing intermediate container 178207a2b48f [2021-04-19T23:17:39.183Z] ---> 00601868b7b7 [2021-04-19T23:17:39.183Z] Step 24/24 : LABEL version=2.0.0-dev.179 [2021-04-19T23:17:39.993Z] ---> Running in 61c209670931 [2021-04-19T23:17:40.502Z] Removing intermediate container 61c209670931 [2021-04-19T23:17:40.502Z] ---> 4d37f344c337 [2021-04-19T23:17:40.502Z] [2021-04-19T23:17:41.197Z] lf-activate-venv(): INFO: Adding /tmp/venv-TvJb/bin to PATH [2021-04-19T23:17:41.197Z] INFO: No Stack... [2021-04-19T23:17:41.197Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-19T23:17:41.197Z] INFO: Archiving Costs [Pipeline] sh [2021-04-19T23:17:41.536Z] + cat /w/workspace/edgex-go/447/archives/cost.csv [2021-04-19T23:17:41.536Z] + cut -d, -f6 [Pipeline] lock [2021-04-19T23:17:41.653Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-447-stack-cost] [2021-04-19T23:17:41.663Z] Resource [jenkins-edgexfoundry-edgex-go-master-447-stack-cost] did not exist. Created. [2021-04-19T23:17:41.663Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-447-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-19T23:17:42.010Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-19T23:17:42.058Z] Successfully built 4d37f344c337 [2021-04-19T23:17:42.528Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-19T23:17:42.528Z] Building docker-core-metadata-go [2021-04-19T23:17:42.787Z] Stashed 1 file(s) [Pipeline] } [2021-04-19T23:17:42.801Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-447-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-19T23:17:49.234Z]  Building docker-security-secretstore-setup-go ... done Collecting docker-compose==1.23.2 [2021-04-19T23:17:49.234Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-19T23:17:50.459Z] Collecting PyYAML<4,>=3.10 [2021-04-19T23:17:50.459Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-19T23:17:59.862Z] Collecting cached-property<2,>=1.2.0 [2021-04-19T23:17:59.862Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-19T23:17:59.862Z] Collecting jsonschema<3,>=2.5.1 [2021-04-19T23:17:59.862Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-19T23:18:00.544Z] Collecting docopt<0.7,>=0.6.1 [2021-04-19T23:18:00.544Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-19T23:18:09.574Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-19T23:18:09.965Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-19T23:18:09.965Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-19T23:18:10.477Z] Collecting docker<4.0,>=3.6.0 [2021-04-19T23:18:10.477Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-19T23:18:10.848Z] Collecting websocket-client<1.0,>=0.32.0 [2021-04-19T23:18:10.848Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-19T23:18:11.495Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-19T23:18:11.495Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-19T23:18:15.219Z] Collecting texttable<0.10,>=0.9.0 [2021-04-19T23:18:15.219Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-19T23:18:17.004Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-19T23:18:17.004Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-19T23:18:17.560Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-04-19T23:18:17.560Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-19T23:18:18.231Z] Collecting idna<2.8,>=2.5 [2021-04-19T23:18:18.231Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-19T23:18:18.231Z] Collecting docker-pycreds>=0.4.0 [2021-04-19T23:18:18.231Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-19T23:18:18.231Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-19T23:18:18.231Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-19T23:18:18.231Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-19T23:18:18.231Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-19T23:18:19.095Z] Installing collected packages: PyYAML, cached-property, jsonschema, docopt, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, docker-compose [2021-04-19T23:18:19.703Z] Running setup.py install for PyYAML: started [2021-04-19T23:18:24.368Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-19T23:18:25.218Z] Running setup.py install for docopt: started [2021-04-19T23:18:32.449Z] Running setup.py install for docopt: finished with status 'done' [2021-04-19T23:18:32.449Z] Attempting uninstall: urllib3 [2021-04-19T23:18:32.449Z] Found existing installation: urllib3 1.25.9 [2021-04-19T23:18:32.449Z] Uninstalling urllib3-1.25.9: [2021-04-19T23:18:32.449Z] Successfully uninstalled urllib3-1.25.9 [2021-04-19T23:18:32.449Z] Attempting uninstall: idna [2021-04-19T23:18:32.449Z] Found existing installation: idna 2.9 [2021-04-19T23:18:32.449Z] Uninstalling idna-2.9: [2021-04-19T23:18:32.449Z] Successfully uninstalled idna-2.9 [2021-04-19T23:18:32.449Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:18:32.449Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:18:32.449Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:18:32.449Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:18:32.449Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:18:32.449Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:18:32.449Z] ---> fc5e2fb14125 [2021-04-19T23:18:32.449Z] Step 3/31 : WORKDIR /edgex-go [2021-04-19T23:18:32.449Z] ---> fc5e2fb14125 [2021-04-19T23:18:32.449Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T23:18:32.449Z] ---> fc5e2fb14125 [2021-04-19T23:18:32.449Z] Step 3/22 : WORKDIR /edgex-go [2021-04-19T23:18:32.449Z] ---> Using cache [2021-04-19T23:18:32.449Z] ---> 33d462513bb4 [2021-04-19T23:18:32.449Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:18:32.449Z] ---> Using cache [2021-04-19T23:18:32.449Z] ---> 33d462513bb4 [2021-04-19T23:18:32.449Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:18:32.449Z] ---> Using cache [2021-04-19T23:18:32.449Z] ---> 33d462513bb4 [2021-04-19T23:18:32.449Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:18:32.449Z] ---> Using cache [2021-04-19T23:18:32.449Z] ---> 2e670d0af25c [2021-04-19T23:18:32.449Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-19T23:18:32.449Z] ---> Using cache [2021-04-19T23:18:32.449Z] ---> 2e670d0af25c [2021-04-19T23:18:32.449Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-19T23:18:32.449Z] ---> Using cache [2021-04-19T23:18:32.449Z] ---> 2e670d0af25c [2021-04-19T23:18:32.449Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-19T23:18:32.450Z] ---> Using cache [2021-04-19T23:18:32.450Z] ---> ab771636abc1 [2021-04-19T23:18:32.450Z] Step 6/31 : COPY go.mod . [2021-04-19T23:18:32.450Z] ---> Using cache [2021-04-19T23:18:32.450Z] ---> 218c0a56ff72 [2021-04-19T23:18:32.450Z] Step 7/31 : RUN go mod download [2021-04-19T23:18:32.450Z] ---> Using cache [2021-04-19T23:18:32.450Z] ---> 3107472f1bb9 [2021-04-19T23:18:32.450Z] Step 8/31 : COPY . . [2021-04-19T23:18:32.450Z] Attempting uninstall: requests [2021-04-19T23:18:32.450Z] Found existing installation: requests 2.23.0 [2021-04-19T23:18:32.450Z] Uninstalling requests-2.23.0: [2021-04-19T23:18:32.450Z] Successfully uninstalled requests-2.23.0 [2021-04-19T23:18:32.450Z] ---> Using cache [2021-04-19T23:18:32.450Z] ---> 0be7e3e3defd [2021-04-19T23:18:32.450Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-19T23:18:34.631Z] ---> Running in 852f729b5929 [2021-04-19T23:18:34.631Z] ---> Running in 734f3cbcdc55 [2021-04-19T23:18:34.631Z] ---> Running in 15222a6d23f0 [2021-04-19T23:18:34.631Z] Running setup.py install for dockerpty: started [2021-04-19T23:18:36.432Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-19T23:18:36.432Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-19T23:18:36.432Z] ---> fc5e2fb14125 [2021-04-19T23:18:36.432Z] Step 3/23 : WORKDIR /edgex-go [2021-04-19T23:18:36.432Z] ---> Using cache [2021-04-19T23:18:36.432Z] ---> 33d462513bb4 [2021-04-19T23:18:36.432Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:18:36.432Z] ---> Using cache [2021-04-19T23:18:36.432Z] ---> 2e670d0af25c [2021-04-19T23:18:36.432Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-19T23:18:36.432Z] ---> Using cache [2021-04-19T23:18:36.432Z] ---> ab771636abc1 [2021-04-19T23:18:36.432Z] Step 6/23 : COPY go.mod . [2021-04-19T23:18:36.432Z] ---> Using cache [2021-04-19T23:18:36.432Z] ---> 218c0a56ff72 [2021-04-19T23:18:36.432Z] Step 7/23 : RUN go mod download [2021-04-19T23:18:36.432Z] ---> Using cache [2021-04-19T23:18:36.432Z] ---> 3107472f1bb9 [2021-04-19T23:18:36.432Z] Step 8/23 : COPY . . [2021-04-19T23:18:36.432Z] ---> Using cache [2021-04-19T23:18:36.432Z] ---> 0be7e3e3defd [2021-04-19T23:18:36.432Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-19T23:18:36.432Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-19T23:18:36.700Z] Running setup.py install for texttable: started [2021-04-19T23:18:36.974Z] ---> Running in 8664cb5a05fd [2021-04-19T23:18:37.343Z] Running setup.py install for texttable: finished with status 'done' [2021-04-19T23:18:37.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-19T23:18:37.959Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-04-19T23:18:37.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:18:37.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:18:38.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-19T23:18:38.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:18:38.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:18:39.541Z] OK: 233 MiB in 51 packages [2021-04-19T23:18:39.809Z] OK: 233 MiB in 51 packages [2021-04-19T23:18:41.812Z] Removing intermediate container 15222a6d23f0 [2021-04-19T23:18:41.812Z] ---> a5b78a644ca8 [2021-04-19T23:18:41.812Z] Step 6/22 : COPY go.mod . [2021-04-19T23:18:42.124Z] Removing intermediate container 734f3cbcdc55 [2021-04-19T23:18:42.124Z] ---> e357238553a9 [2021-04-19T23:18:42.124Z] Step 6/23 : COPY go.mod . [2021-04-19T23:18:42.755Z] ---> 31d4560ad036 [2021-04-19T23:18:42.755Z] Step 7/22 : RUN go mod download [2021-04-19T23:18:43.449Z] ---> 7e9b657341a2 [2021-04-19T23:18:43.449Z] Step 7/23 : RUN go mod download [2021-04-19T23:18:43.449Z] ---> Running in 7f8cf210087a [2021-04-19T23:18:43.875Z] ---> Running in 7adefae7a595 [2021-04-19T23:18:56.799Z] Removing intermediate container 7adefae7a595 [2021-04-19T23:18:56.799Z] ---> dcaa53f2a14e [2021-04-19T23:18:56.799Z] Step 8/23 : COPY . . [2021-04-19T23:18:56.799Z] Removing intermediate container 7f8cf210087a [2021-04-19T23:18:56.799Z] ---> 044da65845d9 [2021-04-19T23:18:56.799Z] Step 8/22 : COPY . . [2021-04-19T23:19:54.052Z] Removing intermediate container 852f729b5929 [2021-04-19T23:19:54.052Z] ---> 59899fb90bff [2021-04-19T23:19:54.052Z] [2021-04-19T23:19:54.052Z] Step 10/31 : FROM alpine:3.12 [2021-04-19T23:19:54.052Z] ---> 13621d1b12d4 [2021-04-19T23:19:54.052Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-19T23:19:54.052Z] Removing intermediate container 8664cb5a05fd [2021-04-19T23:19:54.052Z] ---> 3cebe7b5970b [2021-04-19T23:19:54.052Z] [2021-04-19T23:19:54.052Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T23:19:54.052Z] ---> 13621d1b12d4 [2021-04-19T23:19:54.052Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-19T23:19:54.052Z] ---> Using cache [2021-04-19T23:19:54.052Z] ---> 10e968f0d77d [2021-04-19T23:19:54.052Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:19:54.052Z] ---> Using cache [2021-04-19T23:19:54.052Z] ---> b0b0e152a91b [2021-04-19T23:19:54.052Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-19T23:19:54.052Z] ---> Running in ffbcb6baad0b [2021-04-19T23:19:55.124Z] ---> Running in b1064f3b8e25 [2021-04-19T23:19:57.141Z] Removing intermediate container ffbcb6baad0b [2021-04-19T23:19:57.141Z] ---> fafb51b82a2c [2021-04-19T23:19:57.141Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-19T23:19:57.419Z] Removing intermediate container b1064f3b8e25 [2021-04-19T23:19:57.419Z] ---> b3d080e4d36b [2021-04-19T23:19:57.419Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-19T23:19:57.698Z] ---> Running in a1f8aec22397 [2021-04-19T23:19:58.308Z] ---> Running in 1b56a5f200e7 [2021-04-19T23:19:58.308Z] Removing intermediate container 512fb311dae7 [2021-04-19T23:19:58.308Z] ---> 9921fdc8871b [2021-04-19T23:19:58.308Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-19T23:20:01.763Z] ---> Running in 66a49cea4b42 [2021-04-19T23:20:01.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:20:02.334Z] Removing intermediate container 1b56a5f200e7 [2021-04-19T23:20:02.334Z] ---> 44087327107d [2021-04-19T23:20:02.334Z] Step 15/23 : WORKDIR / [2021-04-19T23:20:02.334Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:20:02.630Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-19T23:20:02.630Z] (2/2) Installing su-exec (0.2-r1) [2021-04-19T23:20:02.630Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:20:02.630Z] ---> Running in 2e9447264b05 [2021-04-19T23:20:02.630Z] OK: 6 MiB in 16 packages [2021-04-19T23:20:02.630Z] Removing intermediate container 66a49cea4b42 [2021-04-19T23:20:02.630Z] ---> 26e7c3291e1e [2021-04-19T23:20:02.630Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-19T23:20:02.922Z] ---> 51e4fa919a19 [2021-04-19T23:20:02.922Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-19T23:20:03.224Z] ---> 74c2ad7587ff [2021-04-19T23:20:03.224Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-19T23:20:03.224Z] ---> Running in 4003f5bff868 [2021-04-19T23:20:03.534Z] ---> Running in 9329ea77335a [2021-04-19T23:20:03.534Z] ---> Running in 1099730232f9 [2021-04-19T23:20:03.872Z] Removing intermediate container 2e9447264b05 [2021-04-19T23:20:03.872Z] ---> 9a44b0fe9cba [2021-04-19T23:20:03.872Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:20:04.230Z] Removing intermediate container 4003f5bff868 [2021-04-19T23:20:04.230Z] ---> 756ca5a5ddb1 [2021-04-19T23:20:04.230Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-19T23:20:04.918Z] ---> f0fd8c65b2c5 [2021-04-19T23:20:04.918Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-19T23:20:04.918Z] Removing intermediate container a1f8aec22397 [2021-04-19T23:20:04.918Z] ---> 65d716972bc7 [2021-04-19T23:20:04.918Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-19T23:20:06.482Z] ---> Running in 43f06a19b796 [2021-04-19T23:20:06.482Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-19T23:20:06.482Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.179" -o cmd/core-data/core-data ./cmd/core-data [2021-04-19T23:20:06.482Z] ---> 345b8662b6ad [2021-04-19T23:20:06.482Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-19T23:20:08.461Z] Removing intermediate container 43f06a19b796 [2021-04-19T23:20:08.461Z] ---> f65867be82b6 [2021-04-19T23:20:08.461Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-19T23:20:09.070Z] ---> Running in 2d8e07626042 [2021-04-19T23:20:09.350Z] ---> 9e1bf98f08f5 [2021-04-19T23:20:09.350Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-19T23:20:09.634Z] ---> 5bd780c15461 [2021-04-19T23:20:09.634Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-19T23:20:09.908Z] Removing intermediate container 2d8e07626042 [2021-04-19T23:20:09.908Z] ---> ecb844eeec0c [2021-04-19T23:20:09.908Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-19T23:20:10.180Z] ---> 89bba1dc1a30 [2021-04-19T23:20:10.180Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-19T23:20:10.180Z] ---> Running in 1844e9240c83 [2021-04-19T23:20:10.455Z] ---> Running in 00a56857efa9 [2021-04-19T23:20:10.455Z] ---> ae398376a828 [2021-04-19T23:20:10.455Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-19T23:20:10.751Z] ---> Running in 2b2c1d68676c [2021-04-19T23:20:10.751Z] Removing intermediate container 00a56857efa9 [2021-04-19T23:20:10.751Z] ---> a88de62b8b25 [2021-04-19T23:20:10.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:20:11.088Z] ---> Running in 5b2685973bf2 [2021-04-19T23:20:11.371Z] Removing intermediate container 2b2c1d68676c [2021-04-19T23:20:11.371Z] ---> 7b2a59a17d1f [2021-04-19T23:20:11.371Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:20:12.357Z] ---> Running in 9ad2e8e827b3 [2021-04-19T23:20:12.978Z] Removing intermediate container 5b2685973bf2 [2021-04-19T23:20:12.978Z] ---> b43d03f039b9 [2021-04-19T23:20:12.978Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T23:20:13.597Z] Removing intermediate container 9ad2e8e827b3 [2021-04-19T23:20:13.597Z] ---> 1f67c2b0e844 [2021-04-19T23:20:13.597Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T23:20:13.597Z] ---> Running in 5cd1d072bb50 [2021-04-19T23:20:13.899Z] ---> Running in dddad8223dbc [2021-04-19T23:20:14.607Z] Removing intermediate container 1844e9240c83 [2021-04-19T23:20:14.607Z] ---> a51bcb28463b [2021-04-19T23:20:14.607Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-19T23:20:15.652Z] Removing intermediate container 5cd1d072bb50 [2021-04-19T23:20:15.652Z] ---> a1c068a0217d [2021-04-19T23:20:15.652Z] Step 22/23 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:20:15.652Z] Removing intermediate container dddad8223dbc [2021-04-19T23:20:15.652Z] ---> 641c779162e7 [2021-04-19T23:20:15.652Z] Step 22/23 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:20:16.156Z] ---> Running in aaec5c9871b8 [2021-04-19T23:20:16.156Z] ---> Running in 46e2ce9b31a7 [2021-04-19T23:20:16.478Z] ---> Running in 02acc17ce3b7 [2021-04-19T23:20:17.714Z] Removing intermediate container aaec5c9871b8 [2021-04-19T23:20:17.714Z] ---> e68d62825be3 [2021-04-19T23:20:17.714Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-19T23:20:18.804Z] Removing intermediate container 02acc17ce3b7 [2021-04-19T23:20:18.804Z] ---> bc55054c8a30 [2021-04-19T23:20:18.804Z] Step 23/23 : LABEL version=2.0.0-dev.179 [2021-04-19T23:20:19.144Z] Removing intermediate container 46e2ce9b31a7 [2021-04-19T23:20:19.144Z] ---> 0cf111ad16f6 [2021-04-19T23:20:19.144Z] Step 23/23 : LABEL version=2.0.0-dev.179 [2021-04-19T23:20:19.432Z] ---> Running in 0270a4171a17 [2021-04-19T23:20:19.714Z] ---> Running in 8d9a8a5c41b8 [2021-04-19T23:20:19.714Z] ---> caaed0731447 [2021-04-19T23:20:19.714Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-19T23:20:20.186Z] ---> Running in 35dac4e4ebab [2021-04-19T23:20:20.837Z] Removing intermediate container 0270a4171a17 [2021-04-19T23:20:20.837Z] ---> 78374edd4793 [2021-04-19T23:20:20.837Z] [2021-04-19T23:20:20.837Z] Removing intermediate container 8d9a8a5c41b8 [2021-04-19T23:20:20.837Z] ---> ada550cd2c21 [2021-04-19T23:20:20.837Z] [2021-04-19T23:20:21.156Z] Successfully built 78374edd4793 [2021-04-19T23:20:21.457Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-19T23:20:21.457Z]  Building docker-sys-mgmt-agent-go ... done Successfully built ada550cd2c21 [2021-04-19T23:20:21.457Z] Successfully tagged docker-core-metadata-go:latest [2021-04-19T23:20:28.543Z]  Building docker-core-metadata-go ... done Removing intermediate container 35dac4e4ebab [2021-04-19T23:20:28.543Z] ---> 3a5f909b09f6 [2021-04-19T23:20:28.543Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:20:29.620Z] ---> cb470a185750 [2021-04-19T23:20:29.620Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-19T23:20:34.650Z] ---> 6736640e3b2e [2021-04-19T23:20:34.650Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-19T23:20:35.686Z] ---> 58237ba6add5 [2021-04-19T23:20:35.686Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-19T23:20:38.032Z] ---> 709317751434 [2021-04-19T23:20:38.032Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-19T23:20:39.545Z] ---> 3c53e782860f [2021-04-19T23:20:39.545Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-19T23:20:40.176Z] ---> Running in a6965c1e9642 [2021-04-19T23:20:40.823Z] Removing intermediate container a6965c1e9642 [2021-04-19T23:20:40.823Z] ---> 619c4aee57f5 [2021-04-19T23:20:40.823Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-19T23:20:41.499Z] ---> 1498da5e8254 [2021-04-19T23:20:41.499Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-19T23:20:41.499Z] ---> Running in 734495824f01 [2021-04-19T23:20:46.737Z] Removing intermediate container 734495824f01 [2021-04-19T23:20:46.737Z] ---> bc8a6bda4d80 [2021-04-19T23:20:46.737Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-19T23:20:48.075Z] ---> Running in 1e80ebfb36c7 [2021-04-19T23:20:48.677Z] Removing intermediate container 1e80ebfb36c7 [2021-04-19T23:20:48.677Z] ---> df4dde8fc67b [2021-04-19T23:20:48.677Z] Step 28/31 : CMD ["gate"] [2021-04-19T23:20:49.355Z] ---> Running in 826efa34593d [2021-04-19T23:20:50.205Z] Removing intermediate container 826efa34593d [2021-04-19T23:20:50.205Z] ---> 042f9c47cc1d [2021-04-19T23:20:50.205Z] Step 29/31 : LABEL arch=x86_64 [2021-04-19T23:20:51.032Z] ---> Running in 1363b74d144d [2021-04-19T23:20:52.046Z] Removing intermediate container 1363b74d144d [2021-04-19T23:20:52.046Z] ---> 50d47953265f [2021-04-19T23:20:52.046Z] Step 30/31 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:20:52.046Z] ---> Running in b531d247d453 [2021-04-19T23:20:53.731Z] Removing intermediate container b531d247d453 [2021-04-19T23:20:53.731Z] ---> f298e9b7f8de [2021-04-19T23:20:53.731Z] Step 31/31 : LABEL version=2.0.0-dev.179 [2021-04-19T23:20:53.731Z] ---> Running in 580ae49955b5 [2021-04-19T23:20:55.787Z] Removing intermediate container 580ae49955b5 [2021-04-19T23:20:55.787Z] ---> e8d8a57341aa [2021-04-19T23:20:55.787Z] [2021-04-19T23:20:56.476Z] Successfully built e8d8a57341aa [2021-04-19T23:20:56.476Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-19T23:21:00.879Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 1099730232f9 [2021-04-19T23:21:00.879Z] ---> e24174cd5dd9 [2021-04-19T23:21:00.879Z] [2021-04-19T23:21:00.879Z] Step 10/22 : FROM alpine:3.12 [2021-04-19T23:21:00.879Z] ---> 13621d1b12d4 [2021-04-19T23:21:00.879Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-19T23:21:00.879Z] ---> Running in 36b5ef72f550 [2021-04-19T23:21:02.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:21:02.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:21:02.618Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-19T23:21:02.618Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-19T23:21:02.618Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:21:02.618Z] Executing ca-certificates-20191127-r4.trigger [2021-04-19T23:21:02.618Z] OK: 6 MiB in 16 packages [2021-04-19T23:21:05.300Z] Removing intermediate container 9329ea77335a [2021-04-19T23:21:05.300Z] ---> 3e7b688abade [2021-04-19T23:21:05.300Z] [2021-04-19T23:21:05.300Z] Step 10/23 : FROM alpine:3.12 [2021-04-19T23:21:05.300Z] ---> 13621d1b12d4 [2021-04-19T23:21:05.300Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-19T23:21:05.300Z] ---> Running in 00164e4f63a9 [2021-04-19T23:21:05.300Z] Removing intermediate container 36b5ef72f550 [2021-04-19T23:21:05.300Z] ---> 4645eebbf3c6 [2021-04-19T23:21:05.300Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-19T23:21:05.300Z] ---> Running in 9ac7a8f70fa8 [2021-04-19T23:21:05.586Z] Removing intermediate container 00164e4f63a9 [2021-04-19T23:21:05.586Z] ---> 8856d5dfd450 [2021-04-19T23:21:05.586Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-19T23:21:05.921Z] ---> Running in 04bfca88436f [2021-04-19T23:21:05.921Z] Removing intermediate container 9ac7a8f70fa8 [2021-04-19T23:21:05.921Z] ---> 2e1e5a0db740 [2021-04-19T23:21:05.921Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-19T23:21:06.218Z] ---> Running in b24fdc594f72 [2021-04-19T23:21:06.804Z] Removing intermediate container 04bfca88436f [2021-04-19T23:21:06.804Z] ---> 6126cad35a82 [2021-04-19T23:21:06.804Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-19T23:21:06.804Z] ---> Running in 631f7013f234 [2021-04-19T23:21:07.088Z] Removing intermediate container b24fdc594f72 [2021-04-19T23:21:07.088Z] ---> b44f42afdee1 [2021-04-19T23:21:07.088Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-19T23:21:07.088Z] ---> Running in da168431004b [2021-04-19T23:21:07.696Z] Removing intermediate container 631f7013f234 [2021-04-19T23:21:07.696Z] ---> 0e72ef4ea8ca [2021-04-19T23:21:07.696Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-19T23:21:07.696Z] Removing intermediate container da168431004b [2021-04-19T23:21:07.696Z] ---> be87b43a35f0 [2021-04-19T23:21:07.696Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:21:07.696Z] ---> Running in 592cdfac5997 [2021-04-19T23:21:08.301Z] ---> 3c03b3b13a21 [2021-04-19T23:21:08.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-19T23:21:09.841Z] ---> 4d9a905c5402 [2021-04-19T23:21:09.841Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-19T23:21:10.517Z] Removing intermediate container 592cdfac5997 [2021-04-19T23:21:10.517Z] ---> 62914c0e1d35 [2021-04-19T23:21:10.517Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-19T23:21:10.517Z] ---> Running in ca877594ce25 [2021-04-19T23:21:11.847Z] ---> 4838cdce8491 [2021-04-19T23:21:11.847Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-19T23:21:11.847Z] ---> Running in 01dfcb53db39 [2021-04-19T23:21:11.847Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-19T23:21:12.557Z] Removing intermediate container 01dfcb53db39 [2021-04-19T23:21:12.557Z] ---> 85d6f4d4955b [2021-04-19T23:21:12.557Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:21:12.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-19T23:21:12.557Z] ---> Running in 66bd1222bf80 [2021-04-19T23:21:12.983Z] Removing intermediate container 66bd1222bf80 [2021-04-19T23:21:12.983Z] ---> c1d6bd6f7f5a [2021-04-19T23:21:12.983Z] Step 20/22 : LABEL arch=x86_64 [2021-04-19T23:21:13.260Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-19T23:21:13.260Z] ---> Running in feace9fd3718 [2021-04-19T23:21:13.260Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-19T23:21:13.260Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-19T23:21:13.524Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-19T23:21:13.524Z] Removing intermediate container feace9fd3718 [2021-04-19T23:21:13.524Z] ---> a91dea1fc462 [2021-04-19T23:21:13.524Z] Step 21/22 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:13.524Z] ---> Running in 06ebd5d3e730 [2021-04-19T23:21:13.788Z] Removing intermediate container 06ebd5d3e730 [2021-04-19T23:21:13.788Z] ---> 0c803f3d5759 [2021-04-19T23:21:13.788Z] Step 22/22 : LABEL version=2.0.0-dev.179 [2021-04-19T23:21:14.058Z] ---> Running in 0c24521bb5eb [2021-04-19T23:21:14.058Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-19T23:21:14.339Z] Removing intermediate container 0c24521bb5eb [2021-04-19T23:21:14.339Z] ---> 5dabbe11fe07 [2021-04-19T23:21:14.339Z] [2021-04-19T23:21:14.339Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-19T23:21:14.339Z] Executing busybox-1.31.1-r20.trigger [2021-04-19T23:21:14.339Z] OK: 8 MiB in 20 packages [2021-04-19T23:21:14.624Z] Successfully built 5dabbe11fe07 [2021-04-19T23:21:14.624Z] Successfully tagged docker-support-notifications-go:latest [2021-04-19T23:21:16.077Z]  Building docker-support-notifications-go ... done Removing intermediate container ca877594ce25 [2021-04-19T23:21:16.077Z] ---> d22e1c636e58 [2021-04-19T23:21:16.077Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-19T23:21:17.071Z] ---> 8c9658abfe72 [2021-04-19T23:21:17.071Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-19T23:21:18.523Z] ---> 2d5056e72265 [2021-04-19T23:21:18.523Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-19T23:21:18.787Z] ---> b7b691e2a87c [2021-04-19T23:21:18.788Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-19T23:21:18.788Z] ---> Running in 496037167e64 [2021-04-19T23:21:19.060Z] Removing intermediate container 496037167e64 [2021-04-19T23:21:19.061Z] ---> 4e7dc22dc1fe [2021-04-19T23:21:19.061Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-19T23:21:19.061Z] ---> Running in cd18c60a2704 [2021-04-19T23:21:19.324Z] Removing intermediate container cd18c60a2704 [2021-04-19T23:21:19.324Z] ---> 53d8e81c2f75 [2021-04-19T23:21:19.324Z] Step 21/23 : LABEL arch=x86_64 [2021-04-19T23:21:19.324Z] ---> Running in ad3690a11e0a [2021-04-19T23:21:19.596Z] Removing intermediate container ad3690a11e0a [2021-04-19T23:21:19.596Z] ---> 6f9b3b0cd874 [2021-04-19T23:21:19.596Z] Step 22/23 : LABEL git_sha=51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:19.596Z] ---> Running in adfa2b5b555d [2021-04-19T23:21:20.195Z] Removing intermediate container adfa2b5b555d [2021-04-19T23:21:20.195Z] ---> 5087fe14c615 [2021-04-19T23:21:20.195Z] Step 23/23 : LABEL version=2.0.0-dev.179 [2021-04-19T23:21:20.195Z] ---> Running in c29103005429 [2021-04-19T23:21:20.776Z] Removing intermediate container c29103005429 [2021-04-19T23:21:20.776Z] ---> b2ce656a658a [2021-04-19T23:21:20.776Z] [2021-04-19T23:21:21.043Z] Successfully built b2ce656a658a [2021-04-19T23:21:21.043Z] Successfully tagged docker-core-data-go:latest [2021-04-19T23:21:22.064Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-19T23:21:22.120Z] $ docker stop --time=1 153de22193f1432cc2276aa24b8caf82308554b34d5a11b66588cb2b2323a308 [2021-04-19T23:21:25.336Z] $ docker rm -f 153de22193f1432cc2276aa24b8caf82308554b34d5a11b66588cb2b2323a308 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-19T23:21:26.472Z] + grep docker [2021-04-19T23:21:26.472Z] + docker images [2021-04-19T23:21:27.920Z] docker-core-data-go latest b2ce656a658a 7 seconds ago 22.9MB [2021-04-19T23:21:27.920Z] docker-support-notifications-go latest 5dabbe11fe07 13 seconds ago 18.2MB [2021-04-19T23:21:27.920Z] docker-security-bootstrapper-go latest e8d8a57341aa 34 seconds ago 19.3MB [2021-04-19T23:21:27.920Z] docker-core-metadata-go latest ada550cd2c21 About a minute ago 19.2MB [2021-04-19T23:21:27.920Z] docker-sys-mgmt-agent-go latest 78374edd4793 About a minute ago 312MB [2021-04-19T23:21:27.920Z] docker-security-secretstore-setup-go latest 4d37f344c337 3 minutes ago 26.3MB [2021-04-19T23:21:27.920Z] docker-security-proxy-setup-go latest 3967a3695d99 4 minutes ago 26MB [2021-04-19T23:21:27.920Z] docker-core-command-go latest fc7d85f4b657 4 minutes ago 17.5MB [2021-04-19T23:21:27.920Z] docker-support-scheduler-go latest df277a5b6dab 4 minutes ago 17.7MB [2021-04-19T23:21:27.920Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-19T23:21:28.154Z] provisioning config files... [2021-04-19T23:21:28.287Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/447@tmp/config3789998956467384592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:21:28.748Z] ---> docker-login.sh [2021-04-19T23:21:28.749Z] nexus3.edgexfoundry.org:10001 [2021-04-19T23:21:29.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:21:29.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:21:29.014Z] Configure a credential helper to remove this warning. See [2021-04-19T23:21:29.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:21:29.014Z] [2021-04-19T23:21:29.014Z] Login Succeeded [2021-04-19T23:21:29.014Z] nexus3.edgexfoundry.org:10002 [2021-04-19T23:21:29.282Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:21:29.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:21:29.549Z] Configure a credential helper to remove this warning. See [2021-04-19T23:21:29.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:21:29.549Z] [2021-04-19T23:21:29.549Z] Login Succeeded [2021-04-19T23:21:29.549Z] nexus3.edgexfoundry.org:10003 [2021-04-19T23:21:30.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:21:30.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:21:30.551Z] Configure a credential helper to remove this warning. See [2021-04-19T23:21:30.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:21:30.551Z] [2021-04-19T23:21:30.551Z] Login Succeeded [2021-04-19T23:21:30.551Z] nexus3.edgexfoundry.org:10004 [2021-04-19T23:21:30.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:21:30.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:21:30.551Z] Configure a credential helper to remove this warning. See [2021-04-19T23:21:30.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:21:30.551Z] [2021-04-19T23:21:30.551Z] Login Succeeded [2021-04-19T23:21:30.551Z] docker.io [2021-04-19T23:21:31.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-19T23:21:31.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-19T23:21:31.843Z] Configure a credential helper to remove this warning. See [2021-04-19T23:21:31.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-19T23:21:31.843Z] [2021-04-19T23:21:31.843Z] Login Succeeded [2021-04-19T23:21:31.843Z] ---> docker-login.sh ends [Pipeline] } [2021-04-19T23:21:31.858Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:21:31.961Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-04-19T23:21:31.961Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:31.961Z] 2.0.0-dev.179 [2021-04-19T23:21:31.961Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:31.961Z] master [2021-04-19T23:21:31.961Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:32.372Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:32.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:33.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T23:21:33.074Z] d4e505f363dd: Preparing [2021-04-19T23:21:33.074Z] ecfe76985eea: Preparing [2021-04-19T23:21:33.074Z] 3f653368fa5f: Preparing [2021-04-19T23:21:33.074Z] f4094d1cf231: Preparing [2021-04-19T23:21:33.074Z] 32f366d666a5: Preparing [2021-04-19T23:21:33.074Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:33.347Z] d4e505f363dd: Pushed [2021-04-19T23:21:33.347Z] f4094d1cf231: Pushed [2021-04-19T23:21:33.347Z] 3f653368fa5f: Pushed [2021-04-19T23:21:34.766Z] ecfe76985eea: Pushed [2021-04-19T23:21:34.766Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:bfdbd479444f7116296cf72a08508e128ed0458f605147aa9b6ca562253153bd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:35.176Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:35.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.179 [2021-04-19T23:21:35.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T23:21:35.844Z] d4e505f363dd: Preparing [2021-04-19T23:21:35.844Z] ecfe76985eea: Preparing [2021-04-19T23:21:35.844Z] 3f653368fa5f: Preparing [2021-04-19T23:21:35.844Z] f4094d1cf231: Preparing [2021-04-19T23:21:35.844Z] 32f366d666a5: Preparing [2021-04-19T23:21:35.844Z] f4094d1cf231: Layer already exists [2021-04-19T23:21:35.844Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:35.844Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:35.844Z] d4e505f363dd: Layer already exists [2021-04-19T23:21:35.844Z] ecfe76985eea: Layer already exists [2021-04-19T23:21:36.122Z] 2.0.0-dev.179: digest: sha256:bfdbd479444f7116296cf72a08508e128ed0458f605147aa9b6ca562253153bd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:36.515Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:36.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:37.496Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T23:21:37.496Z] d4e505f363dd: Preparing [2021-04-19T23:21:37.496Z] ecfe76985eea: Preparing [2021-04-19T23:21:37.496Z] 3f653368fa5f: Preparing [2021-04-19T23:21:37.496Z] f4094d1cf231: Preparing [2021-04-19T23:21:37.496Z] 32f366d666a5: Preparing [2021-04-19T23:21:37.496Z] ecfe76985eea: Layer already exists [2021-04-19T23:21:37.496Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:37.496Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:37.496Z] f4094d1cf231: Layer already exists [2021-04-19T23:21:37.496Z] d4e505f363dd: Layer already exists [2021-04-19T23:21:37.496Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:bfdbd479444f7116296cf72a08508e128ed0458f605147aa9b6ca562253153bd size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:37.920Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:38.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-04-19T23:21:38.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-04-19T23:21:38.966Z] d4e505f363dd: Preparing [2021-04-19T23:21:38.966Z] ecfe76985eea: Preparing [2021-04-19T23:21:38.966Z] 3f653368fa5f: Preparing [2021-04-19T23:21:38.966Z] f4094d1cf231: Preparing [2021-04-19T23:21:38.966Z] 32f366d666a5: Preparing [2021-04-19T23:21:38.966Z] d4e505f363dd: Layer already exists [2021-04-19T23:21:38.966Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:38.966Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:38.966Z] f4094d1cf231: Layer already exists [2021-04-19T23:21:38.966Z] ecfe76985eea: Layer already exists [2021-04-19T23:21:38.966Z] master: digest: sha256:bfdbd479444f7116296cf72a08508e128ed0458f605147aa9b6ca562253153bd size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:21:39.036Z] ===================================================== [Pipeline] echo [2021-04-19T23:21:39.051Z] taggedImages: [2021-04-19T23:21:39.051Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:39.051Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.179 [2021-04-19T23:21:39.051Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:39.051Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-04-19T23:21:39.101Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-04-19T23:21:39.101Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:39.101Z] 2.0.0-dev.179 [2021-04-19T23:21:39.101Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:39.101Z] master [2021-04-19T23:21:39.101Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:39.521Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:39.850Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:39.850Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T23:21:39.850Z] 906167f30ef2: Preparing [2021-04-19T23:21:39.850Z] 3bd617467e87: Preparing [2021-04-19T23:21:39.850Z] 3f653368fa5f: Preparing [2021-04-19T23:21:39.850Z] 196369ed8991: Preparing [2021-04-19T23:21:39.850Z] 1259c2cb6148: Preparing [2021-04-19T23:21:39.850Z] 32f366d666a5: Preparing [2021-04-19T23:21:39.850Z] 32f366d666a5: Waiting [2021-04-19T23:21:40.131Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:40.131Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:40.131Z] 1259c2cb6148: Pushed [2021-04-19T23:21:40.131Z] 906167f30ef2: Pushed [2021-04-19T23:21:40.730Z] 196369ed8991: Pushed [2021-04-19T23:21:42.257Z] 3bd617467e87: Pushed [2021-04-19T23:21:42.524Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:675fb1e3968cf720ba0b000510163f22d792f333ff3c77744a5b1e97bdb7c5df size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:44.030Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:44.703Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.179 [2021-04-19T23:21:44.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T23:21:44.703Z] 906167f30ef2: Preparing [2021-04-19T23:21:44.703Z] 3bd617467e87: Preparing [2021-04-19T23:21:44.703Z] 3f653368fa5f: Preparing [2021-04-19T23:21:44.703Z] 196369ed8991: Preparing [2021-04-19T23:21:44.703Z] 1259c2cb6148: Preparing [2021-04-19T23:21:44.703Z] 32f366d666a5: Preparing [2021-04-19T23:21:44.703Z] 32f366d666a5: Waiting [2021-04-19T23:21:44.973Z] 1259c2cb6148: Layer already exists [2021-04-19T23:21:44.973Z] 3bd617467e87: Layer already exists [2021-04-19T23:21:44.973Z] 906167f30ef2: Layer already exists [2021-04-19T23:21:44.973Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:44.973Z] 196369ed8991: Layer already exists [2021-04-19T23:21:44.973Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:44.973Z] 2.0.0-dev.179: digest: sha256:675fb1e3968cf720ba0b000510163f22d792f333ff3c77744a5b1e97bdb7c5df size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:45.347Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:46.405Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:46.405Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T23:21:46.405Z] 906167f30ef2: Preparing [2021-04-19T23:21:46.405Z] 3bd617467e87: Preparing [2021-04-19T23:21:46.405Z] 3f653368fa5f: Preparing [2021-04-19T23:21:46.405Z] 196369ed8991: Preparing [2021-04-19T23:21:46.405Z] 1259c2cb6148: Preparing [2021-04-19T23:21:46.405Z] 32f366d666a5: Preparing [2021-04-19T23:21:46.405Z] 32f366d666a5: Waiting [2021-04-19T23:21:46.405Z] 1259c2cb6148: Layer already exists [2021-04-19T23:21:46.405Z] 196369ed8991: Layer already exists [2021-04-19T23:21:46.405Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:46.405Z] 3bd617467e87: Layer already exists [2021-04-19T23:21:46.405Z] 906167f30ef2: Layer already exists [2021-04-19T23:21:46.405Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:46.732Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:675fb1e3968cf720ba0b000510163f22d792f333ff3c77744a5b1e97bdb7c5df size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:47.063Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:47.449Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-04-19T23:21:47.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-04-19T23:21:47.713Z] 906167f30ef2: Preparing [2021-04-19T23:21:47.713Z] 3bd617467e87: Preparing [2021-04-19T23:21:47.713Z] 3f653368fa5f: Preparing [2021-04-19T23:21:47.713Z] 196369ed8991: Preparing [2021-04-19T23:21:47.713Z] 1259c2cb6148: Preparing [2021-04-19T23:21:47.713Z] 32f366d666a5: Preparing [2021-04-19T23:21:47.713Z] 32f366d666a5: Waiting [2021-04-19T23:21:47.713Z] 196369ed8991: Layer already exists [2021-04-19T23:21:47.713Z] 3bd617467e87: Layer already exists [2021-04-19T23:21:47.713Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:47.713Z] 906167f30ef2: Layer already exists [2021-04-19T23:21:47.713Z] 1259c2cb6148: Layer already exists [2021-04-19T23:21:47.713Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:47.977Z] master: digest: sha256:675fb1e3968cf720ba0b000510163f22d792f333ff3c77744a5b1e97bdb7c5df size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:21:48.031Z] ===================================================== [Pipeline] echo [2021-04-19T23:21:48.051Z] taggedImages: [2021-04-19T23:21:48.051Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:48.051Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.179 [2021-04-19T23:21:48.051Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:48.051Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-04-19T23:21:48.129Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-04-19T23:21:48.129Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:48.129Z] 2.0.0-dev.179 [2021-04-19T23:21:48.129Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:48.129Z] master [2021-04-19T23:21:48.129Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:48.548Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:48.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:48.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T23:21:48.863Z] 322cc8b916a1: Preparing [2021-04-19T23:21:48.863Z] 46a39766c6e2: Preparing [2021-04-19T23:21:48.863Z] 3f653368fa5f: Preparing [2021-04-19T23:21:48.863Z] f4094d1cf231: Preparing [2021-04-19T23:21:48.863Z] 32f366d666a5: Preparing [2021-04-19T23:21:48.863Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:48.863Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:48.863Z] f4094d1cf231: Layer already exists [2021-04-19T23:21:49.137Z] 322cc8b916a1: Pushed [2021-04-19T23:21:51.889Z] 46a39766c6e2: Pushed [2021-04-19T23:21:52.170Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:7c4cf0445bf9e2d4cde2b6848c35613744f53a1383391c750a46b05857c71018 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:52.569Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:52.931Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.179 [2021-04-19T23:21:52.931Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T23:21:52.931Z] 322cc8b916a1: Preparing [2021-04-19T23:21:52.931Z] 46a39766c6e2: Preparing [2021-04-19T23:21:52.931Z] 3f653368fa5f: Preparing [2021-04-19T23:21:52.931Z] f4094d1cf231: Preparing [2021-04-19T23:21:52.931Z] 32f366d666a5: Preparing [2021-04-19T23:21:53.214Z] 322cc8b916a1: Layer already exists [2021-04-19T23:21:53.214Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:53.214Z] f4094d1cf231: Layer already exists [2021-04-19T23:21:53.214Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:53.214Z] 46a39766c6e2: Layer already exists [2021-04-19T23:21:53.214Z] 2.0.0-dev.179: digest: sha256:7c4cf0445bf9e2d4cde2b6848c35613744f53a1383391c750a46b05857c71018 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:53.554Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:53.969Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:53.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T23:21:54.237Z] 322cc8b916a1: Preparing [2021-04-19T23:21:54.237Z] 46a39766c6e2: Preparing [2021-04-19T23:21:54.237Z] 3f653368fa5f: Preparing [2021-04-19T23:21:54.237Z] f4094d1cf231: Preparing [2021-04-19T23:21:54.237Z] 32f366d666a5: Preparing [2021-04-19T23:21:54.237Z] 322cc8b916a1: Layer already exists [2021-04-19T23:21:54.237Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:54.237Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:54.237Z] f4094d1cf231: Layer already exists [2021-04-19T23:21:54.237Z] 46a39766c6e2: Layer already exists [2021-04-19T23:21:54.237Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:7c4cf0445bf9e2d4cde2b6848c35613744f53a1383391c750a46b05857c71018 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:54.580Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:55.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-04-19T23:21:55.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-04-19T23:21:55.039Z] 322cc8b916a1: Preparing [2021-04-19T23:21:55.039Z] 46a39766c6e2: Preparing [2021-04-19T23:21:55.039Z] 3f653368fa5f: Preparing [2021-04-19T23:21:55.039Z] f4094d1cf231: Preparing [2021-04-19T23:21:55.039Z] 32f366d666a5: Preparing [2021-04-19T23:21:55.039Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:55.039Z] 322cc8b916a1: Layer already exists [2021-04-19T23:21:55.039Z] f4094d1cf231: Layer already exists [2021-04-19T23:21:55.039Z] 46a39766c6e2: Layer already exists [2021-04-19T23:21:55.039Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:55.306Z] master: digest: sha256:7c4cf0445bf9e2d4cde2b6848c35613744f53a1383391c750a46b05857c71018 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:21:55.365Z] ===================================================== [Pipeline] echo [2021-04-19T23:21:55.380Z] taggedImages: [2021-04-19T23:21:55.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:55.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.179 [2021-04-19T23:21:55.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:55.380Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-04-19T23:21:55.454Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-04-19T23:21:55.454Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:55.454Z] 2.0.0-dev.179 [2021-04-19T23:21:55.454Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:21:55.454Z] master [2021-04-19T23:21:55.454Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:55.836Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:56.162Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:21:56.162Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T23:21:56.162Z] d8c2fae3fb51: Preparing [2021-04-19T23:21:56.162Z] d8c2fae3fb51: Preparing [2021-04-19T23:21:56.162Z] 514d59a28ad7: Preparing [2021-04-19T23:21:56.162Z] 35a4c36b02b8: Preparing [2021-04-19T23:21:56.162Z] f80dd05c3a00: Preparing [2021-04-19T23:21:56.162Z] f714baaf6bd8: Preparing [2021-04-19T23:21:56.162Z] 3f653368fa5f: Preparing [2021-04-19T23:21:56.162Z] b1990565fee2: Preparing [2021-04-19T23:21:56.162Z] b1990565fee2: Preparing [2021-04-19T23:21:56.162Z] 1113f4336ecc: Preparing [2021-04-19T23:21:56.162Z] ab200a9e6358: Preparing [2021-04-19T23:21:56.162Z] 32f366d666a5: Preparing [2021-04-19T23:21:56.162Z] b1990565fee2: Waiting [2021-04-19T23:21:56.162Z] 3f653368fa5f: Waiting [2021-04-19T23:21:56.162Z] 1113f4336ecc: Waiting [2021-04-19T23:21:56.162Z] ab200a9e6358: Waiting [2021-04-19T23:21:56.162Z] 32f366d666a5: Waiting [2021-04-19T23:21:56.436Z] d8c2fae3fb51: Pushed [2021-04-19T23:21:56.436Z] 514d59a28ad7: Pushed [2021-04-19T23:21:56.436Z] f80dd05c3a00: Pushed [2021-04-19T23:21:56.436Z] 35a4c36b02b8: Pushed [2021-04-19T23:21:56.724Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:56.997Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:56.997Z] b1990565fee2: Pushed [2021-04-19T23:21:56.997Z] 1113f4336ecc: Pushed [2021-04-19T23:21:56.997Z] ab200a9e6358: Pushed [2021-04-19T23:21:58.399Z] f714baaf6bd8: Pushed [2021-04-19T23:21:58.399Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:6e0327b2ace4223cbdb25d49a6be9dd00e06f30f2d1582e4640469fce8778c38 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:58.714Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:59.037Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.179 [2021-04-19T23:21:59.037Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T23:21:59.037Z] d8c2fae3fb51: Preparing [2021-04-19T23:21:59.037Z] d8c2fae3fb51: Preparing [2021-04-19T23:21:59.037Z] 514d59a28ad7: Preparing [2021-04-19T23:21:59.037Z] 35a4c36b02b8: Preparing [2021-04-19T23:21:59.037Z] f80dd05c3a00: Preparing [2021-04-19T23:21:59.037Z] f714baaf6bd8: Preparing [2021-04-19T23:21:59.037Z] 3f653368fa5f: Preparing [2021-04-19T23:21:59.037Z] b1990565fee2: Preparing [2021-04-19T23:21:59.037Z] b1990565fee2: Preparing [2021-04-19T23:21:59.037Z] 1113f4336ecc: Preparing [2021-04-19T23:21:59.037Z] ab200a9e6358: Preparing [2021-04-19T23:21:59.037Z] 32f366d666a5: Preparing [2021-04-19T23:21:59.037Z] 3f653368fa5f: Waiting [2021-04-19T23:21:59.037Z] b1990565fee2: Waiting [2021-04-19T23:21:59.037Z] 1113f4336ecc: Waiting [2021-04-19T23:21:59.037Z] ab200a9e6358: Waiting [2021-04-19T23:21:59.037Z] 32f366d666a5: Waiting [2021-04-19T23:21:59.301Z] f714baaf6bd8: Layer already exists [2021-04-19T23:21:59.301Z] d8c2fae3fb51: Layer already exists [2021-04-19T23:21:59.301Z] 514d59a28ad7: Layer already exists [2021-04-19T23:21:59.301Z] 35a4c36b02b8: Layer already exists [2021-04-19T23:21:59.301Z] f80dd05c3a00: Layer already exists [2021-04-19T23:21:59.301Z] b1990565fee2: Layer already exists [2021-04-19T23:21:59.301Z] 3f653368fa5f: Layer already exists [2021-04-19T23:21:59.301Z] 1113f4336ecc: Layer already exists [2021-04-19T23:21:59.301Z] 32f366d666a5: Layer already exists [2021-04-19T23:21:59.301Z] ab200a9e6358: Layer already exists [2021-04-19T23:21:59.301Z] 2.0.0-dev.179: digest: sha256:6e0327b2ace4223cbdb25d49a6be9dd00e06f30f2d1582e4640469fce8778c38 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:21:59.622Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:00.313Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:00.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T23:22:00.596Z] d8c2fae3fb51: Preparing [2021-04-19T23:22:00.596Z] d8c2fae3fb51: Preparing [2021-04-19T23:22:00.596Z] 514d59a28ad7: Preparing [2021-04-19T23:22:00.596Z] 35a4c36b02b8: Preparing [2021-04-19T23:22:00.596Z] f80dd05c3a00: Preparing [2021-04-19T23:22:00.596Z] f714baaf6bd8: Preparing [2021-04-19T23:22:00.596Z] 3f653368fa5f: Preparing [2021-04-19T23:22:00.596Z] b1990565fee2: Preparing [2021-04-19T23:22:00.596Z] b1990565fee2: Preparing [2021-04-19T23:22:00.596Z] 1113f4336ecc: Preparing [2021-04-19T23:22:00.596Z] ab200a9e6358: Preparing [2021-04-19T23:22:00.596Z] 32f366d666a5: Preparing [2021-04-19T23:22:00.596Z] 3f653368fa5f: Waiting [2021-04-19T23:22:00.596Z] b1990565fee2: Waiting [2021-04-19T23:22:00.596Z] 1113f4336ecc: Waiting [2021-04-19T23:22:00.596Z] ab200a9e6358: Waiting [2021-04-19T23:22:00.596Z] 32f366d666a5: Waiting [2021-04-19T23:22:00.596Z] f80dd05c3a00: Layer already exists [2021-04-19T23:22:00.596Z] f714baaf6bd8: Layer already exists [2021-04-19T23:22:00.596Z] 514d59a28ad7: Layer already exists [2021-04-19T23:22:00.596Z] d8c2fae3fb51: Layer already exists [2021-04-19T23:22:00.596Z] 35a4c36b02b8: Layer already exists [2021-04-19T23:22:00.596Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:00.596Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:00.596Z] ab200a9e6358: Layer already exists [2021-04-19T23:22:00.596Z] 1113f4336ecc: Layer already exists [2021-04-19T23:22:00.596Z] b1990565fee2: Layer already exists [2021-04-19T23:22:00.596Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:6e0327b2ace4223cbdb25d49a6be9dd00e06f30f2d1582e4640469fce8778c38 size: 2817 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:01.295Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:01.700Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-04-19T23:22:01.700Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-04-19T23:22:01.700Z] d8c2fae3fb51: Preparing [2021-04-19T23:22:01.700Z] d8c2fae3fb51: Preparing [2021-04-19T23:22:01.700Z] 514d59a28ad7: Preparing [2021-04-19T23:22:01.700Z] 35a4c36b02b8: Preparing [2021-04-19T23:22:01.700Z] f80dd05c3a00: Preparing [2021-04-19T23:22:01.700Z] f714baaf6bd8: Preparing [2021-04-19T23:22:01.700Z] 3f653368fa5f: Preparing [2021-04-19T23:22:01.700Z] b1990565fee2: Preparing [2021-04-19T23:22:01.700Z] b1990565fee2: Preparing [2021-04-19T23:22:01.700Z] 1113f4336ecc: Preparing [2021-04-19T23:22:01.700Z] ab200a9e6358: Preparing [2021-04-19T23:22:01.700Z] 32f366d666a5: Preparing [2021-04-19T23:22:01.700Z] 1113f4336ecc: Waiting [2021-04-19T23:22:01.700Z] ab200a9e6358: Waiting [2021-04-19T23:22:01.700Z] 32f366d666a5: Waiting [2021-04-19T23:22:01.700Z] 3f653368fa5f: Waiting [2021-04-19T23:22:01.700Z] b1990565fee2: Waiting [2021-04-19T23:22:01.700Z] 35a4c36b02b8: Layer already exists [2021-04-19T23:22:01.700Z] d8c2fae3fb51: Layer already exists [2021-04-19T23:22:01.700Z] 514d59a28ad7: Layer already exists [2021-04-19T23:22:01.700Z] f714baaf6bd8: Layer already exists [2021-04-19T23:22:01.700Z] f80dd05c3a00: Layer already exists [2021-04-19T23:22:01.700Z] 1113f4336ecc: Layer already exists [2021-04-19T23:22:01.700Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:01.700Z] b1990565fee2: Layer already exists [2021-04-19T23:22:01.700Z] ab200a9e6358: Layer already exists [2021-04-19T23:22:01.976Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:01.976Z] master: digest: sha256:6e0327b2ace4223cbdb25d49a6be9dd00e06f30f2d1582e4640469fce8778c38 size: 2817 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:22:02.050Z] ===================================================== [Pipeline] echo [2021-04-19T23:22:02.072Z] taggedImages: [2021-04-19T23:22:02.072Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:02.072Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.179 [2021-04-19T23:22:02.072Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:02.072Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-04-19T23:22:02.127Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-04-19T23:22:02.128Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:02.128Z] 2.0.0-dev.179 [2021-04-19T23:22:02.128Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:02.128Z] master [2021-04-19T23:22:02.128Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:02.533Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:02.880Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:02.880Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T23:22:02.880Z] 4be42fe315b5: Preparing [2021-04-19T23:22:02.880Z] 6935a7569329: Preparing [2021-04-19T23:22:02.880Z] cc1483c3b58a: Preparing [2021-04-19T23:22:02.880Z] b0cd85e8f7ce: Preparing [2021-04-19T23:22:02.880Z] 61a6942adac0: Preparing [2021-04-19T23:22:02.880Z] 32f366d666a5: Preparing [2021-04-19T23:22:02.880Z] 32f366d666a5: Waiting [2021-04-19T23:22:03.167Z] cc1483c3b58a: Pushed [2021-04-19T23:22:03.167Z] b0cd85e8f7ce: Pushed [2021-04-19T23:22:03.443Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:04.131Z] 61a6942adac0: Pushed [2021-04-19T23:22:04.738Z] 6935a7569329: Pushed [2021-04-19T23:22:04.738Z] 4be42fe315b5: Pushed [2021-04-19T23:22:05.012Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:0e15731370c6337d5af886ae4a9b8c236e4d0c4e840eebbccd1759504a49ae18 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:05.554Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:05.893Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.179 [2021-04-19T23:22:05.893Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T23:22:05.893Z] 4be42fe315b5: Preparing [2021-04-19T23:22:05.893Z] 6935a7569329: Preparing [2021-04-19T23:22:05.893Z] cc1483c3b58a: Preparing [2021-04-19T23:22:05.893Z] b0cd85e8f7ce: Preparing [2021-04-19T23:22:05.893Z] 61a6942adac0: Preparing [2021-04-19T23:22:05.893Z] 32f366d666a5: Preparing [2021-04-19T23:22:05.893Z] 32f366d666a5: Waiting [2021-04-19T23:22:05.893Z] 4be42fe315b5: Layer already exists [2021-04-19T23:22:05.893Z] 6935a7569329: Layer already exists [2021-04-19T23:22:05.893Z] cc1483c3b58a: Layer already exists [2021-04-19T23:22:05.893Z] 61a6942adac0: Layer already exists [2021-04-19T23:22:05.893Z] b0cd85e8f7ce: Layer already exists [2021-04-19T23:22:05.893Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:05.893Z] 2.0.0-dev.179: digest: sha256:0e15731370c6337d5af886ae4a9b8c236e4d0c4e840eebbccd1759504a49ae18 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:06.287Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:06.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:06.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T23:22:07.530Z] 4be42fe315b5: Preparing [2021-04-19T23:22:07.530Z] 6935a7569329: Preparing [2021-04-19T23:22:07.530Z] cc1483c3b58a: Preparing [2021-04-19T23:22:07.530Z] b0cd85e8f7ce: Preparing [2021-04-19T23:22:07.530Z] 61a6942adac0: Preparing [2021-04-19T23:22:07.530Z] 32f366d666a5: Preparing [2021-04-19T23:22:07.530Z] cc1483c3b58a: Layer already exists [2021-04-19T23:22:07.530Z] 61a6942adac0: Layer already exists [2021-04-19T23:22:07.530Z] 6935a7569329: Layer already exists [2021-04-19T23:22:07.530Z] b0cd85e8f7ce: Layer already exists [2021-04-19T23:22:07.530Z] 4be42fe315b5: Layer already exists [2021-04-19T23:22:07.530Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:07.530Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:0e15731370c6337d5af886ae4a9b8c236e4d0c4e840eebbccd1759504a49ae18 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:08.122Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:08.483Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-04-19T23:22:08.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-04-19T23:22:08.483Z] 4be42fe315b5: Preparing [2021-04-19T23:22:08.483Z] 6935a7569329: Preparing [2021-04-19T23:22:08.483Z] cc1483c3b58a: Preparing [2021-04-19T23:22:08.483Z] b0cd85e8f7ce: Preparing [2021-04-19T23:22:08.483Z] 61a6942adac0: Preparing [2021-04-19T23:22:08.483Z] 32f366d666a5: Preparing [2021-04-19T23:22:08.483Z] 32f366d666a5: Waiting [2021-04-19T23:22:09.123Z] b0cd85e8f7ce: Layer already exists [2021-04-19T23:22:09.123Z] 61a6942adac0: Layer already exists [2021-04-19T23:22:09.123Z] cc1483c3b58a: Layer already exists [2021-04-19T23:22:09.123Z] 4be42fe315b5: Layer already exists [2021-04-19T23:22:09.123Z] 6935a7569329: Layer already exists [2021-04-19T23:22:09.123Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:09.123Z] master: digest: sha256:0e15731370c6337d5af886ae4a9b8c236e4d0c4e840eebbccd1759504a49ae18 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:22:09.215Z] ===================================================== [Pipeline] echo [2021-04-19T23:22:09.237Z] taggedImages: [2021-04-19T23:22:09.237Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:09.237Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.179 [2021-04-19T23:22:09.237Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:09.237Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-04-19T23:22:09.298Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-04-19T23:22:09.298Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:09.298Z] 2.0.0-dev.179 [2021-04-19T23:22:09.298Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:09.298Z] master [2021-04-19T23:22:09.298Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:09.718Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:10.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:10.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T23:22:10.061Z] 29e339048649: Preparing [2021-04-19T23:22:10.061Z] 1f6bded850b6: Preparing [2021-04-19T23:22:10.061Z] a468cd31bc4b: Preparing [2021-04-19T23:22:10.061Z] e973caa742fc: Preparing [2021-04-19T23:22:10.061Z] c6a6a09ef2ea: Preparing [2021-04-19T23:22:10.061Z] 4c7d8c57be52: Preparing [2021-04-19T23:22:10.061Z] 2485a827c715: Preparing [2021-04-19T23:22:10.061Z] c4ccb9cdb1d4: Preparing [2021-04-19T23:22:10.061Z] 32f366d666a5: Preparing [2021-04-19T23:22:10.061Z] 4c7d8c57be52: Waiting [2021-04-19T23:22:10.061Z] 2485a827c715: Waiting [2021-04-19T23:22:10.061Z] c4ccb9cdb1d4: Waiting [2021-04-19T23:22:10.061Z] 32f366d666a5: Waiting [2021-04-19T23:22:10.346Z] 1f6bded850b6: Pushed [2021-04-19T23:22:10.346Z] 29e339048649: Pushed [2021-04-19T23:22:10.346Z] c6a6a09ef2ea: Pushed [2021-04-19T23:22:11.003Z] 4c7d8c57be52: Pushed [2021-04-19T23:22:11.003Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:11.004Z] 2485a827c715: Pushed [2021-04-19T23:22:12.018Z] c4ccb9cdb1d4: Pushed [2021-04-19T23:22:12.018Z] e973caa742fc: Pushed [2021-04-19T23:22:12.018Z] a468cd31bc4b: Pushed [2021-04-19T23:22:12.284Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:2793b8a004f0babd7f6867ee29e44e6d8620c3f0f8fb14e838ef1e74e1504913 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:12.650Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:13.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.179 [2021-04-19T23:22:13.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T23:22:13.038Z] 29e339048649: Preparing [2021-04-19T23:22:13.038Z] 1f6bded850b6: Preparing [2021-04-19T23:22:13.038Z] a468cd31bc4b: Preparing [2021-04-19T23:22:13.038Z] e973caa742fc: Preparing [2021-04-19T23:22:13.038Z] c6a6a09ef2ea: Preparing [2021-04-19T23:22:13.038Z] 4c7d8c57be52: Preparing [2021-04-19T23:22:13.038Z] 2485a827c715: Preparing [2021-04-19T23:22:13.038Z] c4ccb9cdb1d4: Preparing [2021-04-19T23:22:13.038Z] 32f366d666a5: Preparing [2021-04-19T23:22:13.038Z] 4c7d8c57be52: Waiting [2021-04-19T23:22:13.038Z] 2485a827c715: Waiting [2021-04-19T23:22:13.038Z] c4ccb9cdb1d4: Waiting [2021-04-19T23:22:13.038Z] 32f366d666a5: Waiting [2021-04-19T23:22:13.038Z] a468cd31bc4b: Layer already exists [2021-04-19T23:22:13.038Z] 1f6bded850b6: Layer already exists [2021-04-19T23:22:13.038Z] c6a6a09ef2ea: Layer already exists [2021-04-19T23:22:13.038Z] 29e339048649: Layer already exists [2021-04-19T23:22:13.038Z] e973caa742fc: Layer already exists [2021-04-19T23:22:13.333Z] 4c7d8c57be52: Layer already exists [2021-04-19T23:22:13.333Z] c4ccb9cdb1d4: Layer already exists [2021-04-19T23:22:13.333Z] 2485a827c715: Layer already exists [2021-04-19T23:22:13.333Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:13.333Z] 2.0.0-dev.179: digest: sha256:2793b8a004f0babd7f6867ee29e44e6d8620c3f0f8fb14e838ef1e74e1504913 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:13.660Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:14.234Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:14.234Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T23:22:14.234Z] 29e339048649: Preparing [2021-04-19T23:22:14.234Z] 1f6bded850b6: Preparing [2021-04-19T23:22:14.234Z] a468cd31bc4b: Preparing [2021-04-19T23:22:14.234Z] e973caa742fc: Preparing [2021-04-19T23:22:14.234Z] c6a6a09ef2ea: Preparing [2021-04-19T23:22:14.234Z] 4c7d8c57be52: Preparing [2021-04-19T23:22:14.234Z] 2485a827c715: Preparing [2021-04-19T23:22:14.234Z] c4ccb9cdb1d4: Preparing [2021-04-19T23:22:14.234Z] 32f366d666a5: Preparing [2021-04-19T23:22:14.234Z] 4c7d8c57be52: Waiting [2021-04-19T23:22:14.234Z] 2485a827c715: Waiting [2021-04-19T23:22:14.234Z] c4ccb9cdb1d4: Waiting [2021-04-19T23:22:14.234Z] 32f366d666a5: Waiting [2021-04-19T23:22:14.234Z] 29e339048649: Layer already exists [2021-04-19T23:22:14.234Z] 1f6bded850b6: Layer already exists [2021-04-19T23:22:14.234Z] a468cd31bc4b: Layer already exists [2021-04-19T23:22:14.234Z] c6a6a09ef2ea: Layer already exists [2021-04-19T23:22:14.234Z] e973caa742fc: Layer already exists [2021-04-19T23:22:14.234Z] 2485a827c715: Layer already exists [2021-04-19T23:22:14.234Z] 4c7d8c57be52: Layer already exists [2021-04-19T23:22:14.234Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:14.234Z] c4ccb9cdb1d4: Layer already exists [2021-04-19T23:22:14.234Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:2793b8a004f0babd7f6867ee29e44e6d8620c3f0f8fb14e838ef1e74e1504913 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:14.567Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:14.946Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-04-19T23:22:15.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-04-19T23:22:15.235Z] 29e339048649: Preparing [2021-04-19T23:22:15.235Z] 1f6bded850b6: Preparing [2021-04-19T23:22:15.235Z] a468cd31bc4b: Preparing [2021-04-19T23:22:15.235Z] e973caa742fc: Preparing [2021-04-19T23:22:15.235Z] c6a6a09ef2ea: Preparing [2021-04-19T23:22:15.235Z] 4c7d8c57be52: Preparing [2021-04-19T23:22:15.235Z] 2485a827c715: Preparing [2021-04-19T23:22:15.235Z] c4ccb9cdb1d4: Preparing [2021-04-19T23:22:15.235Z] 32f366d666a5: Preparing [2021-04-19T23:22:15.235Z] 4c7d8c57be52: Waiting [2021-04-19T23:22:15.235Z] 2485a827c715: Waiting [2021-04-19T23:22:15.235Z] c4ccb9cdb1d4: Waiting [2021-04-19T23:22:15.235Z] 32f366d666a5: Waiting [2021-04-19T23:22:15.235Z] c6a6a09ef2ea: Layer already exists [2021-04-19T23:22:15.235Z] 1f6bded850b6: Layer already exists [2021-04-19T23:22:15.235Z] a468cd31bc4b: Layer already exists [2021-04-19T23:22:15.235Z] 29e339048649: Layer already exists [2021-04-19T23:22:15.235Z] e973caa742fc: Layer already exists [2021-04-19T23:22:15.235Z] 2485a827c715: Layer already exists [2021-04-19T23:22:15.235Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:15.235Z] 4c7d8c57be52: Layer already exists [2021-04-19T23:22:15.235Z] c4ccb9cdb1d4: Layer already exists [2021-04-19T23:22:15.235Z] master: digest: sha256:2793b8a004f0babd7f6867ee29e44e6d8620c3f0f8fb14e838ef1e74e1504913 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:22:15.315Z] ===================================================== [Pipeline] echo [2021-04-19T23:22:15.329Z] taggedImages: [2021-04-19T23:22:15.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:15.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.179 [2021-04-19T23:22:15.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:15.329Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-04-19T23:22:15.378Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-04-19T23:22:15.378Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:15.378Z] 2.0.0-dev.179 [2021-04-19T23:22:15.378Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:15.378Z] master [2021-04-19T23:22:15.378Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:15.816Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:16.400Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:16.400Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T23:22:16.400Z] 6eb5f73fd93e: Preparing [2021-04-19T23:22:16.400Z] ede687a3e72f: Preparing [2021-04-19T23:22:16.400Z] 3f653368fa5f: Preparing [2021-04-19T23:22:16.400Z] da8c82112446: Preparing [2021-04-19T23:22:16.400Z] 32f366d666a5: Preparing [2021-04-19T23:22:16.400Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:16.400Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:16.668Z] 6eb5f73fd93e: Pushed [2021-04-19T23:22:16.668Z] da8c82112446: Pushed [2021-04-19T23:22:18.225Z] ede687a3e72f: Pushed [2021-04-19T23:22:18.820Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:81cdb2128efb48a2e04da7c076af996b0905a9137cc98e929ba3728c2d330ba6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:19.137Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:19.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.179 [2021-04-19T23:22:19.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T23:22:19.446Z] 6eb5f73fd93e: Preparing [2021-04-19T23:22:19.446Z] ede687a3e72f: Preparing [2021-04-19T23:22:19.446Z] 3f653368fa5f: Preparing [2021-04-19T23:22:19.446Z] da8c82112446: Preparing [2021-04-19T23:22:19.446Z] 32f366d666a5: Preparing [2021-04-19T23:22:19.446Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:19.446Z] ede687a3e72f: Layer already exists [2021-04-19T23:22:19.446Z] da8c82112446: Layer already exists [2021-04-19T23:22:19.446Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:19.446Z] 6eb5f73fd93e: Layer already exists [2021-04-19T23:22:19.446Z] 2.0.0-dev.179: digest: sha256:81cdb2128efb48a2e04da7c076af996b0905a9137cc98e929ba3728c2d330ba6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:19.763Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:20.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:20.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T23:22:20.080Z] 6eb5f73fd93e: Preparing [2021-04-19T23:22:20.080Z] ede687a3e72f: Preparing [2021-04-19T23:22:20.080Z] 3f653368fa5f: Preparing [2021-04-19T23:22:20.080Z] da8c82112446: Preparing [2021-04-19T23:22:20.080Z] 32f366d666a5: Preparing [2021-04-19T23:22:20.080Z] da8c82112446: Layer already exists [2021-04-19T23:22:20.080Z] ede687a3e72f: Layer already exists [2021-04-19T23:22:20.080Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:20.080Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:20.080Z] 6eb5f73fd93e: Layer already exists [2021-04-19T23:22:20.080Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:81cdb2128efb48a2e04da7c076af996b0905a9137cc98e929ba3728c2d330ba6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:20.459Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:21.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-04-19T23:22:22.123Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-04-19T23:22:22.123Z] 6eb5f73fd93e: Preparing [2021-04-19T23:22:22.123Z] ede687a3e72f: Preparing [2021-04-19T23:22:22.123Z] 3f653368fa5f: Preparing [2021-04-19T23:22:22.123Z] da8c82112446: Preparing [2021-04-19T23:22:22.123Z] 32f366d666a5: Preparing [2021-04-19T23:22:22.123Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:22.123Z] ede687a3e72f: Layer already exists [2021-04-19T23:22:22.123Z] 6eb5f73fd93e: Layer already exists [2021-04-19T23:22:22.123Z] da8c82112446: Layer already exists [2021-04-19T23:22:22.123Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:22.124Z] master: digest: sha256:81cdb2128efb48a2e04da7c076af996b0905a9137cc98e929ba3728c2d330ba6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:22:22.202Z] ===================================================== [Pipeline] echo [2021-04-19T23:22:22.216Z] taggedImages: [2021-04-19T23:22:22.216Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:22.216Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.179 [2021-04-19T23:22:22.216Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:22.216Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-04-19T23:22:22.256Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-04-19T23:22:22.256Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:22.256Z] 2.0.0-dev.179 [2021-04-19T23:22:22.256Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:22.256Z] master [2021-04-19T23:22:22.256Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:22.726Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:23.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:24.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T23:22:24.014Z] b772e60cfb68: Preparing [2021-04-19T23:22:24.014Z] 80756c0f95b9: Preparing [2021-04-19T23:22:24.014Z] 3f653368fa5f: Preparing [2021-04-19T23:22:24.014Z] f4094d1cf231: Preparing [2021-04-19T23:22:24.014Z] 32f366d666a5: Preparing [2021-04-19T23:22:24.014Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:24.014Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:24.014Z] f4094d1cf231: Layer already exists [2021-04-19T23:22:24.014Z] b772e60cfb68: Pushed [2021-04-19T23:22:26.043Z] 80756c0f95b9: Pushed [2021-04-19T23:22:26.043Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:68eaf901cc9867d9756acdd72d40801de2e15448432b702ff06a7845acc1481f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:26.361Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:26.681Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.179 [2021-04-19T23:22:26.682Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T23:22:26.682Z] b772e60cfb68: Preparing [2021-04-19T23:22:26.682Z] 80756c0f95b9: Preparing [2021-04-19T23:22:26.682Z] 3f653368fa5f: Preparing [2021-04-19T23:22:26.682Z] f4094d1cf231: Preparing [2021-04-19T23:22:26.682Z] 32f366d666a5: Preparing [2021-04-19T23:22:26.682Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:26.682Z] 80756c0f95b9: Layer already exists [2021-04-19T23:22:26.682Z] f4094d1cf231: Layer already exists [2021-04-19T23:22:26.682Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:26.682Z] b772e60cfb68: Layer already exists [2021-04-19T23:22:26.682Z] 2.0.0-dev.179: digest: sha256:68eaf901cc9867d9756acdd72d40801de2e15448432b702ff06a7845acc1481f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:27.009Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:27.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:27.323Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T23:22:27.323Z] b772e60cfb68: Preparing [2021-04-19T23:22:27.323Z] 80756c0f95b9: Preparing [2021-04-19T23:22:27.323Z] 3f653368fa5f: Preparing [2021-04-19T23:22:27.323Z] f4094d1cf231: Preparing [2021-04-19T23:22:27.323Z] 32f366d666a5: Preparing [2021-04-19T23:22:27.323Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:27.323Z] 80756c0f95b9: Layer already exists [2021-04-19T23:22:27.323Z] b772e60cfb68: Layer already exists [2021-04-19T23:22:27.323Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:27.323Z] f4094d1cf231: Layer already exists [2021-04-19T23:22:27.323Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:68eaf901cc9867d9756acdd72d40801de2e15448432b702ff06a7845acc1481f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:27.639Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:27.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-04-19T23:22:28.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-04-19T23:22:28.236Z] b772e60cfb68: Preparing [2021-04-19T23:22:28.236Z] 80756c0f95b9: Preparing [2021-04-19T23:22:28.236Z] 3f653368fa5f: Preparing [2021-04-19T23:22:28.236Z] f4094d1cf231: Preparing [2021-04-19T23:22:28.236Z] 32f366d666a5: Preparing [2021-04-19T23:22:28.236Z] 80756c0f95b9: Layer already exists [2021-04-19T23:22:28.236Z] b772e60cfb68: Layer already exists [2021-04-19T23:22:28.236Z] 32f366d666a5: Layer already exists [2021-04-19T23:22:28.236Z] f4094d1cf231: Layer already exists [2021-04-19T23:22:28.236Z] 3f653368fa5f: Layer already exists [2021-04-19T23:22:28.236Z] master: digest: sha256:68eaf901cc9867d9756acdd72d40801de2e15448432b702ff06a7845acc1481f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:22:28.322Z] ===================================================== [Pipeline] echo [2021-04-19T23:22:28.341Z] taggedImages: [2021-04-19T23:22:28.341Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:28.341Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.179 [2021-04-19T23:22:28.341Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:28.341Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-04-19T23:22:28.395Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-04-19T23:22:28.395Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:28.395Z] 2.0.0-dev.179 [2021-04-19T23:22:28.395Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:28.395Z] master [2021-04-19T23:22:28.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:28.782Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:29.118Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:29.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T23:22:29.391Z] cf01edf2123c: Preparing [2021-04-19T23:22:29.391Z] 10fe0b709235: Preparing [2021-04-19T23:22:29.391Z] 4776c9966805: Preparing [2021-04-19T23:22:29.391Z] 6fa89bd1006b: Preparing [2021-04-19T23:22:29.391Z] 0754057c0ad3: Preparing [2021-04-19T23:22:29.391Z] 998cdf262ab1: Preparing [2021-04-19T23:22:29.391Z] 02e56110abd2: Preparing [2021-04-19T23:22:29.391Z] abc36efb885a: Preparing [2021-04-19T23:22:29.391Z] b0b09059f4e1: Preparing [2021-04-19T23:22:29.391Z] bb961f40224b: Preparing [2021-04-19T23:22:29.391Z] f4666769fca7: Preparing [2021-04-19T23:22:29.391Z] 02e56110abd2: Waiting [2021-04-19T23:22:29.392Z] abc36efb885a: Waiting [2021-04-19T23:22:29.392Z] b0b09059f4e1: Waiting [2021-04-19T23:22:29.392Z] bb961f40224b: Waiting [2021-04-19T23:22:29.392Z] f4666769fca7: Waiting [2021-04-19T23:22:29.392Z] 998cdf262ab1: Waiting [2021-04-19T23:22:29.713Z] 0754057c0ad3: Layer already exists [2021-04-19T23:22:29.713Z] 998cdf262ab1: Layer already exists [2021-04-19T23:22:30.037Z] 10fe0b709235: Pushed [2021-04-19T23:22:30.037Z] 02e56110abd2: Layer already exists [2021-04-19T23:22:30.037Z] abc36efb885a: Layer already exists [2021-04-19T23:22:30.037Z] b0b09059f4e1: Layer already exists [2021-04-19T23:22:30.037Z] bb961f40224b: Layer already exists [2021-04-19T23:22:30.037Z] f4666769fca7: Layer already exists [2021-04-19T23:22:30.341Z] cf01edf2123c: Pushed [2021-04-19T23:22:31.821Z] 4776c9966805: Pushed [2021-04-19T23:22:50.566Z] 6fa89bd1006b: Pushed [2021-04-19T23:22:50.566Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1: digest: sha256:40f14ba152271daf42ec0627691dba80c6f3f75c4c6b9ce1eedf07c5a090b064 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:50.933Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:51.511Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.179 [2021-04-19T23:22:51.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T23:22:51.512Z] cf01edf2123c: Preparing [2021-04-19T23:22:51.512Z] 10fe0b709235: Preparing [2021-04-19T23:22:51.512Z] 4776c9966805: Preparing [2021-04-19T23:22:51.512Z] 6fa89bd1006b: Preparing [2021-04-19T23:22:51.512Z] 0754057c0ad3: Preparing [2021-04-19T23:22:51.512Z] 998cdf262ab1: Preparing [2021-04-19T23:22:51.512Z] 02e56110abd2: Preparing [2021-04-19T23:22:51.512Z] abc36efb885a: Preparing [2021-04-19T23:22:51.512Z] b0b09059f4e1: Preparing [2021-04-19T23:22:51.512Z] bb961f40224b: Preparing [2021-04-19T23:22:51.512Z] f4666769fca7: Preparing [2021-04-19T23:22:51.512Z] 998cdf262ab1: Waiting [2021-04-19T23:22:51.512Z] 02e56110abd2: Waiting [2021-04-19T23:22:51.512Z] abc36efb885a: Waiting [2021-04-19T23:22:51.512Z] b0b09059f4e1: Waiting [2021-04-19T23:22:51.512Z] bb961f40224b: Waiting [2021-04-19T23:22:51.512Z] f4666769fca7: Waiting [2021-04-19T23:22:51.512Z] 4776c9966805: Layer already exists [2021-04-19T23:22:51.512Z] 0754057c0ad3: Layer already exists [2021-04-19T23:22:51.512Z] cf01edf2123c: Layer already exists [2021-04-19T23:22:51.512Z] 6fa89bd1006b: Layer already exists [2021-04-19T23:22:51.512Z] 10fe0b709235: Layer already exists [2021-04-19T23:22:51.512Z] 02e56110abd2: Layer already exists [2021-04-19T23:22:51.512Z] 998cdf262ab1: Layer already exists [2021-04-19T23:22:51.512Z] b0b09059f4e1: Layer already exists [2021-04-19T23:22:51.512Z] bb961f40224b: Layer already exists [2021-04-19T23:22:51.512Z] abc36efb885a: Layer already exists [2021-04-19T23:22:51.512Z] f4666769fca7: Layer already exists [2021-04-19T23:22:51.512Z] 2.0.0-dev.179: digest: sha256:40f14ba152271daf42ec0627691dba80c6f3f75c4c6b9ce1eedf07c5a090b064 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:51.863Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:52.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:52.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T23:22:52.465Z] cf01edf2123c: Preparing [2021-04-19T23:22:52.465Z] 10fe0b709235: Preparing [2021-04-19T23:22:52.465Z] 4776c9966805: Preparing [2021-04-19T23:22:52.465Z] 6fa89bd1006b: Preparing [2021-04-19T23:22:52.465Z] 0754057c0ad3: Preparing [2021-04-19T23:22:52.465Z] 998cdf262ab1: Preparing [2021-04-19T23:22:52.465Z] 02e56110abd2: Preparing [2021-04-19T23:22:52.465Z] abc36efb885a: Preparing [2021-04-19T23:22:52.465Z] b0b09059f4e1: Preparing [2021-04-19T23:22:52.465Z] bb961f40224b: Preparing [2021-04-19T23:22:52.465Z] f4666769fca7: Preparing [2021-04-19T23:22:52.465Z] abc36efb885a: Waiting [2021-04-19T23:22:52.465Z] b0b09059f4e1: Waiting [2021-04-19T23:22:52.465Z] 998cdf262ab1: Waiting [2021-04-19T23:22:52.465Z] bb961f40224b: Waiting [2021-04-19T23:22:52.465Z] 02e56110abd2: Waiting [2021-04-19T23:22:52.465Z] f4666769fca7: Waiting [2021-04-19T23:22:52.465Z] cf01edf2123c: Layer already exists [2021-04-19T23:22:52.465Z] 10fe0b709235: Layer already exists [2021-04-19T23:22:52.465Z] 4776c9966805: Layer already exists [2021-04-19T23:22:52.465Z] 0754057c0ad3: Layer already exists [2021-04-19T23:22:52.465Z] 6fa89bd1006b: Layer already exists [2021-04-19T23:22:52.465Z] 02e56110abd2: Layer already exists [2021-04-19T23:22:52.465Z] 998cdf262ab1: Layer already exists [2021-04-19T23:22:52.465Z] b0b09059f4e1: Layer already exists [2021-04-19T23:22:52.465Z] abc36efb885a: Layer already exists [2021-04-19T23:22:52.465Z] bb961f40224b: Layer already exists [2021-04-19T23:22:52.465Z] f4666769fca7: Layer already exists [2021-04-19T23:22:52.465Z] 51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179: digest: sha256:40f14ba152271daf42ec0627691dba80c6f3f75c4c6b9ce1eedf07c5a090b064 size: 2622 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:52.779Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:22:53.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-04-19T23:22:53.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-04-19T23:22:53.090Z] cf01edf2123c: Preparing [2021-04-19T23:22:53.090Z] 10fe0b709235: Preparing [2021-04-19T23:22:53.090Z] 4776c9966805: Preparing [2021-04-19T23:22:53.090Z] 6fa89bd1006b: Preparing [2021-04-19T23:22:53.090Z] 0754057c0ad3: Preparing [2021-04-19T23:22:53.090Z] 998cdf262ab1: Preparing [2021-04-19T23:22:53.090Z] 02e56110abd2: Preparing [2021-04-19T23:22:53.090Z] abc36efb885a: Preparing [2021-04-19T23:22:53.090Z] b0b09059f4e1: Preparing [2021-04-19T23:22:53.090Z] bb961f40224b: Preparing [2021-04-19T23:22:53.090Z] f4666769fca7: Preparing [2021-04-19T23:22:53.090Z] 02e56110abd2: Waiting [2021-04-19T23:22:53.090Z] abc36efb885a: Waiting [2021-04-19T23:22:53.090Z] b0b09059f4e1: Waiting [2021-04-19T23:22:53.090Z] bb961f40224b: Waiting [2021-04-19T23:22:53.090Z] f4666769fca7: Waiting [2021-04-19T23:22:53.090Z] 998cdf262ab1: Waiting [2021-04-19T23:22:53.090Z] 0754057c0ad3: Layer already exists [2021-04-19T23:22:53.090Z] 10fe0b709235: Layer already exists [2021-04-19T23:22:53.090Z] 4776c9966805: Layer already exists [2021-04-19T23:22:53.090Z] cf01edf2123c: Layer already exists [2021-04-19T23:22:53.090Z] 6fa89bd1006b: Layer already exists [2021-04-19T23:22:53.090Z] 02e56110abd2: Layer already exists [2021-04-19T23:22:53.090Z] 998cdf262ab1: Layer already exists [2021-04-19T23:22:53.090Z] abc36efb885a: Layer already exists [2021-04-19T23:22:53.090Z] b0b09059f4e1: Layer already exists [2021-04-19T23:22:53.090Z] bb961f40224b: Layer already exists [2021-04-19T23:22:53.090Z] f4666769fca7: Layer already exists [2021-04-19T23:22:53.368Z] master: digest: sha256:40f14ba152271daf42ec0627691dba80c6f3f75c4c6b9ce1eedf07c5a090b064 size: 2622 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-04-19T23:22:53.470Z] ===================================================== [Pipeline] echo [2021-04-19T23:22:53.486Z] taggedImages: [2021-04-19T23:22:53.486Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:51171a228bb1224c00b3568eb910f5544dbf0ab1 [2021-04-19T23:22:53.486Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.179 [2021-04-19T23:22:53.486Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:51171a228bb1224c00b3568eb910f5544dbf0ab1-2.0.0-dev.179 [2021-04-19T23:22:53.486Z] - 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-04-19T23:22:54.795Z] provisioning config files... [2021-04-19T23:22:54.811Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/447@tmp/config7300955438204294641tmp [Pipeline] { [Pipeline] sh [2021-04-19T23:22:55.160Z] + set +x [2021-04-19T23:22:55.160Z] + curl -s https://codecov.io/bash [2021-04-19T23:22:55.160Z] + bash -s -- [2021-04-19T23:22:55.765Z] [2021-04-19T23:22:55.765Z] _____ _ [2021-04-19T23:22:55.766Z] / ____| | | [2021-04-19T23:22:55.766Z] | | ___ __| | ___ ___ _____ __ [2021-04-19T23:22:55.766Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-04-19T23:22:55.766Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-04-19T23:22:55.766Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-04-19T23:22:55.766Z] Bash-1.0.1 [2021-04-19T23:22:55.766Z] [2021-04-19T23:22:55.766Z] [2021-04-19T23:22:55.766Z] ==> git version 2.24.3 found [2021-04-19T23:22:55.766Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-04-19T23:22:55.766Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-04-19T23:22:55.766Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-04-19T23:22:56.073Z] ==> Jenkins CI detected. [2021-04-19T23:22:56.073Z] project root: . [2021-04-19T23:22:56.073Z] --> token set from env [2021-04-19T23:22:56.073Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-04-19T23:22:56.363Z] ==> Running gcov in . (disable via -X gcov) [2021-04-19T23:22:56.363Z] ==> Python coveragepy not found [2021-04-19T23:22:56.363Z] ==> Searching for coverage reports in: [2021-04-19T23:22:56.363Z] + . [2021-04-19T23:22:56.363Z] -> Found 1 reports [2021-04-19T23:22:56.363Z] ==> Detecting git/mercurial file structure [2021-04-19T23:22:56.698Z] ==> Reading reports [2021-04-19T23:22:56.698Z] + ./coverage.out bytes=703598 [2021-04-19T23:22:56.698Z] ==> Appending adjustments [2021-04-19T23:22:56.698Z] https://docs.codecov.io/docs/fixing-reports [2021-04-19T23:23:04.929Z] + Found adjustments [2021-04-19T23:23:04.929Z] ==> Gzipping contents [2021-04-19T23:23:04.929Z] 100K /tmp/codecov.EIcBWh.gz [2021-04-19T23:23:04.929Z] ==> Uploading reports [2021-04-19T23:23:04.929Z] url: https://codecov.io [2021-04-19T23:23:04.929Z] query: branch=master&commit=51171a228bb1224c00b3568eb910f5544dbf0ab1&build=447&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F447%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T23:23:04.929Z] -> Pinging Codecov [2021-04-19T23:23:04.929Z] https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=master&commit=51171a228bb1224c00b3568eb910f5544dbf0ab1&build=447&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F447%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-04-19T23:23:05.883Z] -> Uploading to [2021-04-19T23:23:05.883Z] https://storage.googleapis.com/codecov/v4/raw/2021-04-19/00271124DB129430A58F1EEE437C3FCB/51171a228bb1224c00b3568eb910f5544dbf0ab1/db966abd-1a0b-4b9f-8b52-38b9720fb462.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210419T232305Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9ed6bd3247543b33baad6ff7ad08948d2f73f597a9e3c57552db59a84a080b00 [2021-04-19T23:23:05.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:23:05.883Z] Dload Upload Total Spent Left Speed [2021-04-19T23:23:06.459Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 196k --:--:-- --:--:-- --:--:-- 196k [2021-04-19T23:23:06.459Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/51171a228bb1224c00b3568eb910f5544dbf0ab1 [Pipeline] } [2021-04-19T23:23:06.472Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-04-19T23:23:07.271Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-04-19T23:23:07.293Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:23:07.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T23:23:07.993Z] [2021-04-19T23:23:07.993Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:23:08.381Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T23:23:08.681Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-04-19T23:23:08.681Z] 188c0c94c7c5: Already exists [2021-04-19T23:23:08.681Z] 0ef7d3d256c8: Already exists [2021-04-19T23:23:08.681Z] de9db76c5a1d: Already exists [2021-04-19T23:23:08.681Z] 0eba1c9be4d2: Pulling fs layer [2021-04-19T23:23:08.681Z] 0d57e429df01: Pulling fs layer [2021-04-19T23:23:08.681Z] 4e4be7b47b0d: Pulling fs layer [2021-04-19T23:23:08.681Z] e1f770b5df2f: Pulling fs layer [2021-04-19T23:23:08.681Z] 85a0685a4137: Pulling fs layer [2021-04-19T23:23:08.681Z] e1f770b5df2f: Waiting [2021-04-19T23:23:08.681Z] 85a0685a4137: Waiting [2021-04-19T23:23:08.681Z] 0d57e429df01: Verifying Checksum [2021-04-19T23:23:08.681Z] 0d57e429df01: Download complete [2021-04-19T23:23:08.681Z] 4e4be7b47b0d: Verifying Checksum [2021-04-19T23:23:08.681Z] 4e4be7b47b0d: Download complete [2021-04-19T23:23:10.812Z] e1f770b5df2f: Verifying Checksum [2021-04-19T23:23:10.812Z] e1f770b5df2f: Download complete [2021-04-19T23:23:13.418Z] 85a0685a4137: Verifying Checksum [2021-04-19T23:23:13.418Z] 85a0685a4137: Download complete [2021-04-19T23:23:13.689Z] 0eba1c9be4d2: Verifying Checksum [2021-04-19T23:23:13.689Z] 0eba1c9be4d2: Download complete [2021-04-19T23:23:26.051Z] 0eba1c9be4d2: Pull complete [2021-04-19T23:23:26.051Z] 0d57e429df01: Pull complete [2021-04-19T23:23:27.462Z] 4e4be7b47b0d: Pull complete [2021-04-19T23:23:29.462Z] e1f770b5df2f: Pull complete [2021-04-19T23:23:47.838Z] 85a0685a4137: Pull complete [2021-04-19T23:23:47.838Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-04-19T23:23:47.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-04-19T23:23:47.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-04-19T23:23:48.231Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:23:48.311Z] $ 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/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-04-19T23:23:51.142Z] $ docker top 8ece868adeb5f1c11cdba96c1be4394614cf6127503f3811ae1c2c6881ace9fa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-19T23:23:51.406Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-04-19T23:23:51.712Z] + set -o pipefail [2021-04-19T23:23:51.712Z] + snyk monitor '--org=edgex-jenkins' [2021-04-19T23:24:24.533Z] [2021-04-19T23:24:24.533Z] Monitoring /w/workspace/edgex-go/447 (github.com/edgexfoundry/edgex-go)... [2021-04-19T23:24:24.533Z] [2021-04-19T23:24:24.533Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/22a8ceec-08e0-46dd-8e5e-5143c25ee7d7 [2021-04-19T23:24:24.533Z] [2021-04-19T23:24:24.534Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-04-19T23:24:24.534Z] [2021-04-19T23:24:24.534Z] [2021-04-19T23:24:24.534Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2021-04-19T23:24:24.534Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-04-19T23:24:24.551Z] $ docker stop --time=1 8ece868adeb5f1c11cdba96c1be4394614cf6127503f3811ae1c2c6881ace9fa [2021-04-19T23:24:27.127Z] $ docker rm -f 8ece868adeb5f1c11cdba96c1be4394614cf6127503f3811ae1c2c6881ace9fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-04-19T23:24:28.311Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T23:24:28.331Z] provisioning config files... [2021-04-19T23:24:28.345Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/447@tmp/config6565841669967135184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:24:28.710Z] --> edgex-publish-swagger.sh [2021-04-19T23:24:28.710Z] === Publish openapi/v1 API === [2021-04-19T23:24:28.710Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-04-19T23:24:28.710Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/447/openapi/v1/core-command.yaml] [2021-04-19T23:24:28.711Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:28.711Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:29.659Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9115 0:00:01 0:00:01 --:--:-- 9125 100 10522 0 0 100 10522 0 9112 0:00:01 0:00:01 --:--:-- 9125 [2021-04-19T23:24:29.659Z] [2021-04-19T23:24:29.659Z] [2021-04-19T23:24:29.659Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/447/openapi/v1/core-data.yaml] [2021-04-19T23:24:29.659Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:29.659Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:31.060Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30291 0:00:01 0:00:01 --:--:-- 30313 100 32557 0 0 100 32557 0 30284 0:00:01 0:00:01 --:--:-- 30313 [2021-04-19T23:24:31.060Z] [2021-04-19T23:24:31.060Z] [2021-04-19T23:24:31.060Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/447/openapi/v1/core-metadata.yaml] [2021-04-19T23:24:31.060Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:31.060Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:32.028Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 73129 0:00:01 0:00:01 --:--:-- 73208 100 73721 0 0 100 73721 0 73111 0:00:01 0:00:01 --:--:-- 73135 [2021-04-19T23:24:32.028Z] [2021-04-19T23:24:32.028Z] [2021-04-19T23:24:32.028Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/447/openapi/v1/support-logging.yaml] [2021-04-19T23:24:32.028Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:32.028Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:32.981Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 13605 --:--:-- --:--:-- --:--:-- 13608 100 13581 0 0 100 13581 0 13601 --:--:-- --:--:-- --:--:-- 13594 [2021-04-19T23:24:32.981Z] [2021-04-19T23:24:32.981Z] [2021-04-19T23:24:32.981Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/447/openapi/v1/support-notifications.yaml] [2021-04-19T23:24:32.981Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:32.981Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:34.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31582 0:00:01 0:00:01 --:--:-- 31592 100 38890 0 0 100 38890 0 30540 0:00:01 0:00:01 --:--:-- 30549 [2021-04-19T23:24:34.375Z] [2021-04-19T23:24:34.375Z] [2021-04-19T23:24:34.375Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/447/openapi/v1/support-scheduler.yaml] [2021-04-19T23:24:34.375Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:34.375Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:35.329Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 15203 --:--:-- --:--:-- --:--:-- 15207 100 14249 0 0 100 14249 0 15199 --:--:-- --:--:-- --:--:-- 15190 [2021-04-19T23:24:35.329Z] [2021-04-19T23:24:35.329Z] [2021-04-19T23:24:35.329Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/447/openapi/v1/system-agent.yaml] [2021-04-19T23:24:35.329Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:35.329Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:36.547Z] 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 3304 0:00:01 0:00:01 --:--:-- 3306 [2021-04-19T23:24:36.547Z] [2021-04-19T23:24:36.547Z] [2021-04-19T23:24:36.547Z] === Publish openapi/v2 API === [2021-04-19T23:24:36.547Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-04-19T23:24:36.547Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/447/openapi/v2/core-command.yaml] [2021-04-19T23:24:36.547Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:36.547Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:37.502Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29594 0 0 100 29594 0 29071 0:00:01 0:00:01 --:--:-- 29099 [2021-04-19T23:24:37.502Z] [2021-04-19T23:24:37.502Z] [2021-04-19T23:24:37.502Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/447/openapi/v2/core-data.yaml] [2021-04-19T23:24:37.502Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:37.502Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:38.345Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 56190 0 0 100 56190 0 57743 --:--:-- --:--:-- --:--:-- 57749 [2021-04-19T23:24:38.345Z] [2021-04-19T23:24:38.345Z] [2021-04-19T23:24:38.345Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/447/openapi/v2/core-metadata.yaml] [2021-04-19T23:24:38.345Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:38.345Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:39.564Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 114k 0:00:01 0:00:01 --:--:-- 114k [2021-04-19T23:24:39.564Z] [2021-04-19T23:24:39.564Z] [2021-04-19T23:24:39.564Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/447/openapi/v2/support-notifications.yaml] [2021-04-19T23:24:39.564Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:39.564Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:40.778Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 75628 0 0 100 75628 0 69673 0:00:01 0:00:01 --:--:-- 69703 100 75628 0 0 100 75628 0 69659 0:00:01 0:00:01 --:--:-- 69639 [2021-04-19T23:24:40.778Z] [2021-04-19T23:24:40.778Z] [2021-04-19T23:24:40.778Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/447/openapi/v2/support-scheduler.yaml] [2021-04-19T23:24:40.778Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:40.778Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:41.750Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37617 0 0 100 37617 0 32077 0:00:01 0:00:01 --:--:-- 32096 100 37617 0 0 100 37617 0 32071 0:00:01 0:00:01 --:--:-- 32096 [2021-04-19T23:24:41.750Z] [2021-04-19T23:24:41.750Z] [2021-04-19T23:24:41.750Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/447/openapi/v2/system-agent.yaml] [2021-04-19T23:24:41.750Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-04-19T23:24:41.750Z] Dload Upload Total Spent Left Speed [2021-04-19T23:24:43.173Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24092 0 0 100 24092 0 22270 0:00:01 0:00:01 --:--:-- 22286 100 24092 0 0 100 24092 0 22264 0:00:01 0:00:01 --:--:-- 22286 [2021-04-19T23:24:43.173Z] [2021-04-19T23:24:43.173Z] [Pipeline] } [2021-04-19T23:24:43.187Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:24:43.730Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:24:44.001Z] . [Pipeline] withDockerContainer [2021-04-19T23:24:44.141Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:24:44.225Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:24:45.745Z] $ docker top 6f93e99e04624221852c1a9e694d2d03445adb1c6a11cf80205955feb8975613 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:24:46.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:24:46.492Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:24:46.831Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:24:46.837Z] $ docker exec 6f93e99e04624221852c1a9e694d2d03445adb1c6a11cf80205955feb8975613 ssh-agent [2021-04-19T23:24:47.096Z] SSH_AUTH_SOCK=/tmp/ssh-hWGsMT0HHbCH/agent.12 [2021-04-19T23:24:47.096Z] SSH_AGENT_PID=17 [2021-04-19T23:24:47.105Z] Running ssh-add (command line suppressed) [2021-04-19T23:24:47.274Z] Identity added: /w/workspace/edgex-go/447@tmp/private_key_672434438699637069.key (/w/workspace/edgex-go/447@tmp/private_key_672434438699637069.key) [2021-04-19T23:24:47.348Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:24:47.657Z] + git semver tag [2021-04-19T23:24:48.617Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:24:48.617Z] # $GIT_DIR = /w/workspace/edgex-go/447/.git [2021-04-19T23:24:48.617Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/447 [2021-04-19T23:24:48.617Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:24:48.617Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:24:48.617Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:24:48.617Z] # $SEMVER_BRANCH = master [2021-04-19T23:24:48.617Z] # $SEMVER_DIR = /w/workspace/edgex-go/447/.semver [2021-04-19T23:24:48.617Z] # 51171a228bb1224c00b3568eb910f5544dbf0ab1 HEAD [2021-04-19T23:24:49.213Z] # -> Force: false [2021-04-19T23:24:49.213Z] # 7e2c499548a2d0592870b29eaa9aff639e59ead9 refs/tags/v2.0.0-dev.179 [Pipeline] } [2021-04-19T23:24:49.231Z] $ docker exec --env ******** --env ******** 6f93e99e04624221852c1a9e694d2d03445adb1c6a11cf80205955feb8975613 ssh-agent -k [2021-04-19T23:24:50.052Z] unset SSH_AUTH_SOCK; [2021-04-19T23:24:50.052Z] unset SSH_AGENT_PID; [2021-04-19T23:24:50.053Z] echo Agent pid 17 killed; [2021-04-19T23:24:50.502Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:24:51.586Z] + git semver [Pipeline] } [2021-04-19T23:24:51.667Z] $ docker stop --time=1 6f93e99e04624221852c1a9e694d2d03445adb1c6a11cf80205955feb8975613 [2021-04-19T23:24:54.141Z] $ docker rm -f 6f93e99e04624221852c1a9e694d2d03445adb1c6a11cf80205955feb8975613 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:24:54.756Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T23:24:55.021Z] [2021-04-19T23:24:55.021Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:24:55.361Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T23:24:55.361Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-04-19T23:24:55.361Z] ab5ef0e58194: Pulling fs layer [2021-04-19T23:24:55.361Z] 9712f1f96733: Pulling fs layer [2021-04-19T23:24:55.361Z] 63f879dbbcfc: Pulling fs layer [2021-04-19T23:24:55.361Z] 0d9ebad4ef96: Pulling fs layer [2021-04-19T23:24:55.361Z] e9a5061849ea: Pulling fs layer [2021-04-19T23:24:55.361Z] d747dcd14b5f: Pulling fs layer [2021-04-19T23:24:55.361Z] 2de7ff778b66: Pulling fs layer [2021-04-19T23:24:55.361Z] 0d9ebad4ef96: Waiting [2021-04-19T23:24:55.361Z] e9a5061849ea: Waiting [2021-04-19T23:24:55.361Z] d747dcd14b5f: Waiting [2021-04-19T23:24:55.361Z] 2de7ff778b66: Waiting [2021-04-19T23:24:55.361Z] 9712f1f96733: Verifying Checksum [2021-04-19T23:24:55.361Z] 9712f1f96733: Download complete [2021-04-19T23:24:57.951Z] 63f879dbbcfc: Download complete [2021-04-19T23:24:57.951Z] e9a5061849ea: Verifying Checksum [2021-04-19T23:24:57.951Z] e9a5061849ea: Download complete [2021-04-19T23:24:57.951Z] d747dcd14b5f: Verifying Checksum [2021-04-19T23:24:57.951Z] d747dcd14b5f: Download complete [2021-04-19T23:24:58.220Z] 2de7ff778b66: Verifying Checksum [2021-04-19T23:24:58.220Z] 2de7ff778b66: Download complete [2021-04-19T23:24:58.220Z] 0d9ebad4ef96: Verifying Checksum [2021-04-19T23:24:58.220Z] 0d9ebad4ef96: Download complete [2021-04-19T23:24:58.485Z] ab5ef0e58194: Verifying Checksum [2021-04-19T23:24:58.485Z] ab5ef0e58194: Download complete [2021-04-19T23:25:11.013Z] ab5ef0e58194: Pull complete [2021-04-19T23:25:11.013Z] 9712f1f96733: Pull complete [2021-04-19T23:25:13.699Z] 63f879dbbcfc: Pull complete [2021-04-19T23:25:29.315Z] 0d9ebad4ef96: Pull complete [2021-04-19T23:25:30.282Z] e9a5061849ea: Pull complete [2021-04-19T23:25:30.863Z] d747dcd14b5f: Pull complete [2021-04-19T23:25:36.328Z] 2de7ff778b66: Pull complete [2021-04-19T23:25:36.328Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-04-19T23:25:36.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-04-19T23:25:36.328Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-04-19T23:25:36.918Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:25:36.992Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-04-19T23:25:41.919Z] $ docker top 6464a9f813e492f12eaaff889104eabf1c26841932a45a53f39ffe462f4681f8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-04-19T23:25:42.356Z] provisioning config files... [2021-04-19T23:25:42.384Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/447@tmp/config5859578146955625533tmp [2021-04-19T23:25:42.437Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/447@tmp/config4312251384822299437tmp [2021-04-19T23:25:42.474Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/447@tmp/config542962397470330554tmp [Pipeline] { [Pipeline] echo [2021-04-19T23:25:42.509Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:25:43.227Z] ---> sigul-configuration.sh [2021-04-19T23:25:43.227Z] gpg: directory `/root/.gnupg' created [2021-04-19T23:25:43.227Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-04-19T23:25:43.227Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-04-19T23:25:43.227Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-04-19T23:25:43.227Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-04-19T23:25:43.227Z] gpg: CAST5 encrypted data [2021-04-19T23:25:43.511Z] gpg: encrypted with 1 passphrase [2021-04-19T23:25:43.511Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-04-19T23:25:43.847Z] + mkdir /home/jenkins [2021-04-19T23:25:43.847Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-04-19T23:25:44.633Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-04-19T23:25:44.686Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:25:45.037Z] ---> sigul-install.sh [2021-04-19T23:25:55.152Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-04-19T23:25:56.735Z] + git tag --list [2021-04-19T23:25:56.735Z] 0.6.0 [2021-04-19T23:25:56.735Z] 0.6.1 [2021-04-19T23:25:56.735Z] 0.7.0 [2021-04-19T23:25:56.735Z] 0.7.1 [2021-04-19T23:25:56.735Z] v0.0.0 [2021-04-19T23:25:56.735Z] v0.0.1-dev.1 [2021-04-19T23:25:56.735Z] v1.0.0 [2021-04-19T23:25:56.735Z] v1.0.1 [2021-04-19T23:25:56.735Z] v1.1.0 [2021-04-19T23:25:56.735Z] v1.2.0 [2021-04-19T23:25:56.735Z] v1.2.1 [2021-04-19T23:25:56.735Z] v1.2.2-dev.1 [2021-04-19T23:25:56.735Z] v1.2.2-dev.10 [2021-04-19T23:25:56.735Z] v1.2.2-dev.100 [2021-04-19T23:25:56.735Z] v1.2.2-dev.101 [2021-04-19T23:25:56.735Z] v1.2.2-dev.102 [2021-04-19T23:25:56.735Z] v1.2.2-dev.103 [2021-04-19T23:25:56.735Z] v1.2.2-dev.104 [2021-04-19T23:25:56.735Z] v1.2.2-dev.105 [2021-04-19T23:25:56.735Z] v1.2.2-dev.106 [2021-04-19T23:25:56.735Z] v1.2.2-dev.107 [2021-04-19T23:25:56.735Z] v1.2.2-dev.11 [2021-04-19T23:25:56.735Z] v1.2.2-dev.12 [2021-04-19T23:25:56.735Z] v1.2.2-dev.13 [2021-04-19T23:25:56.735Z] v1.2.2-dev.14 [2021-04-19T23:25:56.735Z] v1.2.2-dev.15 [2021-04-19T23:25:56.735Z] v1.2.2-dev.16 [2021-04-19T23:25:56.735Z] v1.2.2-dev.17 [2021-04-19T23:25:56.735Z] v1.2.2-dev.18 [2021-04-19T23:25:56.735Z] v1.2.2-dev.19 [2021-04-19T23:25:56.735Z] v1.2.2-dev.2 [2021-04-19T23:25:56.735Z] v1.2.2-dev.20 [2021-04-19T23:25:56.735Z] v1.2.2-dev.21 [2021-04-19T23:25:56.735Z] v1.2.2-dev.22 [2021-04-19T23:25:56.735Z] v1.2.2-dev.23 [2021-04-19T23:25:56.735Z] v1.2.2-dev.24 [2021-04-19T23:25:56.735Z] v1.2.2-dev.25 [2021-04-19T23:25:56.735Z] v1.2.2-dev.26 [2021-04-19T23:25:56.735Z] v1.2.2-dev.27 [2021-04-19T23:25:56.735Z] v1.2.2-dev.28 [2021-04-19T23:25:56.735Z] v1.2.2-dev.29 [2021-04-19T23:25:56.735Z] v1.2.2-dev.3 [2021-04-19T23:25:56.735Z] v1.2.2-dev.30 [2021-04-19T23:25:56.735Z] v1.2.2-dev.31 [2021-04-19T23:25:56.735Z] v1.2.2-dev.32 [2021-04-19T23:25:56.735Z] v1.2.2-dev.33 [2021-04-19T23:25:56.735Z] v1.2.2-dev.34 [2021-04-19T23:25:56.735Z] v1.2.2-dev.35 [2021-04-19T23:25:56.735Z] v1.2.2-dev.36 [2021-04-19T23:25:56.735Z] v1.2.2-dev.37 [2021-04-19T23:25:56.735Z] v1.2.2-dev.38 [2021-04-19T23:25:56.735Z] v1.2.2-dev.39 [2021-04-19T23:25:56.735Z] v1.2.2-dev.4 [2021-04-19T23:25:56.735Z] v1.2.2-dev.40 [2021-04-19T23:25:56.735Z] v1.2.2-dev.41 [2021-04-19T23:25:56.735Z] v1.2.2-dev.42 [2021-04-19T23:25:56.735Z] v1.2.2-dev.43 [2021-04-19T23:25:56.735Z] v1.2.2-dev.44 [2021-04-19T23:25:56.735Z] v1.2.2-dev.45 [2021-04-19T23:25:56.735Z] v1.2.2-dev.46 [2021-04-19T23:25:56.735Z] v1.2.2-dev.47 [2021-04-19T23:25:56.735Z] v1.2.2-dev.48 [2021-04-19T23:25:56.735Z] v1.2.2-dev.49 [2021-04-19T23:25:56.735Z] v1.2.2-dev.5 [2021-04-19T23:25:56.735Z] v1.2.2-dev.50 [2021-04-19T23:25:56.735Z] v1.2.2-dev.51 [2021-04-19T23:25:56.735Z] v1.2.2-dev.52 [2021-04-19T23:25:56.735Z] v1.2.2-dev.53 [2021-04-19T23:25:56.735Z] v1.2.2-dev.54 [2021-04-19T23:25:56.735Z] v1.2.2-dev.55 [2021-04-19T23:25:56.735Z] v1.2.2-dev.56 [2021-04-19T23:25:56.735Z] v1.2.2-dev.57 [2021-04-19T23:25:56.735Z] v1.2.2-dev.58 [2021-04-19T23:25:56.735Z] v1.2.2-dev.59 [2021-04-19T23:25:56.735Z] v1.2.2-dev.6 [2021-04-19T23:25:56.735Z] v1.2.2-dev.60 [2021-04-19T23:25:56.735Z] v1.2.2-dev.61 [2021-04-19T23:25:56.735Z] v1.2.2-dev.62 [2021-04-19T23:25:56.735Z] v1.2.2-dev.63 [2021-04-19T23:25:56.735Z] v1.2.2-dev.64 [2021-04-19T23:25:56.735Z] v1.2.2-dev.65 [2021-04-19T23:25:56.735Z] v1.2.2-dev.66 [2021-04-19T23:25:56.735Z] v1.2.2-dev.67 [2021-04-19T23:25:56.735Z] v1.2.2-dev.68 [2021-04-19T23:25:56.735Z] v1.2.2-dev.69 [2021-04-19T23:25:56.735Z] v1.2.2-dev.7 [2021-04-19T23:25:56.735Z] v1.2.2-dev.70 [2021-04-19T23:25:56.735Z] v1.2.2-dev.71 [2021-04-19T23:25:56.735Z] v1.2.2-dev.72 [2021-04-19T23:25:56.735Z] v1.2.2-dev.73 [2021-04-19T23:25:56.735Z] v1.2.2-dev.74 [2021-04-19T23:25:56.735Z] v1.2.2-dev.75 [2021-04-19T23:25:56.735Z] v1.2.2-dev.76 [2021-04-19T23:25:56.735Z] v1.2.2-dev.77 [2021-04-19T23:25:56.735Z] v1.2.2-dev.78 [2021-04-19T23:25:56.735Z] v1.2.2-dev.79 [2021-04-19T23:25:56.735Z] v1.2.2-dev.8 [2021-04-19T23:25:56.735Z] v1.2.2-dev.80 [2021-04-19T23:25:56.735Z] v1.2.2-dev.81 [2021-04-19T23:25:56.735Z] v1.2.2-dev.82 [2021-04-19T23:25:56.735Z] v1.2.2-dev.83 [2021-04-19T23:25:56.735Z] v1.2.2-dev.84 [2021-04-19T23:25:56.735Z] v1.2.2-dev.85 [2021-04-19T23:25:56.735Z] v1.2.2-dev.86 [2021-04-19T23:25:56.735Z] v1.2.2-dev.87 [2021-04-19T23:25:56.735Z] v1.2.2-dev.88 [2021-04-19T23:25:56.735Z] v1.2.2-dev.89 [2021-04-19T23:25:56.735Z] v1.2.2-dev.9 [2021-04-19T23:25:56.735Z] v1.2.2-dev.90 [2021-04-19T23:25:56.735Z] v1.2.2-dev.91 [2021-04-19T23:25:56.735Z] v1.2.2-dev.92 [2021-04-19T23:25:56.735Z] v1.2.2-dev.93 [2021-04-19T23:25:56.735Z] v1.2.2-dev.94 [2021-04-19T23:25:56.735Z] v1.2.2-dev.95 [2021-04-19T23:25:56.735Z] v1.2.2-dev.96 [2021-04-19T23:25:56.735Z] v1.2.2-dev.97 [2021-04-19T23:25:56.735Z] v1.2.2-dev.98 [2021-04-19T23:25:56.735Z] v1.2.2-dev.99 [2021-04-19T23:25:56.735Z] v1.3.0 [2021-04-19T23:25:56.735Z] v1.3.1 [2021-04-19T23:25:56.735Z] v1.3.1-dev.1 [2021-04-19T23:25:56.735Z] v1.3.1-dev.10 [2021-04-19T23:25:56.735Z] v1.3.1-dev.11 [2021-04-19T23:25:56.735Z] v1.3.1-dev.12 [2021-04-19T23:25:56.735Z] v1.3.1-dev.13 [2021-04-19T23:25:56.735Z] v1.3.1-dev.14 [2021-04-19T23:25:56.735Z] v1.3.1-dev.15 [2021-04-19T23:25:56.735Z] v1.3.1-dev.16 [2021-04-19T23:25:56.735Z] v1.3.1-dev.17 [2021-04-19T23:25:56.735Z] v1.3.1-dev.18 [2021-04-19T23:25:56.735Z] v1.3.1-dev.2 [2021-04-19T23:25:56.735Z] v1.3.1-dev.3 [2021-04-19T23:25:56.735Z] v1.3.1-dev.4 [2021-04-19T23:25:56.735Z] v1.3.1-dev.5 [2021-04-19T23:25:56.735Z] v1.3.1-dev.6 [2021-04-19T23:25:56.735Z] v1.3.1-dev.7 [2021-04-19T23:25:56.735Z] v1.3.1-dev.8 [2021-04-19T23:25:56.735Z] v1.3.1-dev.9 [2021-04-19T23:25:56.735Z] v2.0.0-dev.1 [2021-04-19T23:25:56.735Z] v2.0.0-dev.10 [2021-04-19T23:25:56.735Z] v2.0.0-dev.100 [2021-04-19T23:25:56.735Z] v2.0.0-dev.101 [2021-04-19T23:25:56.735Z] v2.0.0-dev.102 [2021-04-19T23:25:56.735Z] v2.0.0-dev.103 [2021-04-19T23:25:56.735Z] v2.0.0-dev.104 [2021-04-19T23:25:56.735Z] v2.0.0-dev.105 [2021-04-19T23:25:56.735Z] v2.0.0-dev.106 [2021-04-19T23:25:56.735Z] v2.0.0-dev.107 [2021-04-19T23:25:56.735Z] v2.0.0-dev.108 [2021-04-19T23:25:56.735Z] v2.0.0-dev.109 [2021-04-19T23:25:56.735Z] v2.0.0-dev.11 [2021-04-19T23:25:56.735Z] v2.0.0-dev.110 [2021-04-19T23:25:56.735Z] v2.0.0-dev.111 [2021-04-19T23:25:56.735Z] v2.0.0-dev.112 [2021-04-19T23:25:56.735Z] v2.0.0-dev.113 [2021-04-19T23:25:56.735Z] v2.0.0-dev.114 [2021-04-19T23:25:56.735Z] v2.0.0-dev.115 [2021-04-19T23:25:56.735Z] v2.0.0-dev.116 [2021-04-19T23:25:56.735Z] v2.0.0-dev.117 [2021-04-19T23:25:56.735Z] v2.0.0-dev.118 [2021-04-19T23:25:56.735Z] v2.0.0-dev.119 [2021-04-19T23:25:56.735Z] v2.0.0-dev.12 [2021-04-19T23:25:56.735Z] v2.0.0-dev.120 [2021-04-19T23:25:56.735Z] v2.0.0-dev.121 [2021-04-19T23:25:56.735Z] v2.0.0-dev.122 [2021-04-19T23:25:56.735Z] v2.0.0-dev.123 [2021-04-19T23:25:56.735Z] v2.0.0-dev.124 [2021-04-19T23:25:56.735Z] v2.0.0-dev.125 [2021-04-19T23:25:56.735Z] v2.0.0-dev.126 [2021-04-19T23:25:56.735Z] v2.0.0-dev.127 [2021-04-19T23:25:56.735Z] v2.0.0-dev.128 [2021-04-19T23:25:56.735Z] v2.0.0-dev.129 [2021-04-19T23:25:56.735Z] v2.0.0-dev.13 [2021-04-19T23:25:56.735Z] v2.0.0-dev.130 [2021-04-19T23:25:56.735Z] v2.0.0-dev.131 [2021-04-19T23:25:56.735Z] v2.0.0-dev.132 [2021-04-19T23:25:56.735Z] v2.0.0-dev.133 [2021-04-19T23:25:56.735Z] v2.0.0-dev.134 [2021-04-19T23:25:56.735Z] v2.0.0-dev.135 [2021-04-19T23:25:56.735Z] v2.0.0-dev.136 [2021-04-19T23:25:56.735Z] v2.0.0-dev.137 [2021-04-19T23:25:56.735Z] v2.0.0-dev.138 [2021-04-19T23:25:56.735Z] v2.0.0-dev.139 [2021-04-19T23:25:56.735Z] v2.0.0-dev.14 [2021-04-19T23:25:56.735Z] v2.0.0-dev.140 [2021-04-19T23:25:56.735Z] v2.0.0-dev.141 [2021-04-19T23:25:56.735Z] v2.0.0-dev.142 [2021-04-19T23:25:56.735Z] v2.0.0-dev.143 [2021-04-19T23:25:56.735Z] v2.0.0-dev.144 [2021-04-19T23:25:56.735Z] v2.0.0-dev.145 [2021-04-19T23:25:56.735Z] v2.0.0-dev.146 [2021-04-19T23:25:56.735Z] v2.0.0-dev.147 [2021-04-19T23:25:56.735Z] v2.0.0-dev.148 [2021-04-19T23:25:56.735Z] v2.0.0-dev.149 [2021-04-19T23:25:56.735Z] v2.0.0-dev.15 [2021-04-19T23:25:56.735Z] v2.0.0-dev.150 [2021-04-19T23:25:56.735Z] v2.0.0-dev.151 [2021-04-19T23:25:56.735Z] v2.0.0-dev.152 [2021-04-19T23:25:56.735Z] v2.0.0-dev.153 [2021-04-19T23:25:56.735Z] v2.0.0-dev.154 [2021-04-19T23:25:56.735Z] v2.0.0-dev.155 [2021-04-19T23:25:56.735Z] v2.0.0-dev.156 [2021-04-19T23:25:56.735Z] v2.0.0-dev.157 [2021-04-19T23:25:56.735Z] v2.0.0-dev.158 [2021-04-19T23:25:56.735Z] v2.0.0-dev.159 [2021-04-19T23:25:56.735Z] v2.0.0-dev.16 [2021-04-19T23:25:56.735Z] v2.0.0-dev.160 [2021-04-19T23:25:56.735Z] v2.0.0-dev.161 [2021-04-19T23:25:56.735Z] v2.0.0-dev.162 [2021-04-19T23:25:56.735Z] v2.0.0-dev.163 [2021-04-19T23:25:56.735Z] v2.0.0-dev.164 [2021-04-19T23:25:56.735Z] v2.0.0-dev.165 [2021-04-19T23:25:56.735Z] v2.0.0-dev.166 [2021-04-19T23:25:56.735Z] v2.0.0-dev.167 [2021-04-19T23:25:56.735Z] v2.0.0-dev.168 [2021-04-19T23:25:56.735Z] v2.0.0-dev.169 [2021-04-19T23:25:56.735Z] v2.0.0-dev.17 [2021-04-19T23:25:56.735Z] v2.0.0-dev.170 [2021-04-19T23:25:56.735Z] v2.0.0-dev.171 [2021-04-19T23:25:56.735Z] v2.0.0-dev.172 [2021-04-19T23:25:56.735Z] v2.0.0-dev.173 [2021-04-19T23:25:56.735Z] v2.0.0-dev.174 [2021-04-19T23:25:56.735Z] v2.0.0-dev.175 [2021-04-19T23:25:56.735Z] v2.0.0-dev.176 [2021-04-19T23:25:56.735Z] v2.0.0-dev.177 [2021-04-19T23:25:56.735Z] v2.0.0-dev.178 [2021-04-19T23:25:56.735Z] v2.0.0-dev.179 [2021-04-19T23:25:56.735Z] v2.0.0-dev.18 [2021-04-19T23:25:56.735Z] v2.0.0-dev.19 [2021-04-19T23:25:56.735Z] v2.0.0-dev.2 [2021-04-19T23:25:56.735Z] v2.0.0-dev.20 [2021-04-19T23:25:56.735Z] v2.0.0-dev.21 [2021-04-19T23:25:56.735Z] v2.0.0-dev.22 [2021-04-19T23:25:56.735Z] v2.0.0-dev.23 [2021-04-19T23:25:56.735Z] v2.0.0-dev.24 [2021-04-19T23:25:56.735Z] v2.0.0-dev.25 [2021-04-19T23:25:56.735Z] v2.0.0-dev.26 [2021-04-19T23:25:56.735Z] v2.0.0-dev.27 [2021-04-19T23:25:56.735Z] v2.0.0-dev.28 [2021-04-19T23:25:56.735Z] v2.0.0-dev.29 [2021-04-19T23:25:56.735Z] v2.0.0-dev.3 [2021-04-19T23:25:56.735Z] v2.0.0-dev.30 [2021-04-19T23:25:56.735Z] v2.0.0-dev.31 [2021-04-19T23:25:56.735Z] v2.0.0-dev.32 [2021-04-19T23:25:56.735Z] v2.0.0-dev.33 [2021-04-19T23:25:56.735Z] v2.0.0-dev.34 [2021-04-19T23:25:56.735Z] v2.0.0-dev.35 [2021-04-19T23:25:56.735Z] v2.0.0-dev.36 [2021-04-19T23:25:56.735Z] v2.0.0-dev.37 [2021-04-19T23:25:56.735Z] v2.0.0-dev.38 [2021-04-19T23:25:56.735Z] v2.0.0-dev.39 [2021-04-19T23:25:56.735Z] v2.0.0-dev.4 [2021-04-19T23:25:56.735Z] v2.0.0-dev.40 [2021-04-19T23:25:56.735Z] v2.0.0-dev.41 [2021-04-19T23:25:56.735Z] v2.0.0-dev.42 [2021-04-19T23:25:56.735Z] v2.0.0-dev.43 [2021-04-19T23:25:56.735Z] v2.0.0-dev.44 [2021-04-19T23:25:56.735Z] v2.0.0-dev.45 [2021-04-19T23:25:56.735Z] v2.0.0-dev.46 [2021-04-19T23:25:56.735Z] v2.0.0-dev.47 [2021-04-19T23:25:56.735Z] v2.0.0-dev.48 [2021-04-19T23:25:56.735Z] v2.0.0-dev.49 [2021-04-19T23:25:56.735Z] v2.0.0-dev.5 [2021-04-19T23:25:56.735Z] v2.0.0-dev.50 [2021-04-19T23:25:56.735Z] v2.0.0-dev.51 [2021-04-19T23:25:56.735Z] v2.0.0-dev.52 [2021-04-19T23:25:56.735Z] v2.0.0-dev.53 [2021-04-19T23:25:56.735Z] v2.0.0-dev.54 [2021-04-19T23:25:56.735Z] v2.0.0-dev.55 [2021-04-19T23:25:56.735Z] v2.0.0-dev.56 [2021-04-19T23:25:56.735Z] v2.0.0-dev.57 [2021-04-19T23:25:56.735Z] v2.0.0-dev.58 [2021-04-19T23:25:56.735Z] v2.0.0-dev.59 [2021-04-19T23:25:56.735Z] v2.0.0-dev.6 [2021-04-19T23:25:56.735Z] v2.0.0-dev.60 [2021-04-19T23:25:56.735Z] v2.0.0-dev.61 [2021-04-19T23:25:56.735Z] v2.0.0-dev.62 [2021-04-19T23:25:56.735Z] v2.0.0-dev.63 [2021-04-19T23:25:56.735Z] v2.0.0-dev.64 [2021-04-19T23:25:56.735Z] v2.0.0-dev.65 [2021-04-19T23:25:56.735Z] v2.0.0-dev.66 [2021-04-19T23:25:56.735Z] v2.0.0-dev.67 [2021-04-19T23:25:56.735Z] v2.0.0-dev.68 [2021-04-19T23:25:56.735Z] v2.0.0-dev.69 [2021-04-19T23:25:56.735Z] v2.0.0-dev.7 [2021-04-19T23:25:56.735Z] v2.0.0-dev.70 [2021-04-19T23:25:56.735Z] v2.0.0-dev.71 [2021-04-19T23:25:56.735Z] v2.0.0-dev.72 [2021-04-19T23:25:56.735Z] v2.0.0-dev.73 [2021-04-19T23:25:56.735Z] v2.0.0-dev.74 [2021-04-19T23:25:56.735Z] v2.0.0-dev.75 [2021-04-19T23:25:56.735Z] v2.0.0-dev.76 [2021-04-19T23:25:56.735Z] v2.0.0-dev.77 [2021-04-19T23:25:56.735Z] v2.0.0-dev.78 [2021-04-19T23:25:56.735Z] v2.0.0-dev.79 [2021-04-19T23:25:56.735Z] v2.0.0-dev.8 [2021-04-19T23:25:56.735Z] v2.0.0-dev.80 [2021-04-19T23:25:56.735Z] v2.0.0-dev.81 [2021-04-19T23:25:56.735Z] v2.0.0-dev.82 [2021-04-19T23:25:56.735Z] v2.0.0-dev.83 [2021-04-19T23:25:56.735Z] v2.0.0-dev.84 [2021-04-19T23:25:56.735Z] v2.0.0-dev.85 [2021-04-19T23:25:56.735Z] v2.0.0-dev.86 [2021-04-19T23:25:56.735Z] v2.0.0-dev.87 [2021-04-19T23:25:56.735Z] v2.0.0-dev.88 [2021-04-19T23:25:56.735Z] v2.0.0-dev.89 [2021-04-19T23:25:56.735Z] v2.0.0-dev.9 [2021-04-19T23:25:56.735Z] v2.0.0-dev.90 [2021-04-19T23:25:56.735Z] v2.0.0-dev.91 [2021-04-19T23:25:56.735Z] v2.0.0-dev.92 [2021-04-19T23:25:56.735Z] v2.0.0-dev.93 [2021-04-19T23:25:56.735Z] v2.0.0-dev.94 [2021-04-19T23:25:56.735Z] v2.0.0-dev.95 [2021-04-19T23:25:56.735Z] v2.0.0-dev.96 [2021-04-19T23:25:56.735Z] v2.0.0-dev.97 [2021-04-19T23:25:56.735Z] v2.0.0-dev.98 [2021-04-19T23:25:56.735Z] v2.0.0-dev.99 [Pipeline] sh [2021-04-19T23:25:57.376Z] + lftools sign git-tag v2.0.0-dev.179 [2021-04-19T23:26:00.017Z] Signing Git tag with Sigul... [2021-04-19T23:26:00.017Z] Signing v2.0.0-dev.179 [Pipeline] echo [2021-04-19T23:26:01.450Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:26:01.767Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-04-19T23:26:01.780Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-04-19T23:26:01.828Z] $ docker stop --time=1 6464a9f813e492f12eaaff889104eabf1c26841932a45a53f39ffe462f4681f8 [2021-04-19T23:26:04.470Z] $ docker rm -f 6464a9f813e492f12eaaff889104eabf1c26841932a45a53f39ffe462f4681f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:26:05.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:26:05.548Z] . [Pipeline] withDockerContainer [2021-04-19T23:26:05.700Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:26:05.770Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:26:07.347Z] $ docker top 1338c796a597872def765af94561a5b8440c5af05fdbbda524734d59e7126f9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:26:07.860Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:26:07.860Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:26:08.574Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:26:08.580Z] $ docker exec 1338c796a597872def765af94561a5b8440c5af05fdbbda524734d59e7126f9f ssh-agent [2021-04-19T23:26:09.096Z] SSH_AUTH_SOCK=/tmp/ssh-E5v7Iqb5lceM/agent.11 [2021-04-19T23:26:09.096Z] SSH_AGENT_PID=16 [2021-04-19T23:26:09.107Z] Running ssh-add (command line suppressed) [2021-04-19T23:26:09.561Z] Identity added: /w/workspace/edgex-go/447@tmp/private_key_2629556383181965305.key (/w/workspace/edgex-go/447@tmp/private_key_2629556383181965305.key) [2021-04-19T23:26:09.783Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:26:10.950Z] + git semver bump pre [2021-04-19T23:26:10.950Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:26:10.950Z] # $GIT_DIR = /w/workspace/edgex-go/447/.git [2021-04-19T23:26:10.950Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/447 [2021-04-19T23:26:10.950Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:26:10.950Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:26:10.950Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:26:10.950Z] # $SEMVER_BRANCH = master [2021-04-19T23:26:10.950Z] # $SEMVER_DIR = /w/workspace/edgex-go/447/.semver [2021-04-19T23:26:10.950Z] 2.0.0-dev.180 [Pipeline] } [2021-04-19T23:26:11.043Z] $ docker exec --env ******** --env ******** 1338c796a597872def765af94561a5b8440c5af05fdbbda524734d59e7126f9f ssh-agent -k [2021-04-19T23:26:11.700Z] unset SSH_AUTH_SOCK; [2021-04-19T23:26:11.700Z] unset SSH_AGENT_PID; [2021-04-19T23:26:11.700Z] echo Agent pid 16 killed; [2021-04-19T23:26:11.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:26:12.661Z] + git semver [Pipeline] } [2021-04-19T23:26:12.706Z] $ docker stop --time=1 1338c796a597872def765af94561a5b8440c5af05fdbbda524734d59e7126f9f [2021-04-19T23:26:14.614Z] $ docker rm -f 1338c796a597872def765af94561a5b8440c5af05fdbbda524734d59e7126f9f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:26:15.138Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-19T23:26:15.138Z] . [Pipeline] withDockerContainer [2021-04-19T23:26:15.283Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:26:15.398Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-19T23:26:17.957Z] $ docker top b3c3c5b81bb2dc9a2d07149a49aa4d43a6df266a0dfd0c739e33fcd22c7caa35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-19T23:26:18.774Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-19T23:26:18.774Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-19T23:26:19.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-19T23:26:19.429Z] $ docker exec b3c3c5b81bb2dc9a2d07149a49aa4d43a6df266a0dfd0c739e33fcd22c7caa35 ssh-agent [2021-04-19T23:26:20.628Z] SSH_AUTH_SOCK=/tmp/ssh-8yePN0ycNB76/agent.11 [2021-04-19T23:26:20.628Z] SSH_AGENT_PID=16 [2021-04-19T23:26:20.640Z] Running ssh-add (command line suppressed) [2021-04-19T23:26:21.519Z] Identity added: /w/workspace/edgex-go/447@tmp/private_key_6686947423001407361.key (/w/workspace/edgex-go/447@tmp/private_key_6686947423001407361.key) [2021-04-19T23:26:22.173Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-19T23:26:23.250Z] + git semver push [2021-04-19T23:26:23.251Z] # -> Open(): unable to determine branch for HEAD [2021-04-19T23:26:23.251Z] # $GIT_DIR = /w/workspace/edgex-go/447/.git [2021-04-19T23:26:23.251Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/447 [2021-04-19T23:26:23.251Z] # $SEMVER_REMOTE_NAME = origin [2021-04-19T23:26:23.251Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-19T23:26:23.251Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-19T23:26:23.251Z] # $SEMVER_BRANCH = master [2021-04-19T23:26:23.251Z] # $SEMVER_DIR = /w/workspace/edgex-go/447/.semver [Pipeline] } [2021-04-19T23:26:38.418Z] $ docker exec --env ******** --env ******** b3c3c5b81bb2dc9a2d07149a49aa4d43a6df266a0dfd0c739e33fcd22c7caa35 ssh-agent -k [2021-04-19T23:26:38.596Z] unset SSH_AUTH_SOCK; [2021-04-19T23:26:38.596Z] unset SSH_AGENT_PID; [2021-04-19T23:26:38.596Z] echo Agent pid 16 killed; [2021-04-19T23:26:38.665Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-19T23:26:39.002Z] + git semver [Pipeline] } [2021-04-19T23:26:39.025Z] $ docker stop --time=1 b3c3c5b81bb2dc9a2d07149a49aa4d43a6df266a0dfd0c739e33fcd22c7caa35 [2021-04-19T23:26:40.673Z] $ docker rm -f b3c3c5b81bb2dc9a2d07149a49aa4d43a6df266a0dfd0c739e33fcd22c7caa35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:26:41.817Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:26:43.663Z] ---> package-listing.sh [2021-04-19T23:26:43.663Z] ++ facter osfamily [2021-04-19T23:26:43.663Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-19T23:26:44.648Z] + OS_FAMILY=redhat [2021-04-19T23:26:44.648Z] + workspace=/w/workspace/edgex-go/447 [2021-04-19T23:26:44.648Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-19T23:26:44.648Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-19T23:26:44.648Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-19T23:26:44.648Z] + PACKAGES=/tmp/packages_start.txt [2021-04-19T23:26:44.648Z] + '[' /w/workspace/edgex-go/447 ']' [2021-04-19T23:26:44.648Z] + PACKAGES=/tmp/packages_end.txt [2021-04-19T23:26:44.648Z] + case "${OS_FAMILY}" in [2021-04-19T23:26:44.648Z] + rpm -qa [2021-04-19T23:26:44.648Z] + sort [2021-04-19T23:26:51.291Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-19T23:26:51.291Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-19T23:26:51.291Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-19T23:26:51.291Z] + '[' /w/workspace/edgex-go/447 ']' [2021-04-19T23:26:51.291Z] + mkdir -p /w/workspace/edgex-go/447/archives/ [2021-04-19T23:26:51.291Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/447/archives/ [Pipeline] echo [2021-04-19T23:26:51.308Z] 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/447/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-19T23:26:51.606Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:26:52.489Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T23:26:52.489Z] [2021-04-19T23:26:52.489Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-19T23:26:52.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T23:26:52.818Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-19T23:26:52.818Z] df20fa9351a1: Pulling fs layer [2021-04-19T23:26:52.818Z] 36b3adc4ff6f: Pulling fs layer [2021-04-19T23:26:52.818Z] 8ad3a11d3b57: Pulling fs layer [2021-04-19T23:26:52.818Z] 46f8f816bc3b: Pulling fs layer [2021-04-19T23:26:52.818Z] 93b61091891f: Pulling fs layer [2021-04-19T23:26:52.818Z] 93b9cdb0e59b: Pulling fs layer [2021-04-19T23:26:52.818Z] 5e14af77c1be: Pulling fs layer [2021-04-19T23:26:52.818Z] 01666e4c0597: Pulling fs layer [2021-04-19T23:26:52.818Z] aa168da1d23b: Pulling fs layer [2021-04-19T23:26:52.818Z] 93b9cdb0e59b: Waiting [2021-04-19T23:26:52.818Z] 5e14af77c1be: Waiting [2021-04-19T23:26:52.818Z] 01666e4c0597: Waiting [2021-04-19T23:26:52.818Z] aa168da1d23b: Waiting [2021-04-19T23:26:52.818Z] 46f8f816bc3b: Waiting [2021-04-19T23:26:52.818Z] 93b61091891f: Waiting [2021-04-19T23:26:53.094Z] 36b3adc4ff6f: Verifying Checksum [2021-04-19T23:26:53.094Z] 36b3adc4ff6f: Download complete [2021-04-19T23:26:53.094Z] 46f8f816bc3b: Verifying Checksum [2021-04-19T23:26:53.094Z] 46f8f816bc3b: Download complete [2021-04-19T23:26:53.094Z] df20fa9351a1: Verifying Checksum [2021-04-19T23:26:53.094Z] df20fa9351a1: Download complete [2021-04-19T23:26:53.094Z] 93b9cdb0e59b: Download complete [2021-04-19T23:26:53.094Z] 93b61091891f: Download complete [2021-04-19T23:26:53.094Z] 5e14af77c1be: Verifying Checksum [2021-04-19T23:26:53.094Z] 5e14af77c1be: Download complete [2021-04-19T23:26:53.094Z] 01666e4c0597: Verifying Checksum [2021-04-19T23:26:53.094Z] 01666e4c0597: Download complete [2021-04-19T23:26:53.359Z] 8ad3a11d3b57: Verifying Checksum [2021-04-19T23:26:53.359Z] 8ad3a11d3b57: Download complete [2021-04-19T23:26:53.628Z] df20fa9351a1: Pull complete [2021-04-19T23:26:54.237Z] 36b3adc4ff6f: Pull complete [2021-04-19T23:26:56.280Z] 8ad3a11d3b57: Pull complete [2021-04-19T23:26:56.553Z] 46f8f816bc3b: Pull complete [2021-04-19T23:26:57.537Z] aa168da1d23b: Verifying Checksum [2021-04-19T23:26:57.537Z] aa168da1d23b: Download complete [2021-04-19T23:26:58.112Z] 93b61091891f: Pull complete [2021-04-19T23:26:58.387Z] 93b9cdb0e59b: Pull complete [2021-04-19T23:26:58.653Z] 5e14af77c1be: Pull complete [2021-04-19T23:26:59.245Z] 01666e4c0597: Pull complete [2021-04-19T23:27:17.652Z] aa168da1d23b: Pull complete [2021-04-19T23:27:17.652Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-19T23:27:17.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-19T23:27:17.652Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-19T23:27:20.003Z] prd-centos7-docker-4c-2g-1031 does not seem to be running inside a container [2021-04-19T23:27:20.190Z] $ 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/447/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/447 -v /w/workspace/edgex-go/447:/w/workspace/edgex-go/447:rw,z -v /w/workspace/edgex-go/447@tmp:/w/workspace/edgex-go/447@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-19T23:27:24.744Z] $ docker top 5251922f07d624a4e08e0c4a9c12137924e230603c4da120ccf67ffa4d9afc4f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-19T23:27:25.693Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-19T23:27:26.437Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-19T23:27:27.761Z] + ls /var/log/sa-host [2021-04-19T23:27:27.761Z] + sadf -c /var/log/sa-host/sa19 [2021-04-19T23:27:27.761Z] file_magic: OK [2021-04-19T23:27:27.761Z] HZ: Using current value: 100 [2021-04-19T23:27:27.761Z] file_header: OK [2021-04-19T23:27:27.761Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T23:27:27.761Z] Statistics: [2021-04-19T23:27:27.761Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-19T23:27:27.761Z] File successfully converted to sysstat format version 12.2.1 [2021-04-19T23:27:27.761Z] + sadf -c /var/log/sa-host/sa23 [2021-04-19T23:27:27.761Z] file_magic: OK [2021-04-19T23:27:27.761Z] HZ: Using current value: 100 [2021-04-19T23:27:27.761Z] file_header: OK [2021-04-19T23:27:27.761Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-19T23:27:27.761Z] Statistics: [2021-04-19T23:27:27.761Z] Hnuu...uuuununununu... [2021-04-19T23:27:27.761Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-19T23:27:28.453Z] provisioning config files... [2021-04-19T23:27:28.477Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/447@tmp/config3517076772448929560tmp [Pipeline] { [Pipeline] echo [2021-04-19T23:27:28.527Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:27:28.845Z] ---> create-netrc.sh [Pipeline] } [2021-04-19T23:27:28.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-19T23:27:28.884Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:27:29.224Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-19T23:27:29.245Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:27:29.948Z] ---> sudo-logs.sh [2021-04-19T23:27:29.949Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-19T23:27:30.272Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:27:31.301Z] ---> job-cost.sh [2021-04-19T23:27:31.301Z] lf-activate-venv: SKIPPING [2021-04-19T23:27:31.301Z] DEBUG: total: 0.20999999344348907 [2021-04-19T23:27:31.301Z] INFO: Retrieving Stack Cost... [2021-04-19T23:27:32.708Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-19T23:27:33.281Z] INFO: Archiving Costs [Pipeline] echo [2021-04-19T23:27:33.296Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-19T23:27:33.599Z] ---> logs-deploy.sh [2021-04-19T23:27:33.599Z] lf-activate-venv: SKIPPING [2021-04-19T23:27:33.599Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/447 [2021-04-19T23:27:33.599Z] INFO: archiving workspace using pattern(s): [2021-04-19T23:27:36.170Z] Archives upload complete. [2021-04-19T23:27:36.170Z] INFO: archiving logs to Nexus [2021-04-19T23:27:38.151Z] ---> uname -a: [2021-04-19T23:27:38.151Z] Linux prd-centos7-docker-4c-2g-1031.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-04-19T23:27:38.151Z] [2021-04-19T23:27:38.151Z] [2021-04-19T23:27:38.151Z] ---> lscpu: [2021-04-19T23:27:38.151Z] Architecture: x86_64 [2021-04-19T23:27:38.151Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-19T23:27:38.151Z] Byte Order: Little Endian [2021-04-19T23:27:38.151Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-19T23:27:38.151Z] CPU(s): 4 [2021-04-19T23:27:38.151Z] On-line CPU(s) list: 0-3 [2021-04-19T23:27:38.151Z] Thread(s) per core: 1 [2021-04-19T23:27:38.151Z] Core(s) per socket: 1 [2021-04-19T23:27:38.151Z] Socket(s): 4 [2021-04-19T23:27:38.151Z] NUMA node(s): 1 [2021-04-19T23:27:38.151Z] Vendor ID: GenuineIntel [2021-04-19T23:27:38.151Z] CPU family: 6 [2021-04-19T23:27:38.151Z] Model: 44 [2021-04-19T23:27:38.151Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-19T23:27:38.151Z] Stepping: 1 [2021-04-19T23:27:38.151Z] CPU MHz: 2933.438 [2021-04-19T23:27:38.151Z] BogoMIPS: 5866.87 [2021-04-19T23:27:38.151Z] Virtualization: VT-x [2021-04-19T23:27:38.151Z] Hypervisor vendor: KVM [2021-04-19T23:27:38.151Z] Virtualization type: full [2021-04-19T23:27:38.151Z] L1d cache: 128 KiB [2021-04-19T23:27:38.151Z] L1i cache: 128 KiB [2021-04-19T23:27:38.151Z] L2 cache: 16 MiB [2021-04-19T23:27:38.151Z] L3 cache: 64 MiB [2021-04-19T23:27:38.151Z] NUMA node0 CPU(s): 0-3 [2021-04-19T23:27:38.151Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-19T23:27:38.151Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-19T23:27:38.151Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-19T23:27:38.152Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-19T23:27:38.152Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-19T23:27:38.152Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-19T23:27:38.152Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-19T23:27:38.152Z] Vulnerability Srbds: Not affected [2021-04-19T23:27:38.152Z] Vulnerability Tsx async abort: Not affected [2021-04-19T23:27:38.152Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-04-19T23:27:38.152Z] [2021-04-19T23:27:38.152Z] [2021-04-19T23:27:38.152Z] ---> nproc: [2021-04-19T23:27:38.152Z] 4 [2021-04-19T23:27:38.152Z] [2021-04-19T23:27:38.152Z]