Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from be0d14e436fe9c753018b2c9bd281985489666e3 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30726 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/401 [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/401 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Checking out Revision be0d14e436fe9c753018b2c9bd281985489666e3 (master) 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 be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 Commit message: "Merge pull request #3208 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.8" > git rev-list --no-walk 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-20T17:21:09.922Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-20T17:21:10.283Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-20T17:21:10.379Z] ========================================================= [2021-03-20T17:21:10.379Z] EdgeX Global Pipelines Version Info [2021-03-20T17:21:10.379Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:21:11.869Z] ------------------- [2021-03-20T17:21:11.869Z] stable info: [2021-03-20T17:21:11.869Z] ------------------- [2021-03-20T17:21:11.869Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-20T17:21:11.869Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:21:11.869Z] Message: update stable to v1.0.186 [2021-03-20T17:21:12.814Z] ------------------- [2021-03-20T17:21:12.814Z] experimental info: [2021-03-20T17:21:12.814Z] ------------------- [2021-03-20T17:21:12.814Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-20T17:21:12.814Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-20T17:21:12.814Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-20T17:21:13.117Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-20T17:21:13.198Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-20T17:21:13.290Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-20T17:21:13.371Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-20T17:21:13.467Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-20T17:21:13.592Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-20T17:21:13.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-20T17:21:13.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-20T17:21:13.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-20T17:21:13.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-20T17:21:14.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-20T17:21:14.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-20T17:21:14.249Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-20T17:21:14.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-20T17:21:14.417Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:21:14.502Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-20T17:21:14.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-20T17:21:14.688Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-20T17:21:14.768Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-20T17:21:14.859Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-20T17:21:14.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-20T17:21:15.032Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-20T17:21:15.110Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-20T17:21:15.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-20T17:21:15.350Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-20T17:21:15.441Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] echo [2021-03-20T17:21:15.525Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be0d14e [Pipeline] echo [2021-03-20T17:21:15.633Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:21:15.833Z] provisioning config files... [2021-03-20T17:21:15.865Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/401@tmp/config8776025360096005665tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:21:16.326Z] ---> docker-login.sh [2021-03-20T17:21:16.326Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:21:16.605Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:21:16.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:21:16.873Z] Configure a credential helper to remove this warning. See [2021-03-20T17:21:16.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:21:16.873Z] [2021-03-20T17:21:16.873Z] Login Succeeded [2021-03-20T17:21:16.873Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:21:16.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:21:17.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:21:17.144Z] Configure a credential helper to remove this warning. See [2021-03-20T17:21:17.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:21:17.144Z] [2021-03-20T17:21:17.144Z] Login Succeeded [2021-03-20T17:21:17.144Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:21:17.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:21:17.144Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:21:17.144Z] Configure a credential helper to remove this warning. See [2021-03-20T17:21:17.144Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:21:17.144Z] [2021-03-20T17:21:17.144Z] Login Succeeded [2021-03-20T17:21:17.144Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:21:17.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:21:17.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:21:17.411Z] Configure a credential helper to remove this warning. See [2021-03-20T17:21:17.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:21:17.411Z] [2021-03-20T17:21:17.411Z] Login Succeeded [2021-03-20T17:21:17.411Z] docker.io [2021-03-20T17:21:17.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:21:17.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:21:17.675Z] Configure a credential helper to remove this warning. See [2021-03-20T17:21:17.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:21:17.675Z] [2021-03-20T17:21:17.675Z] Login Succeeded [2021-03-20T17:21:17.675Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:21:17.686Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:21:18.164Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/core-command/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/core-data/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-20T17:21:18.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-20T17:21:18.164Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-20T17:21:18.164Z] ++ cut -d/ -f2 [2021-03-20T17:21:18.164Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-20T17:21:18.244Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:21:19.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:21:19.120Z] [2021-03-20T17:21:19.120Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:21:19.475Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:21:19.475Z] latest: Pulling from edgex-devops/git-semver [2021-03-20T17:21:19.475Z] 31603596830f: Pulling fs layer [2021-03-20T17:21:19.475Z] 2a8b12db71e7: Pulling fs layer [2021-03-20T17:21:19.475Z] 6ca5941a6612: Pulling fs layer [2021-03-20T17:21:19.475Z] ecc8261a40a4: Pulling fs layer [2021-03-20T17:21:19.475Z] ecc8261a40a4: Waiting [2021-03-20T17:21:19.475Z] 2a8b12db71e7: Download complete [2021-03-20T17:21:19.475Z] 31603596830f: Verifying Checksum [2021-03-20T17:21:19.475Z] 31603596830f: Download complete [2021-03-20T17:21:19.741Z] ecc8261a40a4: Verifying Checksum [2021-03-20T17:21:19.741Z] ecc8261a40a4: Download complete [2021-03-20T17:21:19.741Z] 6ca5941a6612: Verifying Checksum [2021-03-20T17:21:19.741Z] 6ca5941a6612: Download complete [2021-03-20T17:21:20.016Z] 31603596830f: Pull complete [2021-03-20T17:21:20.285Z] 2a8b12db71e7: Pull complete [2021-03-20T17:21:20.872Z] 6ca5941a6612: Pull complete [2021-03-20T17:21:21.136Z] ecc8261a40a4: Pull complete [2021-03-20T17:21:21.136Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-20T17:21:21.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:21:21.136Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-20T17:21:21.508Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:21:21.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:21:24.178Z] $ docker top bd4a12e7a7e27b2fdad9ed54be025e68c0cbbcbbbde85ce9b385126a8676d3ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:21:24.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:21:24.479Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:21:24.710Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:21:24.713Z] $ docker exec bd4a12e7a7e27b2fdad9ed54be025e68c0cbbcbbbde85ce9b385126a8676d3ea ssh-agent [2021-03-20T17:21:24.895Z] SSH_AUTH_SOCK=/tmp/ssh-beZcvQfnl4Bq/agent.12 [2021-03-20T17:21:24.895Z] SSH_AGENT_PID=18 [2021-03-20T17:21:24.906Z] Running ssh-add (command line suppressed) [2021-03-20T17:21:25.023Z] Identity added: /w/workspace/edgex-go/401@tmp/private_key_2792417771353686292.key (/w/workspace/edgex-go/401@tmp/private_key_2792417771353686292.key) [2021-03-20T17:21:25.076Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:21:25.406Z] + git tag --points-at HEAD [Pipeline] } [2021-03-20T17:21:25.428Z] $ docker exec --env ******** --env ******** bd4a12e7a7e27b2fdad9ed54be025e68c0cbbcbbbde85ce9b385126a8676d3ea ssh-agent -k [2021-03-20T17:21:25.538Z] unset SSH_AUTH_SOCK; [2021-03-20T17:21:25.538Z] unset SSH_AGENT_PID; [2021-03-20T17:21:25.539Z] echo Agent pid 18 killed; [2021-03-20T17:21:25.587Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-20T17:21:25.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:21:25.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:21:25.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:21:25.883Z] $ docker exec bd4a12e7a7e27b2fdad9ed54be025e68c0cbbcbbbde85ce9b385126a8676d3ea ssh-agent [2021-03-20T17:21:26.046Z] SSH_AUTH_SOCK=/tmp/ssh-JGbrxJey6D9R/agent.47 [2021-03-20T17:21:26.046Z] SSH_AGENT_PID=52 [2021-03-20T17:21:26.053Z] Running ssh-add (command line suppressed) [2021-03-20T17:21:26.172Z] Identity added: /w/workspace/edgex-go/401@tmp/private_key_5477941017714893506.key (/w/workspace/edgex-go/401@tmp/private_key_5477941017714893506.key) [2021-03-20T17:21:26.238Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:21:26.581Z] + git semver init [2021-03-20T17:21:26.581Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:21:26.582Z] # $GIT_DIR = /w/workspace/edgex-go/401/.git [2021-03-20T17:21:26.582Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/401 [2021-03-20T17:21:26.582Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:21:26.582Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:21:26.582Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:21:26.582Z] # $SEMVER_BRANCH = master [2021-03-20T17:21:26.582Z] # $SEMVER_TEMP = /tmp/semver-407827146 [2021-03-20T17:21:26.582Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-20T17:21:48.624Z] # '/tmp/semver-407827146' -> '/w/workspace/edgex-go/401/.semver' [2021-03-20T17:21:48.624Z] # -> Force: false [2021-03-20T17:21:48.624Z] # $SEMVER_DIR = /w/workspace/edgex-go/401/.semver [Pipeline] } [2021-03-20T17:21:48.650Z] $ docker exec --env ******** --env ******** bd4a12e7a7e27b2fdad9ed54be025e68c0cbbcbbbde85ce9b385126a8676d3ea ssh-agent -k [2021-03-20T17:21:48.963Z] unset SSH_AUTH_SOCK; [2021-03-20T17:21:48.963Z] unset SSH_AGENT_PID; [2021-03-20T17:21:48.963Z] echo Agent pid 52 killed; [2021-03-20T17:21:49.078Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:21:49.575Z] + git semver [Pipeline] } [2021-03-20T17:21:49.596Z] $ docker stop --time=1 bd4a12e7a7e27b2fdad9ed54be025e68c0cbbcbbbde85ce9b385126a8676d3ea [2021-03-20T17:21:51.178Z] $ docker rm -f bd4a12e7a7e27b2fdad9ed54be025e68c0cbbcbbbde85ce9b385126a8676d3ea [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:21:51.713Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-20T17:21:52.250Z] Stashed 1 file(s) [Pipeline] echo [2021-03-20T17:21:52.253Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.134 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:21:53.468Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:21:53.797Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:21:54.102Z] + sudo service docker restart [2021-03-20T17:21:54.102Z] + true [2021-03-20T17:21:54.102Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-20T17:21:54.693Z] ========================================================= [2021-03-20T17:21:54.693Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-20T17:21:54.693Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:21:55.039Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-20T17:21:59.021Z] Sending build context to Docker daemon 328.6MB [2021-03-20T17:21:59.021Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:21:59.021Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:21:59.298Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-20T17:21:59.298Z] 188c0c94c7c5: Pulling fs layer [2021-03-20T17:21:59.298Z] 0ef7d3d256c8: Pulling fs layer [2021-03-20T17:21:59.298Z] de9db76c5a1d: Pulling fs layer [2021-03-20T17:21:59.298Z] bca2f99d35d6: Pulling fs layer [2021-03-20T17:21:59.298Z] 93359f2a8cfa: Pulling fs layer [2021-03-20T17:21:59.298Z] 7c6f9722023f: Pulling fs layer [2021-03-20T17:21:59.298Z] a35cf1a2eb13: Pulling fs layer [2021-03-20T17:21:59.298Z] 93359f2a8cfa: Waiting [2021-03-20T17:21:59.298Z] 7c6f9722023f: Waiting [2021-03-20T17:21:59.298Z] a35cf1a2eb13: Waiting [2021-03-20T17:21:59.298Z] bca2f99d35d6: Waiting [2021-03-20T17:21:59.298Z] de9db76c5a1d: Verifying Checksum [2021-03-20T17:21:59.298Z] de9db76c5a1d: Download complete [2021-03-20T17:21:59.298Z] 0ef7d3d256c8: Verifying Checksum [2021-03-20T17:21:59.298Z] 0ef7d3d256c8: Download complete [2021-03-20T17:21:59.298Z] 93359f2a8cfa: Verifying Checksum [2021-03-20T17:21:59.298Z] 93359f2a8cfa: Download complete [2021-03-20T17:21:59.298Z] 7c6f9722023f: Verifying Checksum [2021-03-20T17:21:59.298Z] 7c6f9722023f: Download complete [2021-03-20T17:21:59.298Z] 188c0c94c7c5: Verifying Checksum [2021-03-20T17:21:59.298Z] 188c0c94c7c5: Download complete [2021-03-20T17:21:59.885Z] 188c0c94c7c5: Pull complete [2021-03-20T17:21:59.885Z] 0ef7d3d256c8: Pull complete [2021-03-20T17:22:00.156Z] de9db76c5a1d: Pull complete [2021-03-20T17:22:01.583Z] a35cf1a2eb13: Verifying Checksum [2021-03-20T17:22:01.583Z] a35cf1a2eb13: Download complete [2021-03-20T17:22:02.162Z] bca2f99d35d6: Verifying Checksum [2021-03-20T17:22:02.162Z] bca2f99d35d6: Download complete [2021-03-20T17:22:07.499Z] bca2f99d35d6: Pull complete [2021-03-20T17:22:07.500Z] 93359f2a8cfa: Pull complete [2021-03-20T17:22:07.500Z] 7c6f9722023f: Pull complete [2021-03-20T17:22:07.752Z] Still waiting to schedule task [2021-03-20T17:22:07.752Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-20T17:22:11.794Z] a35cf1a2eb13: Pull complete [2021-03-20T17:22:11.794Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-20T17:22:11.794Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-20T17:22:11.794Z] ---> a62c8e92a672 [2021-03-20T17:22:11.794Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-20T17:22:12.066Z] ---> Running in d1536d580a43 [2021-03-20T17:22:12.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:22:13.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:22:14.189Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:22:14.457Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:22:14.457Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:22:14.457Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:22:22.614Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:22:22.877Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:22:22.877Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:22:23.140Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:22:23.140Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:22:23.140Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:22:23.403Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:22:23.403Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:22:23.403Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:22:23.403Z] OK: 233 MiB in 51 packages [2021-03-20T17:22:27.644Z] Removing intermediate container d1536d580a43 [2021-03-20T17:22:27.644Z] ---> 4d6344863edd [2021-03-20T17:22:27.644Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:22:27.644Z] ---> Running in 95d5c28bfd57 [2021-03-20T17:22:27.644Z] Removing intermediate container 95d5c28bfd57 [2021-03-20T17:22:27.644Z] ---> 7f7d5b4d6b27 [2021-03-20T17:22:27.644Z] Step 5/6 : COPY go.mod . [2021-03-20T17:22:27.644Z] ---> 15944dcda054 [2021-03-20T17:22:27.644Z] Step 6/6 : RUN go mod download [2021-03-20T17:22:27.644Z] ---> Running in ff8d2f34b3f3 [2021-03-20T17:22:49.702Z] Removing intermediate container ff8d2f34b3f3 [2021-03-20T17:22:49.702Z] ---> a4ec50e93611 [2021-03-20T17:22:49.702Z] Successfully built a4ec50e93611 [2021-03-20T17:22:49.702Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:22:50.043Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:22:50.043Z] . [Pipeline] withDockerContainer [2021-03-20T17:22:50.146Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:22:50.194Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:22:51.030Z] $ docker top d0113d1cd3600823277e710868aafa054967d4e7df018f561b37d27ce8960016 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:22:51.589Z] + go version [2021-03-20T17:22:51.589Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-20T17:22:51.605Z] $ docker stop --time=1 d0113d1cd3600823277e710868aafa054967d4e7df018f561b37d27ce8960016 [2021-03-20T17:22:52.995Z] $ docker rm -f d0113d1cd3600823277e710868aafa054967d4e7df018f561b37d27ce8960016 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:22:53.796Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-20T17:22:53.796Z] . [Pipeline] withDockerContainer [2021-03-20T17:22:53.897Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:22:53.945Z] $ 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/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:22:54.743Z] $ docker top f076812ba8910b1ecad8ea1f3034fc0099719046a088f501423c3408b63e40a6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:22:54.914Z] ========================================================= [2021-03-20T17:22:54.915Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-20T17:22:54.915Z] ========================================================= [Pipeline] sh [2021-03-20T17:22:55.207Z] + make test [2021-03-20T17:22:55.207Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-20T17:23:05.279Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-20T17:23:20.470Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-20T17:23:26.423Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-20T17:23:26.423Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-20T17:23:26.423Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-20T17:23:29.024Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-20T17:23:29.024Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-20T17:23:29.024Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-20T17:23:29.024Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-20T17:23:29.299Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-20T17:23:30.278Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-20T17:23:32.235Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-20T17:23:32.235Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-20T17:23:32.235Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-20T17:23:34.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements [2021-03-20T17:23:34.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-20T17:23:34.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-20T17:23:34.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-20T17:23:34.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-20T17:23:34.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-20T17:23:34.821Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-20T17:23:34.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.054s coverage: 19.8% of statements [2021-03-20T17:23:34.821Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements [2021-03-20T17:23:40.216Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.179s coverage: 27.1% of statements [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-20T17:23:40.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-20T17:23:40.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-20T17:23:40.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-20T17:23:40.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.177s coverage: 82.9% of statements [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:23:40.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements [2021-03-20T17:23:40.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-20T17:23:42.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.391s coverage: 28.6% of statements [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-20T17:23:42.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-20T17:23:42.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-20T17:23:42.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-20T17:23:42.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.157s coverage: 97.5% of statements [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-20T17:23:42.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.113s coverage: 78.3% of statements [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-20T17:23:42.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-20T17:23:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.371s coverage: 92.8% of statements [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-20T17:23:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.026s coverage: 58.8% of statements [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-20T17:23:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.080s coverage: 0.1% of statements [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-20T17:23:44.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-20T17:23:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 47.1% of statements [2021-03-20T17:23:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements [2021-03-20T17:23:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-20T17:23:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.053s coverage: 96.3% of statements [2021-03-20T17:23:44.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-03-20T17:23:57.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.056s coverage: 94.4% of statements [2021-03-20T17:23:57.094Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.026s coverage: 44.8% of statements [2021-03-20T17:23:59.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.126s coverage: 81.9% of statements [2021-03-20T17:24:11.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.068s coverage: 92.9% of statements [2021-03-20T17:24:11.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-20T17:24:11.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-20T17:24:11.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-20T17:24:11.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-20T17:24:11.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-20T17:24:11.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-20T17:24:11.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-20T17:24:11.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.041s coverage: 84.6% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 62.4% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 69.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 38.4% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.139s coverage: 87.1% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.743s coverage: 29.1% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.088s coverage: 96.5% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-20T17:24:11.888Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-20T17:24:11.888Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-20T17:24:11.888Z] GO111MODULE=on go vet ./... [2021-03-20T17:24:38.647Z] gofmt -l . [2021-03-20T17:24:38.647Z] [ "`gofmt -l .`" = "" ] [2021-03-20T17:24:38.647Z] ./bin/test-go-mod-tidy.sh [2021-03-20T17:24:39.232Z] ./bin/test-attribution-txt.sh [2021-03-20T17:24:39.457Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30735 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-20T17:24:39.512Z] Running in /w/workspace/edgex-go/401 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2021-03-20T17:24:40.124Z] + ls -al . [2021-03-20T17:24:40.124Z] total 760 [2021-03-20T17:24:40.124Z] drwxrwxr-x 10 1001 1001 4096 Mar 20 17:24 . [2021-03-20T17:24:40.124Z] drwxr-xr-x 4 root root 32 Mar 20 17:22 .. [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 11 Mar 20 17:21 .dockerignore [2021-03-20T17:24:40.124Z] drwxrwxr-x 8 1001 1001 162 Mar 20 17:21 .git [2021-03-20T17:24:40.124Z] drwxrwxr-x 3 1001 1001 125 Mar 20 17:21 .github [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 818 Mar 20 17:21 .gitignore [2021-03-20T17:24:40.124Z] drwx------ 3 1001 1001 45 Mar 20 17:21 .semver [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 166 Mar 20 17:21 .sonarcloud.properties [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:21 Attribution.txt [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:21 CONTRIBUTING.md [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 931 Mar 20 17:21 Dockerfile.build [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 863 Mar 20 17:21 Jenkinsfile [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:21 LICENSE [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:21 Makefile [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:21 README.md [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:21 SECURITY.md [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 13 Mar 20 17:21 VERSION [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:21 ZMQWindows.md [2021-03-20T17:24:40.124Z] drwxrwxr-x 2 1001 1001 117 Mar 20 17:21 bin [2021-03-20T17:24:40.124Z] drwxrwxr-x 14 1001 1001 4096 Mar 20 17:21 cmd [2021-03-20T17:24:40.124Z] -rw-r--r-- 1 root root 650607 Mar 20 17:24 coverage.out [2021-03-20T17:24:40.124Z] -rw-r--r-- 1 root root 1055 Mar 20 17:24 go.mod [2021-03-20T17:24:40.124Z] -rw-r--r-- 1 root root 22209 Mar 20 17:24 go.sum [2021-03-20T17:24:40.124Z] drwxrwxr-x 8 1001 1001 127 Mar 20 17:21 internal [2021-03-20T17:24:40.124Z] drwxrwxr-x 4 1001 1001 26 Mar 20 17:21 openapi [2021-03-20T17:24:40.124Z] drwxrwxr-x 4 1001 1001 71 Mar 20 17:21 snap [2021-03-20T17:24:40.124Z] -rw-rw-r-- 1 1001 1001 168 Mar 20 17:21 version.go [Pipeline] sh [2021-03-20T17:24:40.429Z] + '[' -e coverage.out ] [2021-03-20T17:24:40.429Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-20T17:24:40.645Z] Stashed 1 file(s) [Pipeline] sh [2021-03-20T17:24:40.939Z] + make build [2021-03-20T17:24:40.939Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-data/core-data ./cmd/core-data [2021-03-20T17:24:44.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-20T17:24:44.535Z] using credential edgex-jenkins-ssh [2021-03-20T17:24:44.588Z] Cloning the remote Git repository [2021-03-20T17:24:44.643Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:24:44.754Z] > git init /w/workspace/edgex-go/401 # timeout=10 [2021-03-20T17:24:44.829Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:24:44.830Z] > git --version # timeout=10 [2021-03-20T17:24:44.857Z] > git --version # 'git version 2.17.1' [2021-03-20T17:24:44.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:24:44.940Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:24:54.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-command/core-command ./cmd/core-command [2021-03-20T17:24:54.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-20T17:24:55.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-20T17:24:56.396Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-20T17:24:57.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-20T17:24:59.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-20T17:25:00.333Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-20T17:25:01.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-20T17:25:02.692Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-20T17:25:04.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-20T17:25:06.057Z] $ docker stop --time=1 f076812ba8910b1ecad8ea1f3034fc0099719046a088f501423c3408b63e40a6 [2021-03-20T17:25:07.733Z] $ docker rm -f f076812ba8910b1ecad8ea1f3034fc0099719046a088f501423c3408b63e40a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-20T17:25:09.404Z] Checking out Revision be0d14e436fe9c753018b2c9bd281985489666e3 (master) [2021-03-20T17:25:08.604Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:25:08.629Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-20T17:25:08.658Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-20T17:25:08.701Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-20T17:25:08.702Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-20T17:25:08.713Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-20T17:25:09.419Z] > git config core.sparsecheckout # timeout=10 [2021-03-20T17:25:09.440Z] > git checkout -f be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:25:11.201Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:25:11.202Z] [2021-03-20T17:25:11.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:25:11.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:25:11.590Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-20T17:25:11.590Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-20T17:25:11.590Z] ca9280d653b3: Pulling fs layer [2021-03-20T17:25:11.590Z] 7e9c9ca2126c: Pulling fs layer [2021-03-20T17:25:12.170Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-20T17:25:12.170Z] cbdbe7a5bc2a: Download complete [2021-03-20T17:25:12.433Z] ca9280d653b3: Verifying Checksum [2021-03-20T17:25:12.433Z] ca9280d653b3: Download complete [2021-03-20T17:25:12.433Z] cbdbe7a5bc2a: Pull complete [2021-03-20T17:25:13.389Z] ca9280d653b3: Pull complete [2021-03-20T17:25:13.389Z] 7e9c9ca2126c: Verifying Checksum [2021-03-20T17:25:13.389Z] 7e9c9ca2126c: Download complete [2021-03-20T17:25:13.973Z] Commit message: "Merge pull request #3208 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets/v2-2.0.0-dev.8" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-20T17:25:15.569Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:25:16.088Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-20T17:25:16.488Z] + sudo service docker restart [2021-03-20T17:25:16.488Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:25:18.539Z] provisioning config files... [2021-03-20T17:25:18.579Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/401@tmp/config5845989287672843025tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:25:18.989Z] ---> docker-login.sh [2021-03-20T17:25:18.990Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:25:19.978Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:25:20.081Z] 7e9c9ca2126c: Pull complete [2021-03-20T17:25:20.081Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-20T17:25:20.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:25:20.081Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-20T17:25:20.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:25:20.251Z] Configure a credential helper to remove this warning. See [2021-03-20T17:25:20.251Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:25:20.251Z] [2021-03-20T17:25:20.251Z] Login Succeeded [2021-03-20T17:25:20.251Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:25:20.257Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:25:20.305Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:25:20.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:25:20.825Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:25:20.825Z] Configure a credential helper to remove this warning. See [2021-03-20T17:25:20.825Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:25:20.825Z] [2021-03-20T17:25:20.825Z] Login Succeeded [2021-03-20T17:25:20.825Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:25:21.100Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:25:21.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:25:21.375Z] Configure a credential helper to remove this warning. See [2021-03-20T17:25:21.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:25:21.375Z] [2021-03-20T17:25:21.375Z] Login Succeeded [2021-03-20T17:25:21.375Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:25:21.648Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:25:21.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:25:21.948Z] Configure a credential helper to remove this warning. See [2021-03-20T17:25:21.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:25:21.948Z] [2021-03-20T17:25:21.948Z] Login Succeeded [2021-03-20T17:25:21.948Z] docker.io [2021-03-20T17:25:22.211Z] $ docker top 2351f6ca7a561e7312c5fd372ef38f1e6bd0e99a76a657fc9b80d1b7474a4ed2 -eo pid,comm [2021-03-20T17:25:22.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh [2021-03-20T17:25:22.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:25:22.501Z] Configure a credential helper to remove this warning. See [2021-03-20T17:25:22.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:25:22.501Z] [2021-03-20T17:25:22.501Z] Login Succeeded [2021-03-20T17:25:22.501Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:25:22.530Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-20T17:25:22.740Z] + docker-compose build --help [2021-03-20T17:25:22.740Z] + grep parallel [Pipeline] echo [2021-03-20T17:25:22.957Z] ========================================================= [2021-03-20T17:25:22.957Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-20T17:25:22.957Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:25:23.343Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-03-20T17:25:23.729Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:25:23.751Z] $ docker stop --time=1 2351f6ca7a561e7312c5fd372ef38f1e6bd0e99a76a657fc9b80d1b7474a4ed2 [2021-03-20T17:25:25.190Z] $ docker rm -f 2351f6ca7a561e7312c5fd372ef38f1e6bd0e99a76a657fc9b80d1b7474a4ed2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:25:26.009Z] Sending build context to Docker daemon 166.8MB [2021-03-20T17:25:26.009Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-20T17:25:26.009Z] Step 2/6 : FROM ${BASE} [2021-03-20T17:25:26.009Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-20T17:25:26.009Z] 5f621e34cdf4: Pulling fs layer [2021-03-20T17:25:26.009Z] a4357932f1b6: Pulling fs layer [2021-03-20T17:25:26.009Z] 18c013af1878: Pulling fs layer [2021-03-20T17:25:26.009Z] 00ac8860ef70: Pulling fs layer [2021-03-20T17:25:26.009Z] 63d7cb157983: Pulling fs layer [2021-03-20T17:25:26.009Z] b116817d02f9: Pulling fs layer [2021-03-20T17:25:26.009Z] 745a02a5169b: Pulling fs layer [2021-03-20T17:25:26.009Z] 00ac8860ef70: Waiting [2021-03-20T17:25:26.009Z] 63d7cb157983: Waiting [2021-03-20T17:25:26.009Z] b116817d02f9: Waiting [2021-03-20T17:25:26.009Z] 745a02a5169b: Waiting [2021-03-20T17:25:26.009Z] 18c013af1878: Verifying Checksum [2021-03-20T17:25:26.009Z] 18c013af1878: Download complete [2021-03-20T17:25:26.009Z] a4357932f1b6: Download complete [2021-03-20T17:25:26.009Z] 63d7cb157983: Verifying Checksum [2021-03-20T17:25:26.009Z] 63d7cb157983: Download complete [2021-03-20T17:25:26.009Z] 5f621e34cdf4: Verifying Checksum [2021-03-20T17:25:26.009Z] 5f621e34cdf4: Download complete [2021-03-20T17:25:26.009Z] b116817d02f9: Verifying Checksum [2021-03-20T17:25:26.009Z] b116817d02f9: Download complete [2021-03-20T17:25:26.067Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-20T17:25:26.067Z] . [Pipeline] withDockerContainer [2021-03-20T17:25:26.205Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:25:26.261Z] $ 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/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-20T17:25:26.629Z] 5f621e34cdf4: Pull complete [2021-03-20T17:25:27.009Z] $ docker top 3bb7fb69caf2a67424ffddf5097a94c18a43903b2eabedc7babd0cf88f167c00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:25:27.241Z] a4357932f1b6: Pull complete [2021-03-20T17:25:27.522Z] 18c013af1878: Pull complete [2021-03-20T17:25:27.529Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:25:28.486Z] Building docker-core-command-go ... [2021-03-20T17:25:28.486Z] Building docker-core-data-go ... [2021-03-20T17:25:28.486Z] Building docker-core-metadata-go ... [2021-03-20T17:25:28.486Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:25:28.486Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:25:28.486Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:25:28.486Z] Building docker-support-notifications-go ... [2021-03-20T17:25:28.486Z] Building docker-support-scheduler-go ... [2021-03-20T17:25:28.486Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:25:28.486Z] Building docker-support-notifications-go [2021-03-20T17:25:28.486Z] Building docker-security-bootstrapper-go [2021-03-20T17:25:28.486Z] Building docker-sys-mgmt-agent-go [2021-03-20T17:25:28.486Z] Building docker-security-proxy-setup-go [2021-03-20T17:25:28.486Z] Building docker-support-scheduler-go [2021-03-20T17:25:28.974Z] 745a02a5169b: Verifying Checksum [2021-03-20T17:25:28.974Z] 745a02a5169b: Download complete [2021-03-20T17:25:31.050Z] 00ac8860ef70: Verifying Checksum [2021-03-20T17:25:31.050Z] 00ac8860ef70: Download complete [2021-03-20T17:25:41.229Z] 00ac8860ef70: Pull complete [2021-03-20T17:25:41.229Z] 63d7cb157983: Pull complete [2021-03-20T17:25:41.229Z] b116817d02f9: Pull complete [2021-03-20T17:25:45.551Z] 745a02a5169b: Pull complete [2021-03-20T17:25:45.551Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-20T17:25:45.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-20T17:25:45.551Z] ---> b7e6874047d6 [2021-03-20T17:25:45.551Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-20T17:25:48.955Z] ---> Running in c7c726bbd8df [2021-03-20T17:25:49.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:25:50.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:25:52.489Z] (1/12) Installing libmagic (5.38-r0) [2021-03-20T17:25:53.464Z] (2/12) Installing file (5.38-r0) [2021-03-20T17:25:53.464Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-20T17:25:53.748Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-20T17:26:08.059Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:26:08.059Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:26:08.059Z] ---> a4ec50e93611 [2021-03-20T17:26:08.059Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:26:08.059Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:26:08.059Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:26:08.059Z] ---> a4ec50e93611 [2021-03-20T17:26:08.059Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:26:08.059Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:26:08.059Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:26:08.059Z] ---> a4ec50e93611 [2021-03-20T17:26:08.059Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:26:08.059Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:26:08.059Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:26:08.059Z] ---> a4ec50e93611 [2021-03-20T17:26:08.059Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:26:08.059Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:26:08.059Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:26:08.059Z] ---> a4ec50e93611 [2021-03-20T17:26:08.059Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:26:08.059Z] ---> Running in d807fa4940aa [2021-03-20T17:26:08.059Z] ---> Running in 4b22b8c61e06 [2021-03-20T17:26:08.059Z] ---> Running in 44adefad5081 [2021-03-20T17:26:08.059Z] ---> Running in 1970d49d3fd3 [2021-03-20T17:26:08.059Z] ---> Running in 1179534d7a64 [2021-03-20T17:26:08.059Z] Removing intermediate container 4b22b8c61e06 [2021-03-20T17:26:08.059Z] ---> 72300de71c88 [2021-03-20T17:26:08.059Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:26:08.059Z] Removing intermediate container d807fa4940aa [2021-03-20T17:26:08.059Z] ---> 1ac09a7daa0d [2021-03-20T17:26:08.059Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:26:08.059Z] Removing intermediate container 1970d49d3fd3 [2021-03-20T17:26:08.059Z] ---> 0b30a6cec20c [2021-03-20T17:26:08.059Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:26:08.059Z] Removing intermediate container 1179534d7a64 [2021-03-20T17:26:08.059Z] ---> b52aeedf2711 [2021-03-20T17:26:08.059Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:26:08.059Z] Removing intermediate container 44adefad5081 [2021-03-20T17:26:08.059Z] ---> 94300483f818 [2021-03-20T17:26:08.059Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:26:08.059Z] ---> Running in bb2331a21f94 [2021-03-20T17:26:08.059Z] ---> Running in 52a98e012a16 [2021-03-20T17:26:08.059Z] ---> Running in 1ad4c3fd765f [2021-03-20T17:26:08.059Z] ---> Running in 86f0a79032ab [2021-03-20T17:26:08.059Z] ---> Running in d0b552a18824 [2021-03-20T17:26:08.059Z] Removing intermediate container 52a98e012a16 [2021-03-20T17:26:08.059Z] ---> b4be8beea594 [2021-03-20T17:26:08.059Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:26:08.059Z] Removing intermediate container bb2331a21f94 [2021-03-20T17:26:08.059Z] ---> 40c38e7f2f3b [2021-03-20T17:26:08.059Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:26:08.059Z] ---> Running in 193940900ecd [2021-03-20T17:26:08.059Z] Removing intermediate container 1ad4c3fd765f [2021-03-20T17:26:08.059Z] ---> 12353b618cc6 [2021-03-20T17:26:08.059Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:26:08.334Z] ---> Running in 595f2efc6875 [2021-03-20T17:26:08.334Z] ---> Running in dcab7aaab875 [2021-03-20T17:26:08.334Z] Removing intermediate container d0b552a18824 [2021-03-20T17:26:08.334Z] ---> 7bcca3cbc875 [2021-03-20T17:26:08.334Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:26:08.598Z] Removing intermediate container 86f0a79032ab [2021-03-20T17:26:08.598Z] ---> 061b12fe1e54 [2021-03-20T17:26:08.598Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:26:08.598Z] ---> Running in 5275db9cd5e2 [2021-03-20T17:26:08.598Z] ---> Running in 659d3b1da12a [2021-03-20T17:26:08.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:09.129Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:09.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:09.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:09.663Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:09.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:10.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:10.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:10.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:10.470Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:26:11.070Z] OK: 233 MiB in 51 packages [2021-03-20T17:26:11.346Z] OK: 233 MiB in 51 packages [2021-03-20T17:26:11.346Z] Removing intermediate container dcab7aaab875 [2021-03-20T17:26:11.346Z] ---> d41d949edb1b [2021-03-20T17:26:11.346Z] Step 6/22 : COPY go.mod . [2021-03-20T17:26:11.616Z] OK: 233 MiB in 51 packages [2021-03-20T17:26:11.616Z] ---> 51d861dc51eb [2021-03-20T17:26:11.616Z] Step 7/22 : RUN go mod download [2021-03-20T17:26:11.879Z] OK: 233 MiB in 51 packages [2021-03-20T17:26:11.880Z] ---> Running in 4d74d79afc5a [2021-03-20T17:26:11.880Z] Removing intermediate container 5275db9cd5e2 [2021-03-20T17:26:11.880Z] ---> 68cc31751c56 [2021-03-20T17:26:11.880Z] Step 6/22 : COPY go.mod . [2021-03-20T17:26:12.031Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-20T17:26:12.031Z] (6/12) Installing patch (2.7.6-r6) [2021-03-20T17:26:12.142Z] OK: 233 MiB in 51 packages [2021-03-20T17:26:12.302Z] (7/12) Installing build-base (0.5-r2) [2021-03-20T17:26:12.302Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-20T17:26:12.302Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-20T17:26:12.407Z] Removing intermediate container 659d3b1da12a [2021-03-20T17:26:12.408Z] ---> 5be6faae9444 [2021-03-20T17:26:12.408Z] Step 6/26 : COPY go.mod . [2021-03-20T17:26:12.408Z] ---> 5fb8b4aafbfb [2021-03-20T17:26:12.408Z] Step 7/22 : RUN go mod download [2021-03-20T17:26:12.574Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-20T17:26:12.574Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-20T17:26:12.691Z] ---> Running in 0bec16d16830 [2021-03-20T17:26:12.856Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-20T17:26:12.856Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:26:12.856Z] OK: 217 MiB in 51 packages [2021-03-20T17:26:12.969Z] ---> ef6d0d153e9e [2021-03-20T17:26:12.969Z] Step 7/26 : RUN go mod download [2021-03-20T17:26:12.969Z] Removing intermediate container 595f2efc6875 [2021-03-20T17:26:12.969Z] ---> 51781924530a [2021-03-20T17:26:12.969Z] Step 6/21 : COPY go.mod . [2021-03-20T17:26:12.969Z] ---> Running in 8570fe7e2b43 [2021-03-20T17:26:13.244Z] Removing intermediate container 193940900ecd [2021-03-20T17:26:13.244Z] ---> c749d93b57ea [2021-03-20T17:26:13.244Z] Step 6/31 : COPY go.mod . [2021-03-20T17:26:13.530Z] ---> 41b3ba532464 [2021-03-20T17:26:13.530Z] Step 7/21 : RUN go mod download [2021-03-20T17:26:13.530Z] ---> Running in ef866f509053 [2021-03-20T17:26:13.833Z] ---> 8cef39c063f0 [2021-03-20T17:26:13.833Z] Step 7/31 : RUN go mod download [2021-03-20T17:26:13.833Z] ---> Running in 7f5b239f9d7b [2021-03-20T17:26:14.451Z] Removing intermediate container 4d74d79afc5a [2021-03-20T17:26:14.451Z] ---> 2ccb5769b1d9 [2021-03-20T17:26:14.451Z] Step 8/22 : COPY . . [2021-03-20T17:26:17.220Z] Removing intermediate container c7c726bbd8df [2021-03-20T17:26:17.220Z] ---> aad48fb8a462 [2021-03-20T17:26:17.220Z] Step 4/6 : WORKDIR /edgex-go [2021-03-20T17:26:17.495Z] ---> Running in 757ae4ad0481 [2021-03-20T17:26:17.771Z] Removing intermediate container 757ae4ad0481 [2021-03-20T17:26:17.771Z] ---> ecaa099931a9 [2021-03-20T17:26:17.771Z] Step 5/6 : COPY go.mod . [2021-03-20T17:26:18.765Z] ---> 93a34ba69d59 [2021-03-20T17:26:18.765Z] Step 6/6 : RUN go mod download [2021-03-20T17:26:18.765Z] ---> Running in 84bc45551652 [2021-03-20T17:26:18.804Z] Removing intermediate container 0bec16d16830 [2021-03-20T17:26:18.804Z] ---> 64f2cc0bc50e [2021-03-20T17:26:18.804Z] Step 8/22 : COPY . . [2021-03-20T17:26:18.804Z] Removing intermediate container 8570fe7e2b43 [2021-03-20T17:26:18.805Z] ---> c0c25f8a6aeb [2021-03-20T17:26:18.805Z] Step 8/26 : COPY . . [2021-03-20T17:26:18.805Z] Removing intermediate container ef866f509053 [2021-03-20T17:26:18.805Z] ---> b03165ca94f8 [2021-03-20T17:26:18.805Z] Step 8/21 : COPY . . [2021-03-20T17:26:24.169Z] Removing intermediate container 7f5b239f9d7b [2021-03-20T17:26:24.169Z] ---> 751d674c7d7e [2021-03-20T17:26:24.169Z] Step 8/31 : COPY . . [2021-03-20T17:26:45.572Z] Removing intermediate container 84bc45551652 [2021-03-20T17:26:45.572Z] ---> 2cebcd303464 [2021-03-20T17:26:45.572Z] Successfully built 2cebcd303464 [2021-03-20T17:26:45.572Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:26:45.919Z] + docker inspect -f . ci-base-image-arm64 [2021-03-20T17:26:45.919Z] . [Pipeline] withDockerContainer [2021-03-20T17:26:46.194Z] prd-ubuntu18.04-docker-arm64-4c-16g-30735 does not seem to be running inside a container [2021-03-20T17:26:46.273Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-20T17:26:47.760Z] $ docker top 1e14ed88bc2cc418e22259a96e2a053a805a2359df030f5cf7149bbaa4f51eb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:26:48.809Z] + go version [2021-03-20T17:26:48.809Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-20T17:26:48.829Z] $ docker stop --time=1 1e14ed88bc2cc418e22259a96e2a053a805a2359df030f5cf7149bbaa4f51eb0 [2021-03-20T17:26:50.795Z] $ docker rm -f 1e14ed88bc2cc418e22259a96e2a053a805a2359df030f5cf7149bbaa4f51eb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:26:51.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:26:51.945Z] [2021-03-20T17:26:51.946Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:26:52.328Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:26:52.328Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-20T17:26:52.328Z] 29e5d40040c1: Pulling fs layer [2021-03-20T17:26:52.328Z] 1ce36da41761: Pulling fs layer [2021-03-20T17:26:52.328Z] 25b303627fd3: Pulling fs layer [2021-03-20T17:26:52.605Z] 29e5d40040c1: Download complete [2021-03-20T17:26:53.209Z] 1ce36da41761: Verifying Checksum [2021-03-20T17:26:53.209Z] 1ce36da41761: Download complete [2021-03-20T17:26:53.209Z] 29e5d40040c1: Pull complete [2021-03-20T17:26:54.646Z] 1ce36da41761: Pull complete [2021-03-20T17:26:54.646Z] 25b303627fd3: Verifying Checksum [2021-03-20T17:26:54.646Z] 25b303627fd3: Download complete [2021-03-20T17:26:56.503Z] ---> 9d4111ec33d3 [2021-03-20T17:26:56.503Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:26:56.804Z] ---> Running in 3bfdf79f9774 [2021-03-20T17:26:57.066Z] ---> fa3a510a5134 [2021-03-20T17:26:57.066Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:26:57.066Z] ---> 9a6f98061ef0 [2021-03-20T17:26:57.066Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:26:57.640Z] ---> 71b2964118f9 [2021-03-20T17:26:57.640Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:26:57.640Z] ---> Running in d3f9d83cafdb [2021-03-20T17:26:57.640Z] ---> Running in 5867feffdde1 [2021-03-20T17:26:57.903Z] ---> Running in e737f681ea0d [2021-03-20T17:26:57.903Z] ---> 89abea2eb047 [2021-03-20T17:26:57.903Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:26:58.165Z] ---> Running in c7cd45244427 [2021-03-20T17:26:58.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-20T17:26:58.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-20T17:26:58.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-20T17:26:59.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-20T17:26:59.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-20T17:27:04.792Z] 25b303627fd3: Pull complete [2021-03-20T17:27:04.792Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-20T17:27:04.792Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:27:04.792Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-20T17:27:05.017Z] prd-ubuntu18.04-docker-arm64-4c-16g-30735 does not seem to be running inside a container [2021-03-20T17:27:05.092Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-20T17:27:08.092Z] $ docker top e1ab219f63b19c414dd0d54fc8639e2e1b680e03f32d2fa41f374f7722e43e3d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:27:09.084Z] + docker-compose build --help [2021-03-20T17:27:09.084Z] + grep parallel [2021-03-20T17:27:12.489Z] --parallel Build images in parallel. [Pipeline] } [2021-03-20T17:27:12.507Z] $ docker stop --time=1 e1ab219f63b19c414dd0d54fc8639e2e1b680e03f32d2fa41f374f7722e43e3d [2021-03-20T17:27:14.487Z] $ docker rm -f e1ab219f63b19c414dd0d54fc8639e2e1b680e03f32d2fa41f374f7722e43e3d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:27:15.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-20T17:27:15.370Z] . [Pipeline] withDockerContainer [2021-03-20T17:27:15.682Z] prd-ubuntu18.04-docker-arm64-4c-16g-30735 does not seem to be running inside a container [2021-03-20T17:27:15.803Z] $ 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/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-20T17:27:17.250Z] $ docker top 45d91c897a0e2ba0c95e5481a05081fa30b8f8f8871f1d550acfeea021697f60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:27:18.344Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-20T17:27:21.756Z] Building docker-core-command-go ... [2021-03-20T17:27:21.756Z] Building docker-core-data-go ... [2021-03-20T17:27:21.756Z] Building docker-core-metadata-go ... [2021-03-20T17:27:21.756Z] Building docker-security-bootstrapper-go ... [2021-03-20T17:27:21.756Z] Building docker-security-proxy-setup-go ... [2021-03-20T17:27:21.756Z] Building docker-security-secretstore-setup-go ... [2021-03-20T17:27:21.756Z] Building docker-support-notifications-go ... [2021-03-20T17:27:21.756Z] Building docker-support-scheduler-go ... [2021-03-20T17:27:21.756Z] Building docker-sys-mgmt-agent-go ... [2021-03-20T17:27:21.756Z] Building docker-support-notifications-go [2021-03-20T17:27:21.756Z] Building docker-sys-mgmt-agent-go [2021-03-20T17:27:21.756Z] Building docker-security-proxy-setup-go [2021-03-20T17:27:21.756Z] Building docker-security-secretstore-setup-go [2021-03-20T17:27:21.756Z] Building docker-core-command-go [2021-03-20T17:27:31.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-20T17:27:36.730Z] Removing intermediate container c7cd45244427 [2021-03-20T17:27:36.730Z] ---> 8f0b8156949c [2021-03-20T17:27:36.730Z] [2021-03-20T17:27:36.730Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:27:36.730Z] Removing intermediate container d3f9d83cafdb [2021-03-20T17:27:36.730Z] ---> a7f507b9b3a7 [2021-03-20T17:27:36.730Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:27:36.998Z] ---> Running in 905367e81252 [2021-03-20T17:27:37.592Z] 3.12: Pulling from library/alpine [2021-03-20T17:27:37.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-20T17:27:40.931Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:27:41.506Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:27:41.506Z] ---> 88dd2752d2ea [2021-03-20T17:27:41.506Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:27:42.082Z] Removing intermediate container 5867feffdde1 [2021-03-20T17:27:42.082Z] ---> 7cb10325c6db [2021-03-20T17:27:42.082Z] [2021-03-20T17:27:42.082Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:27:42.082Z] ---> 88dd2752d2ea [2021-03-20T17:27:42.082Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:27:42.082Z] Removing intermediate container e737f681ea0d [2021-03-20T17:27:42.082Z] ---> 36e3253fdb67 [2021-03-20T17:27:42.082Z] [2021-03-20T17:27:42.082Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:27:42.082Z] ---> 88dd2752d2ea [2021-03-20T17:27:42.082Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:27:42.082Z] Removing intermediate container 3bfdf79f9774 [2021-03-20T17:27:42.082Z] ---> 50c402a726d4 [2021-03-20T17:27:42.082Z] [2021-03-20T17:27:42.082Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:27:42.082Z] ---> 88dd2752d2ea [2021-03-20T17:27:42.082Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:27:42.345Z] ---> Running in 1b90d88b8609 [2021-03-20T17:27:42.345Z] ---> Running in 93d5fc12129b [2021-03-20T17:27:42.345Z] ---> Running in f904dda59a75 [2021-03-20T17:27:42.345Z] ---> Running in 4825bea11043 [2021-03-20T17:27:42.620Z] Removing intermediate container 905367e81252 [2021-03-20T17:27:42.620Z] ---> 22ead95e1a4a [2021-03-20T17:27:42.620Z] [2021-03-20T17:27:42.620Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:27:42.620Z] Removing intermediate container 1b90d88b8609 [2021-03-20T17:27:42.620Z] ---> 62ce0f45df3a [2021-03-20T17:27:42.620Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:27:42.620Z] 20.10.0: Pulling from library/docker [2021-03-20T17:27:42.620Z] ---> Running in 6c94f932d134 [2021-03-20T17:27:43.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:43.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:43.592Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:27:43.592Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:27:43.592Z] OK: 6 MiB in 15 packages [2021-03-20T17:27:43.592Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:43.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:43.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:43.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:43.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:43.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:43.879Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:27:44.151Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:27:44.151Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:27:44.151Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:27:44.151Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:27:44.151Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:27:44.151Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:27:44.151Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:27:44.151Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:27:44.151Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:27:44.151Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:27:44.151Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:27:44.151Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:27:44.151Z] OK: 6 MiB in 16 packages [2021-03-20T17:27:45.099Z] OK: 6 MiB in 16 packages [2021-03-20T17:27:45.361Z] OK: 7 MiB in 18 packages [2021-03-20T17:27:46.314Z] Removing intermediate container 93d5fc12129b [2021-03-20T17:27:46.314Z] ---> 885493cb1517 [2021-03-20T17:27:46.314Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:27:46.578Z] ---> Running in e7fe57d9d534 [2021-03-20T17:27:46.578Z] Removing intermediate container 6c94f932d134 [2021-03-20T17:27:46.578Z] ---> 3eed86c431a5 [2021-03-20T17:27:46.578Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:27:47.161Z] ---> Running in c45ec8e7b985 [2021-03-20T17:27:47.161Z] Removing intermediate container f904dda59a75 [2021-03-20T17:27:47.161Z] ---> 574a761b5148 [2021-03-20T17:27:47.161Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:27:47.161Z] Removing intermediate container 4825bea11043 [2021-03-20T17:27:47.161Z] ---> ad068179c5bd [2021-03-20T17:27:47.161Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:27:47.433Z] Removing intermediate container e7fe57d9d534 [2021-03-20T17:27:47.433Z] ---> 436d1b270897 [2021-03-20T17:27:47.433Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:27:47.433Z] ---> Running in 1f13437b33da [2021-03-20T17:27:47.433Z] ---> Running in dd8b1db80e43 [2021-03-20T17:27:47.708Z] Removing intermediate container c45ec8e7b985 [2021-03-20T17:27:47.708Z] ---> 34c58410e14e [2021-03-20T17:27:47.708Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:27:47.708Z] ---> Running in 0fad9ac919c2 [2021-03-20T17:27:47.708Z] ---> Running in 2e620c4b6d7b [2021-03-20T17:27:47.973Z] Removing intermediate container 1f13437b33da [2021-03-20T17:27:47.973Z] ---> 685ad5383d69 [2021-03-20T17:27:47.973Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:27:47.973Z] Removing intermediate container dd8b1db80e43 [2021-03-20T17:27:47.973Z] ---> f8dd6a3dadec [2021-03-20T17:27:47.973Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:27:47.973Z] Removing intermediate container 0fad9ac919c2 [2021-03-20T17:27:47.973Z] ---> 9228253fa6cb [2021-03-20T17:27:47.973Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:27:47.973Z] ---> Running in 09a0d5e591d6 [2021-03-20T17:27:47.973Z] ---> Running in 0a31b84f0a8d [2021-03-20T17:27:48.237Z] ---> Running in f0f60e17149e [2021-03-20T17:27:48.237Z] Removing intermediate container 2e620c4b6d7b [2021-03-20T17:27:48.237Z] ---> 91285211fd29 [2021-03-20T17:27:48.237Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:27:48.502Z] Removing intermediate container 09a0d5e591d6 [2021-03-20T17:27:48.502Z] ---> 67e6528a88f5 [2021-03-20T17:27:48.502Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:27:49.086Z] ---> Running in 4845ab62f6ff [2021-03-20T17:27:49.369Z] Removing intermediate container 0a31b84f0a8d [2021-03-20T17:27:49.369Z] ---> 904fd150aecf [2021-03-20T17:27:49.369Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:27:49.369Z] ---> Running in 05aed0f98caf [2021-03-20T17:27:49.369Z] Removing intermediate container f0f60e17149e [2021-03-20T17:27:49.369Z] ---> a209dc44e075 [2021-03-20T17:27:49.369Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:27:50.348Z] Removing intermediate container 05aed0f98caf [2021-03-20T17:27:50.348Z] ---> 621a82040abb [2021-03-20T17:27:50.348Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:27:50.617Z] ---> 87d048e82803 [2021-03-20T17:27:50.617Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:27:50.617Z] ---> ab1056668283 [2021-03-20T17:27:50.617Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:27:50.893Z] ---> 7cac8f5ca3f0 [2021-03-20T17:27:50.893Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:27:51.486Z] ---> d9755b7b0cf1 [2021-03-20T17:27:51.486Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:27:51.755Z] ---> db30c2e06af3 [2021-03-20T17:27:51.755Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:27:51.755Z] Removing intermediate container 4845ab62f6ff [2021-03-20T17:27:51.755Z] ---> 43ceeac1e1b0 [2021-03-20T17:27:51.755Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:27:52.029Z] ---> Running in 98e6c3e7f1b7 [2021-03-20T17:27:52.029Z] ---> 657cfcf86e44 [2021-03-20T17:27:52.029Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:27:52.029Z] ---> 8fd3cc517806 [2021-03-20T17:27:52.029Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:27:52.029Z] ---> 7ad86c5379f8 [2021-03-20T17:27:52.029Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:27:52.306Z] ---> Running in 1d6383eb5e6f [2021-03-20T17:27:52.306Z] ---> Running in 7fb4b591b6cd [2021-03-20T17:27:52.306Z] Removing intermediate container 98e6c3e7f1b7 [2021-03-20T17:27:52.306Z] ---> 7a7b6e6d9997 [2021-03-20T17:27:52.306Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:27:52.306Z] ---> fb78b9e34def [2021-03-20T17:27:52.306Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:27:52.579Z] ---> Running in 3e6b08f6c2d0 [2021-03-20T17:27:52.579Z] Removing intermediate container 1d6383eb5e6f [2021-03-20T17:27:52.579Z] ---> 6e36b4577eb5 [2021-03-20T17:27:52.579Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:27:52.579Z] Removing intermediate container 7fb4b591b6cd [2021-03-20T17:27:52.579Z] ---> 6f5347d844aa [2021-03-20T17:27:52.579Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:27:52.843Z] ---> Running in ac87de485ff1 [2021-03-20T17:27:52.843Z] ---> 0073b79e73e5 [2021-03-20T17:27:52.843Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:27:52.843Z] Removing intermediate container 3e6b08f6c2d0 [2021-03-20T17:27:52.843Z] ---> 751e2fefa2e0 [2021-03-20T17:27:52.843Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:27:52.843Z] ---> Running in 9e2f5963897d [2021-03-20T17:27:53.108Z] ---> Running in 82738a2392a8 [2021-03-20T17:27:53.108Z] ---> Running in 98aa7369504b [2021-03-20T17:27:53.373Z] Removing intermediate container ac87de485ff1 [2021-03-20T17:27:53.373Z] ---> b64fca19ec2b [2021-03-20T17:27:53.373Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:27:53.373Z] Removing intermediate container 9e2f5963897d [2021-03-20T17:27:53.373Z] ---> 0e6b1f448c49 [2021-03-20T17:27:53.373Z] Step 19/21 : LABEL arch=x86_64 [2021-03-20T17:27:53.644Z] Removing intermediate container 98aa7369504b [2021-03-20T17:27:53.644Z] ---> 2ef26f6f646e [2021-03-20T17:27:53.644Z] Step 20/22 : LABEL arch=x86_64 [2021-03-20T17:27:53.644Z] ---> Running in 099da1e1fdb9 [2021-03-20T17:27:53.644Z] ---> Running in 4d98c52c4f9d [2021-03-20T17:27:53.644Z] ---> Running in 39d5730ea72d [2021-03-20T17:27:53.644Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:27:53.644Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:27:53.644Z] ---> aefe523efa57 [2021-03-20T17:27:53.644Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:27:53.908Z] Removing intermediate container 099da1e1fdb9 [2021-03-20T17:27:53.908Z] ---> 330722254150 [2021-03-20T17:27:53.908Z] Step 21/22 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:27:53.908Z] ---> Running in e61b24ea4328 [2021-03-20T17:27:53.908Z] Removing intermediate container 4d98c52c4f9d [2021-03-20T17:27:53.908Z] ---> d78df632cd8c [2021-03-20T17:27:53.908Z] Step 20/21 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:27:54.175Z] Removing intermediate container 39d5730ea72d [2021-03-20T17:27:54.175Z] ---> 934b9a8df98f [2021-03-20T17:27:54.175Z] Step 21/22 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:27:54.175Z] ---> Running in 08ef13fe93be [2021-03-20T17:27:54.175Z] ---> Running in dc6daef56ed0 [2021-03-20T17:27:54.440Z] ---> Running in 5f1e8b486913 [2021-03-20T17:27:54.705Z] Removing intermediate container 08ef13fe93be [2021-03-20T17:27:54.705Z] ---> a379be0548ff [2021-03-20T17:27:54.705Z] Step 21/21 : LABEL version=2.0.0-dev.134 [2021-03-20T17:27:54.705Z] Removing intermediate container dc6daef56ed0 [2021-03-20T17:27:54.705Z] ---> f2c9a00cc74f [2021-03-20T17:27:54.705Z] Step 22/22 : LABEL version=2.0.0-dev.134 [2021-03-20T17:27:54.705Z] Removing intermediate container 5f1e8b486913 [2021-03-20T17:27:54.705Z] ---> e8d90eed6494 [2021-03-20T17:27:54.705Z] Step 22/22 : LABEL version=2.0.0-dev.134 [2021-03-20T17:27:54.978Z] ---> Running in b7fe2209c5b8 [2021-03-20T17:27:54.978Z] ---> Running in e6ce27392ffb [2021-03-20T17:27:54.978Z] ---> Running in f347f10bd143 [2021-03-20T17:27:54.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:54.978Z] Removing intermediate container 82738a2392a8 [2021-03-20T17:27:54.978Z] ---> f8331924b243 [2021-03-20T17:27:54.978Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:27:54.978Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:27:55.244Z] Removing intermediate container b7fe2209c5b8 [2021-03-20T17:27:55.244Z] ---> 74914c5f5ea8 [2021-03-20T17:27:55.244Z] [2021-03-20T17:27:55.244Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:27:55.244Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:27:55.244Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:27:55.244Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:27:55.244Z] OK: 12 MiB in 22 packages [2021-03-20T17:27:55.244Z] Removing intermediate container e6ce27392ffb [2021-03-20T17:27:55.244Z] ---> d0490a9ff7b3 [2021-03-20T17:27:55.244Z] [2021-03-20T17:27:55.244Z] Removing intermediate container f347f10bd143 [2021-03-20T17:27:55.244Z] ---> 8778361b073e [2021-03-20T17:27:55.244Z] [2021-03-20T17:27:55.595Z] ---> d017b164170e [2021-03-20T17:27:55.595Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:27:55.595Z] Successfully built 74914c5f5ea8 [2021-03-20T17:27:55.595Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-20T17:27:55.595Z] Building docker-core-command-go [2021-03-20T17:27:55.595Z]  Building docker-security-proxy-setup-go ... done Successfully built 8778361b073e [2021-03-20T17:27:55.860Z] Successfully built d0490a9ff7b3 [2021-03-20T17:27:55.860Z] Successfully tagged docker-support-notifications-go:latest [2021-03-20T17:27:55.860Z] Building docker-security-secretstore-setup-go [2021-03-20T17:27:55.860Z]  Building docker-support-notifications-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-03-20T17:27:55.860Z] Building docker-core-data-go [2021-03-20T17:27:56.126Z]  Building docker-support-scheduler-go ... done  ---> a9d675a11627 [2021-03-20T17:27:56.126Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:27:56.126Z] Removing intermediate container e61b24ea4328 [2021-03-20T17:27:56.126Z] ---> 0780f1067042 [2021-03-20T17:27:56.126Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:27:56.126Z] ---> Running in fabb00625de8 [2021-03-20T17:27:56.395Z] ---> 9d5533279843 [2021-03-20T17:27:56.395Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:27:56.395Z] Removing intermediate container fabb00625de8 [2021-03-20T17:27:56.395Z] ---> acc0c978964a [2021-03-20T17:27:56.395Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:27:56.395Z] ---> Running in cbdcc7fec294 [2021-03-20T17:27:59.738Z] Removing intermediate container cbdcc7fec294 [2021-03-20T17:27:59.738Z] ---> 80101c7ef6ff [2021-03-20T17:27:59.738Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:27:59.738Z] ---> 7515f3c89213 [2021-03-20T17:27:59.738Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-20T17:27:59.738Z] ---> Running in 5165a720b9ce [2021-03-20T17:28:02.322Z] ---> cb28c0a8cdda [2021-03-20T17:28:02.322Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:28:02.322Z] Removing intermediate container 5165a720b9ce [2021-03-20T17:28:02.322Z] ---> d601bc7fad62 [2021-03-20T17:28:02.322Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:28:05.989Z] ---> Running in 05f5443d63b5 [2021-03-20T17:28:05.989Z] ---> 89bab60855c6 [2021-03-20T17:28:05.989Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:28:06.255Z] Removing intermediate container 05f5443d63b5 [2021-03-20T17:28:06.255Z] ---> 7bda5699bef0 [2021-03-20T17:28:06.255Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:28:06.255Z] ---> 3bb88a89e833 [2021-03-20T17:28:06.255Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:28:06.525Z] ---> e1250b86c742 [2021-03-20T17:28:06.525Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:28:06.796Z] ---> Running in cfcb6aed0be2 [2021-03-20T17:28:06.796Z] ---> 1e249e3f0129 [2021-03-20T17:28:06.796Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:28:07.065Z] ---> Running in 10b194d7bddb [2021-03-20T17:28:08.754Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:08.754Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:08.754Z] ---> 2cebcd303464 [2021-03-20T17:28:08.754Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:28:08.754Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:08.754Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:08.754Z] ---> 2cebcd303464 [2021-03-20T17:28:08.754Z] Step 3/21 : WORKDIR /edgex-go [2021-03-20T17:28:09.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:09.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:09.756Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:09.756Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:09.756Z] ---> 2cebcd303464 [2021-03-20T17:28:09.756Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:28:09.756Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:09.756Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:09.756Z] ---> 2cebcd303464 [2021-03-20T17:28:09.756Z] Step 3/26 : WORKDIR /edgex-go [2021-03-20T17:28:09.756Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:09.756Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:09.756Z] ---> 2cebcd303464 [2021-03-20T17:28:09.756Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:28:09.947Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:28:09.947Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:28:09.948Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:28:09.948Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:28:09.948Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:28:09.948Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:28:09.948Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:28:13.162Z] ---> Running in e5ce0e16a39c [2021-03-20T17:28:13.163Z] ---> Running in 93ec67b565e2 [2021-03-20T17:28:13.163Z] ---> Running in 78d265264953 [2021-03-20T17:28:13.163Z] ---> Running in 7ec85d8134cb [2021-03-20T17:28:13.163Z] ---> Running in b87ce2690613 [2021-03-20T17:28:13.163Z] Removing intermediate container b87ce2690613 [2021-03-20T17:28:13.163Z] ---> c3f732e31e5d [2021-03-20T17:28:13.163Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.440Z] Removing intermediate container 78d265264953 [2021-03-20T17:28:13.440Z] ---> d5562a0c796b [2021-03-20T17:28:13.440Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.440Z] Removing intermediate container 93ec67b565e2 [2021-03-20T17:28:13.440Z] ---> a348f2950b67 [2021-03-20T17:28:13.440Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.440Z] Removing intermediate container 7ec85d8134cb [2021-03-20T17:28:13.440Z] ---> 1ece41a042fb [2021-03-20T17:28:13.440Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.440Z] Removing intermediate container e5ce0e16a39c [2021-03-20T17:28:13.440Z] ---> 1732296248e6 [2021-03-20T17:28:13.440Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:13.440Z] ---> Running in 366b642d0d36 [2021-03-20T17:28:13.717Z] ---> Running in 5363d5fe1a40 [2021-03-20T17:28:13.717Z] ---> Running in 4a987c92a0b0 [2021-03-20T17:28:13.717Z] ---> Running in 6f82cb376ba3 [2021-03-20T17:28:13.717Z] ---> Running in b45d4ab42f28 [2021-03-20T17:28:16.637Z] Removing intermediate container cfcb6aed0be2 [2021-03-20T17:28:16.637Z] ---> a42b8472547b [2021-03-20T17:28:16.637Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:28:17.140Z] Removing intermediate container 366b642d0d36 [2021-03-20T17:28:17.140Z] ---> 867c92507c72 [2021-03-20T17:28:17.140Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:28:17.232Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:28:17.232Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:28:17.232Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:28:17.419Z] ---> Running in a9e8c395dae5 [2021-03-20T17:28:17.503Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:28:17.503Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:28:17.503Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:28:17.503Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:28:17.701Z] Removing intermediate container 5363d5fe1a40 [2021-03-20T17:28:17.701Z] ---> ac36032a60cb [2021-03-20T17:28:17.701Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:28:17.701Z] Removing intermediate container 6f82cb376ba3 [2021-03-20T17:28:17.701Z] ---> 398bd8b774c4 [2021-03-20T17:28:17.701Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-20T17:28:17.983Z] ---> Running in e881a42def8b [2021-03-20T17:28:17.983Z] ---> Running in e6390d7ca355 [2021-03-20T17:28:17.983Z] Removing intermediate container b45d4ab42f28 [2021-03-20T17:28:17.983Z] ---> 4ab9c285d257 [2021-03-20T17:28:17.983Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-20T17:28:18.097Z] ---> Running in 7601633d611c [2021-03-20T17:28:18.097Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:28:18.097Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:28:18.097Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:28:18.258Z] Removing intermediate container 4a987c92a0b0 [2021-03-20T17:28:18.258Z] ---> 8f80c86e1b1e [2021-03-20T17:28:18.258Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-20T17:28:18.258Z] ---> Running in 34eea32400f9 [2021-03-20T17:28:18.374Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:28:18.374Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:28:18.374Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:28:18.542Z] ---> Running in 56e1b1764fb0 [2021-03-20T17:28:19.177Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:19.352Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:28:19.634Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:28:19.908Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:28:20.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:20.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:20.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:20.172Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:20.174Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:28:20.174Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:28:20.440Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:28:21.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:21.407Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:28:21.407Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:28:21.407Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:28:21.407Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:28:21.407Z] Removing intermediate container 7601633d611c [2021-03-20T17:28:21.407Z] ---> d61ca8095303 [2021-03-20T17:28:21.407Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:28:21.407Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:28:21.407Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:28:21.407Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:28:21.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:21.996Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:28:21.996Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:21.996Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:21.996Z] ---> a4ec50e93611 [2021-03-20T17:28:21.996Z] Step 3/24 : WORKDIR /edgex-go [2021-03-20T17:28:21.996Z] ---> Using cache [2021-03-20T17:28:21.996Z] ---> 94300483f818 [2021-03-20T17:28:21.996Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:21.996Z] ---> Using cache [2021-03-20T17:28:21.996Z] ---> 061b12fe1e54 [2021-03-20T17:28:21.996Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-20T17:28:21.996Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:21.996Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:21.996Z] ---> a4ec50e93611 [2021-03-20T17:28:21.996Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:28:21.996Z] ---> Using cache [2021-03-20T17:28:21.996Z] ---> 94300483f818 [2021-03-20T17:28:21.996Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:21.996Z] ---> Using cache [2021-03-20T17:28:21.996Z] ---> 061b12fe1e54 [2021-03-20T17:28:21.996Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:28:21.996Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:21.996Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:21.996Z] ---> a4ec50e93611 [2021-03-20T17:28:21.996Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:28:21.996Z] ---> Using cache [2021-03-20T17:28:21.996Z] ---> 94300483f818 [2021-03-20T17:28:21.996Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:21.996Z] ---> Using cache [2021-03-20T17:28:21.996Z] ---> 061b12fe1e54 [2021-03-20T17:28:21.996Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:28:22.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:22.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:22.030Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:28:22.574Z] OK: 71 MiB in 55 packages [2021-03-20T17:28:22.624Z] OK: 217 MiB in 51 packages [2021-03-20T17:28:23.153Z] ---> Running in d07ec04bd849 [2021-03-20T17:28:23.153Z] ---> Running in 7a135f0b7438 [2021-03-20T17:28:23.153Z] ---> Running in 2049c11a9632 [2021-03-20T17:28:23.153Z] ---> Running in 49356b5b7e2c [2021-03-20T17:28:23.626Z] OK: 217 MiB in 51 packages [2021-03-20T17:28:23.626Z] OK: 217 MiB in 51 packages [2021-03-20T17:28:23.626Z] OK: 217 MiB in 51 packages [2021-03-20T17:28:23.626Z] OK: 217 MiB in 51 packages [2021-03-20T17:28:23.741Z] Removing intermediate container d07ec04bd849 [2021-03-20T17:28:23.741Z] ---> a8ff47ad14a7 [2021-03-20T17:28:23.741Z] Step 29/31 : LABEL arch=x86_64 [2021-03-20T17:28:24.243Z] Removing intermediate container a9e8c395dae5 [2021-03-20T17:28:24.243Z] ---> 92bf9eb17929 [2021-03-20T17:28:24.243Z] Step 6/24 : COPY go.mod . [2021-03-20T17:28:24.713Z] ---> Running in 3f183143170a [2021-03-20T17:28:24.984Z] Removing intermediate container 3f183143170a [2021-03-20T17:28:24.984Z] ---> 0ac87540fb9f [2021-03-20T17:28:24.984Z] Step 30/31 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:28:25.224Z] ---> 931a274ce9b3 [2021-03-20T17:28:25.224Z] Step 7/24 : RUN go mod download [2021-03-20T17:28:25.224Z] Removing intermediate container e6390d7ca355 [2021-03-20T17:28:25.224Z] ---> 3c8945c547e6 [2021-03-20T17:28:25.224Z] Step 6/21 : COPY go.mod . [2021-03-20T17:28:25.254Z] ---> Running in 2e8d413f6370 [2021-03-20T17:28:25.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:25.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:25.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:25.499Z] ---> Running in 937c93fea3da [2021-03-20T17:28:25.781Z] Removing intermediate container 34eea32400f9 [2021-03-20T17:28:25.781Z] ---> 5e4962e6d04f [2021-03-20T17:28:25.781Z] Step 6/22 : COPY go.mod . [2021-03-20T17:28:25.781Z] Removing intermediate container e881a42def8b [2021-03-20T17:28:25.781Z] ---> 63438ffb1252 [2021-03-20T17:28:25.781Z] Step 6/23 : COPY go.mod . [2021-03-20T17:28:25.781Z] Removing intermediate container 56e1b1764fb0 [2021-03-20T17:28:25.781Z] ---> 116e7d192cc6 [2021-03-20T17:28:25.781Z] Step 6/26 : COPY go.mod . [2021-03-20T17:28:25.837Z] Removing intermediate container 2e8d413f6370 [2021-03-20T17:28:25.837Z] ---> 6ed5280160c3 [2021-03-20T17:28:25.837Z] Step 31/31 : LABEL version=2.0.0-dev.134 [2021-03-20T17:28:26.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:26.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:26.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:28:26.410Z] ---> 6bfc7b473978 [2021-03-20T17:28:26.410Z] Step 7/21 : RUN go mod download [2021-03-20T17:28:26.410Z] ---> Running in 4dab2ff80bf1 [2021-03-20T17:28:26.959Z] OK: 233 MiB in 51 packages [2021-03-20T17:28:27.013Z] ---> 150e50c0d002 [2021-03-20T17:28:27.013Z] Step 7/23 : RUN go mod download [2021-03-20T17:28:27.013Z] ---> 4f3ae6d2d195 [2021-03-20T17:28:27.013Z] Step 7/22 : RUN go mod download [2021-03-20T17:28:27.013Z] ---> de2a06dd239e [2021-03-20T17:28:27.013Z] Step 7/26 : RUN go mod download [2021-03-20T17:28:27.223Z] ---> Running in d7c4befade30 [2021-03-20T17:28:27.305Z] ---> Running in cbe55fa7f12e [2021-03-20T17:28:27.305Z] ---> Running in b96e5165237f [2021-03-20T17:28:27.592Z] ---> Running in 74d3aab3244e [2021-03-20T17:28:27.806Z] OK: 233 MiB in 51 packages [2021-03-20T17:28:27.806Z] OK: 233 MiB in 51 packages [2021-03-20T17:28:28.070Z] Removing intermediate container d7c4befade30 [2021-03-20T17:28:28.070Z] ---> 498b6d04e2be [2021-03-20T17:28:28.070Z] [2021-03-20T17:28:29.022Z] Successfully built 498b6d04e2be [2021-03-20T17:28:29.605Z] Removing intermediate container 937c93fea3da [2021-03-20T17:28:29.605Z] ---> 052b094aae09 [2021-03-20T17:28:29.605Z] Step 8/24 : COPY . . [2021-03-20T17:28:31.082Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-20T17:28:31.082Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-03-20T17:28:31.086Z] Removing intermediate container 4dab2ff80bf1 [2021-03-20T17:28:31.087Z] ---> 5d352d5cf259 [2021-03-20T17:28:31.087Z] Step 8/21 : COPY . . [2021-03-20T17:28:32.538Z] Removing intermediate container b96e5165237f [2021-03-20T17:28:32.538Z] ---> 8e52752bf0ca [2021-03-20T17:28:32.538Z] Step 8/23 : COPY . . [2021-03-20T17:28:33.138Z] Removing intermediate container 74d3aab3244e [2021-03-20T17:28:33.138Z] ---> c2127f868359 [2021-03-20T17:28:33.138Z] Step 8/26 : COPY . . [2021-03-20T17:28:33.414Z] Removing intermediate container cbe55fa7f12e [2021-03-20T17:28:33.414Z] ---> fdc421352b61 [2021-03-20T17:28:33.414Z] Step 8/22 : COPY . . [2021-03-20T17:28:34.427Z] Removing intermediate container 7a135f0b7438 [2021-03-20T17:28:34.428Z] ---> 109f4c1d2f91 [2021-03-20T17:28:34.428Z] Step 6/23 : COPY go.mod . [2021-03-20T17:28:34.428Z] Removing intermediate container 10b194d7bddb [2021-03-20T17:28:34.428Z] ---> 6043731b766d [2021-03-20T17:28:34.428Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:28:37.011Z] Removing intermediate container 2049c11a9632 [2021-03-20T17:28:37.011Z] ---> 7c8d53e84b98 [2021-03-20T17:28:37.011Z] Step 6/24 : COPY go.mod . [2021-03-20T17:28:37.011Z] Removing intermediate container 49356b5b7e2c [2021-03-20T17:28:37.011Z] ---> f1b815f890d4 [2021-03-20T17:28:37.011Z] Step 6/23 : COPY go.mod . [2021-03-20T17:28:37.011Z] ---> Running in ad05ebca88ef [2021-03-20T17:28:37.963Z] ---> 28861c254318 [2021-03-20T17:28:37.963Z] Step 7/23 : RUN go mod download [2021-03-20T17:28:38.574Z] ---> Running in 16131c0a0759 [2021-03-20T17:28:38.574Z] ---> 7723167ad19b [2021-03-20T17:28:38.574Z] Step 7/23 : RUN go mod download [2021-03-20T17:28:39.172Z] ---> 9a8287ee4e5b [2021-03-20T17:28:39.172Z] Step 7/24 : RUN go mod download [2021-03-20T17:28:39.772Z] ---> Running in b88a4e727406 [2021-03-20T17:28:39.772Z] ---> Running in 89ecdaac3bfb [2021-03-20T17:28:44.141Z] Removing intermediate container b88a4e727406 [2021-03-20T17:28:44.141Z] ---> e71e5dee7967 [2021-03-20T17:28:44.141Z] Step 8/23 : COPY . . [2021-03-20T17:28:44.141Z] Removing intermediate container 89ecdaac3bfb [2021-03-20T17:28:44.141Z] ---> bb3337ed847e [2021-03-20T17:28:44.141Z] Step 8/24 : COPY . . [2021-03-20T17:28:45.097Z] Removing intermediate container 16131c0a0759 [2021-03-20T17:28:45.097Z] ---> fdcec8194e8b [2021-03-20T17:28:45.097Z] Step 8/23 : COPY . . [2021-03-20T17:28:45.097Z] Collecting docker-compose==1.23.2 [2021-03-20T17:28:45.363Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:28:47.933Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:28:47.933Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:28:48.887Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-20T17:28:48.887Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:28:48.887Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:28:48.887Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:28:48.887Z] ---> a4ec50e93611 [2021-03-20T17:28:48.887Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:28:48.887Z] ---> Using cache [2021-03-20T17:28:48.887Z] ---> 94300483f818 [2021-03-20T17:28:48.887Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:28:48.887Z] ---> Using cache [2021-03-20T17:28:48.887Z] ---> 061b12fe1e54 [2021-03-20T17:28:48.887Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:28:48.887Z] ---> Using cache [2021-03-20T17:28:48.887Z] ---> 7c8d53e84b98 [2021-03-20T17:28:48.887Z] Step 6/23 : COPY go.mod . [2021-03-20T17:28:48.887Z] ---> Using cache [2021-03-20T17:28:48.888Z] ---> 9a8287ee4e5b [2021-03-20T17:28:48.888Z] Step 7/23 : RUN go mod download [2021-03-20T17:28:48.888Z] ---> Using cache [2021-03-20T17:28:48.888Z] ---> bb3337ed847e [2021-03-20T17:28:48.888Z] Step 8/23 : COPY . . [2021-03-20T17:28:49.473Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:28:51.785Z] ---> e0f3dcc6a711 [2021-03-20T17:28:51.785Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-20T17:28:51.785Z] ---> 3a3b54d31571 [2021-03-20T17:28:51.785Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:28:51.785Z] ---> 9f3deb35e8bf [2021-03-20T17:28:51.785Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:28:51.785Z] ---> Running in d934c5f504e0 [2021-03-20T17:28:51.785Z] ---> b9526fe9d73c [2021-03-20T17:28:51.785Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-20T17:28:51.785Z] ---> Running in 49026775d2f9 [2021-03-20T17:28:51.785Z] ---> 6dc22699adb9 [2021-03-20T17:28:51.785Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-20T17:28:51.785Z] ---> Running in 97b7dcf8c151 [2021-03-20T17:28:51.785Z] ---> Running in ef581d9e3024 [2021-03-20T17:28:51.785Z] ---> Running in 8691d85a8ce4 [2021-03-20T17:28:52.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-20T17:28:52.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-20T17:28:52.670Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-command/core-command ./cmd/core-command [2021-03-20T17:28:52.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-20T17:28:52.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-20T17:28:57.655Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:28:57.655Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:29:01.922Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:29:01.922Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:29:03.859Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:29:03.859Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-20T17:29:04.890Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:29:04.890Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:29:09.180Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:29:09.180Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-20T17:29:09.450Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:29:09.450Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:29:11.385Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:29:11.385Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:29:12.344Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:29:12.344Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:29:13.327Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:29:13.327Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:29:13.607Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:29:13.607Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:29:13.888Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-20T17:29:13.888Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-20T17:29:13.888Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:29:13.888Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:29:13.888Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:29:13.888Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:29:14.490Z] Installing collected packages: jsonschema, dockerpty, PyYAML, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, docopt, cached-property, docker-compose [2021-03-20T17:29:15.082Z] Running setup.py install for dockerpty: started [2021-03-20T17:29:17.733Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:29:17.733Z] Running setup.py install for PyYAML: started [2021-03-20T17:29:18.715Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:29:18.715Z] Attempting uninstall: idna [2021-03-20T17:29:18.715Z] Found existing installation: idna 2.9 [2021-03-20T17:29:18.715Z] Uninstalling idna-2.9: [2021-03-20T17:29:19.701Z] Successfully uninstalled idna-2.9 [2021-03-20T17:29:20.672Z] Attempting uninstall: urllib3 [2021-03-20T17:29:20.672Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:29:20.672Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:29:21.263Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:29:21.529Z] Attempting uninstall: requests [2021-03-20T17:29:21.529Z] Found existing installation: requests 2.23.0 [2021-03-20T17:29:21.529Z] Uninstalling requests-2.23.0: [2021-03-20T17:29:21.529Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:29:24.094Z] ---> 44dcb3d07a44 [2021-03-20T17:29:24.094Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-20T17:29:24.690Z] ---> 9188a05c96df [2021-03-20T17:29:24.690Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-20T17:29:24.690Z] ---> Running in 6769aec108b3 [2021-03-20T17:29:25.280Z] ---> Running in bffb5bb12b2c [2021-03-20T17:29:25.280Z] ---> 1cabc95563ab [2021-03-20T17:29:25.280Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:29:25.280Z] ---> e9eb43ccc7ab [2021-03-20T17:29:25.280Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:29:25.543Z] Running setup.py install for texttable: started [2021-03-20T17:29:25.809Z] ---> Running in 4b7202883181 [2021-03-20T17:29:25.809Z] ---> Running in bbb63477dd16 [2021-03-20T17:29:26.427Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:29:26.427Z] Running setup.py install for docopt: started [2021-03-20T17:29:26.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-20T17:29:26.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-command/core-command ./cmd/core-command [2021-03-20T17:29:26.706Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-data/core-data ./cmd/core-data [2021-03-20T17:29:26.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-20T17:29:26.981Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:29:27.581Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-20T17:29:32.972Z] Removing intermediate container ad05ebca88ef [2021-03-20T17:29:32.972Z] ---> 6b425b373c4b [2021-03-20T17:29:32.972Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:29:33.937Z] ---> Running in 115d36921d7c [2021-03-20T17:29:35.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:29:35.271Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:29:35.629Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:29:35.629Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:29:35.629Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:29:35.629Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:29:35.629Z] OK: 72 MiB in 58 packages [2021-03-20T17:29:37.894Z] Removing intermediate container 115d36921d7c [2021-03-20T17:29:37.894Z] ---> 09287ad5cc96 [2021-03-20T17:29:37.894Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:29:38.164Z] ---> Running in 51a13fc320b8 [2021-03-20T17:29:38.443Z] Removing intermediate container 51a13fc320b8 [2021-03-20T17:29:38.443Z] ---> 11bd9656e57c [2021-03-20T17:29:38.443Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:29:38.443Z] ---> Running in ca3472fe8975 [2021-03-20T17:29:39.035Z] Removing intermediate container ca3472fe8975 [2021-03-20T17:29:39.035Z] ---> 412e3a1bf80c [2021-03-20T17:29:39.035Z] Step 24/26 : LABEL arch=x86_64 [2021-03-20T17:29:39.035Z] ---> Running in 33df59d20731 [2021-03-20T17:29:39.302Z] Removing intermediate container 33df59d20731 [2021-03-20T17:29:39.302Z] ---> 78c6e7d0ec0f [2021-03-20T17:29:39.302Z] Step 25/26 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:29:39.302Z] ---> Running in d785f807ec8c [2021-03-20T17:29:39.573Z] Removing intermediate container d785f807ec8c [2021-03-20T17:29:39.573Z] ---> d6bf4beb3273 [2021-03-20T17:29:39.573Z] Step 26/26 : LABEL version=2.0.0-dev.134 [2021-03-20T17:29:39.573Z] ---> Running in 966d7bf3d9cb [2021-03-20T17:29:41.000Z] Removing intermediate container 966d7bf3d9cb [2021-03-20T17:29:41.000Z] ---> 120dd7557cc9 [2021-03-20T17:29:41.000Z] [2021-03-20T17:29:41.000Z] Successfully built 120dd7557cc9 [2021-03-20T17:29:41.000Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-20T17:29:56.058Z]  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.134" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-20T17:30:06.134Z] Removing intermediate container 6769aec108b3 [2021-03-20T17:30:06.134Z] ---> 5677dc5afc1b [2021-03-20T17:30:06.134Z] [2021-03-20T17:30:06.134Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:30:06.134Z] ---> 88dd2752d2ea [2021-03-20T17:30:06.134Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:30:06.134Z] Removing intermediate container bffb5bb12b2c [2021-03-20T17:30:06.134Z] ---> 8eab126454d2 [2021-03-20T17:30:06.134Z] [2021-03-20T17:30:06.134Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:30:06.134Z] ---> 88dd2752d2ea [2021-03-20T17:30:06.134Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:30:06.134Z] ---> Using cache [2021-03-20T17:30:06.134Z] ---> 885493cb1517 [2021-03-20T17:30:06.134Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:30:06.134Z] ---> Using cache [2021-03-20T17:30:06.134Z] ---> 436d1b270897 [2021-03-20T17:30:06.134Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:30:06.134Z] ---> Running in 1772dbe883b1 [2021-03-20T17:30:06.134Z] ---> Running in ff84c7e5d4d8 [2021-03-20T17:30:06.134Z] Removing intermediate container ff84c7e5d4d8 [2021-03-20T17:30:06.134Z] ---> 17b4862e8d43 [2021-03-20T17:30:06.134Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:30:06.134Z] ---> Running in e0301b4dc65b [2021-03-20T17:30:06.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:06.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:06.134Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:30:06.134Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:30:06.134Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:30:06.134Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:30:06.134Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:30:06.134Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:07.526Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:30:07.526Z] OK: 7 MiB in 19 packages [2021-03-20T17:30:07.789Z] Removing intermediate container e0301b4dc65b [2021-03-20T17:30:07.789Z] ---> 828dcab28c29 [2021-03-20T17:30:07.789Z] Step 15/23 : WORKDIR / [2021-03-20T17:30:09.187Z] ---> Running in 686aa5591aa4 [2021-03-20T17:30:09.450Z] Removing intermediate container 4b7202883181 [2021-03-20T17:30:09.450Z] ---> e6991913448b [2021-03-20T17:30:09.450Z] [2021-03-20T17:30:09.450Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:30:09.450Z] ---> 88dd2752d2ea [2021-03-20T17:30:09.450Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:30:09.450Z] ---> Using cache [2021-03-20T17:30:09.450Z] ---> 885493cb1517 [2021-03-20T17:30:09.450Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:30:09.450Z] ---> Using cache [2021-03-20T17:30:09.450Z] ---> 436d1b270897 [2021-03-20T17:30:09.450Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:30:09.450Z] Removing intermediate container bbb63477dd16 [2021-03-20T17:30:09.450Z] ---> b3bc9afe9983 [2021-03-20T17:30:09.450Z] [2021-03-20T17:30:09.450Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:30:09.450Z] ---> 88dd2752d2ea [2021-03-20T17:30:09.450Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:30:10.023Z] ---> Running in 2fc2fdabbcb2 [2021-03-20T17:30:10.288Z] ---> Running in 41f7a9950b2a [2021-03-20T17:30:10.288Z] Removing intermediate container 686aa5591aa4 [2021-03-20T17:30:10.288Z] ---> 3224ef9ee614 [2021-03-20T17:30:10.288Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:30:10.550Z] Removing intermediate container 1772dbe883b1 [2021-03-20T17:30:10.550Z] ---> 2dc24c560aab [2021-03-20T17:30:10.550Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:30:10.550Z] Removing intermediate container 2fc2fdabbcb2 [2021-03-20T17:30:10.550Z] ---> e80a3fb383a0 [2021-03-20T17:30:10.550Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:30:10.550Z] ---> Running in bd39a75bbd68 [2021-03-20T17:30:10.817Z] Removing intermediate container 41f7a9950b2a [2021-03-20T17:30:10.817Z] ---> 77a23ba367e1 [2021-03-20T17:30:10.817Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:30:10.817Z] ---> Running in 4a95d00c1382 [2021-03-20T17:30:10.817Z] ---> 617097538ef6 [2021-03-20T17:30:10.817Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:30:10.817Z] ---> Running in 83bd03dcd4f3 [2021-03-20T17:30:11.085Z] Removing intermediate container bd39a75bbd68 [2021-03-20T17:30:11.085Z] ---> 3b1019f1799d [2021-03-20T17:30:11.085Z] Step 13/24 : WORKDIR / [2021-03-20T17:30:11.346Z] ---> Running in ccd0343fc442 [2021-03-20T17:30:11.346Z] Removing intermediate container 4a95d00c1382 [2021-03-20T17:30:11.346Z] ---> 8894f0887467 [2021-03-20T17:30:11.346Z] Step 15/23 : WORKDIR / [2021-03-20T17:30:11.346Z] Removing intermediate container 83bd03dcd4f3 [2021-03-20T17:30:11.346Z] ---> a5f97cb46093 [2021-03-20T17:30:11.346Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:30:11.346Z] ---> Running in 0a35ff9302b6 [2021-03-20T17:30:11.346Z] ---> Running in e39d8d096d41 [2021-03-20T17:30:11.610Z] ---> b676a9c95d60 [2021-03-20T17:30:11.610Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:11.610Z] Removing intermediate container ccd0343fc442 [2021-03-20T17:30:11.610Z] ---> 4b760c21b547 [2021-03-20T17:30:11.610Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-20T17:30:11.610Z] Removing intermediate container 0a35ff9302b6 [2021-03-20T17:30:11.610Z] ---> 08c2bf5cb027 [2021-03-20T17:30:11.610Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:30:11.875Z] Removing intermediate container e39d8d096d41 [2021-03-20T17:30:11.875Z] ---> 814117eba2b9 [2021-03-20T17:30:11.875Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:30:11.875Z] ---> 60b51a9a2c29 [2021-03-20T17:30:11.875Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:30:11.875Z] ---> 4d0d8e4241a9 [2021-03-20T17:30:11.875Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-20T17:30:12.140Z] ---> Running in a3f7f96a7824 [2021-03-20T17:30:12.140Z] ---> Running in f5a72339c408 [2021-03-20T17:30:12.140Z] ---> ced35c98f81c [2021-03-20T17:30:12.140Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:30:13.553Z] Removing intermediate container f5a72339c408 [2021-03-20T17:30:13.553Z] ---> 7401bf8b0fae [2021-03-20T17:30:13.553Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:30:13.553Z] ---> cefe792b6b3c [2021-03-20T17:30:13.553Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:13.553Z] ---> Running in eabc84d8f3bf [2021-03-20T17:30:13.553Z] ---> bf6e41accf23 [2021-03-20T17:30:13.553Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:13.817Z] ---> 2ce4ecadd6ed [2021-03-20T17:30:13.817Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-20T17:30:13.817Z] Removing intermediate container eabc84d8f3bf [2021-03-20T17:30:13.817Z] ---> 4ba9ff09a80f [2021-03-20T17:30:13.817Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:30:14.083Z] ---> Running in ff85bcba21ce [2021-03-20T17:30:14.083Z] ---> 2b248e818731 [2021-03-20T17:30:14.083Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:30:14.346Z] ---> Running in 3b59f0051635 [2021-03-20T17:30:14.346Z] Removing intermediate container a3f7f96a7824 [2021-03-20T17:30:14.346Z] ---> dbf3679efed3 [2021-03-20T17:30:14.346Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:30:14.346Z] Removing intermediate container ff85bcba21ce [2021-03-20T17:30:14.346Z] ---> 1ec14be8d65c [2021-03-20T17:30:14.346Z] Step 22/23 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:14.608Z] ---> 18e66416e966 [2021-03-20T17:30:14.608Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:30:14.608Z] ---> Running in c0e3b40865b7 [2021-03-20T17:30:14.608Z] Removing intermediate container 3b59f0051635 [2021-03-20T17:30:14.608Z] ---> 1d004ca9dfe5 [2021-03-20T17:30:14.608Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:30:14.608Z] ---> Running in d29205c42f74 [2021-03-20T17:30:14.871Z] ---> Running in 32e2e6569a3a [2021-03-20T17:30:14.872Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-20T17:30:15.137Z] Removing intermediate container d29205c42f74 [2021-03-20T17:30:15.137Z] ---> 584932ff09d1 [2021-03-20T17:30:15.137Z] Step 23/23 : LABEL version=2.0.0-dev.134 [2021-03-20T17:30:15.137Z] ---> 2a5c54695091 [2021-03-20T17:30:15.137Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-20T17:30:15.137Z] ---> Running in 76c76f44812d [2021-03-20T17:30:15.137Z] Removing intermediate container 32e2e6569a3a [2021-03-20T17:30:15.137Z] ---> d62728e9d121 [2021-03-20T17:30:15.137Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:30:15.404Z] ---> Running in 119bcd5f1c3f [2021-03-20T17:30:15.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:15.404Z] Removing intermediate container 76c76f44812d [2021-03-20T17:30:15.404Z] ---> 9f64b0b351c0 [2021-03-20T17:30:15.404Z] [2021-03-20T17:30:15.404Z] ---> 3d88266b7818 [2021-03-20T17:30:15.404Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-20T17:30:15.874Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-20T17:30:15.985Z] Removing intermediate container 119bcd5f1c3f [2021-03-20T17:30:15.985Z] ---> 8737803cebf5 [2021-03-20T17:30:15.985Z] Step 22/23 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:15.985Z] Successfully built 9f64b0b351c0 [2021-03-20T17:30:15.985Z] ---> Running in 7f4277a02fac [2021-03-20T17:30:15.985Z] Successfully tagged docker-core-command-go:latest [2021-03-20T17:30:15.985Z]  Building docker-core-command-go ... done  ---> Running in ef3981ed65a4 [2021-03-20T17:30:16.248Z] Removing intermediate container ef3981ed65a4 [2021-03-20T17:30:16.248Z] ---> 5e64574ed148 [2021-03-20T17:30:16.248Z] Step 23/23 : LABEL version=2.0.0-dev.134 [2021-03-20T17:30:16.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-20T17:30:16.248Z] ---> Running in a23aa8ba0d28 [2021-03-20T17:30:16.533Z] Removing intermediate container a23aa8ba0d28 [2021-03-20T17:30:16.533Z] ---> 28753f3654cb [2021-03-20T17:30:16.533Z] [2021-03-20T17:30:16.801Z] Successfully built 28753f3654cb [2021-03-20T17:30:16.801Z] Successfully tagged docker-core-metadata-go:latest [2021-03-20T17:30:17.068Z]  Building docker-core-metadata-go ... done Removing intermediate container 7f4277a02fac [2021-03-20T17:30:17.068Z] ---> fe1b7aecc232 [2021-03-20T17:30:17.068Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:30:17.068Z] ---> Running in b0c1181610c7 [2021-03-20T17:30:17.331Z] Removing intermediate container b0c1181610c7 [2021-03-20T17:30:17.331Z] ---> 812f906a1f17 [2021-03-20T17:30:17.331Z] Step 22/24 : LABEL arch=x86_64 [2021-03-20T17:30:17.331Z] ---> Running in 8e711d04c45f [2021-03-20T17:30:17.331Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:30:17.331Z] Removing intermediate container 8e711d04c45f [2021-03-20T17:30:17.331Z] ---> 320cbb3ee2f0 [2021-03-20T17:30:17.331Z] Step 23/24 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:17.331Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:30:17.602Z] ---> Running in 1c18a49d2135 [2021-03-20T17:30:17.602Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:30:17.602Z] Removing intermediate container 1c18a49d2135 [2021-03-20T17:30:17.602Z] ---> efb2aa7aaa66 [2021-03-20T17:30:17.602Z] Step 24/24 : LABEL version=2.0.0-dev.134 [2021-03-20T17:30:17.602Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:30:17.602Z] ---> Running in ffd8c04e4895 [2021-03-20T17:30:17.867Z] Removing intermediate container ffd8c04e4895 [2021-03-20T17:30:17.868Z] ---> be179bc3c227 [2021-03-20T17:30:17.868Z] [2021-03-20T17:30:18.130Z] Successfully built be179bc3c227 [2021-03-20T17:30:18.130Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-20T17:30:18.130Z]  Building docker-security-secretstore-setup-go ... done (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:30:18.395Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:30:18.395Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:18.395Z] OK: 8 MiB in 20 packages [2021-03-20T17:30:18.975Z] Removing intermediate container c0e3b40865b7 [2021-03-20T17:30:18.975Z] ---> ae0befa9dfd7 [2021-03-20T17:30:18.975Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:30:19.240Z] ---> 3571da60e3b1 [2021-03-20T17:30:19.240Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:30:19.813Z] ---> a16fcd6f5069 [2021-03-20T17:30:19.813Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:20.075Z] ---> 5c382e309c23 [2021-03-20T17:30:20.075Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:30:20.075Z] ---> Running in 53f38efb5782 [2021-03-20T17:30:20.336Z] Removing intermediate container 53f38efb5782 [2021-03-20T17:30:20.336Z] ---> 19a78f31a19e [2021-03-20T17:30:20.336Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:30:20.336Z] ---> Running in fb14e0769db2 [2021-03-20T17:30:20.597Z] Removing intermediate container fb14e0769db2 [2021-03-20T17:30:20.597Z] ---> eedb657dc573 [2021-03-20T17:30:20.597Z] Step 21/23 : LABEL arch=x86_64 [2021-03-20T17:30:20.597Z] ---> Running in 993d43860309 [2021-03-20T17:30:20.597Z] Removing intermediate container 993d43860309 [2021-03-20T17:30:20.597Z] ---> c2c76fed1b59 [2021-03-20T17:30:20.597Z] Step 22/23 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:20.859Z] ---> Running in c8a76be5f713 [2021-03-20T17:30:20.859Z] Removing intermediate container c8a76be5f713 [2021-03-20T17:30:20.859Z] ---> cc3aaad2e744 [2021-03-20T17:30:20.859Z] Step 23/23 : LABEL version=2.0.0-dev.134 [2021-03-20T17:30:21.121Z] ---> Running in ab4135128ffe [2021-03-20T17:30:21.121Z] Removing intermediate container ab4135128ffe [2021-03-20T17:30:21.121Z] ---> 0eb8bb9090fb [2021-03-20T17:30:21.121Z] [2021-03-20T17:30:21.696Z] Successfully built 0eb8bb9090fb [2021-03-20T17:30:22.647Z] Successfully tagged docker-core-data-go:latest [2021-03-20T17:30:22.920Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-20T17:30:22.941Z] $ docker stop --time=1 3bb7fb69caf2a67424ffddf5097a94c18a43903b2eabedc7babd0cf88f167c00 [2021-03-20T17:30:24.573Z] $ docker rm -f 3bb7fb69caf2a67424ffddf5097a94c18a43903b2eabedc7babd0cf88f167c00 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:30:25.088Z] + docker images [2021-03-20T17:30:25.088Z] + grep docker [2021-03-20T17:30:25.662Z] docker-core-data-go latest 0eb8bb9090fb 4 seconds ago 22.6MB [2021-03-20T17:30:25.662Z] docker-security-secretstore-setup-go latest be179bc3c227 8 seconds ago 24.9MB [2021-03-20T17:30:25.662Z] docker-core-metadata-go latest 28753f3654cb 9 seconds ago 19.1MB [2021-03-20T17:30:25.662Z] docker-core-command-go latest 9f64b0b351c0 10 seconds ago 17.3MB [2021-03-20T17:30:25.662Z] docker-sys-mgmt-agent-go latest 120dd7557cc9 45 seconds ago 313MB [2021-03-20T17:30:25.662Z] docker-security-bootstrapper-go latest 498b6d04e2be About a minute ago 18.8MB [2021-03-20T17:30:25.662Z] docker-support-scheduler-go latest d0490a9ff7b3 2 minutes ago 17.3MB [2021-03-20T17:30:25.662Z] docker-support-notifications-go latest 8778361b073e 2 minutes ago 17.9MB [2021-03-20T17:30:25.662Z] docker-security-proxy-setup-go latest 74914c5f5ea8 2 minutes ago 24.7MB [2021-03-20T17:30:25.662Z] docker 20.10.0 aefe523efa57 3 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-03-20T17:30:26.402Z] provisioning config files... [2021-03-20T17:30:26.436Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/401@tmp/config5841468297339971967tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:30:26.792Z] ---> docker-login.sh [2021-03-20T17:30:26.792Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:30:26.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:30:27.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:30:27.054Z] Configure a credential helper to remove this warning. See [2021-03-20T17:30:27.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:30:27.054Z] [2021-03-20T17:30:27.054Z] Login Succeeded [2021-03-20T17:30:27.054Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:30:27.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:30:27.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:30:27.054Z] Configure a credential helper to remove this warning. See [2021-03-20T17:30:27.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:30:27.054Z] [2021-03-20T17:30:27.054Z] Login Succeeded [2021-03-20T17:30:27.054Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:30:27.316Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:30:27.316Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:30:27.316Z] Configure a credential helper to remove this warning. See [2021-03-20T17:30:27.317Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:30:27.317Z] [2021-03-20T17:30:27.317Z] Login Succeeded [2021-03-20T17:30:27.317Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:30:27.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:30:27.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:30:27.579Z] Configure a credential helper to remove this warning. See [2021-03-20T17:30:27.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:30:27.579Z] [2021-03-20T17:30:27.579Z] Login Succeeded [2021-03-20T17:30:27.579Z] docker.io [2021-03-20T17:30:27.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:30:27.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:30:27.841Z] Configure a credential helper to remove this warning. See [2021-03-20T17:30:27.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:30:27.841Z] [2021-03-20T17:30:27.841Z] Login Succeeded [2021-03-20T17:30:27.841Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:30:27.851Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:30:28.076Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-20T17:30:28.076Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:28.076Z] 2.0.0-dev.134 [2021-03-20T17:30:28.076Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:28.077Z] master [2021-03-20T17:30:28.077Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:28.564Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:28.870Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:28.870Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-20T17:30:28.871Z] 44067314b693: Preparing [2021-03-20T17:30:28.871Z] aabd310405cc: Preparing [2021-03-20T17:30:28.871Z] 4b853e6259ed: Preparing [2021-03-20T17:30:28.871Z] 8284727bca09: Preparing [2021-03-20T17:30:28.871Z] 33e8713114f8: Preparing [2021-03-20T17:30:28.871Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:29.133Z] 8284727bca09: Pushed [2021-03-20T17:30:29.133Z] 4b853e6259ed: Pushed [2021-03-20T17:30:29.133Z] 44067314b693: Pushed [2021-03-20T17:30:30.080Z] aabd310405cc: Pushed [2021-03-20T17:30:30.080Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:3cf01ec36a171df44fe21264141fafd2c587b4fbafa8aeb62300d20b7526a904 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:30.652Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:30.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.134 [2021-03-20T17:30:30.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-20T17:30:30.955Z] 44067314b693: Preparing [2021-03-20T17:30:30.955Z] aabd310405cc: Preparing [2021-03-20T17:30:30.955Z] 4b853e6259ed: Preparing [2021-03-20T17:30:30.955Z] 8284727bca09: Preparing [2021-03-20T17:30:30.955Z] 33e8713114f8: Preparing [2021-03-20T17:30:30.955Z] aabd310405cc: Layer already exists [2021-03-20T17:30:30.955Z] 8284727bca09: Layer already exists [2021-03-20T17:30:30.955Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:30.955Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:30.955Z] 44067314b693: Layer already exists [2021-03-20T17:30:30.955Z] 2.0.0-dev.134: digest: sha256:3cf01ec36a171df44fe21264141fafd2c587b4fbafa8aeb62300d20b7526a904 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:31.266Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:31.566Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:31.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-20T17:30:31.567Z] 44067314b693: Preparing [2021-03-20T17:30:31.567Z] aabd310405cc: Preparing [2021-03-20T17:30:31.567Z] 4b853e6259ed: Preparing [2021-03-20T17:30:31.567Z] 8284727bca09: Preparing [2021-03-20T17:30:31.567Z] 33e8713114f8: Preparing [2021-03-20T17:30:31.567Z] 44067314b693: Layer already exists [2021-03-20T17:30:31.567Z] aabd310405cc: Layer already exists [2021-03-20T17:30:31.567Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:31.567Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:31.567Z] 8284727bca09: Layer already exists [2021-03-20T17:30:31.567Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:3cf01ec36a171df44fe21264141fafd2c587b4fbafa8aeb62300d20b7526a904 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:31.875Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:32.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-20T17:30:32.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-20T17:30:32.176Z] 44067314b693: Preparing [2021-03-20T17:30:32.176Z] aabd310405cc: Preparing [2021-03-20T17:30:32.176Z] 4b853e6259ed: Preparing [2021-03-20T17:30:32.176Z] 8284727bca09: Preparing [2021-03-20T17:30:32.176Z] 33e8713114f8: Preparing [2021-03-20T17:30:32.176Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:32.176Z] aabd310405cc: Layer already exists [2021-03-20T17:30:32.176Z] 44067314b693: Layer already exists [2021-03-20T17:30:32.176Z] 8284727bca09: Layer already exists [2021-03-20T17:30:32.176Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:32.176Z] master: digest: sha256:3cf01ec36a171df44fe21264141fafd2c587b4fbafa8aeb62300d20b7526a904 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:30:32.409Z] ===================================================== [Pipeline] echo [2021-03-20T17:30:32.453Z] taggedImages: [2021-03-20T17:30:32.453Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:32.453Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.134 [2021-03-20T17:30:32.453Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:32.453Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-20T17:30:32.517Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-20T17:30:32.517Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:32.517Z] 2.0.0-dev.134 [2021-03-20T17:30:32.517Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:32.517Z] master [2021-03-20T17:30:32.517Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:32.993Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:33.300Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:33.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-20T17:30:33.301Z] 817cbd0c357e: Preparing [2021-03-20T17:30:33.301Z] 6be25bbedc32: Preparing [2021-03-20T17:30:33.301Z] 4b853e6259ed: Preparing [2021-03-20T17:30:33.301Z] e18294ee965a: Preparing [2021-03-20T17:30:33.301Z] f0436b2ff1c4: Preparing [2021-03-20T17:30:33.301Z] 33e8713114f8: Preparing [2021-03-20T17:30:33.301Z] 33e8713114f8: Waiting [2021-03-20T17:30:33.301Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:33.301Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:33.565Z] f0436b2ff1c4: Pushed [2021-03-20T17:30:33.565Z] 817cbd0c357e: Pushed [2021-03-20T17:30:33.565Z] e18294ee965a: Pushed [2021-03-20T17:30:34.205Z] Removing intermediate container 49026775d2f9 [2021-03-20T17:30:34.205Z] ---> 0cc65a146317 [2021-03-20T17:30:34.205Z] [2021-03-20T17:30:34.205Z] Step 10/24 : FROM alpine:3.12 [2021-03-20T17:30:34.205Z] 3.12: Pulling from library/alpine [2021-03-20T17:30:34.482Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-20T17:30:34.482Z] Status: Downloaded newer image for alpine:3.12 [2021-03-20T17:30:34.482Z] ---> d10569e2745f [2021-03-20T17:30:34.482Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-20T17:30:34.510Z] 6be25bbedc32: Pushed [2021-03-20T17:30:34.770Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:1f156e5286c2894cb6151afa94a1882e806fae525e4b41aefeff3aac5fbddaea size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:35.078Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:35.480Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.134 [2021-03-20T17:30:35.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-20T17:30:35.480Z] 817cbd0c357e: Preparing [2021-03-20T17:30:35.480Z] 6be25bbedc32: Preparing [2021-03-20T17:30:35.480Z] 4b853e6259ed: Preparing [2021-03-20T17:30:35.480Z] e18294ee965a: Preparing [2021-03-20T17:30:35.480Z] f0436b2ff1c4: Preparing [2021-03-20T17:30:35.480Z] 33e8713114f8: Preparing [2021-03-20T17:30:35.480Z] 33e8713114f8: Waiting [2021-03-20T17:30:35.480Z] 817cbd0c357e: Layer already exists [2021-03-20T17:30:35.480Z] 6be25bbedc32: Layer already exists [2021-03-20T17:30:35.480Z] f0436b2ff1c4: Layer already exists [2021-03-20T17:30:35.480Z] e18294ee965a: Layer already exists [2021-03-20T17:30:35.480Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:35.480Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:35.480Z] 2.0.0-dev.134: digest: sha256:1f156e5286c2894cb6151afa94a1882e806fae525e4b41aefeff3aac5fbddaea size: 1572 [2021-03-20T17:30:35.483Z] ---> Running in b56081be48b5 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:35.880Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:36.108Z] Removing intermediate container d934c5f504e0 [2021-03-20T17:30:36.108Z] ---> 0b7cb5482bf9 [2021-03-20T17:30:36.108Z] [2021-03-20T17:30:36.108Z] Step 10/21 : FROM alpine:3.12 [2021-03-20T17:30:36.108Z] ---> d10569e2745f [2021-03-20T17:30:36.108Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-20T17:30:36.256Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:36.256Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-20T17:30:36.256Z] 817cbd0c357e: Preparing [2021-03-20T17:30:36.256Z] 6be25bbedc32: Preparing [2021-03-20T17:30:36.256Z] 4b853e6259ed: Preparing [2021-03-20T17:30:36.256Z] e18294ee965a: Preparing [2021-03-20T17:30:36.256Z] f0436b2ff1c4: Preparing [2021-03-20T17:30:36.256Z] 33e8713114f8: Preparing [2021-03-20T17:30:36.256Z] 33e8713114f8: Waiting [2021-03-20T17:30:36.256Z] 6be25bbedc32: Layer already exists [2021-03-20T17:30:36.256Z] f0436b2ff1c4: Layer already exists [2021-03-20T17:30:36.256Z] e18294ee965a: Layer already exists [2021-03-20T17:30:36.256Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:36.256Z] 817cbd0c357e: Layer already exists [2021-03-20T17:30:36.256Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:36.256Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:1f156e5286c2894cb6151afa94a1882e806fae525e4b41aefeff3aac5fbddaea size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:36.567Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:36.747Z] ---> Running in 7ddd7414139f [2021-03-20T17:30:36.874Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-20T17:30:36.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-20T17:30:36.874Z] 817cbd0c357e: Preparing [2021-03-20T17:30:36.874Z] 6be25bbedc32: Preparing [2021-03-20T17:30:36.874Z] 4b853e6259ed: Preparing [2021-03-20T17:30:36.874Z] e18294ee965a: Preparing [2021-03-20T17:30:36.874Z] f0436b2ff1c4: Preparing [2021-03-20T17:30:36.874Z] 33e8713114f8: Preparing [2021-03-20T17:30:36.874Z] 33e8713114f8: Waiting [2021-03-20T17:30:36.874Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:36.874Z] f0436b2ff1c4: Layer already exists [2021-03-20T17:30:36.874Z] 6be25bbedc32: Layer already exists [2021-03-20T17:30:36.874Z] e18294ee965a: Layer already exists [2021-03-20T17:30:36.874Z] 817cbd0c357e: Layer already exists [2021-03-20T17:30:36.874Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:36.874Z] master: digest: sha256:1f156e5286c2894cb6151afa94a1882e806fae525e4b41aefeff3aac5fbddaea size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:30:37.068Z] ===================================================== [Pipeline] echo [2021-03-20T17:30:37.114Z] taggedImages: [2021-03-20T17:30:37.114Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:37.114Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.134 [2021-03-20T17:30:37.114Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:37.114Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-20T17:30:37.174Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-20T17:30:37.174Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:37.174Z] 2.0.0-dev.134 [2021-03-20T17:30:37.174Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:37.174Z] master [2021-03-20T17:30:37.174Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [2021-03-20T17:30:37.359Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] sh [2021-03-20T17:30:37.640Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:30:37.647Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:37.916Z] Removing intermediate container 8691d85a8ce4 [2021-03-20T17:30:37.916Z] ---> 8d99c12c36a1 [2021-03-20T17:30:37.916Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-20T17:30:37.950Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:37.950Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-20T17:30:37.950Z] 85c5a688c328: Preparing [2021-03-20T17:30:37.950Z] 4a0178cce53b: Preparing [2021-03-20T17:30:37.950Z] 4b853e6259ed: Preparing [2021-03-20T17:30:37.950Z] 8284727bca09: Preparing [2021-03-20T17:30:37.950Z] 33e8713114f8: Preparing [2021-03-20T17:30:37.950Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:37.950Z] 8284727bca09: Layer already exists [2021-03-20T17:30:37.950Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:37.950Z] 85c5a688c328: Pushed [2021-03-20T17:30:38.272Z] ---> Running in 640844b9cacc [2021-03-20T17:30:38.632Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-20T17:30:38.632Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:30:38.632Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-20T17:30:38.632Z] (4/5) Installing curl (7.69.1-r3) [2021-03-20T17:30:38.632Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-20T17:30:38.632Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:38.987Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:30:38.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:30:38.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:30:39.289Z] OK: 7 MiB in 19 packages [2021-03-20T17:30:39.342Z] 4a0178cce53b: Pushed [2021-03-20T17:30:39.342Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:06c1f3fc344e13813b8b7c491b4b81e695e36a03df563127e71274598fd4e95a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:39.655Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:39.957Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.134 [2021-03-20T17:30:39.958Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-20T17:30:39.958Z] 85c5a688c328: Preparing [2021-03-20T17:30:39.958Z] 4a0178cce53b: Preparing [2021-03-20T17:30:39.958Z] 4b853e6259ed: Preparing [2021-03-20T17:30:39.958Z] 8284727bca09: Preparing [2021-03-20T17:30:39.958Z] 33e8713114f8: Preparing [2021-03-20T17:30:39.958Z] 85c5a688c328: Layer already exists [2021-03-20T17:30:39.958Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:39.958Z] 4a0178cce53b: Layer already exists [2021-03-20T17:30:39.958Z] 8284727bca09: Layer already exists [2021-03-20T17:30:39.958Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:39.958Z] 2.0.0-dev.134: digest: sha256:06c1f3fc344e13813b8b7c491b4b81e695e36a03df563127e71274598fd4e95a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:40.264Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:40.502Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-20T17:30:40.502Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-20T17:30:40.502Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:30:40.502Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-20T17:30:40.502Z] (4/4) Installing curl (7.69.1-r3) [2021-03-20T17:30:40.502Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:40.502Z] Executing ca-certificates-20191127-r4.trigger [2021-03-20T17:30:40.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:40.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-20T17:30:40.565Z] 85c5a688c328: Preparing [2021-03-20T17:30:40.565Z] 4a0178cce53b: Preparing [2021-03-20T17:30:40.565Z] 4b853e6259ed: Preparing [2021-03-20T17:30:40.565Z] 8284727bca09: Preparing [2021-03-20T17:30:40.565Z] 33e8713114f8: Preparing [2021-03-20T17:30:40.565Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:40.565Z] 8284727bca09: Layer already exists [2021-03-20T17:30:40.565Z] 4a0178cce53b: Layer already exists [2021-03-20T17:30:40.565Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:40.565Z] 85c5a688c328: Layer already exists [2021-03-20T17:30:40.565Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:06c1f3fc344e13813b8b7c491b4b81e695e36a03df563127e71274598fd4e95a size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:40.868Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:41.112Z] OK: 7 MiB in 18 packages [2021-03-20T17:30:41.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-20T17:30:41.165Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-20T17:30:41.165Z] 85c5a688c328: Preparing [2021-03-20T17:30:41.165Z] 4a0178cce53b: Preparing [2021-03-20T17:30:41.165Z] 4b853e6259ed: Preparing [2021-03-20T17:30:41.165Z] 8284727bca09: Preparing [2021-03-20T17:30:41.165Z] 33e8713114f8: Preparing [2021-03-20T17:30:41.165Z] 4a0178cce53b: Layer already exists [2021-03-20T17:30:41.165Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:41.165Z] 8284727bca09: Layer already exists [2021-03-20T17:30:41.165Z] 85c5a688c328: Layer already exists [2021-03-20T17:30:41.165Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:41.165Z] master: digest: sha256:06c1f3fc344e13813b8b7c491b4b81e695e36a03df563127e71274598fd4e95a size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:30:41.374Z] ===================================================== [Pipeline] echo [2021-03-20T17:30:41.453Z] taggedImages: [2021-03-20T17:30:41.453Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:41.453Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.134 [2021-03-20T17:30:41.453Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:41.453Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-20T17:30:41.516Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-20T17:30:41.516Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:41.516Z] 2.0.0-dev.134 [2021-03-20T17:30:41.516Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:41.516Z] master [2021-03-20T17:30:41.516Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:41.717Z] Removing intermediate container b56081be48b5 [2021-03-20T17:30:41.717Z] ---> 94a19f9b210c [2021-03-20T17:30:41.717Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:30:41.983Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:42.283Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:42.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-20T17:30:42.284Z] 60214a94799c: Preparing [2021-03-20T17:30:42.284Z] 60214a94799c: Preparing [2021-03-20T17:30:42.284Z] e890e66f0c9e: Preparing [2021-03-20T17:30:42.284Z] 59870bee9e57: Preparing [2021-03-20T17:30:42.284Z] 80affd7edd75: Preparing [2021-03-20T17:30:42.284Z] 6b3dc67a3c23: Preparing [2021-03-20T17:30:42.284Z] 4b853e6259ed: Preparing [2021-03-20T17:30:42.284Z] 79c35a894e4a: Preparing [2021-03-20T17:30:42.284Z] 79c35a894e4a: Preparing [2021-03-20T17:30:42.284Z] 625ae652c949: Preparing [2021-03-20T17:30:42.284Z] 3ec83841f9ea: Preparing [2021-03-20T17:30:42.284Z] 33e8713114f8: Preparing [2021-03-20T17:30:42.284Z] 4b853e6259ed: Waiting [2021-03-20T17:30:42.284Z] 79c35a894e4a: Waiting [2021-03-20T17:30:42.284Z] 625ae652c949: Waiting [2021-03-20T17:30:42.284Z] 3ec83841f9ea: Waiting [2021-03-20T17:30:42.284Z] 33e8713114f8: Waiting [2021-03-20T17:30:42.354Z] ---> Running in 884b29316d78 [2021-03-20T17:30:42.555Z] e890e66f0c9e: Pushed [2021-03-20T17:30:42.555Z] 80affd7edd75: Pushed [2021-03-20T17:30:42.555Z] 60214a94799c: Pushed [2021-03-20T17:30:42.555Z] 59870bee9e57: Pushed [2021-03-20T17:30:42.555Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:42.555Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:42.555Z] 79c35a894e4a: Pushed [2021-03-20T17:30:42.555Z] 3ec83841f9ea: Pushed [2021-03-20T17:30:42.818Z] 625ae652c949: Pushed [2021-03-20T17:30:43.358Z] Removing intermediate container 884b29316d78 [2021-03-20T17:30:43.358Z] ---> 56c2677faf9a [2021-03-20T17:30:43.358Z] Step 13/24 : WORKDIR / [2021-03-20T17:30:43.391Z] 6b3dc67a3c23: Pushed [2021-03-20T17:30:43.639Z] Removing intermediate container 7ddd7414139f [2021-03-20T17:30:43.639Z] ---> 0fc93699534c [2021-03-20T17:30:43.639Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-20T17:30:43.639Z] ---> Running in 16236dfbee92 [2021-03-20T17:30:43.652Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:ee62acbd8df723e0073765c55f24c95a848e7f7244ec3fae8d018de40cd76465 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:43.956Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:44.253Z] ---> Running in cac9bcae4943 [2021-03-20T17:30:44.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.134 [2021-03-20T17:30:44.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-20T17:30:44.254Z] 60214a94799c: Preparing [2021-03-20T17:30:44.254Z] 60214a94799c: Preparing [2021-03-20T17:30:44.254Z] e890e66f0c9e: Preparing [2021-03-20T17:30:44.254Z] 59870bee9e57: Preparing [2021-03-20T17:30:44.254Z] 80affd7edd75: Preparing [2021-03-20T17:30:44.254Z] 6b3dc67a3c23: Preparing [2021-03-20T17:30:44.254Z] 4b853e6259ed: Preparing [2021-03-20T17:30:44.254Z] 79c35a894e4a: Preparing [2021-03-20T17:30:44.254Z] 79c35a894e4a: Preparing [2021-03-20T17:30:44.254Z] 625ae652c949: Preparing [2021-03-20T17:30:44.254Z] 3ec83841f9ea: Preparing [2021-03-20T17:30:44.254Z] 33e8713114f8: Preparing [2021-03-20T17:30:44.254Z] 79c35a894e4a: Waiting [2021-03-20T17:30:44.254Z] 4b853e6259ed: Waiting [2021-03-20T17:30:44.254Z] 625ae652c949: Waiting [2021-03-20T17:30:44.254Z] 3ec83841f9ea: Waiting [2021-03-20T17:30:44.254Z] 33e8713114f8: Waiting [2021-03-20T17:30:44.254Z] e890e66f0c9e: Layer already exists [2021-03-20T17:30:44.254Z] 80affd7edd75: Layer already exists [2021-03-20T17:30:44.254Z] 59870bee9e57: Layer already exists [2021-03-20T17:30:44.254Z] 60214a94799c: Layer already exists [2021-03-20T17:30:44.254Z] 6b3dc67a3c23: Layer already exists [2021-03-20T17:30:44.254Z] 625ae652c949: Layer already exists [2021-03-20T17:30:44.254Z] 79c35a894e4a: Layer already exists [2021-03-20T17:30:44.254Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:44.254Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:44.254Z] 3ec83841f9ea: Layer already exists [2021-03-20T17:30:44.254Z] 2.0.0-dev.134: digest: sha256:ee62acbd8df723e0073765c55f24c95a848e7f7244ec3fae8d018de40cd76465 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:44.557Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:44.856Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:44.856Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-20T17:30:44.856Z] 60214a94799c: Preparing [2021-03-20T17:30:44.856Z] 60214a94799c: Preparing [2021-03-20T17:30:44.856Z] e890e66f0c9e: Preparing [2021-03-20T17:30:44.856Z] 59870bee9e57: Preparing [2021-03-20T17:30:44.856Z] 80affd7edd75: Preparing [2021-03-20T17:30:44.856Z] 6b3dc67a3c23: Preparing [2021-03-20T17:30:44.856Z] 4b853e6259ed: Preparing [2021-03-20T17:30:44.856Z] 79c35a894e4a: Preparing [2021-03-20T17:30:44.856Z] 79c35a894e4a: Preparing [2021-03-20T17:30:44.856Z] 625ae652c949: Preparing [2021-03-20T17:30:44.856Z] 3ec83841f9ea: Preparing [2021-03-20T17:30:44.856Z] 33e8713114f8: Preparing [2021-03-20T17:30:44.856Z] 4b853e6259ed: Waiting [2021-03-20T17:30:44.856Z] 79c35a894e4a: Waiting [2021-03-20T17:30:44.856Z] 625ae652c949: Waiting [2021-03-20T17:30:44.856Z] 3ec83841f9ea: Waiting [2021-03-20T17:30:44.856Z] 33e8713114f8: Waiting [2021-03-20T17:30:44.856Z] 59870bee9e57: Layer already exists [2021-03-20T17:30:44.856Z] e890e66f0c9e: Layer already exists [2021-03-20T17:30:44.856Z] 80affd7edd75: Layer already exists [2021-03-20T17:30:44.856Z] 60214a94799c: Layer already exists [2021-03-20T17:30:44.856Z] 6b3dc67a3c23: Layer already exists [2021-03-20T17:30:44.856Z] 79c35a894e4a: Layer already exists [2021-03-20T17:30:44.856Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:44.856Z] 625ae652c949: Layer already exists [2021-03-20T17:30:44.856Z] 3ec83841f9ea: Layer already exists [2021-03-20T17:30:44.856Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:44.856Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:ee62acbd8df723e0073765c55f24c95a848e7f7244ec3fae8d018de40cd76465 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:45.162Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:45.245Z] Removing intermediate container 16236dfbee92 [2021-03-20T17:30:45.245Z] ---> 6e135248748b [2021-03-20T17:30:45.245Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-20T17:30:45.245Z] Removing intermediate container cac9bcae4943 [2021-03-20T17:30:45.245Z] ---> 557d737860d0 [2021-03-20T17:30:45.245Z] Step 13/21 : WORKDIR /edgex [2021-03-20T17:30:45.465Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-20T17:30:45.465Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-20T17:30:45.465Z] 60214a94799c: Preparing [2021-03-20T17:30:45.465Z] 60214a94799c: Preparing [2021-03-20T17:30:45.465Z] e890e66f0c9e: Preparing [2021-03-20T17:30:45.465Z] 59870bee9e57: Preparing [2021-03-20T17:30:45.465Z] 80affd7edd75: Preparing [2021-03-20T17:30:45.465Z] 6b3dc67a3c23: Preparing [2021-03-20T17:30:45.465Z] 4b853e6259ed: Preparing [2021-03-20T17:30:45.465Z] 79c35a894e4a: Preparing [2021-03-20T17:30:45.465Z] 79c35a894e4a: Preparing [2021-03-20T17:30:45.465Z] 625ae652c949: Preparing [2021-03-20T17:30:45.465Z] 3ec83841f9ea: Preparing [2021-03-20T17:30:45.465Z] 33e8713114f8: Preparing [2021-03-20T17:30:45.465Z] 4b853e6259ed: Waiting [2021-03-20T17:30:45.465Z] 79c35a894e4a: Waiting [2021-03-20T17:30:45.465Z] 625ae652c949: Waiting [2021-03-20T17:30:45.465Z] 3ec83841f9ea: Waiting [2021-03-20T17:30:45.465Z] 33e8713114f8: Waiting [2021-03-20T17:30:45.465Z] e890e66f0c9e: Layer already exists [2021-03-20T17:30:45.465Z] 60214a94799c: Layer already exists [2021-03-20T17:30:45.465Z] 59870bee9e57: Layer already exists [2021-03-20T17:30:45.465Z] 6b3dc67a3c23: Layer already exists [2021-03-20T17:30:45.465Z] 80affd7edd75: Layer already exists [2021-03-20T17:30:45.465Z] 79c35a894e4a: Layer already exists [2021-03-20T17:30:45.465Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:45.465Z] 3ec83841f9ea: Layer already exists [2021-03-20T17:30:45.465Z] 625ae652c949: Layer already exists [2021-03-20T17:30:45.465Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:45.465Z] master: digest: sha256:ee62acbd8df723e0073765c55f24c95a848e7f7244ec3fae8d018de40cd76465 size: 2816 [Pipeline] } [2021-03-20T17:30:45.516Z] ---> Running in cd1471681666 [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:30:45.670Z] ===================================================== [Pipeline] echo [2021-03-20T17:30:45.714Z] taggedImages: [2021-03-20T17:30:45.714Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:45.714Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.134 [2021-03-20T17:30:45.714Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:45.714Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-20T17:30:45.777Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-20T17:30:45.777Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:45.777Z] 2.0.0-dev.134 [2021-03-20T17:30:45.777Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:45.777Z] master [2021-03-20T17:30:45.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:46.242Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:46.501Z] Removing intermediate container 640844b9cacc [2021-03-20T17:30:46.501Z] ---> 1e1d30025425 [2021-03-20T17:30:46.501Z] [2021-03-20T17:30:46.501Z] Step 11/26 : FROM docker:20.10.0 [2021-03-20T17:30:46.501Z] 20.10.0: Pulling from library/docker [2021-03-20T17:30:46.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:46.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-20T17:30:46.539Z] 95b5dcaad9d4: Preparing [2021-03-20T17:30:46.539Z] 9f71b3cc4722: Preparing [2021-03-20T17:30:46.539Z] 8a9b87121fab: Preparing [2021-03-20T17:30:46.539Z] e19ac323bac4: Preparing [2021-03-20T17:30:46.539Z] c8db97f9d2ff: Preparing [2021-03-20T17:30:46.539Z] 33e8713114f8: Preparing [2021-03-20T17:30:46.539Z] 33e8713114f8: Waiting [2021-03-20T17:30:46.539Z] 8a9b87121fab: Pushed [2021-03-20T17:30:46.773Z] ---> 52b34df6e257 [2021-03-20T17:30:46.773Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-20T17:30:46.803Z] e19ac323bac4: Pushed [2021-03-20T17:30:46.803Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:47.063Z] c8db97f9d2ff: Pushed [2021-03-20T17:30:47.377Z] Removing intermediate container cd1471681666 [2021-03-20T17:30:47.377Z] ---> d3dc75f2b922 [2021-03-20T17:30:47.377Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-20T17:30:47.636Z] 9f71b3cc4722: Pushed [2021-03-20T17:30:47.636Z] 95b5dcaad9d4: Pushed [2021-03-20T17:30:47.636Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:d74a59f2f81239de2df469d5f1289a9e4d50bffd17ed1abc335369393380df56 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:47.945Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:47.997Z] Removing intermediate container 97b7dcf8c151 [2021-03-20T17:30:47.997Z] ---> f9e08dc5f58a [2021-03-20T17:30:47.997Z] [2021-03-20T17:30:47.997Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:30:47.997Z] ---> d10569e2745f [2021-03-20T17:30:47.997Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:30:47.997Z] ---> 1c29ccc02232 [2021-03-20T17:30:47.997Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-20T17:30:48.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.134 [2021-03-20T17:30:48.266Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-20T17:30:48.266Z] 95b5dcaad9d4: Preparing [2021-03-20T17:30:48.266Z] 9f71b3cc4722: Preparing [2021-03-20T17:30:48.266Z] 8a9b87121fab: Preparing [2021-03-20T17:30:48.266Z] e19ac323bac4: Preparing [2021-03-20T17:30:48.266Z] c8db97f9d2ff: Preparing [2021-03-20T17:30:48.266Z] 33e8713114f8: Preparing [2021-03-20T17:30:48.266Z] 33e8713114f8: Waiting [2021-03-20T17:30:48.266Z] 8a9b87121fab: Layer already exists [2021-03-20T17:30:48.266Z] e19ac323bac4: Layer already exists [2021-03-20T17:30:48.266Z] 9f71b3cc4722: Layer already exists [2021-03-20T17:30:48.266Z] 95b5dcaad9d4: Layer already exists [2021-03-20T17:30:48.266Z] c8db97f9d2ff: Layer already exists [2021-03-20T17:30:48.266Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:48.266Z] 2.0.0-dev.134: digest: sha256:d74a59f2f81239de2df469d5f1289a9e4d50bffd17ed1abc335369393380df56 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:48.576Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:48.600Z] ---> Running in dfe34c3f975a [2021-03-20T17:30:48.601Z] ---> fd0e615a6fdf [2021-03-20T17:30:48.601Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-20T17:30:48.887Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:48.887Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-20T17:30:48.887Z] 95b5dcaad9d4: Preparing [2021-03-20T17:30:48.887Z] 9f71b3cc4722: Preparing [2021-03-20T17:30:48.887Z] 8a9b87121fab: Preparing [2021-03-20T17:30:48.887Z] e19ac323bac4: Preparing [2021-03-20T17:30:48.887Z] c8db97f9d2ff: Preparing [2021-03-20T17:30:48.887Z] 33e8713114f8: Preparing [2021-03-20T17:30:48.887Z] 33e8713114f8: Waiting [2021-03-20T17:30:48.887Z] 9f71b3cc4722: Layer already exists [2021-03-20T17:30:48.887Z] e19ac323bac4: Layer already exists [2021-03-20T17:30:48.887Z] 95b5dcaad9d4: Layer already exists [2021-03-20T17:30:48.887Z] 8a9b87121fab: Layer already exists [2021-03-20T17:30:48.887Z] c8db97f9d2ff: Layer already exists [2021-03-20T17:30:48.887Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:48.887Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:d74a59f2f81239de2df469d5f1289a9e4d50bffd17ed1abc335369393380df56 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:49.205Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:49.510Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-20T17:30:49.510Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-20T17:30:49.510Z] 95b5dcaad9d4: Preparing [2021-03-20T17:30:49.510Z] 9f71b3cc4722: Preparing [2021-03-20T17:30:49.510Z] 8a9b87121fab: Preparing [2021-03-20T17:30:49.510Z] e19ac323bac4: Preparing [2021-03-20T17:30:49.510Z] c8db97f9d2ff: Preparing [2021-03-20T17:30:49.510Z] 33e8713114f8: Preparing [2021-03-20T17:30:49.510Z] 33e8713114f8: Waiting [2021-03-20T17:30:49.510Z] e19ac323bac4: Layer already exists [2021-03-20T17:30:49.510Z] c8db97f9d2ff: Layer already exists [2021-03-20T17:30:49.510Z] 8a9b87121fab: Layer already exists [2021-03-20T17:30:49.510Z] 9f71b3cc4722: Layer already exists [2021-03-20T17:30:49.510Z] 95b5dcaad9d4: Layer already exists [2021-03-20T17:30:49.510Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:49.510Z] master: digest: sha256:d74a59f2f81239de2df469d5f1289a9e4d50bffd17ed1abc335369393380df56 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [2021-03-20T17:30:49.601Z] Removing intermediate container ef581d9e3024 [2021-03-20T17:30:49.601Z] ---> fe03d2b2dd53 [2021-03-20T17:30:49.601Z] [2021-03-20T17:30:49.601Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:30:49.601Z] ---> d10569e2745f [2021-03-20T17:30:49.601Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-20T17:30:49.601Z] ---> cf7681ddb17f [2021-03-20T17:30:49.601Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:30:49.690Z] ===================================================== [Pipeline] echo [2021-03-20T17:30:49.740Z] taggedImages: [2021-03-20T17:30:49.740Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:49.740Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.134 [2021-03-20T17:30:49.740Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:49.740Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-20T17:30:49.815Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-20T17:30:49.815Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:49.815Z] 2.0.0-dev.134 [2021-03-20T17:30:49.815Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:49.815Z] master [2021-03-20T17:30:49.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [2021-03-20T17:30:49.880Z] ---> Running in 0e347d77c3bc [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:50.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:30:50.295Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:50.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:30:50.594Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:50.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-20T17:30:50.594Z] 3e02207ed0cb: Preparing [2021-03-20T17:30:50.594Z] 1c26d0b4e92a: Preparing [2021-03-20T17:30:50.594Z] e4d9b31f50fd: Preparing [2021-03-20T17:30:50.594Z] 219b5dc07708: Preparing [2021-03-20T17:30:50.594Z] 3fc05ac12eec: Preparing [2021-03-20T17:30:50.594Z] bd53160f1560: Preparing [2021-03-20T17:30:50.594Z] a37b1d27d1ef: Preparing [2021-03-20T17:30:50.594Z] c32a779476b9: Preparing [2021-03-20T17:30:50.594Z] 33e8713114f8: Preparing [2021-03-20T17:30:50.594Z] bd53160f1560: Waiting [2021-03-20T17:30:50.594Z] a37b1d27d1ef: Waiting [2021-03-20T17:30:50.594Z] c32a779476b9: Waiting [2021-03-20T17:30:50.594Z] 33e8713114f8: Waiting [2021-03-20T17:30:50.860Z] 1c26d0b4e92a: Pushed [2021-03-20T17:30:50.860Z] 3fc05ac12eec: Pushed [2021-03-20T17:30:50.860Z] 3e02207ed0cb: Pushed [2021-03-20T17:30:50.860Z] bd53160f1560: Pushed [2021-03-20T17:30:50.860Z] a37b1d27d1ef: Pushed [2021-03-20T17:30:51.045Z] ---> bb14b8d64f99 [2021-03-20T17:30:51.045Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-20T17:30:51.121Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:51.121Z] c32a779476b9: Pushed [2021-03-20T17:30:51.322Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-20T17:30:51.322Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:51.322Z] OK: 5 MiB in 15 packages [2021-03-20T17:30:51.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:30:51.382Z] 219b5dc07708: Pushed [2021-03-20T17:30:51.598Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:30:51.646Z] e4d9b31f50fd: Pushed [2021-03-20T17:30:51.646Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:8e96f5c3f3f8b2db9ad1e6506ec4de9afb21d92af9e13ea06c08ef1aed887241 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:52.162Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.134 [2021-03-20T17:30:52.203Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-20T17:30:52.203Z] ---> 981779c61d8a [2021-03-20T17:30:52.203Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-20T17:30:52.203Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:30:52.203Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:30:52.203Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:52.488Z] OK: 6 MiB in 16 packages [2021-03-20T17:30:52.729Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.134 [2021-03-20T17:30:52.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-20T17:30:52.729Z] 3e02207ed0cb: Preparing [2021-03-20T17:30:52.729Z] 1c26d0b4e92a: Preparing [2021-03-20T17:30:52.729Z] e4d9b31f50fd: Preparing [2021-03-20T17:30:52.729Z] 219b5dc07708: Preparing [2021-03-20T17:30:52.729Z] 3fc05ac12eec: Preparing [2021-03-20T17:30:52.729Z] bd53160f1560: Preparing [2021-03-20T17:30:52.729Z] a37b1d27d1ef: Preparing [2021-03-20T17:30:52.729Z] c32a779476b9: Preparing [2021-03-20T17:30:52.729Z] 33e8713114f8: Preparing [2021-03-20T17:30:52.729Z] bd53160f1560: Waiting [2021-03-20T17:30:52.729Z] a37b1d27d1ef: Waiting [2021-03-20T17:30:52.729Z] c32a779476b9: Waiting [2021-03-20T17:30:52.729Z] 33e8713114f8: Waiting [2021-03-20T17:30:52.729Z] 219b5dc07708: Layer already exists [2021-03-20T17:30:52.729Z] e4d9b31f50fd: Layer already exists [2021-03-20T17:30:52.729Z] 3e02207ed0cb: Layer already exists [2021-03-20T17:30:52.729Z] 3fc05ac12eec: Layer already exists [2021-03-20T17:30:52.729Z] 1c26d0b4e92a: Layer already exists [2021-03-20T17:30:52.729Z] bd53160f1560: Layer already exists [2021-03-20T17:30:52.729Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:52.729Z] a37b1d27d1ef: Layer already exists [2021-03-20T17:30:52.729Z] c32a779476b9: Layer already exists [2021-03-20T17:30:52.729Z] 2.0.0-dev.134: digest: sha256:8e96f5c3f3f8b2db9ad1e6506ec4de9afb21d92af9e13ea06c08ef1aed887241 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:52.770Z] ---> 1f4d32aebeda [2021-03-20T17:30:52.770Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-20T17:30:53.040Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:53.061Z] ---> Running in cb03b1732fe9 [2021-03-20T17:30:53.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:53.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-20T17:30:53.342Z] 3e02207ed0cb: Preparing [2021-03-20T17:30:53.342Z] 1c26d0b4e92a: Preparing [2021-03-20T17:30:53.342Z] e4d9b31f50fd: Preparing [2021-03-20T17:30:53.342Z] 219b5dc07708: Preparing [2021-03-20T17:30:53.342Z] 3fc05ac12eec: Preparing [2021-03-20T17:30:53.342Z] bd53160f1560: Preparing [2021-03-20T17:30:53.342Z] a37b1d27d1ef: Preparing [2021-03-20T17:30:53.342Z] c32a779476b9: Preparing [2021-03-20T17:30:53.342Z] 33e8713114f8: Preparing [2021-03-20T17:30:53.342Z] a37b1d27d1ef: Waiting [2021-03-20T17:30:53.342Z] c32a779476b9: Waiting [2021-03-20T17:30:53.342Z] 33e8713114f8: Waiting [2021-03-20T17:30:53.342Z] bd53160f1560: Waiting [2021-03-20T17:30:53.342Z] e4d9b31f50fd: Layer already exists [2021-03-20T17:30:53.342Z] 3e02207ed0cb: Layer already exists [2021-03-20T17:30:53.342Z] 3fc05ac12eec: Layer already exists [2021-03-20T17:30:53.342Z] 1c26d0b4e92a: Layer already exists [2021-03-20T17:30:53.342Z] 219b5dc07708: Layer already exists [2021-03-20T17:30:53.342Z] bd53160f1560: Layer already exists [2021-03-20T17:30:53.342Z] c32a779476b9: Layer already exists [2021-03-20T17:30:53.342Z] a37b1d27d1ef: Layer already exists [2021-03-20T17:30:53.342Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:53.342Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:8e96f5c3f3f8b2db9ad1e6506ec4de9afb21d92af9e13ea06c08ef1aed887241 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:53.745Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:54.043Z] Removing intermediate container dfe34c3f975a [2021-03-20T17:30:54.043Z] ---> e8091a6d3040 [2021-03-20T17:30:54.043Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:30:54.112Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-20T17:30:54.112Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-20T17:30:54.112Z] 3e02207ed0cb: Preparing [2021-03-20T17:30:54.112Z] 1c26d0b4e92a: Preparing [2021-03-20T17:30:54.112Z] e4d9b31f50fd: Preparing [2021-03-20T17:30:54.112Z] 219b5dc07708: Preparing [2021-03-20T17:30:54.112Z] 3fc05ac12eec: Preparing [2021-03-20T17:30:54.112Z] bd53160f1560: Preparing [2021-03-20T17:30:54.112Z] a37b1d27d1ef: Preparing [2021-03-20T17:30:54.112Z] c32a779476b9: Preparing [2021-03-20T17:30:54.112Z] 33e8713114f8: Preparing [2021-03-20T17:30:54.112Z] bd53160f1560: Waiting [2021-03-20T17:30:54.112Z] a37b1d27d1ef: Waiting [2021-03-20T17:30:54.112Z] c32a779476b9: Waiting [2021-03-20T17:30:54.112Z] 33e8713114f8: Waiting [2021-03-20T17:30:54.112Z] 3fc05ac12eec: Layer already exists [2021-03-20T17:30:54.112Z] 1c26d0b4e92a: Layer already exists [2021-03-20T17:30:54.112Z] 219b5dc07708: Layer already exists [2021-03-20T17:30:54.112Z] 3e02207ed0cb: Layer already exists [2021-03-20T17:30:54.112Z] e4d9b31f50fd: Layer already exists [2021-03-20T17:30:54.112Z] bd53160f1560: Layer already exists [2021-03-20T17:30:54.112Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:54.112Z] c32a779476b9: Layer already exists [2021-03-20T17:30:54.112Z] a37b1d27d1ef: Layer already exists [2021-03-20T17:30:54.112Z] master: digest: sha256:8e96f5c3f3f8b2db9ad1e6506ec4de9afb21d92af9e13ea06c08ef1aed887241 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:30:54.282Z] ===================================================== [2021-03-20T17:30:54.316Z] ---> 967f9d68f04e [2021-03-20T17:30:54.317Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [Pipeline] echo [2021-03-20T17:30:54.326Z] taggedImages: [2021-03-20T17:30:54.326Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:54.326Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.134 [2021-03-20T17:30:54.326Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:54.326Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-20T17:30:54.386Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-20T17:30:54.386Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:54.386Z] 2.0.0-dev.134 [2021-03-20T17:30:54.386Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:54.386Z] master [2021-03-20T17:30:54.386Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:54.595Z] ---> Running in 07b1b3652d7d [2021-03-20T17:30:54.595Z] Removing intermediate container cb03b1732fe9 [2021-03-20T17:30:54.595Z] ---> 06b8bfa98242 [2021-03-20T17:30:54.595Z] Step 18/21 : CMD ["--init=true"] [2021-03-20T17:30:54.856Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:55.155Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:55.155Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-20T17:30:55.155Z] 78ac29db53c0: Preparing [2021-03-20T17:30:55.155Z] 16236b8fa75f: Preparing [2021-03-20T17:30:55.155Z] 4b853e6259ed: Preparing [2021-03-20T17:30:55.155Z] 23f2449ea7aa: Preparing [2021-03-20T17:30:55.155Z] 33e8713114f8: Preparing [2021-03-20T17:30:55.155Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:55.155Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:55.155Z] 78ac29db53c0: Pushed [2021-03-20T17:30:55.190Z] Removing intermediate container 0e347d77c3bc [2021-03-20T17:30:55.190Z] ---> 52a5d47ea41a [2021-03-20T17:30:55.190Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:30:55.190Z] ---> Running in 819769c01fd1 [2021-03-20T17:30:55.463Z] ---> Running in 6627b3f999e3 [2021-03-20T17:30:55.463Z] Removing intermediate container 07b1b3652d7d [2021-03-20T17:30:55.463Z] ---> 2affec54c870 [2021-03-20T17:30:55.463Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-20T17:30:55.730Z] 23f2449ea7aa: Pushed [2021-03-20T17:30:56.060Z] ---> f0c0f29dd0f4 [2021-03-20T17:30:56.060Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-20T17:30:56.302Z] 16236b8fa75f: Pushed [2021-03-20T17:30:56.334Z] ---> Running in 7cb602306946 [2021-03-20T17:30:56.565Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:c3de56483f1944c8ece50da2a0d8d05c4b3366bccbba1d08d9f34ad68ff71be8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:56.605Z] ---> Running in 34a222b9b70c [2021-03-20T17:30:56.605Z] Removing intermediate container 819769c01fd1 [2021-03-20T17:30:56.605Z] ---> 38134a477d22 [2021-03-20T17:30:56.605Z] Step 19/21 : LABEL arch=arm64 [2021-03-20T17:30:56.605Z] Removing intermediate container 6627b3f999e3 [2021-03-20T17:30:56.605Z] ---> d41727444003 [2021-03-20T17:30:56.605Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-20T17:30:56.872Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:57.175Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.134 [2021-03-20T17:30:57.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-20T17:30:57.175Z] 78ac29db53c0: Preparing [2021-03-20T17:30:57.175Z] 16236b8fa75f: Preparing [2021-03-20T17:30:57.175Z] 4b853e6259ed: Preparing [2021-03-20T17:30:57.175Z] 23f2449ea7aa: Preparing [2021-03-20T17:30:57.175Z] 33e8713114f8: Preparing [2021-03-20T17:30:57.175Z] 16236b8fa75f: Layer already exists [2021-03-20T17:30:57.175Z] 23f2449ea7aa: Layer already exists [2021-03-20T17:30:57.175Z] 78ac29db53c0: Layer already exists [2021-03-20T17:30:57.175Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:57.175Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:57.175Z] 2.0.0-dev.134: digest: sha256:c3de56483f1944c8ece50da2a0d8d05c4b3366bccbba1d08d9f34ad68ff71be8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:57.484Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:57.593Z] ---> Running in e27bccc27111 [2021-03-20T17:30:57.593Z] ---> Running in 80391760237a [2021-03-20T17:30:57.593Z] Removing intermediate container 7cb602306946 [2021-03-20T17:30:57.593Z] ---> dfc919f2d6e8 [2021-03-20T17:30:57.593Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:30:57.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:57.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-20T17:30:57.783Z] 78ac29db53c0: Preparing [2021-03-20T17:30:57.783Z] 16236b8fa75f: Preparing [2021-03-20T17:30:57.783Z] 4b853e6259ed: Preparing [2021-03-20T17:30:57.783Z] 23f2449ea7aa: Preparing [2021-03-20T17:30:57.783Z] 33e8713114f8: Preparing [2021-03-20T17:30:57.783Z] 16236b8fa75f: Layer already exists [2021-03-20T17:30:57.783Z] 23f2449ea7aa: Layer already exists [2021-03-20T17:30:57.783Z] 78ac29db53c0: Layer already exists [2021-03-20T17:30:57.783Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:57.783Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:57.783Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:c3de56483f1944c8ece50da2a0d8d05c4b3366bccbba1d08d9f34ad68ff71be8 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:58.088Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:58.210Z] ---> Running in adc0d399605e [2021-03-20T17:30:58.389Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-20T17:30:58.389Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-20T17:30:58.389Z] 78ac29db53c0: Preparing [2021-03-20T17:30:58.389Z] 16236b8fa75f: Preparing [2021-03-20T17:30:58.389Z] 4b853e6259ed: Preparing [2021-03-20T17:30:58.389Z] 23f2449ea7aa: Preparing [2021-03-20T17:30:58.389Z] 33e8713114f8: Preparing [2021-03-20T17:30:58.389Z] 78ac29db53c0: Layer already exists [2021-03-20T17:30:58.389Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:58.389Z] 23f2449ea7aa: Layer already exists [2021-03-20T17:30:58.389Z] 16236b8fa75f: Layer already exists [2021-03-20T17:30:58.389Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:58.389Z] master: digest: sha256:c3de56483f1944c8ece50da2a0d8d05c4b3366bccbba1d08d9f34ad68ff71be8 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [2021-03-20T17:30:58.486Z] Removing intermediate container e27bccc27111 [2021-03-20T17:30:58.486Z] ---> 1647995c0144 [2021-03-20T17:30:58.486Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:30:58.486Z] Removing intermediate container 80391760237a [2021-03-20T17:30:58.486Z] ---> 430e93c4339e [2021-03-20T17:30:58.486Z] Step 20/21 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:30:58.586Z] ===================================================== [Pipeline] echo [2021-03-20T17:30:58.631Z] taggedImages: [2021-03-20T17:30:58.631Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:58.631Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.134 [2021-03-20T17:30:58.631Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:58.631Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-20T17:30:58.693Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-20T17:30:58.693Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:58.693Z] 2.0.0-dev.134 [2021-03-20T17:30:58.693Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:30:58.693Z] master [2021-03-20T17:30:58.693Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:59.084Z] ---> Running in 151d6449318f [2021-03-20T17:30:59.084Z] ---> Running in b552fe717c91 [2021-03-20T17:30:59.084Z] Removing intermediate container adc0d399605e [2021-03-20T17:30:59.084Z] ---> 61816f8315bf [2021-03-20T17:30:59.084Z] Step 15/23 : WORKDIR / [2021-03-20T17:30:59.223Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:30:59.357Z] ---> Running in 3df1cd1bb30e [2021-03-20T17:30:59.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:30:59.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-20T17:30:59.525Z] 4828f2dfa29e: Preparing [2021-03-20T17:30:59.525Z] 69c619b7e2b4: Preparing [2021-03-20T17:30:59.525Z] 4b853e6259ed: Preparing [2021-03-20T17:30:59.525Z] 8284727bca09: Preparing [2021-03-20T17:30:59.525Z] 33e8713114f8: Preparing [2021-03-20T17:30:59.525Z] 4b853e6259ed: Layer already exists [2021-03-20T17:30:59.525Z] 33e8713114f8: Layer already exists [2021-03-20T17:30:59.525Z] 8284727bca09: Layer already exists [2021-03-20T17:30:59.631Z] Removing intermediate container 151d6449318f [2021-03-20T17:30:59.631Z] ---> 4bc383fbb8dc [2021-03-20T17:30:59.631Z] Step 21/21 : LABEL version=2.0.0-dev.134 [2021-03-20T17:30:59.786Z] 4828f2dfa29e: Pushed [2021-03-20T17:30:59.911Z] Removing intermediate container b552fe717c91 [2021-03-20T17:30:59.911Z] ---> baca883592d6 [2021-03-20T17:30:59.911Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:31:00.185Z] ---> Running in e969fc4879e3 [2021-03-20T17:31:00.185Z] Removing intermediate container 3df1cd1bb30e [2021-03-20T17:31:00.185Z] ---> e391d058f94b [2021-03-20T17:31:00.185Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:31:00.459Z] Removing intermediate container 34a222b9b70c [2021-03-20T17:31:00.459Z] ---> 31fa643bf13e [2021-03-20T17:31:00.459Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-20T17:31:00.732Z] 69c619b7e2b4: Pushed [2021-03-20T17:31:00.732Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:2815a6dfd7d92619956f34368c1193b089081f19298c685e12fe67a58cf48178 size: 1363 [2021-03-20T17:31:00.737Z] ---> Running in cb72eb6509ab [2021-03-20T17:31:00.737Z] Removing intermediate container e969fc4879e3 [2021-03-20T17:31:00.737Z] ---> 0f9fab702a9a [2021-03-20T17:31:00.737Z] [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:01.014Z] ---> f187784a71b2 [2021-03-20T17:31:01.014Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-20T17:31:01.039Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:01.300Z] Removing intermediate container cb72eb6509ab [2021-03-20T17:31:01.300Z] ---> bc344728b7b6 [2021-03-20T17:31:01.300Z] Step 22/24 : LABEL arch=arm64 [2021-03-20T17:31:01.300Z] Successfully built 0f9fab702a9a [2021-03-20T17:31:01.300Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-20T17:31:01.300Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-03-20T17:31:01.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.134 [2021-03-20T17:31:01.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-20T17:31:01.346Z] 4828f2dfa29e: Preparing [2021-03-20T17:31:01.346Z] 69c619b7e2b4: Preparing [2021-03-20T17:31:01.346Z] 4b853e6259ed: Preparing [2021-03-20T17:31:01.346Z] 8284727bca09: Preparing [2021-03-20T17:31:01.346Z] 33e8713114f8: Preparing [2021-03-20T17:31:01.346Z] 33e8713114f8: Layer already exists [2021-03-20T17:31:01.346Z] 8284727bca09: Layer already exists [2021-03-20T17:31:01.346Z] 4828f2dfa29e: Layer already exists [2021-03-20T17:31:01.346Z] 69c619b7e2b4: Layer already exists [2021-03-20T17:31:01.346Z] 4b853e6259ed: Layer already exists [2021-03-20T17:31:01.346Z] 2.0.0-dev.134: digest: sha256:2815a6dfd7d92619956f34368c1193b089081f19298c685e12fe67a58cf48178 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:01.581Z] ---> d7ca549c25b0 [2021-03-20T17:31:01.581Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-20T17:31:01.581Z] ---> Running in d0598595197d [2021-03-20T17:31:01.664Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:01.865Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-20T17:31:01.865Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-20T17:31:01.865Z] ---> eeaf43b92773 [2021-03-20T17:31:01.865Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-20T17:31:01.967Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:31:01.967Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-20T17:31:01.967Z] 4828f2dfa29e: Preparing [2021-03-20T17:31:01.967Z] 69c619b7e2b4: Preparing [2021-03-20T17:31:01.967Z] 4b853e6259ed: Preparing [2021-03-20T17:31:01.967Z] 8284727bca09: Preparing [2021-03-20T17:31:01.967Z] 33e8713114f8: Preparing [2021-03-20T17:31:01.967Z] 4b853e6259ed: Layer already exists [2021-03-20T17:31:01.967Z] 33e8713114f8: Layer already exists [2021-03-20T17:31:01.967Z] 8284727bca09: Layer already exists [2021-03-20T17:31:01.967Z] 69c619b7e2b4: Layer already exists [2021-03-20T17:31:01.967Z] 4828f2dfa29e: Layer already exists [2021-03-20T17:31:01.967Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:2815a6dfd7d92619956f34368c1193b089081f19298c685e12fe67a58cf48178 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:02.277Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:02.462Z] ---> Running in cd22d78527dc [2021-03-20T17:31:02.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-20T17:31:02.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-20T17:31:02.580Z] 4828f2dfa29e: Preparing [2021-03-20T17:31:02.580Z] 69c619b7e2b4: Preparing [2021-03-20T17:31:02.580Z] 4b853e6259ed: Preparing [2021-03-20T17:31:02.580Z] 8284727bca09: Preparing [2021-03-20T17:31:02.580Z] 33e8713114f8: Preparing [2021-03-20T17:31:02.580Z] 8284727bca09: Layer already exists [2021-03-20T17:31:02.580Z] 69c619b7e2b4: Layer already exists [2021-03-20T17:31:02.580Z] 4b853e6259ed: Layer already exists [2021-03-20T17:31:02.580Z] 33e8713114f8: Layer already exists [2021-03-20T17:31:02.580Z] 4828f2dfa29e: Layer already exists [2021-03-20T17:31:02.580Z] master: digest: sha256:2815a6dfd7d92619956f34368c1193b089081f19298c685e12fe67a58cf48178 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-20T17:31:02.736Z] Removing intermediate container d0598595197d [2021-03-20T17:31:02.736Z] ---> d27f6298aa7a [2021-03-20T17:31:02.736Z] Step 23/24 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] echo [2021-03-20T17:31:02.757Z] ===================================================== [Pipeline] echo [2021-03-20T17:31:02.802Z] taggedImages: [2021-03-20T17:31:02.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:31:02.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.134 [2021-03-20T17:31:02.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:31:02.802Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-20T17:31:02.875Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-20T17:31:02.875Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:31:02.875Z] 2.0.0-dev.134 [2021-03-20T17:31:02.875Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:31:02.875Z] master [2021-03-20T17:31:02.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:03.389Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:03.695Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:31:03.695Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-20T17:31:03.695Z] 1f1bb73bcb01: Preparing [2021-03-20T17:31:03.695Z] 069faae27e7f: Preparing [2021-03-20T17:31:03.695Z] b31c2b5e1e8c: Preparing [2021-03-20T17:31:03.695Z] 432153672384: Preparing [2021-03-20T17:31:03.695Z] 6a7dd7bb622d: Preparing [2021-03-20T17:31:03.695Z] ed86b8edd112: Preparing [2021-03-20T17:31:03.695Z] 37687aa6dacb: Preparing [2021-03-20T17:31:03.695Z] 0754057c0ad3: Preparing [2021-03-20T17:31:03.695Z] 998cdf262ab1: Preparing [2021-03-20T17:31:03.695Z] 02e56110abd2: Preparing [2021-03-20T17:31:03.695Z] abc36efb885a: Preparing [2021-03-20T17:31:03.695Z] b0b09059f4e1: Preparing [2021-03-20T17:31:03.695Z] bb961f40224b: Preparing [2021-03-20T17:31:03.695Z] f4666769fca7: Preparing [2021-03-20T17:31:03.695Z] 02e56110abd2: Waiting [2021-03-20T17:31:03.695Z] ed86b8edd112: Waiting [2021-03-20T17:31:03.695Z] 37687aa6dacb: Waiting [2021-03-20T17:31:03.695Z] 0754057c0ad3: Waiting [2021-03-20T17:31:03.695Z] abc36efb885a: Waiting [2021-03-20T17:31:03.695Z] b0b09059f4e1: Waiting [2021-03-20T17:31:03.696Z] bb961f40224b: Waiting [2021-03-20T17:31:03.696Z] f4666769fca7: Waiting [2021-03-20T17:31:03.696Z] 998cdf262ab1: Waiting [2021-03-20T17:31:03.696Z] 6a7dd7bb622d: Pushed [2021-03-20T17:31:03.964Z] 1f1bb73bcb01: Pushed [2021-03-20T17:31:04.165Z] ---> 0af65042c4df [2021-03-20T17:31:04.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-20T17:31:04.165Z] ---> Running in 98a73a76f3f0 [2021-03-20T17:31:04.228Z] 432153672384: Pushed [2021-03-20T17:31:04.228Z] 0754057c0ad3: Layer already exists [2021-03-20T17:31:04.228Z] 998cdf262ab1: Layer already exists [2021-03-20T17:31:04.228Z] 02e56110abd2: Layer already exists [2021-03-20T17:31:04.228Z] 37687aa6dacb: Pushed [2021-03-20T17:31:04.228Z] abc36efb885a: Layer already exists [2021-03-20T17:31:04.494Z] b0b09059f4e1: Layer already exists [2021-03-20T17:31:04.494Z] bb961f40224b: Layer already exists [2021-03-20T17:31:04.494Z] f4666769fca7: Layer already exists [2021-03-20T17:31:04.766Z] ---> 20b4ae0cb364 [2021-03-20T17:31:04.766Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-20T17:31:05.040Z] Removing intermediate container 98a73a76f3f0 [2021-03-20T17:31:05.040Z] ---> ba10c816c9a1 [2021-03-20T17:31:05.040Z] Step 24/24 : LABEL version=2.0.0-dev.134 [2021-03-20T17:31:05.040Z] ---> cfbcfc2d14a8 [2021-03-20T17:31:05.040Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-20T17:31:05.068Z] ed86b8edd112: Pushed [2021-03-20T17:31:05.068Z] 069faae27e7f: Pushed [2021-03-20T17:31:05.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:31:05.312Z] ---> Running in 3bbf95ded601 [2021-03-20T17:31:05.312Z] ---> Running in 7ad42836b32d [2021-03-20T17:31:05.594Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:31:05.869Z] ---> db07e99bbdf0 [2021-03-20T17:31:05.869Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-20T17:31:05.869Z] ---> Running in 09f7c50b8db9 [2021-03-20T17:31:06.175Z] Removing intermediate container 7ad42836b32d [2021-03-20T17:31:06.175Z] ---> e6f83c4affad [2021-03-20T17:31:06.175Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:31:06.175Z] Removing intermediate container 3bbf95ded601 [2021-03-20T17:31:06.175Z] ---> 318adde9661d [2021-03-20T17:31:06.175Z] [2021-03-20T17:31:06.175Z] (1/2) Installing readline (8.0.4-r0) [2021-03-20T17:31:06.175Z] (2/2) Installing bash (5.0.17-r0) [2021-03-20T17:31:06.175Z] Executing bash-5.0.17-r0.post-install [2021-03-20T17:31:06.175Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:31:06.175Z] ---> Running in bb11fabbee1b [2021-03-20T17:31:06.175Z] OK: 12 MiB in 22 packages [2021-03-20T17:31:06.456Z] Successfully built 318adde9661d [2021-03-20T17:31:06.733Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-20T17:31:06.733Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-20T17:31:06.733Z] Removing intermediate container 09f7c50b8db9 [2021-03-20T17:31:06.733Z] ---> 8ab0d3fd8260 [2021-03-20T17:31:06.733Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:31:07.009Z] ---> Running in da050573ee0c [2021-03-20T17:31:07.009Z] Removing intermediate container bb11fabbee1b [2021-03-20T17:31:07.009Z] ---> b794bd7e85dc [2021-03-20T17:31:07.009Z] Step 20/22 : LABEL arch=arm64 [2021-03-20T17:31:07.286Z] ---> Running in 2507b7dedd4e [2021-03-20T17:31:07.564Z] Removing intermediate container da050573ee0c [2021-03-20T17:31:07.564Z] ---> e2a8c75c7f30 [2021-03-20T17:31:07.564Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:31:07.846Z] Removing intermediate container cd22d78527dc [2021-03-20T17:31:07.847Z] ---> 80d38c0a410a [2021-03-20T17:31:07.847Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-20T17:31:07.847Z] ---> Running in 89f619175d3e [2021-03-20T17:31:08.127Z] Removing intermediate container 2507b7dedd4e [2021-03-20T17:31:08.127Z] ---> 9d812e9bacd0 [2021-03-20T17:31:08.127Z] ---> Running in 8ce2ae7d58b8 [2021-03-20T17:31:08.127Z] Step 21/22 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:31:08.127Z] ---> Running in 5c3edab800f6 [2021-03-20T17:31:08.405Z] Removing intermediate container 89f619175d3e [2021-03-20T17:31:08.405Z] ---> c752376aab12 [2021-03-20T17:31:08.405Z] Step 22/23 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:31:08.682Z] Removing intermediate container 8ce2ae7d58b8 [2021-03-20T17:31:08.682Z] ---> 9027f33f5033 [2021-03-20T17:31:08.682Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-20T17:31:09.283Z] ---> Running in 0a84f46fbc6e [2021-03-20T17:31:09.283Z] Removing intermediate container 5c3edab800f6 [2021-03-20T17:31:09.283Z] ---> a9110692c846 [2021-03-20T17:31:09.283Z] Step 22/22 : LABEL version=2.0.0-dev.134 [2021-03-20T17:31:09.594Z] ---> Running in cf95fd55ba22 [2021-03-20T17:31:10.195Z] ---> Running in 1bc8c8fe2d7d [2021-03-20T17:31:10.468Z] Removing intermediate container 0a84f46fbc6e [2021-03-20T17:31:10.468Z] ---> ee05ef8fb4eb [2021-03-20T17:31:10.468Z] Step 23/23 : LABEL version=2.0.0-dev.134 [2021-03-20T17:31:10.738Z] Removing intermediate container cf95fd55ba22 [2021-03-20T17:31:10.738Z] ---> e179bffc86c7 [2021-03-20T17:31:10.738Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-20T17:31:11.012Z] ---> Running in ce83cc26b3d4 [2021-03-20T17:31:11.012Z] Removing intermediate container 1bc8c8fe2d7d [2021-03-20T17:31:11.012Z] ---> 84df85fa78e1 [2021-03-20T17:31:11.012Z] [2021-03-20T17:31:11.629Z] ---> Running in bb8cbe63b0d9 [2021-03-20T17:31:11.629Z] Successfully built 84df85fa78e1 [2021-03-20T17:31:12.230Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-20T17:31:12.230Z] Building docker-core-metadata-go [2021-03-20T17:31:12.230Z]  Building docker-support-notifications-go ... done Removing intermediate container ce83cc26b3d4 [2021-03-20T17:31:12.230Z] ---> 00f80f2fa499 [2021-03-20T17:31:12.230Z] [2021-03-20T17:31:12.509Z] Removing intermediate container bb8cbe63b0d9 [2021-03-20T17:31:12.509Z] ---> fa065ec95579 [2021-03-20T17:31:12.509Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-20T17:31:12.509Z] Successfully built 00f80f2fa499 [2021-03-20T17:31:12.509Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-20T17:31:12.509Z] Building docker-core-data-go [2021-03-20T17:31:13.228Z] b31c2b5e1e8c: Pushed [2021-03-20T17:31:13.228Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:ec8d93f26ba6f3a80f3d92e7f9a1b1e7b024c7035b18b13aa5a3cbc40106a1c0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:13.546Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:13.851Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.134 [2021-03-20T17:31:13.851Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-20T17:31:13.851Z] 1f1bb73bcb01: Preparing [2021-03-20T17:31:13.851Z] 069faae27e7f: Preparing [2021-03-20T17:31:13.851Z] b31c2b5e1e8c: Preparing [2021-03-20T17:31:13.851Z] 432153672384: Preparing [2021-03-20T17:31:13.851Z] 6a7dd7bb622d: Preparing [2021-03-20T17:31:13.851Z] ed86b8edd112: Preparing [2021-03-20T17:31:13.851Z] 37687aa6dacb: Preparing [2021-03-20T17:31:13.851Z] 0754057c0ad3: Preparing [2021-03-20T17:31:13.851Z] 998cdf262ab1: Preparing [2021-03-20T17:31:13.851Z] 02e56110abd2: Preparing [2021-03-20T17:31:13.851Z] abc36efb885a: Preparing [2021-03-20T17:31:13.851Z] b0b09059f4e1: Preparing [2021-03-20T17:31:13.851Z] bb961f40224b: Preparing [2021-03-20T17:31:13.851Z] f4666769fca7: Preparing [2021-03-20T17:31:13.851Z] 998cdf262ab1: Waiting [2021-03-20T17:31:13.851Z] 02e56110abd2: Waiting [2021-03-20T17:31:13.851Z] abc36efb885a: Waiting [2021-03-20T17:31:13.851Z] ed86b8edd112: Waiting [2021-03-20T17:31:13.851Z] 0754057c0ad3: Waiting [2021-03-20T17:31:13.851Z] 37687aa6dacb: Waiting [2021-03-20T17:31:13.851Z] bb961f40224b: Waiting [2021-03-20T17:31:13.851Z] f4666769fca7: Waiting [2021-03-20T17:31:13.851Z] 069faae27e7f: Layer already exists [2021-03-20T17:31:13.851Z] 6a7dd7bb622d: Layer already exists [2021-03-20T17:31:13.851Z] 432153672384: Layer already exists [2021-03-20T17:31:13.851Z] b31c2b5e1e8c: Layer already exists [2021-03-20T17:31:13.851Z] 1f1bb73bcb01: Layer already exists [2021-03-20T17:31:13.851Z] 0754057c0ad3: Layer already exists [2021-03-20T17:31:13.851Z] 37687aa6dacb: Layer already exists [2021-03-20T17:31:13.851Z] ed86b8edd112: Layer already exists [2021-03-20T17:31:13.851Z] 998cdf262ab1: Layer already exists [2021-03-20T17:31:13.851Z] 02e56110abd2: Layer already exists [2021-03-20T17:31:13.851Z] abc36efb885a: Layer already exists [2021-03-20T17:31:13.851Z] bb961f40224b: Layer already exists [2021-03-20T17:31:13.851Z] b0b09059f4e1: Layer already exists [2021-03-20T17:31:13.851Z] f4666769fca7: Layer already exists [2021-03-20T17:31:13.851Z] 2.0.0-dev.134: digest: sha256:ec8d93f26ba6f3a80f3d92e7f9a1b1e7b024c7035b18b13aa5a3cbc40106a1c0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:13.950Z]  Building docker-core-command-go ... done  ---> 86b115b709c9 [2021-03-20T17:31:13.950Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-20T17:31:14.159Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:14.463Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:31:14.463Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-20T17:31:14.463Z] 1f1bb73bcb01: Preparing [2021-03-20T17:31:14.463Z] 069faae27e7f: Preparing [2021-03-20T17:31:14.463Z] b31c2b5e1e8c: Preparing [2021-03-20T17:31:14.463Z] 432153672384: Preparing [2021-03-20T17:31:14.463Z] 6a7dd7bb622d: Preparing [2021-03-20T17:31:14.463Z] ed86b8edd112: Preparing [2021-03-20T17:31:14.463Z] 37687aa6dacb: Preparing [2021-03-20T17:31:14.463Z] 0754057c0ad3: Preparing [2021-03-20T17:31:14.463Z] 998cdf262ab1: Preparing [2021-03-20T17:31:14.463Z] 02e56110abd2: Preparing [2021-03-20T17:31:14.463Z] abc36efb885a: Preparing [2021-03-20T17:31:14.463Z] b0b09059f4e1: Preparing [2021-03-20T17:31:14.463Z] bb961f40224b: Preparing [2021-03-20T17:31:14.463Z] f4666769fca7: Preparing [2021-03-20T17:31:14.463Z] ed86b8edd112: Waiting [2021-03-20T17:31:14.463Z] 02e56110abd2: Waiting [2021-03-20T17:31:14.463Z] 37687aa6dacb: Waiting [2021-03-20T17:31:14.463Z] abc36efb885a: Waiting [2021-03-20T17:31:14.463Z] 0754057c0ad3: Waiting [2021-03-20T17:31:14.463Z] b0b09059f4e1: Waiting [2021-03-20T17:31:14.463Z] 998cdf262ab1: Waiting [2021-03-20T17:31:14.463Z] bb961f40224b: Waiting [2021-03-20T17:31:14.463Z] f4666769fca7: Waiting [2021-03-20T17:31:14.463Z] 069faae27e7f: Layer already exists [2021-03-20T17:31:14.463Z] b31c2b5e1e8c: Layer already exists [2021-03-20T17:31:14.463Z] 432153672384: Layer already exists [2021-03-20T17:31:14.463Z] 1f1bb73bcb01: Layer already exists [2021-03-20T17:31:14.463Z] 6a7dd7bb622d: Layer already exists [2021-03-20T17:31:14.463Z] ed86b8edd112: Layer already exists [2021-03-20T17:31:14.463Z] 02e56110abd2: Layer already exists [2021-03-20T17:31:14.463Z] 37687aa6dacb: Layer already exists [2021-03-20T17:31:14.463Z] 0754057c0ad3: Layer already exists [2021-03-20T17:31:14.463Z] 998cdf262ab1: Layer already exists [2021-03-20T17:31:14.463Z] bb961f40224b: Layer already exists [2021-03-20T17:31:14.463Z] b0b09059f4e1: Layer already exists [2021-03-20T17:31:14.463Z] f4666769fca7: Layer already exists [2021-03-20T17:31:14.463Z] abc36efb885a: Layer already exists [2021-03-20T17:31:14.463Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:ec8d93f26ba6f3a80f3d92e7f9a1b1e7b024c7035b18b13aa5a3cbc40106a1c0 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:14.557Z] ---> 031d294c4675 [2021-03-20T17:31:14.557Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-20T17:31:14.768Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:31:15.076Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-20T17:31:15.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-20T17:31:15.076Z] 1f1bb73bcb01: Preparing [2021-03-20T17:31:15.076Z] 069faae27e7f: Preparing [2021-03-20T17:31:15.076Z] b31c2b5e1e8c: Preparing [2021-03-20T17:31:15.076Z] 432153672384: Preparing [2021-03-20T17:31:15.076Z] 6a7dd7bb622d: Preparing [2021-03-20T17:31:15.076Z] ed86b8edd112: Preparing [2021-03-20T17:31:15.076Z] 37687aa6dacb: Preparing [2021-03-20T17:31:15.076Z] 0754057c0ad3: Preparing [2021-03-20T17:31:15.076Z] 998cdf262ab1: Preparing [2021-03-20T17:31:15.076Z] 02e56110abd2: Preparing [2021-03-20T17:31:15.076Z] abc36efb885a: Preparing [2021-03-20T17:31:15.076Z] b0b09059f4e1: Preparing [2021-03-20T17:31:15.076Z] bb961f40224b: Preparing [2021-03-20T17:31:15.076Z] f4666769fca7: Preparing [2021-03-20T17:31:15.076Z] ed86b8edd112: Waiting [2021-03-20T17:31:15.076Z] 37687aa6dacb: Waiting [2021-03-20T17:31:15.076Z] 0754057c0ad3: Waiting [2021-03-20T17:31:15.076Z] 998cdf262ab1: Waiting [2021-03-20T17:31:15.076Z] 02e56110abd2: Waiting [2021-03-20T17:31:15.076Z] abc36efb885a: Waiting [2021-03-20T17:31:15.076Z] b0b09059f4e1: Waiting [2021-03-20T17:31:15.076Z] bb961f40224b: Waiting [2021-03-20T17:31:15.076Z] f4666769fca7: Waiting [2021-03-20T17:31:15.076Z] 069faae27e7f: Layer already exists [2021-03-20T17:31:15.076Z] b31c2b5e1e8c: Layer already exists [2021-03-20T17:31:15.076Z] 432153672384: Layer already exists [2021-03-20T17:31:15.076Z] 1f1bb73bcb01: Layer already exists [2021-03-20T17:31:15.076Z] 6a7dd7bb622d: Layer already exists [2021-03-20T17:31:15.076Z] ed86b8edd112: Layer already exists [2021-03-20T17:31:15.076Z] 998cdf262ab1: Layer already exists [2021-03-20T17:31:15.076Z] 37687aa6dacb: Layer already exists [2021-03-20T17:31:15.076Z] 02e56110abd2: Layer already exists [2021-03-20T17:31:15.076Z] 0754057c0ad3: Layer already exists [2021-03-20T17:31:15.076Z] f4666769fca7: Layer already exists [2021-03-20T17:31:15.076Z] b0b09059f4e1: Layer already exists [2021-03-20T17:31:15.076Z] abc36efb885a: Layer already exists [2021-03-20T17:31:15.076Z] bb961f40224b: Layer already exists [2021-03-20T17:31:15.076Z] master: digest: sha256:ec8d93f26ba6f3a80f3d92e7f9a1b1e7b024c7035b18b13aa5a3cbc40106a1c0 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:31:15.257Z] ===================================================== [Pipeline] echo [2021-03-20T17:31:15.301Z] taggedImages: [2021-03-20T17:31:15.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:31:15.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.134 [2021-03-20T17:31:15.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:31:15.301Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-20T17:31:15.997Z] ---> f4f9cd135385 [2021-03-20T17:31:15.997Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-20T17:31:16.612Z] ---> Running in f0c9c62e04e3 [2021-03-20T17:31:17.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:31:17.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:31:18.459Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-20T17:31:18.459Z] (2/33) Installing expat (2.2.9-r1) [2021-03-20T17:31:18.459Z] (3/33) Installing libffi (3.3-r2) [2021-03-20T17:31:18.459Z] (4/33) Installing gdbm (1.13-r1) [2021-03-20T17:31:18.459Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-20T17:31:18.459Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-20T17:31:18.459Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-20T17:31:20.432Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-20T17:31:20.432Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-20T17:31:20.432Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-20T17:31:20.432Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-20T17:31:20.432Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-20T17:31:20.433Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-20T17:31:20.709Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-20T17:31:20.709Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-20T17:31:20.709Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-20T17:31:20.709Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-20T17:31:20.709Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-20T17:31:20.709Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-20T17:31:20.709Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-20T17:31:20.709Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-20T17:31:20.709Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-20T17:31:20.709Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-20T17:31:20.979Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-20T17:31:20.979Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-20T17:31:20.979Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-20T17:31:20.979Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-20T17:31:20.979Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-20T17:31:20.979Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-20T17:31:20.979Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-20T17:31:20.979Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-20T17:31:20.979Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-20T17:31:20.979Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-20T17:31:21.252Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:31:21.252Z] OK: 71 MiB in 55 packages [2021-03-20T17:31:23.237Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:31:23.237Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:31:23.237Z] ---> 2cebcd303464 [2021-03-20T17:31:23.237Z] Step 3/22 : WORKDIR /edgex-go [2021-03-20T17:31:23.237Z] ---> Using cache [2021-03-20T17:31:23.237Z] ---> 1732296248e6 [2021-03-20T17:31:23.237Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:31:23.237Z] ---> Using cache [2021-03-20T17:31:23.237Z] ---> 4ab9c285d257 [2021-03-20T17:31:23.237Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-20T17:31:25.230Z] ---> Running in 15cf39f52a62 [2021-03-20T17:31:26.675Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:31:27.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:31:28.670Z] OK: 217 MiB in 51 packages [2021-03-20T17:31:31.339Z] Removing intermediate container 15cf39f52a62 [2021-03-20T17:31:31.339Z] ---> 5c54b5382cc7 [2021-03-20T17:31:31.339Z] Step 6/22 : COPY go.mod . [2021-03-20T17:31:31.946Z] Removing intermediate container f0c9c62e04e3 [2021-03-20T17:31:31.946Z] ---> 9d062af48b7d [2021-03-20T17:31:31.946Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-20T17:31:32.931Z] ---> Running in 798dfa0ef6c9 [2021-03-20T17:31:33.208Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:31:33.208Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:31:33.208Z] ---> 2cebcd303464 [2021-03-20T17:31:33.208Z] Step 3/31 : WORKDIR /edgex-go [2021-03-20T17:31:33.208Z] ---> Using cache [2021-03-20T17:31:33.208Z] ---> 1732296248e6 [2021-03-20T17:31:33.208Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:31:33.208Z] ---> Using cache [2021-03-20T17:31:33.208Z] ---> 4ab9c285d257 [2021-03-20T17:31:33.208Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-20T17:31:33.208Z] ---> Using cache [2021-03-20T17:31:33.208Z] ---> 5c54b5382cc7 [2021-03-20T17:31:33.208Z] Step 6/31 : COPY go.mod . [2021-03-20T17:31:33.208Z] ---> Using cache [2021-03-20T17:31:33.208Z] ---> 51a0d5e2387c [2021-03-20T17:31:33.208Z] Step 7/31 : RUN go mod download [2021-03-20T17:31:33.481Z] ---> 51a0d5e2387c [2021-03-20T17:31:33.481Z] Step 7/22 : RUN go mod download [2021-03-20T17:31:33.760Z] ---> Running in e6706416bc89 [2021-03-20T17:31:34.037Z] ---> Running in 669403c4826d [2021-03-20T17:31:39.469Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:31:39.469Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:31:39.469Z] ---> 2cebcd303464 [2021-03-20T17:31:39.469Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:31:39.469Z] ---> Using cache [2021-03-20T17:31:39.469Z] ---> 1732296248e6 [2021-03-20T17:31:39.469Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:31:39.469Z] ---> Using cache [2021-03-20T17:31:39.469Z] ---> 4ab9c285d257 [2021-03-20T17:31:39.469Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-20T17:31:40.077Z] ---> Running in 117645d8eec8 [2021-03-20T17:31:40.077Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-20T17:31:40.077Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-20T17:31:40.077Z] ---> 2cebcd303464 [2021-03-20T17:31:40.077Z] Step 3/23 : WORKDIR /edgex-go [2021-03-20T17:31:40.077Z] ---> Using cache [2021-03-20T17:31:40.077Z] ---> 1732296248e6 [2021-03-20T17:31:40.077Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:31:40.077Z] ---> Using cache [2021-03-20T17:31:40.077Z] ---> 4ab9c285d257 [2021-03-20T17:31:40.077Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-20T17:31:40.077Z] ---> Using cache [2021-03-20T17:31:40.077Z] ---> 5c54b5382cc7 [2021-03-20T17:31:40.077Z] Step 6/23 : COPY go.mod . [2021-03-20T17:31:40.077Z] ---> Using cache [2021-03-20T17:31:40.077Z] ---> 51a0d5e2387c [2021-03-20T17:31:40.077Z] Step 7/23 : RUN go mod download [2021-03-20T17:31:40.077Z] ---> Running in 69af21dfef80 [2021-03-20T17:31:40.356Z] Removing intermediate container e6706416bc89 [2021-03-20T17:31:40.356Z] ---> 07715d5ba1f3 [2021-03-20T17:31:40.356Z] Step 8/31 : COPY . . [2021-03-20T17:31:40.356Z] Removing intermediate container 669403c4826d [2021-03-20T17:31:40.356Z] ---> ba4f25a990aa [2021-03-20T17:31:40.356Z] Step 8/22 : COPY . . [2021-03-20T17:31:41.352Z] Collecting docker-compose==1.23.2 [2021-03-20T17:31:41.352Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-20T17:31:41.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:31:42.550Z] Collecting docker<4.0,>=3.6.0 [2021-03-20T17:31:42.550Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-20T17:31:42.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:31:43.814Z] OK: 217 MiB in 51 packages [2021-03-20T17:31:44.419Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-20T17:31:44.419Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-20T17:31:45.529Z] Collecting texttable<0.10,>=0.9.0 [2021-03-20T17:31:45.529Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-20T17:31:46.156Z] Removing intermediate container 69af21dfef80 [2021-03-20T17:31:46.156Z] ---> 5f14ce1890bb [2021-03-20T17:31:46.156Z] Step 8/23 : COPY . . [2021-03-20T17:31:46.864Z] Removing intermediate container 117645d8eec8 [2021-03-20T17:31:46.864Z] ---> 93d5fce06be1 [2021-03-20T17:31:46.864Z] Step 6/23 : COPY go.mod . [2021-03-20T17:31:48.464Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-20T17:31:48.464Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-20T17:31:49.084Z] ---> d96a245e91f2 [2021-03-20T17:31:49.084Z] Step 7/23 : RUN go mod download [2021-03-20T17:31:49.361Z] Collecting docopt<0.7,>=0.6.1 [2021-03-20T17:31:49.361Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-20T17:31:49.361Z] ---> Running in b3db83e285cb [2021-03-20T17:31:51.986Z] Collecting cached-property<2,>=1.2.0 [2021-03-20T17:31:51.986Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-20T17:31:52.292Z] Collecting jsonschema<3,>=2.5.1 [2021-03-20T17:31:52.292Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-20T17:31:53.741Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-20T17:31:53.741Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-20T17:31:54.728Z] Removing intermediate container b3db83e285cb [2021-03-20T17:31:54.728Z] ---> 360248b90b87 [2021-03-20T17:31:54.728Z] Step 8/23 : COPY . . [2021-03-20T17:31:56.172Z] ---> e5de97ac0a54 [2021-03-20T17:31:56.172Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-20T17:31:56.458Z] ---> Running in 632ab8f315f7 [2021-03-20T17:31:56.731Z] Collecting PyYAML<4,>=3.10 [2021-03-20T17:31:56.731Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-20T17:31:58.455Z] ---> 02fae06cc91e [2021-03-20T17:31:58.455Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-20T17:31:58.455Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-20T17:31:58.733Z] ---> Running in d90c6a78be52 [2021-03-20T17:32:00.726Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-20T17:32:00.726Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-20T17:32:01.014Z] Collecting docker-pycreds>=0.4.0 [2021-03-20T17:32:01.014Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-20T17:32:01.300Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-20T17:32:01.910Z] Collecting idna<2.8,>=2.5 [2021-03-20T17:32:01.910Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-20T17:32:01.910Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-20T17:32:02.917Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-20T17:32:02.917Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-20T17:32:03.203Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-20T17:32:03.203Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-20T17:32:03.203Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-20T17:32:03.203Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-20T17:32:04.667Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, docopt, cached-property, jsonschema, dockerpty, PyYAML, docker-compose [2021-03-20T17:32:04.667Z] Attempting uninstall: idna [2021-03-20T17:32:04.667Z] Found existing installation: idna 2.9 [2021-03-20T17:32:04.667Z] Uninstalling idna-2.9: [2021-03-20T17:32:04.950Z] Successfully uninstalled idna-2.9 [2021-03-20T17:32:05.964Z] Attempting uninstall: urllib3 [2021-03-20T17:32:05.964Z] Found existing installation: urllib3 1.25.9 [2021-03-20T17:32:05.964Z] Uninstalling urllib3-1.25.9: [2021-03-20T17:32:05.964Z] ---> c8b3e34da81b [2021-03-20T17:32:05.964Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-20T17:32:06.248Z] Successfully uninstalled urllib3-1.25.9 [2021-03-20T17:32:06.531Z] ---> Running in 08b1412fe22b [2021-03-20T17:32:07.537Z] Attempting uninstall: requests [2021-03-20T17:32:07.537Z] Found existing installation: requests 2.23.0 [2021-03-20T17:32:07.537Z] Uninstalling requests-2.23.0: [2021-03-20T17:32:07.817Z] Successfully uninstalled requests-2.23.0 [2021-03-20T17:32:09.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-20T17:32:10.273Z] Running setup.py install for texttable: started [2021-03-20T17:32:12.278Z] ---> 7afc31df5666 [2021-03-20T17:32:12.278Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-20T17:32:12.278Z] ---> Running in 10579a41497e [2021-03-20T17:32:13.732Z] Running setup.py install for texttable: finished with status 'done' [2021-03-20T17:32:13.732Z] Running setup.py install for docopt: started [2021-03-20T17:32:14.337Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.134" -o cmd/core-data/core-data ./cmd/core-data [2021-03-20T17:32:16.333Z] Running setup.py install for docopt: finished with status 'done' [2021-03-20T17:32:16.610Z] Running setup.py install for dockerpty: started [2021-03-20T17:32:20.032Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-20T17:32:20.032Z] Running setup.py install for PyYAML: started [2021-03-20T17:32:22.677Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-20T17:32:24.127Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-20T17:32:29.559Z] Removing intermediate container 798dfa0ef6c9 [2021-03-20T17:32:29.559Z] ---> ce645d60374d [2021-03-20T17:32:29.559Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-20T17:32:29.832Z] ---> Running in cfc2c20a7cbb [2021-03-20T17:32:31.817Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:32:32.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:32:33.077Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-20T17:32:33.077Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-20T17:32:33.077Z] (3/3) Installing curl (7.69.1-r3) [2021-03-20T17:32:33.077Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:32:33.077Z] OK: 72 MiB in 58 packages [2021-03-20T17:32:35.065Z] Removing intermediate container cfc2c20a7cbb [2021-03-20T17:32:35.065Z] ---> 2b43c08c46b6 [2021-03-20T17:32:35.065Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-20T17:32:35.344Z] ---> Running in 3dfe08f3cdba [2021-03-20T17:32:35.961Z] Removing intermediate container 3dfe08f3cdba [2021-03-20T17:32:35.961Z] ---> 379a93ef7324 [2021-03-20T17:32:35.961Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:32:36.242Z] ---> Running in 8e072089c821 [2021-03-20T17:32:36.841Z] Removing intermediate container 8e072089c821 [2021-03-20T17:32:36.841Z] ---> 695ce74ccff2 [2021-03-20T17:32:36.841Z] Step 24/26 : LABEL arch=arm64 [2021-03-20T17:32:37.113Z] ---> Running in e9a06355ad69 [2021-03-20T17:32:37.723Z] Removing intermediate container e9a06355ad69 [2021-03-20T17:32:37.723Z] ---> 446c465e6e2f [2021-03-20T17:32:37.723Z] Step 25/26 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:32:37.994Z] ---> Running in ca240d23157c [2021-03-20T17:32:38.599Z] Removing intermediate container ca240d23157c [2021-03-20T17:32:38.599Z] ---> b1bdc79187ba [2021-03-20T17:32:38.599Z] Step 26/26 : LABEL version=2.0.0-dev.134 [2021-03-20T17:32:38.599Z] ---> Running in f311f9b2881b [2021-03-20T17:32:39.582Z] Removing intermediate container f311f9b2881b [2021-03-20T17:32:39.582Z] ---> c895309c4d4b [2021-03-20T17:32:39.582Z] [2021-03-20T17:32:39.857Z] Successfully built c895309c4d4b [2021-03-20T17:32:39.857Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-20T17:33:47.921Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d90c6a78be52 [2021-03-20T17:33:47.921Z] ---> db41988e0fd2 [2021-03-20T17:33:47.921Z] [2021-03-20T17:33:47.921Z] Step 10/31 : FROM alpine:3.12 [2021-03-20T17:33:47.921Z] ---> d10569e2745f [2021-03-20T17:33:47.921Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-20T17:33:47.921Z] ---> Running in d7384ee46a4e [2021-03-20T17:33:47.921Z] Removing intermediate container d7384ee46a4e [2021-03-20T17:33:47.921Z] ---> 264b5b4313ef [2021-03-20T17:33:47.921Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-20T17:33:47.921Z] ---> Running in 4456a5501e2f [2021-03-20T17:33:47.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:33:47.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:33:47.921Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-20T17:33:47.921Z] (2/2) Installing su-exec (0.2-r1) [2021-03-20T17:33:47.921Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:33:47.921Z] OK: 5 MiB in 16 packages [2021-03-20T17:33:47.921Z] Removing intermediate container 632ab8f315f7 [2021-03-20T17:33:47.921Z] ---> 8eed987cceb5 [2021-03-20T17:33:47.921Z] [2021-03-20T17:33:47.921Z] Step 10/22 : FROM alpine:3.12 [2021-03-20T17:33:47.921Z] ---> d10569e2745f [2021-03-20T17:33:47.921Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:33:47.921Z] ---> Using cache [2021-03-20T17:33:47.921Z] ---> e8091a6d3040 [2021-03-20T17:33:47.921Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:33:47.921Z] ---> Using cache [2021-03-20T17:33:47.921Z] ---> 2affec54c870 [2021-03-20T17:33:47.921Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-20T17:33:47.921Z] ---> Running in d88088f45802 [2021-03-20T17:33:47.921Z] Removing intermediate container 4456a5501e2f [2021-03-20T17:33:47.921Z] ---> 1c5bdc7861d6 [2021-03-20T17:33:47.921Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-20T17:33:47.921Z] ---> Running in 794994b93a80 [2021-03-20T17:33:48.202Z] Removing intermediate container d88088f45802 [2021-03-20T17:33:48.202Z] ---> c5134d17c7bb [2021-03-20T17:33:48.202Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-20T17:33:48.487Z] ---> Running in 586452a2ee6e [2021-03-20T17:33:48.763Z] Removing intermediate container 794994b93a80 [2021-03-20T17:33:48.763Z] ---> 5ed209fd6474 [2021-03-20T17:33:48.763Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-20T17:33:49.049Z] ---> Running in e5f592437d3f [2021-03-20T17:33:49.327Z] Removing intermediate container 586452a2ee6e [2021-03-20T17:33:49.327Z] ---> 44f78d460d87 [2021-03-20T17:33:49.327Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:33:49.932Z] Removing intermediate container e5f592437d3f [2021-03-20T17:33:49.932Z] ---> 7deb09fd6c5a [2021-03-20T17:33:49.932Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-20T17:33:50.207Z] ---> Running in c39efdff5116 [2021-03-20T17:33:50.813Z] ---> 50bf598d9690 [2021-03-20T17:33:50.813Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-20T17:33:53.476Z] ---> 0c4657a83a94 [2021-03-20T17:33:53.477Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-20T17:33:54.194Z] Removing intermediate container c39efdff5116 [2021-03-20T17:33:54.194Z] ---> d4951ffee765 [2021-03-20T17:33:54.194Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-20T17:33:54.194Z] ---> dd58f60b73ac [2021-03-20T17:33:54.194Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-20T17:33:54.648Z] ---> Running in 5abe92119e37 [2021-03-20T17:33:54.648Z] ---> Running in 4721f757e6e8 [2021-03-20T17:33:55.521Z] Removing intermediate container 5abe92119e37 [2021-03-20T17:33:55.521Z] ---> 6354d811f65f [2021-03-20T17:33:55.521Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:33:55.521Z] ---> Running in a9013c8c1b2c [2021-03-20T17:33:55.521Z] Removing intermediate container 4721f757e6e8 [2021-03-20T17:33:55.521Z] ---> 43707827bfab [2021-03-20T17:33:55.521Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-20T17:33:56.189Z] Removing intermediate container a9013c8c1b2c [2021-03-20T17:33:56.189Z] ---> fd399ddee08a [2021-03-20T17:33:56.189Z] Step 20/22 : LABEL arch=arm64 [2021-03-20T17:33:56.463Z] ---> Running in 7e6ac739ea5d [2021-03-20T17:33:56.756Z] ---> a62033c94a4c [2021-03-20T17:33:56.756Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-20T17:33:57.034Z] ---> Running in 5908eeb83421 [2021-03-20T17:33:57.310Z] Removing intermediate container 7e6ac739ea5d [2021-03-20T17:33:57.310Z] ---> 3b4ca6857c70 [2021-03-20T17:33:57.310Z] Step 21/22 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:33:57.587Z] ---> Running in aa8f6d9b4ddb [2021-03-20T17:33:58.190Z] Removing intermediate container aa8f6d9b4ddb [2021-03-20T17:33:58.190Z] ---> b8609704c255 [2021-03-20T17:33:58.190Z] Step 22/22 : LABEL version=2.0.0-dev.134 [2021-03-20T17:33:58.466Z] ---> Running in a573cdf331c8 [2021-03-20T17:33:59.066Z] Removing intermediate container a573cdf331c8 [2021-03-20T17:33:59.066Z] ---> 78cdc8cb5fba [2021-03-20T17:33:59.066Z] [2021-03-20T17:33:59.668Z] Successfully built 78cdc8cb5fba [2021-03-20T17:33:59.668Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-20T17:34:00.281Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5908eeb83421 [2021-03-20T17:34:00.281Z] ---> ccb180104b19 [2021-03-20T17:34:00.281Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:34:01.269Z] ---> c97feeffbe66 [2021-03-20T17:34:01.269Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-20T17:34:03.264Z] ---> b79d5e0f4655 [2021-03-20T17:34:03.264Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-20T17:34:04.706Z] ---> c80a03113400 [2021-03-20T17:34:04.706Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-20T17:34:05.302Z] Removing intermediate container 08b1412fe22b [2021-03-20T17:34:05.302Z] ---> aa6d338f5798 [2021-03-20T17:34:05.302Z] [2021-03-20T17:34:05.302Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:34:05.302Z] ---> d10569e2745f [2021-03-20T17:34:05.302Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-20T17:34:05.302Z] ---> Using cache [2021-03-20T17:34:05.302Z] ---> e8091a6d3040 [2021-03-20T17:34:05.302Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-20T17:34:05.302Z] ---> Using cache [2021-03-20T17:34:05.302Z] ---> 2affec54c870 [2021-03-20T17:34:05.302Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-20T17:34:05.575Z] ---> Running in d575e1ad4ae8 [2021-03-20T17:34:05.575Z] ---> f09b924c56b3 [2021-03-20T17:34:05.575Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-20T17:34:06.167Z] Removing intermediate container d575e1ad4ae8 [2021-03-20T17:34:06.167Z] ---> 063eedd4a313 [2021-03-20T17:34:06.167Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-20T17:34:06.167Z] ---> Running in 83caf6179df3 [2021-03-20T17:34:06.441Z] ---> b9e9c17ddb54 [2021-03-20T17:34:06.441Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-20T17:34:06.710Z] ---> Running in c33a25200308 [2021-03-20T17:34:06.710Z] Removing intermediate container 83caf6179df3 [2021-03-20T17:34:06.710Z] ---> 2f29172af8d2 [2021-03-20T17:34:06.710Z] Step 15/23 : WORKDIR / [2021-03-20T17:34:06.981Z] ---> Running in 01e9a26d645e [2021-03-20T17:34:07.252Z] Removing intermediate container c33a25200308 [2021-03-20T17:34:07.252Z] ---> 5a9485b03d58 [2021-03-20T17:34:07.252Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-20T17:34:07.525Z] Removing intermediate container 01e9a26d645e [2021-03-20T17:34:07.525Z] ---> 882dafd4cc89 [2021-03-20T17:34:07.525Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:34:08.124Z] ---> 1e1cc3714133 [2021-03-20T17:34:08.124Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-20T17:34:08.720Z] ---> de5714e43629 [2021-03-20T17:34:08.721Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-20T17:34:08.721Z] ---> Running in 6f262431716e [2021-03-20T17:34:10.154Z] ---> 1ffbd2e1c70f [2021-03-20T17:34:10.154Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-20T17:34:11.590Z] ---> 76500592372f [2021-03-20T17:34:11.590Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-20T17:34:11.590Z] ---> Running in e499f48dde6b [2021-03-20T17:34:11.590Z] Removing intermediate container 6f262431716e [2021-03-20T17:34:11.590Z] ---> 7cacd867da0b [2021-03-20T17:34:11.590Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-20T17:34:12.193Z] ---> Running in 02c35162fa62 [2021-03-20T17:34:12.193Z] Removing intermediate container e499f48dde6b [2021-03-20T17:34:12.193Z] ---> 73cf159c8510 [2021-03-20T17:34:12.193Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:34:12.464Z] Removing intermediate container 10579a41497e [2021-03-20T17:34:12.464Z] ---> 521f4f5e04e6 [2021-03-20T17:34:12.464Z] [2021-03-20T17:34:12.464Z] Step 10/23 : FROM alpine:3.12 [2021-03-20T17:34:12.464Z] ---> d10569e2745f [2021-03-20T17:34:12.464Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-20T17:34:12.741Z] ---> Running in 0c26f8441a8f [2021-03-20T17:34:12.741Z] ---> Running in b1c6b64c063f [2021-03-20T17:34:13.012Z] Removing intermediate container 02c35162fa62 [2021-03-20T17:34:13.012Z] ---> bc2ebe572722 [2021-03-20T17:34:13.012Z] Step 28/31 : CMD ["gate"] [2021-03-20T17:34:13.285Z] ---> Running in 7b5b3b91639b [2021-03-20T17:34:13.285Z] Removing intermediate container 0c26f8441a8f [2021-03-20T17:34:13.285Z] ---> 56f8d93583ec [2021-03-20T17:34:13.285Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:34:13.285Z] Removing intermediate container b1c6b64c063f [2021-03-20T17:34:13.285Z] ---> 6dd9c82ecc6e [2021-03-20T17:34:13.285Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-20T17:34:13.559Z] ---> Running in f65ce0f0dd85 [2021-03-20T17:34:13.559Z] ---> Running in ce99903654b0 [2021-03-20T17:34:13.834Z] Removing intermediate container 7b5b3b91639b [2021-03-20T17:34:13.834Z] ---> db0b0aa7a5d2 [2021-03-20T17:34:13.834Z] Step 29/31 : LABEL arch=arm64 [2021-03-20T17:34:14.107Z] Removing intermediate container f65ce0f0dd85 [2021-03-20T17:34:14.107Z] ---> afc1d6ede98d [2021-03-20T17:34:14.107Z] Step 22/23 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:14.381Z] ---> Running in bc69e18198f1 [2021-03-20T17:34:14.381Z] Removing intermediate container ce99903654b0 [2021-03-20T17:34:14.381Z] ---> c2679712fa79 [2021-03-20T17:34:14.381Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-20T17:34:14.381Z] ---> Running in 8533ee16a900 [2021-03-20T17:34:14.653Z] ---> Running in d22535a81867 [2021-03-20T17:34:14.926Z] Removing intermediate container bc69e18198f1 [2021-03-20T17:34:14.926Z] ---> 9305c6e396a0 [2021-03-20T17:34:14.926Z] Step 30/31 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:15.207Z] Removing intermediate container 8533ee16a900 [2021-03-20T17:34:15.207Z] ---> a0ccc631ed61 [2021-03-20T17:34:15.207Z] Step 23/23 : LABEL version=2.0.0-dev.134 [2021-03-20T17:34:15.207Z] Removing intermediate container d22535a81867 [2021-03-20T17:34:15.207Z] ---> 151c63a36dcb [2021-03-20T17:34:15.207Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-20T17:34:15.494Z] ---> Running in dabc879c63e2 [2021-03-20T17:34:15.494Z] ---> Running in a40012da4259 [2021-03-20T17:34:15.494Z] ---> Running in 51697851ea9c [2021-03-20T17:34:16.116Z] Removing intermediate container a40012da4259 [2021-03-20T17:34:16.116Z] ---> 9473d37a9926 [2021-03-20T17:34:16.116Z] Step 31/31 : LABEL version=2.0.0-dev.134 [2021-03-20T17:34:16.116Z] Removing intermediate container dabc879c63e2 [2021-03-20T17:34:16.116Z] ---> 3c2823915986 [2021-03-20T17:34:16.116Z] [2021-03-20T17:34:16.716Z] Successfully built 3c2823915986 [2021-03-20T17:34:16.716Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-20T17:34:16.716Z]  Building docker-core-metadata-go ... done  ---> Running in fd27be1419f9 [2021-03-20T17:34:17.314Z] Removing intermediate container fd27be1419f9 [2021-03-20T17:34:17.314Z] ---> a622cd74360b [2021-03-20T17:34:17.314Z] [2021-03-20T17:34:17.910Z] Successfully built a622cd74360b [2021-03-20T17:34:17.910Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-20T17:34:18.502Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 51697851ea9c [2021-03-20T17:34:18.502Z] ---> aa8c944b1c95 [2021-03-20T17:34:18.502Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-20T17:34:18.502Z] ---> Running in de880019dfe0 [2021-03-20T17:34:19.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-20T17:34:20.911Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-20T17:34:22.347Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-20T17:34:22.347Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-20T17:34:22.347Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-20T17:34:22.618Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-20T17:34:23.604Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-20T17:34:24.199Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-20T17:34:24.199Z] Executing busybox-1.31.1-r19.trigger [2021-03-20T17:34:24.199Z] OK: 8 MiB in 20 packages [2021-03-20T17:34:25.637Z] Removing intermediate container de880019dfe0 [2021-03-20T17:34:25.637Z] ---> 4fceb5dc5977 [2021-03-20T17:34:25.637Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-20T17:34:26.614Z] ---> 7690c8f35b6c [2021-03-20T17:34:26.614Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-20T17:34:27.590Z] ---> 0608b842e347 [2021-03-20T17:34:27.590Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-20T17:34:28.567Z] ---> 9b35670dae3c [2021-03-20T17:34:28.567Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-20T17:34:28.567Z] ---> Running in bff1c7dd9d95 [2021-03-20T17:34:29.159Z] Removing intermediate container bff1c7dd9d95 [2021-03-20T17:34:29.159Z] ---> 42ba165b9e6a [2021-03-20T17:34:29.159Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-20T17:34:29.159Z] ---> Running in decc11091371 [2021-03-20T17:34:29.753Z] Removing intermediate container decc11091371 [2021-03-20T17:34:29.753Z] ---> 8d3f14f4f65a [2021-03-20T17:34:29.753Z] Step 21/23 : LABEL arch=arm64 [2021-03-20T17:34:29.753Z] ---> Running in a140e39c2538 [2021-03-20T17:34:30.026Z] Removing intermediate container a140e39c2538 [2021-03-20T17:34:30.026Z] ---> 23ac1f82ca1a [2021-03-20T17:34:30.026Z] Step 22/23 : LABEL git_sha=be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:30.302Z] ---> Running in 49b6b57e911a [2021-03-20T17:34:30.896Z] Removing intermediate container 49b6b57e911a [2021-03-20T17:34:30.896Z] ---> a68d1c1b89cf [2021-03-20T17:34:30.896Z] Step 23/23 : LABEL version=2.0.0-dev.134 [2021-03-20T17:34:30.896Z] ---> Running in f87116d30a9b [2021-03-20T17:34:31.167Z] Removing intermediate container f87116d30a9b [2021-03-20T17:34:31.167Z] ---> d83215856171 [2021-03-20T17:34:31.167Z] [2021-03-20T17:34:31.755Z] Successfully built d83215856171 [2021-03-20T17:34:31.755Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-20T17:34:31.770Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-20T17:34:31.769Z] $ docker stop --time=1 45d91c897a0e2ba0c95e5481a05081fa30b8f8f8871f1d550acfeea021697f60 [2021-03-20T17:34:33.647Z] $ docker rm -f 45d91c897a0e2ba0c95e5481a05081fa30b8f8f8871f1d550acfeea021697f60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-20T17:34:34.321Z] + grep docker [2021-03-20T17:34:34.321Z] + docker images [2021-03-20T17:34:34.590Z] docker-core-data-go-arm64 latest d83215856171 3 seconds ago 21.3MB [2021-03-20T17:34:34.590Z] docker-security-bootstrapper-go-arm64 latest a622cd74360b 18 seconds ago 17.8MB [2021-03-20T17:34:34.590Z] docker-core-metadata-go-arm64 latest 3c2823915986 19 seconds ago 17.9MB [2021-03-20T17:34:34.590Z] docker-support-scheduler-go-arm64 latest 78cdc8cb5fba 36 seconds ago 16.3MB [2021-03-20T17:34:34.590Z] docker-sys-mgmt-agent-go-arm64 latest c895309c4d4b About a minute ago 300MB [2021-03-20T17:34:34.590Z] docker-core-command-go-arm64 latest 00f80f2fa499 3 minutes ago 16.3MB [2021-03-20T17:34:34.590Z] docker-support-notifications-go-arm64 latest 84df85fa78e1 3 minutes ago 16.9MB [2021-03-20T17:34:34.590Z] docker-security-secretstore-setup-go-arm64 latest 318adde9661d 3 minutes ago 23.7MB [2021-03-20T17:34:34.590Z] docker-security-proxy-setup-go-arm64 latest 0f9fab702a9a 3 minutes ago 23.4MB [2021-03-20T17:34:34.590Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-20T17:34:35.065Z] provisioning config files... [2021-03-20T17:34:35.103Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/401@tmp/config4517732171981989709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:34:35.498Z] ---> docker-login.sh [2021-03-20T17:34:35.498Z] nexus3.edgexfoundry.org:10001 [2021-03-20T17:34:35.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:34:35.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:34:35.771Z] Configure a credential helper to remove this warning. See [2021-03-20T17:34:35.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:34:35.771Z] [2021-03-20T17:34:35.771Z] Login Succeeded [2021-03-20T17:34:35.771Z] nexus3.edgexfoundry.org:10002 [2021-03-20T17:34:36.362Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:34:36.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:34:36.362Z] Configure a credential helper to remove this warning. See [2021-03-20T17:34:36.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:34:36.362Z] [2021-03-20T17:34:36.362Z] Login Succeeded [2021-03-20T17:34:36.362Z] nexus3.edgexfoundry.org:10003 [2021-03-20T17:34:36.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:34:36.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:34:36.903Z] Configure a credential helper to remove this warning. See [2021-03-20T17:34:36.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:34:36.903Z] [2021-03-20T17:34:36.903Z] Login Succeeded [2021-03-20T17:34:36.903Z] nexus3.edgexfoundry.org:10004 [2021-03-20T17:34:37.175Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:34:37.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:34:37.446Z] Configure a credential helper to remove this warning. See [2021-03-20T17:34:37.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:34:37.446Z] [2021-03-20T17:34:37.446Z] Login Succeeded [2021-03-20T17:34:37.446Z] docker.io [2021-03-20T17:34:37.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-20T17:34:38.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-20T17:34:38.315Z] Configure a credential helper to remove this warning. See [2021-03-20T17:34:38.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-20T17:34:38.315Z] [2021-03-20T17:34:38.315Z] Login Succeeded [2021-03-20T17:34:38.315Z] ---> docker-login.sh ends [Pipeline] } [2021-03-20T17:34:38.333Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:34:38.547Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-20T17:34:38.547Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:38.547Z] 2.0.0-dev.134 [2021-03-20T17:34:38.547Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:34:38.547Z] master [2021-03-20T17:34:38.547Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:39.060Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:39.396Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:39.396Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-20T17:34:39.396Z] 87dddab79367: Preparing [2021-03-20T17:34:39.396Z] 5a63d4bbead0: Preparing [2021-03-20T17:34:39.396Z] ae719e4d5df8: Preparing [2021-03-20T17:34:39.396Z] 1998744c8032: Preparing [2021-03-20T17:34:39.396Z] 02a88cfff88f: Preparing [2021-03-20T17:34:39.672Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:39.672Z] ae719e4d5df8: Pushed [2021-03-20T17:34:39.672Z] 1998744c8032: Pushed [2021-03-20T17:34:39.951Z] 87dddab79367: Pushed [2021-03-20T17:34:42.565Z] 5a63d4bbead0: Pushed [2021-03-20T17:34:42.839Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:34dd9efd2f9f939ea532437aae3c89ecc9ba175ae557f8f620f93f5874b867af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:43.185Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:43.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.134 [2021-03-20T17:34:43.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-20T17:34:43.525Z] 87dddab79367: Preparing [2021-03-20T17:34:43.525Z] 5a63d4bbead0: Preparing [2021-03-20T17:34:43.525Z] ae719e4d5df8: Preparing [2021-03-20T17:34:43.525Z] 1998744c8032: Preparing [2021-03-20T17:34:43.525Z] 02a88cfff88f: Preparing [2021-03-20T17:34:43.796Z] 5a63d4bbead0: Layer already exists [2021-03-20T17:34:43.796Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:43.796Z] 87dddab79367: Layer already exists [2021-03-20T17:34:43.796Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:43.796Z] 1998744c8032: Layer already exists [2021-03-20T17:34:43.796Z] 2.0.0-dev.134: digest: sha256:34dd9efd2f9f939ea532437aae3c89ecc9ba175ae557f8f620f93f5874b867af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:44.174Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:44.551Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:34:44.551Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-20T17:34:44.551Z] 87dddab79367: Preparing [2021-03-20T17:34:44.551Z] 5a63d4bbead0: Preparing [2021-03-20T17:34:44.551Z] ae719e4d5df8: Preparing [2021-03-20T17:34:44.551Z] 1998744c8032: Preparing [2021-03-20T17:34:44.551Z] 02a88cfff88f: Preparing [2021-03-20T17:34:44.551Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:44.551Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:44.551Z] 5a63d4bbead0: Layer already exists [2021-03-20T17:34:44.551Z] 1998744c8032: Layer already exists [2021-03-20T17:34:44.551Z] 87dddab79367: Layer already exists [2021-03-20T17:34:44.826Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:34dd9efd2f9f939ea532437aae3c89ecc9ba175ae557f8f620f93f5874b867af size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:45.186Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:45.601Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-20T17:34:45.601Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-20T17:34:45.601Z] 87dddab79367: Preparing [2021-03-20T17:34:45.601Z] 5a63d4bbead0: Preparing [2021-03-20T17:34:45.601Z] ae719e4d5df8: Preparing [2021-03-20T17:34:45.601Z] 1998744c8032: Preparing [2021-03-20T17:34:45.601Z] 02a88cfff88f: Preparing [2021-03-20T17:34:45.883Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:45.883Z] 5a63d4bbead0: Layer already exists [2021-03-20T17:34:45.883Z] 87dddab79367: Layer already exists [2021-03-20T17:34:45.883Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:45.883Z] 1998744c8032: Layer already exists [2021-03-20T17:34:45.883Z] master: digest: sha256:34dd9efd2f9f939ea532437aae3c89ecc9ba175ae557f8f620f93f5874b867af size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:34:46.069Z] ===================================================== [Pipeline] echo [2021-03-20T17:34:46.113Z] taggedImages: [2021-03-20T17:34:46.113Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:46.113Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.134 [2021-03-20T17:34:46.113Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:34:46.113Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-20T17:34:46.174Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-20T17:34:46.174Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:46.174Z] 2.0.0-dev.134 [2021-03-20T17:34:46.174Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:34:46.174Z] master [2021-03-20T17:34:46.174Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:46.678Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:47.020Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:47.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-20T17:34:47.020Z] 816b3edfcd21: Preparing [2021-03-20T17:34:47.020Z] 1bcb88ca3d73: Preparing [2021-03-20T17:34:47.020Z] ae719e4d5df8: Preparing [2021-03-20T17:34:47.020Z] da70b1e0bf30: Preparing [2021-03-20T17:34:47.020Z] 6de1d7326551: Preparing [2021-03-20T17:34:47.020Z] 02a88cfff88f: Preparing [2021-03-20T17:34:47.020Z] 02a88cfff88f: Waiting [2021-03-20T17:34:47.293Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:47.293Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:47.293Z] 816b3edfcd21: Pushed [2021-03-20T17:34:47.293Z] 6de1d7326551: Pushed [2021-03-20T17:34:47.891Z] da70b1e0bf30: Pushed [2021-03-20T17:34:50.498Z] 1bcb88ca3d73: Pushed [2021-03-20T17:34:50.767Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:a3ab65f9dbbdb12a3c87ca2d95244d8487be0a80dc67f5f9db5c3864e703a1ab size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:51.103Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:51.435Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.134 [2021-03-20T17:34:51.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-20T17:34:51.435Z] 816b3edfcd21: Preparing [2021-03-20T17:34:51.435Z] 1bcb88ca3d73: Preparing [2021-03-20T17:34:51.435Z] ae719e4d5df8: Preparing [2021-03-20T17:34:51.435Z] da70b1e0bf30: Preparing [2021-03-20T17:34:51.435Z] 6de1d7326551: Preparing [2021-03-20T17:34:51.435Z] 02a88cfff88f: Preparing [2021-03-20T17:34:51.435Z] 02a88cfff88f: Waiting [2021-03-20T17:34:51.435Z] da70b1e0bf30: Layer already exists [2021-03-20T17:34:51.706Z] 1bcb88ca3d73: Layer already exists [2021-03-20T17:34:51.707Z] 816b3edfcd21: Layer already exists [2021-03-20T17:34:51.707Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:51.707Z] 6de1d7326551: Layer already exists [2021-03-20T17:34:51.707Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:51.707Z] 2.0.0-dev.134: digest: sha256:a3ab65f9dbbdb12a3c87ca2d95244d8487be0a80dc67f5f9db5c3864e703a1ab size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:52.045Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:52.380Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:34:52.380Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-20T17:34:52.380Z] 816b3edfcd21: Preparing [2021-03-20T17:34:52.380Z] 1bcb88ca3d73: Preparing [2021-03-20T17:34:52.380Z] ae719e4d5df8: Preparing [2021-03-20T17:34:52.380Z] da70b1e0bf30: Preparing [2021-03-20T17:34:52.380Z] 6de1d7326551: Preparing [2021-03-20T17:34:52.380Z] 02a88cfff88f: Preparing [2021-03-20T17:34:52.380Z] 02a88cfff88f: Waiting [2021-03-20T17:34:52.651Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:52.651Z] 6de1d7326551: Layer already exists [2021-03-20T17:34:52.651Z] da70b1e0bf30: Layer already exists [2021-03-20T17:34:52.651Z] 816b3edfcd21: Layer already exists [2021-03-20T17:34:52.651Z] 1bcb88ca3d73: Layer already exists [2021-03-20T17:34:52.651Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:52.651Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:a3ab65f9dbbdb12a3c87ca2d95244d8487be0a80dc67f5f9db5c3864e703a1ab size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:52.992Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:53.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-20T17:34:53.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-20T17:34:53.346Z] 816b3edfcd21: Preparing [2021-03-20T17:34:53.346Z] 1bcb88ca3d73: Preparing [2021-03-20T17:34:53.346Z] ae719e4d5df8: Preparing [2021-03-20T17:34:53.346Z] da70b1e0bf30: Preparing [2021-03-20T17:34:53.346Z] 6de1d7326551: Preparing [2021-03-20T17:34:53.346Z] 02a88cfff88f: Preparing [2021-03-20T17:34:53.346Z] 02a88cfff88f: Waiting [2021-03-20T17:34:53.619Z] 1bcb88ca3d73: Layer already exists [2021-03-20T17:34:53.619Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:53.619Z] da70b1e0bf30: Layer already exists [2021-03-20T17:34:53.619Z] 816b3edfcd21: Layer already exists [2021-03-20T17:34:53.619Z] 6de1d7326551: Layer already exists [2021-03-20T17:34:53.619Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:53.619Z] master: digest: sha256:a3ab65f9dbbdb12a3c87ca2d95244d8487be0a80dc67f5f9db5c3864e703a1ab size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:34:53.809Z] ===================================================== [Pipeline] echo [2021-03-20T17:34:53.854Z] taggedImages: [2021-03-20T17:34:53.854Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:53.854Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.134 [2021-03-20T17:34:53.854Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:34:53.854Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-20T17:34:53.915Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-20T17:34:53.915Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:53.915Z] 2.0.0-dev.134 [2021-03-20T17:34:53.915Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:34:53.915Z] master [2021-03-20T17:34:53.915Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:54.415Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:54.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:34:54.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-20T17:34:54.752Z] fd1f2354ebb5: Preparing [2021-03-20T17:34:54.752Z] fb7b3a481649: Preparing [2021-03-20T17:34:54.752Z] ae719e4d5df8: Preparing [2021-03-20T17:34:54.752Z] 1998744c8032: Preparing [2021-03-20T17:34:54.752Z] 02a88cfff88f: Preparing [2021-03-20T17:34:55.022Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:55.022Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:55.022Z] 1998744c8032: Layer already exists [2021-03-20T17:34:55.022Z] fd1f2354ebb5: Pushed [2021-03-20T17:34:58.392Z] fb7b3a481649: Pushed [2021-03-20T17:34:58.392Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:e0dc707186946d7bd70777136a79dc00e28c67aaee341ffbfa66809385b7f6a7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:58.732Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:59.073Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.134 [2021-03-20T17:34:59.073Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-20T17:34:59.073Z] fd1f2354ebb5: Preparing [2021-03-20T17:34:59.073Z] fb7b3a481649: Preparing [2021-03-20T17:34:59.073Z] ae719e4d5df8: Preparing [2021-03-20T17:34:59.073Z] 1998744c8032: Preparing [2021-03-20T17:34:59.073Z] 02a88cfff88f: Preparing [2021-03-20T17:34:59.343Z] fb7b3a481649: Layer already exists [2021-03-20T17:34:59.343Z] fd1f2354ebb5: Layer already exists [2021-03-20T17:34:59.343Z] 02a88cfff88f: Layer already exists [2021-03-20T17:34:59.343Z] ae719e4d5df8: Layer already exists [2021-03-20T17:34:59.343Z] 1998744c8032: Layer already exists [2021-03-20T17:34:59.343Z] 2.0.0-dev.134: digest: sha256:e0dc707186946d7bd70777136a79dc00e28c67aaee341ffbfa66809385b7f6a7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:34:59.684Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:00.289Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:00.289Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-20T17:35:00.289Z] fd1f2354ebb5: Preparing [2021-03-20T17:35:00.289Z] fb7b3a481649: Preparing [2021-03-20T17:35:00.289Z] ae719e4d5df8: Preparing [2021-03-20T17:35:00.289Z] 1998744c8032: Preparing [2021-03-20T17:35:00.289Z] 02a88cfff88f: Preparing [2021-03-20T17:35:00.559Z] fd1f2354ebb5: Layer already exists [2021-03-20T17:35:00.559Z] fb7b3a481649: Layer already exists [2021-03-20T17:35:00.559Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:00.559Z] 1998744c8032: Layer already exists [2021-03-20T17:35:00.559Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:00.559Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:e0dc707186946d7bd70777136a79dc00e28c67aaee341ffbfa66809385b7f6a7 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:00.900Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:01.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-20T17:35:01.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-20T17:35:01.236Z] fd1f2354ebb5: Preparing [2021-03-20T17:35:01.236Z] fb7b3a481649: Preparing [2021-03-20T17:35:01.236Z] ae719e4d5df8: Preparing [2021-03-20T17:35:01.236Z] 1998744c8032: Preparing [2021-03-20T17:35:01.236Z] 02a88cfff88f: Preparing [2021-03-20T17:35:01.507Z] fb7b3a481649: Layer already exists [2021-03-20T17:35:01.507Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:01.507Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:01.507Z] fd1f2354ebb5: Layer already exists [2021-03-20T17:35:01.507Z] 1998744c8032: Layer already exists [2021-03-20T17:35:01.507Z] master: digest: sha256:e0dc707186946d7bd70777136a79dc00e28c67aaee341ffbfa66809385b7f6a7 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:35:01.689Z] ===================================================== [Pipeline] echo [2021-03-20T17:35:01.738Z] taggedImages: [2021-03-20T17:35:01.738Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:01.738Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:01.738Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:01.738Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-20T17:35:01.848Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-20T17:35:01.848Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:01.848Z] 2.0.0-dev.134 [2021-03-20T17:35:01.848Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:01.848Z] master [2021-03-20T17:35:01.848Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:02.346Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:02.683Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:02.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-20T17:35:02.683Z] f04d2c36e9a7: Preparing [2021-03-20T17:35:02.683Z] f04d2c36e9a7: Preparing [2021-03-20T17:35:02.683Z] e353b53fb67c: Preparing [2021-03-20T17:35:02.683Z] f4d912749ced: Preparing [2021-03-20T17:35:02.683Z] 32358599ee11: Preparing [2021-03-20T17:35:02.683Z] 387113e65315: Preparing [2021-03-20T17:35:02.683Z] ae719e4d5df8: Preparing [2021-03-20T17:35:02.683Z] 6da4d41d6e83: Preparing [2021-03-20T17:35:02.683Z] 6da4d41d6e83: Preparing [2021-03-20T17:35:02.683Z] 66a1e3143416: Preparing [2021-03-20T17:35:02.683Z] d012e1c6c13c: Preparing [2021-03-20T17:35:02.683Z] 02a88cfff88f: Preparing [2021-03-20T17:35:02.683Z] 66a1e3143416: Waiting [2021-03-20T17:35:02.683Z] d012e1c6c13c: Waiting [2021-03-20T17:35:02.683Z] ae719e4d5df8: Waiting [2021-03-20T17:35:02.683Z] 02a88cfff88f: Waiting [2021-03-20T17:35:02.683Z] 6da4d41d6e83: Waiting [2021-03-20T17:35:02.958Z] f4d912749ced: Pushed [2021-03-20T17:35:03.230Z] f04d2c36e9a7: Pushed [2021-03-20T17:35:03.230Z] 32358599ee11: Pushed [2021-03-20T17:35:03.230Z] e353b53fb67c: Pushed [2021-03-20T17:35:03.230Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:03.230Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:03.230Z] 6da4d41d6e83: Pushed [2021-03-20T17:35:03.230Z] 66a1e3143416: Pushed [2021-03-20T17:35:03.503Z] d012e1c6c13c: Pushed [2021-03-20T17:35:06.111Z] 387113e65315: Pushed [2021-03-20T17:35:06.386Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:0ca3b4705b437d8981b03af7e5b0447802b3cebd830a529a4772041ebfbcbe2b size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:06.742Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:07.077Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:07.078Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-20T17:35:07.078Z] f04d2c36e9a7: Preparing [2021-03-20T17:35:07.078Z] f04d2c36e9a7: Preparing [2021-03-20T17:35:07.078Z] e353b53fb67c: Preparing [2021-03-20T17:35:07.078Z] f4d912749ced: Preparing [2021-03-20T17:35:07.078Z] 32358599ee11: Preparing [2021-03-20T17:35:07.078Z] 387113e65315: Preparing [2021-03-20T17:35:07.078Z] ae719e4d5df8: Preparing [2021-03-20T17:35:07.078Z] 6da4d41d6e83: Preparing [2021-03-20T17:35:07.078Z] 6da4d41d6e83: Preparing [2021-03-20T17:35:07.078Z] 66a1e3143416: Preparing [2021-03-20T17:35:07.078Z] d012e1c6c13c: Preparing [2021-03-20T17:35:07.078Z] 02a88cfff88f: Preparing [2021-03-20T17:35:07.078Z] 66a1e3143416: Waiting [2021-03-20T17:35:07.078Z] d012e1c6c13c: Waiting [2021-03-20T17:35:07.078Z] 02a88cfff88f: Waiting [2021-03-20T17:35:07.078Z] 6da4d41d6e83: Waiting [2021-03-20T17:35:07.353Z] f4d912749ced: Layer already exists [2021-03-20T17:35:07.353Z] f04d2c36e9a7: Layer already exists [2021-03-20T17:35:07.353Z] 32358599ee11: Layer already exists [2021-03-20T17:35:07.353Z] 387113e65315: Layer already exists [2021-03-20T17:35:07.353Z] e353b53fb67c: Layer already exists [2021-03-20T17:35:07.353Z] 66a1e3143416: Layer already exists [2021-03-20T17:35:07.353Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:07.353Z] d012e1c6c13c: Layer already exists [2021-03-20T17:35:07.353Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:07.353Z] 6da4d41d6e83: Layer already exists [2021-03-20T17:35:07.353Z] 2.0.0-dev.134: digest: sha256:0ca3b4705b437d8981b03af7e5b0447802b3cebd830a529a4772041ebfbcbe2b size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:07.691Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:08.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:08.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-20T17:35:08.053Z] f04d2c36e9a7: Preparing [2021-03-20T17:35:08.053Z] f04d2c36e9a7: Preparing [2021-03-20T17:35:08.053Z] e353b53fb67c: Preparing [2021-03-20T17:35:08.053Z] f4d912749ced: Preparing [2021-03-20T17:35:08.053Z] 32358599ee11: Preparing [2021-03-20T17:35:08.053Z] 387113e65315: Preparing [2021-03-20T17:35:08.053Z] ae719e4d5df8: Preparing [2021-03-20T17:35:08.053Z] 6da4d41d6e83: Preparing [2021-03-20T17:35:08.053Z] 6da4d41d6e83: Preparing [2021-03-20T17:35:08.053Z] 66a1e3143416: Preparing [2021-03-20T17:35:08.053Z] d012e1c6c13c: Preparing [2021-03-20T17:35:08.053Z] 02a88cfff88f: Preparing [2021-03-20T17:35:08.053Z] ae719e4d5df8: Waiting [2021-03-20T17:35:08.053Z] 6da4d41d6e83: Waiting [2021-03-20T17:35:08.053Z] 66a1e3143416: Waiting [2021-03-20T17:35:08.053Z] d012e1c6c13c: Waiting [2021-03-20T17:35:08.053Z] 02a88cfff88f: Waiting [2021-03-20T17:35:08.339Z] 387113e65315: Layer already exists [2021-03-20T17:35:08.339Z] f04d2c36e9a7: Layer already exists [2021-03-20T17:35:08.339Z] 32358599ee11: Layer already exists [2021-03-20T17:35:08.339Z] e353b53fb67c: Layer already exists [2021-03-20T17:35:08.339Z] f4d912749ced: Layer already exists [2021-03-20T17:35:08.339Z] 6da4d41d6e83: Layer already exists [2021-03-20T17:35:08.339Z] 66a1e3143416: Layer already exists [2021-03-20T17:35:08.339Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:08.339Z] d012e1c6c13c: Layer already exists [2021-03-20T17:35:08.339Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:08.339Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:0ca3b4705b437d8981b03af7e5b0447802b3cebd830a529a4772041ebfbcbe2b size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:08.697Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:09.050Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-20T17:35:09.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-20T17:35:09.050Z] f04d2c36e9a7: Preparing [2021-03-20T17:35:09.050Z] f04d2c36e9a7: Preparing [2021-03-20T17:35:09.050Z] e353b53fb67c: Preparing [2021-03-20T17:35:09.050Z] f4d912749ced: Preparing [2021-03-20T17:35:09.050Z] 32358599ee11: Preparing [2021-03-20T17:35:09.050Z] 387113e65315: Preparing [2021-03-20T17:35:09.050Z] ae719e4d5df8: Preparing [2021-03-20T17:35:09.050Z] 6da4d41d6e83: Preparing [2021-03-20T17:35:09.050Z] 6da4d41d6e83: Preparing [2021-03-20T17:35:09.050Z] 66a1e3143416: Preparing [2021-03-20T17:35:09.050Z] d012e1c6c13c: Preparing [2021-03-20T17:35:09.050Z] 02a88cfff88f: Preparing [2021-03-20T17:35:09.050Z] ae719e4d5df8: Waiting [2021-03-20T17:35:09.050Z] 6da4d41d6e83: Waiting [2021-03-20T17:35:09.050Z] 66a1e3143416: Waiting [2021-03-20T17:35:09.050Z] d012e1c6c13c: Waiting [2021-03-20T17:35:09.050Z] 02a88cfff88f: Waiting [2021-03-20T17:35:09.322Z] e353b53fb67c: Layer already exists [2021-03-20T17:35:09.322Z] f4d912749ced: Layer already exists [2021-03-20T17:35:09.322Z] 387113e65315: Layer already exists [2021-03-20T17:35:09.322Z] f04d2c36e9a7: Layer already exists [2021-03-20T17:35:09.322Z] 32358599ee11: Layer already exists [2021-03-20T17:35:09.322Z] 66a1e3143416: Layer already exists [2021-03-20T17:35:09.322Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:09.322Z] 6da4d41d6e83: Layer already exists [2021-03-20T17:35:09.322Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:09.322Z] d012e1c6c13c: Layer already exists [2021-03-20T17:35:09.322Z] master: digest: sha256:0ca3b4705b437d8981b03af7e5b0447802b3cebd830a529a4772041ebfbcbe2b size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:35:09.511Z] ===================================================== [Pipeline] echo [2021-03-20T17:35:09.563Z] taggedImages: [2021-03-20T17:35:09.563Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:09.563Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:09.563Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:09.563Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-20T17:35:09.643Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-20T17:35:09.643Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:09.643Z] 2.0.0-dev.134 [2021-03-20T17:35:09.643Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:09.643Z] master [2021-03-20T17:35:09.643Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:10.134Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:10.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:10.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-20T17:35:10.475Z] 332814ace640: Preparing [2021-03-20T17:35:10.475Z] 51ac981f3ede: Preparing [2021-03-20T17:35:10.475Z] 5414ca2b1393: Preparing [2021-03-20T17:35:10.475Z] dae460835b28: Preparing [2021-03-20T17:35:10.475Z] c5f625078351: Preparing [2021-03-20T17:35:10.475Z] 02a88cfff88f: Preparing [2021-03-20T17:35:10.746Z] dae460835b28: Pushed [2021-03-20T17:35:11.031Z] 5414ca2b1393: Pushed [2021-03-20T17:35:11.031Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:11.311Z] c5f625078351: Pushed [2021-03-20T17:35:12.737Z] 51ac981f3ede: Pushed [2021-03-20T17:35:13.006Z] 332814ace640: Pushed [2021-03-20T17:35:13.276Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:1fbf4a2c0f786917678ace9f391e3663b40896540fd4fa33d448a2800b6cd718 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:13.614Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:13.956Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:13.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-20T17:35:13.956Z] 332814ace640: Preparing [2021-03-20T17:35:13.956Z] 51ac981f3ede: Preparing [2021-03-20T17:35:13.956Z] 5414ca2b1393: Preparing [2021-03-20T17:35:13.956Z] dae460835b28: Preparing [2021-03-20T17:35:13.956Z] c5f625078351: Preparing [2021-03-20T17:35:13.956Z] 02a88cfff88f: Preparing [2021-03-20T17:35:13.956Z] 02a88cfff88f: Waiting [2021-03-20T17:35:13.956Z] dae460835b28: Layer already exists [2021-03-20T17:35:13.956Z] c5f625078351: Layer already exists [2021-03-20T17:35:13.956Z] 5414ca2b1393: Layer already exists [2021-03-20T17:35:13.956Z] 332814ace640: Layer already exists [2021-03-20T17:35:13.956Z] 51ac981f3ede: Layer already exists [2021-03-20T17:35:14.228Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:14.228Z] 2.0.0-dev.134: digest: sha256:1fbf4a2c0f786917678ace9f391e3663b40896540fd4fa33d448a2800b6cd718 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:14.570Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:14.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:14.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-20T17:35:14.911Z] 332814ace640: Preparing [2021-03-20T17:35:14.911Z] 51ac981f3ede: Preparing [2021-03-20T17:35:14.911Z] 5414ca2b1393: Preparing [2021-03-20T17:35:14.911Z] dae460835b28: Preparing [2021-03-20T17:35:14.911Z] c5f625078351: Preparing [2021-03-20T17:35:14.911Z] 02a88cfff88f: Preparing [2021-03-20T17:35:14.911Z] 02a88cfff88f: Waiting [2021-03-20T17:35:14.911Z] 332814ace640: Layer already exists [2021-03-20T17:35:14.911Z] c5f625078351: Layer already exists [2021-03-20T17:35:14.911Z] dae460835b28: Layer already exists [2021-03-20T17:35:15.182Z] 5414ca2b1393: Layer already exists [2021-03-20T17:35:15.182Z] 51ac981f3ede: Layer already exists [2021-03-20T17:35:15.182Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:15.182Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:1fbf4a2c0f786917678ace9f391e3663b40896540fd4fa33d448a2800b6cd718 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:15.563Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:15.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-20T17:35:15.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-20T17:35:15.896Z] 332814ace640: Preparing [2021-03-20T17:35:15.896Z] 51ac981f3ede: Preparing [2021-03-20T17:35:15.896Z] 5414ca2b1393: Preparing [2021-03-20T17:35:15.896Z] dae460835b28: Preparing [2021-03-20T17:35:15.896Z] c5f625078351: Preparing [2021-03-20T17:35:15.896Z] 02a88cfff88f: Preparing [2021-03-20T17:35:15.896Z] 02a88cfff88f: Waiting [2021-03-20T17:35:16.167Z] 332814ace640: Layer already exists [2021-03-20T17:35:16.167Z] 5414ca2b1393: Layer already exists [2021-03-20T17:35:16.167Z] dae460835b28: Layer already exists [2021-03-20T17:35:16.167Z] 51ac981f3ede: Layer already exists [2021-03-20T17:35:16.167Z] c5f625078351: Layer already exists [2021-03-20T17:35:16.167Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:16.167Z] master: digest: sha256:1fbf4a2c0f786917678ace9f391e3663b40896540fd4fa33d448a2800b6cd718 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:35:16.348Z] ===================================================== [Pipeline] echo [2021-03-20T17:35:16.405Z] taggedImages: [2021-03-20T17:35:16.405Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:16.405Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:16.405Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:16.405Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-20T17:35:16.466Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-20T17:35:16.466Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:16.466Z] 2.0.0-dev.134 [2021-03-20T17:35:16.466Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:16.466Z] master [2021-03-20T17:35:16.466Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:16.976Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:17.308Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:17.308Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-20T17:35:17.308Z] 9b20f432aeea: Preparing [2021-03-20T17:35:17.308Z] 4d127d49151b: Preparing [2021-03-20T17:35:17.308Z] b1d03332acb5: Preparing [2021-03-20T17:35:17.308Z] 3b4ee34057df: Preparing [2021-03-20T17:35:17.308Z] 62c492b23cb2: Preparing [2021-03-20T17:35:17.308Z] e9f79ce8c8f3: Preparing [2021-03-20T17:35:17.308Z] 7610252b868e: Preparing [2021-03-20T17:35:17.308Z] fb009474f83f: Preparing [2021-03-20T17:35:17.308Z] 02a88cfff88f: Preparing [2021-03-20T17:35:17.308Z] e9f79ce8c8f3: Waiting [2021-03-20T17:35:17.308Z] 7610252b868e: Waiting [2021-03-20T17:35:17.308Z] 02a88cfff88f: Waiting [2021-03-20T17:35:17.308Z] fb009474f83f: Waiting [2021-03-20T17:35:17.592Z] 9b20f432aeea: Pushed [2021-03-20T17:35:17.592Z] 4d127d49151b: Pushed [2021-03-20T17:35:17.592Z] 62c492b23cb2: Pushed [2021-03-20T17:35:17.869Z] e9f79ce8c8f3: Pushed [2021-03-20T17:35:17.869Z] 7610252b868e: Pushed [2021-03-20T17:35:17.869Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:18.461Z] fb009474f83f: Pushed [2021-03-20T17:35:19.890Z] 3b4ee34057df: Pushed [2021-03-20T17:35:19.890Z] b1d03332acb5: Pushed [2021-03-20T17:35:19.890Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:37aff2026a04b219cd74e5ae0724876822797ece7c613c8a5494de9fbc3710ef size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:20.233Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:20.565Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:20.565Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-20T17:35:20.565Z] 9b20f432aeea: Preparing [2021-03-20T17:35:20.565Z] 4d127d49151b: Preparing [2021-03-20T17:35:20.565Z] b1d03332acb5: Preparing [2021-03-20T17:35:20.565Z] 3b4ee34057df: Preparing [2021-03-20T17:35:20.565Z] 62c492b23cb2: Preparing [2021-03-20T17:35:20.565Z] e9f79ce8c8f3: Preparing [2021-03-20T17:35:20.565Z] 7610252b868e: Preparing [2021-03-20T17:35:20.565Z] fb009474f83f: Preparing [2021-03-20T17:35:20.565Z] e9f79ce8c8f3: Waiting [2021-03-20T17:35:20.565Z] 02a88cfff88f: Preparing [2021-03-20T17:35:20.565Z] 7610252b868e: Waiting [2021-03-20T17:35:20.565Z] fb009474f83f: Waiting [2021-03-20T17:35:20.835Z] 3b4ee34057df: Layer already exists [2021-03-20T17:35:20.835Z] b1d03332acb5: Layer already exists [2021-03-20T17:35:20.835Z] 4d127d49151b: Layer already exists [2021-03-20T17:35:20.835Z] 62c492b23cb2: Layer already exists [2021-03-20T17:35:20.835Z] 9b20f432aeea: Layer already exists [2021-03-20T17:35:20.835Z] 7610252b868e: Layer already exists [2021-03-20T17:35:20.835Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:20.835Z] e9f79ce8c8f3: Layer already exists [2021-03-20T17:35:20.835Z] fb009474f83f: Layer already exists [2021-03-20T17:35:20.835Z] 2.0.0-dev.134: digest: sha256:37aff2026a04b219cd74e5ae0724876822797ece7c613c8a5494de9fbc3710ef size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:21.177Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:21.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:21.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-20T17:35:21.514Z] 9b20f432aeea: Preparing [2021-03-20T17:35:21.514Z] 4d127d49151b: Preparing [2021-03-20T17:35:21.514Z] b1d03332acb5: Preparing [2021-03-20T17:35:21.514Z] 3b4ee34057df: Preparing [2021-03-20T17:35:21.514Z] 62c492b23cb2: Preparing [2021-03-20T17:35:21.514Z] e9f79ce8c8f3: Preparing [2021-03-20T17:35:21.514Z] 7610252b868e: Preparing [2021-03-20T17:35:21.514Z] fb009474f83f: Preparing [2021-03-20T17:35:21.514Z] 02a88cfff88f: Preparing [2021-03-20T17:35:21.514Z] 7610252b868e: Waiting [2021-03-20T17:35:21.514Z] fb009474f83f: Waiting [2021-03-20T17:35:21.514Z] 02a88cfff88f: Waiting [2021-03-20T17:35:21.514Z] e9f79ce8c8f3: Waiting [2021-03-20T17:35:21.784Z] 62c492b23cb2: Layer already exists [2021-03-20T17:35:21.784Z] 4d127d49151b: Layer already exists [2021-03-20T17:35:21.784Z] 3b4ee34057df: Layer already exists [2021-03-20T17:35:21.784Z] 9b20f432aeea: Layer already exists [2021-03-20T17:35:21.784Z] b1d03332acb5: Layer already exists [2021-03-20T17:35:21.784Z] 7610252b868e: Layer already exists [2021-03-20T17:35:21.784Z] e9f79ce8c8f3: Layer already exists [2021-03-20T17:35:21.784Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:21.784Z] fb009474f83f: Layer already exists [2021-03-20T17:35:21.784Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:37aff2026a04b219cd74e5ae0724876822797ece7c613c8a5494de9fbc3710ef size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:22.123Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:22.459Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-20T17:35:22.459Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-20T17:35:22.459Z] 9b20f432aeea: Preparing [2021-03-20T17:35:22.459Z] 4d127d49151b: Preparing [2021-03-20T17:35:22.459Z] b1d03332acb5: Preparing [2021-03-20T17:35:22.459Z] 3b4ee34057df: Preparing [2021-03-20T17:35:22.459Z] 62c492b23cb2: Preparing [2021-03-20T17:35:22.459Z] e9f79ce8c8f3: Preparing [2021-03-20T17:35:22.459Z] 7610252b868e: Preparing [2021-03-20T17:35:22.459Z] fb009474f83f: Preparing [2021-03-20T17:35:22.459Z] 02a88cfff88f: Preparing [2021-03-20T17:35:22.459Z] fb009474f83f: Waiting [2021-03-20T17:35:22.459Z] e9f79ce8c8f3: Waiting [2021-03-20T17:35:22.459Z] 7610252b868e: Waiting [2021-03-20T17:35:22.459Z] 02a88cfff88f: Waiting [2021-03-20T17:35:22.729Z] 62c492b23cb2: Layer already exists [2021-03-20T17:35:22.729Z] 3b4ee34057df: Layer already exists [2021-03-20T17:35:22.729Z] 9b20f432aeea: Layer already exists [2021-03-20T17:35:22.729Z] 4d127d49151b: Layer already exists [2021-03-20T17:35:22.729Z] b1d03332acb5: Layer already exists [2021-03-20T17:35:22.729Z] 7610252b868e: Layer already exists [2021-03-20T17:35:22.729Z] e9f79ce8c8f3: Layer already exists [2021-03-20T17:35:22.729Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:22.729Z] fb009474f83f: Layer already exists [2021-03-20T17:35:22.729Z] master: digest: sha256:37aff2026a04b219cd74e5ae0724876822797ece7c613c8a5494de9fbc3710ef size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:35:22.911Z] ===================================================== [Pipeline] echo [2021-03-20T17:35:22.956Z] taggedImages: [2021-03-20T17:35:22.956Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:22.956Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:22.956Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:22.956Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-20T17:35:23.020Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-20T17:35:23.020Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:23.020Z] 2.0.0-dev.134 [2021-03-20T17:35:23.020Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:23.020Z] master [2021-03-20T17:35:23.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:23.533Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:23.865Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:23.865Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-20T17:35:23.865Z] 4258457b732f: Preparing [2021-03-20T17:35:23.865Z] 9066d641f3f2: Preparing [2021-03-20T17:35:23.865Z] ae719e4d5df8: Preparing [2021-03-20T17:35:23.865Z] 18a38844ac7f: Preparing [2021-03-20T17:35:23.865Z] 02a88cfff88f: Preparing [2021-03-20T17:35:24.149Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:24.149Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:24.149Z] 4258457b732f: Pushed [2021-03-20T17:35:24.418Z] 18a38844ac7f: Pushed [2021-03-20T17:35:27.031Z] 9066d641f3f2: Pushed [2021-03-20T17:35:27.031Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:9dc0a2bc6277a1bbb21a978bf12d9563476c951557278858fc53001e80fe862e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:27.370Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:27.702Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:27.702Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-20T17:35:27.702Z] 4258457b732f: Preparing [2021-03-20T17:35:27.702Z] 9066d641f3f2: Preparing [2021-03-20T17:35:27.702Z] ae719e4d5df8: Preparing [2021-03-20T17:35:27.702Z] 18a38844ac7f: Preparing [2021-03-20T17:35:27.702Z] 02a88cfff88f: Preparing [2021-03-20T17:35:27.977Z] 4258457b732f: Layer already exists [2021-03-20T17:35:27.978Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:27.978Z] 9066d641f3f2: Layer already exists [2021-03-20T17:35:27.978Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:27.978Z] 18a38844ac7f: Layer already exists [2021-03-20T17:35:27.978Z] 2.0.0-dev.134: digest: sha256:9dc0a2bc6277a1bbb21a978bf12d9563476c951557278858fc53001e80fe862e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:28.319Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:28.649Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:28.650Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-20T17:35:28.650Z] 4258457b732f: Preparing [2021-03-20T17:35:28.650Z] 9066d641f3f2: Preparing [2021-03-20T17:35:28.650Z] ae719e4d5df8: Preparing [2021-03-20T17:35:28.650Z] 18a38844ac7f: Preparing [2021-03-20T17:35:28.650Z] 02a88cfff88f: Preparing [2021-03-20T17:35:28.920Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:28.920Z] 9066d641f3f2: Layer already exists [2021-03-20T17:35:28.920Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:28.920Z] 4258457b732f: Layer already exists [2021-03-20T17:35:28.920Z] 18a38844ac7f: Layer already exists [2021-03-20T17:35:28.920Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:9dc0a2bc6277a1bbb21a978bf12d9563476c951557278858fc53001e80fe862e size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:29.255Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:29.588Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-20T17:35:29.589Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-20T17:35:29.589Z] 4258457b732f: Preparing [2021-03-20T17:35:29.589Z] 9066d641f3f2: Preparing [2021-03-20T17:35:29.589Z] ae719e4d5df8: Preparing [2021-03-20T17:35:29.589Z] 18a38844ac7f: Preparing [2021-03-20T17:35:29.589Z] 02a88cfff88f: Preparing [2021-03-20T17:35:29.859Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:29.859Z] 9066d641f3f2: Layer already exists [2021-03-20T17:35:29.859Z] 18a38844ac7f: Layer already exists [2021-03-20T17:35:29.859Z] 4258457b732f: Layer already exists [2021-03-20T17:35:29.859Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:29.859Z] master: digest: sha256:9dc0a2bc6277a1bbb21a978bf12d9563476c951557278858fc53001e80fe862e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:35:30.044Z] ===================================================== [Pipeline] echo [2021-03-20T17:35:30.147Z] taggedImages: [2021-03-20T17:35:30.147Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:30.147Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:30.147Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:30.147Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-20T17:35:30.265Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-20T17:35:30.265Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:30.265Z] 2.0.0-dev.134 [2021-03-20T17:35:30.265Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:30.265Z] master [2021-03-20T17:35:30.265Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:30.767Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:31.100Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:31.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-20T17:35:31.100Z] 5ddf041cdd7e: Preparing [2021-03-20T17:35:31.100Z] 5c9a18948fb7: Preparing [2021-03-20T17:35:31.100Z] ae719e4d5df8: Preparing [2021-03-20T17:35:31.100Z] 1998744c8032: Preparing [2021-03-20T17:35:31.100Z] 02a88cfff88f: Preparing [2021-03-20T17:35:31.374Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:31.374Z] 1998744c8032: Layer already exists [2021-03-20T17:35:31.374Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:31.374Z] 5ddf041cdd7e: Pushed [2021-03-20T17:35:34.056Z] 5c9a18948fb7: Pushed [2021-03-20T17:35:34.330Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:9ba9f6d6ae1c88ab0d7768e97ce1d56d5fabc2000b0942f24bf957df4ee0f37b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:34.666Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:34.998Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:34.998Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-20T17:35:34.998Z] 5ddf041cdd7e: Preparing [2021-03-20T17:35:34.998Z] 5c9a18948fb7: Preparing [2021-03-20T17:35:34.998Z] ae719e4d5df8: Preparing [2021-03-20T17:35:34.998Z] 1998744c8032: Preparing [2021-03-20T17:35:34.998Z] 02a88cfff88f: Preparing [2021-03-20T17:35:35.266Z] 5ddf041cdd7e: Layer already exists [2021-03-20T17:35:35.266Z] 5c9a18948fb7: Layer already exists [2021-03-20T17:35:35.266Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:35.266Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:35.266Z] 1998744c8032: Layer already exists [2021-03-20T17:35:35.266Z] 2.0.0-dev.134: digest: sha256:9ba9f6d6ae1c88ab0d7768e97ce1d56d5fabc2000b0942f24bf957df4ee0f37b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:35.606Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:35.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:35.939Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-20T17:35:35.939Z] 5ddf041cdd7e: Preparing [2021-03-20T17:35:35.939Z] 5c9a18948fb7: Preparing [2021-03-20T17:35:35.939Z] ae719e4d5df8: Preparing [2021-03-20T17:35:35.939Z] 1998744c8032: Preparing [2021-03-20T17:35:35.939Z] 02a88cfff88f: Preparing [2021-03-20T17:35:35.939Z] 5c9a18948fb7: Layer already exists [2021-03-20T17:35:35.939Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:35.939Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:36.209Z] 1998744c8032: Layer already exists [2021-03-20T17:35:36.209Z] 5ddf041cdd7e: Layer already exists [2021-03-20T17:35:36.209Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:9ba9f6d6ae1c88ab0d7768e97ce1d56d5fabc2000b0942f24bf957df4ee0f37b size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:36.546Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:36.884Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-20T17:35:36.884Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-20T17:35:36.884Z] 5ddf041cdd7e: Preparing [2021-03-20T17:35:36.884Z] 5c9a18948fb7: Preparing [2021-03-20T17:35:36.884Z] ae719e4d5df8: Preparing [2021-03-20T17:35:36.884Z] 1998744c8032: Preparing [2021-03-20T17:35:36.884Z] 02a88cfff88f: Preparing [2021-03-20T17:35:37.155Z] 5c9a18948fb7: Layer already exists [2021-03-20T17:35:37.155Z] 02a88cfff88f: Layer already exists [2021-03-20T17:35:37.155Z] 5ddf041cdd7e: Layer already exists [2021-03-20T17:35:37.155Z] ae719e4d5df8: Layer already exists [2021-03-20T17:35:37.155Z] 1998744c8032: Layer already exists [2021-03-20T17:35:37.155Z] master: digest: sha256:9ba9f6d6ae1c88ab0d7768e97ce1d56d5fabc2000b0942f24bf957df4ee0f37b size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:35:37.341Z] ===================================================== [Pipeline] echo [2021-03-20T17:35:37.392Z] taggedImages: [2021-03-20T17:35:37.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:37.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:37.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:37.392Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-20T17:35:37.452Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-20T17:35:37.452Z] be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:37.452Z] 2.0.0-dev.134 [2021-03-20T17:35:37.452Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:37.452Z] master [2021-03-20T17:35:37.452Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:37.952Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:38.290Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:38.290Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-20T17:35:38.290Z] 6a798519c624: Preparing [2021-03-20T17:35:38.290Z] cded6d341be5: Preparing [2021-03-20T17:35:38.290Z] 8db73ffc9a73: Preparing [2021-03-20T17:35:38.290Z] 28c961b8a17e: Preparing [2021-03-20T17:35:38.290Z] caac2ea204ac: Preparing [2021-03-20T17:35:38.290Z] 3728c88aa741: Preparing [2021-03-20T17:35:38.290Z] 0a802d31eeea: Preparing [2021-03-20T17:35:38.290Z] 9ded3b6bb9b5: Preparing [2021-03-20T17:35:38.290Z] fa1afe8e6ed9: Preparing [2021-03-20T17:35:38.290Z] 87a09b4c083e: Preparing [2021-03-20T17:35:38.290Z] 0f74e9ff2a61: Preparing [2021-03-20T17:35:38.290Z] b122376c33c6: Preparing [2021-03-20T17:35:38.290Z] f8381ed47b22: Preparing [2021-03-20T17:35:38.290Z] e934a737d657: Preparing [2021-03-20T17:35:38.290Z] fa1afe8e6ed9: Waiting [2021-03-20T17:35:38.290Z] 87a09b4c083e: Waiting [2021-03-20T17:35:38.290Z] 0f74e9ff2a61: Waiting [2021-03-20T17:35:38.290Z] b122376c33c6: Waiting [2021-03-20T17:35:38.290Z] f8381ed47b22: Waiting [2021-03-20T17:35:38.290Z] 3728c88aa741: Waiting [2021-03-20T17:35:38.290Z] 0a802d31eeea: Waiting [2021-03-20T17:35:38.290Z] e934a737d657: Waiting [2021-03-20T17:35:38.290Z] 9ded3b6bb9b5: Waiting [2021-03-20T17:35:38.913Z] caac2ea204ac: Pushed [2021-03-20T17:35:39.187Z] 6a798519c624: Pushed [2021-03-20T17:35:39.786Z] 28c961b8a17e: Pushed [2021-03-20T17:35:39.786Z] 9ded3b6bb9b5: Layer already exists [2021-03-20T17:35:39.786Z] fa1afe8e6ed9: Layer already exists [2021-03-20T17:35:39.786Z] 87a09b4c083e: Layer already exists [2021-03-20T17:35:39.786Z] 0a802d31eeea: Pushed [2021-03-20T17:35:39.786Z] 0f74e9ff2a61: Layer already exists [2021-03-20T17:35:40.058Z] b122376c33c6: Layer already exists [2021-03-20T17:35:40.058Z] f8381ed47b22: Layer already exists [2021-03-20T17:35:40.058Z] e934a737d657: Layer already exists [2021-03-20T17:35:40.329Z] cded6d341be5: Pushed [2021-03-20T17:35:41.757Z] 3728c88aa741: Pushed [2021-03-20T17:35:51.883Z] 8db73ffc9a73: Pushed [2021-03-20T17:35:51.883Z] be0d14e436fe9c753018b2c9bd281985489666e3: digest: sha256:9f2f9e367c38ae4b90a0028264fc9bea9851ccbfafc7c5c08a3b5872e28a1a4e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:52.226Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:52.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:52.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-20T17:35:52.560Z] 6a798519c624: Preparing [2021-03-20T17:35:52.560Z] cded6d341be5: Preparing [2021-03-20T17:35:52.560Z] 8db73ffc9a73: Preparing [2021-03-20T17:35:52.560Z] 28c961b8a17e: Preparing [2021-03-20T17:35:52.560Z] caac2ea204ac: Preparing [2021-03-20T17:35:52.560Z] 3728c88aa741: Preparing [2021-03-20T17:35:52.560Z] 0a802d31eeea: Preparing [2021-03-20T17:35:52.560Z] 9ded3b6bb9b5: Preparing [2021-03-20T17:35:52.560Z] fa1afe8e6ed9: Preparing [2021-03-20T17:35:52.560Z] 87a09b4c083e: Preparing [2021-03-20T17:35:52.560Z] 0f74e9ff2a61: Preparing [2021-03-20T17:35:52.560Z] b122376c33c6: Preparing [2021-03-20T17:35:52.560Z] f8381ed47b22: Preparing [2021-03-20T17:35:52.560Z] e934a737d657: Preparing [2021-03-20T17:35:52.560Z] 87a09b4c083e: Waiting [2021-03-20T17:35:52.560Z] 0f74e9ff2a61: Waiting [2021-03-20T17:35:52.560Z] b122376c33c6: Waiting [2021-03-20T17:35:52.560Z] e934a737d657: Waiting [2021-03-20T17:35:52.560Z] 3728c88aa741: Waiting [2021-03-20T17:35:52.560Z] f8381ed47b22: Waiting [2021-03-20T17:35:52.560Z] 0a802d31eeea: Waiting [2021-03-20T17:35:52.560Z] fa1afe8e6ed9: Waiting [2021-03-20T17:35:52.560Z] 9ded3b6bb9b5: Waiting [2021-03-20T17:35:52.831Z] 8db73ffc9a73: Layer already exists [2021-03-20T17:35:52.831Z] 6a798519c624: Layer already exists [2021-03-20T17:35:52.831Z] cded6d341be5: Layer already exists [2021-03-20T17:35:52.831Z] caac2ea204ac: Layer already exists [2021-03-20T17:35:52.831Z] 28c961b8a17e: Layer already exists [2021-03-20T17:35:52.831Z] 0a802d31eeea: Layer already exists [2021-03-20T17:35:52.831Z] 3728c88aa741: Layer already exists [2021-03-20T17:35:52.831Z] 9ded3b6bb9b5: Layer already exists [2021-03-20T17:35:52.831Z] fa1afe8e6ed9: Layer already exists [2021-03-20T17:35:52.831Z] 87a09b4c083e: Layer already exists [2021-03-20T17:35:52.831Z] b122376c33c6: Layer already exists [2021-03-20T17:35:52.831Z] e934a737d657: Layer already exists [2021-03-20T17:35:52.831Z] 0f74e9ff2a61: Layer already exists [2021-03-20T17:35:52.831Z] f8381ed47b22: Layer already exists [2021-03-20T17:35:52.831Z] 2.0.0-dev.134: digest: sha256:9f2f9e367c38ae4b90a0028264fc9bea9851ccbfafc7c5c08a3b5872e28a1a4e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:53.170Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:53.506Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:53.506Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-20T17:35:53.506Z] 6a798519c624: Preparing [2021-03-20T17:35:53.506Z] cded6d341be5: Preparing [2021-03-20T17:35:53.506Z] 8db73ffc9a73: Preparing [2021-03-20T17:35:53.506Z] 28c961b8a17e: Preparing [2021-03-20T17:35:53.506Z] caac2ea204ac: Preparing [2021-03-20T17:35:53.506Z] 3728c88aa741: Preparing [2021-03-20T17:35:53.506Z] 0a802d31eeea: Preparing [2021-03-20T17:35:53.506Z] 9ded3b6bb9b5: Preparing [2021-03-20T17:35:53.506Z] fa1afe8e6ed9: Preparing [2021-03-20T17:35:53.506Z] 87a09b4c083e: Preparing [2021-03-20T17:35:53.506Z] 0f74e9ff2a61: Preparing [2021-03-20T17:35:53.506Z] b122376c33c6: Preparing [2021-03-20T17:35:53.506Z] f8381ed47b22: Preparing [2021-03-20T17:35:53.506Z] e934a737d657: Preparing [2021-03-20T17:35:53.506Z] 3728c88aa741: Waiting [2021-03-20T17:35:53.506Z] 0a802d31eeea: Waiting [2021-03-20T17:35:53.506Z] 9ded3b6bb9b5: Waiting [2021-03-20T17:35:53.506Z] b122376c33c6: Waiting [2021-03-20T17:35:53.506Z] fa1afe8e6ed9: Waiting [2021-03-20T17:35:53.506Z] 87a09b4c083e: Waiting [2021-03-20T17:35:53.506Z] f8381ed47b22: Waiting [2021-03-20T17:35:53.506Z] 0f74e9ff2a61: Waiting [2021-03-20T17:35:53.506Z] e934a737d657: Waiting [2021-03-20T17:35:53.776Z] caac2ea204ac: Layer already exists [2021-03-20T17:35:53.776Z] cded6d341be5: Layer already exists [2021-03-20T17:35:53.776Z] 28c961b8a17e: Layer already exists [2021-03-20T17:35:53.776Z] 6a798519c624: Layer already exists [2021-03-20T17:35:53.776Z] 8db73ffc9a73: Layer already exists [2021-03-20T17:35:53.776Z] 9ded3b6bb9b5: Layer already exists [2021-03-20T17:35:53.776Z] 3728c88aa741: Layer already exists [2021-03-20T17:35:53.776Z] 0a802d31eeea: Layer already exists [2021-03-20T17:35:53.776Z] fa1afe8e6ed9: Layer already exists [2021-03-20T17:35:53.776Z] 87a09b4c083e: Layer already exists [2021-03-20T17:35:53.776Z] e934a737d657: Layer already exists [2021-03-20T17:35:53.776Z] f8381ed47b22: Layer already exists [2021-03-20T17:35:53.776Z] 0f74e9ff2a61: Layer already exists [2021-03-20T17:35:53.776Z] b122376c33c6: Layer already exists [2021-03-20T17:35:53.776Z] be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134: digest: sha256:9f2f9e367c38ae4b90a0028264fc9bea9851ccbfafc7c5c08a3b5872e28a1a4e size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:54.117Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:35:54.450Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-20T17:35:54.450Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-20T17:35:54.450Z] 6a798519c624: Preparing [2021-03-20T17:35:54.450Z] cded6d341be5: Preparing [2021-03-20T17:35:54.450Z] 8db73ffc9a73: Preparing [2021-03-20T17:35:54.450Z] 28c961b8a17e: Preparing [2021-03-20T17:35:54.450Z] caac2ea204ac: Preparing [2021-03-20T17:35:54.450Z] 3728c88aa741: Preparing [2021-03-20T17:35:54.450Z] 0a802d31eeea: Preparing [2021-03-20T17:35:54.450Z] 9ded3b6bb9b5: Preparing [2021-03-20T17:35:54.450Z] fa1afe8e6ed9: Preparing [2021-03-20T17:35:54.450Z] 87a09b4c083e: Preparing [2021-03-20T17:35:54.450Z] 0f74e9ff2a61: Preparing [2021-03-20T17:35:54.450Z] b122376c33c6: Preparing [2021-03-20T17:35:54.450Z] f8381ed47b22: Preparing [2021-03-20T17:35:54.450Z] e934a737d657: Preparing [2021-03-20T17:35:54.450Z] 87a09b4c083e: Waiting [2021-03-20T17:35:54.450Z] 3728c88aa741: Waiting [2021-03-20T17:35:54.450Z] 0a802d31eeea: Waiting [2021-03-20T17:35:54.450Z] 9ded3b6bb9b5: Waiting [2021-03-20T17:35:54.450Z] fa1afe8e6ed9: Waiting [2021-03-20T17:35:54.450Z] b122376c33c6: Waiting [2021-03-20T17:35:54.450Z] f8381ed47b22: Waiting [2021-03-20T17:35:54.450Z] 0f74e9ff2a61: Waiting [2021-03-20T17:35:54.450Z] e934a737d657: Waiting [2021-03-20T17:35:54.720Z] caac2ea204ac: Layer already exists [2021-03-20T17:35:54.720Z] 8db73ffc9a73: Layer already exists [2021-03-20T17:35:54.720Z] 6a798519c624: Layer already exists [2021-03-20T17:35:54.720Z] cded6d341be5: Layer already exists [2021-03-20T17:35:54.721Z] 28c961b8a17e: Layer already exists [2021-03-20T17:35:54.721Z] 3728c88aa741: Layer already exists [2021-03-20T17:35:54.721Z] 0a802d31eeea: Layer already exists [2021-03-20T17:35:54.721Z] 87a09b4c083e: Layer already exists [2021-03-20T17:35:54.721Z] fa1afe8e6ed9: Layer already exists [2021-03-20T17:35:54.721Z] 9ded3b6bb9b5: Layer already exists [2021-03-20T17:35:54.721Z] b122376c33c6: Layer already exists [2021-03-20T17:35:54.721Z] 0f74e9ff2a61: Layer already exists [2021-03-20T17:35:54.721Z] f8381ed47b22: Layer already exists [2021-03-20T17:35:54.721Z] e934a737d657: Layer already exists [2021-03-20T17:35:54.721Z] master: digest: sha256:9f2f9e367c38ae4b90a0028264fc9bea9851ccbfafc7c5c08a3b5872e28a1a4e size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-20T17:35:54.929Z] ===================================================== [Pipeline] echo [2021-03-20T17:35:54.971Z] taggedImages: [2021-03-20T17:35:54.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3 [2021-03-20T17:35:54.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.134 [2021-03-20T17:35:54.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:be0d14e436fe9c753018b2c9bd281985489666e3-2.0.0-dev.134 [2021-03-20T17:35:54.971Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:35:55.733Z] ---> job-cost.sh [2021-03-20T17:35:55.733Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-5oJL [2021-03-20T17:36:52.227Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-20T17:38:43.987Z] lf-activate-venv(): INFO: Adding /tmp/venv-5oJL/bin to PATH [2021-03-20T17:38:43.987Z] INFO: No Stack... [2021-03-20T17:38:43.987Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-20T17:38:43.987Z] INFO: Archiving Costs [Pipeline] sh [2021-03-20T17:38:44.329Z] + cat /w/workspace/edgex-go/401/archives/cost.csv [2021-03-20T17:38:44.329Z] + cut -d, -f6 [Pipeline] lock [2021-03-20T17:38:44.444Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-401-stack-cost] [2021-03-20T17:38:44.456Z] Resource [jenkins-edgexfoundry-edgex-go-master-401-stack-cost] did not exist. Created. [2021-03-20T17:38:44.456Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-401-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-20T17:38:44.885Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-20T17:38:46.246Z] Stashed 1 file(s) [Pipeline] } [2021-03-20T17:38:46.263Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-401-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-20T17:38:47.749Z] provisioning config files... [2021-03-20T17:38:47.760Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/401@tmp/config3466830569407899460tmp [Pipeline] { [Pipeline] sh [2021-03-20T17:38:48.152Z] + set +x [2021-03-20T17:38:48.152Z] + curl -s https://codecov.io/bash [2021-03-20T17:38:48.152Z] + bash -s -- [2021-03-20T17:38:48.732Z] [2021-03-20T17:38:48.732Z] _____ _ [2021-03-20T17:38:48.732Z] / ____| | | [2021-03-20T17:38:48.732Z] | | ___ __| | ___ ___ _____ __ [2021-03-20T17:38:48.732Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-20T17:38:48.732Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-20T17:38:48.732Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-20T17:38:48.732Z] Bash-20210309-2b87ace [2021-03-20T17:38:48.732Z] [2021-03-20T17:38:48.732Z] [2021-03-20T17:38:48.732Z] ==> git version 2.24.3 found [2021-03-20T17:38:48.732Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-20T17:38:48.732Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-20T17:38:48.732Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-20T17:38:48.732Z] ==> Jenkins CI detected. [2021-03-20T17:38:48.732Z] project root: . [2021-03-20T17:38:48.732Z] --> token set from env [2021-03-20T17:38:48.732Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-20T17:38:48.732Z] ==> Running gcov in . (disable via -X gcov) [2021-03-20T17:38:48.732Z] ==> Python coveragepy not found [2021-03-20T17:38:48.732Z] ==> Searching for coverage reports in: [2021-03-20T17:38:48.732Z] + . [2021-03-20T17:38:48.732Z] -> Found 1 reports [2021-03-20T17:38:48.732Z] ==> Detecting git/mercurial file structure [2021-03-20T17:38:48.732Z] ==> Reading reports [2021-03-20T17:38:48.732Z] + ./coverage.out bytes=650607 [2021-03-20T17:38:48.732Z] ==> Appending adjustments [2021-03-20T17:38:48.732Z] https://docs.codecov.io/docs/fixing-reports [2021-03-20T17:38:52.951Z] + Found adjustments [2021-03-20T17:38:52.951Z] ==> Gzipping contents [2021-03-20T17:38:52.951Z] 96K /tmp/codecov.XvijwG.gz [2021-03-20T17:38:52.951Z] ==> Uploading reports [2021-03-20T17:38:52.951Z] url: https://codecov.io [2021-03-20T17:38:52.951Z] query: branch=master&commit=be0d14e436fe9c753018b2c9bd281985489666e3&build=401&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F401%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-20T17:38:52.951Z] -> Pinging Codecov [2021-03-20T17:38:52.951Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=be0d14e436fe9c753018b2c9bd281985489666e3&build=401&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F401%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-20T17:38:52.951Z] -> Uploading to [2021-03-20T17:38:52.951Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-20/00271124DB129430A58F1EEE437C3FCB/be0d14e436fe9c753018b2c9bd281985489666e3/e94ea5e1-e451-417d-90f2-ae48da267846.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T173852Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d75e55e14751784605a0c7f0f3b812b07b57bc40bf815fc5a56a4b0a39902320 [2021-03-20T17:38:52.951Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:38:52.951Z] Dload Upload Total Spent Left Speed [2021-03-20T17:38:53.214Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94969 0 0 100 94969 0 189k --:--:-- --:--:-- --:--:-- 190k [2021-03-20T17:38:53.214Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/be0d14e436fe9c753018b2c9bd281985489666e3 [Pipeline] } [2021-03-20T17:38:53.224Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-20T17:38:54.155Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-20T17:38:54.214Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:38:54.567Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-20T17:38:54.568Z] [2021-03-20T17:38:54.568Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:38:54.980Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-20T17:38:54.980Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-20T17:38:54.980Z] 188c0c94c7c5: Already exists [2021-03-20T17:38:54.980Z] 0ef7d3d256c8: Already exists [2021-03-20T17:38:54.980Z] de9db76c5a1d: Already exists [2021-03-20T17:38:54.980Z] 0eba1c9be4d2: Pulling fs layer [2021-03-20T17:38:54.980Z] 0d57e429df01: Pulling fs layer [2021-03-20T17:38:54.980Z] 4e4be7b47b0d: Pulling fs layer [2021-03-20T17:38:54.980Z] e1f770b5df2f: Pulling fs layer [2021-03-20T17:38:54.980Z] 85a0685a4137: Pulling fs layer [2021-03-20T17:38:54.980Z] e1f770b5df2f: Waiting [2021-03-20T17:38:54.980Z] 85a0685a4137: Waiting [2021-03-20T17:38:54.980Z] 4e4be7b47b0d: Download complete [2021-03-20T17:38:54.980Z] 0d57e429df01: Verifying Checksum [2021-03-20T17:38:54.980Z] 0d57e429df01: Download complete [2021-03-20T17:38:56.930Z] e1f770b5df2f: Verifying Checksum [2021-03-20T17:38:56.930Z] e1f770b5df2f: Download complete [2021-03-20T17:38:59.496Z] 0eba1c9be4d2: Download complete [2021-03-20T17:39:00.460Z] 85a0685a4137: Verifying Checksum [2021-03-20T17:39:00.460Z] 85a0685a4137: Download complete [2021-03-20T17:39:04.751Z] 0eba1c9be4d2: Pull complete [2021-03-20T17:39:05.014Z] 0d57e429df01: Pull complete [2021-03-20T17:39:05.014Z] 4e4be7b47b0d: Pull complete [2021-03-20T17:39:09.261Z] e1f770b5df2f: Pull complete [2021-03-20T17:39:19.314Z] 85a0685a4137: Pull complete [2021-03-20T17:39:19.314Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-20T17:39:19.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-20T17:39:19.314Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-20T17:39:19.534Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:39:19.592Z] $ 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/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:39:20.838Z] $ docker top 0ffe13508f5843aa944908bf198aecf26c2d91c078b38cff55b2f81712b2d3b2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-20T17:39:21.202Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-20T17:39:21.503Z] + set -o pipefail [2021-03-20T17:39:21.503Z] + snyk monitor '--org=edgex-jenkins' [2021-03-20T17:39:36.458Z] [2021-03-20T17:39:36.458Z] Monitoring /w/workspace/edgex-go/401 (github.com/edgexfoundry/edgex-go)... [2021-03-20T17:39:36.458Z] [2021-03-20T17:39:36.458Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/ba2f906f-8694-437e-8782-52227db8094d [2021-03-20T17:39:36.458Z] [2021-03-20T17:39:36.458Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-20T17:39:36.458Z] [2021-03-20T17:39:36.458Z] [Pipeline] } [2021-03-20T17:39:36.473Z] $ docker stop --time=1 0ffe13508f5843aa944908bf198aecf26c2d91c078b38cff55b2f81712b2d3b2 [2021-03-20T17:39:39.844Z] $ docker rm -f 0ffe13508f5843aa944908bf198aecf26c2d91c078b38cff55b2f81712b2d3b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-20T17:39:41.162Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:39:41.214Z] provisioning config files... [2021-03-20T17:39:41.228Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/401@tmp/config7109415857106036397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:39:41.597Z] --> edgex-publish-swagger.sh [2021-03-20T17:39:41.597Z] === Publish openapi/v1 API === [2021-03-20T17:39:41.597Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-20T17:39:41.597Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/401/openapi/v1/core-command.yaml] [2021-03-20T17:39:41.597Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:41.597Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:42.810Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 8844 0:00:01 0:00:01 --:--:-- 8849 100 10522 0 0 100 10522 0 8843 0:00:01 0:00:01 --:--:-- 8842 [2021-03-20T17:39:42.810Z] [2021-03-20T17:39:42.810Z] [2021-03-20T17:39:42.810Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/401/openapi/v1/core-data.yaml] [2021-03-20T17:39:42.810Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:42.810Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:44.204Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 28547 0:00:01 0:00:01 --:--:-- 28558 100 32557 0 0 100 32557 0 28542 0:00:01 0:00:01 --:--:-- 28558 [2021-03-20T17:39:44.204Z] [2021-03-20T17:39:44.204Z] [2021-03-20T17:39:44.204Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/401/openapi/v1/core-metadata.yaml] [2021-03-20T17:39:44.204Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:44.204Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:45.148Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 62845 0:00:01 0:00:01 --:--:-- 62901 100 73721 0 0 100 73721 0 62835 0:00:01 0:00:01 --:--:-- 62848 [2021-03-20T17:39:45.148Z] [2021-03-20T17:39:45.148Z] [2021-03-20T17:39:45.148Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/401/openapi/v1/support-logging.yaml] [2021-03-20T17:39:45.148Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:45.148Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:46.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11715 0:00:01 0:00:01 --:--:-- 11717 100 13581 0 0 100 13581 0 11713 0:00:01 0:00:01 --:--:-- 11717 [2021-03-20T17:39:46.541Z] [2021-03-20T17:39:46.541Z] [2021-03-20T17:39:46.541Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/401/openapi/v1/support-notifications.yaml] [2021-03-20T17:39:46.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:46.541Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:47.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 32126 0:00:01 0:00:01 --:--:-- 32140 100 38890 0 0 100 38890 0 26612 0:00:01 0:00:01 --:--:-- 26600 100 38890 0 0 100 38890 0 26609 0:00:01 0:00:01 --:--:-- 26600 [2021-03-20T17:39:47.752Z] [2021-03-20T17:39:47.752Z] [2021-03-20T17:39:47.752Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/401/openapi/v1/support-scheduler.yaml] [2021-03-20T17:39:47.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:47.752Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:48.699Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 13432 0:00:01 0:00:01 --:--:-- 13442 100 14249 0 0 100 14249 0 13429 0:00:01 0:00:01 --:--:-- 13442 [2021-03-20T17:39:48.699Z] [2021-03-20T17:39:48.699Z] [2021-03-20T17:39:48.699Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/401/openapi/v1/system-agent.yaml] [2021-03-20T17:39:48.699Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:48.699Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:50.089Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3713 0:00:01 0:00:01 --:--:-- 3716 100 4110 0 0 100 4110 0 3712 0:00:01 0:00:01 --:--:-- 3716 [2021-03-20T17:39:50.089Z] [2021-03-20T17:39:50.089Z] [2021-03-20T17:39:50.089Z] === Publish openapi/v2 API === [2021-03-20T17:39:50.089Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-20T17:39:50.089Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/401/openapi/v2/core-command.yaml] [2021-03-20T17:39:50.089Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:50.089Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:51.038Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 27238 0:00:01 0:00:01 --:--:-- 27263 100 29744 0 0 100 29744 0 27233 0:00:01 0:00:01 --:--:-- 27263 [2021-03-20T17:39:51.038Z] [2021-03-20T17:39:51.038Z] [2021-03-20T17:39:51.038Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/401/openapi/v2/core-data.yaml] [2021-03-20T17:39:51.038Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:51.039Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:52.427Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57287 0 0 100 57287 0 51318 0:00:01 0:00:01 --:--:-- 51332 100 57287 0 0 100 57287 0 51308 0:00:01 0:00:01 --:--:-- 51332 [2021-03-20T17:39:52.427Z] [2021-03-20T17:39:52.427Z] [2021-03-20T17:39:52.427Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/401/openapi/v2/core-metadata.yaml] [2021-03-20T17:39:52.427Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:52.427Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:53.410Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 107k 0:00:01 0:00:01 --:--:-- 107k 100 116k 0 0 100 116k 0 107k 0:00:01 0:00:01 --:--:-- 107k [2021-03-20T17:39:53.410Z] [2021-03-20T17:39:53.410Z] [2021-03-20T17:39:53.410Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/401/openapi/v2/support-notifications.yaml] [2021-03-20T17:39:53.410Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:53.410Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:54.357Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73213 0 0 100 73213 0 61382 0:00:01 0:00:01 --:--:-- 61420 100 73213 0 0 100 73213 0 61367 0:00:01 0:00:01 --:--:-- 61420 [2021-03-20T17:39:54.357Z] [2021-03-20T17:39:54.357Z] [2021-03-20T17:39:54.357Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/401/openapi/v2/support-scheduler.yaml] [2021-03-20T17:39:54.357Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:54.357Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:55.566Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39475 0 0 100 39475 0 36890 0:00:01 0:00:01 --:--:-- 36927 [2021-03-20T17:39:55.566Z] [2021-03-20T17:39:55.566Z] [2021-03-20T17:39:55.566Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/401/openapi/v2/system-agent.yaml] [2021-03-20T17:39:55.566Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-20T17:39:55.566Z] Dload Upload Total Spent Left Speed [2021-03-20T17:39:56.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 23574 0:00:01 0:00:01 --:--:-- 23592 [2021-03-20T17:39:56.772Z] [2021-03-20T17:39:56.772Z] [Pipeline] } [2021-03-20T17:39:56.782Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:39:57.586Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:39:57.586Z] . [Pipeline] withDockerContainer [2021-03-20T17:39:57.691Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:39:57.741Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:39:58.627Z] $ docker top d07795f8f56dab1f59b996549447dd1933c8b32b036102100cfc157fc247eaeb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:39:58.942Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:39:58.942Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:39:59.208Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:39:59.212Z] $ docker exec d07795f8f56dab1f59b996549447dd1933c8b32b036102100cfc157fc247eaeb ssh-agent [2021-03-20T17:39:59.397Z] SSH_AUTH_SOCK=/tmp/ssh-laD7uo1HJZMN/agent.11 [2021-03-20T17:39:59.397Z] SSH_AGENT_PID=16 [2021-03-20T17:39:59.405Z] Running ssh-add (command line suppressed) [2021-03-20T17:39:59.537Z] Identity added: /w/workspace/edgex-go/401@tmp/private_key_4567861729059304046.key (/w/workspace/edgex-go/401@tmp/private_key_4567861729059304046.key) [2021-03-20T17:39:59.595Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:39:59.931Z] + git semver tag [2021-03-20T17:40:00.504Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:40:00.504Z] # $GIT_DIR = /w/workspace/edgex-go/401/.git [2021-03-20T17:40:00.504Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/401 [2021-03-20T17:40:00.504Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:40:00.504Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:40:00.504Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:40:00.504Z] # $SEMVER_BRANCH = master [2021-03-20T17:40:00.504Z] # $SEMVER_DIR = /w/workspace/edgex-go/401/.semver [2021-03-20T17:40:00.504Z] # be0d14e436fe9c753018b2c9bd281985489666e3 HEAD [2021-03-20T17:40:00.765Z] # -> Force: false [2021-03-20T17:40:00.765Z] # d4ef5c48aa490766c1ca344b8fe6ff6f78f01198 refs/tags/v2.0.0-dev.134 [Pipeline] } [2021-03-20T17:40:00.779Z] $ docker exec --env ******** --env ******** d07795f8f56dab1f59b996549447dd1933c8b32b036102100cfc157fc247eaeb ssh-agent -k [2021-03-20T17:40:00.910Z] unset SSH_AUTH_SOCK; [2021-03-20T17:40:00.910Z] unset SSH_AGENT_PID; [2021-03-20T17:40:00.910Z] echo Agent pid 16 killed; [2021-03-20T17:40:00.977Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:40:01.448Z] + git semver [Pipeline] } [2021-03-20T17:40:01.469Z] $ docker stop --time=1 d07795f8f56dab1f59b996549447dd1933c8b32b036102100cfc157fc247eaeb [2021-03-20T17:40:02.859Z] $ docker rm -f d07795f8f56dab1f59b996549447dd1933c8b32b036102100cfc157fc247eaeb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:40:03.711Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-20T17:40:03.711Z] [2021-03-20T17:40:03.711Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:40:04.116Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-20T17:40:04.116Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-20T17:40:04.116Z] ab5ef0e58194: Pulling fs layer [2021-03-20T17:40:04.116Z] 9712f1f96733: Pulling fs layer [2021-03-20T17:40:04.116Z] 63f879dbbcfc: Pulling fs layer [2021-03-20T17:40:04.116Z] 0d9ebad4ef96: Pulling fs layer [2021-03-20T17:40:04.116Z] e9a5061849ea: Pulling fs layer [2021-03-20T17:40:04.116Z] d747dcd14b5f: Pulling fs layer [2021-03-20T17:40:04.116Z] 2de7ff778b66: Pulling fs layer [2021-03-20T17:40:04.116Z] e9a5061849ea: Waiting [2021-03-20T17:40:04.116Z] d747dcd14b5f: Waiting [2021-03-20T17:40:04.116Z] 0d9ebad4ef96: Waiting [2021-03-20T17:40:04.116Z] 2de7ff778b66: Waiting [2021-03-20T17:40:04.116Z] 9712f1f96733: Verifying Checksum [2021-03-20T17:40:04.116Z] 9712f1f96733: Download complete [2021-03-20T17:40:06.674Z] 63f879dbbcfc: Verifying Checksum [2021-03-20T17:40:06.674Z] 63f879dbbcfc: Download complete [2021-03-20T17:40:06.674Z] e9a5061849ea: Verifying Checksum [2021-03-20T17:40:06.674Z] e9a5061849ea: Download complete [2021-03-20T17:40:06.674Z] d747dcd14b5f: Verifying Checksum [2021-03-20T17:40:06.674Z] d747dcd14b5f: Download complete [2021-03-20T17:40:07.627Z] 2de7ff778b66: Verifying Checksum [2021-03-20T17:40:07.627Z] 2de7ff778b66: Download complete [2021-03-20T17:40:08.204Z] 0d9ebad4ef96: Verifying Checksum [2021-03-20T17:40:08.204Z] 0d9ebad4ef96: Download complete [2021-03-20T17:40:08.791Z] ab5ef0e58194: Verifying Checksum [2021-03-20T17:40:08.791Z] ab5ef0e58194: Download complete [2021-03-20T17:40:14.128Z] ab5ef0e58194: Pull complete [2021-03-20T17:40:14.128Z] 9712f1f96733: Pull complete [2021-03-20T17:40:16.691Z] 63f879dbbcfc: Pull complete [2021-03-20T17:40:25.100Z] 0d9ebad4ef96: Pull complete [2021-03-20T17:40:26.106Z] e9a5061849ea: Pull complete [2021-03-20T17:40:26.106Z] d747dcd14b5f: Pull complete [2021-03-20T17:40:29.439Z] 2de7ff778b66: Pull complete [2021-03-20T17:40:29.439Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-20T17:40:29.439Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-20T17:40:29.439Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-20T17:40:29.662Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:40:29.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:40:33.958Z] $ docker top fd434b639aa10e789e64b47eaaf40acdd84acd2680cf212519513ba75d3b434b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:40:34.200Z] provisioning config files... [2021-03-20T17:40:34.212Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/401@tmp/config2161922332715406308tmp [2021-03-20T17:40:34.228Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/401@tmp/config6981520809993943557tmp [2021-03-20T17:40:34.246Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/401@tmp/config5771555855055884872tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:40:34.392Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:40:34.694Z] ---> sigul-configuration.sh [2021-03-20T17:40:34.694Z] gpg: directory `/root/.gnupg' created [2021-03-20T17:40:34.694Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-20T17:40:34.694Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-20T17:40:34.694Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-20T17:40:34.694Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-20T17:40:34.694Z] gpg: CAST5 encrypted data [2021-03-20T17:40:34.955Z] gpg: encrypted with 1 passphrase [2021-03-20T17:40:34.955Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-20T17:40:35.255Z] + mkdir /home/jenkins [2021-03-20T17:40:35.255Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-20T17:40:35.554Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2021-03-20T17:40:35.565Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:40:35.875Z] ---> sigul-install.sh [2021-03-20T17:40:44.048Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-20T17:40:44.359Z] + git tag --list [2021-03-20T17:40:44.621Z] 0.6.0 [2021-03-20T17:40:44.621Z] 0.6.1 [2021-03-20T17:40:44.621Z] 0.7.0 [2021-03-20T17:40:44.621Z] 0.7.1 [2021-03-20T17:40:44.621Z] v0.0.0 [2021-03-20T17:40:44.621Z] v0.0.1-dev.1 [2021-03-20T17:40:44.621Z] v1.0.0 [2021-03-20T17:40:44.621Z] v1.0.1 [2021-03-20T17:40:44.621Z] v1.1.0 [2021-03-20T17:40:44.621Z] v1.2.0 [2021-03-20T17:40:44.621Z] v1.2.1 [2021-03-20T17:40:44.621Z] v1.2.2-dev.1 [2021-03-20T17:40:44.621Z] v1.2.2-dev.10 [2021-03-20T17:40:44.621Z] v1.2.2-dev.100 [2021-03-20T17:40:44.621Z] v1.2.2-dev.101 [2021-03-20T17:40:44.621Z] v1.2.2-dev.102 [2021-03-20T17:40:44.621Z] v1.2.2-dev.103 [2021-03-20T17:40:44.621Z] v1.2.2-dev.104 [2021-03-20T17:40:44.621Z] v1.2.2-dev.105 [2021-03-20T17:40:44.621Z] v1.2.2-dev.106 [2021-03-20T17:40:44.621Z] v1.2.2-dev.107 [2021-03-20T17:40:44.621Z] v1.2.2-dev.11 [2021-03-20T17:40:44.621Z] v1.2.2-dev.12 [2021-03-20T17:40:44.621Z] v1.2.2-dev.13 [2021-03-20T17:40:44.621Z] v1.2.2-dev.14 [2021-03-20T17:40:44.621Z] v1.2.2-dev.15 [2021-03-20T17:40:44.621Z] v1.2.2-dev.16 [2021-03-20T17:40:44.621Z] v1.2.2-dev.17 [2021-03-20T17:40:44.621Z] v1.2.2-dev.18 [2021-03-20T17:40:44.621Z] v1.2.2-dev.19 [2021-03-20T17:40:44.621Z] v1.2.2-dev.2 [2021-03-20T17:40:44.621Z] v1.2.2-dev.20 [2021-03-20T17:40:44.621Z] v1.2.2-dev.21 [2021-03-20T17:40:44.621Z] v1.2.2-dev.22 [2021-03-20T17:40:44.621Z] v1.2.2-dev.23 [2021-03-20T17:40:44.621Z] v1.2.2-dev.24 [2021-03-20T17:40:44.621Z] v1.2.2-dev.25 [2021-03-20T17:40:44.621Z] v1.2.2-dev.26 [2021-03-20T17:40:44.621Z] v1.2.2-dev.27 [2021-03-20T17:40:44.621Z] v1.2.2-dev.28 [2021-03-20T17:40:44.621Z] v1.2.2-dev.29 [2021-03-20T17:40:44.621Z] v1.2.2-dev.3 [2021-03-20T17:40:44.621Z] v1.2.2-dev.30 [2021-03-20T17:40:44.621Z] v1.2.2-dev.31 [2021-03-20T17:40:44.621Z] v1.2.2-dev.32 [2021-03-20T17:40:44.621Z] v1.2.2-dev.33 [2021-03-20T17:40:44.621Z] v1.2.2-dev.34 [2021-03-20T17:40:44.621Z] v1.2.2-dev.35 [2021-03-20T17:40:44.621Z] v1.2.2-dev.36 [2021-03-20T17:40:44.621Z] v1.2.2-dev.37 [2021-03-20T17:40:44.621Z] v1.2.2-dev.38 [2021-03-20T17:40:44.621Z] v1.2.2-dev.39 [2021-03-20T17:40:44.621Z] v1.2.2-dev.4 [2021-03-20T17:40:44.621Z] v1.2.2-dev.40 [2021-03-20T17:40:44.621Z] v1.2.2-dev.41 [2021-03-20T17:40:44.621Z] v1.2.2-dev.42 [2021-03-20T17:40:44.621Z] v1.2.2-dev.43 [2021-03-20T17:40:44.621Z] v1.2.2-dev.44 [2021-03-20T17:40:44.621Z] v1.2.2-dev.45 [2021-03-20T17:40:44.621Z] v1.2.2-dev.46 [2021-03-20T17:40:44.621Z] v1.2.2-dev.47 [2021-03-20T17:40:44.621Z] v1.2.2-dev.48 [2021-03-20T17:40:44.621Z] v1.2.2-dev.49 [2021-03-20T17:40:44.621Z] v1.2.2-dev.5 [2021-03-20T17:40:44.621Z] v1.2.2-dev.50 [2021-03-20T17:40:44.621Z] v1.2.2-dev.51 [2021-03-20T17:40:44.621Z] v1.2.2-dev.52 [2021-03-20T17:40:44.621Z] v1.2.2-dev.53 [2021-03-20T17:40:44.621Z] v1.2.2-dev.54 [2021-03-20T17:40:44.621Z] v1.2.2-dev.55 [2021-03-20T17:40:44.621Z] v1.2.2-dev.56 [2021-03-20T17:40:44.621Z] v1.2.2-dev.57 [2021-03-20T17:40:44.621Z] v1.2.2-dev.58 [2021-03-20T17:40:44.621Z] v1.2.2-dev.59 [2021-03-20T17:40:44.621Z] v1.2.2-dev.6 [2021-03-20T17:40:44.621Z] v1.2.2-dev.60 [2021-03-20T17:40:44.621Z] v1.2.2-dev.61 [2021-03-20T17:40:44.621Z] v1.2.2-dev.62 [2021-03-20T17:40:44.621Z] v1.2.2-dev.63 [2021-03-20T17:40:44.621Z] v1.2.2-dev.64 [2021-03-20T17:40:44.621Z] v1.2.2-dev.65 [2021-03-20T17:40:44.621Z] v1.2.2-dev.66 [2021-03-20T17:40:44.621Z] v1.2.2-dev.67 [2021-03-20T17:40:44.621Z] v1.2.2-dev.68 [2021-03-20T17:40:44.621Z] v1.2.2-dev.69 [2021-03-20T17:40:44.621Z] v1.2.2-dev.7 [2021-03-20T17:40:44.621Z] v1.2.2-dev.70 [2021-03-20T17:40:44.621Z] v1.2.2-dev.71 [2021-03-20T17:40:44.621Z] v1.2.2-dev.72 [2021-03-20T17:40:44.621Z] v1.2.2-dev.73 [2021-03-20T17:40:44.621Z] v1.2.2-dev.74 [2021-03-20T17:40:44.621Z] v1.2.2-dev.75 [2021-03-20T17:40:44.621Z] v1.2.2-dev.76 [2021-03-20T17:40:44.621Z] v1.2.2-dev.77 [2021-03-20T17:40:44.621Z] v1.2.2-dev.78 [2021-03-20T17:40:44.621Z] v1.2.2-dev.79 [2021-03-20T17:40:44.621Z] v1.2.2-dev.8 [2021-03-20T17:40:44.621Z] v1.2.2-dev.80 [2021-03-20T17:40:44.621Z] v1.2.2-dev.81 [2021-03-20T17:40:44.621Z] v1.2.2-dev.82 [2021-03-20T17:40:44.621Z] v1.2.2-dev.83 [2021-03-20T17:40:44.621Z] v1.2.2-dev.84 [2021-03-20T17:40:44.621Z] v1.2.2-dev.85 [2021-03-20T17:40:44.621Z] v1.2.2-dev.86 [2021-03-20T17:40:44.621Z] v1.2.2-dev.87 [2021-03-20T17:40:44.621Z] v1.2.2-dev.88 [2021-03-20T17:40:44.621Z] v1.2.2-dev.89 [2021-03-20T17:40:44.621Z] v1.2.2-dev.9 [2021-03-20T17:40:44.621Z] v1.2.2-dev.90 [2021-03-20T17:40:44.621Z] v1.2.2-dev.91 [2021-03-20T17:40:44.621Z] v1.2.2-dev.92 [2021-03-20T17:40:44.621Z] v1.2.2-dev.93 [2021-03-20T17:40:44.621Z] v1.2.2-dev.94 [2021-03-20T17:40:44.621Z] v1.2.2-dev.95 [2021-03-20T17:40:44.621Z] v1.2.2-dev.96 [2021-03-20T17:40:44.621Z] v1.2.2-dev.97 [2021-03-20T17:40:44.621Z] v1.2.2-dev.98 [2021-03-20T17:40:44.621Z] v1.2.2-dev.99 [2021-03-20T17:40:44.621Z] v1.3.0 [2021-03-20T17:40:44.621Z] v1.3.1 [2021-03-20T17:40:44.621Z] v1.3.1-dev.1 [2021-03-20T17:40:44.621Z] v1.3.1-dev.10 [2021-03-20T17:40:44.621Z] v1.3.1-dev.11 [2021-03-20T17:40:44.621Z] v1.3.1-dev.12 [2021-03-20T17:40:44.621Z] v1.3.1-dev.13 [2021-03-20T17:40:44.621Z] v1.3.1-dev.14 [2021-03-20T17:40:44.621Z] v1.3.1-dev.15 [2021-03-20T17:40:44.621Z] v1.3.1-dev.16 [2021-03-20T17:40:44.621Z] v1.3.1-dev.17 [2021-03-20T17:40:44.621Z] v1.3.1-dev.18 [2021-03-20T17:40:44.621Z] v1.3.1-dev.2 [2021-03-20T17:40:44.621Z] v1.3.1-dev.3 [2021-03-20T17:40:44.621Z] v1.3.1-dev.4 [2021-03-20T17:40:44.621Z] v1.3.1-dev.5 [2021-03-20T17:40:44.621Z] v1.3.1-dev.6 [2021-03-20T17:40:44.621Z] v1.3.1-dev.7 [2021-03-20T17:40:44.621Z] v1.3.1-dev.8 [2021-03-20T17:40:44.621Z] v1.3.1-dev.9 [2021-03-20T17:40:44.621Z] v2.0.0-dev.1 [2021-03-20T17:40:44.621Z] v2.0.0-dev.10 [2021-03-20T17:40:44.621Z] v2.0.0-dev.100 [2021-03-20T17:40:44.621Z] v2.0.0-dev.101 [2021-03-20T17:40:44.621Z] v2.0.0-dev.102 [2021-03-20T17:40:44.621Z] v2.0.0-dev.103 [2021-03-20T17:40:44.621Z] v2.0.0-dev.104 [2021-03-20T17:40:44.621Z] v2.0.0-dev.105 [2021-03-20T17:40:44.621Z] v2.0.0-dev.106 [2021-03-20T17:40:44.621Z] v2.0.0-dev.107 [2021-03-20T17:40:44.621Z] v2.0.0-dev.108 [2021-03-20T17:40:44.621Z] v2.0.0-dev.109 [2021-03-20T17:40:44.621Z] v2.0.0-dev.11 [2021-03-20T17:40:44.621Z] v2.0.0-dev.110 [2021-03-20T17:40:44.621Z] v2.0.0-dev.111 [2021-03-20T17:40:44.621Z] v2.0.0-dev.112 [2021-03-20T17:40:44.621Z] v2.0.0-dev.113 [2021-03-20T17:40:44.621Z] v2.0.0-dev.114 [2021-03-20T17:40:44.621Z] v2.0.0-dev.115 [2021-03-20T17:40:44.621Z] v2.0.0-dev.116 [2021-03-20T17:40:44.621Z] v2.0.0-dev.117 [2021-03-20T17:40:44.621Z] v2.0.0-dev.118 [2021-03-20T17:40:44.621Z] v2.0.0-dev.119 [2021-03-20T17:40:44.621Z] v2.0.0-dev.12 [2021-03-20T17:40:44.621Z] v2.0.0-dev.120 [2021-03-20T17:40:44.621Z] v2.0.0-dev.121 [2021-03-20T17:40:44.621Z] v2.0.0-dev.122 [2021-03-20T17:40:44.621Z] v2.0.0-dev.123 [2021-03-20T17:40:44.621Z] v2.0.0-dev.124 [2021-03-20T17:40:44.621Z] v2.0.0-dev.125 [2021-03-20T17:40:44.621Z] v2.0.0-dev.126 [2021-03-20T17:40:44.621Z] v2.0.0-dev.127 [2021-03-20T17:40:44.621Z] v2.0.0-dev.128 [2021-03-20T17:40:44.621Z] v2.0.0-dev.129 [2021-03-20T17:40:44.621Z] v2.0.0-dev.13 [2021-03-20T17:40:44.621Z] v2.0.0-dev.130 [2021-03-20T17:40:44.621Z] v2.0.0-dev.131 [2021-03-20T17:40:44.621Z] v2.0.0-dev.132 [2021-03-20T17:40:44.621Z] v2.0.0-dev.133 [2021-03-20T17:40:44.621Z] v2.0.0-dev.134 [2021-03-20T17:40:44.621Z] v2.0.0-dev.14 [2021-03-20T17:40:44.621Z] v2.0.0-dev.15 [2021-03-20T17:40:44.621Z] v2.0.0-dev.16 [2021-03-20T17:40:44.621Z] v2.0.0-dev.17 [2021-03-20T17:40:44.621Z] v2.0.0-dev.18 [2021-03-20T17:40:44.621Z] v2.0.0-dev.19 [2021-03-20T17:40:44.621Z] v2.0.0-dev.2 [2021-03-20T17:40:44.621Z] v2.0.0-dev.20 [2021-03-20T17:40:44.621Z] v2.0.0-dev.21 [2021-03-20T17:40:44.621Z] v2.0.0-dev.22 [2021-03-20T17:40:44.622Z] v2.0.0-dev.23 [2021-03-20T17:40:44.622Z] v2.0.0-dev.24 [2021-03-20T17:40:44.622Z] v2.0.0-dev.25 [2021-03-20T17:40:44.622Z] v2.0.0-dev.26 [2021-03-20T17:40:44.622Z] v2.0.0-dev.27 [2021-03-20T17:40:44.622Z] v2.0.0-dev.28 [2021-03-20T17:40:44.622Z] v2.0.0-dev.29 [2021-03-20T17:40:44.622Z] v2.0.0-dev.3 [2021-03-20T17:40:44.622Z] v2.0.0-dev.30 [2021-03-20T17:40:44.622Z] v2.0.0-dev.31 [2021-03-20T17:40:44.622Z] v2.0.0-dev.32 [2021-03-20T17:40:44.622Z] v2.0.0-dev.33 [2021-03-20T17:40:44.622Z] v2.0.0-dev.34 [2021-03-20T17:40:44.622Z] v2.0.0-dev.35 [2021-03-20T17:40:44.622Z] v2.0.0-dev.36 [2021-03-20T17:40:44.622Z] v2.0.0-dev.37 [2021-03-20T17:40:44.622Z] v2.0.0-dev.38 [2021-03-20T17:40:44.622Z] v2.0.0-dev.39 [2021-03-20T17:40:44.622Z] v2.0.0-dev.4 [2021-03-20T17:40:44.622Z] v2.0.0-dev.40 [2021-03-20T17:40:44.622Z] v2.0.0-dev.41 [2021-03-20T17:40:44.622Z] v2.0.0-dev.42 [2021-03-20T17:40:44.622Z] v2.0.0-dev.43 [2021-03-20T17:40:44.622Z] v2.0.0-dev.44 [2021-03-20T17:40:44.622Z] v2.0.0-dev.45 [2021-03-20T17:40:44.622Z] v2.0.0-dev.46 [2021-03-20T17:40:44.622Z] v2.0.0-dev.47 [2021-03-20T17:40:44.622Z] v2.0.0-dev.48 [2021-03-20T17:40:44.622Z] v2.0.0-dev.49 [2021-03-20T17:40:44.622Z] v2.0.0-dev.5 [2021-03-20T17:40:44.622Z] v2.0.0-dev.50 [2021-03-20T17:40:44.622Z] v2.0.0-dev.51 [2021-03-20T17:40:44.622Z] v2.0.0-dev.52 [2021-03-20T17:40:44.622Z] v2.0.0-dev.53 [2021-03-20T17:40:44.622Z] v2.0.0-dev.54 [2021-03-20T17:40:44.622Z] v2.0.0-dev.55 [2021-03-20T17:40:44.622Z] v2.0.0-dev.56 [2021-03-20T17:40:44.622Z] v2.0.0-dev.57 [2021-03-20T17:40:44.622Z] v2.0.0-dev.58 [2021-03-20T17:40:44.622Z] v2.0.0-dev.59 [2021-03-20T17:40:44.622Z] v2.0.0-dev.6 [2021-03-20T17:40:44.622Z] v2.0.0-dev.60 [2021-03-20T17:40:44.622Z] v2.0.0-dev.61 [2021-03-20T17:40:44.622Z] v2.0.0-dev.62 [2021-03-20T17:40:44.622Z] v2.0.0-dev.63 [2021-03-20T17:40:44.622Z] v2.0.0-dev.64 [2021-03-20T17:40:44.622Z] v2.0.0-dev.65 [2021-03-20T17:40:44.622Z] v2.0.0-dev.66 [2021-03-20T17:40:44.622Z] v2.0.0-dev.67 [2021-03-20T17:40:44.622Z] v2.0.0-dev.68 [2021-03-20T17:40:44.622Z] v2.0.0-dev.69 [2021-03-20T17:40:44.622Z] v2.0.0-dev.7 [2021-03-20T17:40:44.622Z] v2.0.0-dev.70 [2021-03-20T17:40:44.622Z] v2.0.0-dev.71 [2021-03-20T17:40:44.622Z] v2.0.0-dev.72 [2021-03-20T17:40:44.622Z] v2.0.0-dev.73 [2021-03-20T17:40:44.622Z] v2.0.0-dev.74 [2021-03-20T17:40:44.622Z] v2.0.0-dev.75 [2021-03-20T17:40:44.622Z] v2.0.0-dev.76 [2021-03-20T17:40:44.622Z] v2.0.0-dev.77 [2021-03-20T17:40:44.622Z] v2.0.0-dev.78 [2021-03-20T17:40:44.622Z] v2.0.0-dev.79 [2021-03-20T17:40:44.622Z] v2.0.0-dev.8 [2021-03-20T17:40:44.622Z] v2.0.0-dev.80 [2021-03-20T17:40:44.622Z] v2.0.0-dev.81 [2021-03-20T17:40:44.622Z] v2.0.0-dev.82 [2021-03-20T17:40:44.622Z] v2.0.0-dev.83 [2021-03-20T17:40:44.622Z] v2.0.0-dev.84 [2021-03-20T17:40:44.622Z] v2.0.0-dev.85 [2021-03-20T17:40:44.622Z] v2.0.0-dev.86 [2021-03-20T17:40:44.622Z] v2.0.0-dev.87 [2021-03-20T17:40:44.622Z] v2.0.0-dev.88 [2021-03-20T17:40:44.622Z] v2.0.0-dev.89 [2021-03-20T17:40:44.622Z] v2.0.0-dev.9 [2021-03-20T17:40:44.622Z] v2.0.0-dev.90 [2021-03-20T17:40:44.622Z] v2.0.0-dev.91 [2021-03-20T17:40:44.622Z] v2.0.0-dev.92 [2021-03-20T17:40:44.622Z] v2.0.0-dev.93 [2021-03-20T17:40:44.622Z] v2.0.0-dev.94 [2021-03-20T17:40:44.622Z] v2.0.0-dev.95 [2021-03-20T17:40:44.622Z] v2.0.0-dev.96 [2021-03-20T17:40:44.622Z] v2.0.0-dev.97 [2021-03-20T17:40:44.622Z] v2.0.0-dev.98 [2021-03-20T17:40:44.622Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-20T17:40:44.924Z] + lftools sign git-tag v2.0.0-dev.134 [2021-03-20T17:40:46.313Z] Signing Git tag with Sigul... [2021-03-20T17:40:46.313Z] Signing v2.0.0-dev.134 [Pipeline] echo [2021-03-20T17:40:47.267Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:40:47.569Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-20T17:40:47.578Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-20T17:40:47.668Z] $ docker stop --time=1 fd434b639aa10e789e64b47eaaf40acdd84acd2680cf212519513ba75d3b434b [2021-03-20T17:40:49.819Z] $ docker rm -f fd434b639aa10e789e64b47eaaf40acdd84acd2680cf212519513ba75d3b434b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:40:50.743Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:40:50.743Z] . [Pipeline] withDockerContainer [2021-03-20T17:40:50.859Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:40:50.913Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:40:51.722Z] $ docker top 5990c5ce0495eb5e24055f7bb5d41068f5ba5c2f073713aa79100844b48cc2ae -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:40:52.046Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:40:52.046Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:40:52.261Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:40:52.265Z] $ docker exec 5990c5ce0495eb5e24055f7bb5d41068f5ba5c2f073713aa79100844b48cc2ae ssh-agent [2021-03-20T17:40:52.439Z] SSH_AUTH_SOCK=/tmp/ssh-BFAzfTObniIz/agent.11 [2021-03-20T17:40:52.439Z] SSH_AGENT_PID=16 [2021-03-20T17:40:52.447Z] Running ssh-add (command line suppressed) [2021-03-20T17:40:52.612Z] Identity added: /w/workspace/edgex-go/401@tmp/private_key_2692359815557669990.key (/w/workspace/edgex-go/401@tmp/private_key_2692359815557669990.key) [2021-03-20T17:40:52.747Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:40:53.111Z] + git semver bump pre [2021-03-20T17:40:53.111Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:40:53.111Z] # $GIT_DIR = /w/workspace/edgex-go/401/.git [2021-03-20T17:40:53.111Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/401 [2021-03-20T17:40:53.111Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:40:53.111Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:40:53.111Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:40:53.111Z] # $SEMVER_BRANCH = master [2021-03-20T17:40:53.111Z] # $SEMVER_DIR = /w/workspace/edgex-go/401/.semver [2021-03-20T17:40:53.111Z] 2.0.0-dev.135 [Pipeline] } [2021-03-20T17:40:53.123Z] $ docker exec --env ******** --env ******** 5990c5ce0495eb5e24055f7bb5d41068f5ba5c2f073713aa79100844b48cc2ae ssh-agent -k [2021-03-20T17:40:53.245Z] unset SSH_AUTH_SOCK; [2021-03-20T17:40:53.245Z] unset SSH_AGENT_PID; [2021-03-20T17:40:53.245Z] echo Agent pid 16 killed; [2021-03-20T17:40:53.307Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:40:53.853Z] + git semver [Pipeline] } [2021-03-20T17:40:54.133Z] $ docker stop --time=1 5990c5ce0495eb5e24055f7bb5d41068f5ba5c2f073713aa79100844b48cc2ae [2021-03-20T17:40:55.525Z] $ docker rm -f 5990c5ce0495eb5e24055f7bb5d41068f5ba5c2f073713aa79100844b48cc2ae [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:40:56.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-20T17:40:56.093Z] . [Pipeline] withDockerContainer [2021-03-20T17:40:56.195Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:40:56.247Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:40:56.990Z] $ docker top 2e5c81276b390aae4d4ccbb2d06fff90d76f6a06b4f799780fa60e02909c2234 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-20T17:40:57.294Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-20T17:40:57.294Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-20T17:40:57.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-20T17:40:57.508Z] $ docker exec 2e5c81276b390aae4d4ccbb2d06fff90d76f6a06b4f799780fa60e02909c2234 ssh-agent [2021-03-20T17:40:57.691Z] SSH_AUTH_SOCK=/tmp/ssh-BA7al28T0SkW/agent.11 [2021-03-20T17:40:57.691Z] SSH_AGENT_PID=17 [2021-03-20T17:40:57.698Z] Running ssh-add (command line suppressed) [2021-03-20T17:40:57.826Z] Identity added: /w/workspace/edgex-go/401@tmp/private_key_7102495005528871131.key (/w/workspace/edgex-go/401@tmp/private_key_7102495005528871131.key) [2021-03-20T17:40:57.887Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-20T17:40:58.254Z] + git semver push [2021-03-20T17:40:58.254Z] # -> Open(): unable to determine branch for HEAD [2021-03-20T17:40:58.254Z] # $GIT_DIR = /w/workspace/edgex-go/401/.git [2021-03-20T17:40:58.254Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/401 [2021-03-20T17:40:58.254Z] # $SEMVER_REMOTE_NAME = origin [2021-03-20T17:40:58.254Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-20T17:40:58.254Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-20T17:40:58.254Z] # $SEMVER_BRANCH = master [2021-03-20T17:40:58.254Z] # $SEMVER_DIR = /w/workspace/edgex-go/401/.semver [Pipeline] } [2021-03-20T17:41:06.435Z] $ docker exec --env ******** --env ******** 2e5c81276b390aae4d4ccbb2d06fff90d76f6a06b4f799780fa60e02909c2234 ssh-agent -k [2021-03-20T17:41:06.607Z] unset SSH_AUTH_SOCK; [2021-03-20T17:41:06.607Z] unset SSH_AGENT_PID; [2021-03-20T17:41:06.607Z] echo Agent pid 17 killed; [2021-03-20T17:41:06.686Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-20T17:41:07.192Z] + git semver [Pipeline] } [2021-03-20T17:41:07.209Z] $ docker stop --time=1 2e5c81276b390aae4d4ccbb2d06fff90d76f6a06b4f799780fa60e02909c2234 [2021-03-20T17:41:08.607Z] $ docker rm -f 2e5c81276b390aae4d4ccbb2d06fff90d76f6a06b4f799780fa60e02909c2234 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:41:09.733Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:41:10.613Z] ---> package-listing.sh [2021-03-20T17:41:10.613Z] ++ facter osfamily [2021-03-20T17:41:10.613Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-20T17:41:10.613Z] + OS_FAMILY=redhat [2021-03-20T17:41:10.613Z] + workspace=/w/workspace/edgex-go/401 [2021-03-20T17:41:10.613Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-20T17:41:10.613Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-20T17:41:10.613Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-20T17:41:10.613Z] + PACKAGES=/tmp/packages_start.txt [2021-03-20T17:41:10.613Z] + '[' /w/workspace/edgex-go/401 ']' [2021-03-20T17:41:10.613Z] + PACKAGES=/tmp/packages_end.txt [2021-03-20T17:41:10.613Z] + case "${OS_FAMILY}" in [2021-03-20T17:41:10.613Z] + rpm -qa [2021-03-20T17:41:10.613Z] + sort [2021-03-20T17:41:15.935Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-20T17:41:15.935Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-20T17:41:15.935Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-20T17:41:15.935Z] + '[' /w/workspace/edgex-go/401 ']' [2021-03-20T17:41:15.935Z] + mkdir -p /w/workspace/edgex-go/401/archives/ [2021-03-20T17:41:15.935Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/401/archives/ [Pipeline] echo [2021-03-20T17:41:15.950Z] 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/401/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-20T17:41:16.243Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:41:16.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:41:16.550Z] [2021-03-20T17:41:16.550Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-20T17:41:16.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:41:16.894Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-20T17:41:16.894Z] df20fa9351a1: Pulling fs layer [2021-03-20T17:41:16.894Z] 36b3adc4ff6f: Pulling fs layer [2021-03-20T17:41:16.894Z] 8ad3a11d3b57: Pulling fs layer [2021-03-20T17:41:16.894Z] 46f8f816bc3b: Pulling fs layer [2021-03-20T17:41:16.894Z] 93b61091891f: Pulling fs layer [2021-03-20T17:41:16.894Z] 93b9cdb0e59b: Pulling fs layer [2021-03-20T17:41:16.894Z] 5e14af77c1be: Pulling fs layer [2021-03-20T17:41:16.894Z] 01666e4c0597: Pulling fs layer [2021-03-20T17:41:16.894Z] aa168da1d23b: Pulling fs layer [2021-03-20T17:41:16.894Z] 46f8f816bc3b: Waiting [2021-03-20T17:41:16.894Z] 93b61091891f: Waiting [2021-03-20T17:41:16.894Z] 93b9cdb0e59b: Waiting [2021-03-20T17:41:16.894Z] 5e14af77c1be: Waiting [2021-03-20T17:41:16.894Z] 01666e4c0597: Waiting [2021-03-20T17:41:16.894Z] aa168da1d23b: Waiting [2021-03-20T17:41:16.894Z] 36b3adc4ff6f: Verifying Checksum [2021-03-20T17:41:16.894Z] 36b3adc4ff6f: Download complete [2021-03-20T17:41:16.894Z] 46f8f816bc3b: Verifying Checksum [2021-03-20T17:41:16.894Z] 46f8f816bc3b: Download complete [2021-03-20T17:41:17.157Z] df20fa9351a1: Verifying Checksum [2021-03-20T17:41:17.157Z] df20fa9351a1: Download complete [2021-03-20T17:41:17.157Z] 93b9cdb0e59b: Download complete [2021-03-20T17:41:17.157Z] 5e14af77c1be: Verifying Checksum [2021-03-20T17:41:17.157Z] 5e14af77c1be: Download complete [2021-03-20T17:41:17.157Z] 93b61091891f: Verifying Checksum [2021-03-20T17:41:17.157Z] 93b61091891f: Download complete [2021-03-20T17:41:17.157Z] 01666e4c0597: Verifying Checksum [2021-03-20T17:41:17.157Z] 01666e4c0597: Download complete [2021-03-20T17:41:17.157Z] 8ad3a11d3b57: Verifying Checksum [2021-03-20T17:41:17.157Z] 8ad3a11d3b57: Download complete [2021-03-20T17:41:17.420Z] df20fa9351a1: Pull complete [2021-03-20T17:41:17.688Z] 36b3adc4ff6f: Pull complete [2021-03-20T17:41:19.621Z] 8ad3a11d3b57: Pull complete [2021-03-20T17:41:19.621Z] 46f8f816bc3b: Pull complete [2021-03-20T17:41:19.886Z] 93b61091891f: Pull complete [2021-03-20T17:41:20.150Z] 93b9cdb0e59b: Pull complete [2021-03-20T17:41:20.150Z] aa168da1d23b: Verifying Checksum [2021-03-20T17:41:20.150Z] aa168da1d23b: Download complete [2021-03-20T17:41:20.410Z] 5e14af77c1be: Pull complete [2021-03-20T17:41:20.410Z] 01666e4c0597: Pull complete [2021-03-20T17:41:27.032Z] aa168da1d23b: Pull complete [2021-03-20T17:41:27.032Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-20T17:41:27.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-20T17:41:27.032Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-20T17:41:27.175Z] prd-centos7-docker-4c-2g-30726 does not seem to be running inside a container [2021-03-20T17:41:27.240Z] $ 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/401/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/401 -v /w/workspace/edgex-go/401:/w/workspace/edgex-go/401:rw,z -v /w/workspace/edgex-go/401@tmp:/w/workspace/edgex-go/401@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-03-20T17:41:30.887Z] $ docker top e902af31df9b4545b6dfc68882b511ddaae8f4a7ddde68dae0a18b0b1b7a1656 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-20T17:41:31.463Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-20T17:41:31.843Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-20T17:41:32.282Z] + ls /var/log/sa-host [2021-03-20T17:41:32.282Z] + sadf -c /var/log/sa-host/sa20 [2021-03-20T17:41:32.282Z] file_magic: OK [2021-03-20T17:41:32.282Z] HZ: Using current value: 100 [2021-03-20T17:41:32.282Z] file_header: OK [2021-03-20T17:41:32.282Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-20T17:41:32.282Z] Statistics: [2021-03-20T17:41:32.282Z] 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... [2021-03-20T17:41:32.282Z] File successfully converted to sysstat format version 12.2.1 [2021-03-20T17:41:32.282Z] + sadf -c /var/log/sa-host/sa23 [2021-03-20T17:41:32.282Z] file_magic: OK [2021-03-20T17:41:32.282Z] HZ: Using current value: 100 [2021-03-20T17:41:32.282Z] file_header: OK [2021-03-20T17:41:32.282Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-20T17:41:32.282Z] Statistics: [2021-03-20T17:41:32.282Z] Hnuu...uuuununununu... [2021-03-20T17:41:32.282Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-20T17:41:32.896Z] provisioning config files... [2021-03-20T17:41:32.914Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/401@tmp/config8461260518684698436tmp [Pipeline] { [Pipeline] echo [2021-03-20T17:41:33.061Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:41:33.360Z] ---> create-netrc.sh [Pipeline] } [2021-03-20T17:41:33.370Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-20T17:41:33.472Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:41:33.784Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-20T17:41:33.795Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:41:34.090Z] ---> sudo-logs.sh [2021-03-20T17:41:34.091Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-20T17:41:34.169Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:41:34.470Z] ---> job-cost.sh [2021-03-20T17:41:34.470Z] lf-activate-venv: SKIPPING [2021-03-20T17:41:34.470Z] DEBUG: total: 0.20999999344348907 [2021-03-20T17:41:34.470Z] INFO: Retrieving Stack Cost... [2021-03-20T17:41:35.417Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-20T17:41:36.022Z] INFO: Archiving Costs [Pipeline] echo [2021-03-20T17:41:36.036Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-20T17:41:36.335Z] ---> logs-deploy.sh [2021-03-20T17:41:36.335Z] lf-activate-venv: SKIPPING [2021-03-20T17:41:36.335Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/401 [2021-03-20T17:41:36.335Z] INFO: archiving workspace using pattern(s): [2021-03-20T17:41:37.725Z] Archives upload complete. [2021-03-20T17:41:37.987Z] INFO: archiving logs to Nexus [2021-03-20T17:41:38.936Z] ---> uname -a: [2021-03-20T17:41:38.936Z] Linux prd-centos7-docker-4c-2g-30726.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-03-20T17:41:38.936Z] [2021-03-20T17:41:38.936Z] [2021-03-20T17:41:38.936Z] ---> lscpu: [2021-03-20T17:41:38.936Z] Architecture: x86_64 [2021-03-20T17:41:38.936Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-20T17:41:38.936Z] Byte Order: Little Endian [2021-03-20T17:41:38.936Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-20T17:41:38.936Z] CPU(s): 4 [2021-03-20T17:41:38.936Z] On-line CPU(s) list: 0-3 [2021-03-20T17:41:38.937Z] Thread(s) per core: 1 [2021-03-20T17:41:38.937Z] Core(s) per socket: 1 [2021-03-20T17:41:38.937Z] Socket(s): 4 [2021-03-20T17:41:38.937Z] NUMA node(s): 1 [2021-03-20T17:41:38.937Z] Vendor ID: GenuineIntel [2021-03-20T17:41:38.937Z] CPU family: 6 [2021-03-20T17:41:38.937Z] Model: 44 [2021-03-20T17:41:38.937Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-20T17:41:38.937Z] Stepping: 1 [2021-03-20T17:41:38.937Z] CPU MHz: 2933.442 [2021-03-20T17:41:38.937Z] BogoMIPS: 5866.88 [2021-03-20T17:41:38.937Z] Virtualization: VT-x [2021-03-20T17:41:38.937Z] Hypervisor vendor: KVM [2021-03-20T17:41:38.937Z] Virtualization type: full [2021-03-20T17:41:38.937Z] L1d cache: 128 KiB [2021-03-20T17:41:38.937Z] L1i cache: 128 KiB [2021-03-20T17:41:38.937Z] L2 cache: 16 MiB [2021-03-20T17:41:38.937Z] L3 cache: 64 MiB [2021-03-20T17:41:38.937Z] NUMA node0 CPU(s): 0-3 [2021-03-20T17:41:38.937Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-20T17:41:38.937Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-20T17:41:38.937Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-20T17:41:38.937Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-20T17:41:38.937Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-20T17:41:38.937Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-20T17:41:38.937Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-20T17:41:38.937Z] Vulnerability Srbds: Not affected [2021-03-20T17:41:38.937Z] Vulnerability Tsx async abort: Not affected [2021-03-20T17:41:38.937Z] 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-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] ---> nproc: [2021-03-20T17:41:38.937Z] 4 [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] ---> df -h: [2021-03-20T17:41:38.937Z] Filesystem Size Used Available Use% Mounted on [2021-03-20T17:41:38.937Z] overlay 50.0G 13.9G 36.1G 28% / [2021-03-20T17:41:38.937Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-20T17:41:38.937Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-20T17:41:38.937Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /facter-os [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/resolv.conf [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/hostname [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /etc/hosts [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /run/cloud-init/result.json [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/sa-host [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/secure [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /var/log/auth.log [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /w/workspace/edgex-go/401 [2021-03-20T17:41:38.937Z] /dev/vda1 50.0G 13.9G 36.1G 28% /w/workspace/edgex-go/401@tmp [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] ---> free -m: [2021-03-20T17:41:38.937Z] total used free shared buff/cache available [2021-03-20T17:41:38.937Z] Mem: 1837 791 129 0 915 996 [2021-03-20T17:41:38.937Z] Swap: 1023 68 955 [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] ---> ip addr: [2021-03-20T17:41:38.937Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-20T17:41:38.937Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-20T17:41:38.937Z] inet 127.0.0.1/8 scope host lo [2021-03-20T17:41:38.937Z] valid_lft forever preferred_lft forever [2021-03-20T17:41:38.937Z] inet6 ::1/128 scope host [2021-03-20T17:41:38.937Z] valid_lft forever preferred_lft forever [2021-03-20T17:41:38.937Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-20T17:41:38.937Z] link/ether fa:16:3e:3a:be:d3 brd ff:ff:ff:ff:ff:ff [2021-03-20T17:41:38.937Z] inet 10.30.123.211/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-20T17:41:38.937Z] valid_lft 85131sec preferred_lft 85131sec [2021-03-20T17:41:38.937Z] inet6 fe80::f816:3eff:fe3a:bed3/64 scope link [2021-03-20T17:41:38.937Z] valid_lft forever preferred_lft forever [2021-03-20T17:41:38.937Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-20T17:41:38.937Z] link/ether 02:42:42:fa:4f:6b brd ff:ff:ff:ff:ff:ff [2021-03-20T17:41:38.937Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-20T17:41:38.937Z] valid_lft forever preferred_lft forever [2021-03-20T17:41:38.937Z] inet6 fe80::42:42ff:fefa:4f6b/64 scope link [2021-03-20T17:41:38.937Z] valid_lft forever preferred_lft forever [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] ---> sar -b -r -n DEV: [2021-03-20T17:41:38.937Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] 17:20:18 LINUX RESTART (4 CPU) [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] 17:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-20T17:41:38.937Z] 17:22:02 156.93 70.46 86.48 0.00 9510.72 33726.33 0.00 [2021-03-20T17:41:38.937Z] 17:23:01 314.49 132.44 182.06 0.00 5015.66 36891.68 0.00 [2021-03-20T17:41:38.937Z] 17:24:01 129.31 41.67 87.64 0.00 1611.43 12521.57 0.00 [2021-03-20T17:41:38.937Z] 17:25:01 157.23 82.82 74.41 0.00 4020.11 11732.51 0.00 [2021-03-20T17:41:38.937Z] 17:26:03 949.51 706.71 242.80 0.00 88356.06 162774.94 0.00 [2021-03-20T17:41:38.937Z] 17:27:02 2792.93 2453.11 339.82 0.00 150036.41 157704.12 0.00 [2021-03-20T17:41:38.937Z] 17:28:01 369.75 132.35 237.40 0.00 20175.68 65744.25 0.00 [2021-03-20T17:41:38.937Z] 17:29:04 2281.94 1919.29 362.64 0.00 140119.74 160550.13 0.00 [2021-03-20T17:41:38.937Z] 17:30:04 1284.59 1037.37 247.22 0.00 61801.03 74144.94 0.00 [2021-03-20T17:41:38.937Z] 17:31:01 148.07 44.53 103.54 0.00 6940.01 10983.86 0.00 [2021-03-20T17:41:38.937Z] 17:32:01 75.65 72.00 3.65 0.00 2438.75 73.52 0.00 [2021-03-20T17:41:38.937Z] 17:33:01 0.37 0.03 0.33 0.00 0.27 4.76 0.00 [2021-03-20T17:41:38.937Z] 17:34:01 0.27 0.03 0.23 0.00 0.27 3.00 0.00 [2021-03-20T17:41:38.937Z] 17:35:01 0.42 0.25 0.17 0.00 2.13 2.28 0.00 [2021-03-20T17:41:38.937Z] 17:36:01 1.57 1.37 0.20 0.00 47.83 4.08 0.00 [2021-03-20T17:41:38.937Z] 17:37:01 0.83 0.05 0.78 0.00 1.33 14.64 0.00 [2021-03-20T17:41:38.937Z] 17:38:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 [2021-03-20T17:41:38.937Z] 17:39:01 34.91 16.13 18.79 0.00 1151.92 11395.54 0.00 [2021-03-20T17:41:38.937Z] 17:40:01 302.43 173.32 129.11 0.00 11571.24 25546.39 0.00 [2021-03-20T17:41:38.937Z] 17:41:01 217.21 76.42 140.79 0.00 5302.85 33452.45 0.00 [2021-03-20T17:41:38.937Z] Average: 462.58 349.41 113.18 0.00 25591.39 40163.25 0.00 [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] 17:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-20T17:41:38.937Z] 17:22:02 75988 0 695636 36.97 2596 1107324 1514732 51.70 694528 896076 80688 [2021-03-20T17:41:38.937Z] 17:23:01 159872 0 806408 42.86 1492 913772 1724920 58.87 602472 840916 23732 [2021-03-20T17:41:38.937Z] 17:24:01 275228 0 877884 46.66 460 727972 1797264 61.34 695132 626400 55892 [2021-03-20T17:41:38.937Z] 17:25:01 229000 0 753692 40.06 460 898392 1420084 48.47 583904 774136 70584 [2021-03-20T17:41:38.937Z] 17:26:03 282500 0 749412 39.83 4 849628 1663704 56.78 594500 791320 2788 [2021-03-20T17:41:38.937Z] 17:27:02 61952 0 1126616 59.88 4 692972 4228240 144.30 864516 679312 6888 [2021-03-20T17:41:38.937Z] 17:28:01 71816 0 709320 37.70 4 1100404 1366756 46.65 729068 827688 101192 [2021-03-20T17:41:38.937Z] 17:29:04 76852 0 838808 44.58 4 965880 2295496 78.34 717512 849616 57748 [2021-03-20T17:41:38.937Z] 17:30:04 420308 0 709760 37.72 4 751472 1409504 48.10 560100 629468 0 [2021-03-20T17:41:38.937Z] 17:31:01 290652 0 682796 36.29 4 908092 1469236 50.14 602680 729880 28 [2021-03-20T17:41:38.937Z] 17:32:01 253644 0 647644 34.42 4 980252 1215644 41.49 581620 790212 12 [2021-03-20T17:41:38.937Z] 17:33:01 257248 0 644032 34.23 4 980260 1183764 40.40 579108 789796 8 [2021-03-20T17:41:38.937Z] 17:34:01 257060 0 644208 34.24 4 980272 1183884 40.40 579548 789804 20 [2021-03-20T17:41:38.937Z] 17:35:01 257756 0 643508 34.20 4 980276 1183892 40.40 579280 789940 8 [2021-03-20T17:41:38.937Z] 17:36:01 256196 0 644320 34.24 4 981024 1183952 40.41 579168 790652 8 [2021-03-20T17:41:38.937Z] 17:37:01 256244 0 644272 34.24 4 981024 1183928 40.41 579304 790652 8 [2021-03-20T17:41:38.937Z] 17:38:01 256356 0 644148 34.24 4 981036 1183892 40.40 579232 790660 16 [2021-03-20T17:41:38.937Z] 17:39:01 75436 0 708824 37.67 4 1097280 1600540 54.62 698112 847492 42300 [2021-03-20T17:41:38.937Z] 17:40:01 156696 0 710928 37.78 0 1013920 1486132 50.72 695288 733860 52 [2021-03-20T17:41:38.937Z] 17:41:01 159596 0 808924 42.99 0 913024 1391164 47.48 564652 786812 52 [2021-03-20T17:41:38.937Z] Average: 206520 0 734557 39.04 253 940214 1584336 54.07 632986 777235 22101 [2021-03-20T17:41:38.937Z] [2021-03-20T17:41:38.937Z] 17:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-20T17:41:38.937Z] 17:22:02 eth0 1399.23 1564.57 7269.53 179.49 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:22:02 docker0 824.78 613.38 69.02 2638.13 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:23:01 veth3188601 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:23:01 eth0 222.44 164.33 877.76 26.19 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:23:01 docker0 142.62 180.82 10.03 843.20 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:24:01 veth3188601 1.23 1.25 0.10 0.11 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:24:01 eth0 38.73 25.88 22.33 69.22 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:24:01 docker0 1.23 1.23 0.08 0.11 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:25:01 veth3188601 0.70 0.70 0.06 0.06 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:25:01 eth0 26.67 13.70 20.67 10.99 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:25:01 docker0 0.70 0.70 0.05 0.06 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:26:03 vethb16144c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:26:03 eth0 194.78 163.78 1652.51 82.61 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:26:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:26:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:27:02 vethb16144c 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:27:02 veth456a8c8 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:27:02 vethcc064bc 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:27:02 eth0 52.36 29.21 168.99 10.89 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:28:01 vethb16144c 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:28:01 eth0 161.42 123.47 1463.44 19.56 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:28:01 docker0 1014.86 859.43 82.14 3844.45 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:29:04 vethb16144c 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:29:04 vethaef20bb 2.00 3.41 0.26 12.12 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.937Z] 17:29:04 eth0 109.49 68.64 427.56 81.69 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:29:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:30:04 vethb16144c 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:30:04 veth94e2f62 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:30:04 eth0 48.36 29.36 69.61 79.96 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:30:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:31:01 eth0 383.32 348.39 254.34 1176.10 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:31:01 docker0 1105.24 976.68 88.58 4584.15 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:32:01 eth0 86.14 89.46 33.09 457.41 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:33:01 eth0 0.67 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:34:01 eth0 1.47 0.62 0.59 0.40 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:35:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:36:01 eth0 0.23 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:37:01 eth0 0.10 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:38:01 eth0 0.60 0.13 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:39:01 eth0 514.25 465.72 4024.73 76.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:40:01 veth8f1daba 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:40:01 eth0 85.37 68.66 294.70 30.99 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:40:01 docker0 36.17 37.20 3.26 248.41 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:41:01 vetha78c30a 1.26 1.02 0.47 0.64 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:41:01 eth0 634.42 546.86 3488.94 138.45 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] 17:41:01 docker0 51.96 60.61 2.95 234.88 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] Average: vetha78c30a 0.06 0.05 0.02 0.03 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] Average: eth0 198.47 185.77 1010.98 119.56 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] Average: docker0 56.97 51.34 4.52 242.19 0.00 0.00 0.00 0.00 [2021-03-20T17:41:38.938Z] [2021-03-20T17:41:38.938Z] [2021-03-20T17:41:38.938Z] ---> sar -P ALL: [2021-03-20T17:41:38.938Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) [2021-03-20T17:41:38.938Z] [2021-03-20T17:41:38.938Z] 17:20:18 LINUX RESTART (4 CPU) [2021-03-20T17:41:38.938Z] [2021-03-20T17:41:38.938Z] 17:21:01 CPU %user %nice %system %iowait %steal %idle [2021-03-20T17:41:38.938Z] 17:22:02 all 15.06 0.00 7.80 2.56 0.09 74.48 [2021-03-20T17:41:38.938Z] 17:22:02 0 17.97 0.00 10.18 0.82 0.07 70.96 [2021-03-20T17:41:38.938Z] 17:22:02 1 13.16 0.00 7.46 2.17 0.10 77.10 [2021-03-20T17:41:38.938Z] 17:22:02 2 14.38 0.00 7.31 5.84 0.10 72.36 [2021-03-20T17:41:38.938Z] 17:22:02 3 14.75 0.00 6.27 1.41 0.10 77.47 [2021-03-20T17:41:38.938Z] 17:23:01 all 12.39 0.00 9.09 5.56 0.11 72.85 [2021-03-20T17:41:38.938Z] 17:23:01 0 12.62 0.00 9.38 5.75 0.11 72.14 [2021-03-20T17:41:38.938Z] 17:23:01 1 11.35 0.00 8.96 6.62 0.09 72.98 [2021-03-20T17:41:38.938Z] 17:23:01 2 12.24 0.00 9.24 4.26 0.12 74.14 [2021-03-20T17:41:38.938Z] 17:23:01 3 13.34 0.00 8.77 5.62 0.12 72.15 [2021-03-20T17:41:38.938Z] 17:24:01 all 51.23 0.00 12.36 3.39 0.11 32.91 [2021-03-20T17:41:38.938Z] 17:24:01 0 50.85 0.00 12.23 3.25 0.11 33.57 [2021-03-20T17:41:38.938Z] 17:24:01 1 51.90 0.00 12.10 2.70 0.07 33.23 [2021-03-20T17:41:38.938Z] 17:24:01 2 51.58 0.00 12.17 3.98 0.09 32.19 [2021-03-20T17:41:38.938Z] 17:24:01 3 50.58 0.00 12.94 3.65 0.19 32.64 [2021-03-20T17:41:38.938Z] 17:25:01 all 49.69 0.00 14.60 4.68 0.14 30.89 [2021-03-20T17:41:38.938Z] 17:25:01 0 50.18 0.00 13.99 3.32 0.14 32.38 [2021-03-20T17:41:38.938Z] 17:25:01 1 48.47 0.00 14.96 5.80 0.14 30.62 [2021-03-20T17:41:38.938Z] 17:25:01 2 49.15 0.00 14.78 4.83 0.16 31.08 [2021-03-20T17:41:38.938Z] 17:25:01 3 50.95 0.00 14.67 4.80 0.11 29.47 [2021-03-20T17:41:38.938Z] 17:26:03 all 22.73 0.00 22.89 7.54 0.71 46.13 [2021-03-20T17:41:38.938Z] 17:26:03 0 22.46 0.00 22.62 7.78 0.77 46.36 [2021-03-20T17:41:38.938Z] 17:26:03 1 21.47 0.00 21.88 8.22 0.72 47.71 [2021-03-20T17:41:38.938Z] 17:26:03 2 23.20 0.00 23.09 6.99 0.74 45.98 [2021-03-20T17:41:38.938Z] 17:26:03 3 23.79 0.00 23.96 7.15 0.62 44.47 [2021-03-20T17:41:38.938Z] 17:27:02 all 20.24 0.00 25.22 27.68 0.35 26.52 [2021-03-20T17:41:38.938Z] 17:27:02 0 21.04 0.00 24.88 25.72 0.37 27.99 [2021-03-20T17:41:38.938Z] 17:27:02 1 20.23 0.00 25.07 29.92 0.31 24.46 [2021-03-20T17:41:38.938Z] 17:27:02 2 19.54 0.00 24.94 27.06 0.42 28.03 [2021-03-20T17:41:38.938Z] 17:27:02 3 20.14 0.00 25.99 28.01 0.30 25.56 [2021-03-20T17:41:38.938Z] 17:28:01 all 51.00 0.00 16.00 15.17 0.40 17.43 [2021-03-20T17:41:38.938Z] 17:28:01 0 51.35 0.00 15.81 16.46 0.43 15.95 [2021-03-20T17:41:38.938Z] 17:28:01 1 51.15 0.00 16.04 14.98 0.34 17.49 [2021-03-20T17:41:38.938Z] 17:28:01 2 49.59 0.00 15.59 13.88 0.45 20.49 [2021-03-20T17:41:38.938Z] 17:28:01 3 51.90 0.00 16.53 15.36 0.38 15.82 [2021-03-20T17:41:38.938Z] 17:29:04 all 18.08 0.00 24.05 30.23 0.57 27.07 [2021-03-20T17:41:38.938Z] 17:29:04 0 17.28 0.00 24.08 29.54 0.45 28.65 [2021-03-20T17:41:38.938Z] 17:29:04 1 17.95 0.00 23.88 35.13 0.67 22.36 [2021-03-20T17:41:38.938Z] 17:29:04 2 17.45 0.00 23.81 29.56 0.67 28.51 [2021-03-20T17:41:38.938Z] 17:29:04 3 19.65 0.00 24.41 26.65 0.52 28.78 [2021-03-20T17:41:38.938Z] 17:30:04 all 53.85 0.00 18.57 14.99 0.38 12.21 [2021-03-20T17:41:38.938Z] 17:30:04 0 53.91 0.00 19.00 13.48 0.32 13.29 [2021-03-20T17:41:38.938Z] 17:30:04 1 53.85 0.00 18.27 12.16 0.42 15.29 [2021-03-20T17:41:38.938Z] 17:30:04 2 53.31 0.00 18.69 17.65 0.36 9.99 [2021-03-20T17:41:38.938Z] 17:30:04 3 54.32 0.00 18.31 16.76 0.44 10.18 [2021-03-20T17:41:38.938Z] 17:31:01 all 10.14 0.00 7.01 7.08 0.10 75.68 [2021-03-20T17:41:38.938Z] 17:31:01 0 10.46 0.00 7.46 8.53 0.07 73.48 [2021-03-20T17:41:38.938Z] 17:31:01 1 10.02 0.00 7.25 5.07 0.09 77.57 [2021-03-20T17:41:38.938Z] 17:31:01 2 9.98 0.00 7.00 8.02 0.13 74.87 [2021-03-20T17:41:38.938Z] 17:31:01 3 10.08 0.00 6.32 6.70 0.11 76.78 [2021-03-20T17:41:38.938Z] 17:32:01 all 2.91 0.00 1.20 1.82 0.04 94.03 [2021-03-20T17:41:38.938Z] 17:32:01 0 2.67 0.00 1.16 1.64 0.05 94.48 [2021-03-20T17:41:38.938Z] 17:32:01 1 3.21 0.00 1.30 1.94 0.02 93.54 [2021-03-20T17:41:38.938Z] 17:32:01 2 2.89 0.00 1.31 2.09 0.05 93.66 [2021-03-20T17:41:38.938Z] 17:32:01 3 2.85 0.00 1.04 1.61 0.03 94.47 [2021-03-20T17:41:38.938Z] [2021-03-20T17:41:38.938Z] 17:32:01 CPU %user %nice %system %iowait %steal %idle [2021-03-20T17:41:38.938Z] 17:33:01 all 0.15 0.00 0.04 0.00 0.00 99.80 [2021-03-20T17:41:38.938Z] 17:33:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:41:38.938Z] 17:33:01 1 0.50 0.00 0.05 0.02 0.00 99.43 [2021-03-20T17:41:38.938Z] 17:33:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:41:38.938Z] 17:33:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-20T17:41:38.938Z] 17:34:01 all 0.07 0.00 0.05 0.00 0.00 99.89 [2021-03-20T17:41:38.938Z] 17:34:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-20T17:41:38.938Z] 17:34:01 1 0.10 0.00 0.07 0.00 0.00 99.83 [2021-03-20T17:41:38.938Z] 17:34:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-20T17:41:38.938Z] 17:34:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-20T17:41:38.938Z] 17:35:01 all 0.17 0.00 0.03 0.01 0.01 99.79 [2021-03-20T17:41:38.938Z] 17:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:41:38.938Z] 17:35:01 1 0.32 0.00 0.03 0.00 0.02 99.63 [2021-03-20T17:41:38.938Z] 17:35:01 2 0.25 0.00 0.03 0.03 0.02 99.67 [2021-03-20T17:41:38.938Z] 17:35:01 3 0.10 0.00 0.02 0.00 0.00 99.88 [2021-03-20T17:41:38.938Z] 17:36:01 all 0.16 0.00 0.06 0.02 0.00 99.76 [2021-03-20T17:41:38.938Z] 17:36:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-20T17:41:38.938Z] 17:36:01 1 0.52 0.00 0.08 0.08 0.00 99.32 [2021-03-20T17:41:38.938Z] 17:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-20T17:41:38.938Z] 17:36:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-20T17:41:38.938Z] 17:37:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2021-03-20T17:41:38.938Z] 17:37:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-20T17:41:38.938Z] 17:37:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-03-20T17:41:38.938Z] 17:37:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-20T17:41:38.938Z] 17:37:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-20T17:41:38.938Z] 17:38:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-03-20T17:41:38.938Z] 17:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-20T17:41:38.938Z] 17:38:01 1 0.52 0.00 0.00 0.00 0.00 99.48 [2021-03-20T17:41:38.938Z] 17:38:01 2 0.07 0.00 0.07 0.00 0.00 99.87 [2021-03-20T17:41:38.938Z] 17:38:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-03-20T17:41:38.938Z] 17:39:01 all 3.52 0.00 2.45 0.42 0.03 93.58 [2021-03-20T17:41:38.938Z] 17:39:01 0 3.28 0.00 2.82 0.49 0.03 93.37 [2021-03-20T17:41:38.938Z] 17:39:01 1 3.78 0.00 2.38 0.32 0.03 93.49 [2021-03-20T17:41:38.938Z] 17:39:01 2 3.12 0.00 2.49 0.40 0.03 93.95 [2021-03-20T17:41:38.938Z] 17:39:01 3 3.90 0.00 2.12 0.47 0.02 93.49 [2021-03-20T17:41:38.938Z] 17:40:01 all 8.41 0.00 7.14 7.19 0.09 77.18 [2021-03-20T17:41:38.938Z] 17:40:01 0 8.57 0.00 7.67 5.21 0.12 78.43 [2021-03-20T17:41:38.938Z] 17:40:01 1 7.67 0.00 7.11 6.87 0.09 78.26 [2021-03-20T17:41:38.938Z] 17:40:01 2 8.01 0.00 6.94 9.09 0.05 75.91 [2021-03-20T17:41:38.938Z] 17:40:01 3 9.39 0.00 6.82 7.58 0.09 76.12 [2021-03-20T17:41:38.938Z] 17:41:01 all 11.88 0.00 9.64 3.94 0.11 74.43 [2021-03-20T17:41:38.938Z] 17:41:01 0 11.15 0.00 10.73 4.53 0.09 73.50 [2021-03-20T17:41:38.938Z] 17:41:01 1 15.25 0.00 9.31 5.14 0.16 70.14 [2021-03-20T17:41:38.938Z] 17:41:01 2 10.42 0.00 9.02 2.59 0.10 77.87 [2021-03-20T17:41:38.938Z] 17:41:01 3 10.71 0.00 9.50 3.52 0.09 76.19 [2021-03-20T17:41:38.938Z] Average: all 16.20 0.00 8.72 6.44 0.16 68.48 [2021-03-20T17:41:38.938Z] Average: 0 16.31 0.00 8.92 6.17 0.15 68.45 [2021-03-20T17:41:38.938Z] Average: 1 16.18 0.00 8.62 6.69 0.16 68.35 [2021-03-20T17:41:38.938Z] Average: 2 15.86 0.00 8.64 6.65 0.17 68.68 [2021-03-20T17:41:38.938Z] Average: 3 16.45 0.00 8.68 6.27 0.15 68.46 [2021-03-20T17:41:38.938Z] [2021-03-20T17:41:38.938Z] [2021-03-20T17:41:38.938Z]