Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 05f2d13a179446ff46e2de9a60e91a19cc98f319 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 ‘prd-centos7-docker-4c-2g-30612’ Running on prd-centos7-docker-4c-2g-30615 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/400 [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/400 # 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 05f2d13a179446ff46e2de9a60e91a19cc98f319 (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 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.54 (#3275)" > git rev-list --no-walk cd35e82189541566d340af614e7b672e1779e95b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T20:05:42.112Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T20:05:42.472Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T20:05:42.590Z] ========================================================= [2021-03-19T20:05:42.590Z] EdgeX Global Pipelines Version Info [2021-03-19T20:05:42.590Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:05:44.528Z] ------------------- [2021-03-19T20:05:44.528Z] stable info: [2021-03-19T20:05:44.528Z] ------------------- [2021-03-19T20:05:44.528Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T20:05:44.528Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:05:44.528Z] Message: update stable to v1.0.186 [2021-03-19T20:05:45.488Z] ------------------- [2021-03-19T20:05:45.488Z] experimental info: [2021-03-19T20:05:45.488Z] ------------------- [2021-03-19T20:05:45.488Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T20:05:45.488Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T20:05:45.488Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T20:05:45.800Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T20:05:45.938Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T20:05:46.040Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T20:05:46.136Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T20:05:46.262Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-19T20:05:46.366Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T20:05:46.461Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T20:05:46.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T20:05:46.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T20:05:46.807Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T20:05:46.921Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T20:05:47.016Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T20:05:47.109Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T20:05:47.225Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T20:05:47.320Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:05:47.433Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-19T20:05:47.547Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T20:05:47.660Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T20:05:47.780Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T20:05:47.898Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T20:05:48.084Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T20:05:48.247Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T20:05:48.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-19T20:05:48.707Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-19T20:05:48.799Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-19T20:05:48.905Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] echo [2021-03-19T20:05:48.998Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 05f2d13 [Pipeline] echo [2021-03-19T20:05:49.092Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:05:49.359Z] provisioning config files... [2021-03-19T20:05:49.396Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config3142935144552587656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:05:49.774Z] ---> docker-login.sh [2021-03-19T20:05:49.774Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:05:50.039Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:05:50.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:05:50.302Z] Configure a credential helper to remove this warning. See [2021-03-19T20:05:50.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:05:50.302Z] [2021-03-19T20:05:50.302Z] Login Succeeded [2021-03-19T20:05:50.302Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:05:50.302Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:05:50.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:05:50.302Z] Configure a credential helper to remove this warning. See [2021-03-19T20:05:50.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:05:50.302Z] [2021-03-19T20:05:50.302Z] Login Succeeded [2021-03-19T20:05:50.302Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:05:50.570Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:05:50.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:05:50.570Z] Configure a credential helper to remove this warning. See [2021-03-19T20:05:50.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:05:50.570Z] [2021-03-19T20:05:50.570Z] Login Succeeded [2021-03-19T20:05:50.570Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:05:50.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:05:50.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:05:50.833Z] Configure a credential helper to remove this warning. See [2021-03-19T20:05:50.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:05:50.833Z] [2021-03-19T20:05:50.833Z] Login Succeeded [2021-03-19T20:05:50.833Z] docker.io [2021-03-19T20:05:50.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:05:51.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:05:51.101Z] Configure a credential helper to remove this warning. See [2021-03-19T20:05:51.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:05:51.101Z] [2021-03-19T20:05:51.101Z] Login Succeeded [2021-03-19T20:05:51.101Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:05:51.120Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:05:51.612Z] ++ 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-19T20:05:51.612Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.612Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T20:05:51.612Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.612Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T20:05:51.612Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.613Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T20:05:51.613Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.613Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T20:05:51.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.613Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T20:05:51.613Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.613Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T20:05:51.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.613Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T20:05:51.613Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.613Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T20:05:51.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.613Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T20:05:51.613Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.613Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T20:05:51.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.613Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:05:51.613Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.613Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T20:05:51.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.613Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T20:05:51.613Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.613Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T20:05:51.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.613Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T20:05:51.613Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.613Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T20:05:51.613Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T20:05:51.613Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T20:05:51.613Z] ++ cut -d/ -f2 [2021-03-19T20:05:51.613Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T20:05:51.746Z] 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-19T20:05:52.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:05:52.753Z] [2021-03-19T20:05:52.753Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:05:53.130Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:05:53.130Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T20:05:53.130Z] 31603596830f: Pulling fs layer [2021-03-19T20:05:53.130Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T20:05:53.130Z] 6ca5941a6612: Pulling fs layer [2021-03-19T20:05:53.130Z] ecc8261a40a4: Pulling fs layer [2021-03-19T20:05:53.130Z] ecc8261a40a4: Waiting [2021-03-19T20:05:53.130Z] 2a8b12db71e7: Download complete [2021-03-19T20:05:53.393Z] 31603596830f: Verifying Checksum [2021-03-19T20:05:53.393Z] 31603596830f: Download complete [2021-03-19T20:05:53.393Z] ecc8261a40a4: Verifying Checksum [2021-03-19T20:05:53.393Z] ecc8261a40a4: Download complete [2021-03-19T20:05:53.393Z] 6ca5941a6612: Verifying Checksum [2021-03-19T20:05:53.393Z] 6ca5941a6612: Download complete [2021-03-19T20:05:53.663Z] 31603596830f: Pull complete [2021-03-19T20:05:53.938Z] 2a8b12db71e7: Pull complete [2021-03-19T20:05:54.906Z] 6ca5941a6612: Pull complete [2021-03-19T20:05:54.906Z] ecc8261a40a4: Pull complete [2021-03-19T20:05:54.906Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T20:05:54.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:05:54.906Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T20:05:55.013Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:05:55.075Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:05:58.023Z] $ docker top 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T20:05:58.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:05:58.375Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:05:58.651Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:05:58.657Z] $ docker exec 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 ssh-agent [2021-03-19T20:05:58.826Z] SSH_AUTH_SOCK=/tmp/ssh-k7okJIPSWHmZ/agent.12 [2021-03-19T20:05:58.826Z] SSH_AGENT_PID=17 [2021-03-19T20:05:58.846Z] Running ssh-add (command line suppressed) [2021-03-19T20:05:58.975Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_2656448198955608039.key (/w/workspace/edgex-go/400@tmp/private_key_2656448198955608039.key) [2021-03-19T20:05:59.038Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:05:59.415Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T20:05:59.463Z] $ docker exec --env ******** --env ******** 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 ssh-agent -k [2021-03-19T20:05:59.584Z] unset SSH_AUTH_SOCK; [2021-03-19T20:05:59.585Z] unset SSH_AGENT_PID; [2021-03-19T20:05:59.585Z] echo Agent pid 17 killed; [2021-03-19T20:05:59.653Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T20:05:59.802Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:05:59.802Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:05:59.993Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:06:00.002Z] $ docker exec 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 ssh-agent [2021-03-19T20:06:00.181Z] SSH_AUTH_SOCK=/tmp/ssh-paXesRji3BUo/agent.47 [2021-03-19T20:06:00.181Z] SSH_AGENT_PID=52 [2021-03-19T20:06:00.197Z] Running ssh-add (command line suppressed) [2021-03-19T20:06:00.319Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_9048540415545786082.key (/w/workspace/edgex-go/400@tmp/private_key_9048540415545786082.key) [2021-03-19T20:06:00.384Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:06:00.746Z] + git semver init [2021-03-19T20:06:00.746Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T20:06:00.746Z] # $GIT_DIR = /w/workspace/edgex-go/400/.git [2021-03-19T20:06:00.746Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/400 [2021-03-19T20:06:00.746Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T20:06:00.746Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T20:06:00.746Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T20:06:00.746Z] # $SEMVER_BRANCH = master [2021-03-19T20:06:00.746Z] # $SEMVER_TEMP = /tmp/semver-057830022 [2021-03-19T20:06:00.746Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T20:06:33.001Z] # '/tmp/semver-057830022' -> '/w/workspace/edgex-go/400/.semver' [2021-03-19T20:06:33.001Z] # -> Force: false [2021-03-19T20:06:33.001Z] # $SEMVER_DIR = /w/workspace/edgex-go/400/.semver [Pipeline] } [2021-03-19T20:06:33.027Z] $ docker exec --env ******** --env ******** 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 ssh-agent -k [2021-03-19T20:06:33.430Z] unset SSH_AUTH_SOCK; [2021-03-19T20:06:33.431Z] unset SSH_AGENT_PID; [2021-03-19T20:06:33.431Z] echo Agent pid 52 killed; [2021-03-19T20:06:33.550Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:06:34.012Z] + git semver [Pipeline] } [2021-03-19T20:06:34.035Z] $ docker stop --time=1 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 [2021-03-19T20:06:36.045Z] $ docker rm -f 923121024d6a6a1ef4b432921065fafde900a6feca52762c4753a784398d0f82 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:06:36.581Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T20:06:37.170Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T20:06:37.174Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.133 [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-19T20:06:38.061Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:06:38.390Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:06:38.708Z] + sudo service docker restart [2021-03-19T20:06:38.708Z] + true [2021-03-19T20:06:38.708Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T20:06:39.305Z] ========================================================= [2021-03-19T20:06:39.305Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T20:06:39.305Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:06:39.655Z] + 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-19T20:06:43.905Z] Sending build context to Docker daemon 328.6MB [2021-03-19T20:06:43.905Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:06:43.905Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:06:43.905Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T20:06:43.905Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T20:06:43.905Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T20:06:43.905Z] de9db76c5a1d: Pulling fs layer [2021-03-19T20:06:43.905Z] bca2f99d35d6: Pulling fs layer [2021-03-19T20:06:43.905Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T20:06:43.905Z] 7c6f9722023f: Pulling fs layer [2021-03-19T20:06:43.905Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T20:06:43.905Z] 93359f2a8cfa: Waiting [2021-03-19T20:06:43.905Z] 7c6f9722023f: Waiting [2021-03-19T20:06:43.905Z] a35cf1a2eb13: Waiting [2021-03-19T20:06:43.905Z] bca2f99d35d6: Waiting [2021-03-19T20:06:43.905Z] de9db76c5a1d: Verifying Checksum [2021-03-19T20:06:43.905Z] de9db76c5a1d: Download complete [2021-03-19T20:06:44.186Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T20:06:44.186Z] 0ef7d3d256c8: Download complete [2021-03-19T20:06:44.186Z] 93359f2a8cfa: Verifying Checksum [2021-03-19T20:06:44.186Z] 93359f2a8cfa: Download complete [2021-03-19T20:06:44.186Z] 7c6f9722023f: Verifying Checksum [2021-03-19T20:06:44.186Z] 7c6f9722023f: Download complete [2021-03-19T20:06:44.457Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T20:06:44.457Z] 188c0c94c7c5: Download complete [2021-03-19T20:06:45.035Z] 188c0c94c7c5: Pull complete [2021-03-19T20:06:45.035Z] 0ef7d3d256c8: Pull complete [2021-03-19T20:06:45.300Z] de9db76c5a1d: Pull complete [2021-03-19T20:06:46.258Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T20:06:46.258Z] a35cf1a2eb13: Download complete [2021-03-19T20:06:47.216Z] bca2f99d35d6: Verifying Checksum [2021-03-19T20:06:47.216Z] bca2f99d35d6: Download complete [2021-03-19T20:06:52.542Z] Still waiting to schedule task [2021-03-19T20:06:52.542Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-03-19T20:06:52.574Z] bca2f99d35d6: Pull complete [2021-03-19T20:06:52.574Z] 93359f2a8cfa: Pull complete [2021-03-19T20:06:52.574Z] 7c6f9722023f: Pull complete [2021-03-19T20:06:57.911Z] a35cf1a2eb13: Pull complete [2021-03-19T20:06:57.911Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T20:06:57.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T20:06:57.911Z] ---> a62c8e92a672 [2021-03-19T20:06:57.911Z] 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-19T20:06:57.911Z] ---> Running in 383ba0b294fc [2021-03-19T20:06:58.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:06:58.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:06:59.333Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:06:59.596Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:06:59.596Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:06:59.596Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:07:07.762Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:07:07.762Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:07:07.762Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:07:07.762Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:07:07.762Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:07:07.762Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:07:07.762Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:07:07.762Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:07:07.762Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:07:07.762Z] OK: 233 MiB in 51 packages [2021-03-19T20:07:11.085Z] Removing intermediate container 383ba0b294fc [2021-03-19T20:07:11.085Z] ---> 11e7e78f18f3 [2021-03-19T20:07:11.085Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:07:11.085Z] ---> Running in 21c66a17c613 [2021-03-19T20:07:11.085Z] Removing intermediate container 21c66a17c613 [2021-03-19T20:07:11.085Z] ---> 0f57ab6ad7bb [2021-03-19T20:07:11.085Z] Step 5/6 : COPY go.mod . [2021-03-19T20:07:11.348Z] ---> ec86eb18a36a [2021-03-19T20:07:11.348Z] Step 6/6 : RUN go mod download [2021-03-19T20:07:11.616Z] ---> Running in 72cb134cf7f0 [2021-03-19T20:07:33.652Z] Removing intermediate container 72cb134cf7f0 [2021-03-19T20:07:33.652Z] ---> b4f74e133fad [2021-03-19T20:07:33.652Z] Successfully built b4f74e133fad [2021-03-19T20:07:33.652Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:07:33.973Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:07:33.973Z] . [Pipeline] withDockerContainer [2021-03-19T20:07:34.090Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:07:34.144Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:07:34.994Z] $ docker top 602afdcab021d4b64148ab42a6ad46d9e3100cd54def24e38fe02ad4aeedf7ae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:07:35.483Z] + go version [2021-03-19T20:07:35.483Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T20:07:35.510Z] $ docker stop --time=1 602afdcab021d4b64148ab42a6ad46d9e3100cd54def24e38fe02ad4aeedf7ae [2021-03-19T20:07:36.899Z] $ docker rm -f 602afdcab021d4b64148ab42a6ad46d9e3100cd54def24e38fe02ad4aeedf7ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:07:37.964Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T20:07:37.964Z] . [Pipeline] withDockerContainer [2021-03-19T20:07:38.069Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:07:38.140Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:07:38.924Z] $ docker top afe8f006853b0a488cc1cb2d5c913f49895a7d7c1a871e929b0c318089f8c269 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:07:39.162Z] ========================================================= [2021-03-19T20:07:39.162Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T20:07:39.162Z] ========================================================= [Pipeline] sh [2021-03-19T20:07:39.531Z] + make test [2021-03-19T20:07:39.531Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T20:07:49.589Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T20:08:04.673Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T20:08:11.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T20:08:11.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T20:08:11.337Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T20:08:13.356Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T20:08:13.356Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T20:08:13.356Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T20:08:13.357Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T20:08:13.943Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T20:08:14.530Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T20:08:17.152Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T20:08:17.152Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T20:08:17.152Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T20:08:19.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 45.9% of statements [2021-03-19T20:08:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T20:08:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T20:08:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T20:08:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T20:08:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T20:08:19.769Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T20:08:19.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-03-19T20:08:19.769Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.142s coverage: 100.0% of statements [2021-03-19T20:08:24.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T20:08:24.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T20:08:24.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T20:08:24.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.074s coverage: 71.3% of statements [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T20:08:24.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.135s coverage: 82.9% of statements [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:08:24.040Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.067s coverage: 78.9% of statements [2021-03-19T20:08:24.040Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T20:08:26.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.409s coverage: 28.6% of statements [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T20:08:26.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.065s coverage: 100.0% of statements [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T20:08:26.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T20:08:26.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T20:08:26.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T20:08:26.691Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T20:08:26.691Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T20:08:29.306Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.449s coverage: 92.8% of statements [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T20:08:29.306Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T20:08:29.306Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 0.1% of statements [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T20:08:29.306Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T20:08:29.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements [2021-03-19T20:08:29.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.047s coverage: 79.5% of statements [2021-03-19T20:08:29.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.025s coverage: 94.1% of statements [2021-03-19T20:08:29.306Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.057s coverage: 96.3% of statements [2021-03-19T20:08:29.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-03-19T20:08:41.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.057s coverage: 94.4% of statements [2021-03-19T20:08:41.871Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-19T20:08:43.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.109s coverage: 81.9% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.067s coverage: 92.9% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.6% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 62.4% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.362s coverage: 69.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 38.4% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.049s coverage: 84.8% of statements [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.160s coverage: 47.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.173s coverage: 87.1% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.851s coverage: 29.1% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.051s coverage: 100.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.105s coverage: 96.5% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T20:08:53.949Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T20:08:53.949Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T20:08:54.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-03-19T20:08:54.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T20:08:54.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T20:08:54.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2021-03-19T20:08:54.809Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-19T20:08:55.072Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-19T20:08:55.335Z] GO111MODULE=on go vet ./... [2021-03-19T20:09:27.664Z] gofmt -l . [2021-03-19T20:09:27.664Z] [ "`gofmt -l .`" = "" ] [2021-03-19T20:09:27.664Z] ./bin/test-go-mod-tidy.sh [2021-03-19T20:09:27.664Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T20:09:27.975Z] + ls -al . [2021-03-19T20:09:27.975Z] total 760 [2021-03-19T20:09:27.975Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 20:09 . [2021-03-19T20:09:27.975Z] drwxr-xr-x 4 root root 32 Mar 19 20:07 .. [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 20:05 .dockerignore [2021-03-19T20:09:27.975Z] drwxrwxr-x 8 1001 1001 162 Mar 19 20:05 .git [2021-03-19T20:09:27.975Z] drwxrwxr-x 3 1001 1001 125 Mar 19 20:05 .github [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 20:05 .gitignore [2021-03-19T20:09:27.975Z] drwx------ 3 1001 1001 45 Mar 19 20:06 .semver [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 20:05 .sonarcloud.properties [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 20:05 Attribution.txt [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 20:05 CONTRIBUTING.md [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 20:05 Dockerfile.build [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 863 Mar 19 20:05 Jenkinsfile [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 20:05 LICENSE [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 20:05 Makefile [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 20:05 README.md [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 20:05 SECURITY.md [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 13 Mar 19 20:06 VERSION [2021-03-19T20:09:27.975Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 20:05 ZMQWindows.md [2021-03-19T20:09:27.975Z] drwxrwxr-x 2 1001 1001 117 Mar 19 20:05 bin [2021-03-19T20:09:27.975Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 20:05 cmd [2021-03-19T20:09:27.975Z] -rw-r--r-- 1 root root 650607 Mar 19 20:08 coverage.out [2021-03-19T20:09:27.975Z] -rw-r--r-- 1 root root 1055 Mar 19 20:09 go.mod [2021-03-19T20:09:27.975Z] -rw-r--r-- 1 root root 21981 Mar 19 20:09 go.sum [2021-03-19T20:09:27.976Z] drwxrwxr-x 8 1001 1001 127 Mar 19 20:05 internal [2021-03-19T20:09:27.976Z] drwxrwxr-x 4 1001 1001 26 Mar 19 20:05 openapi [2021-03-19T20:09:27.976Z] drwxrwxr-x 4 1001 1001 71 Mar 19 20:05 snap [2021-03-19T20:09:27.976Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 20:05 version.go [Pipeline] sh [2021-03-19T20:09:28.321Z] + '[' -e coverage.out ] [2021-03-19T20:09:28.321Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T20:09:28.583Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T20:09:28.900Z] + make build [2021-03-19T20:09:28.900Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:09:33.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T20:09:43.353Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T20:09:43.354Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T20:09:46.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T20:09:46.427Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T20:09:47.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T20:09:48.776Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T20:09:50.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T20:09:51.622Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T20:09:52.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T20:09:54.008Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-19T20:09:55.997Z] $ docker stop --time=1 afe8f006853b0a488cc1cb2d5c913f49895a7d7c1a871e929b0c318089f8c269 [2021-03-19T20:09:57.741Z] $ docker rm -f afe8f006853b0a488cc1cb2d5c913f49895a7d7c1a871e929b0c318089f8c269 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:10:01.675Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:10:01.675Z] [2021-03-19T20:10:01.675Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:10:02.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:10:02.052Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-19T20:10:02.052Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-19T20:10:02.052Z] ca9280d653b3: Pulling fs layer [2021-03-19T20:10:02.052Z] 7e9c9ca2126c: Pulling fs layer [2021-03-19T20:10:02.316Z] cbdbe7a5bc2a: Download complete [2021-03-19T20:10:02.584Z] cbdbe7a5bc2a: Pull complete [2021-03-19T20:10:02.854Z] ca9280d653b3: Verifying Checksum [2021-03-19T20:10:02.854Z] ca9280d653b3: Download complete [2021-03-19T20:10:03.830Z] 7e9c9ca2126c: Download complete [2021-03-19T20:10:04.099Z] ca9280d653b3: Pull complete [2021-03-19T20:10:10.785Z] 7e9c9ca2126c: Pull complete [2021-03-19T20:10:10.785Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-19T20:10:10.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:10:10.785Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-19T20:10:10.954Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:10:11.019Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:10:12.995Z] $ docker top 53b4a6bed7a0dc2703a126f81ef4f6ccbbcb9411f31cdf63bc7e03a37148fac7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:10:13.528Z] + docker-compose build --help [2021-03-19T20:10:13.528Z] + grep parallel [2021-03-19T20:10:14.480Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:10:14.499Z] $ docker stop --time=1 53b4a6bed7a0dc2703a126f81ef4f6ccbbcb9411f31cdf63bc7e03a37148fac7 [2021-03-19T20:10:15.869Z] $ docker rm -f 53b4a6bed7a0dc2703a126f81ef4f6ccbbcb9411f31cdf63bc7e03a37148fac7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:10:16.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-19T20:10:16.553Z] . [Pipeline] withDockerContainer [2021-03-19T20:10:16.652Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:10:16.706Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:10:17.444Z] $ docker top 8bbf96a92fd7af86836a9db0093460a35b671d4773bd322ec7890732d87bce0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:10:17.958Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:10:18.909Z] Building docker-core-command-go ... [2021-03-19T20:10:18.909Z] Building docker-core-data-go ... [2021-03-19T20:10:18.909Z] Building docker-core-metadata-go ... [2021-03-19T20:10:18.909Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:10:18.909Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:10:18.909Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:10:18.909Z] Building docker-support-notifications-go ... [2021-03-19T20:10:18.909Z] Building docker-support-scheduler-go ... [2021-03-19T20:10:18.909Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:10:18.909Z] Building docker-support-scheduler-go [2021-03-19T20:10:18.909Z] Building docker-sys-mgmt-agent-go [2021-03-19T20:10:18.909Z] Building docker-security-secretstore-setup-go [2021-03-19T20:10:18.909Z] Building docker-security-bootstrapper-go [2021-03-19T20:10:18.909Z] Building docker-core-data-go [2021-03-19T20:10:57.855Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:10:57.855Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:10:57.855Z] ---> b4f74e133fad [2021-03-19T20:10:57.855Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:10:57.855Z] ---> Running in 6adcf61c464a [2021-03-19T20:10:57.855Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:10:57.855Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:10:57.855Z] ---> b4f74e133fad [2021-03-19T20:10:57.855Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:10:57.855Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:10:57.855Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:10:57.855Z] ---> b4f74e133fad [2021-03-19T20:10:57.855Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:10:57.855Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:10:57.855Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:10:57.855Z] ---> b4f74e133fad [2021-03-19T20:10:57.855Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:10:57.856Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:10:57.856Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:10:57.856Z] ---> b4f74e133fad [2021-03-19T20:10:57.856Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:10:57.856Z] ---> Running in f935e1a170ff [2021-03-19T20:10:57.856Z] ---> Running in 921b5dd20938 [2021-03-19T20:10:57.856Z] ---> Running in 119d9348d115 [2021-03-19T20:10:57.856Z] ---> Running in 5ae4007d889a [2021-03-19T20:10:57.856Z] Removing intermediate container 921b5dd20938 [2021-03-19T20:10:57.856Z] ---> f8c060d3de18 [2021-03-19T20:10:57.856Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:10:57.856Z] Removing intermediate container f935e1a170ff [2021-03-19T20:10:57.856Z] ---> f0d52c735b07 [2021-03-19T20:10:57.856Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:10:57.856Z] Removing intermediate container 6adcf61c464a [2021-03-19T20:10:57.856Z] ---> 15212d834fdc [2021-03-19T20:10:57.856Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:10:57.856Z] Removing intermediate container 5ae4007d889a [2021-03-19T20:10:57.856Z] ---> 8c345e294fb6 [2021-03-19T20:10:57.856Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:10:57.856Z] Removing intermediate container 119d9348d115 [2021-03-19T20:10:57.856Z] ---> 33ff897ed032 [2021-03-19T20:10:57.856Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:10:57.856Z] ---> Running in 772ae1066ef9 [2021-03-19T20:10:57.856Z] ---> Running in b1d113e00477 [2021-03-19T20:10:57.856Z] ---> Running in 9a0a958ed59f [2021-03-19T20:10:57.856Z] ---> Running in ad50993e0d77 [2021-03-19T20:10:57.856Z] ---> Running in f3cd30d40411 [2021-03-19T20:10:57.856Z] Removing intermediate container 772ae1066ef9 [2021-03-19T20:10:57.856Z] ---> a12ef1c142ef [2021-03-19T20:10:57.856Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:10:58.126Z] ---> Running in e8d802a41aab [2021-03-19T20:10:58.126Z] Removing intermediate container b1d113e00477 [2021-03-19T20:10:58.126Z] ---> 5f0490848adb [2021-03-19T20:10:58.126Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:10:58.393Z] ---> Running in eed48005f74e [2021-03-19T20:10:58.393Z] Removing intermediate container 9a0a958ed59f [2021-03-19T20:10:58.393Z] ---> 47ee1f19e41d [2021-03-19T20:10:58.393Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:10:58.393Z] Removing intermediate container ad50993e0d77 [2021-03-19T20:10:58.393Z] ---> ee02957a4bda [2021-03-19T20:10:58.393Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:10:58.673Z] Removing intermediate container f3cd30d40411 [2021-03-19T20:10:58.673Z] ---> 831a8bdba9a8 [2021-03-19T20:10:58.673Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:10:58.673Z] ---> Running in 55eb25e040df [2021-03-19T20:10:58.673Z] ---> Running in 040ac94dd509 [2021-03-19T20:10:58.950Z] ---> Running in 0abea2ad67b7 [2021-03-19T20:10:58.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:10:59.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:10:59.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:10:59.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:10:59.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:10:59.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:00.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:00.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:00.299Z] OK: 233 MiB in 51 packages [2021-03-19T20:11:00.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:00.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:11:00.564Z] OK: 233 MiB in 51 packages [2021-03-19T20:11:00.565Z] Removing intermediate container e8d802a41aab [2021-03-19T20:11:00.565Z] ---> 469d448ee3a5 [2021-03-19T20:11:00.565Z] Step 6/26 : COPY go.mod . [2021-03-19T20:11:00.869Z] ---> 410f88eee464 [2021-03-19T20:11:00.869Z] Step 7/26 : RUN go mod download [2021-03-19T20:11:00.869Z] Removing intermediate container eed48005f74e [2021-03-19T20:11:00.869Z] ---> 62c6210028a4 [2021-03-19T20:11:00.869Z] Step 6/22 : COPY go.mod . [2021-03-19T20:11:01.165Z] ---> Running in 5811d56fd36f [2021-03-19T20:11:01.165Z] OK: 233 MiB in 51 packages [2021-03-19T20:11:01.165Z] OK: 233 MiB in 51 packages [2021-03-19T20:11:01.430Z] ---> 6c42249b1fb5 [2021-03-19T20:11:01.430Z] Step 7/22 : RUN go mod download [2021-03-19T20:11:01.430Z] ---> Running in 15d0c3e596ce [2021-03-19T20:11:01.698Z] OK: 233 MiB in 51 packages [2021-03-19T20:11:01.969Z] Removing intermediate container 040ac94dd509 [2021-03-19T20:11:01.969Z] ---> 087a2968c1ba [2021-03-19T20:11:01.969Z] Step 6/23 : COPY go.mod . [2021-03-19T20:11:02.247Z] Removing intermediate container 55eb25e040df [2021-03-19T20:11:02.247Z] ---> 7042b29d82c2 [2021-03-19T20:11:02.247Z] Step 6/31 : COPY go.mod . [2021-03-19T20:11:02.247Z] ---> 1115c66de9e5 [2021-03-19T20:11:02.247Z] Step 7/23 : RUN go mod download [2021-03-19T20:11:02.518Z] ---> Running in c2a1e03495d2 [2021-03-19T20:11:02.518Z] ---> f74e1fe8e6fc [2021-03-19T20:11:02.518Z] Step 7/31 : RUN go mod download [2021-03-19T20:11:02.518Z] Removing intermediate container 0abea2ad67b7 [2021-03-19T20:11:02.518Z] ---> d6bf63ea670d [2021-03-19T20:11:02.518Z] Step 6/24 : COPY go.mod . [2021-03-19T20:11:02.788Z] ---> Running in 8fa812d34613 [2021-03-19T20:11:03.061Z] ---> 69e37c9f02ae [2021-03-19T20:11:03.061Z] Step 7/24 : RUN go mod download [2021-03-19T20:11:03.061Z] ---> Running in 7b479ab416f4 [2021-03-19T20:11:03.333Z] Removing intermediate container 5811d56fd36f [2021-03-19T20:11:03.333Z] ---> 992d35ab6c5d [2021-03-19T20:11:03.333Z] Step 8/26 : COPY . . [2021-03-19T20:11:04.304Z] Removing intermediate container 15d0c3e596ce [2021-03-19T20:11:04.304Z] ---> 7291334e2459 [2021-03-19T20:11:04.304Z] Step 8/22 : COPY . . [2021-03-19T20:11:09.688Z] Removing intermediate container c2a1e03495d2 [2021-03-19T20:11:09.688Z] ---> b3671f1fd7b1 [2021-03-19T20:11:09.689Z] Step 8/23 : COPY . . [2021-03-19T20:11:13.939Z] Removing intermediate container 7b479ab416f4 [2021-03-19T20:11:13.939Z] ---> 750e76dae3c8 [2021-03-19T20:11:13.939Z] Step 8/24 : COPY . . [2021-03-19T20:11:13.939Z] Removing intermediate container 8fa812d34613 [2021-03-19T20:11:13.939Z] ---> 75c3a11895b6 [2021-03-19T20:11:13.939Z] Step 8/31 : COPY . . [2021-03-19T20:11:46.902Z] ---> e179955de2f1 [2021-03-19T20:11:46.902Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:11:46.902Z] ---> 9859b4ccbb13 [2021-03-19T20:11:46.902Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:11:46.902Z] ---> e6d40fa1209d [2021-03-19T20:11:46.902Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:11:47.500Z] ---> Running in 85348fd735c6 [2021-03-19T20:11:47.500Z] ---> Running in 4372ba97bc8f [2021-03-19T20:11:48.082Z] ---> Running in 12599b2f2ba2 [2021-03-19T20:11:48.348Z] ---> 4e66c4bcf2b4 [2021-03-19T20:11:48.348Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:11:48.348Z] ---> ea8ee30ce1f9 [2021-03-19T20:11:48.348Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:11:48.622Z] ---> Running in 9e17914f65ff [2021-03-19T20:11:48.622Z] ---> Running in 9a575de44ecf [2021-03-19T20:11:49.600Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:11:49.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T20:11:49.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T20:11:49.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T20:11:49.601Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T20:12:27.929Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30626 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-19T20:12:27.986Z] Running in /w/workspace/edgex-go/400 [Pipeline] { [Pipeline] checkout [2021-03-19T20:12:28.610Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T20:12:33.257Z] using credential edgex-jenkins-ssh [2021-03-19T20:12:33.313Z] Cloning the remote Git repository [2021-03-19T20:12:34.076Z] Removing intermediate container 9a575de44ecf [2021-03-19T20:12:34.076Z] ---> 889f45826c33 [2021-03-19T20:12:34.076Z] [2021-03-19T20:12:34.076Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:12:34.076Z] Removing intermediate container 4372ba97bc8f [2021-03-19T20:12:34.076Z] ---> 894751f7a835 [2021-03-19T20:12:34.076Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:12:34.076Z] 3.12: Pulling from library/alpine [2021-03-19T20:12:34.076Z] ---> Running in bdc4e3a2cfa4 [2021-03-19T20:12:33.368Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:12:33.474Z] > git init /w/workspace/edgex-go/400 # timeout=10 [2021-03-19T20:12:33.541Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:12:33.541Z] > git --version # timeout=10 [2021-03-19T20:12:33.559Z] > git --version # 'git version 2.17.1' [2021-03-19T20:12:33.561Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:12:33.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:12:35.115Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:12:35.115Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:12:35.115Z] ---> 88dd2752d2ea [2021-03-19T20:12:35.115Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:12:35.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T20:12:39.784Z] ---> Running in faaff28a3de6 [2021-03-19T20:12:39.784Z] Removing intermediate container 9e17914f65ff [2021-03-19T20:12:39.784Z] ---> e8d342e4f639 [2021-03-19T20:12:39.784Z] [2021-03-19T20:12:39.784Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:12:39.784Z] ---> 88dd2752d2ea [2021-03-19T20:12:39.784Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:12:40.383Z] ---> Running in 1c415cc84d38 [2021-03-19T20:12:40.383Z] Removing intermediate container faaff28a3de6 [2021-03-19T20:12:40.383Z] ---> 19fcba80fddf [2021-03-19T20:12:40.383Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:12:40.673Z] Removing intermediate container 85348fd735c6 [2021-03-19T20:12:40.673Z] ---> 1e00a4a00466 [2021-03-19T20:12:40.673Z] [2021-03-19T20:12:40.673Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:12:40.673Z] ---> 88dd2752d2ea [2021-03-19T20:12:40.673Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:12:41.510Z] ---> Running in f1edab3620b9 [2021-03-19T20:12:42.144Z] ---> Running in b2eb001675bb [2021-03-19T20:12:42.144Z] Removing intermediate container bdc4e3a2cfa4 [2021-03-19T20:12:42.144Z] ---> f499d9a1e081 [2021-03-19T20:12:42.144Z] [2021-03-19T20:12:42.144Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:12:42.144Z] 20.10.0: Pulling from library/docker [2021-03-19T20:12:42.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:42.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:42.784Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:12:42.784Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:12:42.784Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:12:42.784Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:12:42.784Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:12:42.784Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:12:42.784Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:12:42.784Z] OK: 7 MiB in 19 packages [2021-03-19T20:12:42.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:43.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:43.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:43.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:43.355Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:12:43.355Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:12:43.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:12:43.355Z] OK: 6 MiB in 16 packages [2021-03-19T20:12:43.355Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:12:43.638Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:12:43.638Z] OK: 6 MiB in 15 packages [2021-03-19T20:12:45.068Z] Removing intermediate container 12599b2f2ba2 [2021-03-19T20:12:45.068Z] ---> 2f0b64c2ff95 [2021-03-19T20:12:45.068Z] [2021-03-19T20:12:45.068Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:12:45.068Z] ---> 88dd2752d2ea [2021-03-19T20:12:45.068Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:12:46.073Z] ---> Running in 155e292cee2b [2021-03-19T20:12:46.699Z] Removing intermediate container 155e292cee2b [2021-03-19T20:12:46.699Z] ---> e30940ad9063 [2021-03-19T20:12:46.699Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:12:46.990Z] Removing intermediate container f1edab3620b9 [2021-03-19T20:12:46.990Z] ---> 185f9125c1ab [2021-03-19T20:12:46.990Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:12:46.990Z] Removing intermediate container b2eb001675bb [2021-03-19T20:12:46.990Z] ---> d5d7b3c25fbc [2021-03-19T20:12:46.990Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:12:46.990Z] Removing intermediate container 1c415cc84d38 [2021-03-19T20:12:46.990Z] ---> 6db51566dcf2 [2021-03-19T20:12:46.990Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:12:46.990Z] ---> Running in 50d73b6860aa [2021-03-19T20:12:46.990Z] ---> Running in deddcbc2b7dc [2021-03-19T20:12:47.270Z] ---> Running in dd453e610889 [2021-03-19T20:12:47.270Z] ---> Running in fd5a64529180 [2021-03-19T20:12:47.270Z] Removing intermediate container deddcbc2b7dc [2021-03-19T20:12:47.270Z] ---> c38bd7403b59 [2021-03-19T20:12:47.270Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:12:47.270Z] Removing intermediate container 50d73b6860aa [2021-03-19T20:12:47.270Z] ---> 050e96e3dfef [2021-03-19T20:12:47.270Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:12:48.704Z] ---> Running in 88b0a62c8ce3 [2021-03-19T20:12:48.704Z] ---> Running in 3bb8119c9b85 [2021-03-19T20:12:48.704Z] Removing intermediate container fd5a64529180 [2021-03-19T20:12:48.704Z] ---> e41071ce3922 [2021-03-19T20:12:48.704Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:12:48.704Z] Removing intermediate container dd453e610889 [2021-03-19T20:12:48.704Z] ---> ce5c5dd36543 [2021-03-19T20:12:48.704Z] Step 13/24 : WORKDIR / [2021-03-19T20:12:48.704Z] ---> Running in 7a57d55cf9c7 [2021-03-19T20:12:48.704Z] ---> Running in ac90d40a248c [2021-03-19T20:12:48.704Z] Removing intermediate container 3bb8119c9b85 [2021-03-19T20:12:48.704Z] ---> 5674110790c4 [2021-03-19T20:12:48.704Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:12:48.704Z] Removing intermediate container 88b0a62c8ce3 [2021-03-19T20:12:48.704Z] ---> b51c9e29de8d [2021-03-19T20:12:48.704Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:12:48.704Z] Removing intermediate container 7a57d55cf9c7 [2021-03-19T20:12:48.704Z] ---> cf1d3ad3720d [2021-03-19T20:12:48.704Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:12:48.704Z] ---> Running in bee75c3894ae [2021-03-19T20:12:48.704Z] ---> Running in e36cb4c7afd1 [2021-03-19T20:12:48.704Z] Removing intermediate container ac90d40a248c [2021-03-19T20:12:48.704Z] ---> 5ac338976491 [2021-03-19T20:12:48.704Z] 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-19T20:12:48.704Z] ---> Running in 96c858e462ce [2021-03-19T20:12:49.005Z] Removing intermediate container 96c858e462ce [2021-03-19T20:12:49.005Z] ---> ef2af7185cc5 [2021-03-19T20:12:49.005Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:12:49.281Z] ---> e0a46749af88 [2021-03-19T20:12:49.281Z] 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-19T20:12:49.566Z] ---> 291ef734d4b6 [2021-03-19T20:12:49.566Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:12:49.837Z] ---> 819097e896f1 [2021-03-19T20:12:49.837Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:12:51.256Z] ---> 5245cf1dffe9 [2021-03-19T20:12:51.256Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:12:51.256Z] ---> 5215402a5cdb [2021-03-19T20:12:51.256Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:12:51.256Z] Removing intermediate container bee75c3894ae [2021-03-19T20:12:51.256Z] ---> 35d3b2ae60f7 [2021-03-19T20:12:51.256Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:12:51.524Z] ---> Running in b81800c7bf2d [2021-03-19T20:12:51.524Z] Removing intermediate container e36cb4c7afd1 [2021-03-19T20:12:51.524Z] ---> 2a0ba702f851 [2021-03-19T20:12:51.524Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:12:52.104Z] ---> Running in 8c068bb0b959 [2021-03-19T20:12:52.104Z] ---> bcccc2523421 [2021-03-19T20:12:52.104Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:12:52.104Z] ---> Running in 0b7bb6cf6924 [2021-03-19T20:12:52.104Z] ---> 610085bcaa00 [2021-03-19T20:12:52.104Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:12:52.104Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:12:52.104Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:12:52.104Z] ---> aefe523efa57 [2021-03-19T20:12:52.104Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:12:52.377Z] ---> Running in 80cba662d87a [2021-03-19T20:12:52.377Z] Removing intermediate container 8c068bb0b959 [2021-03-19T20:12:52.377Z] ---> 3da0a232a7f0 [2021-03-19T20:12:52.377Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:12:52.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:52.641Z] Removing intermediate container 0b7bb6cf6924 [2021-03-19T20:12:52.641Z] ---> be165b6b0ea5 [2021-03-19T20:12:52.642Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:12:52.908Z] ---> Running in ec9c7c6ae697 [2021-03-19T20:12:52.908Z] ---> 876351382521 [2021-03-19T20:12:52.908Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:12:52.908Z] ---> 6473765d1232 [2021-03-19T20:12:52.908Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:12:53.170Z] ---> Running in fb45d3e3d4f2 [2021-03-19T20:12:53.170Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:53.170Z] Removing intermediate container ec9c7c6ae697 [2021-03-19T20:12:53.170Z] ---> ef10e6fc7be6 [2021-03-19T20:12:53.170Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:12:53.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:53.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:12:53.439Z] ---> Running in 206a142b6875 [2021-03-19T20:12:53.439Z] ---> 8f1ec6d3a943 [2021-03-19T20:12:53.439Z] 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-19T20:12:53.705Z] ---> Running in 868337d29b06 [2021-03-19T20:12:53.705Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:12:53.705Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:12:53.705Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:12:53.705Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:12:53.705Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:12:53.705Z] OK: 12 MiB in 22 packages [2021-03-19T20:12:53.705Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:12:53.968Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:12:53.968Z] Removing intermediate container 206a142b6875 [2021-03-19T20:12:53.968Z] ---> f9dfadf445f2 [2021-03-19T20:12:53.968Z] Step 21/22 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:12:53.968Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:12:54.234Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:12:54.234Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:12:54.234Z] ---> Running in 2798a5e64b9b [2021-03-19T20:12:54.234Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:12:54.234Z] OK: 8 MiB in 20 packages [2021-03-19T20:12:54.498Z] Removing intermediate container 2798a5e64b9b [2021-03-19T20:12:54.498Z] ---> 6f00931fd074 [2021-03-19T20:12:54.498Z] Step 22/22 : LABEL version=2.0.0-dev.133 [2021-03-19T20:12:55.074Z] ---> Running in 7316fc3a4fb3 [2021-03-19T20:12:55.074Z] Removing intermediate container 80cba662d87a [2021-03-19T20:12:55.074Z] ---> 2a5c439f4004 [2021-03-19T20:12:55.074Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:12:55.074Z] ---> Running in 4682290ba758 [2021-03-19T20:12:55.338Z] Removing intermediate container fb45d3e3d4f2 [2021-03-19T20:12:55.338Z] ---> 4627083470ed [2021-03-19T20:12:55.338Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:12:55.338Z] Removing intermediate container 7316fc3a4fb3 [2021-03-19T20:12:55.338Z] ---> 79341be37dfb [2021-03-19T20:12:55.338Z] [2021-03-19T20:12:55.467Z] Checking out Revision 05f2d13a179446ff46e2de9a60e91a19cc98f319 (master) [2021-03-19T20:12:55.605Z] Removing intermediate container b81800c7bf2d [2021-03-19T20:12:55.605Z] ---> e7149802e28f [2021-03-19T20:12:55.605Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:12:55.605Z] Removing intermediate container 4682290ba758 [2021-03-19T20:12:55.605Z] ---> e7cc218fd130 [2021-03-19T20:12:55.605Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:12:55.605Z] Successfully built 79341be37dfb [2021-03-19T20:12:55.868Z] ---> 9c82eaac8027 [2021-03-19T20:12:55.868Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:12:55.868Z] ---> Running in 3433e52dccc8 [2021-03-19T20:12:55.868Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-19T20:12:55.868Z] Building docker-core-command-go [2021-03-19T20:12:55.868Z]  Building docker-support-scheduler-go ... done Removing intermediate container 868337d29b06 [2021-03-19T20:12:55.868Z] ---> 0985f51019eb [2021-03-19T20:12:55.868Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:12:56.133Z] ---> a2a4c21f45db [2021-03-19T20:12:56.133Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:12:56.133Z] ---> Running in d929717afaf4 [2021-03-19T20:12:56.410Z] Removing intermediate container 3433e52dccc8 [2021-03-19T20:12:56.410Z] ---> 2f4b46937823 [2021-03-19T20:12:56.410Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:12:56.410Z] ---> Running in f192189b6fc6 [2021-03-19T20:12:56.410Z] ---> c0e76a73ecad [2021-03-19T20:12:56.410Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:12:56.410Z] Removing intermediate container d929717afaf4 [2021-03-19T20:12:56.410Z] ---> 7ff8866da066 [2021-03-19T20:12:56.410Z] Step 22/24 : LABEL arch=x86_64 [2021-03-19T20:12:54.783Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:12:54.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T20:12:54.821Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T20:12:54.854Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T20:12:54.854Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T20:12:54.865Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T20:12:55.537Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T20:12:55.558Z] > git checkout -f 05f2d13a179446ff46e2de9a60e91a19cc98f319 # timeout=10 [2021-03-19T20:12:59.740Z] ---> Running in 5f68c1ad77f4 [2021-03-19T20:13:00.006Z] ---> 83f0faa0b77e [2021-03-19T20:13:00.006Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:13:00.006Z] ---> 265b8dac399f [2021-03-19T20:13:00.006Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:13:00.006Z] Removing intermediate container f192189b6fc6 [2021-03-19T20:13:00.006Z] ---> baf242f709cf [2021-03-19T20:13:00.006Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:13:00.155Z] Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.54 (#3275)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-19T20:13:01.619Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:13:01.969Z] Removing intermediate container 5f68c1ad77f4 [2021-03-19T20:13:01.969Z] ---> 0956a3b34801 [2021-03-19T20:13:01.969Z] Step 23/24 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:13:01.969Z] ---> ee5c74849b7b [2021-03-19T20:13:01.969Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:13:02.095Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T20:13:02.244Z] ---> 8d2884f370fb [2021-03-19T20:13:02.244Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:13:02.244Z] ---> Running in 94da5ca50ae2 [2021-03-19T20:13:02.244Z] ---> Running in dabba9d28f2a [2021-03-19T20:13:02.244Z] ---> 28fc1dd09a29 [2021-03-19T20:13:02.244Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:13:02.515Z] ---> f3966aa49830 [2021-03-19T20:13:02.515Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:13:02.515Z] Removing intermediate container 94da5ca50ae2 [2021-03-19T20:13:02.515Z] ---> aa1e683756ef [2021-03-19T20:13:02.515Z] Step 24/24 : LABEL version=2.0.0-dev.133 [2021-03-19T20:13:02.519Z] + + truesudo [2021-03-19T20:13:02.519Z] service docker restart [2021-03-19T20:13:02.805Z] Removing intermediate container dabba9d28f2a [2021-03-19T20:13:02.806Z] ---> 0965b0e747bd [2021-03-19T20:13:02.806Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:13:03.397Z] ---> Running in 5d4ce2738aae [2021-03-19T20:13:03.667Z] ---> Running in 1391388a47c7 [2021-03-19T20:13:03.668Z] ---> bb22dbce5a26 [2021-03-19T20:13:03.668Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:13:03.668Z] ---> Running in b57e76f39581 [2021-03-19T20:13:04.279Z] Removing intermediate container 5d4ce2738aae [2021-03-19T20:13:04.279Z] ---> 9585bfd32d29 [2021-03-19T20:13:04.279Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:13:04.556Z] Removing intermediate container 1391388a47c7 [2021-03-19T20:13:04.556Z] ---> 7835008120ba [2021-03-19T20:13:04.556Z] [2021-03-19T20:13:04.556Z] Removing intermediate container b57e76f39581 [2021-03-19T20:13:04.556Z] ---> 1834c4bee976 [2021-03-19T20:13:04.556Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:13:04.556Z] ---> 1fc08db0aed8 [2021-03-19T20:13:04.556Z] Step 19/26 : RUN apk --no-cache add py3-pip [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-19T20:13:04.630Z] provisioning config files... [2021-03-19T20:13:04.672Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config7869007378133144542tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:13:05.108Z] ---> docker-login.sh [2021-03-19T20:13:05.108Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:13:05.528Z] Successfully built 7835008120ba [2021-03-19T20:13:05.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:05.797Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-19T20:13:05.797Z] ---> Running in 3ea434be96b9 [2021-03-19T20:13:05.797Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-03-19T20:13:06.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:06.325Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:06.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:06.325Z] [2021-03-19T20:13:06.325Z] Login Succeeded [2021-03-19T20:13:06.325Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:13:06.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:06.756Z] ---> a9b9641cc63b [2021-03-19T20:13:06.756Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:13:06.756Z] ---> Running in c9c8badf234e [2021-03-19T20:13:06.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:06.873Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:06.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:06.873Z] [2021-03-19T20:13:06.873Z] Login Succeeded [2021-03-19T20:13:06.873Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:13:07.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:07.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:07.421Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:07.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:07.421Z] [2021-03-19T20:13:07.421Z] Login Succeeded [2021-03-19T20:13:07.421Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:13:07.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:07.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:07.973Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:07.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:07.973Z] [2021-03-19T20:13:07.973Z] Login Succeeded [2021-03-19T20:13:07.973Z] docker.io [2021-03-19T20:13:08.246Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:13:08.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:13:08.518Z] Configure a credential helper to remove this warning. See [2021-03-19T20:13:08.518Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:13:08.518Z] [2021-03-19T20:13:08.518Z] Login Succeeded [2021-03-19T20:13:08.518Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:13:08.534Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-03-19T20:13:08.704Z] ---> Running in 340df5a38d6d [2021-03-19T20:13:08.704Z] Removing intermediate container 3ea434be96b9 [2021-03-19T20:13:08.704Z] ---> f3af7790b403 [2021-03-19T20:13:08.704Z] Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] echo [2021-03-19T20:13:08.999Z] ========================================================= [2021-03-19T20:13:08.999Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-19T20:13:08.999Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:13:09.310Z] ---> Running in 48fd38a56461 [2021-03-19T20:13:09.372Z] + 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-19T20:13:09.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:09.929Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:13:09.930Z] Removing intermediate container 48fd38a56461 [2021-03-19T20:13:09.930Z] ---> a94463c2fae8 [2021-03-19T20:13:09.930Z] Step 23/23 : LABEL version=2.0.0-dev.133 [2021-03-19T20:13:10.205Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:13:10.205Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:13:10.205Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:13:10.205Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:13:10.205Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:13:10.205Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:13:10.205Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:13:10.484Z] ---> Running in 940d1843f9f6 [2021-03-19T20:13:12.063Z] Sending build context to Docker daemon 166.8MB [2021-03-19T20:13:12.063Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:12.063Z] Step 2/6 : FROM ${BASE} [2021-03-19T20:13:12.063Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-19T20:13:12.063Z] 5f621e34cdf4: Pulling fs layer [2021-03-19T20:13:12.063Z] a4357932f1b6: Pulling fs layer [2021-03-19T20:13:12.063Z] 18c013af1878: Pulling fs layer [2021-03-19T20:13:12.063Z] 00ac8860ef70: Pulling fs layer [2021-03-19T20:13:12.063Z] 63d7cb157983: Pulling fs layer [2021-03-19T20:13:12.063Z] b116817d02f9: Pulling fs layer [2021-03-19T20:13:12.063Z] 745a02a5169b: Pulling fs layer [2021-03-19T20:13:12.063Z] 63d7cb157983: Waiting [2021-03-19T20:13:12.063Z] b116817d02f9: Waiting [2021-03-19T20:13:12.063Z] 745a02a5169b: Waiting [2021-03-19T20:13:12.063Z] 00ac8860ef70: Waiting [2021-03-19T20:13:12.063Z] 18c013af1878: Verifying Checksum [2021-03-19T20:13:12.063Z] 18c013af1878: Download complete [2021-03-19T20:13:12.063Z] a4357932f1b6: Verifying Checksum [2021-03-19T20:13:12.063Z] a4357932f1b6: Download complete [2021-03-19T20:13:12.063Z] 63d7cb157983: Verifying Checksum [2021-03-19T20:13:12.063Z] 63d7cb157983: Download complete [2021-03-19T20:13:12.063Z] 5f621e34cdf4: Verifying Checksum [2021-03-19T20:13:12.063Z] 5f621e34cdf4: Download complete [2021-03-19T20:13:12.341Z] b116817d02f9: Verifying Checksum [2021-03-19T20:13:12.341Z] b116817d02f9: Download complete [2021-03-19T20:13:12.618Z] 5f621e34cdf4: Pull complete [2021-03-19T20:13:13.238Z] a4357932f1b6: Pull complete [2021-03-19T20:13:13.518Z] 18c013af1878: Pull complete [2021-03-19T20:13:14.826Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:14.826Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:13:14.826Z] ---> b4f74e133fad [2021-03-19T20:13:14.826Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:13:14.826Z] ---> Using cache [2021-03-19T20:13:14.826Z] ---> 33ff897ed032 [2021-03-19T20:13:14.826Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:13:14.826Z] ---> Using cache [2021-03-19T20:13:14.826Z] ---> 831a8bdba9a8 [2021-03-19T20:13:14.826Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:13:14.826Z] ---> Using cache [2021-03-19T20:13:14.826Z] ---> d6bf63ea670d [2021-03-19T20:13:14.826Z] Step 6/23 : COPY go.mod . [2021-03-19T20:13:14.826Z] ---> Using cache [2021-03-19T20:13:14.826Z] ---> 69e37c9f02ae [2021-03-19T20:13:14.826Z] Step 7/23 : RUN go mod download [2021-03-19T20:13:14.826Z] ---> Using cache [2021-03-19T20:13:14.826Z] ---> 750e76dae3c8 [2021-03-19T20:13:14.826Z] Step 8/23 : COPY . . [2021-03-19T20:13:14.826Z] ---> Using cache [2021-03-19T20:13:14.826Z] ---> 4e66c4bcf2b4 [2021-03-19T20:13:14.826Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:13:14.983Z] 745a02a5169b: Verifying Checksum [2021-03-19T20:13:14.984Z] 745a02a5169b: Download complete [2021-03-19T20:13:15.430Z] ---> Running in 1a6a4a0002b8 [2021-03-19T20:13:15.430Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:13:15.430Z] Removing intermediate container 940d1843f9f6 [2021-03-19T20:13:15.430Z] ---> 3dfcb06f20af [2021-03-19T20:13:15.430Z] [2021-03-19T20:13:15.430Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:13:15.430Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:13:15.430Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:13:15.430Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:13:15.430Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:13:15.430Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:13:15.700Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:13:15.700Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:13:15.700Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:13:15.961Z] 00ac8860ef70: Verifying Checksum [2021-03-19T20:13:15.961Z] 00ac8860ef70: Download complete [2021-03-19T20:13:16.278Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:13:16.278Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:13:16.854Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:13:17.447Z] Successfully built 3dfcb06f20af [2021-03-19T20:13:17.447Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:13:17.447Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:13:17.447Z] Successfully tagged docker-core-data-go:latest [2021-03-19T20:13:17.447Z] Building docker-security-proxy-setup-go [2021-03-19T20:13:17.726Z]  Building docker-core-data-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T20:13:17.726Z] Removing intermediate container 340df5a38d6d [2021-03-19T20:13:17.726Z] ---> 62fd714300c6 [2021-03-19T20:13:17.726Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:13:17.726Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:13:17.726Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:13:17.726Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:13:17.726Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:13:17.726Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:13:17.726Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:13:18.009Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:13:18.009Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:13:18.649Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:13:18.929Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:13:18.929Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:13:20.436Z] ---> Running in e38bd1c5341e [2021-03-19T20:13:21.038Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:13:21.038Z] OK: 71 MiB in 55 packages [2021-03-19T20:13:22.617Z] Removing intermediate container e38bd1c5341e [2021-03-19T20:13:22.617Z] ---> 24c7369e09ab [2021-03-19T20:13:22.617Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:13:24.110Z] ---> Running in 7797e61494d7 [2021-03-19T20:13:24.764Z] Removing intermediate container 7797e61494d7 [2021-03-19T20:13:24.764Z] ---> b8f4cec46c1d [2021-03-19T20:13:24.764Z] Step 29/31 : LABEL arch=x86_64 [2021-03-19T20:13:25.818Z] ---> Running in eef5fdf1770d [2021-03-19T20:13:26.188Z] 00ac8860ef70: Pull complete [2021-03-19T20:13:26.462Z] 63d7cb157983: Pull complete [2021-03-19T20:13:26.746Z] b116817d02f9: Pull complete [2021-03-19T20:13:27.708Z] Removing intermediate container eef5fdf1770d [2021-03-19T20:13:27.708Z] ---> f063a29d74c0 [2021-03-19T20:13:27.708Z] Step 30/31 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:13:28.502Z] ---> Running in 89c75e4500f6 [2021-03-19T20:13:29.508Z] Removing intermediate container 89c75e4500f6 [2021-03-19T20:13:29.508Z] ---> 917605ccf063 [2021-03-19T20:13:29.508Z] Step 31/31 : LABEL version=2.0.0-dev.133 [2021-03-19T20:13:30.535Z] ---> Running in 4152971cb3f3 [2021-03-19T20:13:31.127Z] 745a02a5169b: Pull complete [2021-03-19T20:13:31.127Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-19T20:13:31.127Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-19T20:13:31.127Z] ---> b7e6874047d6 [2021-03-19T20:13:31.127Z] 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-19T20:13:32.022Z] Removing intermediate container 4152971cb3f3 [2021-03-19T20:13:32.022Z] ---> 5cbf324c1d34 [2021-03-19T20:13:32.022Z] [2021-03-19T20:13:33.029Z] Successfully built 5cbf324c1d34 [2021-03-19T20:13:33.029Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-19T20:13:33.029Z] Building docker-support-notifications-go [2021-03-19T20:13:33.807Z] ---> Running in 110f7a83ccf6 [2021-03-19T20:13:35.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:13:35.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:13:36.502Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T20:13:36.785Z] (2/12) Installing file (5.38-r0) [2021-03-19T20:13:36.785Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T20:13:37.068Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T20:13:39.845Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:39.845Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:13:39.845Z] ---> b4f74e133fad [2021-03-19T20:13:39.845Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:13:39.845Z] ---> Using cache [2021-03-19T20:13:39.845Z] ---> 33ff897ed032 [2021-03-19T20:13:39.845Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:13:39.845Z] ---> Using cache [2021-03-19T20:13:39.845Z] ---> 831a8bdba9a8 [2021-03-19T20:13:39.845Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:13:39.845Z] ---> Using cache [2021-03-19T20:13:39.845Z] ---> d6bf63ea670d [2021-03-19T20:13:39.845Z] Step 6/23 : COPY go.mod . [2021-03-19T20:13:39.845Z] ---> Using cache [2021-03-19T20:13:39.845Z] ---> 69e37c9f02ae [2021-03-19T20:13:39.845Z] Step 7/23 : RUN go mod download [2021-03-19T20:13:39.845Z] ---> Using cache [2021-03-19T20:13:39.845Z] ---> 750e76dae3c8 [2021-03-19T20:13:39.845Z] Step 8/23 : COPY . . [2021-03-19T20:13:39.845Z] ---> Using cache [2021-03-19T20:13:39.845Z] ---> 4e66c4bcf2b4 [2021-03-19T20:13:39.845Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:13:41.906Z] ---> Running in 175b19aa7083 [2021-03-19T20:13:42.560Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T20:13:42.560Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T20:13:42.560Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T20:13:42.560Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T20:13:42.846Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T20:13:42.846Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T20:13:42.846Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T20:13:43.123Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T20:13:43.123Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:13:43.123Z] OK: 217 MiB in 51 packages [2021-03-19T20:13:47.509Z] Removing intermediate container 110f7a83ccf6 [2021-03-19T20:13:47.509Z] ---> 1b8032023bac [2021-03-19T20:13:47.509Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T20:13:47.509Z] ---> Running in dd6f5414df11 [2021-03-19T20:13:47.789Z] Removing intermediate container dd6f5414df11 [2021-03-19T20:13:47.789Z] ---> 8a037d437d99 [2021-03-19T20:13:47.789Z] Step 5/6 : COPY go.mod . [2021-03-19T20:13:48.419Z] ---> f1777922c5be [2021-03-19T20:13:48.419Z] Step 6/6 : RUN go mod download [2021-03-19T20:13:48.419Z] ---> Running in d884244a2c1e [2021-03-19T20:13:48.614Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T20:13:49.218Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:13:49.218Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:13:49.218Z] ---> b4f74e133fad [2021-03-19T20:13:49.218Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:13:49.218Z] ---> Using cache [2021-03-19T20:13:49.218Z] ---> 33ff897ed032 [2021-03-19T20:13:49.218Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:13:49.218Z] ---> Using cache [2021-03-19T20:13:49.218Z] ---> 831a8bdba9a8 [2021-03-19T20:13:49.218Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:13:49.218Z] ---> Using cache [2021-03-19T20:13:49.218Z] ---> d6bf63ea670d [2021-03-19T20:13:49.218Z] Step 6/21 : COPY go.mod . [2021-03-19T20:13:49.218Z] ---> Using cache [2021-03-19T20:13:49.218Z] ---> 69e37c9f02ae [2021-03-19T20:13:49.218Z] Step 7/21 : RUN go mod download [2021-03-19T20:13:49.218Z] ---> Using cache [2021-03-19T20:13:49.218Z] ---> 750e76dae3c8 [2021-03-19T20:13:49.218Z] Step 8/21 : COPY . . [2021-03-19T20:13:49.218Z] ---> Using cache [2021-03-19T20:13:49.218Z] ---> 4e66c4bcf2b4 [2021-03-19T20:13:49.218Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:13:50.648Z] ---> Running in b6bb2fe8aeeb [2021-03-19T20:13:51.651Z] Removing intermediate container c9c8badf234e [2021-03-19T20:13:51.651Z] ---> ed620da715d4 [2021-03-19T20:13:51.651Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:13:51.939Z] ---> Running in 05e8853cde2e [2021-03-19T20:13:52.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T20:14:00.606Z] Removing intermediate container 1a6a4a0002b8 [2021-03-19T20:14:00.606Z] ---> db3a64f16658 [2021-03-19T20:14:00.606Z] [2021-03-19T20:14:00.606Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:14:00.606Z] ---> 88dd2752d2ea [2021-03-19T20:14:00.606Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:14:00.606Z] ---> Using cache [2021-03-19T20:14:00.606Z] ---> d5d7b3c25fbc [2021-03-19T20:14:00.606Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:14:00.606Z] ---> Using cache [2021-03-19T20:14:00.606Z] ---> e41071ce3922 [2021-03-19T20:14:00.606Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:14:00.940Z] ---> Running in 1581f8a6f221 [2021-03-19T20:14:02.923Z] Removing intermediate container 1581f8a6f221 [2021-03-19T20:14:02.923Z] ---> 9ad89dea55b0 [2021-03-19T20:14:02.923Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:14:03.213Z] ---> Running in e98044ac43c9 [2021-03-19T20:14:03.488Z] Collecting docker-compose==1.23.2 [2021-03-19T20:14:03.488Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:14:03.761Z] Removing intermediate container e98044ac43c9 [2021-03-19T20:14:03.761Z] ---> 3237cb64e08b [2021-03-19T20:14:03.761Z] Step 15/23 : WORKDIR / [2021-03-19T20:14:03.761Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:14:03.761Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:14:04.029Z] ---> Running in 5da0eae8463b [2021-03-19T20:14:04.029Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:14:04.321Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:14:04.958Z] Removing intermediate container 5da0eae8463b [2021-03-19T20:14:04.958Z] ---> 0ed1e09d7190 [2021-03-19T20:14:04.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:14:04.958Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:14:04.958Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:14:04.958Z] ---> b4f74e133fad [2021-03-19T20:14:04.958Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:14:04.958Z] ---> Using cache [2021-03-19T20:14:04.958Z] ---> 33ff897ed032 [2021-03-19T20:14:04.958Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:14:04.958Z] ---> Using cache [2021-03-19T20:14:04.958Z] ---> 831a8bdba9a8 [2021-03-19T20:14:04.958Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:14:06.015Z] ---> Running in dcd804000c95 [2021-03-19T20:14:06.015Z] ---> 04c403e9ea11 [2021-03-19T20:14:06.015Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:14:07.043Z] 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-19T20:14:07.043Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:14:07.043Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:14:07.344Z] ---> 9a49b8685672 [2021-03-19T20:14:07.344Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:14:07.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:14:07.639Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:14:07.639Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:14:07.639Z] ---> 8686bf24ded4 [2021-03-19T20:14:07.639Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:14:08.632Z] ---> Running in 2b0fd42d0c1c [2021-03-19T20:14:08.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:14:08.912Z] Removing intermediate container 2b0fd42d0c1c [2021-03-19T20:14:08.912Z] ---> 5bf81809a4bd [2021-03-19T20:14:08.912Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:14:09.186Z] ---> Running in c66d2057aefc [2021-03-19T20:14:09.456Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:14:09.456Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:14:09.456Z] Removing intermediate container c66d2057aefc [2021-03-19T20:14:09.456Z] ---> 45da8d62f129 [2021-03-19T20:14:09.456Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:14:09.456Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:14:09.456Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:14:09.456Z] ---> Running in 2ab32189163b [2021-03-19T20:14:09.735Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:14:09.735Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:14:10.009Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:14:10.009Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:14:10.009Z] Removing intermediate container 2ab32189163b [2021-03-19T20:14:10.009Z] ---> 3bdbbac62712 [2021-03-19T20:14:10.009Z] Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:14:10.009Z] ---> Running in 7c3d5551fa6d [2021-03-19T20:14:10.299Z] Removing intermediate container 7c3d5551fa6d [2021-03-19T20:14:10.299Z] ---> f70bf8d870f6 [2021-03-19T20:14:10.299Z] Step 23/23 : LABEL version=2.0.0-dev.133 [2021-03-19T20:14:10.299Z] ---> Running in 8bde31ac656e [2021-03-19T20:14:10.591Z] OK: 233 MiB in 51 packages [2021-03-19T20:14:10.591Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:14:10.591Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:14:10.892Z] Removing intermediate container 8bde31ac656e [2021-03-19T20:14:10.892Z] ---> 612bb2ce703b [2021-03-19T20:14:10.892Z] [2021-03-19T20:14:12.305Z] Successfully built 612bb2ce703b [2021-03-19T20:14:12.305Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:14:12.305Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:14:12.305Z] Successfully tagged docker-core-command-go:latest [2021-03-19T20:14:12.578Z]  Building docker-core-command-go ... done Collecting idna<2.8,>=2.5 [2021-03-19T20:14:12.578Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:14:12.861Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:14:12.861Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:14:12.861Z] 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-19T20:14:12.861Z] 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-19T20:14:12.861Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:14:12.861Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:14:12.861Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:14:12.861Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:14:12.861Z] Removing intermediate container dcd804000c95 [2021-03-19T20:14:12.861Z] ---> f67244f48ed8 [2021-03-19T20:14:12.861Z] Step 6/22 : COPY go.mod . [2021-03-19T20:14:13.137Z] Installing collected packages: cached-property, dockerpty, websocket-client, idna, urllib3, requests, docker-pycreds, docker, PyYAML, jsonschema, texttable, docopt, docker-compose [2021-03-19T20:14:13.137Z] Running setup.py install for dockerpty: started [2021-03-19T20:14:13.727Z] ---> 134964d124d6 [2021-03-19T20:14:13.727Z] Step 7/22 : RUN go mod download [2021-03-19T20:14:13.727Z] ---> Running in 8859f5afff60 [2021-03-19T20:14:14.003Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:14:14.003Z] Attempting uninstall: idna [2021-03-19T20:14:14.003Z] Found existing installation: idna 2.9 [2021-03-19T20:14:14.003Z] Uninstalling idna-2.9: [2021-03-19T20:14:14.291Z] Successfully uninstalled idna-2.9 [2021-03-19T20:14:14.600Z] Attempting uninstall: urllib3 [2021-03-19T20:14:14.600Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:14:14.600Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:14:14.600Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:14:14.890Z] Attempting uninstall: requests [2021-03-19T20:14:14.890Z] Found existing installation: requests 2.23.0 [2021-03-19T20:14:14.890Z] Uninstalling requests-2.23.0: [2021-03-19T20:14:14.890Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:14:15.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T20:14:15.335Z] Removing intermediate container d884244a2c1e [2021-03-19T20:14:15.335Z] ---> 5cd58f274232 [2021-03-19T20:14:15.335Z] Successfully built 5cd58f274232 [2021-03-19T20:14:15.335Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:14:15.450Z] Running setup.py install for PyYAML: started [2021-03-19T20:14:15.723Z] + docker inspect -f . ci-base-image-arm64 [2021-03-19T20:14:15.723Z] . [Pipeline] withDockerContainer [2021-03-19T20:14:16.027Z] prd-ubuntu18.04-docker-arm64-4c-16g-30626 does not seem to be running inside a container [2021-03-19T20:14:16.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:14:16.484Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:14:16.767Z] Running setup.py install for texttable: started [2021-03-19T20:14:16.767Z] Removing intermediate container 8859f5afff60 [2021-03-19T20:14:16.767Z] ---> e71fc192a883 [2021-03-19T20:14:16.767Z] Step 8/22 : COPY . . [2021-03-19T20:14:17.377Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:14:17.377Z] Running setup.py install for docopt: started [2021-03-19T20:14:17.593Z] $ docker top fc9ce6ace06ccf319fe9954bc2ca666d39fbdb3d3bff74430baf6d34319a9481 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:14:18.363Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:14:18.580Z] + go version [2021-03-19T20:14:18.580Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-19T20:14:18.606Z] $ docker stop --time=1 fc9ce6ace06ccf319fe9954bc2ca666d39fbdb3d3bff74430baf6d34319a9481 [2021-03-19T20:14:20.519Z] $ docker rm -f fc9ce6ace06ccf319fe9954bc2ca666d39fbdb3d3bff74430baf6d34319a9481 [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-19T20:14:21.861Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:14:21.861Z] [2021-03-19T20:14:21.861Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:14:22.243Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:14:22.243Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-19T20:14:22.243Z] 29e5d40040c1: Pulling fs layer [2021-03-19T20:14:22.243Z] 1ce36da41761: Pulling fs layer [2021-03-19T20:14:22.243Z] 25b303627fd3: Pulling fs layer [2021-03-19T20:14:22.519Z] 29e5d40040c1: Verifying Checksum [2021-03-19T20:14:22.519Z] 29e5d40040c1: Download complete [2021-03-19T20:14:22.691Z] 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-19T20:14:23.166Z] 1ce36da41761: Verifying Checksum [2021-03-19T20:14:23.166Z] 1ce36da41761: Download complete [2021-03-19T20:14:23.166Z] 29e5d40040c1: Pull complete [2021-03-19T20:14:24.621Z] 1ce36da41761: Pull complete [2021-03-19T20:14:25.609Z] 25b303627fd3: Verifying Checksum [2021-03-19T20:14:25.609Z] 25b303627fd3: Download complete [2021-03-19T20:14:35.818Z] 25b303627fd3: Pull complete [2021-03-19T20:14:35.818Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-19T20:14:35.818Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:14:35.818Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-19T20:14:36.126Z] prd-ubuntu18.04-docker-arm64-4c-16g-30626 does not seem to be running inside a container [2021-03-19T20:14:36.231Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:14:37.789Z] Removing intermediate container b6bb2fe8aeeb [2021-03-19T20:14:37.789Z] ---> 0a5d6956a589 [2021-03-19T20:14:37.789Z] [2021-03-19T20:14:37.789Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:14:37.789Z] ---> 88dd2752d2ea [2021-03-19T20:14:37.789Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:14:37.789Z] Removing intermediate container 05e8853cde2e [2021-03-19T20:14:37.789Z] ---> efacd61ca206 [2021-03-19T20:14:37.789Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:14:37.789Z] Removing intermediate container 175b19aa7083 [2021-03-19T20:14:37.789Z] ---> 8ff70bfe720f [2021-03-19T20:14:37.789Z] [2021-03-19T20:14:37.789Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:14:37.789Z] ---> 88dd2752d2ea [2021-03-19T20:14:37.789Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:14:37.789Z] ---> Using cache [2021-03-19T20:14:37.789Z] ---> d5d7b3c25fbc [2021-03-19T20:14:37.789Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:14:37.789Z] ---> Using cache [2021-03-19T20:14:37.789Z] ---> e41071ce3922 [2021-03-19T20:14:37.789Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:14:39.194Z] ---> Running in ebb069062f99 [2021-03-19T20:14:39.194Z] ---> Running in a7314405ad46 [2021-03-19T20:14:39.194Z] ---> Running in e92fe35dd811 [2021-03-19T20:14:39.259Z] $ docker top 1b691fd79208eca070ee5bb8ea3f48b4cc3f0f4abd11a26e65b2a99786c02046 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:14:40.237Z] + grep parallel [2021-03-19T20:14:40.237Z] + docker-compose build --help [2021-03-19T20:14:40.600Z] Removing intermediate container ebb069062f99 [2021-03-19T20:14:40.600Z] ---> 257ae634d26a [2021-03-19T20:14:40.600Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:14:42.546Z] ---> Running in 5438c9899ff3 [2021-03-19T20:14:42.546Z] ---> ee2fbf852d7d [2021-03-19T20:14:42.547Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:14:42.547Z] ---> Running in 3af69b320c70 [2021-03-19T20:14:42.547Z] Removing intermediate container 5438c9899ff3 [2021-03-19T20:14:42.547Z] ---> c51f68e5964d [2021-03-19T20:14:42.547Z] Step 15/23 : WORKDIR / [2021-03-19T20:14:42.547Z] ---> Running in 510ff6495e9f [2021-03-19T20:14:42.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:14:42.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:14:42.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:14:42.840Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:14:42.840Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:14:42.840Z] Removing intermediate container 510ff6495e9f [2021-03-19T20:14:42.840Z] ---> 2dfb3723efa6 [2021-03-19T20:14:42.840Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:14:42.840Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:14:42.840Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:14:42.840Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:14:42.840Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:14:42.840Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:14:42.840Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:14:42.840Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:14:42.840Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:14:43.109Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:14:43.109Z] OK: 72 MiB in 58 packages [2021-03-19T20:14:43.109Z] OK: 7 MiB in 18 packages [2021-03-19T20:14:43.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T20:14:43.606Z] --parallel Build images in parallel. [Pipeline] } [2021-03-19T20:14:43.630Z] $ docker stop --time=1 1b691fd79208eca070ee5bb8ea3f48b4cc3f0f4abd11a26e65b2a99786c02046 [2021-03-19T20:14:43.755Z] ---> 99cd7faed26f [2021-03-19T20:14:43.755Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:14:44.865Z] Removing intermediate container e92fe35dd811 [2021-03-19T20:14:44.865Z] ---> f26828db8b88 [2021-03-19T20:14:44.865Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:14:44.865Z] Removing intermediate container a7314405ad46 [2021-03-19T20:14:44.865Z] ---> c06b35b5a3dd [2021-03-19T20:14:44.865Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:14:44.865Z] ---> Running in 8948c5c49613 [2021-03-19T20:14:44.865Z] ---> 0789d408916e [2021-03-19T20:14:44.865Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:14:45.294Z] ---> Running in be27da0ec517 [2021-03-19T20:14:45.294Z] Removing intermediate container 8948c5c49613 [2021-03-19T20:14:45.294Z] ---> 89e213c270d0 [2021-03-19T20:14:45.294Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:14:45.294Z] Removing intermediate container be27da0ec517 [2021-03-19T20:14:45.294Z] ---> 2df764eb635f [2021-03-19T20:14:45.294Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:14:45.492Z] $ docker rm -f 1b691fd79208eca070ee5bb8ea3f48b4cc3f0f4abd11a26e65b2a99786c02046 [2021-03-19T20:14:45.610Z] ---> Running in 305defd4baeb [2021-03-19T20:14:45.610Z] ---> Running in 93dfdd89c623 [2021-03-19T20:14:45.610Z] ---> b4383968a6f0 [2021-03-19T20:14:45.610Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:14:45.610Z] Removing intermediate container 305defd4baeb [2021-03-19T20:14:45.610Z] ---> 1b672ef6c67c [2021-03-19T20:14:45.610Z] Step 24/26 : LABEL arch=x86_64 [2021-03-19T20:14:45.610Z] ---> Running in 9d0b37686322 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:14:45.933Z] ---> Running in 004b24c36269 [2021-03-19T20:14:45.933Z] Removing intermediate container 93dfdd89c623 [2021-03-19T20:14:45.933Z] ---> 34da2bb02cea [2021-03-19T20:14:45.933Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:14:46.207Z] Removing intermediate container 9d0b37686322 [2021-03-19T20:14:46.207Z] ---> cd1e96942c67 [2021-03-19T20:14:46.207Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:14:46.208Z] ---> Running in b696b1d3f9df [2021-03-19T20:14:46.208Z] Removing intermediate container 004b24c36269 [2021-03-19T20:14:46.208Z] ---> 51095823f985 [2021-03-19T20:14:46.208Z] Step 25/26 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:14:46.246Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-19T20:14:46.247Z] . [Pipeline] withDockerContainer [2021-03-19T20:14:46.469Z] prd-ubuntu18.04-docker-arm64-4c-16g-30626 does not seem to be running inside a container [2021-03-19T20:14:46.485Z] ---> Running in 901a742b3688 [2021-03-19T20:14:46.548Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:14:46.757Z] Removing intermediate container b696b1d3f9df [2021-03-19T20:14:46.757Z] ---> 1d5a8e6e126d [2021-03-19T20:14:46.757Z] Step 21/23 : LABEL arch=x86_64 [2021-03-19T20:14:46.757Z] ---> 4fea494d6f6c [2021-03-19T20:14:46.757Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:14:46.757Z] Removing intermediate container 901a742b3688 [2021-03-19T20:14:46.757Z] ---> d75e34498ae3 [2021-03-19T20:14:46.757Z] Step 26/26 : LABEL version=2.0.0-dev.133 [2021-03-19T20:14:46.757Z] ---> Running in 3d6a418aa443 [2021-03-19T20:14:47.030Z] ---> Running in dc74f801fe0c [2021-03-19T20:14:47.301Z] Removing intermediate container 3d6a418aa443 [2021-03-19T20:14:47.301Z] ---> f52c2a2fcaa7 [2021-03-19T20:14:47.301Z] Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:14:47.301Z] ---> Running in b69bc8ff77e5 [2021-03-19T20:14:47.301Z] Removing intermediate container dc74f801fe0c [2021-03-19T20:14:47.301Z] ---> 6f86a3731b18 [2021-03-19T20:14:47.301Z] [2021-03-19T20:14:48.051Z] $ docker top ae365727281875485f3e409d4f1a8ff8edc165dd7140ea25307cd9298816aab9 -eo pid,comm [2021-03-19T20:14:48.264Z] Removing intermediate container b69bc8ff77e5 [2021-03-19T20:14:48.264Z] ---> 87b03541f6ac [2021-03-19T20:14:48.264Z] Step 23/23 : LABEL version=2.0.0-dev.133 [2021-03-19T20:14:48.264Z] Successfully built 6f86a3731b18 [Pipeline] { [Pipeline] sh [2021-03-19T20:14:48.548Z] ---> 39c3b60bd8b1 [2021-03-19T20:14:48.548Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:14:48.548Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-19T20:14:48.548Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in a31aaecf8198 [2021-03-19T20:14:49.108Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-19T20:14:49.135Z] Removing intermediate container a31aaecf8198 [2021-03-19T20:14:49.135Z] ---> eac2301deb2f [2021-03-19T20:14:49.135Z] [2021-03-19T20:14:49.409Z] Successfully built eac2301deb2f [2021-03-19T20:14:49.409Z] Successfully tagged docker-core-metadata-go:latest [2021-03-19T20:14:49.678Z]  Building docker-core-metadata-go ... done  ---> 9a9bfb14d28e [2021-03-19T20:14:49.678Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:14:49.678Z] ---> Running in 46de881651c9 [2021-03-19T20:14:49.948Z] Removing intermediate container 46de881651c9 [2021-03-19T20:14:49.948Z] ---> c0959120962d [2021-03-19T20:14:49.948Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:14:49.948Z] ---> Running in 174a03fb10ca [2021-03-19T20:14:50.220Z] Removing intermediate container 174a03fb10ca [2021-03-19T20:14:50.220Z] ---> 0f07d17a408c [2021-03-19T20:14:50.220Z] Step 19/21 : LABEL arch=x86_64 [2021-03-19T20:14:50.495Z] ---> Running in 8004207861a3 [2021-03-19T20:14:50.495Z] Removing intermediate container 8004207861a3 [2021-03-19T20:14:50.495Z] ---> b05205b19ebf [2021-03-19T20:14:50.495Z] Step 20/21 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:14:50.759Z] ---> Running in bd073195fa38 [2021-03-19T20:14:50.759Z] Removing intermediate container bd073195fa38 [2021-03-19T20:14:50.759Z] ---> 9d61931b72cb [2021-03-19T20:14:50.759Z] Step 21/21 : LABEL version=2.0.0-dev.133 [2021-03-19T20:14:51.032Z] ---> Running in e9e92b62b0d2 [2021-03-19T20:14:51.327Z] Removing intermediate container e9e92b62b0d2 [2021-03-19T20:14:51.327Z] ---> b838d6176618 [2021-03-19T20:14:51.327Z] [2021-03-19T20:14:51.615Z] Successfully built b838d6176618 [2021-03-19T20:14:51.615Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-19T20:14:52.478Z] Building docker-core-command-go ... [2021-03-19T20:14:52.478Z] Building docker-core-data-go ... [2021-03-19T20:14:52.478Z] Building docker-core-metadata-go ... [2021-03-19T20:14:52.478Z] Building docker-security-bootstrapper-go ... [2021-03-19T20:14:52.478Z] Building docker-security-proxy-setup-go ... [2021-03-19T20:14:52.478Z] Building docker-security-secretstore-setup-go ... [2021-03-19T20:14:52.478Z] Building docker-support-notifications-go ... [2021-03-19T20:14:52.478Z] Building docker-support-scheduler-go ... [2021-03-19T20:14:52.478Z] Building docker-sys-mgmt-agent-go ... [2021-03-19T20:14:52.478Z] Building docker-support-scheduler-go [2021-03-19T20:14:52.478Z] Building docker-security-bootstrapper-go [2021-03-19T20:14:52.478Z] Building docker-core-data-go [2021-03-19T20:14:52.478Z] Building docker-security-secretstore-setup-go [2021-03-19T20:14:52.478Z] Building docker-core-metadata-go [2021-03-19T20:14:59.849Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3af69b320c70 [2021-03-19T20:14:59.849Z] ---> c87d26512252 [2021-03-19T20:14:59.849Z] [2021-03-19T20:14:59.849Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:14:59.849Z] ---> 88dd2752d2ea [2021-03-19T20:14:59.849Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:14:59.849Z] ---> Running in ba224345f4f3 [2021-03-19T20:15:00.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:00.427Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T20:15:00.696Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:15:00.696Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:15:00.696Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:15:00.696Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:15:00.696Z] OK: 6 MiB in 16 packages [2021-03-19T20:15:02.113Z] Removing intermediate container ba224345f4f3 [2021-03-19T20:15:02.113Z] ---> 4e86f183885c [2021-03-19T20:15:02.113Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:15:02.113Z] ---> Running in 42a43fa617ca [2021-03-19T20:15:02.384Z] Removing intermediate container 42a43fa617ca [2021-03-19T20:15:02.384Z] ---> a9c801cfe620 [2021-03-19T20:15:02.384Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:15:02.384Z] ---> Running in 9377c3ac0125 [2021-03-19T20:15:02.657Z] Removing intermediate container 9377c3ac0125 [2021-03-19T20:15:02.657Z] ---> 83af6fdb6fbe [2021-03-19T20:15:02.657Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:15:02.657Z] ---> Running in 3f85c694d04b [2021-03-19T20:15:02.926Z] Removing intermediate container 3f85c694d04b [2021-03-19T20:15:02.926Z] ---> 42cfe53c459f [2021-03-19T20:15:02.926Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:15:03.189Z] ---> adef1d20a39d [2021-03-19T20:15:03.189Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:15:03.777Z] ---> 5618c929d7d3 [2021-03-19T20:15:03.777Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:15:04.040Z] ---> 61d58d1ce2e9 [2021-03-19T20:15:04.040Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:15:04.040Z] ---> Running in 4063154bb845 [2021-03-19T20:15:04.302Z] Removing intermediate container 4063154bb845 [2021-03-19T20:15:04.302Z] ---> 5f7389566021 [2021-03-19T20:15:04.302Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:15:04.302Z] ---> Running in 8519b0ac47fc [2021-03-19T20:15:04.566Z] Removing intermediate container 8519b0ac47fc [2021-03-19T20:15:04.566Z] ---> 7055bd2a84de [2021-03-19T20:15:04.566Z] Step 20/22 : LABEL arch=x86_64 [2021-03-19T20:15:04.566Z] ---> Running in e96ffb600998 [2021-03-19T20:15:04.832Z] Removing intermediate container e96ffb600998 [2021-03-19T20:15:04.832Z] ---> bd4403aa66ad [2021-03-19T20:15:04.832Z] Step 21/22 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:04.832Z] ---> Running in b90872b34598 [2021-03-19T20:15:05.100Z] Removing intermediate container b90872b34598 [2021-03-19T20:15:05.100Z] ---> 3f843b705ce2 [2021-03-19T20:15:05.101Z] Step 22/22 : LABEL version=2.0.0-dev.133 [2021-03-19T20:15:05.101Z] ---> Running in 2bed39d82582 [2021-03-19T20:15:05.364Z] Removing intermediate container 2bed39d82582 [2021-03-19T20:15:05.364Z] ---> 722e0211c966 [2021-03-19T20:15:05.364Z] [2021-03-19T20:15:05.630Z] Successfully built 722e0211c966 [2021-03-19T20:15:05.630Z] Successfully tagged docker-support-notifications-go:latest [2021-03-19T20:15:06.228Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-19T20:15:06.245Z] $ docker stop --time=1 8bbf96a92fd7af86836a9db0093460a35b671d4773bd322ec7890732d87bce0e [2021-03-19T20:15:07.967Z] $ docker rm -f 8bbf96a92fd7af86836a9db0093460a35b671d4773bd322ec7890732d87bce0e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:15:08.512Z] + docker images [2021-03-19T20:15:08.512Z] + grep docker [2021-03-19T20:15:08.777Z] docker-support-notifications-go latest 722e0211c966 3 seconds ago 17.9MB [2021-03-19T20:15:08.777Z] docker-security-proxy-setup-go latest b838d6176618 18 seconds ago 24.7MB [2021-03-19T20:15:08.777Z] docker-core-metadata-go latest eac2301deb2f 20 seconds ago 19.1MB [2021-03-19T20:15:08.777Z] docker-sys-mgmt-agent-go latest 6f86a3731b18 21 seconds ago 313MB [2021-03-19T20:15:08.777Z] docker-core-command-go latest 612bb2ce703b 58 seconds ago 17.3MB [2021-03-19T20:15:08.777Z] docker-security-bootstrapper-go latest 5cbf324c1d34 About a minute ago 18.8MB [2021-03-19T20:15:08.777Z] docker-core-data-go latest 3dfcb06f20af About a minute ago 22.6MB [2021-03-19T20:15:08.777Z] docker-security-secretstore-setup-go latest 7835008120ba 2 minutes ago 24.9MB [2021-03-19T20:15:08.777Z] docker-support-scheduler-go latest 79341be37dfb 2 minutes ago 17.3MB [2021-03-19T20:15:08.777Z] 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-19T20:15:09.408Z] provisioning config files... [2021-03-19T20:15:09.454Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config8730790635851737906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:15:09.830Z] ---> docker-login.sh [2021-03-19T20:15:09.830Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:15:09.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:10.095Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:10.095Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:10.095Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:10.095Z] [2021-03-19T20:15:10.095Z] Login Succeeded [2021-03-19T20:15:10.095Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:15:10.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:10.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:10.360Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:10.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:10.360Z] [2021-03-19T20:15:10.360Z] Login Succeeded [2021-03-19T20:15:10.360Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:15:10.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:10.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:10.625Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:10.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:10.625Z] [2021-03-19T20:15:10.625Z] Login Succeeded [2021-03-19T20:15:10.625Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:15:10.625Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:10.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:10.888Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:10.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:10.888Z] [2021-03-19T20:15:10.888Z] Login Succeeded [2021-03-19T20:15:10.888Z] docker.io [2021-03-19T20:15:10.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:15:11.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:15:11.152Z] Configure a credential helper to remove this warning. See [2021-03-19T20:15:11.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:15:11.152Z] [2021-03-19T20:15:11.152Z] Login Succeeded [2021-03-19T20:15:11.152Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:15:11.165Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:15:11.404Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-19T20:15:11.404Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:11.404Z] 2.0.0-dev.133 [2021-03-19T20:15:11.404Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:11.404Z] master [2021-03-19T20:15:11.404Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:12.003Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:12.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:12.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-19T20:15:12.312Z] b50f1c27e298: Preparing [2021-03-19T20:15:12.312Z] d9b3e36c5a58: Preparing [2021-03-19T20:15:12.312Z] 8bea1ace3071: Preparing [2021-03-19T20:15:12.312Z] 6af5a7411e42: Preparing [2021-03-19T20:15:12.312Z] 33e8713114f8: Preparing [2021-03-19T20:15:12.312Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:12.576Z] 8bea1ace3071: Pushed [2021-03-19T20:15:12.576Z] b50f1c27e298: Pushed [2021-03-19T20:15:12.576Z] 6af5a7411e42: Pushed [2021-03-19T20:15:13.977Z] d9b3e36c5a58: Pushed [2021-03-19T20:15:13.977Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:55dca615fd90c68378a7f05b53ff92dc7c79bdf7345665ea2b6c4178c962c0c1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:14.303Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:14.619Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.133 [2021-03-19T20:15:14.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-19T20:15:14.619Z] b50f1c27e298: Preparing [2021-03-19T20:15:14.619Z] d9b3e36c5a58: Preparing [2021-03-19T20:15:14.619Z] 8bea1ace3071: Preparing [2021-03-19T20:15:14.619Z] 6af5a7411e42: Preparing [2021-03-19T20:15:14.619Z] 33e8713114f8: Preparing [2021-03-19T20:15:14.619Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:14.619Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:14.619Z] d9b3e36c5a58: Layer already exists [2021-03-19T20:15:14.619Z] b50f1c27e298: Layer already exists [2021-03-19T20:15:14.619Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:14.619Z] 2.0.0-dev.133: digest: sha256:55dca615fd90c68378a7f05b53ff92dc7c79bdf7345665ea2b6c4178c962c0c1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:14.944Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:15.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:15.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-19T20:15:15.254Z] b50f1c27e298: Preparing [2021-03-19T20:15:15.254Z] d9b3e36c5a58: Preparing [2021-03-19T20:15:15.254Z] 8bea1ace3071: Preparing [2021-03-19T20:15:15.254Z] 6af5a7411e42: Preparing [2021-03-19T20:15:15.254Z] 33e8713114f8: Preparing [2021-03-19T20:15:15.254Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:15.254Z] b50f1c27e298: Layer already exists [2021-03-19T20:15:15.254Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:15.254Z] d9b3e36c5a58: Layer already exists [2021-03-19T20:15:15.254Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:15.519Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:55dca615fd90c68378a7f05b53ff92dc7c79bdf7345665ea2b6c4178c962c0c1 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:15.850Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:16.166Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-19T20:15:16.167Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-19T20:15:16.167Z] b50f1c27e298: Preparing [2021-03-19T20:15:16.167Z] d9b3e36c5a58: Preparing [2021-03-19T20:15:16.167Z] 8bea1ace3071: Preparing [2021-03-19T20:15:16.167Z] 6af5a7411e42: Preparing [2021-03-19T20:15:16.167Z] 33e8713114f8: Preparing [2021-03-19T20:15:16.167Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:16.167Z] d9b3e36c5a58: Layer already exists [2021-03-19T20:15:16.167Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:16.167Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:16.167Z] b50f1c27e298: Layer already exists [2021-03-19T20:15:16.167Z] master: digest: sha256:55dca615fd90c68378a7f05b53ff92dc7c79bdf7345665ea2b6c4178c962c0c1 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:15:16.366Z] ===================================================== [Pipeline] echo [2021-03-19T20:15:16.413Z] taggedImages: [2021-03-19T20:15:16.413Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:16.413Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.133 [2021-03-19T20:15:16.413Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:16.413Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-19T20:15:16.479Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-19T20:15:16.479Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:16.479Z] 2.0.0-dev.133 [2021-03-19T20:15:16.479Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:16.479Z] master [2021-03-19T20:15:16.479Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:16.984Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:17.292Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:17.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-19T20:15:17.292Z] 3e3d09c46fec: Preparing [2021-03-19T20:15:17.292Z] 6070ae694811: Preparing [2021-03-19T20:15:17.292Z] 8bea1ace3071: Preparing [2021-03-19T20:15:17.292Z] a0c0a3d19432: Preparing [2021-03-19T20:15:17.292Z] 505e4d767253: Preparing [2021-03-19T20:15:17.292Z] 33e8713114f8: Preparing [2021-03-19T20:15:17.292Z] 33e8713114f8: Waiting [2021-03-19T20:15:17.292Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:17.292Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:17.559Z] 3e3d09c46fec: Pushed [2021-03-19T20:15:17.559Z] 505e4d767253: Pushed [2021-03-19T20:15:17.822Z] a0c0a3d19432: Pushed [2021-03-19T20:15:18.774Z] 6070ae694811: Pushed [2021-03-19T20:15:19.039Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:489ba17dff549005276a8d8c9a1180e04c77580e3b96bfdaf428d9e369380c95 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:19.353Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:19.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.133 [2021-03-19T20:15:19.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-19T20:15:19.672Z] 3e3d09c46fec: Preparing [2021-03-19T20:15:19.672Z] 6070ae694811: Preparing [2021-03-19T20:15:19.672Z] 8bea1ace3071: Preparing [2021-03-19T20:15:19.672Z] a0c0a3d19432: Preparing [2021-03-19T20:15:19.672Z] 505e4d767253: Preparing [2021-03-19T20:15:19.672Z] 33e8713114f8: Preparing [2021-03-19T20:15:19.672Z] 33e8713114f8: Waiting [2021-03-19T20:15:19.672Z] a0c0a3d19432: Layer already exists [2021-03-19T20:15:19.672Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:19.672Z] 3e3d09c46fec: Layer already exists [2021-03-19T20:15:19.672Z] 505e4d767253: Layer already exists [2021-03-19T20:15:19.672Z] 6070ae694811: Layer already exists [2021-03-19T20:15:19.672Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:19.673Z] 2.0.0-dev.133: digest: sha256:489ba17dff549005276a8d8c9a1180e04c77580e3b96bfdaf428d9e369380c95 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:20.218Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:20.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:20.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-19T20:15:20.545Z] 3e3d09c46fec: Preparing [2021-03-19T20:15:20.545Z] 6070ae694811: Preparing [2021-03-19T20:15:20.545Z] 8bea1ace3071: Preparing [2021-03-19T20:15:20.545Z] a0c0a3d19432: Preparing [2021-03-19T20:15:20.545Z] 505e4d767253: Preparing [2021-03-19T20:15:20.545Z] 33e8713114f8: Preparing [2021-03-19T20:15:20.545Z] 33e8713114f8: Waiting [2021-03-19T20:15:20.545Z] 505e4d767253: Layer already exists [2021-03-19T20:15:20.545Z] 6070ae694811: Layer already exists [2021-03-19T20:15:20.545Z] a0c0a3d19432: Layer already exists [2021-03-19T20:15:20.545Z] 3e3d09c46fec: Layer already exists [2021-03-19T20:15:20.545Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:20.545Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:20.545Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:489ba17dff549005276a8d8c9a1180e04c77580e3b96bfdaf428d9e369380c95 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:20.857Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:21.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-19T20:15:21.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-19T20:15:21.169Z] 3e3d09c46fec: Preparing [2021-03-19T20:15:21.169Z] 6070ae694811: Preparing [2021-03-19T20:15:21.169Z] 8bea1ace3071: Preparing [2021-03-19T20:15:21.169Z] a0c0a3d19432: Preparing [2021-03-19T20:15:21.169Z] 505e4d767253: Preparing [2021-03-19T20:15:21.169Z] 33e8713114f8: Preparing [2021-03-19T20:15:21.169Z] 33e8713114f8: Waiting [2021-03-19T20:15:21.169Z] 3e3d09c46fec: Layer already exists [2021-03-19T20:15:21.169Z] 6070ae694811: Layer already exists [2021-03-19T20:15:21.169Z] 505e4d767253: Layer already exists [2021-03-19T20:15:21.169Z] a0c0a3d19432: Layer already exists [2021-03-19T20:15:21.169Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:21.169Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:21.432Z] master: digest: sha256:489ba17dff549005276a8d8c9a1180e04c77580e3b96bfdaf428d9e369380c95 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:15:21.627Z] ===================================================== [Pipeline] echo [2021-03-19T20:15:21.672Z] taggedImages: [2021-03-19T20:15:21.672Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:21.672Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.133 [2021-03-19T20:15:21.672Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:21.672Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-19T20:15:21.734Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-19T20:15:21.734Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:21.734Z] 2.0.0-dev.133 [2021-03-19T20:15:21.734Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:21.734Z] master [2021-03-19T20:15:21.734Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:22.231Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:22.544Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:22.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-19T20:15:22.544Z] 8459db6694d4: Preparing [2021-03-19T20:15:22.544Z] f03d16db949a: Preparing [2021-03-19T20:15:22.544Z] 8bea1ace3071: Preparing [2021-03-19T20:15:22.544Z] 6af5a7411e42: Preparing [2021-03-19T20:15:22.544Z] 33e8713114f8: Preparing [2021-03-19T20:15:22.544Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:22.544Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:22.544Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:22.544Z] 8459db6694d4: Pushed [2021-03-19T20:15:23.944Z] f03d16db949a: Pushed [2021-03-19T20:15:24.205Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:951380af8cc4e9a975e7fc93b3ef321db5c92035592e85b7c7cc617d1e122648 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:24.514Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:24.819Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.133 [2021-03-19T20:15:24.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-19T20:15:24.819Z] 8459db6694d4: Preparing [2021-03-19T20:15:24.819Z] f03d16db949a: Preparing [2021-03-19T20:15:24.819Z] 8bea1ace3071: Preparing [2021-03-19T20:15:24.819Z] 6af5a7411e42: Preparing [2021-03-19T20:15:24.819Z] 33e8713114f8: Preparing [2021-03-19T20:15:24.819Z] 8459db6694d4: Layer already exists [2021-03-19T20:15:24.819Z] f03d16db949a: Layer already exists [2021-03-19T20:15:24.819Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:24.819Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:24.819Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:24.819Z] 2.0.0-dev.133: digest: sha256:951380af8cc4e9a975e7fc93b3ef321db5c92035592e85b7c7cc617d1e122648 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:25.128Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:25.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:25.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-19T20:15:25.429Z] 8459db6694d4: Preparing [2021-03-19T20:15:25.429Z] f03d16db949a: Preparing [2021-03-19T20:15:25.429Z] 8bea1ace3071: Preparing [2021-03-19T20:15:25.429Z] 6af5a7411e42: Preparing [2021-03-19T20:15:25.429Z] 33e8713114f8: Preparing [2021-03-19T20:15:25.429Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:25.429Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:25.429Z] 8459db6694d4: Layer already exists [2021-03-19T20:15:25.429Z] f03d16db949a: Layer already exists [2021-03-19T20:15:25.429Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:25.429Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:951380af8cc4e9a975e7fc93b3ef321db5c92035592e85b7c7cc617d1e122648 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:25.738Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:26.039Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-19T20:15:26.039Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-19T20:15:26.039Z] 8459db6694d4: Preparing [2021-03-19T20:15:26.039Z] f03d16db949a: Preparing [2021-03-19T20:15:26.039Z] 8bea1ace3071: Preparing [2021-03-19T20:15:26.039Z] 6af5a7411e42: Preparing [2021-03-19T20:15:26.039Z] 33e8713114f8: Preparing [2021-03-19T20:15:26.039Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:26.039Z] 8459db6694d4: Layer already exists [2021-03-19T20:15:26.039Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:26.039Z] f03d16db949a: Layer already exists [2021-03-19T20:15:26.039Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:26.039Z] master: digest: sha256:951380af8cc4e9a975e7fc93b3ef321db5c92035592e85b7c7cc617d1e122648 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:15:26.265Z] ===================================================== [Pipeline] echo [2021-03-19T20:15:26.314Z] taggedImages: [2021-03-19T20:15:26.314Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:26.314Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.133 [2021-03-19T20:15:26.314Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:26.314Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-19T20:15:26.382Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-19T20:15:26.382Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:26.382Z] 2.0.0-dev.133 [2021-03-19T20:15:26.382Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:26.382Z] master [2021-03-19T20:15:26.382Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:26.882Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:27.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:27.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-19T20:15:27.182Z] 4cf03289e290: Preparing [2021-03-19T20:15:27.182Z] 4cf03289e290: Preparing [2021-03-19T20:15:27.182Z] 73fda69a77f2: Preparing [2021-03-19T20:15:27.182Z] bbce9b7b5318: Preparing [2021-03-19T20:15:27.182Z] 7288692306c7: Preparing [2021-03-19T20:15:27.182Z] 4dd7dd95600f: Preparing [2021-03-19T20:15:27.182Z] 8bea1ace3071: Preparing [2021-03-19T20:15:27.182Z] 0e85e600ebc5: Preparing [2021-03-19T20:15:27.182Z] 0e85e600ebc5: Preparing [2021-03-19T20:15:27.182Z] c7916a61da8a: Preparing [2021-03-19T20:15:27.182Z] 3cd3cb547372: Preparing [2021-03-19T20:15:27.182Z] 33e8713114f8: Preparing [2021-03-19T20:15:27.182Z] c7916a61da8a: Waiting [2021-03-19T20:15:27.182Z] 3cd3cb547372: Waiting [2021-03-19T20:15:27.182Z] 33e8713114f8: Waiting [2021-03-19T20:15:27.182Z] 8bea1ace3071: Waiting [2021-03-19T20:15:27.182Z] 0e85e600ebc5: Waiting [2021-03-19T20:15:27.447Z] 73fda69a77f2: Pushed [2021-03-19T20:15:27.447Z] 4cf03289e290: Pushed [2021-03-19T20:15:27.447Z] bbce9b7b5318: Pushed [2021-03-19T20:15:27.447Z] 7288692306c7: Pushed [2021-03-19T20:15:27.447Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:27.447Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:27.708Z] 0e85e600ebc5: Pushed [2021-03-19T20:15:27.708Z] 3cd3cb547372: Pushed [2021-03-19T20:15:27.708Z] c7916a61da8a: Pushed [2021-03-19T20:15:28.649Z] 4dd7dd95600f: Pushed [2021-03-19T20:15:28.910Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:dba23995a97dc632e176b5fe2130512238b95d2d065ced7665841389d3036e1a size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:29.215Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:29.522Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.133 [2021-03-19T20:15:29.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-19T20:15:29.523Z] 4cf03289e290: Preparing [2021-03-19T20:15:29.523Z] 4cf03289e290: Preparing [2021-03-19T20:15:29.523Z] 73fda69a77f2: Preparing [2021-03-19T20:15:29.523Z] bbce9b7b5318: Preparing [2021-03-19T20:15:29.523Z] 7288692306c7: Preparing [2021-03-19T20:15:29.523Z] 4dd7dd95600f: Preparing [2021-03-19T20:15:29.523Z] 8bea1ace3071: Preparing [2021-03-19T20:15:29.523Z] 0e85e600ebc5: Preparing [2021-03-19T20:15:29.523Z] 0e85e600ebc5: Preparing [2021-03-19T20:15:29.523Z] c7916a61da8a: Preparing [2021-03-19T20:15:29.523Z] 3cd3cb547372: Preparing [2021-03-19T20:15:29.523Z] 33e8713114f8: Preparing [2021-03-19T20:15:29.523Z] 0e85e600ebc5: Waiting [2021-03-19T20:15:29.523Z] c7916a61da8a: Waiting [2021-03-19T20:15:29.523Z] 3cd3cb547372: Waiting [2021-03-19T20:15:29.523Z] 33e8713114f8: Waiting [2021-03-19T20:15:29.523Z] 8bea1ace3071: Waiting [2021-03-19T20:15:29.523Z] 4cf03289e290: Layer already exists [2021-03-19T20:15:29.523Z] 7288692306c7: Layer already exists [2021-03-19T20:15:29.523Z] 73fda69a77f2: Layer already exists [2021-03-19T20:15:29.523Z] bbce9b7b5318: Layer already exists [2021-03-19T20:15:29.523Z] 4dd7dd95600f: Layer already exists [2021-03-19T20:15:29.523Z] c7916a61da8a: Layer already exists [2021-03-19T20:15:29.523Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:29.523Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:29.523Z] 0e85e600ebc5: Layer already exists [2021-03-19T20:15:29.523Z] 3cd3cb547372: Layer already exists [2021-03-19T20:15:29.523Z] 2.0.0-dev.133: digest: sha256:dba23995a97dc632e176b5fe2130512238b95d2d065ced7665841389d3036e1a size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:29.834Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:30.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:30.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-19T20:15:30.141Z] 4cf03289e290: Preparing [2021-03-19T20:15:30.141Z] 4cf03289e290: Preparing [2021-03-19T20:15:30.141Z] 73fda69a77f2: Preparing [2021-03-19T20:15:30.141Z] bbce9b7b5318: Preparing [2021-03-19T20:15:30.141Z] 7288692306c7: Preparing [2021-03-19T20:15:30.141Z] 4dd7dd95600f: Preparing [2021-03-19T20:15:30.141Z] 8bea1ace3071: Preparing [2021-03-19T20:15:30.141Z] 0e85e600ebc5: Preparing [2021-03-19T20:15:30.141Z] 0e85e600ebc5: Preparing [2021-03-19T20:15:30.141Z] c7916a61da8a: Preparing [2021-03-19T20:15:30.141Z] 3cd3cb547372: Preparing [2021-03-19T20:15:30.141Z] 33e8713114f8: Preparing [2021-03-19T20:15:30.141Z] 8bea1ace3071: Waiting [2021-03-19T20:15:30.141Z] c7916a61da8a: Waiting [2021-03-19T20:15:30.141Z] 3cd3cb547372: Waiting [2021-03-19T20:15:30.141Z] 33e8713114f8: Waiting [2021-03-19T20:15:30.141Z] 0e85e600ebc5: Waiting [2021-03-19T20:15:30.141Z] 7288692306c7: Layer already exists [2021-03-19T20:15:30.141Z] bbce9b7b5318: Layer already exists [2021-03-19T20:15:30.141Z] 4cf03289e290: Layer already exists [2021-03-19T20:15:30.141Z] 73fda69a77f2: Layer already exists [2021-03-19T20:15:30.141Z] 4dd7dd95600f: Layer already exists [2021-03-19T20:15:30.141Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:30.141Z] c7916a61da8a: Layer already exists [2021-03-19T20:15:30.141Z] 0e85e600ebc5: Layer already exists [2021-03-19T20:15:30.141Z] 3cd3cb547372: Layer already exists [2021-03-19T20:15:30.141Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:30.141Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:dba23995a97dc632e176b5fe2130512238b95d2d065ced7665841389d3036e1a size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:30.457Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:30.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-19T20:15:30.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-19T20:15:30.772Z] 4cf03289e290: Preparing [2021-03-19T20:15:30.772Z] 4cf03289e290: Preparing [2021-03-19T20:15:30.772Z] 73fda69a77f2: Preparing [2021-03-19T20:15:30.772Z] bbce9b7b5318: Preparing [2021-03-19T20:15:30.772Z] 7288692306c7: Preparing [2021-03-19T20:15:30.772Z] 4dd7dd95600f: Preparing [2021-03-19T20:15:30.772Z] 8bea1ace3071: Preparing [2021-03-19T20:15:30.772Z] 0e85e600ebc5: Preparing [2021-03-19T20:15:30.772Z] 0e85e600ebc5: Preparing [2021-03-19T20:15:30.772Z] c7916a61da8a: Preparing [2021-03-19T20:15:30.772Z] 3cd3cb547372: Preparing [2021-03-19T20:15:30.772Z] 33e8713114f8: Preparing [2021-03-19T20:15:30.772Z] 8bea1ace3071: Waiting [2021-03-19T20:15:30.772Z] 3cd3cb547372: Waiting [2021-03-19T20:15:30.772Z] 0e85e600ebc5: Waiting [2021-03-19T20:15:30.772Z] 33e8713114f8: Waiting [2021-03-19T20:15:30.772Z] c7916a61da8a: Waiting [2021-03-19T20:15:30.772Z] 4cf03289e290: Layer already exists [2021-03-19T20:15:30.772Z] 73fda69a77f2: Layer already exists [2021-03-19T20:15:30.772Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:30.772Z] bbce9b7b5318: Layer already exists [2021-03-19T20:15:30.772Z] 4dd7dd95600f: Layer already exists [2021-03-19T20:15:30.772Z] 7288692306c7: Layer already exists [2021-03-19T20:15:30.772Z] 0e85e600ebc5: Layer already exists [2021-03-19T20:15:30.772Z] 3cd3cb547372: Layer already exists [2021-03-19T20:15:30.772Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:30.772Z] c7916a61da8a: Layer already exists [2021-03-19T20:15:30.772Z] master: digest: sha256:dba23995a97dc632e176b5fe2130512238b95d2d065ced7665841389d3036e1a size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:15:31.254Z] ===================================================== [Pipeline] echo [2021-03-19T20:15:31.303Z] taggedImages: [2021-03-19T20:15:31.303Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:31.303Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.133 [2021-03-19T20:15:31.303Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:31.303Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-19T20:15:31.365Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-19T20:15:31.365Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:31.365Z] 2.0.0-dev.133 [2021-03-19T20:15:31.365Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:31.365Z] master [2021-03-19T20:15:31.365Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:31.857Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:32.170Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:32.170Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-19T20:15:32.170Z] 9b5f52335dd2: Preparing [2021-03-19T20:15:32.170Z] d860c3ce4f4a: Preparing [2021-03-19T20:15:32.170Z] c571a7672418: Preparing [2021-03-19T20:15:32.170Z] 050e3d1eb19a: Preparing [2021-03-19T20:15:32.170Z] 619af823f1cf: Preparing [2021-03-19T20:15:32.170Z] 33e8713114f8: Preparing [2021-03-19T20:15:32.170Z] 33e8713114f8: Waiting [2021-03-19T20:15:32.435Z] 050e3d1eb19a: Pushed [2021-03-19T20:15:32.435Z] c571a7672418: Pushed [2021-03-19T20:15:32.435Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:32.435Z] 619af823f1cf: Pushed [2021-03-19T20:15:33.387Z] 9b5f52335dd2: Pushed [2021-03-19T20:15:33.387Z] d860c3ce4f4a: Pushed [2021-03-19T20:15:33.387Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:80293ef3279693ced00be9bc52bac018951ec158db413aa17c5b7e69e5b0f7b9 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:33.701Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:34.043Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.133 [2021-03-19T20:15:34.043Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-19T20:15:34.043Z] 9b5f52335dd2: Preparing [2021-03-19T20:15:34.043Z] d860c3ce4f4a: Preparing [2021-03-19T20:15:34.043Z] c571a7672418: Preparing [2021-03-19T20:15:34.043Z] 050e3d1eb19a: Preparing [2021-03-19T20:15:34.043Z] 619af823f1cf: Preparing [2021-03-19T20:15:34.043Z] 33e8713114f8: Preparing [2021-03-19T20:15:34.043Z] 33e8713114f8: Waiting [2021-03-19T20:15:34.043Z] c571a7672418: Layer already exists [2021-03-19T20:15:34.043Z] 9b5f52335dd2: Layer already exists [2021-03-19T20:15:34.043Z] 619af823f1cf: Layer already exists [2021-03-19T20:15:34.043Z] 050e3d1eb19a: Layer already exists [2021-03-19T20:15:34.043Z] d860c3ce4f4a: Layer already exists [2021-03-19T20:15:34.043Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:34.043Z] 2.0.0-dev.133: digest: sha256:80293ef3279693ced00be9bc52bac018951ec158db413aa17c5b7e69e5b0f7b9 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:34.351Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:34.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:34.652Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-19T20:15:34.652Z] 9b5f52335dd2: Preparing [2021-03-19T20:15:34.652Z] d860c3ce4f4a: Preparing [2021-03-19T20:15:34.652Z] c571a7672418: Preparing [2021-03-19T20:15:34.652Z] 050e3d1eb19a: Preparing [2021-03-19T20:15:34.652Z] 619af823f1cf: Preparing [2021-03-19T20:15:34.652Z] 33e8713114f8: Preparing [2021-03-19T20:15:34.652Z] 33e8713114f8: Waiting [2021-03-19T20:15:34.652Z] d860c3ce4f4a: Layer already exists [2021-03-19T20:15:34.652Z] 619af823f1cf: Layer already exists [2021-03-19T20:15:34.652Z] 050e3d1eb19a: Layer already exists [2021-03-19T20:15:34.652Z] c571a7672418: Layer already exists [2021-03-19T20:15:34.652Z] 9b5f52335dd2: Layer already exists [2021-03-19T20:15:34.652Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:34.652Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:80293ef3279693ced00be9bc52bac018951ec158db413aa17c5b7e69e5b0f7b9 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:34.965Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:35.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-19T20:15:35.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-19T20:15:35.467Z] 9b5f52335dd2: Preparing [2021-03-19T20:15:35.467Z] d860c3ce4f4a: Preparing [2021-03-19T20:15:35.467Z] c571a7672418: Preparing [2021-03-19T20:15:35.467Z] 050e3d1eb19a: Preparing [2021-03-19T20:15:35.467Z] 619af823f1cf: Preparing [2021-03-19T20:15:35.467Z] 33e8713114f8: Preparing [2021-03-19T20:15:35.467Z] 33e8713114f8: Waiting [2021-03-19T20:15:35.467Z] 9b5f52335dd2: Layer already exists [2021-03-19T20:15:35.467Z] 050e3d1eb19a: Layer already exists [2021-03-19T20:15:35.467Z] 619af823f1cf: Layer already exists [2021-03-19T20:15:35.467Z] c571a7672418: Layer already exists [2021-03-19T20:15:35.467Z] d860c3ce4f4a: Layer already exists [2021-03-19T20:15:35.467Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:35.467Z] master: digest: sha256:80293ef3279693ced00be9bc52bac018951ec158db413aa17c5b7e69e5b0f7b9 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:15:35.762Z] ===================================================== [Pipeline] echo [2021-03-19T20:15:35.815Z] taggedImages: [2021-03-19T20:15:35.815Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:35.815Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.133 [2021-03-19T20:15:35.815Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:35.815Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-19T20:15:35.925Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-19T20:15:35.925Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:35.925Z] 2.0.0-dev.133 [2021-03-19T20:15:35.925Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:35.925Z] master [2021-03-19T20:15:35.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:36.442Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:36.742Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:36.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-19T20:15:36.742Z] 6702527ff57f: Preparing [2021-03-19T20:15:36.742Z] 1072e83dfc2b: Preparing [2021-03-19T20:15:36.742Z] 0a12a09a20c8: Preparing [2021-03-19T20:15:36.742Z] 98c02d09430d: Preparing [2021-03-19T20:15:36.742Z] afe38027ddd8: Preparing [2021-03-19T20:15:36.742Z] 12292bde732a: Preparing [2021-03-19T20:15:36.742Z] ea38177fbedf: Preparing [2021-03-19T20:15:36.742Z] 9e2ad87621d3: Preparing [2021-03-19T20:15:36.742Z] 33e8713114f8: Preparing [2021-03-19T20:15:36.742Z] 12292bde732a: Waiting [2021-03-19T20:15:36.742Z] ea38177fbedf: Waiting [2021-03-19T20:15:36.742Z] 9e2ad87621d3: Waiting [2021-03-19T20:15:36.742Z] 33e8713114f8: Waiting [2021-03-19T20:15:37.006Z] afe38027ddd8: Pushed [2021-03-19T20:15:37.006Z] 6702527ff57f: Pushed [2021-03-19T20:15:37.006Z] 1072e83dfc2b: Pushed [2021-03-19T20:15:37.006Z] 12292bde732a: Pushed [2021-03-19T20:15:37.006Z] ea38177fbedf: Pushed [2021-03-19T20:15:37.275Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:37.539Z] 9e2ad87621d3: Pushed [2021-03-19T20:15:37.801Z] 98c02d09430d: Pushed [2021-03-19T20:15:37.801Z] 0a12a09a20c8: Pushed [2021-03-19T20:15:38.063Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:8543a39d99320965823b6fdfdd98c2efc29e75fc4b74926ab81240a93e66e887 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:38.369Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:38.672Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.133 [2021-03-19T20:15:38.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-19T20:15:38.672Z] 6702527ff57f: Preparing [2021-03-19T20:15:38.672Z] 1072e83dfc2b: Preparing [2021-03-19T20:15:38.672Z] 0a12a09a20c8: Preparing [2021-03-19T20:15:38.672Z] 98c02d09430d: Preparing [2021-03-19T20:15:38.672Z] afe38027ddd8: Preparing [2021-03-19T20:15:38.672Z] 12292bde732a: Preparing [2021-03-19T20:15:38.672Z] ea38177fbedf: Preparing [2021-03-19T20:15:38.672Z] 9e2ad87621d3: Preparing [2021-03-19T20:15:38.672Z] 33e8713114f8: Preparing [2021-03-19T20:15:38.672Z] 12292bde732a: Waiting [2021-03-19T20:15:38.672Z] ea38177fbedf: Waiting [2021-03-19T20:15:38.672Z] 9e2ad87621d3: Waiting [2021-03-19T20:15:38.672Z] 33e8713114f8: Waiting [2021-03-19T20:15:38.672Z] afe38027ddd8: Layer already exists [2021-03-19T20:15:38.672Z] 98c02d09430d: Layer already exists [2021-03-19T20:15:38.672Z] 0a12a09a20c8: Layer already exists [2021-03-19T20:15:38.672Z] 1072e83dfc2b: Layer already exists [2021-03-19T20:15:38.672Z] 6702527ff57f: Layer already exists [2021-03-19T20:15:38.672Z] 9e2ad87621d3: Layer already exists [2021-03-19T20:15:38.672Z] 12292bde732a: Layer already exists [2021-03-19T20:15:38.672Z] ea38177fbedf: Layer already exists [2021-03-19T20:15:38.672Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:38.672Z] 2.0.0-dev.133: digest: sha256:8543a39d99320965823b6fdfdd98c2efc29e75fc4b74926ab81240a93e66e887 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:38.981Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:39.282Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:39.282Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-19T20:15:39.282Z] 6702527ff57f: Preparing [2021-03-19T20:15:39.282Z] 1072e83dfc2b: Preparing [2021-03-19T20:15:39.282Z] 0a12a09a20c8: Preparing [2021-03-19T20:15:39.282Z] 98c02d09430d: Preparing [2021-03-19T20:15:39.282Z] afe38027ddd8: Preparing [2021-03-19T20:15:39.282Z] 12292bde732a: Preparing [2021-03-19T20:15:39.282Z] ea38177fbedf: Preparing [2021-03-19T20:15:39.282Z] 9e2ad87621d3: Preparing [2021-03-19T20:15:39.282Z] 33e8713114f8: Preparing [2021-03-19T20:15:39.282Z] 12292bde732a: Waiting [2021-03-19T20:15:39.282Z] ea38177fbedf: Waiting [2021-03-19T20:15:39.282Z] 9e2ad87621d3: Waiting [2021-03-19T20:15:39.282Z] 33e8713114f8: Waiting [2021-03-19T20:15:39.282Z] 0a12a09a20c8: Layer already exists [2021-03-19T20:15:39.282Z] 1072e83dfc2b: Layer already exists [2021-03-19T20:15:39.282Z] afe38027ddd8: Layer already exists [2021-03-19T20:15:39.282Z] 6702527ff57f: Layer already exists [2021-03-19T20:15:39.282Z] 98c02d09430d: Layer already exists [2021-03-19T20:15:39.282Z] ea38177fbedf: Layer already exists [2021-03-19T20:15:39.282Z] 12292bde732a: Layer already exists [2021-03-19T20:15:39.282Z] 9e2ad87621d3: Layer already exists [2021-03-19T20:15:39.282Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:39.282Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:8543a39d99320965823b6fdfdd98c2efc29e75fc4b74926ab81240a93e66e887 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:39.588Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:39.888Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-19T20:15:39.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-19T20:15:39.889Z] 6702527ff57f: Preparing [2021-03-19T20:15:39.889Z] 1072e83dfc2b: Preparing [2021-03-19T20:15:39.889Z] 0a12a09a20c8: Preparing [2021-03-19T20:15:39.889Z] 98c02d09430d: Preparing [2021-03-19T20:15:39.889Z] afe38027ddd8: Preparing [2021-03-19T20:15:39.889Z] 12292bde732a: Preparing [2021-03-19T20:15:39.889Z] ea38177fbedf: Preparing [2021-03-19T20:15:39.889Z] 9e2ad87621d3: Preparing [2021-03-19T20:15:39.889Z] 33e8713114f8: Preparing [2021-03-19T20:15:39.889Z] 12292bde732a: Waiting [2021-03-19T20:15:39.889Z] ea38177fbedf: Waiting [2021-03-19T20:15:39.889Z] 9e2ad87621d3: Waiting [2021-03-19T20:15:39.889Z] 33e8713114f8: Waiting [2021-03-19T20:15:39.889Z] 1072e83dfc2b: Layer already exists [2021-03-19T20:15:39.889Z] 6702527ff57f: Layer already exists [2021-03-19T20:15:39.889Z] 98c02d09430d: Layer already exists [2021-03-19T20:15:39.889Z] 0a12a09a20c8: Layer already exists [2021-03-19T20:15:39.889Z] afe38027ddd8: Layer already exists [2021-03-19T20:15:39.889Z] 12292bde732a: Layer already exists [2021-03-19T20:15:39.889Z] ea38177fbedf: Layer already exists [2021-03-19T20:15:39.889Z] 9e2ad87621d3: Layer already exists [2021-03-19T20:15:39.889Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:39.889Z] master: digest: sha256:8543a39d99320965823b6fdfdd98c2efc29e75fc4b74926ab81240a93e66e887 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:15:40.219Z] ===================================================== [Pipeline] echo [2021-03-19T20:15:40.273Z] taggedImages: [2021-03-19T20:15:40.273Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:40.273Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.133 [2021-03-19T20:15:40.273Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:40.273Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-19T20:15:40.387Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-19T20:15:40.387Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:40.387Z] 2.0.0-dev.133 [2021-03-19T20:15:40.387Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:40.387Z] master [2021-03-19T20:15:40.387Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:40.931Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:41.236Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:41.236Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-19T20:15:41.236Z] 846ac8cac555: Preparing [2021-03-19T20:15:41.236Z] 51dc660b53f7: Preparing [2021-03-19T20:15:41.236Z] 8bea1ace3071: Preparing [2021-03-19T20:15:41.236Z] 8059608ff7db: Preparing [2021-03-19T20:15:41.236Z] 33e8713114f8: Preparing [2021-03-19T20:15:41.500Z] 846ac8cac555: Pushed [2021-03-19T20:15:41.500Z] 8059608ff7db: Pushed [2021-03-19T20:15:41.500Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:41.761Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:42.707Z] 51dc660b53f7: Pushed [2021-03-19T20:15:43.000Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:5e51d11d7ce22513321f85846b1baaebeb01b2d5b91ce86a74b7e96628cbeb0b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:43.306Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:43.617Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.133 [2021-03-19T20:15:43.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-19T20:15:43.617Z] 846ac8cac555: Preparing [2021-03-19T20:15:43.617Z] 51dc660b53f7: Preparing [2021-03-19T20:15:43.617Z] 8bea1ace3071: Preparing [2021-03-19T20:15:43.617Z] 8059608ff7db: Preparing [2021-03-19T20:15:43.617Z] 33e8713114f8: Preparing [2021-03-19T20:15:43.617Z] 8059608ff7db: Layer already exists [2021-03-19T20:15:43.617Z] 51dc660b53f7: Layer already exists [2021-03-19T20:15:43.617Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:43.617Z] 846ac8cac555: Layer already exists [2021-03-19T20:15:43.617Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:43.617Z] 2.0.0-dev.133: digest: sha256:5e51d11d7ce22513321f85846b1baaebeb01b2d5b91ce86a74b7e96628cbeb0b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:43.928Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:44.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:44.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-19T20:15:44.235Z] 846ac8cac555: Preparing [2021-03-19T20:15:44.235Z] 51dc660b53f7: Preparing [2021-03-19T20:15:44.235Z] 8bea1ace3071: Preparing [2021-03-19T20:15:44.235Z] 8059608ff7db: Preparing [2021-03-19T20:15:44.235Z] 33e8713114f8: Preparing [2021-03-19T20:15:44.235Z] 846ac8cac555: Layer already exists [2021-03-19T20:15:44.235Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:44.235Z] 8059608ff7db: Layer already exists [2021-03-19T20:15:44.235Z] 51dc660b53f7: Layer already exists [2021-03-19T20:15:44.235Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:44.235Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:5e51d11d7ce22513321f85846b1baaebeb01b2d5b91ce86a74b7e96628cbeb0b size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:44.544Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:44.845Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-19T20:15:44.845Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-19T20:15:44.845Z] 846ac8cac555: Preparing [2021-03-19T20:15:44.845Z] 51dc660b53f7: Preparing [2021-03-19T20:15:44.845Z] 8bea1ace3071: Preparing [2021-03-19T20:15:44.845Z] 8059608ff7db: Preparing [2021-03-19T20:15:44.845Z] 33e8713114f8: Preparing [2021-03-19T20:15:44.845Z] 51dc660b53f7: Layer already exists [2021-03-19T20:15:44.845Z] 8059608ff7db: Layer already exists [2021-03-19T20:15:44.845Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:44.845Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:44.845Z] 846ac8cac555: Layer already exists [2021-03-19T20:15:44.845Z] master: digest: sha256:5e51d11d7ce22513321f85846b1baaebeb01b2d5b91ce86a74b7e96628cbeb0b size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:15:45.056Z] ===================================================== [Pipeline] echo [2021-03-19T20:15:45.102Z] taggedImages: [2021-03-19T20:15:45.102Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:45.102Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.133 [2021-03-19T20:15:45.102Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:45.102Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-19T20:15:45.163Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-19T20:15:45.163Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:45.163Z] 2.0.0-dev.133 [2021-03-19T20:15:45.163Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:45.163Z] master [2021-03-19T20:15:45.163Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:45.658Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:45.959Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:45.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-19T20:15:45.959Z] f856b985414b: Preparing [2021-03-19T20:15:45.959Z] 13807e9c47f1: Preparing [2021-03-19T20:15:45.959Z] 8bea1ace3071: Preparing [2021-03-19T20:15:45.959Z] 6af5a7411e42: Preparing [2021-03-19T20:15:45.959Z] 33e8713114f8: Preparing [2021-03-19T20:15:45.959Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:45.959Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:45.959Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:45.959Z] f856b985414b: Pushed [2021-03-19T20:15:47.354Z] 13807e9c47f1: Pushed [2021-03-19T20:15:49.203Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:9d427acd4a85ad694bc2132406aac85bf96910648ab732ef7822b35272f158a8 size: 1363 [2021-03-19T20:15:49.221Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:15:49.221Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:15:49.221Z] ---> 5cd58f274232 [2021-03-19T20:15:49.221Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:15:49.221Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:15:49.221Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:15:49.221Z] ---> 5cd58f274232 [2021-03-19T20:15:49.221Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:15:49.221Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:15:49.221Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:15:49.221Z] ---> 5cd58f274232 [2021-03-19T20:15:49.221Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:15:49.221Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:15:49.221Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:15:49.221Z] ---> 5cd58f274232 [2021-03-19T20:15:49.221Z] Step 3/24 : WORKDIR /edgex-go [2021-03-19T20:15:49.221Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:15:49.221Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:15:49.221Z] ---> 5cd58f274232 [2021-03-19T20:15:49.221Z] Step 3/31 : WORKDIR /edgex-go [2021-03-19T20:15:49.221Z] ---> Running in d6554670a8bb [2021-03-19T20:15:49.221Z] ---> Running in bb98ec90d5d9 [2021-03-19T20:15:49.221Z] ---> Running in c479d619aa13 [2021-03-19T20:15:49.221Z] ---> Running in 6a480ddcf1da [2021-03-19T20:15:49.221Z] ---> Running in ed88387469d2 [2021-03-19T20:15:49.221Z] Removing intermediate container d6554670a8bb [2021-03-19T20:15:49.221Z] ---> e4bd7d7b6b53 [2021-03-19T20:15:49.221Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:15:49.221Z] ---> Running in a1be76d307e4 [2021-03-19T20:15:49.221Z] Removing intermediate container ed88387469d2 [2021-03-19T20:15:49.221Z] ---> 6acd80ce4738 [2021-03-19T20:15:49.221Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:15:49.221Z] Removing intermediate container c479d619aa13 [2021-03-19T20:15:49.221Z] ---> 11e3d699e989 [2021-03-19T20:15:49.221Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:15:49.221Z] Removing intermediate container bb98ec90d5d9 [2021-03-19T20:15:49.221Z] ---> 7c06f6bc61ce [2021-03-19T20:15:49.221Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:15:49.221Z] Removing intermediate container 6a480ddcf1da [2021-03-19T20:15:49.221Z] ---> d0c9031dfc5c [2021-03-19T20:15:49.221Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:15:49.221Z] ---> Running in d08a44eaac0e [2021-03-19T20:15:49.221Z] ---> Running in b3b96b53333d [2021-03-19T20:15:49.221Z] ---> Running in 30b7668a2734 [2021-03-19T20:15:49.221Z] ---> Running in e035929831bb [2021-03-19T20:15:49.221Z] Removing intermediate container a1be76d307e4 [2021-03-19T20:15:49.221Z] ---> dd02243ce552 [2021-03-19T20:15:49.221Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-19T20:15:49.221Z] ---> Running in 495a821f2122 [2021-03-19T20:15:49.221Z] Removing intermediate container d08a44eaac0e [2021-03-19T20:15:49.221Z] ---> 2ec9cfdc4f2d [2021-03-19T20:15:49.221Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-19T20:15:49.221Z] ---> Running in 2e2074e99407 [2021-03-19T20:15:49.221Z] Removing intermediate container b3b96b53333d [2021-03-19T20:15:49.221Z] ---> ec22cf4fc98a [2021-03-19T20:15:49.221Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-19T20:15:49.221Z] ---> Running in 063906c7c9b4 [2021-03-19T20:15:49.221Z] Removing intermediate container e035929831bb [2021-03-19T20:15:49.221Z] ---> c0e8688c2b9d [2021-03-19T20:15:49.221Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:15:49.221Z] ---> Running in 4ac8540309bd [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:49.502Z] Removing intermediate container 30b7668a2734 [2021-03-19T20:15:49.502Z] ---> ba8e664ce315 [2021-03-19T20:15:49.502Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-19T20:15:49.525Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:49.780Z] ---> Running in 7a5734799bba [2021-03-19T20:15:49.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.133 [2021-03-19T20:15:49.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-19T20:15:49.831Z] f856b985414b: Preparing [2021-03-19T20:15:49.831Z] 13807e9c47f1: Preparing [2021-03-19T20:15:49.831Z] 8bea1ace3071: Preparing [2021-03-19T20:15:49.831Z] 6af5a7411e42: Preparing [2021-03-19T20:15:49.831Z] 33e8713114f8: Preparing [2021-03-19T20:15:49.831Z] f856b985414b: Layer already exists [2021-03-19T20:15:49.831Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:49.831Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:49.831Z] 13807e9c47f1: Layer already exists [2021-03-19T20:15:49.831Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:49.831Z] 2.0.0-dev.133: digest: sha256:9d427acd4a85ad694bc2132406aac85bf96910648ab732ef7822b35272f158a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:50.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:50.155Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:50.460Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:50.460Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-19T20:15:50.460Z] f856b985414b: Preparing [2021-03-19T20:15:50.460Z] 13807e9c47f1: Preparing [2021-03-19T20:15:50.460Z] 8bea1ace3071: Preparing [2021-03-19T20:15:50.460Z] 6af5a7411e42: Preparing [2021-03-19T20:15:50.460Z] 33e8713114f8: Preparing [2021-03-19T20:15:50.460Z] 13807e9c47f1: Layer already exists [2021-03-19T20:15:50.460Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:50.460Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:50.460Z] f856b985414b: Layer already exists [2021-03-19T20:15:50.460Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:50.460Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:9d427acd4a85ad694bc2132406aac85bf96910648ab732ef7822b35272f158a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:50.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:50.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:50.775Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:51.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-19T20:15:51.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-19T20:15:51.082Z] f856b985414b: Preparing [2021-03-19T20:15:51.082Z] 13807e9c47f1: Preparing [2021-03-19T20:15:51.082Z] 8bea1ace3071: Preparing [2021-03-19T20:15:51.082Z] 6af5a7411e42: Preparing [2021-03-19T20:15:51.082Z] 33e8713114f8: Preparing [2021-03-19T20:15:51.082Z] 13807e9c47f1: Layer already exists [2021-03-19T20:15:51.082Z] f856b985414b: Layer already exists [2021-03-19T20:15:51.082Z] 33e8713114f8: Layer already exists [2021-03-19T20:15:51.082Z] 6af5a7411e42: Layer already exists [2021-03-19T20:15:51.082Z] 8bea1ace3071: Layer already exists [2021-03-19T20:15:51.082Z] master: digest: sha256:9d427acd4a85ad694bc2132406aac85bf96910648ab732ef7822b35272f158a8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [2021-03-19T20:15:51.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:51.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:51.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-03-19T20:15:51.282Z] ===================================================== [Pipeline] echo [2021-03-19T20:15:51.333Z] taggedImages: [2021-03-19T20:15:51.333Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:51.333Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.133 [2021-03-19T20:15:51.333Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:51.333Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-19T20:15:51.397Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-19T20:15:51.397Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:51.397Z] 2.0.0-dev.133 [2021-03-19T20:15:51.397Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:15:51.397Z] master [2021-03-19T20:15:51.397Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-19T20:15:51.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:51.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:51.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:51.936Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:15:52.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:15:52.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:15:52.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-19T20:15:52.304Z] 804f572b4250: Preparing [2021-03-19T20:15:52.304Z] ce2f7d95a97a: Preparing [2021-03-19T20:15:52.304Z] cc16ab79478d: Preparing [2021-03-19T20:15:52.304Z] dbd0739a04bc: Preparing [2021-03-19T20:15:52.304Z] a2cc5d9fd745: Preparing [2021-03-19T20:15:52.304Z] 680c622aa37e: Preparing [2021-03-19T20:15:52.304Z] 6ac450acf62d: Preparing [2021-03-19T20:15:52.304Z] 0754057c0ad3: Preparing [2021-03-19T20:15:52.304Z] 998cdf262ab1: Preparing [2021-03-19T20:15:52.304Z] 02e56110abd2: Preparing [2021-03-19T20:15:52.304Z] abc36efb885a: Preparing [2021-03-19T20:15:52.304Z] b0b09059f4e1: Preparing [2021-03-19T20:15:52.304Z] bb961f40224b: Preparing [2021-03-19T20:15:52.304Z] f4666769fca7: Preparing [2021-03-19T20:15:52.304Z] 680c622aa37e: Waiting [2021-03-19T20:15:52.304Z] 02e56110abd2: Waiting [2021-03-19T20:15:52.304Z] abc36efb885a: Waiting [2021-03-19T20:15:52.304Z] b0b09059f4e1: Waiting [2021-03-19T20:15:52.304Z] bb961f40224b: Waiting [2021-03-19T20:15:52.304Z] f4666769fca7: Waiting [2021-03-19T20:15:52.304Z] 6ac450acf62d: Waiting [2021-03-19T20:15:52.304Z] 0754057c0ad3: Waiting [2021-03-19T20:15:52.304Z] 998cdf262ab1: Waiting [2021-03-19T20:15:52.408Z] OK: 217 MiB in 51 packages [2021-03-19T20:15:52.584Z] a2cc5d9fd745: Pushed [2021-03-19T20:15:52.584Z] 804f572b4250: Pushed [2021-03-19T20:15:52.691Z] OK: 217 MiB in 51 packages [2021-03-19T20:15:52.952Z] dbd0739a04bc: Pushed [2021-03-19T20:15:52.952Z] 0754057c0ad3: Layer already exists [2021-03-19T20:15:52.952Z] 998cdf262ab1: Layer already exists [2021-03-19T20:15:52.985Z] OK: 217 MiB in 51 packages [2021-03-19T20:15:53.226Z] 02e56110abd2: Layer already exists [2021-03-19T20:15:53.226Z] 6ac450acf62d: Pushed [2021-03-19T20:15:53.226Z] abc36efb885a: Layer already exists [2021-03-19T20:15:53.226Z] b0b09059f4e1: Layer already exists [2021-03-19T20:15:53.226Z] bb961f40224b: Layer already exists [2021-03-19T20:15:53.226Z] f4666769fca7: Layer already exists [2021-03-19T20:15:53.265Z] OK: 217 MiB in 51 packages [2021-03-19T20:15:53.803Z] 680c622aa37e: Pushed [2021-03-19T20:15:53.803Z] ce2f7d95a97a: Pushed [2021-03-19T20:15:53.876Z] Removing intermediate container 2e2074e99407 [2021-03-19T20:15:53.876Z] ---> ed8526942956 [2021-03-19T20:15:53.876Z] Step 6/24 : COPY go.mod . [2021-03-19T20:15:54.153Z] Removing intermediate container 063906c7c9b4 [2021-03-19T20:15:54.153Z] OK: 217 MiB in 51 packages [2021-03-19T20:15:54.153Z] ---> 1ff2789262ec [2021-03-19T20:15:54.153Z] Step 6/31 : COPY go.mod . [2021-03-19T20:15:54.753Z] Removing intermediate container 4ac8540309bd [2021-03-19T20:15:54.753Z] ---> 0d2a63514867 [2021-03-19T20:15:54.753Z] Step 6/23 : COPY go.mod . [2021-03-19T20:15:54.753Z] ---> 2b6533537522 [2021-03-19T20:15:54.753Z] Step 7/24 : RUN go mod download [2021-03-19T20:15:55.032Z] Removing intermediate container 7a5734799bba [2021-03-19T20:15:55.032Z] ---> 20ce07b609be [2021-03-19T20:15:55.032Z] Step 6/23 : COPY go.mod . [2021-03-19T20:15:55.305Z] ---> Running in 20019a1287d4 [2021-03-19T20:15:55.594Z] ---> dcdf220df078 [2021-03-19T20:15:55.594Z] Step 7/31 : RUN go mod download [2021-03-19T20:15:55.882Z] ---> 7f9d8a407b86 [2021-03-19T20:15:55.882Z] Step 7/23 : RUN go mod download [2021-03-19T20:15:55.882Z] ---> Running in ab47705884bb [2021-03-19T20:15:56.173Z] ---> Running in 8fca87bd6080 [2021-03-19T20:15:56.457Z] Removing intermediate container 495a821f2122 [2021-03-19T20:15:56.457Z] ---> 9f8c9999ba70 [2021-03-19T20:15:56.457Z] Step 6/22 : COPY go.mod . [2021-03-19T20:15:56.457Z] ---> 0bc0ab1a1452 [2021-03-19T20:15:56.457Z] Step 7/23 : RUN go mod download [2021-03-19T20:15:56.737Z] ---> Running in 7e19ae255cd2 [2021-03-19T20:15:57.722Z] ---> 9ecc916a8c14 [2021-03-19T20:15:57.722Z] Step 7/22 : RUN go mod download [2021-03-19T20:15:57.722Z] ---> Running in 76c76db026e9 [2021-03-19T20:15:59.730Z] Removing intermediate container 20019a1287d4 [2021-03-19T20:15:59.730Z] ---> 9dbbe606fc0a [2021-03-19T20:15:59.730Z] Step 8/24 : COPY . . [2021-03-19T20:16:00.327Z] Removing intermediate container ab47705884bb [2021-03-19T20:16:00.327Z] ---> 8cc3ceb1cd85 [2021-03-19T20:16:00.327Z] Step 8/31 : COPY . . [2021-03-19T20:16:00.948Z] Removing intermediate container 8fca87bd6080 [2021-03-19T20:16:00.948Z] ---> a7c8f32c0ca0 [2021-03-19T20:16:00.948Z] Step 8/23 : COPY . . [2021-03-19T20:16:01.584Z] Removing intermediate container 7e19ae255cd2 [2021-03-19T20:16:01.584Z] ---> c0111881a13b [2021-03-19T20:16:01.584Z] Step 8/23 : COPY . . [2021-03-19T20:16:02.006Z] cc16ab79478d: Pushed [2021-03-19T20:16:02.006Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:186b75277afaa13bceb23b51e2fb184422949fa37acc033945cad595dc3517be size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:02.379Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:02.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.133 [2021-03-19T20:16:02.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-19T20:16:02.731Z] 804f572b4250: Preparing [2021-03-19T20:16:02.731Z] ce2f7d95a97a: Preparing [2021-03-19T20:16:02.731Z] cc16ab79478d: Preparing [2021-03-19T20:16:02.731Z] dbd0739a04bc: Preparing [2021-03-19T20:16:02.731Z] a2cc5d9fd745: Preparing [2021-03-19T20:16:02.731Z] 680c622aa37e: Preparing [2021-03-19T20:16:02.731Z] 6ac450acf62d: Preparing [2021-03-19T20:16:02.731Z] 0754057c0ad3: Preparing [2021-03-19T20:16:02.731Z] 998cdf262ab1: Preparing [2021-03-19T20:16:02.731Z] 02e56110abd2: Preparing [2021-03-19T20:16:02.731Z] abc36efb885a: Preparing [2021-03-19T20:16:02.731Z] b0b09059f4e1: Preparing [2021-03-19T20:16:02.731Z] bb961f40224b: Preparing [2021-03-19T20:16:02.731Z] f4666769fca7: Preparing [2021-03-19T20:16:02.731Z] 02e56110abd2: Waiting [2021-03-19T20:16:02.731Z] abc36efb885a: Waiting [2021-03-19T20:16:02.731Z] b0b09059f4e1: Waiting [2021-03-19T20:16:02.731Z] bb961f40224b: Waiting [2021-03-19T20:16:02.731Z] f4666769fca7: Waiting [2021-03-19T20:16:02.731Z] 680c622aa37e: Waiting [2021-03-19T20:16:02.731Z] 6ac450acf62d: Waiting [2021-03-19T20:16:02.731Z] 0754057c0ad3: Waiting [2021-03-19T20:16:02.731Z] 998cdf262ab1: Waiting [2021-03-19T20:16:02.731Z] cc16ab79478d: Layer already exists [2021-03-19T20:16:02.731Z] dbd0739a04bc: Layer already exists [2021-03-19T20:16:02.731Z] 804f572b4250: Layer already exists [2021-03-19T20:16:02.731Z] ce2f7d95a97a: Layer already exists [2021-03-19T20:16:02.731Z] a2cc5d9fd745: Layer already exists [2021-03-19T20:16:02.731Z] 680c622aa37e: Layer already exists [2021-03-19T20:16:02.731Z] 6ac450acf62d: Layer already exists [2021-03-19T20:16:02.731Z] 0754057c0ad3: Layer already exists [2021-03-19T20:16:02.731Z] 02e56110abd2: Layer already exists [2021-03-19T20:16:02.731Z] 998cdf262ab1: Layer already exists [2021-03-19T20:16:02.731Z] b0b09059f4e1: Layer already exists [2021-03-19T20:16:02.731Z] abc36efb885a: Layer already exists [2021-03-19T20:16:02.731Z] f4666769fca7: Layer already exists [2021-03-19T20:16:02.731Z] bb961f40224b: Layer already exists [2021-03-19T20:16:02.751Z] 2.0.0-dev.133: digest: sha256:186b75277afaa13bceb23b51e2fb184422949fa37acc033945cad595dc3517be size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:03.083Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:03.392Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:16:03.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-19T20:16:03.392Z] 804f572b4250: Preparing [2021-03-19T20:16:03.392Z] ce2f7d95a97a: Preparing [2021-03-19T20:16:03.392Z] cc16ab79478d: Preparing [2021-03-19T20:16:03.392Z] dbd0739a04bc: Preparing [2021-03-19T20:16:03.392Z] a2cc5d9fd745: Preparing [2021-03-19T20:16:03.392Z] 680c622aa37e: Preparing [2021-03-19T20:16:03.392Z] 6ac450acf62d: Preparing [2021-03-19T20:16:03.392Z] 0754057c0ad3: Preparing [2021-03-19T20:16:03.392Z] 998cdf262ab1: Preparing [2021-03-19T20:16:03.392Z] 02e56110abd2: Preparing [2021-03-19T20:16:03.392Z] abc36efb885a: Preparing [2021-03-19T20:16:03.392Z] b0b09059f4e1: Preparing [2021-03-19T20:16:03.392Z] bb961f40224b: Preparing [2021-03-19T20:16:03.392Z] f4666769fca7: Preparing [2021-03-19T20:16:03.392Z] 998cdf262ab1: Waiting [2021-03-19T20:16:03.392Z] 02e56110abd2: Waiting [2021-03-19T20:16:03.392Z] abc36efb885a: Waiting [2021-03-19T20:16:03.392Z] b0b09059f4e1: Waiting [2021-03-19T20:16:03.392Z] bb961f40224b: Waiting [2021-03-19T20:16:03.392Z] f4666769fca7: Waiting [2021-03-19T20:16:03.392Z] 680c622aa37e: Waiting [2021-03-19T20:16:03.392Z] 6ac450acf62d: Waiting [2021-03-19T20:16:03.392Z] 0754057c0ad3: Waiting [2021-03-19T20:16:03.392Z] ce2f7d95a97a: Layer already exists [2021-03-19T20:16:03.392Z] a2cc5d9fd745: Layer already exists [2021-03-19T20:16:03.392Z] dbd0739a04bc: Layer already exists [2021-03-19T20:16:03.392Z] cc16ab79478d: Layer already exists [2021-03-19T20:16:03.392Z] 804f572b4250: Layer already exists [2021-03-19T20:16:03.392Z] 6ac450acf62d: Layer already exists [2021-03-19T20:16:03.392Z] 0754057c0ad3: Layer already exists [2021-03-19T20:16:03.392Z] 680c622aa37e: Layer already exists [2021-03-19T20:16:03.392Z] 02e56110abd2: Layer already exists [2021-03-19T20:16:03.392Z] 998cdf262ab1: Layer already exists [2021-03-19T20:16:03.392Z] bb961f40224b: Layer already exists [2021-03-19T20:16:03.392Z] b0b09059f4e1: Layer already exists [2021-03-19T20:16:03.392Z] f4666769fca7: Layer already exists [2021-03-19T20:16:03.392Z] abc36efb885a: Layer already exists [2021-03-19T20:16:03.392Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:186b75277afaa13bceb23b51e2fb184422949fa37acc033945cad595dc3517be size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:03.593Z] Removing intermediate container 76c76db026e9 [2021-03-19T20:16:03.593Z] ---> 943a4750f54d [2021-03-19T20:16:03.593Z] Step 8/22 : COPY . . [2021-03-19T20:16:03.706Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:16:04.010Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-19T20:16:04.011Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-19T20:16:04.011Z] 804f572b4250: Preparing [2021-03-19T20:16:04.011Z] ce2f7d95a97a: Preparing [2021-03-19T20:16:04.011Z] cc16ab79478d: Preparing [2021-03-19T20:16:04.011Z] dbd0739a04bc: Preparing [2021-03-19T20:16:04.011Z] a2cc5d9fd745: Preparing [2021-03-19T20:16:04.011Z] 680c622aa37e: Preparing [2021-03-19T20:16:04.011Z] 6ac450acf62d: Preparing [2021-03-19T20:16:04.011Z] 0754057c0ad3: Preparing [2021-03-19T20:16:04.011Z] 998cdf262ab1: Preparing [2021-03-19T20:16:04.011Z] 02e56110abd2: Preparing [2021-03-19T20:16:04.011Z] abc36efb885a: Preparing [2021-03-19T20:16:04.011Z] b0b09059f4e1: Preparing [2021-03-19T20:16:04.011Z] bb961f40224b: Preparing [2021-03-19T20:16:04.011Z] f4666769fca7: Preparing [2021-03-19T20:16:04.011Z] 680c622aa37e: Waiting [2021-03-19T20:16:04.011Z] 6ac450acf62d: Waiting [2021-03-19T20:16:04.011Z] 0754057c0ad3: Waiting [2021-03-19T20:16:04.011Z] 02e56110abd2: Waiting [2021-03-19T20:16:04.011Z] 998cdf262ab1: Waiting [2021-03-19T20:16:04.011Z] abc36efb885a: Waiting [2021-03-19T20:16:04.011Z] b0b09059f4e1: Waiting [2021-03-19T20:16:04.011Z] bb961f40224b: Waiting [2021-03-19T20:16:04.011Z] f4666769fca7: Waiting [2021-03-19T20:16:04.011Z] a2cc5d9fd745: Layer already exists [2021-03-19T20:16:04.011Z] ce2f7d95a97a: Layer already exists [2021-03-19T20:16:04.011Z] 804f572b4250: Layer already exists [2021-03-19T20:16:04.011Z] cc16ab79478d: Layer already exists [2021-03-19T20:16:04.011Z] dbd0739a04bc: Layer already exists [2021-03-19T20:16:04.011Z] 0754057c0ad3: Layer already exists [2021-03-19T20:16:04.011Z] 6ac450acf62d: Layer already exists [2021-03-19T20:16:04.011Z] 680c622aa37e: Layer already exists [2021-03-19T20:16:04.011Z] 998cdf262ab1: Layer already exists [2021-03-19T20:16:04.011Z] 02e56110abd2: Layer already exists [2021-03-19T20:16:04.011Z] f4666769fca7: Layer already exists [2021-03-19T20:16:04.011Z] bb961f40224b: Layer already exists [2021-03-19T20:16:04.011Z] b0b09059f4e1: Layer already exists [2021-03-19T20:16:04.011Z] abc36efb885a: Layer already exists [2021-03-19T20:16:04.273Z] master: digest: sha256:186b75277afaa13bceb23b51e2fb184422949fa37acc033945cad595dc3517be size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:16:04.481Z] ===================================================== [Pipeline] echo [2021-03-19T20:16:04.530Z] taggedImages: [2021-03-19T20:16:04.530Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:16:04.530Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.133 [2021-03-19T20:16:04.530Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:16:04.530Z] - 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-19T20:16:21.949Z] ---> 3832ab479ac6 [2021-03-19T20:16:21.949Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-19T20:16:21.949Z] ---> 482c976a54c7 [2021-03-19T20:16:21.949Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-19T20:16:21.949Z] ---> 10afa90c4c43 [2021-03-19T20:16:21.949Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-19T20:16:21.949Z] ---> 3277cea68b42 [2021-03-19T20:16:21.949Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-19T20:16:21.949Z] ---> f103b986108a [2021-03-19T20:16:21.949Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-19T20:16:21.949Z] ---> Running in 87dc823cba45 [2021-03-19T20:16:21.949Z] ---> Running in 0d8a60c30a81 [2021-03-19T20:16:21.949Z] ---> Running in f804c7672281 [2021-03-19T20:16:21.949Z] ---> Running in 1809da4ce714 [2021-03-19T20:16:21.949Z] ---> Running in 187c511d3444 [2021-03-19T20:16:21.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T20:16:21.949Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T20:16:22.230Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T20:16:22.509Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T20:16:22.788Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T20:17:59.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T20:18:06.443Z] Removing intermediate container 0d8a60c30a81 [2021-03-19T20:18:06.443Z] ---> c8a8da5dd7ec [2021-03-19T20:18:06.443Z] [2021-03-19T20:18:06.443Z] Step 10/24 : FROM alpine:3.12 [2021-03-19T20:18:06.443Z] 3.12: Pulling from library/alpine [2021-03-19T20:18:07.910Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-19T20:18:07.910Z] Removing intermediate container 87dc823cba45 [2021-03-19T20:18:07.910Z] ---> 3aab3d6b0341 [2021-03-19T20:18:07.910Z] [2021-03-19T20:18:07.910Z] Step 10/31 : FROM alpine:3.12 [2021-03-19T20:18:07.910Z] ---> d10569e2745f [2021-03-19T20:18:07.910Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-19T20:18:07.910Z] Status: Downloaded newer image for alpine:3.12 [2021-03-19T20:18:07.910Z] ---> d10569e2745f [2021-03-19T20:18:07.910Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-19T20:18:08.189Z] ---> Running in baf081556feb [2021-03-19T20:18:08.189Z] ---> Running in 1d2e3cda8963 [2021-03-19T20:18:09.189Z] Removing intermediate container 1d2e3cda8963 [2021-03-19T20:18:09.189Z] ---> ca3e35633613 [2021-03-19T20:18:09.189Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-19T20:18:09.466Z] ---> Running in 73a88469567f [2021-03-19T20:18:10.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:18:11.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:18:11.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:18:11.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:18:11.887Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-19T20:18:11.887Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:18:11.887Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-19T20:18:11.887Z] (4/5) Installing curl (7.69.1-r3) [2021-03-19T20:18:11.887Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-19T20:18:11.887Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:18:11.887Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:18:12.162Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:18:12.163Z] (2/2) Installing su-exec (0.2-r1) [2021-03-19T20:18:12.163Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:18:12.163Z] OK: 5 MiB in 16 packages [2021-03-19T20:18:12.436Z] OK: 7 MiB in 19 packages [2021-03-19T20:18:15.083Z] Removing intermediate container 73a88469567f [2021-03-19T20:18:15.083Z] ---> 4514f073e968 [2021-03-19T20:18:15.083Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-19T20:18:15.375Z] Removing intermediate container baf081556feb [2021-03-19T20:18:15.375Z] ---> d5b9718ba046 [2021-03-19T20:18:15.375Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:18:15.650Z] ---> Running in 5a1371f071aa [2021-03-19T20:18:15.926Z] ---> Running in 96da7acdefa0 [2021-03-19T20:18:16.928Z] Removing intermediate container 5a1371f071aa [2021-03-19T20:18:16.928Z] ---> 21a918fc92eb [2021-03-19T20:18:16.928Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-19T20:18:16.928Z] Removing intermediate container 96da7acdefa0 [2021-03-19T20:18:16.928Z] ---> 0168953775fc [2021-03-19T20:18:16.928Z] Step 13/24 : WORKDIR / [2021-03-19T20:18:17.214Z] ---> Running in a812c499d102 [2021-03-19T20:18:17.214Z] ---> Running in 5628710dbb5b [2021-03-19T20:18:18.202Z] Removing intermediate container 5628710dbb5b [2021-03-19T20:18:18.202Z] ---> 6aa7bee1dce4 [2021-03-19T20:18:18.202Z] 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-19T20:18:18.202Z] Removing intermediate container a812c499d102 [2021-03-19T20:18:18.202Z] ---> f78dd38c7e4b [2021-03-19T20:18:18.202Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-19T20:18:18.481Z] ---> Running in 17488f1f1bea [2021-03-19T20:18:20.489Z] ---> 78354b64b74d [2021-03-19T20:18:20.489Z] 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-19T20:18:21.947Z] ---> 29b8727a8d9d [2021-03-19T20:18:21.947Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-19T20:18:22.552Z] Removing intermediate container f804c7672281 [2021-03-19T20:18:22.552Z] ---> 60201854006e [2021-03-19T20:18:22.552Z] [2021-03-19T20:18:22.552Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:18:22.552Z] ---> d10569e2745f [2021-03-19T20:18:22.552Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:18:22.552Z] Removing intermediate container 17488f1f1bea [2021-03-19T20:18:22.552Z] ---> 04075ffe1022 [2021-03-19T20:18:22.552Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-19T20:18:22.838Z] ---> Running in 7a96ff7df627 [2021-03-19T20:18:23.115Z] ---> Running in 9bc18c49d51c [2021-03-19T20:18:23.396Z] ---> 300c29e49959 [2021-03-19T20:18:23.396Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-19T20:18:24.855Z] Removing intermediate container 9bc18c49d51c [2021-03-19T20:18:24.855Z] ---> 5e245de302f5 [2021-03-19T20:18:24.855Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-19T20:18:25.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:18:25.417Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:18:25.417Z] ---> abe258c10074 [2021-03-19T20:18:25.417Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-19T20:18:26.024Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-19T20:18:26.024Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:18:26.024Z] OK: 5 MiB in 15 packages [2021-03-19T20:18:26.024Z] ---> 916fcd51c1d3 [2021-03-19T20:18:26.024Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-19T20:18:26.458Z] ---> Running in d5dc63ff4dc7 [2021-03-19T20:18:29.313Z] ---> 0a448638d6fd [2021-03-19T20:18:29.313Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-19T20:18:29.916Z] Removing intermediate container 7a96ff7df627 [2021-03-19T20:18:29.916Z] ---> 60e718923b05 [2021-03-19T20:18:29.916Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:18:30.529Z] ---> Running in 850ed345792b [2021-03-19T20:18:30.805Z] ---> f6dac476988e [2021-03-19T20:18:30.805Z] 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-19T20:18:31.079Z] Removing intermediate container 187c511d3444 [2021-03-19T20:18:31.080Z] ---> ebbe7ef5826e [2021-03-19T20:18:31.080Z] [2021-03-19T20:18:31.080Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:18:31.080Z] ---> d10569e2745f [2021-03-19T20:18:31.080Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:18:31.080Z] ---> Using cache [2021-03-19T20:18:31.080Z] ---> 60e718923b05 [2021-03-19T20:18:31.080Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:18:31.080Z] ---> Using cache [2021-03-19T20:18:31.080Z] ---> c7e735e1d448 [2021-03-19T20:18:31.080Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-19T20:18:31.080Z] Removing intermediate container 850ed345792b [2021-03-19T20:18:31.080Z] ---> c7e735e1d448 [2021-03-19T20:18:31.080Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-19T20:18:31.357Z] ---> Running in 0282cf790bf8 [2021-03-19T20:18:31.632Z] ---> Running in 789107adc4bd [2021-03-19T20:18:31.632Z] ---> Running in 99bd93b7ccd7 [2021-03-19T20:18:31.910Z] Removing intermediate container d5dc63ff4dc7 [2021-03-19T20:18:31.910Z] ---> 5a946acf8780 [2021-03-19T20:18:31.910Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:18:32.517Z] Removing intermediate container 789107adc4bd [2021-03-19T20:18:32.517Z] ---> 9b369fdbc647 [2021-03-19T20:18:32.517Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:18:32.517Z] Removing intermediate container 99bd93b7ccd7 [2021-03-19T20:18:32.517Z] ---> bf04dcf8879d [2021-03-19T20:18:32.517Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:18:32.795Z] ---> Running in 529927ad0b24 [2021-03-19T20:18:32.795Z] ---> Running in a8478f1e033e [2021-03-19T20:18:33.069Z] ---> 06f893e92473 [2021-03-19T20:18:33.069Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-19T20:18:33.676Z] Removing intermediate container 529927ad0b24 [2021-03-19T20:18:33.676Z] ---> 734279725639 [2021-03-19T20:18:33.676Z] Step 15/23 : WORKDIR / [2021-03-19T20:18:34.283Z] Removing intermediate container a8478f1e033e [2021-03-19T20:18:34.284Z] ---> a55e4c380696 [2021-03-19T20:18:34.284Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:18:34.895Z] ---> Running in 65eaea7e093b [2021-03-19T20:18:35.532Z] ---> ceaddde197dd [2021-03-19T20:18:35.532Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-19T20:18:35.532Z] Removing intermediate container 0282cf790bf8 [2021-03-19T20:18:35.532Z] ---> 13e77fe437a7 [2021-03-19T20:18:35.532Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-19T20:18:35.532Z] ---> fe6c9057ea48 [2021-03-19T20:18:35.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-19T20:18:35.812Z] Removing intermediate container 65eaea7e093b [2021-03-19T20:18:35.812Z] ---> 4b02d619d4f6 [2021-03-19T20:18:35.812Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:18:36.091Z] Removing intermediate container 1809da4ce714 [2021-03-19T20:18:36.091Z] ---> 1fd564cebb15 [2021-03-19T20:18:36.091Z] [2021-03-19T20:18:36.091Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:18:36.091Z] ---> d10569e2745f [2021-03-19T20:18:36.091Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-19T20:18:36.091Z] ---> Running in f6f1afe57430 [2021-03-19T20:18:36.370Z] ---> Running in 3a4164fb25e6 [2021-03-19T20:18:36.370Z] ---> aa614c7384fb [2021-03-19T20:18:36.370Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-19T20:18:36.657Z] Removing intermediate container f6f1afe57430 [2021-03-19T20:18:36.657Z] ---> 18760de6e167 [2021-03-19T20:18:36.657Z] Step 22/24 : LABEL arch=arm64 [2021-03-19T20:18:36.931Z] ---> 6d2ee67b4529 [2021-03-19T20:18:36.931Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-19T20:18:37.206Z] ---> Running in b5307ee6317a [2021-03-19T20:18:37.206Z] ---> 7dc87c2d4bdf [2021-03-19T20:18:37.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-19T20:18:37.206Z] Removing intermediate container 3a4164fb25e6 [2021-03-19T20:18:37.206Z] ---> 74a0ef3bfc8f [2021-03-19T20:18:37.206Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-19T20:18:37.482Z] ---> 6ebe8b95fa18 [2021-03-19T20:18:37.482Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-19T20:18:37.482Z] ---> Running in 9b65c158ed3f [2021-03-19T20:18:37.765Z] Removing intermediate container b5307ee6317a [2021-03-19T20:18:37.765Z] ---> dc2503e2ae52 [2021-03-19T20:18:37.765Z] Step 23/24 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:18:38.367Z] ---> Running in be8db2482a78 [2021-03-19T20:18:38.367Z] Removing intermediate container 9b65c158ed3f [2021-03-19T20:18:38.367Z] ---> 6230fccc554f [2021-03-19T20:18:38.367Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-19T20:18:38.367Z] ---> a9140ac7006a [2021-03-19T20:18:38.367Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-19T20:18:38.648Z] ---> d5858e101331 [2021-03-19T20:18:38.648Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-19T20:18:38.648Z] ---> Running in 099e0fbaf4e4 [2021-03-19T20:18:38.648Z] ---> Running in ce3f43ce6888 [2021-03-19T20:18:38.927Z] ---> 22b952c41a33 [2021-03-19T20:18:38.927Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-19T20:18:38.927Z] ---> Running in f6641ca17785 [2021-03-19T20:18:38.927Z] Removing intermediate container be8db2482a78 [2021-03-19T20:18:38.927Z] ---> 5c6210e48d7f [2021-03-19T20:18:38.927Z] Step 24/24 : LABEL version=2.0.0-dev.133 [2021-03-19T20:18:39.202Z] ---> Running in 18387cc9950a [2021-03-19T20:18:39.202Z] Removing intermediate container ce3f43ce6888 [2021-03-19T20:18:39.202Z] ---> da196bdcaf66 [2021-03-19T20:18:39.202Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:18:39.478Z] Removing intermediate container 099e0fbaf4e4 [2021-03-19T20:18:39.478Z] ---> a5d0e0e08616 [2021-03-19T20:18:39.478Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:18:39.478Z] ---> Running in 175a7693e16c [2021-03-19T20:18:39.752Z] Removing intermediate container f6641ca17785 [2021-03-19T20:18:39.752Z] ---> a684781a3506 [2021-03-19T20:18:39.752Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-19T20:18:39.752Z] ---> Running in 5f16d65f240f [2021-03-19T20:18:40.028Z] Removing intermediate container 18387cc9950a [2021-03-19T20:18:40.028Z] ---> 9d7d19cee191 [2021-03-19T20:18:40.028Z] [2021-03-19T20:18:40.028Z] ---> 4d2ad3a6f39f [2021-03-19T20:18:40.305Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-19T20:18:40.305Z] Removing intermediate container 175a7693e16c [2021-03-19T20:18:40.305Z] ---> 3a9a78005a2e [2021-03-19T20:18:40.305Z] Step 20/22 : LABEL arch=arm64 [2021-03-19T20:18:40.597Z] Successfully built 9d7d19cee191 [2021-03-19T20:18:40.597Z] ---> Running in fa7c31643152 [2021-03-19T20:18:40.597Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-19T20:18:40.597Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-03-19T20:18:40.597Z] ---> Running in da8b92efb891 [2021-03-19T20:18:40.872Z] ---> 09181ea7fa72 [2021-03-19T20:18:40.872Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-19T20:18:41.147Z] ---> Running in 4453dc41056a [2021-03-19T20:18:41.422Z] Removing intermediate container fa7c31643152 [2021-03-19T20:18:41.422Z] ---> aa0644428164 [2021-03-19T20:18:41.422Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:18:41.422Z] Removing intermediate container da8b92efb891 [2021-03-19T20:18:41.422Z] ---> baf7c71ad7cc [2021-03-19T20:18:41.422Z] Step 21/22 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:18:41.699Z] ---> Running in 99b3a7d7b753 [2021-03-19T20:18:41.699Z] ---> Running in 8e53ec8e8131 [2021-03-19T20:18:43.178Z] Removing intermediate container 99b3a7d7b753 [2021-03-19T20:18:43.178Z] ---> 6ff2350293d1 [2021-03-19T20:18:43.178Z] Step 22/22 : LABEL version=2.0.0-dev.133 [2021-03-19T20:18:43.178Z] Removing intermediate container 8e53ec8e8131 [2021-03-19T20:18:43.178Z] ---> 0755790dacb2 [2021-03-19T20:18:43.178Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:18:43.178Z] Removing intermediate container 5f16d65f240f [2021-03-19T20:18:43.178Z] ---> 8daab18f6753 [2021-03-19T20:18:43.178Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-19T20:18:43.178Z] ---> Running in ece475162ae6 [2021-03-19T20:18:43.178Z] ---> Running in d05b13e1e2f4 [2021-03-19T20:18:43.776Z] ---> Running in 490af3893ddf [2021-03-19T20:18:44.049Z] Removing intermediate container ece475162ae6 [2021-03-19T20:18:44.049Z] ---> f63d21c0839d [2021-03-19T20:18:44.049Z] [2021-03-19T20:18:44.327Z] Removing intermediate container d05b13e1e2f4 [2021-03-19T20:18:44.327Z] ---> 14248e06ed8e [2021-03-19T20:18:44.327Z] Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:18:44.624Z] Successfully built f63d21c0839d [2021-03-19T20:18:44.624Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-19T20:18:44.624Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-19T20:18:44.898Z] ---> Running in db132a4f5a4d [2021-03-19T20:18:45.171Z] Removing intermediate container 4453dc41056a [2021-03-19T20:18:45.171Z] ---> 959b0149b76a [2021-03-19T20:18:45.171Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-19T20:18:45.446Z] Removing intermediate container db132a4f5a4d [2021-03-19T20:18:45.446Z] ---> d7536a288301 [2021-03-19T20:18:45.446Z] Step 23/23 : LABEL version=2.0.0-dev.133 [2021-03-19T20:18:45.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:18:45.718Z] ---> Running in d6fe7935504f [2021-03-19T20:18:45.718Z] ---> Running in 0e5bbb759272 [2021-03-19T20:18:46.312Z] Removing intermediate container d6fe7935504f [2021-03-19T20:18:46.312Z] ---> 0a2025418f57 [2021-03-19T20:18:46.312Z] Step 28/31 : CMD ["gate"] [2021-03-19T20:18:46.312Z] Removing intermediate container 0e5bbb759272 [2021-03-19T20:18:46.312Z] ---> 54db8daa56d9 [2021-03-19T20:18:46.312Z] [2021-03-19T20:18:46.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:18:46.592Z] Successfully built 54db8daa56d9 [2021-03-19T20:18:46.592Z] ---> Running in ccda8485da95 [2021-03-19T20:18:46.870Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-19T20:18:46.870Z] Building docker-support-notifications-go [2021-03-19T20:18:46.870Z]  Building docker-core-metadata-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-19T20:18:47.144Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-19T20:18:47.144Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-19T20:18:47.144Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-19T20:18:47.415Z] Removing intermediate container ccda8485da95 [2021-03-19T20:18:47.415Z] ---> f10010889567 [2021-03-19T20:18:47.415Z] Step 29/31 : LABEL arch=arm64 [2021-03-19T20:18:47.415Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-19T20:18:47.415Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-19T20:18:47.689Z] ---> Running in fe22b1d16063 [2021-03-19T20:18:47.689Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:18:47.689Z] OK: 8 MiB in 20 packages [2021-03-19T20:18:48.286Z] Removing intermediate container fe22b1d16063 [2021-03-19T20:18:48.286Z] ---> 05fec199025b [2021-03-19T20:18:48.286Z] Step 30/31 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:18:48.561Z] ---> Running in a47c2bc91e2d [2021-03-19T20:18:49.544Z] Removing intermediate container a47c2bc91e2d [2021-03-19T20:18:49.544Z] ---> e7b619c2e229 [2021-03-19T20:18:49.544Z] Step 31/31 : LABEL version=2.0.0-dev.133 [2021-03-19T20:18:49.822Z] Removing intermediate container 490af3893ddf [2021-03-19T20:18:49.822Z] ---> ff6c23a580a6 [2021-03-19T20:18:49.822Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:18:50.418Z] ---> Running in 67d32055ee1f [2021-03-19T20:18:50.693Z] ---> 6f866ecd459b [2021-03-19T20:18:50.986Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-19T20:18:50.986Z] Removing intermediate container 67d32055ee1f [2021-03-19T20:18:50.986Z] ---> fdc3090c10af [2021-03-19T20:18:50.986Z] [2021-03-19T20:18:51.598Z] Successfully built fdc3090c10af [2021-03-19T20:18:51.598Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-19T20:18:51.598Z] Building docker-core-command-go [2021-03-19T20:18:53.042Z]  Building docker-security-bootstrapper-go ... done  ---> e56db449ec2e [2021-03-19T20:18:53.042Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-19T20:18:54.027Z] ---> 13afbb2db89a [2021-03-19T20:18:54.027Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-19T20:18:54.301Z] ---> Running in 8b441bbbffae [2021-03-19T20:18:55.283Z] Removing intermediate container 8b441bbbffae [2021-03-19T20:18:55.283Z] ---> 908682a628c4 [2021-03-19T20:18:55.283Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:18:55.283Z] ---> Running in 0a4dd3f8325b [2021-03-19T20:18:55.886Z] Removing intermediate container 0a4dd3f8325b [2021-03-19T20:18:55.886Z] ---> f894eb92c83b [2021-03-19T20:18:55.886Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:18:56.169Z] ---> Running in 3e29313dae22 [2021-03-19T20:18:56.789Z] Removing intermediate container 3e29313dae22 [2021-03-19T20:18:56.789Z] ---> bcbdf0adf08d [2021-03-19T20:18:56.789Z] Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:18:56.789Z] ---> Running in c2dd231fc273 [2021-03-19T20:18:57.394Z] Removing intermediate container c2dd231fc273 [2021-03-19T20:18:57.394Z] ---> 8981b1b8b0f2 [2021-03-19T20:18:57.394Z] Step 23/23 : LABEL version=2.0.0-dev.133 [2021-03-19T20:18:57.394Z] ---> Running in 40db733a1a55 [2021-03-19T20:18:58.005Z] Removing intermediate container 40db733a1a55 [2021-03-19T20:18:58.005Z] ---> abfb87f32eee [2021-03-19T20:18:58.005Z] [2021-03-19T20:18:58.279Z] Successfully built abfb87f32eee [2021-03-19T20:18:58.279Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-19T20:19:08.473Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:19:08.473Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:19:08.473Z] ---> 5cd58f274232 [2021-03-19T20:19:08.473Z] Step 3/21 : WORKDIR /edgex-go [2021-03-19T20:19:08.473Z] ---> Using cache [2021-03-19T20:19:08.473Z] ---> d0c9031dfc5c [2021-03-19T20:19:08.473Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:19:08.473Z] ---> Using cache [2021-03-19T20:19:08.473Z] ---> ba8e664ce315 [2021-03-19T20:19:08.473Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-19T20:19:09.912Z] ---> Running in 479c118bbd15 [2021-03-19T20:19:11.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:19:11.966Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:19:12.571Z] OK: 217 MiB in 51 packages [2021-03-19T20:19:15.192Z] Removing intermediate container 479c118bbd15 [2021-03-19T20:19:15.192Z] ---> da7b2d72a7ac [2021-03-19T20:19:15.192Z] Step 6/21 : COPY go.mod . [2021-03-19T20:19:16.985Z] ---> b3725731c9df [2021-03-19T20:19:16.985Z] Step 7/21 : RUN go mod download [2021-03-19T20:19:16.985Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:19:16.985Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:19:16.985Z] ---> 5cd58f274232 [2021-03-19T20:19:16.985Z] Step 3/26 : WORKDIR /edgex-go [2021-03-19T20:19:16.985Z] ---> Using cache [2021-03-19T20:19:16.985Z] ---> d0c9031dfc5c [2021-03-19T20:19:16.985Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:19:16.985Z] ---> Using cache [2021-03-19T20:19:16.985Z] ---> ba8e664ce315 [2021-03-19T20:19:16.985Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-19T20:19:16.985Z] ---> Running in f6df8e395eee [2021-03-19T20:19:16.985Z] ---> Running in fa1beafbc489 [2021-03-19T20:19:17.591Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:19:17.591Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:19:17.591Z] ---> 5cd58f274232 [2021-03-19T20:19:17.591Z] Step 3/22 : WORKDIR /edgex-go [2021-03-19T20:19:17.591Z] ---> Using cache [2021-03-19T20:19:17.591Z] ---> d0c9031dfc5c [2021-03-19T20:19:17.591Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:19:17.591Z] ---> Using cache [2021-03-19T20:19:17.591Z] ---> ba8e664ce315 [2021-03-19T20:19:17.591Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-19T20:19:17.885Z] ---> Running in 9812db0463ca [2021-03-19T20:19:18.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:19:19.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:19:19.501Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-19T20:19:19.501Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-19T20:19:19.501Z] ---> 5cd58f274232 [2021-03-19T20:19:19.501Z] Step 3/23 : WORKDIR /edgex-go [2021-03-19T20:19:19.501Z] ---> Using cache [2021-03-19T20:19:19.501Z] ---> d0c9031dfc5c [2021-03-19T20:19:19.501Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-19T20:19:19.501Z] ---> Using cache [2021-03-19T20:19:19.501Z] ---> ba8e664ce315 [2021-03-19T20:19:19.501Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-19T20:19:19.501Z] ---> Using cache [2021-03-19T20:19:19.501Z] ---> da7b2d72a7ac [2021-03-19T20:19:19.501Z] Step 6/23 : COPY go.mod . [2021-03-19T20:19:19.501Z] ---> Using cache [2021-03-19T20:19:19.501Z] ---> b3725731c9df [2021-03-19T20:19:19.501Z] Step 7/23 : RUN go mod download [2021-03-19T20:19:19.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:19:20.059Z] ---> Running in 513fa8e02c7a [2021-03-19T20:19:21.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:19:21.052Z] Removing intermediate container f6df8e395eee [2021-03-19T20:19:21.052Z] ---> c2a13d8473c4 [2021-03-19T20:19:21.052Z] Step 8/21 : COPY . . [2021-03-19T20:19:21.326Z] OK: 217 MiB in 51 packages [2021-03-19T20:19:23.350Z] Removing intermediate container fa1beafbc489 [2021-03-19T20:19:23.351Z] ---> 9c103d9e12cd [2021-03-19T20:19:23.351Z] Step 6/26 : COPY go.mod . [2021-03-19T20:19:24.789Z] ---> 8d60fd4219c8 [2021-03-19T20:19:24.789Z] Step 7/26 : RUN go mod download [2021-03-19T20:19:24.789Z] ---> Running in 49560af3ef93 [2021-03-19T20:19:24.789Z] Removing intermediate container 513fa8e02c7a [2021-03-19T20:19:24.789Z] ---> 6895202f1c1e [2021-03-19T20:19:24.789Z] Step 8/23 : COPY . . [2021-03-19T20:19:25.389Z] OK: 217 MiB in 51 packages [2021-03-19T20:19:28.800Z] Removing intermediate container 9812db0463ca [2021-03-19T20:19:28.800Z] ---> d090519ca4b2 [2021-03-19T20:19:28.800Z] Step 6/22 : COPY go.mod . [2021-03-19T20:19:29.417Z] Removing intermediate container 49560af3ef93 [2021-03-19T20:19:29.417Z] ---> 7b5fa9a4afd5 [2021-03-19T20:19:29.417Z] Step 8/26 : COPY . . [2021-03-19T20:19:30.394Z] ---> bfb9d6126579 [2021-03-19T20:19:30.394Z] Step 7/22 : RUN go mod download [2021-03-19T20:19:30.731Z] ---> 4b445b061bd1 [2021-03-19T20:19:30.731Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-19T20:19:32.162Z] ---> Running in ee871e31ae56 [2021-03-19T20:19:32.162Z] ---> Running in 845520e569ed [2021-03-19T20:19:34.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T20:19:36.152Z] ---> 1692ad33e6c4 [2021-03-19T20:19:36.152Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-19T20:19:36.428Z] ---> Running in 75e3f599bbfb [2021-03-19T20:19:37.037Z] Removing intermediate container ee871e31ae56 [2021-03-19T20:19:37.037Z] ---> 6b632e641b7c [2021-03-19T20:19:37.037Z] Step 8/22 : COPY . . [2021-03-19T20:19:39.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T20:19:43.650Z] ---> 6fa7e9664d1b [2021-03-19T20:19:43.650Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-19T20:19:44.271Z] ---> Running in 43c5f283dc9c [2021-03-19T20:19:46.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T20:19:53.014Z] ---> 73ae336f86ca [2021-03-19T20:19:53.014Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-19T20:19:53.014Z] ---> Running in b734324856df [2021-03-19T20:19:55.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T20:20:42.009Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T20:20:52.193Z] Removing intermediate container 845520e569ed [2021-03-19T20:20:52.193Z] ---> aec7d9a32f25 [2021-03-19T20:20:52.193Z] [2021-03-19T20:20:52.193Z] Step 10/21 : FROM alpine:3.12 [2021-03-19T20:20:52.193Z] ---> d10569e2745f [2021-03-19T20:20:52.193Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-19T20:20:52.193Z] ---> Running in 6809aca4eedc [2021-03-19T20:20:53.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:20:53.647Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:20:54.250Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-19T20:20:54.250Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:20:54.250Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-19T20:20:54.250Z] (4/4) Installing curl (7.69.1-r3) [2021-03-19T20:20:54.529Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:20:54.529Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:20:54.815Z] OK: 7 MiB in 18 packages [2021-03-19T20:20:57.470Z] Removing intermediate container 6809aca4eedc [2021-03-19T20:20:57.470Z] ---> 5d55b9796a19 [2021-03-19T20:20:57.470Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-19T20:20:57.749Z] ---> Running in 5dcbbf219f1a [2021-03-19T20:20:58.354Z] Removing intermediate container 5dcbbf219f1a [2021-03-19T20:20:58.354Z] ---> 9f80822cbc8b [2021-03-19T20:20:58.354Z] Step 13/21 : WORKDIR /edgex [2021-03-19T20:20:58.354Z] ---> Running in e751717b4395 [2021-03-19T20:20:59.345Z] Removing intermediate container e751717b4395 [2021-03-19T20:20:59.345Z] ---> 19f905ad2f01 [2021-03-19T20:20:59.345Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-19T20:21:00.340Z] ---> be90fb394f9f [2021-03-19T20:21:00.340Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-19T20:21:02.356Z] ---> 148c06e52e3f [2021-03-19T20:21:02.356Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-19T20:21:03.800Z] ---> 56d09be9ee85 [2021-03-19T20:21:03.800Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-19T20:21:03.800Z] ---> Running in 1d5854d92075 [2021-03-19T20:21:05.248Z] Removing intermediate container 1d5854d92075 [2021-03-19T20:21:05.248Z] ---> 0fe899286a66 [2021-03-19T20:21:05.248Z] Step 18/21 : CMD ["--init=true"] [2021-03-19T20:21:05.859Z] ---> Running in 4cae41bcec15 [2021-03-19T20:21:07.311Z] Removing intermediate container 4cae41bcec15 [2021-03-19T20:21:07.312Z] ---> 3a352c5bea7e [2021-03-19T20:21:07.312Z] Step 19/21 : LABEL arch=arm64 [2021-03-19T20:21:07.590Z] ---> Running in 0a5ee274369f [2021-03-19T20:21:07.590Z] Removing intermediate container 43c5f283dc9c [2021-03-19T20:21:07.590Z] ---> ed90fed151ca [2021-03-19T20:21:07.590Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-19T20:21:08.192Z] ---> Running in 97b4857ee692 [2021-03-19T20:21:08.797Z] Removing intermediate container 0a5ee274369f [2021-03-19T20:21:08.797Z] ---> 1d608e9df269 [2021-03-19T20:21:08.797Z] Step 20/21 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:21:09.076Z] ---> Running in dba571e08820 [2021-03-19T20:21:10.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.133" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T20:21:10.079Z] Removing intermediate container dba571e08820 [2021-03-19T20:21:10.079Z] ---> b31ea7e72773 [2021-03-19T20:21:10.079Z] Step 21/21 : LABEL version=2.0.0-dev.133 [2021-03-19T20:21:10.680Z] ---> Running in 87398307ba07 [2021-03-19T20:21:11.278Z] Removing intermediate container 75e3f599bbfb [2021-03-19T20:21:11.278Z] ---> 4fbdf16ce87b [2021-03-19T20:21:11.278Z] [2021-03-19T20:21:11.278Z] Step 10/23 : FROM alpine:3.12 [2021-03-19T20:21:11.278Z] ---> d10569e2745f [2021-03-19T20:21:11.278Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-19T20:21:11.278Z] ---> Using cache [2021-03-19T20:21:11.278Z] ---> 60e718923b05 [2021-03-19T20:21:11.279Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:21:11.279Z] ---> Using cache [2021-03-19T20:21:11.279Z] ---> c7e735e1d448 [2021-03-19T20:21:11.279Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-19T20:21:11.279Z] Removing intermediate container 87398307ba07 [2021-03-19T20:21:11.279Z] ---> a29c858f46f1 [2021-03-19T20:21:11.279Z] [2021-03-19T20:21:11.556Z] ---> Running in 550df0214228 [2021-03-19T20:21:11.838Z] Successfully built a29c858f46f1 [2021-03-19T20:21:11.838Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-19T20:21:12.107Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 550df0214228 [2021-03-19T20:21:12.107Z] ---> a9f8efd1d0f4 [2021-03-19T20:21:12.107Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-19T20:21:12.383Z] ---> Running in 21a747b1cf49 [2021-03-19T20:21:13.001Z] Removing intermediate container 21a747b1cf49 [2021-03-19T20:21:13.001Z] ---> ee4a2e8fd9c9 [2021-03-19T20:21:13.001Z] Step 15/23 : WORKDIR / [2021-03-19T20:21:13.288Z] ---> Running in b96bc2484006 [2021-03-19T20:21:13.885Z] Removing intermediate container b96bc2484006 [2021-03-19T20:21:13.885Z] ---> 220a10a4975c [2021-03-19T20:21:13.885Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:21:13.885Z] Removing intermediate container 97b4857ee692 [2021-03-19T20:21:13.885Z] ---> aab892cff156 [2021-03-19T20:21:13.885Z] [2021-03-19T20:21:13.885Z] Step 11/26 : FROM docker:20.10.0 [2021-03-19T20:21:14.165Z] 20.10.0: Pulling from library/docker [2021-03-19T20:21:15.176Z] ---> 714e3e21b1e7 [2021-03-19T20:21:15.176Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-19T20:21:17.801Z] ---> 933e9c33c569 [2021-03-19T20:21:17.801Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-19T20:21:18.783Z] ---> 7f0cd0ac9e53 [2021-03-19T20:21:18.783Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-19T20:21:18.783Z] Removing intermediate container b734324856df [2021-03-19T20:21:18.783Z] ---> cdd325dc3a53 [2021-03-19T20:21:18.783Z] [2021-03-19T20:21:18.783Z] Step 10/22 : FROM alpine:3.12 [2021-03-19T20:21:18.783Z] ---> d10569e2745f [2021-03-19T20:21:18.783Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-19T20:21:19.381Z] ---> Running in f0a5cbca2ec2 [2021-03-19T20:21:19.381Z] ---> Running in a6007bd476d4 [2021-03-19T20:21:20.364Z] Removing intermediate container a6007bd476d4 [2021-03-19T20:21:20.364Z] ---> a157243dc559 [2021-03-19T20:21:20.364Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:21:20.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:21:21.075Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:21:21.361Z] ---> Running in c98478ea57a6 [2021-03-19T20:21:21.361Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-19T20:21:21.634Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-19T20:21:21.634Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:21:21.634Z] Executing ca-certificates-20191127-r4.trigger [2021-03-19T20:21:21.921Z] OK: 6 MiB in 16 packages [2021-03-19T20:21:22.516Z] Removing intermediate container c98478ea57a6 [2021-03-19T20:21:22.517Z] ---> d2f39f312d36 [2021-03-19T20:21:22.517Z] Step 21/23 : LABEL arch=arm64 [2021-03-19T20:21:23.110Z] ---> Running in 3253c2a6b76b [2021-03-19T20:21:23.713Z] Removing intermediate container 3253c2a6b76b [2021-03-19T20:21:23.713Z] ---> 42979178238a [2021-03-19T20:21:23.713Z] Step 22/23 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:21:23.988Z] Removing intermediate container f0a5cbca2ec2 [2021-03-19T20:21:23.988Z] ---> e16a89fdd3f7 [2021-03-19T20:21:23.988Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-19T20:21:23.988Z] ---> Running in 4462e9d566d8 [2021-03-19T20:21:24.268Z] ---> Running in 1073e0245bc7 [2021-03-19T20:21:24.538Z] Removing intermediate container 4462e9d566d8 [2021-03-19T20:21:24.538Z] ---> e71b1c36555e [2021-03-19T20:21:24.538Z] Step 23/23 : LABEL version=2.0.0-dev.133 [2021-03-19T20:21:24.811Z] ---> Running in 54bbda564560 [2021-03-19T20:21:24.811Z] Removing intermediate container 1073e0245bc7 [2021-03-19T20:21:24.811Z] ---> 34b2ff80ea03 [2021-03-19T20:21:24.811Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-19T20:21:25.091Z] ---> Running in 7018ec9d31e6 [2021-03-19T20:21:25.091Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-19T20:21:25.091Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-19T20:21:25.091Z] ---> eeaf43b92773 [2021-03-19T20:21:25.091Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-19T20:21:25.364Z] ---> Running in 8c4c7bb5e923 [2021-03-19T20:21:25.364Z] Removing intermediate container 54bbda564560 [2021-03-19T20:21:25.364Z] ---> 9560db9c838b [2021-03-19T20:21:25.364Z] [2021-03-19T20:21:25.637Z] Removing intermediate container 7018ec9d31e6 [2021-03-19T20:21:25.637Z] ---> de48a859a5d2 [2021-03-19T20:21:25.637Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-19T20:21:25.637Z] Successfully built 9560db9c838b [2021-03-19T20:21:25.906Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-19T20:21:25.906Z]  Building docker-core-command-go ... done  ---> Running in 907007f443c7 [2021-03-19T20:21:26.498Z] Removing intermediate container 907007f443c7 [2021-03-19T20:21:26.498Z] ---> 5745a612a1b8 [2021-03-19T20:21:26.498Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-19T20:21:26.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:21:26.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:21:27.090Z] (1/2) Installing readline (8.0.4-r0) [2021-03-19T20:21:27.090Z] (2/2) Installing bash (5.0.17-r0) [2021-03-19T20:21:27.090Z] ---> 341e24feb877 [2021-03-19T20:21:27.090Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-19T20:21:27.090Z] Executing bash-5.0.17-r0.post-install [2021-03-19T20:21:27.090Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:21:27.090Z] OK: 12 MiB in 22 packages [2021-03-19T20:21:28.518Z] ---> 860c0fcbff11 [2021-03-19T20:21:28.518Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-19T20:21:28.518Z] Removing intermediate container 8c4c7bb5e923 [2021-03-19T20:21:28.518Z] ---> 15e31a21d1c7 [2021-03-19T20:21:28.518Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-19T20:21:28.518Z] ---> Running in 11f2b608d10d [2021-03-19T20:21:29.118Z] ---> 07d6d56bcf36 [2021-03-19T20:21:29.118Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-19T20:21:29.118Z] Removing intermediate container 11f2b608d10d [2021-03-19T20:21:29.118Z] ---> cc95069e8339 [2021-03-19T20:21:29.118Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-19T20:21:29.118Z] ---> Running in 28975fab1e3c [2021-03-19T20:21:29.118Z] ---> Running in 049aa43f91c4 [2021-03-19T20:21:29.713Z] Removing intermediate container 049aa43f91c4 [2021-03-19T20:21:29.713Z] ---> aeaf12300e4e [2021-03-19T20:21:29.713Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:21:29.713Z] Removing intermediate container 28975fab1e3c [2021-03-19T20:21:29.713Z] ---> 6a2b13193d5f [2021-03-19T20:21:29.713Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-19T20:21:29.985Z] ---> Running in 9e0e93aaf25b [2021-03-19T20:21:29.985Z] ---> Running in 5e89138caba2 [2021-03-19T20:21:30.576Z] Removing intermediate container 9e0e93aaf25b [2021-03-19T20:21:30.576Z] Removing intermediate container 5e89138caba2 [2021-03-19T20:21:30.576Z] ---> b1084dc16b02 [2021-03-19T20:21:30.576Z] ---> 0cdb39d60477 [2021-03-19T20:21:30.576Z] Step 20/22 : LABEL arch=arm64Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-19T20:21:30.576Z] [2021-03-19T20:21:30.849Z] ---> Running in d8d43a47e11d [2021-03-19T20:21:31.442Z] Removing intermediate container d8d43a47e11d [2021-03-19T20:21:31.442Z] ---> d13a265f46dd [2021-03-19T20:21:31.442Z] Step 21/22 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:21:31.713Z] ---> Running in 562404146c46 [2021-03-19T20:21:31.713Z] ---> da32ba55eee5 [2021-03-19T20:21:31.713Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-19T20:21:32.307Z] Removing intermediate container 562404146c46 [2021-03-19T20:21:32.307Z] ---> 7a539c542902 [2021-03-19T20:21:32.307Z] Step 22/22 : LABEL version=2.0.0-dev.133 [2021-03-19T20:21:32.307Z] ---> Running in 65ce89ade51e [2021-03-19T20:21:32.581Z] ---> b41ba2508b6e [2021-03-19T20:21:32.581Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-19T20:21:32.852Z] Removing intermediate container 65ce89ade51e [2021-03-19T20:21:32.852Z] ---> f404e734257d [2021-03-19T20:21:32.852Z] [2021-03-19T20:21:33.124Z] Successfully built f404e734257d [2021-03-19T20:21:33.124Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-19T20:21:33.743Z]  Building docker-support-notifications-go ... done  ---> f034c486e01e [2021-03-19T20:21:33.743Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-19T20:21:33.743Z] ---> Running in a0fb2188ef2d [2021-03-19T20:21:35.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:21:35.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:21:35.822Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-19T20:21:35.822Z] (2/33) Installing expat (2.2.9-r1) [2021-03-19T20:21:35.822Z] (3/33) Installing libffi (3.3-r2) [2021-03-19T20:21:35.822Z] (4/33) Installing gdbm (1.13-r1) [2021-03-19T20:21:35.822Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-19T20:21:35.822Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-19T20:21:35.822Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-19T20:21:37.261Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-19T20:21:37.261Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-19T20:21:37.261Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-19T20:21:37.530Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-19T20:21:37.530Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-19T20:21:37.530Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-19T20:21:37.530Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-19T20:21:37.530Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-19T20:21:37.530Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-19T20:21:37.530Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-19T20:21:37.800Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-19T20:21:37.800Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-19T20:21:37.800Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-19T20:21:37.800Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-19T20:21:37.800Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-19T20:21:37.800Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-19T20:21:37.800Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-19T20:21:37.800Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-19T20:21:37.800Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-19T20:21:37.800Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-19T20:21:37.800Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-19T20:21:37.800Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-19T20:21:37.800Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-19T20:21:37.800Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-19T20:21:37.800Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-19T20:21:37.800Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-19T20:21:38.071Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:21:38.071Z] OK: 71 MiB in 55 packages [2021-03-19T20:21:44.767Z] Removing intermediate container a0fb2188ef2d [2021-03-19T20:21:44.767Z] ---> 79bced9453fe [2021-03-19T20:21:44.767Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-19T20:21:44.767Z] ---> Running in a9f4c7f0dea8 [2021-03-19T20:21:49.044Z] Collecting docker-compose==1.23.2 [2021-03-19T20:21:49.044Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-19T20:21:49.632Z] Collecting docopt<0.7,>=0.6.1 [2021-03-19T20:21:49.632Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-19T20:21:51.592Z] Collecting jsonschema<3,>=2.5.1 [2021-03-19T20:21:51.592Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-19T20:21:53.009Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-19T20:21:53.009Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-19T20:21:53.277Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-19T20:21:53.277Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-19T20:21:54.245Z] Collecting PyYAML<4,>=3.10 [2021-03-19T20:21:54.245Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-19T20:21:57.608Z] Collecting docker<4.0,>=3.6.0 [2021-03-19T20:21:57.608Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-19T20:21:57.878Z] Collecting texttable<0.10,>=0.9.0 [2021-03-19T20:21:57.878Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-19T20:21:59.837Z] 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-19T20:21:59.838Z] Collecting cached-property<2,>=1.2.0 [2021-03-19T20:21:59.838Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-19T20:22:00.107Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-19T20:22:00.107Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-19T20:22:02.065Z] 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-19T20:22:02.065Z] 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-19T20:22:02.065Z] Collecting idna<2.8,>=2.5 [2021-03-19T20:22:02.065Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-19T20:22:02.654Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-19T20:22:02.654Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-19T20:22:02.922Z] Collecting docker-pycreds>=0.4.0 [2021-03-19T20:22:02.922Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-19T20:22:03.191Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-19T20:22:03.191Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-19T20:22:03.191Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-19T20:22:03.191Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-19T20:22:03.781Z] Installing collected packages: docopt, jsonschema, idna, urllib3, requests, websocket-client, PyYAML, docker-pycreds, docker, texttable, cached-property, dockerpty, docker-compose [2021-03-19T20:22:03.781Z] Running setup.py install for docopt: started [2021-03-19T20:22:05.745Z] Running setup.py install for docopt: finished with status 'done' [2021-03-19T20:22:06.015Z] Attempting uninstall: idna [2021-03-19T20:22:06.015Z] Found existing installation: idna 2.9 [2021-03-19T20:22:06.015Z] Uninstalling idna-2.9: [2021-03-19T20:22:06.015Z] Successfully uninstalled idna-2.9 [2021-03-19T20:22:06.607Z] Attempting uninstall: urllib3 [2021-03-19T20:22:06.607Z] Found existing installation: urllib3 1.25.9 [2021-03-19T20:22:06.607Z] Uninstalling urllib3-1.25.9: [2021-03-19T20:22:06.876Z] Successfully uninstalled urllib3-1.25.9 [2021-03-19T20:22:07.465Z] Attempting uninstall: requests [2021-03-19T20:22:07.465Z] Found existing installation: requests 2.23.0 [2021-03-19T20:22:07.465Z] Uninstalling requests-2.23.0: [2021-03-19T20:22:07.465Z] Successfully uninstalled requests-2.23.0 [2021-03-19T20:22:08.054Z] Running setup.py install for PyYAML: started [2021-03-19T20:22:10.657Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-19T20:22:10.927Z] Running setup.py install for texttable: started [2021-03-19T20:22:12.884Z] Running setup.py install for texttable: finished with status 'done' [2021-03-19T20:22:12.884Z] Running setup.py install for dockerpty: started [2021-03-19T20:22:14.845Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-19T20:22:15.435Z] 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-19T20:22:18.800Z] Removing intermediate container a9f4c7f0dea8 [2021-03-19T20:22:18.800Z] ---> b4eb55494da7 [2021-03-19T20:22:18.800Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-19T20:22:19.088Z] ---> Running in d90263d08a1b [2021-03-19T20:22:20.069Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-19T20:22:20.338Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-19T20:22:20.925Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-19T20:22:20.925Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-19T20:22:20.925Z] (3/3) Installing curl (7.69.1-r3) [2021-03-19T20:22:20.925Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T20:22:20.925Z] OK: 72 MiB in 58 packages [2021-03-19T20:22:22.349Z] Removing intermediate container d90263d08a1b [2021-03-19T20:22:22.349Z] ---> 5c2633fee968 [2021-03-19T20:22:22.349Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-19T20:22:22.349Z] ---> Running in 24f12676a283 [2021-03-19T20:22:22.971Z] Removing intermediate container 24f12676a283 [2021-03-19T20:22:22.971Z] ---> dc8f881330a5 [2021-03-19T20:22:22.971Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-19T20:22:22.971Z] ---> Running in ebe63327a0d2 [2021-03-19T20:22:23.565Z] Removing intermediate container ebe63327a0d2 [2021-03-19T20:22:23.565Z] ---> 60529ad8517b [2021-03-19T20:22:23.565Z] Step 24/26 : LABEL arch=arm64 [2021-03-19T20:22:23.565Z] ---> Running in f306f9234b75 [2021-03-19T20:22:24.162Z] Removing intermediate container f306f9234b75 [2021-03-19T20:22:24.162Z] ---> a0aa62902e80 [2021-03-19T20:22:24.162Z] Step 25/26 : LABEL git_sha=05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:24.162Z] ---> Running in b51edaa7cf9f [2021-03-19T20:22:24.757Z] Removing intermediate container b51edaa7cf9f [2021-03-19T20:22:24.757Z] ---> d9b3c7500309 [2021-03-19T20:22:24.757Z] Step 26/26 : LABEL version=2.0.0-dev.133 [2021-03-19T20:22:24.757Z] ---> Running in cfe25aab6bef [2021-03-19T20:22:25.357Z] Removing intermediate container cfe25aab6bef [2021-03-19T20:22:25.357Z] ---> 364cf58a611c [2021-03-19T20:22:25.357Z] [2021-03-19T20:22:25.639Z] Successfully built 364cf58a611c [2021-03-19T20:22:25.639Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-19T20:22:25.962Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-19T20:22:25.969Z] $ docker stop --time=1 ae365727281875485f3e409d4f1a8ff8edc165dd7140ea25307cd9298816aab9 [2021-03-19T20:22:27.910Z] $ docker rm -f ae365727281875485f3e409d4f1a8ff8edc165dd7140ea25307cd9298816aab9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T20:22:28.589Z] + grep docker [2021-03-19T20:22:28.589Z] + docker images [2021-03-19T20:22:28.860Z] docker-sys-mgmt-agent-go-arm64 latest 364cf58a611c 4 seconds ago 300MB [2021-03-19T20:22:28.861Z] docker-support-notifications-go-arm64 latest f404e734257d 56 seconds ago 16.9MB [2021-03-19T20:22:28.861Z] docker-core-command-go-arm64 latest 9560db9c838b About a minute ago 16.3MB [2021-03-19T20:22:28.861Z] docker-security-proxy-setup-go-arm64 latest a29c858f46f1 About a minute ago 23.4MB [2021-03-19T20:22:28.861Z] docker-core-data-go-arm64 latest abfb87f32eee 3 minutes ago 21.3MB [2021-03-19T20:22:28.861Z] docker-security-bootstrapper-go-arm64 latest fdc3090c10af 3 minutes ago 17.8MB [2021-03-19T20:22:28.861Z] docker-core-metadata-go-arm64 latest 54db8daa56d9 3 minutes ago 17.9MB [2021-03-19T20:22:28.861Z] docker-support-scheduler-go-arm64 latest f63d21c0839d 3 minutes ago 16.3MB [2021-03-19T20:22:28.861Z] docker-security-secretstore-setup-go-arm64 latest 9d7d19cee191 3 minutes ago 23.7MB [2021-03-19T20:22:28.861Z] 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-19T20:22:29.412Z] provisioning config files... [2021-03-19T20:22:29.448Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/400@tmp/config7233861280855267480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:22:29.850Z] ---> docker-login.sh [2021-03-19T20:22:29.850Z] nexus3.edgexfoundry.org:10001 [2021-03-19T20:22:30.120Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:22:30.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:22:30.393Z] Configure a credential helper to remove this warning. See [2021-03-19T20:22:30.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:22:30.393Z] [2021-03-19T20:22:30.393Z] Login Succeeded [2021-03-19T20:22:30.393Z] nexus3.edgexfoundry.org:10002 [2021-03-19T20:22:30.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:22:30.940Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:22:30.940Z] Configure a credential helper to remove this warning. See [2021-03-19T20:22:30.940Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:22:30.940Z] [2021-03-19T20:22:30.940Z] Login Succeeded [2021-03-19T20:22:30.940Z] nexus3.edgexfoundry.org:10003 [2021-03-19T20:22:31.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:22:31.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:22:31.481Z] Configure a credential helper to remove this warning. See [2021-03-19T20:22:31.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:22:31.481Z] [2021-03-19T20:22:31.481Z] Login Succeeded [2021-03-19T20:22:31.481Z] nexus3.edgexfoundry.org:10004 [2021-03-19T20:22:31.751Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:22:32.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:22:32.022Z] Configure a credential helper to remove this warning. See [2021-03-19T20:22:32.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:22:32.022Z] [2021-03-19T20:22:32.022Z] Login Succeeded [2021-03-19T20:22:32.022Z] docker.io [2021-03-19T20:22:32.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-19T20:22:32.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-19T20:22:32.880Z] Configure a credential helper to remove this warning. See [2021-03-19T20:22:32.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-19T20:22:32.880Z] [2021-03-19T20:22:32.880Z] Login Succeeded [2021-03-19T20:22:32.880Z] ---> docker-login.sh ends [Pipeline] } [2021-03-19T20:22:32.895Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:22:33.175Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-19T20:22:33.175Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:33.175Z] 2.0.0-dev.133 [2021-03-19T20:22:33.175Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:33.175Z] master [2021-03-19T20:22:33.175Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:33.701Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:34.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:34.035Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-19T20:22:34.035Z] fa351eabc361: Preparing [2021-03-19T20:22:34.035Z] 5c21ce38604f: Preparing [2021-03-19T20:22:34.035Z] 94b76442b6f5: Preparing [2021-03-19T20:22:34.035Z] a80263ea39e6: Preparing [2021-03-19T20:22:34.035Z] 02a88cfff88f: Preparing [2021-03-19T20:22:34.305Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:34.305Z] a80263ea39e6: Pushed [2021-03-19T20:22:34.305Z] fa351eabc361: Pushed [2021-03-19T20:22:34.305Z] 94b76442b6f5: Pushed [2021-03-19T20:22:36.992Z] 5c21ce38604f: Pushed [2021-03-19T20:22:37.267Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:0870a32c2ebace197174eb4749bd6030983b477f8aa680c480239513079805df size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:37.626Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:37.960Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.133 [2021-03-19T20:22:37.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-19T20:22:37.961Z] fa351eabc361: Preparing [2021-03-19T20:22:37.961Z] 5c21ce38604f: Preparing [2021-03-19T20:22:37.961Z] 94b76442b6f5: Preparing [2021-03-19T20:22:37.961Z] a80263ea39e6: Preparing [2021-03-19T20:22:37.961Z] 02a88cfff88f: Preparing [2021-03-19T20:22:38.230Z] fa351eabc361: Layer already exists [2021-03-19T20:22:38.230Z] 5c21ce38604f: Layer already exists [2021-03-19T20:22:38.230Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:38.230Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:38.230Z] a80263ea39e6: Layer already exists [2021-03-19T20:22:38.230Z] 2.0.0-dev.133: digest: sha256:0870a32c2ebace197174eb4749bd6030983b477f8aa680c480239513079805df size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:38.570Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:38.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:38.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-19T20:22:38.900Z] fa351eabc361: Preparing [2021-03-19T20:22:38.900Z] 5c21ce38604f: Preparing [2021-03-19T20:22:38.900Z] 94b76442b6f5: Preparing [2021-03-19T20:22:38.900Z] a80263ea39e6: Preparing [2021-03-19T20:22:38.900Z] 02a88cfff88f: Preparing [2021-03-19T20:22:38.900Z] 5c21ce38604f: Layer already exists [2021-03-19T20:22:38.900Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:39.171Z] fa351eabc361: Layer already exists [2021-03-19T20:22:39.171Z] a80263ea39e6: Layer already exists [2021-03-19T20:22:39.171Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:39.171Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:0870a32c2ebace197174eb4749bd6030983b477f8aa680c480239513079805df size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:39.510Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:39.840Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-19T20:22:39.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-19T20:22:39.840Z] fa351eabc361: Preparing [2021-03-19T20:22:39.840Z] 5c21ce38604f: Preparing [2021-03-19T20:22:39.840Z] 94b76442b6f5: Preparing [2021-03-19T20:22:39.840Z] a80263ea39e6: Preparing [2021-03-19T20:22:39.840Z] 02a88cfff88f: Preparing [2021-03-19T20:22:39.840Z] 5c21ce38604f: Layer already exists [2021-03-19T20:22:39.840Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:39.840Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:39.840Z] a80263ea39e6: Layer already exists [2021-03-19T20:22:39.840Z] fa351eabc361: Layer already exists [2021-03-19T20:22:40.108Z] master: digest: sha256:0870a32c2ebace197174eb4749bd6030983b477f8aa680c480239513079805df size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:22:40.366Z] ===================================================== [Pipeline] echo [2021-03-19T20:22:40.443Z] taggedImages: [2021-03-19T20:22:40.443Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:40.443Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.133 [2021-03-19T20:22:40.443Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:40.443Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-19T20:22:40.520Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-19T20:22:40.520Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:40.520Z] 2.0.0-dev.133 [2021-03-19T20:22:40.520Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:40.520Z] master [2021-03-19T20:22:40.520Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:41.086Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:41.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:41.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-19T20:22:41.413Z] 75228914d1d4: Preparing [2021-03-19T20:22:41.413Z] e4708b6e2db5: Preparing [2021-03-19T20:22:41.413Z] 94b76442b6f5: Preparing [2021-03-19T20:22:41.413Z] 7abcce654888: Preparing [2021-03-19T20:22:41.413Z] ecd6309d406b: Preparing [2021-03-19T20:22:41.413Z] 02a88cfff88f: Preparing [2021-03-19T20:22:41.413Z] 02a88cfff88f: Waiting [2021-03-19T20:22:41.688Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:41.688Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:41.688Z] ecd6309d406b: Pushed [2021-03-19T20:22:41.688Z] 75228914d1d4: Pushed [2021-03-19T20:22:42.276Z] 7abcce654888: Pushed [2021-03-19T20:22:44.874Z] e4708b6e2db5: Pushed [2021-03-19T20:22:44.874Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:e7107c2878e4d79b3e8e7d9beda29f2bce16ad54c1b766a238465a05cf313f16 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:45.215Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:45.550Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.133 [2021-03-19T20:22:45.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-19T20:22:45.550Z] 75228914d1d4: Preparing [2021-03-19T20:22:45.550Z] e4708b6e2db5: Preparing [2021-03-19T20:22:45.550Z] 94b76442b6f5: Preparing [2021-03-19T20:22:45.550Z] 7abcce654888: Preparing [2021-03-19T20:22:45.550Z] ecd6309d406b: Preparing [2021-03-19T20:22:45.550Z] 02a88cfff88f: Preparing [2021-03-19T20:22:45.550Z] 02a88cfff88f: Waiting [2021-03-19T20:22:45.550Z] 75228914d1d4: Layer already exists [2021-03-19T20:22:45.550Z] 7abcce654888: Layer already exists [2021-03-19T20:22:45.550Z] e4708b6e2db5: Layer already exists [2021-03-19T20:22:45.550Z] ecd6309d406b: Layer already exists [2021-03-19T20:22:45.550Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:45.550Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:45.819Z] 2.0.0-dev.133: digest: sha256:e7107c2878e4d79b3e8e7d9beda29f2bce16ad54c1b766a238465a05cf313f16 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:46.162Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:46.531Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:46.531Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-19T20:22:46.531Z] 75228914d1d4: Preparing [2021-03-19T20:22:46.531Z] e4708b6e2db5: Preparing [2021-03-19T20:22:46.531Z] 94b76442b6f5: Preparing [2021-03-19T20:22:46.531Z] 7abcce654888: Preparing [2021-03-19T20:22:46.531Z] ecd6309d406b: Preparing [2021-03-19T20:22:46.531Z] 02a88cfff88f: Preparing [2021-03-19T20:22:46.531Z] 02a88cfff88f: Waiting [2021-03-19T20:22:46.531Z] 7abcce654888: Layer already exists [2021-03-19T20:22:46.531Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:46.531Z] ecd6309d406b: Layer already exists [2021-03-19T20:22:46.531Z] e4708b6e2db5: Layer already exists [2021-03-19T20:22:46.531Z] 75228914d1d4: Layer already exists [2021-03-19T20:22:46.531Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:46.801Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:e7107c2878e4d79b3e8e7d9beda29f2bce16ad54c1b766a238465a05cf313f16 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:47.142Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:47.478Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-19T20:22:47.478Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-19T20:22:47.478Z] 75228914d1d4: Preparing [2021-03-19T20:22:47.478Z] e4708b6e2db5: Preparing [2021-03-19T20:22:47.478Z] 94b76442b6f5: Preparing [2021-03-19T20:22:47.478Z] 7abcce654888: Preparing [2021-03-19T20:22:47.478Z] ecd6309d406b: Preparing [2021-03-19T20:22:47.478Z] 02a88cfff88f: Preparing [2021-03-19T20:22:47.478Z] 02a88cfff88f: Waiting [2021-03-19T20:22:47.478Z] e4708b6e2db5: Layer already exists [2021-03-19T20:22:47.478Z] 7abcce654888: Layer already exists [2021-03-19T20:22:47.478Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:47.478Z] 75228914d1d4: Layer already exists [2021-03-19T20:22:47.749Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:48.722Z] ecd6309d406b: Layer already exists [2021-03-19T20:22:48.722Z] master: digest: sha256:e7107c2878e4d79b3e8e7d9beda29f2bce16ad54c1b766a238465a05cf313f16 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:22:48.923Z] ===================================================== [Pipeline] echo [2021-03-19T20:22:48.970Z] taggedImages: [2021-03-19T20:22:48.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:48.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.133 [2021-03-19T20:22:48.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:48.970Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-19T20:22:49.033Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-19T20:22:49.033Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:49.033Z] 2.0.0-dev.133 [2021-03-19T20:22:49.033Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:49.033Z] master [2021-03-19T20:22:49.033Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:49.573Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:49.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:49.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-19T20:22:49.911Z] 028c86353682: Preparing [2021-03-19T20:22:49.911Z] 324f824c5401: Preparing [2021-03-19T20:22:49.911Z] 94b76442b6f5: Preparing [2021-03-19T20:22:49.911Z] a80263ea39e6: Preparing [2021-03-19T20:22:49.911Z] 02a88cfff88f: Preparing [2021-03-19T20:22:50.193Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:50.193Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:50.193Z] a80263ea39e6: Layer already exists [2021-03-19T20:22:50.193Z] 028c86353682: Pushed [2021-03-19T20:22:53.559Z] 324f824c5401: Pushed [2021-03-19T20:22:53.559Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:64e55c9c29233ecc689611fa26efcdd85ace1bc57b59c1e10c472c8b01091b78 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:53.901Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:54.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.133 [2021-03-19T20:22:54.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-19T20:22:54.243Z] 028c86353682: Preparing [2021-03-19T20:22:54.243Z] 324f824c5401: Preparing [2021-03-19T20:22:54.243Z] 94b76442b6f5: Preparing [2021-03-19T20:22:54.243Z] a80263ea39e6: Preparing [2021-03-19T20:22:54.243Z] 02a88cfff88f: Preparing [2021-03-19T20:22:54.243Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:54.243Z] a80263ea39e6: Layer already exists [2021-03-19T20:22:54.243Z] 324f824c5401: Layer already exists [2021-03-19T20:22:54.512Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:54.512Z] 028c86353682: Layer already exists [2021-03-19T20:22:54.512Z] 2.0.0-dev.133: digest: sha256:64e55c9c29233ecc689611fa26efcdd85ace1bc57b59c1e10c472c8b01091b78 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:54.848Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:55.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:55.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-19T20:22:55.179Z] 028c86353682: Preparing [2021-03-19T20:22:55.179Z] 324f824c5401: Preparing [2021-03-19T20:22:55.179Z] 94b76442b6f5: Preparing [2021-03-19T20:22:55.179Z] a80263ea39e6: Preparing [2021-03-19T20:22:55.179Z] 02a88cfff88f: Preparing [2021-03-19T20:22:55.179Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:55.451Z] a80263ea39e6: Layer already exists [2021-03-19T20:22:55.451Z] 028c86353682: Layer already exists [2021-03-19T20:22:55.451Z] 324f824c5401: Layer already exists [2021-03-19T20:22:55.451Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:55.451Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:64e55c9c29233ecc689611fa26efcdd85ace1bc57b59c1e10c472c8b01091b78 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:56.053Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:56.385Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-19T20:22:56.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-19T20:22:56.385Z] 028c86353682: Preparing [2021-03-19T20:22:56.385Z] 324f824c5401: Preparing [2021-03-19T20:22:56.385Z] 94b76442b6f5: Preparing [2021-03-19T20:22:56.385Z] a80263ea39e6: Preparing [2021-03-19T20:22:56.385Z] 02a88cfff88f: Preparing [2021-03-19T20:22:56.385Z] 324f824c5401: Layer already exists [2021-03-19T20:22:56.385Z] 028c86353682: Layer already exists [2021-03-19T20:22:56.385Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:56.385Z] a80263ea39e6: Layer already exists [2021-03-19T20:22:56.385Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:56.655Z] master: digest: sha256:64e55c9c29233ecc689611fa26efcdd85ace1bc57b59c1e10c472c8b01091b78 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:22:56.905Z] ===================================================== [Pipeline] echo [2021-03-19T20:22:56.950Z] taggedImages: [2021-03-19T20:22:56.950Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:56.950Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.133 [2021-03-19T20:22:56.950Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:56.950Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-19T20:22:57.037Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-19T20:22:57.037Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:57.037Z] 2.0.0-dev.133 [2021-03-19T20:22:57.037Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:22:57.037Z] master [2021-03-19T20:22:57.037Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:57.582Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:22:57.921Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:22:57.921Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-19T20:22:57.921Z] c720231d3bee: Preparing [2021-03-19T20:22:57.921Z] c720231d3bee: Preparing [2021-03-19T20:22:57.921Z] 48f651ba5f88: Preparing [2021-03-19T20:22:57.921Z] 1664bf5b03c1: Preparing [2021-03-19T20:22:57.921Z] 993a7b12391e: Preparing [2021-03-19T20:22:57.921Z] 2593694c1fbe: Preparing [2021-03-19T20:22:57.921Z] 94b76442b6f5: Preparing [2021-03-19T20:22:57.921Z] fd1d96872493: Preparing [2021-03-19T20:22:57.921Z] fd1d96872493: Preparing [2021-03-19T20:22:57.921Z] a9c753fc6b03: Preparing [2021-03-19T20:22:57.921Z] ce317ce56919: Preparing [2021-03-19T20:22:57.921Z] 02a88cfff88f: Preparing [2021-03-19T20:22:57.921Z] a9c753fc6b03: Waiting [2021-03-19T20:22:57.921Z] ce317ce56919: Waiting [2021-03-19T20:22:57.921Z] 94b76442b6f5: Waiting [2021-03-19T20:22:57.921Z] 02a88cfff88f: Waiting [2021-03-19T20:22:57.921Z] fd1d96872493: Waiting [2021-03-19T20:22:58.190Z] 48f651ba5f88: Pushed [2021-03-19T20:22:58.191Z] c720231d3bee: Pushed [2021-03-19T20:22:58.191Z] 993a7b12391e: Pushed [2021-03-19T20:22:58.460Z] 1664bf5b03c1: Pushed [2021-03-19T20:22:58.460Z] 94b76442b6f5: Layer already exists [2021-03-19T20:22:58.460Z] 02a88cfff88f: Layer already exists [2021-03-19T20:22:58.460Z] a9c753fc6b03: Pushed [2021-03-19T20:22:58.460Z] fd1d96872493: Pushed [2021-03-19T20:22:58.460Z] ce317ce56919: Pushed [2021-03-19T20:23:01.832Z] 2593694c1fbe: Pushed [2021-03-19T20:23:01.832Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:879491a2e5a4e0280f35600c076a86180e9de822562da223c2d48ee6447b9ad6 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:02.187Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:02.572Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:02.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-19T20:23:02.572Z] c720231d3bee: Preparing [2021-03-19T20:23:02.572Z] c720231d3bee: Preparing [2021-03-19T20:23:02.572Z] 48f651ba5f88: Preparing [2021-03-19T20:23:02.572Z] 1664bf5b03c1: Preparing [2021-03-19T20:23:02.572Z] 993a7b12391e: Preparing [2021-03-19T20:23:02.572Z] 2593694c1fbe: Preparing [2021-03-19T20:23:02.572Z] 94b76442b6f5: Preparing [2021-03-19T20:23:02.572Z] fd1d96872493: Preparing [2021-03-19T20:23:02.572Z] fd1d96872493: Preparing [2021-03-19T20:23:02.572Z] a9c753fc6b03: Preparing [2021-03-19T20:23:02.572Z] ce317ce56919: Preparing [2021-03-19T20:23:02.572Z] 02a88cfff88f: Preparing [2021-03-19T20:23:02.572Z] 94b76442b6f5: Waiting [2021-03-19T20:23:02.572Z] ce317ce56919: Waiting [2021-03-19T20:23:02.572Z] 02a88cfff88f: Waiting [2021-03-19T20:23:02.572Z] fd1d96872493: Waiting [2021-03-19T20:23:02.572Z] a9c753fc6b03: Waiting [2021-03-19T20:23:03.935Z] 48f651ba5f88: Layer already exists [2021-03-19T20:23:03.935Z] c720231d3bee: Layer already exists [2021-03-19T20:23:03.935Z] 993a7b12391e: Layer already exists [2021-03-19T20:23:03.935Z] 2593694c1fbe: Layer already exists [2021-03-19T20:23:03.935Z] 1664bf5b03c1: Layer already exists [2021-03-19T20:23:03.935Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:03.935Z] fd1d96872493: Layer already exists [2021-03-19T20:23:03.935Z] a9c753fc6b03: Layer already exists [2021-03-19T20:23:03.935Z] ce317ce56919: Layer already exists [2021-03-19T20:23:03.935Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:03.935Z] 2.0.0-dev.133: digest: sha256:879491a2e5a4e0280f35600c076a86180e9de822562da223c2d48ee6447b9ad6 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:04.273Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:04.605Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:04.606Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-19T20:23:04.606Z] c720231d3bee: Preparing [2021-03-19T20:23:04.606Z] c720231d3bee: Preparing [2021-03-19T20:23:04.606Z] 48f651ba5f88: Preparing [2021-03-19T20:23:04.606Z] 1664bf5b03c1: Preparing [2021-03-19T20:23:04.606Z] 993a7b12391e: Preparing [2021-03-19T20:23:04.606Z] 2593694c1fbe: Preparing [2021-03-19T20:23:04.606Z] 94b76442b6f5: Preparing [2021-03-19T20:23:04.606Z] fd1d96872493: Preparing [2021-03-19T20:23:04.606Z] fd1d96872493: Preparing [2021-03-19T20:23:04.606Z] a9c753fc6b03: Preparing [2021-03-19T20:23:04.606Z] ce317ce56919: Preparing [2021-03-19T20:23:04.606Z] 02a88cfff88f: Preparing [2021-03-19T20:23:04.606Z] 94b76442b6f5: Waiting [2021-03-19T20:23:04.606Z] fd1d96872493: Waiting [2021-03-19T20:23:04.606Z] a9c753fc6b03: Waiting [2021-03-19T20:23:04.606Z] 02a88cfff88f: Waiting [2021-03-19T20:23:04.606Z] ce317ce56919: Waiting [2021-03-19T20:23:04.875Z] 1664bf5b03c1: Layer already exists [2021-03-19T20:23:04.875Z] 48f651ba5f88: Layer already exists [2021-03-19T20:23:04.875Z] c720231d3bee: Layer already exists [2021-03-19T20:23:04.875Z] 2593694c1fbe: Layer already exists [2021-03-19T20:23:04.875Z] 993a7b12391e: Layer already exists [2021-03-19T20:23:04.875Z] fd1d96872493: Layer already exists [2021-03-19T20:23:04.875Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:04.875Z] a9c753fc6b03: Layer already exists [2021-03-19T20:23:04.875Z] ce317ce56919: Layer already exists [2021-03-19T20:23:04.875Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:04.875Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:879491a2e5a4e0280f35600c076a86180e9de822562da223c2d48ee6447b9ad6 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:05.213Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:05.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-19T20:23:05.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-19T20:23:05.549Z] c720231d3bee: Preparing [2021-03-19T20:23:05.549Z] c720231d3bee: Preparing [2021-03-19T20:23:05.549Z] 48f651ba5f88: Preparing [2021-03-19T20:23:05.549Z] 1664bf5b03c1: Preparing [2021-03-19T20:23:05.549Z] 993a7b12391e: Preparing [2021-03-19T20:23:05.549Z] 2593694c1fbe: Preparing [2021-03-19T20:23:05.549Z] 94b76442b6f5: Preparing [2021-03-19T20:23:05.549Z] fd1d96872493: Preparing [2021-03-19T20:23:05.549Z] fd1d96872493: Preparing [2021-03-19T20:23:05.549Z] a9c753fc6b03: Preparing [2021-03-19T20:23:05.549Z] ce317ce56919: Preparing [2021-03-19T20:23:05.549Z] 02a88cfff88f: Preparing [2021-03-19T20:23:05.549Z] 94b76442b6f5: Waiting [2021-03-19T20:23:05.549Z] a9c753fc6b03: Waiting [2021-03-19T20:23:05.549Z] ce317ce56919: Waiting [2021-03-19T20:23:05.549Z] 02a88cfff88f: Waiting [2021-03-19T20:23:05.549Z] fd1d96872493: Waiting [2021-03-19T20:23:05.549Z] 48f651ba5f88: Layer already exists [2021-03-19T20:23:05.549Z] 1664bf5b03c1: Layer already exists [2021-03-19T20:23:05.549Z] 2593694c1fbe: Layer already exists [2021-03-19T20:23:05.549Z] 993a7b12391e: Layer already exists [2021-03-19T20:23:05.549Z] c720231d3bee: Layer already exists [2021-03-19T20:23:05.549Z] a9c753fc6b03: Layer already exists [2021-03-19T20:23:05.549Z] ce317ce56919: Layer already exists [2021-03-19T20:23:05.549Z] fd1d96872493: Layer already exists [2021-03-19T20:23:05.549Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:05.819Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:05.819Z] master: digest: sha256:879491a2e5a4e0280f35600c076a86180e9de822562da223c2d48ee6447b9ad6 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:23:06.025Z] ===================================================== [Pipeline] echo [2021-03-19T20:23:06.120Z] taggedImages: [2021-03-19T20:23:06.120Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:06.120Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:06.120Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:06.120Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-19T20:23:06.203Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-19T20:23:06.203Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:06.203Z] 2.0.0-dev.133 [2021-03-19T20:23:06.203Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:06.203Z] master [2021-03-19T20:23:06.203Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:06.719Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:07.052Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:07.052Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-19T20:23:07.052Z] d4dbe9c6ebcb: Preparing [2021-03-19T20:23:07.052Z] 7cc0dc0d4148: Preparing [2021-03-19T20:23:07.052Z] 3b65a414ba0c: Preparing [2021-03-19T20:23:07.052Z] f9bb8843a885: Preparing [2021-03-19T20:23:07.052Z] 7bbcd63bfe65: Preparing [2021-03-19T20:23:07.052Z] 02a88cfff88f: Preparing [2021-03-19T20:23:07.052Z] 02a88cfff88f: Waiting [2021-03-19T20:23:08.028Z] 3b65a414ba0c: Pushed [2021-03-19T20:23:08.028Z] f9bb8843a885: Pushed [2021-03-19T20:23:08.028Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:08.300Z] 7bbcd63bfe65: Pushed [2021-03-19T20:23:09.726Z] d4dbe9c6ebcb: Pushed [2021-03-19T20:23:09.726Z] 7cc0dc0d4148: Pushed [2021-03-19T20:23:09.995Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:6e17c6fff6edf1bf4ef953df9ab9fce18ed508ecb8f82fe7cbd6e40ce6087a4d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:10.334Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:10.669Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:10.669Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-19T20:23:10.669Z] d4dbe9c6ebcb: Preparing [2021-03-19T20:23:10.669Z] 7cc0dc0d4148: Preparing [2021-03-19T20:23:10.669Z] 3b65a414ba0c: Preparing [2021-03-19T20:23:10.669Z] f9bb8843a885: Preparing [2021-03-19T20:23:10.669Z] 7bbcd63bfe65: Preparing [2021-03-19T20:23:10.669Z] 02a88cfff88f: Preparing [2021-03-19T20:23:10.669Z] 02a88cfff88f: Waiting [2021-03-19T20:23:10.940Z] 3b65a414ba0c: Layer already exists [2021-03-19T20:23:10.940Z] 7cc0dc0d4148: Layer already exists [2021-03-19T20:23:10.940Z] d4dbe9c6ebcb: Layer already exists [2021-03-19T20:23:10.940Z] f9bb8843a885: Layer already exists [2021-03-19T20:23:10.940Z] 7bbcd63bfe65: Layer already exists [2021-03-19T20:23:10.940Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:10.940Z] 2.0.0-dev.133: digest: sha256:6e17c6fff6edf1bf4ef953df9ab9fce18ed508ecb8f82fe7cbd6e40ce6087a4d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:11.280Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:11.608Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:11.608Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-19T20:23:11.608Z] d4dbe9c6ebcb: Preparing [2021-03-19T20:23:11.608Z] 7cc0dc0d4148: Preparing [2021-03-19T20:23:11.608Z] 3b65a414ba0c: Preparing [2021-03-19T20:23:11.608Z] f9bb8843a885: Preparing [2021-03-19T20:23:11.608Z] 7bbcd63bfe65: Preparing [2021-03-19T20:23:11.608Z] 02a88cfff88f: Preparing [2021-03-19T20:23:11.608Z] 02a88cfff88f: Waiting [2021-03-19T20:23:11.608Z] 7cc0dc0d4148: Layer already exists [2021-03-19T20:23:11.608Z] d4dbe9c6ebcb: Layer already exists [2021-03-19T20:23:11.608Z] 3b65a414ba0c: Layer already exists [2021-03-19T20:23:11.876Z] 7bbcd63bfe65: Layer already exists [2021-03-19T20:23:11.876Z] f9bb8843a885: Layer already exists [2021-03-19T20:23:11.876Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:11.876Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:6e17c6fff6edf1bf4ef953df9ab9fce18ed508ecb8f82fe7cbd6e40ce6087a4d size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:12.218Z] + 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-19T20:23:12.549Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-19T20:23:12.549Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-19T20:23:12.549Z] d4dbe9c6ebcb: Preparing [2021-03-19T20:23:12.549Z] 7cc0dc0d4148: Preparing [2021-03-19T20:23:12.549Z] 3b65a414ba0c: Preparing [2021-03-19T20:23:12.549Z] f9bb8843a885: Preparing [2021-03-19T20:23:12.549Z] 7bbcd63bfe65: Preparing [2021-03-19T20:23:12.549Z] 02a88cfff88f: Preparing [2021-03-19T20:23:12.549Z] 02a88cfff88f: Waiting [2021-03-19T20:23:12.549Z] f9bb8843a885: Layer already exists [2021-03-19T20:23:12.549Z] 7cc0dc0d4148: Layer already exists [2021-03-19T20:23:12.549Z] 7bbcd63bfe65: Layer already exists [2021-03-19T20:23:12.822Z] 3b65a414ba0c: Layer already exists [2021-03-19T20:23:12.822Z] d4dbe9c6ebcb: Layer already exists [2021-03-19T20:23:12.822Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:12.822Z] master: digest: sha256:6e17c6fff6edf1bf4ef953df9ab9fce18ed508ecb8f82fe7cbd6e40ce6087a4d size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:23:13.012Z] ===================================================== [Pipeline] echo [2021-03-19T20:23:13.076Z] taggedImages: [2021-03-19T20:23:13.076Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:13.076Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:13.077Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:13.077Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-19T20:23:13.141Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-19T20:23:13.141Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:13.141Z] 2.0.0-dev.133 [2021-03-19T20:23:13.141Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:13.141Z] master [2021-03-19T20:23:13.141Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:13.659Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:13.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:13.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-19T20:23:13.994Z] 9b3f0c2f9685: Preparing [2021-03-19T20:23:13.994Z] 92428d27efc6: Preparing [2021-03-19T20:23:13.994Z] d8326132a0b8: Preparing [2021-03-19T20:23:13.994Z] d2ee11164341: Preparing [2021-03-19T20:23:13.994Z] e20ac3c65911: Preparing [2021-03-19T20:23:13.994Z] 6d052a30046f: Preparing [2021-03-19T20:23:13.994Z] 3873818464e8: Preparing [2021-03-19T20:23:13.994Z] 9d441a9f6105: Preparing [2021-03-19T20:23:13.994Z] 02a88cfff88f: Preparing [2021-03-19T20:23:13.994Z] 3873818464e8: Waiting [2021-03-19T20:23:13.994Z] 6d052a30046f: Waiting [2021-03-19T20:23:13.994Z] 9d441a9f6105: Waiting [2021-03-19T20:23:13.994Z] 02a88cfff88f: Waiting [2021-03-19T20:23:14.270Z] 9b3f0c2f9685: Pushed [2021-03-19T20:23:14.270Z] 92428d27efc6: Pushed [2021-03-19T20:23:14.270Z] e20ac3c65911: Pushed [2021-03-19T20:23:14.543Z] 6d052a30046f: Pushed [2021-03-19T20:23:14.543Z] 3873818464e8: Pushed [2021-03-19T20:23:14.543Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:14.817Z] 9d441a9f6105: Pushed [2021-03-19T20:23:16.250Z] d2ee11164341: Pushed [2021-03-19T20:23:16.521Z] d8326132a0b8: Pushed [2021-03-19T20:23:16.521Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:b8e085df1048a49682c458723c93d447064c2c675921a2528fe952701c68a71a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:16.857Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:17.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:17.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-19T20:23:17.188Z] 9b3f0c2f9685: Preparing [2021-03-19T20:23:17.188Z] 92428d27efc6: Preparing [2021-03-19T20:23:17.188Z] d8326132a0b8: Preparing [2021-03-19T20:23:17.188Z] d2ee11164341: Preparing [2021-03-19T20:23:17.188Z] e20ac3c65911: Preparing [2021-03-19T20:23:17.188Z] 6d052a30046f: Preparing [2021-03-19T20:23:17.188Z] 3873818464e8: Preparing [2021-03-19T20:23:17.188Z] 9d441a9f6105: Preparing [2021-03-19T20:23:17.188Z] 02a88cfff88f: Preparing [2021-03-19T20:23:17.188Z] 3873818464e8: Waiting [2021-03-19T20:23:17.188Z] 02a88cfff88f: Waiting [2021-03-19T20:23:17.188Z] 9d441a9f6105: Waiting [2021-03-19T20:23:17.188Z] 6d052a30046f: Waiting [2021-03-19T20:23:17.188Z] 9b3f0c2f9685: Layer already exists [2021-03-19T20:23:17.188Z] e20ac3c65911: Layer already exists [2021-03-19T20:23:17.188Z] d2ee11164341: Layer already exists [2021-03-19T20:23:17.188Z] 92428d27efc6: Layer already exists [2021-03-19T20:23:17.189Z] d8326132a0b8: Layer already exists [2021-03-19T20:23:17.189Z] 6d052a30046f: Layer already exists [2021-03-19T20:23:17.189Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:17.189Z] 9d441a9f6105: Layer already exists [2021-03-19T20:23:17.189Z] 3873818464e8: Layer already exists [2021-03-19T20:23:17.456Z] 2.0.0-dev.133: digest: sha256:b8e085df1048a49682c458723c93d447064c2c675921a2528fe952701c68a71a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:17.796Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:18.126Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:18.126Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-19T20:23:18.126Z] 9b3f0c2f9685: Preparing [2021-03-19T20:23:18.126Z] 92428d27efc6: Preparing [2021-03-19T20:23:18.126Z] d8326132a0b8: Preparing [2021-03-19T20:23:18.126Z] d2ee11164341: Preparing [2021-03-19T20:23:18.126Z] e20ac3c65911: Preparing [2021-03-19T20:23:18.126Z] 6d052a30046f: Preparing [2021-03-19T20:23:18.126Z] 3873818464e8: Preparing [2021-03-19T20:23:18.126Z] 9d441a9f6105: Preparing [2021-03-19T20:23:18.126Z] 02a88cfff88f: Preparing [2021-03-19T20:23:18.126Z] 6d052a30046f: Waiting [2021-03-19T20:23:18.126Z] 3873818464e8: Waiting [2021-03-19T20:23:18.126Z] 9d441a9f6105: Waiting [2021-03-19T20:23:18.126Z] 02a88cfff88f: Waiting [2021-03-19T20:23:18.126Z] 92428d27efc6: Layer already exists [2021-03-19T20:23:18.126Z] 9b3f0c2f9685: Layer already exists [2021-03-19T20:23:18.126Z] e20ac3c65911: Layer already exists [2021-03-19T20:23:18.126Z] d2ee11164341: Layer already exists [2021-03-19T20:23:18.126Z] d8326132a0b8: Layer already exists [2021-03-19T20:23:18.126Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:18.127Z] 6d052a30046f: Layer already exists [2021-03-19T20:23:18.127Z] 3873818464e8: Layer already exists [2021-03-19T20:23:18.127Z] 9d441a9f6105: Layer already exists [2021-03-19T20:23:18.395Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:b8e085df1048a49682c458723c93d447064c2c675921a2528fe952701c68a71a size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:18.726Z] + 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-19T20:23:19.057Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-19T20:23:19.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-19T20:23:19.057Z] 9b3f0c2f9685: Preparing [2021-03-19T20:23:19.057Z] 92428d27efc6: Preparing [2021-03-19T20:23:19.057Z] d8326132a0b8: Preparing [2021-03-19T20:23:19.057Z] d2ee11164341: Preparing [2021-03-19T20:23:19.057Z] e20ac3c65911: Preparing [2021-03-19T20:23:19.057Z] 6d052a30046f: Preparing [2021-03-19T20:23:19.057Z] 3873818464e8: Preparing [2021-03-19T20:23:19.057Z] 9d441a9f6105: Preparing [2021-03-19T20:23:19.057Z] 02a88cfff88f: Preparing [2021-03-19T20:23:19.057Z] 6d052a30046f: Waiting [2021-03-19T20:23:19.057Z] 3873818464e8: Waiting [2021-03-19T20:23:19.057Z] 9d441a9f6105: Waiting [2021-03-19T20:23:19.057Z] 02a88cfff88f: Waiting [2021-03-19T20:23:19.057Z] d2ee11164341: Layer already exists [2021-03-19T20:23:19.057Z] 92428d27efc6: Layer already exists [2021-03-19T20:23:19.057Z] 9b3f0c2f9685: Layer already exists [2021-03-19T20:23:19.057Z] e20ac3c65911: Layer already exists [2021-03-19T20:23:19.329Z] d8326132a0b8: Layer already exists [2021-03-19T20:23:19.329Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:19.329Z] 6d052a30046f: Layer already exists [2021-03-19T20:23:19.329Z] 3873818464e8: Layer already exists [2021-03-19T20:23:19.329Z] 9d441a9f6105: Layer already exists [2021-03-19T20:23:19.329Z] master: digest: sha256:b8e085df1048a49682c458723c93d447064c2c675921a2528fe952701c68a71a size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:23:19.515Z] ===================================================== [Pipeline] echo [2021-03-19T20:23:19.562Z] taggedImages: [2021-03-19T20:23:19.562Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:19.562Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:19.562Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:19.562Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-19T20:23:19.645Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-19T20:23:19.645Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:19.645Z] 2.0.0-dev.133 [2021-03-19T20:23:19.645Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:19.645Z] master [2021-03-19T20:23:19.645Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:20.141Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:20.471Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:20.471Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-19T20:23:20.471Z] 2e68e59b1f45: Preparing [2021-03-19T20:23:20.471Z] 3b056150b428: Preparing [2021-03-19T20:23:20.471Z] 94b76442b6f5: Preparing [2021-03-19T20:23:20.471Z] 5c5e8d38348c: Preparing [2021-03-19T20:23:20.471Z] 02a88cfff88f: Preparing [2021-03-19T20:23:20.743Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:20.743Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:20.743Z] 2e68e59b1f45: Pushed [2021-03-19T20:23:21.018Z] 5c5e8d38348c: Pushed [2021-03-19T20:23:23.632Z] 3b056150b428: Pushed [2021-03-19T20:23:23.632Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:b971f6aae22a902ec24438b1ef0ec35c2e8a7eff3237d331929d6581b1641482 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:23.969Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:24.302Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:24.302Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-19T20:23:24.302Z] 2e68e59b1f45: Preparing [2021-03-19T20:23:24.302Z] 3b056150b428: Preparing [2021-03-19T20:23:24.302Z] 94b76442b6f5: Preparing [2021-03-19T20:23:24.302Z] 5c5e8d38348c: Preparing [2021-03-19T20:23:24.302Z] 02a88cfff88f: Preparing [2021-03-19T20:23:24.302Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:24.302Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:24.302Z] 2e68e59b1f45: Layer already exists [2021-03-19T20:23:24.302Z] 5c5e8d38348c: Layer already exists [2021-03-19T20:23:24.302Z] 3b056150b428: Layer already exists [2021-03-19T20:23:24.578Z] 2.0.0-dev.133: digest: sha256:b971f6aae22a902ec24438b1ef0ec35c2e8a7eff3237d331929d6581b1641482 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:24.946Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:25.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:25.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-19T20:23:25.281Z] 2e68e59b1f45: Preparing [2021-03-19T20:23:25.281Z] 3b056150b428: Preparing [2021-03-19T20:23:25.281Z] 94b76442b6f5: Preparing [2021-03-19T20:23:25.281Z] 5c5e8d38348c: Preparing [2021-03-19T20:23:25.281Z] 02a88cfff88f: Preparing [2021-03-19T20:23:25.281Z] 5c5e8d38348c: Layer already exists [2021-03-19T20:23:25.281Z] 3b056150b428: Layer already exists [2021-03-19T20:23:25.281Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:25.281Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:25.281Z] 2e68e59b1f45: Layer already exists [2021-03-19T20:23:25.552Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:b971f6aae22a902ec24438b1ef0ec35c2e8a7eff3237d331929d6581b1641482 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:25.907Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:26.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-19T20:23:26.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-19T20:23:26.260Z] 2e68e59b1f45: Preparing [2021-03-19T20:23:26.260Z] 3b056150b428: Preparing [2021-03-19T20:23:26.260Z] 94b76442b6f5: Preparing [2021-03-19T20:23:26.260Z] 5c5e8d38348c: Preparing [2021-03-19T20:23:26.260Z] 02a88cfff88f: Preparing [2021-03-19T20:23:26.260Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:26.260Z] 2e68e59b1f45: Layer already exists [2021-03-19T20:23:26.260Z] 5c5e8d38348c: Layer already exists [2021-03-19T20:23:26.260Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:26.260Z] 3b056150b428: Layer already exists [2021-03-19T20:23:26.538Z] master: digest: sha256:b971f6aae22a902ec24438b1ef0ec35c2e8a7eff3237d331929d6581b1641482 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:23:26.755Z] ===================================================== [Pipeline] echo [2021-03-19T20:23:26.803Z] taggedImages: [2021-03-19T20:23:26.803Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:26.803Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:26.803Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:26.803Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-19T20:23:26.866Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-19T20:23:26.866Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:26.866Z] 2.0.0-dev.133 [2021-03-19T20:23:26.866Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:26.866Z] master [2021-03-19T20:23:26.866Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:27.410Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:27.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:27.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-19T20:23:27.748Z] 419e72dca225: Preparing [2021-03-19T20:23:27.748Z] 86b489a85920: Preparing [2021-03-19T20:23:27.748Z] 94b76442b6f5: Preparing [2021-03-19T20:23:27.748Z] a80263ea39e6: Preparing [2021-03-19T20:23:27.748Z] 02a88cfff88f: Preparing [2021-03-19T20:23:28.019Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:28.019Z] a80263ea39e6: Layer already exists [2021-03-19T20:23:28.019Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:28.019Z] 419e72dca225: Pushed [2021-03-19T20:23:30.616Z] 86b489a85920: Pushed [2021-03-19T20:23:30.887Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:b1c7302f62adbbd790fafd3e310366f2ec795463a90b852a524d026a5b140883 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:31.225Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:31.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:31.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-19T20:23:31.555Z] 419e72dca225: Preparing [2021-03-19T20:23:31.555Z] 86b489a85920: Preparing [2021-03-19T20:23:31.555Z] 94b76442b6f5: Preparing [2021-03-19T20:23:31.555Z] a80263ea39e6: Preparing [2021-03-19T20:23:31.555Z] 02a88cfff88f: Preparing [2021-03-19T20:23:31.826Z] 86b489a85920: Layer already exists [2021-03-19T20:23:31.826Z] a80263ea39e6: Layer already exists [2021-03-19T20:23:31.826Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:31.826Z] 419e72dca225: Layer already exists [2021-03-19T20:23:31.826Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:31.826Z] 2.0.0-dev.133: digest: sha256:b1c7302f62adbbd790fafd3e310366f2ec795463a90b852a524d026a5b140883 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:32.163Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:32.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:32.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-19T20:23:32.492Z] 419e72dca225: Preparing [2021-03-19T20:23:32.492Z] 86b489a85920: Preparing [2021-03-19T20:23:32.492Z] 94b76442b6f5: Preparing [2021-03-19T20:23:32.492Z] a80263ea39e6: Preparing [2021-03-19T20:23:32.492Z] 02a88cfff88f: Preparing [2021-03-19T20:23:32.492Z] 419e72dca225: Layer already exists [2021-03-19T20:23:32.762Z] a80263ea39e6: Layer already exists [2021-03-19T20:23:32.762Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:32.762Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:32.762Z] 86b489a85920: Layer already exists [2021-03-19T20:23:32.762Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:b1c7302f62adbbd790fafd3e310366f2ec795463a90b852a524d026a5b140883 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:33.099Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:33.441Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-19T20:23:33.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-19T20:23:33.441Z] 419e72dca225: Preparing [2021-03-19T20:23:33.441Z] 86b489a85920: Preparing [2021-03-19T20:23:33.441Z] 94b76442b6f5: Preparing [2021-03-19T20:23:33.441Z] a80263ea39e6: Preparing [2021-03-19T20:23:33.441Z] 02a88cfff88f: Preparing [2021-03-19T20:23:33.441Z] 94b76442b6f5: Layer already exists [2021-03-19T20:23:33.441Z] 02a88cfff88f: Layer already exists [2021-03-19T20:23:33.711Z] 419e72dca225: Layer already exists [2021-03-19T20:23:33.711Z] 86b489a85920: Layer already exists [2021-03-19T20:23:33.711Z] a80263ea39e6: Layer already exists [2021-03-19T20:23:33.711Z] master: digest: sha256:b1c7302f62adbbd790fafd3e310366f2ec795463a90b852a524d026a5b140883 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:23:33.970Z] ===================================================== [Pipeline] echo [2021-03-19T20:23:34.021Z] taggedImages: [2021-03-19T20:23:34.022Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:34.022Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:34.022Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:34.022Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-19T20:23:34.088Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-19T20:23:34.088Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:34.088Z] 2.0.0-dev.133 [2021-03-19T20:23:34.088Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:34.088Z] master [2021-03-19T20:23:34.088Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:34.617Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:34.945Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:34.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-19T20:23:34.946Z] a5c94b23b5eb: Preparing [2021-03-19T20:23:34.946Z] d3cf00214edf: Preparing [2021-03-19T20:23:34.946Z] f627a690530c: Preparing [2021-03-19T20:23:34.946Z] 89d1135603d1: Preparing [2021-03-19T20:23:34.946Z] 14b63d7e14af: Preparing [2021-03-19T20:23:34.946Z] a73af5a03872: Preparing [2021-03-19T20:23:34.946Z] b11c33026052: Preparing [2021-03-19T20:23:34.946Z] 9ded3b6bb9b5: Preparing [2021-03-19T20:23:34.946Z] fa1afe8e6ed9: Preparing [2021-03-19T20:23:34.946Z] 87a09b4c083e: Preparing [2021-03-19T20:23:34.946Z] 0f74e9ff2a61: Preparing [2021-03-19T20:23:34.946Z] b122376c33c6: Preparing [2021-03-19T20:23:34.946Z] f8381ed47b22: Preparing [2021-03-19T20:23:34.946Z] e934a737d657: Preparing [2021-03-19T20:23:34.946Z] a73af5a03872: Waiting [2021-03-19T20:23:34.946Z] b11c33026052: Waiting [2021-03-19T20:23:34.946Z] 9ded3b6bb9b5: Waiting [2021-03-19T20:23:34.946Z] 87a09b4c083e: Waiting [2021-03-19T20:23:34.946Z] fa1afe8e6ed9: Waiting [2021-03-19T20:23:34.946Z] 0f74e9ff2a61: Waiting [2021-03-19T20:23:34.946Z] b122376c33c6: Waiting [2021-03-19T20:23:34.946Z] f8381ed47b22: Waiting [2021-03-19T20:23:34.946Z] e934a737d657: Waiting [2021-03-19T20:23:35.544Z] 14b63d7e14af: Pushed [2021-03-19T20:23:35.820Z] a5c94b23b5eb: Pushed [2021-03-19T20:23:36.422Z] 89d1135603d1: Pushed [2021-03-19T20:23:36.422Z] 9ded3b6bb9b5: Layer already exists [2021-03-19T20:23:36.422Z] fa1afe8e6ed9: Layer already exists [2021-03-19T20:23:36.422Z] 87a09b4c083e: Layer already exists [2021-03-19T20:23:36.422Z] b11c33026052: Pushed [2021-03-19T20:23:36.423Z] b122376c33c6: Layer already exists [2021-03-19T20:23:36.423Z] 0f74e9ff2a61: Layer already exists [2021-03-19T20:23:36.423Z] f8381ed47b22: Layer already exists [2021-03-19T20:23:36.423Z] e934a737d657: Layer already exists [2021-03-19T20:23:36.694Z] d3cf00214edf: Pushed [2021-03-19T20:23:37.674Z] a73af5a03872: Pushed [2021-03-19T20:23:50.038Z] f627a690530c: Pushed [2021-03-19T20:23:50.038Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319: digest: sha256:bdd80a62c9e623f57d3437a868a001f54883bd927377a10992663f880a5f3f96 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:50.380Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:50.715Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:50.715Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-19T20:23:50.715Z] a5c94b23b5eb: Preparing [2021-03-19T20:23:50.715Z] d3cf00214edf: Preparing [2021-03-19T20:23:50.715Z] f627a690530c: Preparing [2021-03-19T20:23:50.715Z] 89d1135603d1: Preparing [2021-03-19T20:23:50.715Z] 14b63d7e14af: Preparing [2021-03-19T20:23:50.715Z] a73af5a03872: Preparing [2021-03-19T20:23:50.715Z] b11c33026052: Preparing [2021-03-19T20:23:50.715Z] 9ded3b6bb9b5: Preparing [2021-03-19T20:23:50.715Z] fa1afe8e6ed9: Preparing [2021-03-19T20:23:50.715Z] 87a09b4c083e: Preparing [2021-03-19T20:23:50.715Z] 0f74e9ff2a61: Preparing [2021-03-19T20:23:50.715Z] b122376c33c6: Preparing [2021-03-19T20:23:50.715Z] f8381ed47b22: Preparing [2021-03-19T20:23:50.715Z] e934a737d657: Preparing [2021-03-19T20:23:50.715Z] a73af5a03872: Waiting [2021-03-19T20:23:50.715Z] b11c33026052: Waiting [2021-03-19T20:23:50.715Z] 87a09b4c083e: Waiting [2021-03-19T20:23:50.715Z] 9ded3b6bb9b5: Waiting [2021-03-19T20:23:50.715Z] 0f74e9ff2a61: Waiting [2021-03-19T20:23:50.715Z] fa1afe8e6ed9: Waiting [2021-03-19T20:23:50.715Z] b122376c33c6: Waiting [2021-03-19T20:23:50.715Z] e934a737d657: Waiting [2021-03-19T20:23:50.715Z] f8381ed47b22: Waiting [2021-03-19T20:23:50.715Z] a5c94b23b5eb: Layer already exists [2021-03-19T20:23:50.715Z] f627a690530c: Layer already exists [2021-03-19T20:23:50.715Z] 14b63d7e14af: Layer already exists [2021-03-19T20:23:50.715Z] d3cf00214edf: Layer already exists [2021-03-19T20:23:50.993Z] 89d1135603d1: Layer already exists [2021-03-19T20:23:50.993Z] b11c33026052: Layer already exists [2021-03-19T20:23:50.993Z] a73af5a03872: Layer already exists [2021-03-19T20:23:50.993Z] 9ded3b6bb9b5: Layer already exists [2021-03-19T20:23:50.993Z] fa1afe8e6ed9: Layer already exists [2021-03-19T20:23:50.993Z] 87a09b4c083e: Layer already exists [2021-03-19T20:23:50.993Z] f8381ed47b22: Layer already exists [2021-03-19T20:23:50.993Z] e934a737d657: Layer already exists [2021-03-19T20:23:50.993Z] 0f74e9ff2a61: Layer already exists [2021-03-19T20:23:50.993Z] b122376c33c6: Layer already exists [2021-03-19T20:23:50.993Z] 2.0.0-dev.133: digest: sha256:bdd80a62c9e623f57d3437a868a001f54883bd927377a10992663f880a5f3f96 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:51.336Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:51.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:51.667Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-19T20:23:51.667Z] a5c94b23b5eb: Preparing [2021-03-19T20:23:51.667Z] d3cf00214edf: Preparing [2021-03-19T20:23:51.667Z] f627a690530c: Preparing [2021-03-19T20:23:51.667Z] 89d1135603d1: Preparing [2021-03-19T20:23:51.667Z] 14b63d7e14af: Preparing [2021-03-19T20:23:51.667Z] a73af5a03872: Preparing [2021-03-19T20:23:51.667Z] b11c33026052: Preparing [2021-03-19T20:23:51.667Z] 9ded3b6bb9b5: Preparing [2021-03-19T20:23:51.667Z] fa1afe8e6ed9: Preparing [2021-03-19T20:23:51.667Z] 87a09b4c083e: Preparing [2021-03-19T20:23:51.667Z] 0f74e9ff2a61: Preparing [2021-03-19T20:23:51.667Z] b122376c33c6: Preparing [2021-03-19T20:23:51.667Z] f8381ed47b22: Preparing [2021-03-19T20:23:51.667Z] e934a737d657: Preparing [2021-03-19T20:23:51.667Z] fa1afe8e6ed9: Waiting [2021-03-19T20:23:51.667Z] b122376c33c6: Waiting [2021-03-19T20:23:51.667Z] f8381ed47b22: Waiting [2021-03-19T20:23:51.667Z] e934a737d657: Waiting [2021-03-19T20:23:51.667Z] a73af5a03872: Waiting [2021-03-19T20:23:51.667Z] 87a09b4c083e: Waiting [2021-03-19T20:23:51.667Z] 0f74e9ff2a61: Waiting [2021-03-19T20:23:51.667Z] b11c33026052: Waiting [2021-03-19T20:23:51.667Z] 9ded3b6bb9b5: Waiting [2021-03-19T20:23:51.667Z] 14b63d7e14af: Layer already exists [2021-03-19T20:23:51.667Z] 89d1135603d1: Layer already exists [2021-03-19T20:23:51.937Z] f627a690530c: Layer already exists [2021-03-19T20:23:51.937Z] a5c94b23b5eb: Layer already exists [2021-03-19T20:23:51.937Z] d3cf00214edf: Layer already exists [2021-03-19T20:23:51.937Z] a73af5a03872: Layer already exists [2021-03-19T20:23:51.937Z] b11c33026052: Layer already exists [2021-03-19T20:23:51.937Z] fa1afe8e6ed9: Layer already exists [2021-03-19T20:23:51.937Z] 9ded3b6bb9b5: Layer already exists [2021-03-19T20:23:51.937Z] 87a09b4c083e: Layer already exists [2021-03-19T20:23:51.937Z] f8381ed47b22: Layer already exists [2021-03-19T20:23:51.937Z] b122376c33c6: Layer already exists [2021-03-19T20:23:51.937Z] 0f74e9ff2a61: Layer already exists [2021-03-19T20:23:51.937Z] e934a737d657: Layer already exists [2021-03-19T20:23:51.937Z] 05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133: digest: sha256:bdd80a62c9e623f57d3437a868a001f54883bd927377a10992663f880a5f3f96 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:23:52.272Z] + 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-19T20:23:52.600Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-19T20:23:52.600Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-19T20:23:52.601Z] a5c94b23b5eb: Preparing [2021-03-19T20:23:52.601Z] d3cf00214edf: Preparing [2021-03-19T20:23:52.601Z] f627a690530c: Preparing [2021-03-19T20:23:52.601Z] 89d1135603d1: Preparing [2021-03-19T20:23:52.601Z] 14b63d7e14af: Preparing [2021-03-19T20:23:52.601Z] a73af5a03872: Preparing [2021-03-19T20:23:52.601Z] b11c33026052: Preparing [2021-03-19T20:23:52.601Z] 9ded3b6bb9b5: Preparing [2021-03-19T20:23:52.601Z] fa1afe8e6ed9: Preparing [2021-03-19T20:23:52.601Z] 87a09b4c083e: Preparing [2021-03-19T20:23:52.601Z] 0f74e9ff2a61: Preparing [2021-03-19T20:23:52.601Z] b122376c33c6: Preparing [2021-03-19T20:23:52.601Z] f8381ed47b22: Preparing [2021-03-19T20:23:52.601Z] e934a737d657: Preparing [2021-03-19T20:23:52.601Z] fa1afe8e6ed9: Waiting [2021-03-19T20:23:52.601Z] 87a09b4c083e: Waiting [2021-03-19T20:23:52.601Z] 0f74e9ff2a61: Waiting [2021-03-19T20:23:52.601Z] b122376c33c6: Waiting [2021-03-19T20:23:52.601Z] f8381ed47b22: Waiting [2021-03-19T20:23:52.601Z] e934a737d657: Waiting [2021-03-19T20:23:52.601Z] a73af5a03872: Waiting [2021-03-19T20:23:52.601Z] b11c33026052: Waiting [2021-03-19T20:23:52.601Z] 9ded3b6bb9b5: Waiting [2021-03-19T20:23:52.601Z] d3cf00214edf: Layer already exists [2021-03-19T20:23:52.601Z] 89d1135603d1: Layer already exists [2021-03-19T20:23:52.601Z] 14b63d7e14af: Layer already exists [2021-03-19T20:23:52.601Z] a5c94b23b5eb: Layer already exists [2021-03-19T20:23:52.870Z] f627a690530c: Layer already exists [2021-03-19T20:23:52.870Z] b11c33026052: Layer already exists [2021-03-19T20:23:52.870Z] a73af5a03872: Layer already exists [2021-03-19T20:23:52.870Z] 87a09b4c083e: Layer already exists [2021-03-19T20:23:52.870Z] fa1afe8e6ed9: Layer already exists [2021-03-19T20:23:52.870Z] 9ded3b6bb9b5: Layer already exists [2021-03-19T20:23:52.870Z] b122376c33c6: Layer already exists [2021-03-19T20:23:52.870Z] 0f74e9ff2a61: Layer already exists [2021-03-19T20:23:52.870Z] e934a737d657: Layer already exists [2021-03-19T20:23:52.870Z] f8381ed47b22: Layer already exists [2021-03-19T20:23:52.870Z] master: digest: sha256:bdd80a62c9e623f57d3437a868a001f54883bd927377a10992663f880a5f3f96 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-19T20:23:53.091Z] ===================================================== [Pipeline] echo [2021-03-19T20:23:53.159Z] taggedImages: [2021-03-19T20:23:53.159Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319 [2021-03-19T20:23:53.159Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.133 [2021-03-19T20:23:53.159Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:05f2d13a179446ff46e2de9a60e91a19cc98f319-2.0.0-dev.133 [2021-03-19T20:23:53.159Z] - 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-19T20:23:54.013Z] ---> job-cost.sh [2021-03-19T20:23:54.013Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aG3R [2021-03-19T20:24:32.954Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-19T20:26:09.668Z] lf-activate-venv(): INFO: Adding /tmp/venv-aG3R/bin to PATH [2021-03-19T20:26:09.668Z] INFO: No Stack... [2021-03-19T20:26:09.668Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-19T20:26:09.668Z] INFO: Archiving Costs [Pipeline] sh [2021-03-19T20:26:10.003Z] + cat /w/workspace/edgex-go/400/archives/cost.csv [2021-03-19T20:26:10.003Z] + cut -d, -f6 [Pipeline] lock [2021-03-19T20:26:10.237Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-400-stack-cost] [2021-03-19T20:26:10.246Z] Resource [jenkins-edgexfoundry-edgex-go-master-400-stack-cost] did not exist. Created. [2021-03-19T20:26:10.247Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-400-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-19T20:26:10.700Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-19T20:26:11.819Z] Stashed 1 file(s) [Pipeline] } [2021-03-19T20:26:11.832Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-400-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-19T20:26:13.546Z] provisioning config files... [2021-03-19T20:26:13.557Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/400@tmp/config6803384545504980963tmp [Pipeline] { [Pipeline] sh [2021-03-19T20:26:13.925Z] + set +x [2021-03-19T20:26:13.925Z] + curl -s https://codecov.io/bash [2021-03-19T20:26:13.925Z] + bash -s -- [2021-03-19T20:26:14.500Z] [2021-03-19T20:26:14.500Z] _____ _ [2021-03-19T20:26:14.500Z] / ____| | | [2021-03-19T20:26:14.500Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T20:26:14.500Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T20:26:14.500Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T20:26:14.500Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T20:26:14.500Z] Bash-20210309-2b87ace [2021-03-19T20:26:14.500Z] [2021-03-19T20:26:14.500Z] [2021-03-19T20:26:14.500Z] ==> git version 2.24.3 found [2021-03-19T20:26:14.500Z] ==> 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-19T20:26:14.500Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T20:26:14.500Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T20:26:14.500Z] ==> Jenkins CI detected. [2021-03-19T20:26:14.500Z] project root: . [2021-03-19T20:26:14.500Z] --> token set from env [2021-03-19T20:26:14.500Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T20:26:14.500Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T20:26:14.500Z] ==> Python coveragepy not found [2021-03-19T20:26:14.500Z] ==> Searching for coverage reports in: [2021-03-19T20:26:14.500Z] + . [2021-03-19T20:26:14.500Z] -> Found 1 reports [2021-03-19T20:26:14.500Z] ==> Detecting git/mercurial file structure [2021-03-19T20:26:14.500Z] ==> Reading reports [2021-03-19T20:26:14.500Z] + ./coverage.out bytes=650607 [2021-03-19T20:26:14.500Z] ==> Appending adjustments [2021-03-19T20:26:14.500Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T20:26:18.723Z] + Found adjustments [2021-03-19T20:26:18.723Z] ==> Gzipping contents [2021-03-19T20:26:18.723Z] 96K /tmp/codecov.tRvEv0.gz [2021-03-19T20:26:18.723Z] ==> Uploading reports [2021-03-19T20:26:18.723Z] url: https://codecov.io [2021-03-19T20:26:18.723Z] query: branch=master&commit=05f2d13a179446ff46e2de9a60e91a19cc98f319&build=400&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F400%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-19T20:26:18.723Z] -> Pinging Codecov [2021-03-19T20:26:18.723Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=05f2d13a179446ff46e2de9a60e91a19cc98f319&build=400&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F400%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-19T20:26:18.723Z] -> Uploading to [2021-03-19T20:26:18.723Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/05f2d13a179446ff46e2de9a60e91a19cc98f319/91383442-8a26-4f52-b736-7316b7ea2bf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T202618Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=331c07492b1a46fb801709fedb27df91f067f3ddf80e6bf1aa6f3de43b3e64b4 [2021-03-19T20:26:18.723Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:26:18.723Z] Dload Upload Total Spent Left Speed [2021-03-19T20:26:19.296Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94864 0 0 100 94864 0 209k --:--:-- --:--:-- --:--:-- 209k [2021-03-19T20:26:19.296Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/05f2d13a179446ff46e2de9a60e91a19cc98f319 [Pipeline] } [2021-03-19T20:26:19.306Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-19T20:26:20.275Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-19T20:26:20.387Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:26:20.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T20:26:20.735Z] [2021-03-19T20:26:20.735Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:26:21.081Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T20:26:21.081Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-19T20:26:21.081Z] 188c0c94c7c5: Already exists [2021-03-19T20:26:21.081Z] 0ef7d3d256c8: Already exists [2021-03-19T20:26:21.081Z] de9db76c5a1d: Already exists [2021-03-19T20:26:21.081Z] 0eba1c9be4d2: Pulling fs layer [2021-03-19T20:26:21.081Z] 0d57e429df01: Pulling fs layer [2021-03-19T20:26:21.081Z] 4e4be7b47b0d: Pulling fs layer [2021-03-19T20:26:21.081Z] e1f770b5df2f: Pulling fs layer [2021-03-19T20:26:21.081Z] 85a0685a4137: Pulling fs layer [2021-03-19T20:26:21.081Z] e1f770b5df2f: Waiting [2021-03-19T20:26:21.081Z] 85a0685a4137: Waiting [2021-03-19T20:26:21.081Z] 4e4be7b47b0d: Download complete [2021-03-19T20:26:21.081Z] 0d57e429df01: Verifying Checksum [2021-03-19T20:26:23.005Z] e1f770b5df2f: Verifying Checksum [2021-03-19T20:26:23.005Z] e1f770b5df2f: Download complete [2021-03-19T20:26:24.941Z] 0eba1c9be4d2: Verifying Checksum [2021-03-19T20:26:24.941Z] 0eba1c9be4d2: Download complete [2021-03-19T20:26:25.216Z] 85a0685a4137: Verifying Checksum [2021-03-19T20:26:25.216Z] 85a0685a4137: Download complete [2021-03-19T20:26:30.550Z] 0eba1c9be4d2: Pull complete [2021-03-19T20:26:30.814Z] 0d57e429df01: Pull complete [2021-03-19T20:26:30.814Z] 4e4be7b47b0d: Pull complete [2021-03-19T20:26:36.176Z] e1f770b5df2f: Pull complete [2021-03-19T20:26:44.373Z] 85a0685a4137: Pull complete [2021-03-19T20:26:44.373Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-19T20:26:44.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-19T20:26:44.373Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-19T20:26:44.680Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:26:44.739Z] $ 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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:26:45.977Z] $ docker top af08b55b2810e4c695b64aa5d051dec71e0910568acece5a8fe31a95f020154c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T20:26:46.261Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-19T20:26:46.560Z] + set -o pipefail [2021-03-19T20:26:46.560Z] + snyk monitor '--org=edgex-jenkins' [2021-03-19T20:26:54.751Z] [2021-03-19T20:26:54.751Z] Monitoring /w/workspace/edgex-go/400 (github.com/edgexfoundry/edgex-go)... [2021-03-19T20:26:54.751Z] [2021-03-19T20:26:54.751Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/7a039947-256c-475e-92fe-64d127cc3b5f [2021-03-19T20:26:54.751Z] [2021-03-19T20:26:54.751Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-19T20:26:54.751Z] [2021-03-19T20:26:54.751Z] [Pipeline] } [2021-03-19T20:26:54.767Z] $ docker stop --time=1 af08b55b2810e4c695b64aa5d051dec71e0910568acece5a8fe31a95f020154c [2021-03-19T20:26:57.962Z] $ docker rm -f af08b55b2810e4c695b64aa5d051dec71e0910568acece5a8fe31a95f020154c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-19T20:26:59.183Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T20:26:59.235Z] provisioning config files... [2021-03-19T20:26:59.252Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/400@tmp/config1981625483782842146tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:26:59.634Z] --> edgex-publish-swagger.sh [2021-03-19T20:26:59.635Z] === Publish openapi/v1 API === [2021-03-19T20:26:59.635Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-19T20:26:59.635Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/400/openapi/v1/core-command.yaml] [2021-03-19T20:26:59.635Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:26:59.635Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:00.845Z] 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 8352 0:00:01 0:00:01 --:--:-- 8357 100 10522 0 0 100 10522 0 8290 0:00:01 0:00:01 --:--:-- 8291 [2021-03-19T20:27:00.845Z] [2021-03-19T20:27:00.845Z] [2021-03-19T20:27:00.845Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/400/openapi/v1/core-data.yaml] [2021-03-19T20:27:00.845Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:00.845Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:02.261Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 26861 0:00:01 0:00:01 --:--:-- 26884 100 32557 0 0 100 32557 0 26046 0:00:01 0:00:01 --:--:-- 26066 [2021-03-19T20:27:02.261Z] [2021-03-19T20:27:02.261Z] [2021-03-19T20:27:02.261Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/400/openapi/v1/core-metadata.yaml] [2021-03-19T20:27:02.261Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:02.261Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:03.207Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 67250 0:00:01 0:00:01 --:--:-- 67325 100 73721 0 0 100 73721 0 67236 0:00:01 0:00:01 --:--:-- 67263 [2021-03-19T20:27:03.207Z] [2021-03-19T20:27:03.207Z] [2021-03-19T20:27:03.207Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/400/openapi/v1/support-logging.yaml] [2021-03-19T20:27:03.207Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:03.207Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:04.598Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12870 0:00:01 0:00:01 --:--:-- 12872 100 13581 0 0 100 13581 0 12867 0:00:01 0:00:01 --:--:-- 12872 [2021-03-19T20:27:04.598Z] [2021-03-19T20:27:04.598Z] [2021-03-19T20:27:04.598Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/400/openapi/v1/support-notifications.yaml] [2021-03-19T20:27:04.598Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:04.598Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:05.554Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 35733 0:00:01 0:00:01 --:--:-- 35744 100 38890 0 0 100 38890 0 35726 0:00:01 0:00:01 --:--:-- 35744 [2021-03-19T20:27:05.554Z] [2021-03-19T20:27:05.554Z] [2021-03-19T20:27:05.554Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/400/openapi/v1/support-scheduler.yaml] [2021-03-19T20:27:05.554Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:05.554Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:06.507Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12306 0:00:01 0:00:01 --:--:-- 12315 100 14249 0 0 100 14249 0 12304 0:00:01 0:00:01 --:--:-- 12315 [2021-03-19T20:27:06.507Z] [2021-03-19T20:27:06.507Z] [2021-03-19T20:27:06.507Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/400/openapi/v1/system-agent.yaml] [2021-03-19T20:27:06.507Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:06.507Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:07.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3954 0:00:01 0:00:01 --:--:-- 3955 [2021-03-19T20:27:07.724Z] [2021-03-19T20:27:07.724Z] [2021-03-19T20:27:07.724Z] === Publish openapi/v2 API === [2021-03-19T20:27:07.724Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-19T20:27:07.724Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/400/openapi/v2/core-command.yaml] [2021-03-19T20:27:07.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:07.724Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:08.679Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 26624 0:00:01 0:00:01 --:--:-- 26628 100 29744 0 0 100 29744 0 26619 0:00:01 0:00:01 --:--:-- 26604 [2021-03-19T20:27:08.679Z] [2021-03-19T20:27:08.679Z] [2021-03-19T20:27:08.679Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/400/openapi/v2/core-data.yaml] [2021-03-19T20:27:08.679Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:08.679Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:10.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57287 0 0 100 57287 0 48679 0:00:01 0:00:01 --:--:-- 48713 100 57287 0 0 100 57287 0 48669 0:00:01 0:00:01 --:--:-- 48713 [2021-03-19T20:27:10.074Z] [2021-03-19T20:27:10.074Z] [2021-03-19T20:27:10.074Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/400/openapi/v2/core-metadata.yaml] [2021-03-19T20:27:10.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:10.074Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:11.035Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 105k 0:00:01 0:00:01 --:--:-- 105k 100 116k 0 0 100 116k 0 105k 0:00:01 0:00:01 --:--:-- 105k [2021-03-19T20:27:11.035Z] [2021-03-19T20:27:11.035Z] [2021-03-19T20:27:11.036Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/400/openapi/v2/support-notifications.yaml] [2021-03-19T20:27:11.036Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:11.036Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:12.433Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73213 0 0 100 73213 0 63468 0:00:01 0:00:01 --:--:-- 63497 100 73213 0 0 100 73213 0 63456 0:00:01 0:00:01 --:--:-- 63497 [2021-03-19T20:27:12.433Z] [2021-03-19T20:27:12.433Z] [2021-03-19T20:27:12.433Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/400/openapi/v2/support-scheduler.yaml] [2021-03-19T20:27:12.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:12.433Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:13.384Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39475 0 0 100 39475 0 36833 0:00:01 0:00:01 --:--:-- 36858 100 39475 0 0 100 39475 0 36825 0:00:01 0:00:01 --:--:-- 36858 [2021-03-19T20:27:13.384Z] [2021-03-19T20:27:13.384Z] [2021-03-19T20:27:13.384Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/400/openapi/v2/system-agent.yaml] [2021-03-19T20:27:13.384Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T20:27:13.384Z] Dload Upload Total Spent Left Speed [2021-03-19T20:27:14.336Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 21427 0:00:01 0:00:01 --:--:-- 21437 100 24182 0 0 100 24182 0 21423 0:00:01 0:00:01 --:--:-- 21437 [2021-03-19T20:27:14.336Z] [2021-03-19T20:27:14.336Z] [Pipeline] } [2021-03-19T20:27:14.352Z] 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-19T20:27:15.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:27:15.251Z] . [Pipeline] withDockerContainer [2021-03-19T20:27:15.395Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:27:15.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:27:16.338Z] $ docker top a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T20:27:16.697Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:27:16.697Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:27:16.982Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:27:16.986Z] $ docker exec a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b ssh-agent [2021-03-19T20:27:17.179Z] SSH_AUTH_SOCK=/tmp/ssh-Pk3cDjSRnZ5u/agent.12 [2021-03-19T20:27:17.179Z] SSH_AGENT_PID=18 [2021-03-19T20:27:17.187Z] Running ssh-add (command line suppressed) [2021-03-19T20:27:17.336Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_2557693047779025903.key (/w/workspace/edgex-go/400@tmp/private_key_2557693047779025903.key) [2021-03-19T20:27:17.401Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:27:17.795Z] + git semver tag [2021-03-19T20:27:18.060Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T20:27:18.060Z] # $GIT_DIR = /w/workspace/edgex-go/400/.git [2021-03-19T20:27:18.060Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/400 [2021-03-19T20:27:18.060Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T20:27:18.060Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T20:27:18.060Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T20:27:18.060Z] # $SEMVER_BRANCH = master [2021-03-19T20:27:18.060Z] # $SEMVER_DIR = /w/workspace/edgex-go/400/.semver [2021-03-19T20:27:18.060Z] # 05f2d13a179446ff46e2de9a60e91a19cc98f319 HEAD [2021-03-19T20:27:18.635Z] # -> Force: false [2021-03-19T20:27:18.635Z] # 2fd3224e3db0c6aa44475528346c8164f103d9f8 refs/tags/v2.0.0-dev.133 [Pipeline] } [2021-03-19T20:27:18.647Z] $ docker exec --env ******** --env ******** a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b ssh-agent -k [2021-03-19T20:27:18.781Z] unset SSH_AUTH_SOCK; [2021-03-19T20:27:18.781Z] unset SSH_AGENT_PID; [2021-03-19T20:27:18.781Z] echo Agent pid 18 killed; [2021-03-19T20:27:18.845Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:27:19.329Z] + git semver [Pipeline] } [2021-03-19T20:27:19.347Z] $ docker stop --time=1 a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b [2021-03-19T20:27:20.715Z] $ docker rm -f a930d6d0ed20629fc2b694f40eb4e7dddc8b1a133ba7661bd618be8948df704b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:27:21.365Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T20:27:21.365Z] [2021-03-19T20:27:21.365Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:27:21.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T20:27:21.755Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-19T20:27:21.755Z] ab5ef0e58194: Pulling fs layer [2021-03-19T20:27:21.755Z] 9712f1f96733: Pulling fs layer [2021-03-19T20:27:21.755Z] 63f879dbbcfc: Pulling fs layer [2021-03-19T20:27:21.755Z] 0d9ebad4ef96: Pulling fs layer [2021-03-19T20:27:21.755Z] e9a5061849ea: Pulling fs layer [2021-03-19T20:27:21.755Z] d747dcd14b5f: Pulling fs layer [2021-03-19T20:27:21.755Z] 2de7ff778b66: Pulling fs layer [2021-03-19T20:27:21.755Z] e9a5061849ea: Waiting [2021-03-19T20:27:21.755Z] d747dcd14b5f: Waiting [2021-03-19T20:27:21.755Z] 2de7ff778b66: Waiting [2021-03-19T20:27:21.755Z] 0d9ebad4ef96: Waiting [2021-03-19T20:27:21.755Z] 9712f1f96733: Download complete [2021-03-19T20:27:23.153Z] 63f879dbbcfc: Verifying Checksum [2021-03-19T20:27:23.153Z] 63f879dbbcfc: Download complete [2021-03-19T20:27:23.422Z] e9a5061849ea: Verifying Checksum [2021-03-19T20:27:23.422Z] e9a5061849ea: Download complete [2021-03-19T20:27:23.422Z] d747dcd14b5f: Download complete [2021-03-19T20:27:23.687Z] 2de7ff778b66: Verifying Checksum [2021-03-19T20:27:23.687Z] 2de7ff778b66: Download complete [2021-03-19T20:27:24.265Z] 0d9ebad4ef96: Verifying Checksum [2021-03-19T20:27:24.265Z] 0d9ebad4ef96: Download complete [2021-03-19T20:27:24.265Z] ab5ef0e58194: Download complete [2021-03-19T20:27:29.725Z] ab5ef0e58194: Pull complete [2021-03-19T20:27:29.990Z] 9712f1f96733: Pull complete [2021-03-19T20:27:32.547Z] 63f879dbbcfc: Pull complete [2021-03-19T20:27:40.732Z] 0d9ebad4ef96: Pull complete [2021-03-19T20:27:41.684Z] e9a5061849ea: Pull complete [2021-03-19T20:27:41.684Z] d747dcd14b5f: Pull complete [2021-03-19T20:27:45.925Z] 2de7ff778b66: Pull complete [2021-03-19T20:27:45.925Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-19T20:27:45.925Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-19T20:27:45.925Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-19T20:27:46.139Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:27:46.188Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:27:49.166Z] $ docker top eee6035700582452241a85f1bc4bd5226028794a5f98352eceb5c47a8c19d92f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-19T20:27:49.532Z] provisioning config files... [2021-03-19T20:27:49.545Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/400@tmp/config6101022132584522068tmp [2021-03-19T20:27:49.570Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/400@tmp/config4299093161725200363tmp [2021-03-19T20:27:49.585Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/400@tmp/config4083701193912041684tmp [Pipeline] { [Pipeline] echo [2021-03-19T20:27:49.641Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:27:49.950Z] ---> sigul-configuration.sh [2021-03-19T20:27:49.950Z] gpg: directory `/root/.gnupg' created [2021-03-19T20:27:49.950Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-19T20:27:49.950Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-19T20:27:49.950Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-19T20:27:49.950Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-19T20:27:49.950Z] gpg: CAST5 encrypted data [2021-03-19T20:27:50.212Z] gpg: encrypted with 1 passphrase [2021-03-19T20:27:50.212Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-19T20:27:50.513Z] + mkdir /home/jenkins [2021-03-19T20:27:50.513Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-19T20:27:50.816Z] + 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-19T20:27:50.828Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:27:51.127Z] ---> sigul-install.sh [2021-03-19T20:27:56.456Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-19T20:27:56.784Z] + git tag --list [2021-03-19T20:27:56.784Z] 0.6.0 [2021-03-19T20:27:56.784Z] 0.6.1 [2021-03-19T20:27:56.784Z] 0.7.0 [2021-03-19T20:27:56.784Z] 0.7.1 [2021-03-19T20:27:56.784Z] v0.0.0 [2021-03-19T20:27:56.784Z] v0.0.1-dev.1 [2021-03-19T20:27:56.784Z] v1.0.0 [2021-03-19T20:27:56.784Z] v1.0.1 [2021-03-19T20:27:56.784Z] v1.1.0 [2021-03-19T20:27:56.784Z] v1.2.0 [2021-03-19T20:27:56.784Z] v1.2.1 [2021-03-19T20:27:56.784Z] v1.2.2-dev.1 [2021-03-19T20:27:56.784Z] v1.2.2-dev.10 [2021-03-19T20:27:56.784Z] v1.2.2-dev.100 [2021-03-19T20:27:56.784Z] v1.2.2-dev.101 [2021-03-19T20:27:56.784Z] v1.2.2-dev.102 [2021-03-19T20:27:56.784Z] v1.2.2-dev.103 [2021-03-19T20:27:56.784Z] v1.2.2-dev.104 [2021-03-19T20:27:56.784Z] v1.2.2-dev.105 [2021-03-19T20:27:56.784Z] v1.2.2-dev.106 [2021-03-19T20:27:56.784Z] v1.2.2-dev.107 [2021-03-19T20:27:56.784Z] v1.2.2-dev.11 [2021-03-19T20:27:56.784Z] v1.2.2-dev.12 [2021-03-19T20:27:56.784Z] v1.2.2-dev.13 [2021-03-19T20:27:56.784Z] v1.2.2-dev.14 [2021-03-19T20:27:56.784Z] v1.2.2-dev.15 [2021-03-19T20:27:56.784Z] v1.2.2-dev.16 [2021-03-19T20:27:56.784Z] v1.2.2-dev.17 [2021-03-19T20:27:56.784Z] v1.2.2-dev.18 [2021-03-19T20:27:56.784Z] v1.2.2-dev.19 [2021-03-19T20:27:56.784Z] v1.2.2-dev.2 [2021-03-19T20:27:56.784Z] v1.2.2-dev.20 [2021-03-19T20:27:56.784Z] v1.2.2-dev.21 [2021-03-19T20:27:56.784Z] v1.2.2-dev.22 [2021-03-19T20:27:56.784Z] v1.2.2-dev.23 [2021-03-19T20:27:56.784Z] v1.2.2-dev.24 [2021-03-19T20:27:56.784Z] v1.2.2-dev.25 [2021-03-19T20:27:56.784Z] v1.2.2-dev.26 [2021-03-19T20:27:56.784Z] v1.2.2-dev.27 [2021-03-19T20:27:56.784Z] v1.2.2-dev.28 [2021-03-19T20:27:56.784Z] v1.2.2-dev.29 [2021-03-19T20:27:56.784Z] v1.2.2-dev.3 [2021-03-19T20:27:56.784Z] v1.2.2-dev.30 [2021-03-19T20:27:56.784Z] v1.2.2-dev.31 [2021-03-19T20:27:56.784Z] v1.2.2-dev.32 [2021-03-19T20:27:56.784Z] v1.2.2-dev.33 [2021-03-19T20:27:56.784Z] v1.2.2-dev.34 [2021-03-19T20:27:56.784Z] v1.2.2-dev.35 [2021-03-19T20:27:56.784Z] v1.2.2-dev.36 [2021-03-19T20:27:56.784Z] v1.2.2-dev.37 [2021-03-19T20:27:56.784Z] v1.2.2-dev.38 [2021-03-19T20:27:56.784Z] v1.2.2-dev.39 [2021-03-19T20:27:56.784Z] v1.2.2-dev.4 [2021-03-19T20:27:56.784Z] v1.2.2-dev.40 [2021-03-19T20:27:56.784Z] v1.2.2-dev.41 [2021-03-19T20:27:56.784Z] v1.2.2-dev.42 [2021-03-19T20:27:56.784Z] v1.2.2-dev.43 [2021-03-19T20:27:56.784Z] v1.2.2-dev.44 [2021-03-19T20:27:56.784Z] v1.2.2-dev.45 [2021-03-19T20:27:56.784Z] v1.2.2-dev.46 [2021-03-19T20:27:56.784Z] v1.2.2-dev.47 [2021-03-19T20:27:56.784Z] v1.2.2-dev.48 [2021-03-19T20:27:56.784Z] v1.2.2-dev.49 [2021-03-19T20:27:56.784Z] v1.2.2-dev.5 [2021-03-19T20:27:56.784Z] v1.2.2-dev.50 [2021-03-19T20:27:56.784Z] v1.2.2-dev.51 [2021-03-19T20:27:56.784Z] v1.2.2-dev.52 [2021-03-19T20:27:56.784Z] v1.2.2-dev.53 [2021-03-19T20:27:56.784Z] v1.2.2-dev.54 [2021-03-19T20:27:56.784Z] v1.2.2-dev.55 [2021-03-19T20:27:56.784Z] v1.2.2-dev.56 [2021-03-19T20:27:56.784Z] v1.2.2-dev.57 [2021-03-19T20:27:56.784Z] v1.2.2-dev.58 [2021-03-19T20:27:56.784Z] v1.2.2-dev.59 [2021-03-19T20:27:56.784Z] v1.2.2-dev.6 [2021-03-19T20:27:56.784Z] v1.2.2-dev.60 [2021-03-19T20:27:56.784Z] v1.2.2-dev.61 [2021-03-19T20:27:56.784Z] v1.2.2-dev.62 [2021-03-19T20:27:56.784Z] v1.2.2-dev.63 [2021-03-19T20:27:56.784Z] v1.2.2-dev.64 [2021-03-19T20:27:56.784Z] v1.2.2-dev.65 [2021-03-19T20:27:56.784Z] v1.2.2-dev.66 [2021-03-19T20:27:56.784Z] v1.2.2-dev.67 [2021-03-19T20:27:56.784Z] v1.2.2-dev.68 [2021-03-19T20:27:56.784Z] v1.2.2-dev.69 [2021-03-19T20:27:56.784Z] v1.2.2-dev.7 [2021-03-19T20:27:56.784Z] v1.2.2-dev.70 [2021-03-19T20:27:56.784Z] v1.2.2-dev.71 [2021-03-19T20:27:56.784Z] v1.2.2-dev.72 [2021-03-19T20:27:56.784Z] v1.2.2-dev.73 [2021-03-19T20:27:56.784Z] v1.2.2-dev.74 [2021-03-19T20:27:56.784Z] v1.2.2-dev.75 [2021-03-19T20:27:56.784Z] v1.2.2-dev.76 [2021-03-19T20:27:56.784Z] v1.2.2-dev.77 [2021-03-19T20:27:56.784Z] v1.2.2-dev.78 [2021-03-19T20:27:56.784Z] v1.2.2-dev.79 [2021-03-19T20:27:56.784Z] v1.2.2-dev.8 [2021-03-19T20:27:56.784Z] v1.2.2-dev.80 [2021-03-19T20:27:56.784Z] v1.2.2-dev.81 [2021-03-19T20:27:56.784Z] v1.2.2-dev.82 [2021-03-19T20:27:56.784Z] v1.2.2-dev.83 [2021-03-19T20:27:56.784Z] v1.2.2-dev.84 [2021-03-19T20:27:56.784Z] v1.2.2-dev.85 [2021-03-19T20:27:56.784Z] v1.2.2-dev.86 [2021-03-19T20:27:56.784Z] v1.2.2-dev.87 [2021-03-19T20:27:56.784Z] v1.2.2-dev.88 [2021-03-19T20:27:56.784Z] v1.2.2-dev.89 [2021-03-19T20:27:56.784Z] v1.2.2-dev.9 [2021-03-19T20:27:56.784Z] v1.2.2-dev.90 [2021-03-19T20:27:56.784Z] v1.2.2-dev.91 [2021-03-19T20:27:56.784Z] v1.2.2-dev.92 [2021-03-19T20:27:56.784Z] v1.2.2-dev.93 [2021-03-19T20:27:56.784Z] v1.2.2-dev.94 [2021-03-19T20:27:56.784Z] v1.2.2-dev.95 [2021-03-19T20:27:56.784Z] v1.2.2-dev.96 [2021-03-19T20:27:56.784Z] v1.2.2-dev.97 [2021-03-19T20:27:56.784Z] v1.2.2-dev.98 [2021-03-19T20:27:56.784Z] v1.2.2-dev.99 [2021-03-19T20:27:56.784Z] v1.3.0 [2021-03-19T20:27:56.784Z] v1.3.1 [2021-03-19T20:27:56.784Z] v1.3.1-dev.1 [2021-03-19T20:27:56.784Z] v1.3.1-dev.10 [2021-03-19T20:27:56.784Z] v1.3.1-dev.11 [2021-03-19T20:27:56.784Z] v1.3.1-dev.12 [2021-03-19T20:27:56.784Z] v1.3.1-dev.13 [2021-03-19T20:27:56.784Z] v1.3.1-dev.14 [2021-03-19T20:27:56.784Z] v1.3.1-dev.15 [2021-03-19T20:27:56.784Z] v1.3.1-dev.16 [2021-03-19T20:27:56.784Z] v1.3.1-dev.17 [2021-03-19T20:27:56.784Z] v1.3.1-dev.18 [2021-03-19T20:27:56.784Z] v1.3.1-dev.2 [2021-03-19T20:27:56.784Z] v1.3.1-dev.3 [2021-03-19T20:27:56.784Z] v1.3.1-dev.4 [2021-03-19T20:27:56.784Z] v1.3.1-dev.5 [2021-03-19T20:27:56.784Z] v1.3.1-dev.6 [2021-03-19T20:27:56.785Z] v1.3.1-dev.7 [2021-03-19T20:27:56.785Z] v1.3.1-dev.8 [2021-03-19T20:27:56.785Z] v1.3.1-dev.9 [2021-03-19T20:27:56.785Z] v2.0.0-dev.1 [2021-03-19T20:27:56.785Z] v2.0.0-dev.10 [2021-03-19T20:27:56.785Z] v2.0.0-dev.100 [2021-03-19T20:27:56.785Z] v2.0.0-dev.101 [2021-03-19T20:27:56.785Z] v2.0.0-dev.102 [2021-03-19T20:27:56.785Z] v2.0.0-dev.103 [2021-03-19T20:27:56.785Z] v2.0.0-dev.104 [2021-03-19T20:27:56.785Z] v2.0.0-dev.105 [2021-03-19T20:27:56.785Z] v2.0.0-dev.106 [2021-03-19T20:27:56.785Z] v2.0.0-dev.107 [2021-03-19T20:27:56.785Z] v2.0.0-dev.108 [2021-03-19T20:27:56.785Z] v2.0.0-dev.109 [2021-03-19T20:27:56.785Z] v2.0.0-dev.11 [2021-03-19T20:27:56.785Z] v2.0.0-dev.110 [2021-03-19T20:27:56.785Z] v2.0.0-dev.111 [2021-03-19T20:27:56.785Z] v2.0.0-dev.112 [2021-03-19T20:27:56.785Z] v2.0.0-dev.113 [2021-03-19T20:27:56.785Z] v2.0.0-dev.114 [2021-03-19T20:27:56.785Z] v2.0.0-dev.115 [2021-03-19T20:27:56.785Z] v2.0.0-dev.116 [2021-03-19T20:27:56.785Z] v2.0.0-dev.117 [2021-03-19T20:27:56.785Z] v2.0.0-dev.118 [2021-03-19T20:27:56.785Z] v2.0.0-dev.119 [2021-03-19T20:27:56.785Z] v2.0.0-dev.12 [2021-03-19T20:27:56.785Z] v2.0.0-dev.120 [2021-03-19T20:27:56.785Z] v2.0.0-dev.121 [2021-03-19T20:27:56.785Z] v2.0.0-dev.122 [2021-03-19T20:27:56.785Z] v2.0.0-dev.123 [2021-03-19T20:27:56.785Z] v2.0.0-dev.124 [2021-03-19T20:27:56.785Z] v2.0.0-dev.125 [2021-03-19T20:27:56.785Z] v2.0.0-dev.126 [2021-03-19T20:27:56.785Z] v2.0.0-dev.127 [2021-03-19T20:27:56.785Z] v2.0.0-dev.128 [2021-03-19T20:27:56.785Z] v2.0.0-dev.129 [2021-03-19T20:27:56.785Z] v2.0.0-dev.13 [2021-03-19T20:27:56.785Z] v2.0.0-dev.130 [2021-03-19T20:27:56.785Z] v2.0.0-dev.131 [2021-03-19T20:27:56.785Z] v2.0.0-dev.132 [2021-03-19T20:27:56.785Z] v2.0.0-dev.133 [2021-03-19T20:27:56.785Z] v2.0.0-dev.14 [2021-03-19T20:27:56.785Z] v2.0.0-dev.15 [2021-03-19T20:27:56.785Z] v2.0.0-dev.16 [2021-03-19T20:27:56.785Z] v2.0.0-dev.17 [2021-03-19T20:27:56.785Z] v2.0.0-dev.18 [2021-03-19T20:27:56.785Z] v2.0.0-dev.19 [2021-03-19T20:27:56.785Z] v2.0.0-dev.2 [2021-03-19T20:27:56.785Z] v2.0.0-dev.20 [2021-03-19T20:27:56.785Z] v2.0.0-dev.21 [2021-03-19T20:27:56.785Z] v2.0.0-dev.22 [2021-03-19T20:27:56.785Z] v2.0.0-dev.23 [2021-03-19T20:27:56.785Z] v2.0.0-dev.24 [2021-03-19T20:27:56.785Z] v2.0.0-dev.25 [2021-03-19T20:27:56.785Z] v2.0.0-dev.26 [2021-03-19T20:27:56.785Z] v2.0.0-dev.27 [2021-03-19T20:27:56.785Z] v2.0.0-dev.28 [2021-03-19T20:27:56.785Z] v2.0.0-dev.29 [2021-03-19T20:27:56.785Z] v2.0.0-dev.3 [2021-03-19T20:27:56.785Z] v2.0.0-dev.30 [2021-03-19T20:27:56.785Z] v2.0.0-dev.31 [2021-03-19T20:27:56.785Z] v2.0.0-dev.32 [2021-03-19T20:27:56.785Z] v2.0.0-dev.33 [2021-03-19T20:27:56.785Z] v2.0.0-dev.34 [2021-03-19T20:27:56.785Z] v2.0.0-dev.35 [2021-03-19T20:27:56.785Z] v2.0.0-dev.36 [2021-03-19T20:27:56.785Z] v2.0.0-dev.37 [2021-03-19T20:27:56.785Z] v2.0.0-dev.38 [2021-03-19T20:27:56.785Z] v2.0.0-dev.39 [2021-03-19T20:27:56.785Z] v2.0.0-dev.4 [2021-03-19T20:27:56.785Z] v2.0.0-dev.40 [2021-03-19T20:27:56.785Z] v2.0.0-dev.41 [2021-03-19T20:27:56.785Z] v2.0.0-dev.42 [2021-03-19T20:27:56.785Z] v2.0.0-dev.43 [2021-03-19T20:27:56.785Z] v2.0.0-dev.44 [2021-03-19T20:27:56.785Z] v2.0.0-dev.45 [2021-03-19T20:27:56.785Z] v2.0.0-dev.46 [2021-03-19T20:27:56.785Z] v2.0.0-dev.47 [2021-03-19T20:27:56.785Z] v2.0.0-dev.48 [2021-03-19T20:27:56.785Z] v2.0.0-dev.49 [2021-03-19T20:27:56.785Z] v2.0.0-dev.5 [2021-03-19T20:27:56.785Z] v2.0.0-dev.50 [2021-03-19T20:27:56.785Z] v2.0.0-dev.51 [2021-03-19T20:27:56.785Z] v2.0.0-dev.52 [2021-03-19T20:27:56.785Z] v2.0.0-dev.53 [2021-03-19T20:27:56.785Z] v2.0.0-dev.54 [2021-03-19T20:27:56.785Z] v2.0.0-dev.55 [2021-03-19T20:27:56.785Z] v2.0.0-dev.56 [2021-03-19T20:27:56.785Z] v2.0.0-dev.57 [2021-03-19T20:27:56.785Z] v2.0.0-dev.58 [2021-03-19T20:27:56.785Z] v2.0.0-dev.59 [2021-03-19T20:27:56.785Z] v2.0.0-dev.6 [2021-03-19T20:27:56.785Z] v2.0.0-dev.60 [2021-03-19T20:27:56.785Z] v2.0.0-dev.61 [2021-03-19T20:27:56.785Z] v2.0.0-dev.62 [2021-03-19T20:27:56.785Z] v2.0.0-dev.63 [2021-03-19T20:27:56.785Z] v2.0.0-dev.64 [2021-03-19T20:27:56.785Z] v2.0.0-dev.65 [2021-03-19T20:27:56.785Z] v2.0.0-dev.66 [2021-03-19T20:27:56.785Z] v2.0.0-dev.67 [2021-03-19T20:27:56.785Z] v2.0.0-dev.68 [2021-03-19T20:27:56.785Z] v2.0.0-dev.69 [2021-03-19T20:27:56.785Z] v2.0.0-dev.7 [2021-03-19T20:27:56.785Z] v2.0.0-dev.70 [2021-03-19T20:27:56.785Z] v2.0.0-dev.71 [2021-03-19T20:27:56.785Z] v2.0.0-dev.72 [2021-03-19T20:27:56.785Z] v2.0.0-dev.73 [2021-03-19T20:27:56.785Z] v2.0.0-dev.74 [2021-03-19T20:27:56.785Z] v2.0.0-dev.75 [2021-03-19T20:27:56.785Z] v2.0.0-dev.76 [2021-03-19T20:27:56.785Z] v2.0.0-dev.77 [2021-03-19T20:27:56.785Z] v2.0.0-dev.78 [2021-03-19T20:27:56.785Z] v2.0.0-dev.79 [2021-03-19T20:27:56.785Z] v2.0.0-dev.8 [2021-03-19T20:27:56.785Z] v2.0.0-dev.80 [2021-03-19T20:27:56.785Z] v2.0.0-dev.81 [2021-03-19T20:27:56.785Z] v2.0.0-dev.82 [2021-03-19T20:27:56.785Z] v2.0.0-dev.83 [2021-03-19T20:27:56.785Z] v2.0.0-dev.84 [2021-03-19T20:27:56.785Z] v2.0.0-dev.85 [2021-03-19T20:27:56.785Z] v2.0.0-dev.86 [2021-03-19T20:27:56.785Z] v2.0.0-dev.87 [2021-03-19T20:27:56.785Z] v2.0.0-dev.88 [2021-03-19T20:27:56.785Z] v2.0.0-dev.89 [2021-03-19T20:27:56.785Z] v2.0.0-dev.9 [2021-03-19T20:27:56.785Z] v2.0.0-dev.90 [2021-03-19T20:27:56.785Z] v2.0.0-dev.91 [2021-03-19T20:27:56.785Z] v2.0.0-dev.92 [2021-03-19T20:27:56.785Z] v2.0.0-dev.93 [2021-03-19T20:27:56.785Z] v2.0.0-dev.94 [2021-03-19T20:27:56.785Z] v2.0.0-dev.95 [2021-03-19T20:27:56.785Z] v2.0.0-dev.96 [2021-03-19T20:27:56.785Z] v2.0.0-dev.97 [2021-03-19T20:27:56.785Z] v2.0.0-dev.98 [2021-03-19T20:27:56.785Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-19T20:27:57.088Z] + lftools sign git-tag v2.0.0-dev.133 [2021-03-19T20:27:58.033Z] Signing Git tag with Sigul... [2021-03-19T20:27:58.034Z] Signing v2.0.0-dev.133 [Pipeline] echo [2021-03-19T20:28:00.031Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:28:00.331Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-19T20:28:00.342Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-19T20:28:00.433Z] $ docker stop --time=1 eee6035700582452241a85f1bc4bd5226028794a5f98352eceb5c47a8c19d92f [2021-03-19T20:28:02.463Z] $ docker rm -f eee6035700582452241a85f1bc4bd5226028794a5f98352eceb5c47a8c19d92f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:28:03.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:28:03.434Z] . [Pipeline] withDockerContainer [2021-03-19T20:28:03.554Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:28:03.608Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:28:04.434Z] $ docker top 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T20:28:04.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:28:04.812Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:28:05.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:28:05.085Z] $ docker exec 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f ssh-agent [2021-03-19T20:28:05.302Z] SSH_AUTH_SOCK=/tmp/ssh-fO3tyi7qxLZ8/agent.11 [2021-03-19T20:28:05.302Z] SSH_AGENT_PID=16 [2021-03-19T20:28:05.310Z] Running ssh-add (command line suppressed) [2021-03-19T20:28:05.454Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_3430618439003364295.key (/w/workspace/edgex-go/400@tmp/private_key_3430618439003364295.key) [2021-03-19T20:28:05.518Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:28:05.881Z] + git semver bump pre [2021-03-19T20:28:05.881Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T20:28:05.881Z] # $GIT_DIR = /w/workspace/edgex-go/400/.git [2021-03-19T20:28:05.881Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/400 [2021-03-19T20:28:05.881Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T20:28:05.881Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T20:28:05.881Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T20:28:05.881Z] # $SEMVER_BRANCH = master [2021-03-19T20:28:05.881Z] # $SEMVER_DIR = /w/workspace/edgex-go/400/.semver [2021-03-19T20:28:05.881Z] 2.0.0-dev.134 [Pipeline] } [2021-03-19T20:28:05.894Z] $ docker exec --env ******** --env ******** 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f ssh-agent -k [2021-03-19T20:28:06.025Z] unset SSH_AUTH_SOCK; [2021-03-19T20:28:06.025Z] unset SSH_AGENT_PID; [2021-03-19T20:28:06.026Z] echo Agent pid 16 killed; [2021-03-19T20:28:06.086Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:28:06.558Z] + git semver [Pipeline] } [2021-03-19T20:28:06.575Z] $ docker stop --time=1 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f [2021-03-19T20:28:07.947Z] $ docker rm -f 83e23c05850743e317443b7c7392a97beac1623b3b35af02ea5874725f69557f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:28:08.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T20:28:08.531Z] . [Pipeline] withDockerContainer [2021-03-19T20:28:08.635Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:28:08.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:28:09.592Z] $ docker top 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T20:28:10.058Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T20:28:10.058Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T20:28:10.275Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T20:28:10.278Z] $ docker exec 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a ssh-agent [2021-03-19T20:28:10.475Z] SSH_AUTH_SOCK=/tmp/ssh-IiryAdVfJEX9/agent.11 [2021-03-19T20:28:10.475Z] SSH_AGENT_PID=16 [2021-03-19T20:28:10.484Z] Running ssh-add (command line suppressed) [2021-03-19T20:28:10.619Z] Identity added: /w/workspace/edgex-go/400@tmp/private_key_7020159099264300254.key (/w/workspace/edgex-go/400@tmp/private_key_7020159099264300254.key) [2021-03-19T20:28:10.677Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T20:28:11.017Z] + git semver push [2021-03-19T20:28:11.017Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T20:28:11.017Z] # $GIT_DIR = /w/workspace/edgex-go/400/.git [2021-03-19T20:28:11.017Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/400 [2021-03-19T20:28:11.017Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T20:28:11.017Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T20:28:11.017Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T20:28:11.017Z] # $SEMVER_BRANCH = master [2021-03-19T20:28:11.017Z] # $SEMVER_DIR = /w/workspace/edgex-go/400/.semver [Pipeline] } [2021-03-19T20:28:19.239Z] $ docker exec --env ******** --env ******** 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a ssh-agent -k [2021-03-19T20:28:19.371Z] unset SSH_AUTH_SOCK; [2021-03-19T20:28:19.371Z] unset SSH_AGENT_PID; [2021-03-19T20:28:19.371Z] echo Agent pid 16 killed; [2021-03-19T20:28:19.434Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T20:28:19.985Z] + git semver [Pipeline] } [2021-03-19T20:28:20.011Z] $ docker stop --time=1 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a [2021-03-19T20:28:21.370Z] $ docker rm -f 890e66ca2068233f366c274685238a1a08ecef04438caa03f43dcd5c2c4dfc9a [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-19T20:28:22.842Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:28:23.740Z] ---> package-listing.sh [2021-03-19T20:28:23.740Z] ++ facter osfamily [2021-03-19T20:28:23.740Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T20:28:23.740Z] + OS_FAMILY=redhat [2021-03-19T20:28:23.740Z] + workspace=/w/workspace/edgex-go/400 [2021-03-19T20:28:23.740Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T20:28:23.740Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T20:28:23.740Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T20:28:23.740Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T20:28:23.740Z] + '[' /w/workspace/edgex-go/400 ']' [2021-03-19T20:28:23.740Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T20:28:23.740Z] + case "${OS_FAMILY}" in [2021-03-19T20:28:23.740Z] + rpm -qa [2021-03-19T20:28:23.740Z] + sort [2021-03-19T20:28:29.099Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T20:28:29.099Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T20:28:29.099Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T20:28:29.099Z] + '[' /w/workspace/edgex-go/400 ']' [2021-03-19T20:28:29.099Z] + mkdir -p /w/workspace/edgex-go/400/archives/ [2021-03-19T20:28:29.099Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/400/archives/ [Pipeline] echo [2021-03-19T20:28:29.114Z] 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/400/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-19T20:28:29.418Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:28:29.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:28:29.857Z] [2021-03-19T20:28:29.857Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T20:28:30.216Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:28:30.216Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T20:28:30.216Z] df20fa9351a1: Pulling fs layer [2021-03-19T20:28:30.217Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T20:28:30.217Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T20:28:30.217Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T20:28:30.217Z] 93b61091891f: Pulling fs layer [2021-03-19T20:28:30.217Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T20:28:30.217Z] 5e14af77c1be: Pulling fs layer [2021-03-19T20:28:30.217Z] 01666e4c0597: Pulling fs layer [2021-03-19T20:28:30.217Z] aa168da1d23b: Pulling fs layer [2021-03-19T20:28:30.217Z] 93b9cdb0e59b: Waiting [2021-03-19T20:28:30.217Z] 5e14af77c1be: Waiting [2021-03-19T20:28:30.217Z] 01666e4c0597: Waiting [2021-03-19T20:28:30.217Z] aa168da1d23b: Waiting [2021-03-19T20:28:30.217Z] 46f8f816bc3b: Waiting [2021-03-19T20:28:30.217Z] 93b61091891f: Waiting [2021-03-19T20:28:30.217Z] df20fa9351a1: Verifying Checksum [2021-03-19T20:28:30.217Z] df20fa9351a1: Download complete [2021-03-19T20:28:30.217Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T20:28:30.217Z] 46f8f816bc3b: Download complete [2021-03-19T20:28:30.482Z] 93b61091891f: Download complete [2021-03-19T20:28:30.482Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T20:28:30.482Z] 93b9cdb0e59b: Download complete [2021-03-19T20:28:30.482Z] 5e14af77c1be: Verifying Checksum [2021-03-19T20:28:30.482Z] 5e14af77c1be: Download complete [2021-03-19T20:28:30.482Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T20:28:30.482Z] 36b3adc4ff6f: Download complete [2021-03-19T20:28:30.482Z] 01666e4c0597: Verifying Checksum [2021-03-19T20:28:30.482Z] 01666e4c0597: Download complete [2021-03-19T20:28:30.482Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T20:28:30.482Z] 8ad3a11d3b57: Download complete [2021-03-19T20:28:31.077Z] df20fa9351a1: Pull complete [2021-03-19T20:28:31.350Z] 36b3adc4ff6f: Pull complete [2021-03-19T20:28:32.763Z] aa168da1d23b: Verifying Checksum [2021-03-19T20:28:32.763Z] aa168da1d23b: Download complete [2021-03-19T20:28:33.025Z] 8ad3a11d3b57: Pull complete [2021-03-19T20:28:33.287Z] 46f8f816bc3b: Pull complete [2021-03-19T20:28:33.862Z] 93b61091891f: Pull complete [2021-03-19T20:28:33.862Z] 93b9cdb0e59b: Pull complete [2021-03-19T20:28:33.862Z] 5e14af77c1be: Pull complete [2021-03-19T20:28:34.129Z] 01666e4c0597: Pull complete [2021-03-19T20:28:40.755Z] aa168da1d23b: Pull complete [2021-03-19T20:28:40.755Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T20:28:41.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T20:28:41.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T20:28:41.210Z] prd-centos7-docker-4c-2g-30615 does not seem to be running inside a container [2021-03-19T20:28:41.264Z] $ 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/400/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/400 -v /w/workspace/edgex-go/400:/w/workspace/edgex-go/400:rw,z -v /w/workspace/edgex-go/400@tmp:/w/workspace/edgex-go/400@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-19T20:28:44.415Z] $ docker top a18b509ed57a8b3a29acd97e48aee0ef002fd675f43ccd368b7e225832601fa6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T20:28:44.933Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T20:28:45.489Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T20:28:45.791Z] + ls /var/log/sa-host [2021-03-19T20:28:45.791Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T20:28:45.791Z] file_magic: OK [2021-03-19T20:28:45.791Z] HZ: Using current value: 100 [2021-03-19T20:28:45.791Z] file_header: OK [2021-03-19T20:28:45.791Z] 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-19T20:28:45.791Z] Statistics: [2021-03-19T20:28:45.792Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-19T20:28:45.792Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T20:28:45.792Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T20:28:45.792Z] file_magic: OK [2021-03-19T20:28:45.792Z] HZ: Using current value: 100 [2021-03-19T20:28:45.792Z] file_header: OK [2021-03-19T20:28:45.792Z] 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-19T20:28:45.792Z] Statistics: [2021-03-19T20:28:45.792Z] Hnuu...uuuununununu... [2021-03-19T20:28:45.792Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T20:28:46.432Z] provisioning config files... [2021-03-19T20:28:46.463Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/400@tmp/config4779752043721254620tmp [Pipeline] { [Pipeline] echo [2021-03-19T20:28:46.532Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:28:46.833Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T20:28:46.843Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T20:28:46.941Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:28:47.239Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T20:28:47.252Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:28:47.578Z] ---> sudo-logs.sh [2021-03-19T20:28:47.578Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T20:28:47.638Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:28:47.937Z] ---> job-cost.sh [2021-03-19T20:28:47.937Z] lf-activate-venv: SKIPPING [2021-03-19T20:28:47.937Z] DEBUG: total: 0.20999999344348907 [2021-03-19T20:28:47.937Z] INFO: Retrieving Stack Cost... [2021-03-19T20:28:48.883Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T20:28:49.144Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T20:28:49.159Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T20:28:49.456Z] ---> logs-deploy.sh [2021-03-19T20:28:49.456Z] lf-activate-venv: SKIPPING [2021-03-19T20:28:49.457Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/400 [2021-03-19T20:28:49.457Z] INFO: archiving workspace using pattern(s): [2021-03-19T20:28:50.843Z] Archives upload complete. [2021-03-19T20:28:51.105Z] INFO: archiving logs to Nexus [2021-03-19T20:28:52.062Z] ---> uname -a: [2021-03-19T20:28:52.062Z] Linux prd-centos7-docker-4c-2g-30615.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-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] ---> lscpu: [2021-03-19T20:28:52.062Z] Architecture: x86_64 [2021-03-19T20:28:52.062Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-19T20:28:52.062Z] Byte Order: Little Endian [2021-03-19T20:28:52.062Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-19T20:28:52.062Z] CPU(s): 4 [2021-03-19T20:28:52.062Z] On-line CPU(s) list: 0-3 [2021-03-19T20:28:52.062Z] Thread(s) per core: 1 [2021-03-19T20:28:52.062Z] Core(s) per socket: 1 [2021-03-19T20:28:52.062Z] Socket(s): 4 [2021-03-19T20:28:52.062Z] NUMA node(s): 1 [2021-03-19T20:28:52.062Z] Vendor ID: GenuineIntel [2021-03-19T20:28:52.062Z] CPU family: 6 [2021-03-19T20:28:52.062Z] Model: 44 [2021-03-19T20:28:52.062Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-19T20:28:52.062Z] Stepping: 1 [2021-03-19T20:28:52.062Z] CPU MHz: 2933.438 [2021-03-19T20:28:52.062Z] BogoMIPS: 5866.87 [2021-03-19T20:28:52.062Z] Virtualization: VT-x [2021-03-19T20:28:52.062Z] Hypervisor vendor: KVM [2021-03-19T20:28:52.062Z] Virtualization type: full [2021-03-19T20:28:52.062Z] L1d cache: 128 KiB [2021-03-19T20:28:52.062Z] L1i cache: 128 KiB [2021-03-19T20:28:52.062Z] L2 cache: 16 MiB [2021-03-19T20:28:52.062Z] L3 cache: 64 MiB [2021-03-19T20:28:52.062Z] NUMA node0 CPU(s): 0-3 [2021-03-19T20:28:52.062Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-19T20:28:52.062Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-19T20:28:52.062Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-19T20:28:52.062Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-19T20:28:52.062Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-19T20:28:52.062Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-19T20:28:52.062Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-19T20:28:52.062Z] Vulnerability Srbds: Not affected [2021-03-19T20:28:52.062Z] Vulnerability Tsx async abort: Not affected [2021-03-19T20:28:52.062Z] 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-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] ---> nproc: [2021-03-19T20:28:52.062Z] 4 [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] ---> df -h: [2021-03-19T20:28:52.062Z] Filesystem Size Used Available Use% Mounted on [2021-03-19T20:28:52.062Z] overlay 50.0G 13.0G 37.0G 26% / [2021-03-19T20:28:52.062Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-19T20:28:52.062Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-19T20:28:52.062Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/400 [2021-03-19T20:28:52.062Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/400@tmp [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] ---> free -m: [2021-03-19T20:28:52.062Z] total used free shared buff/cache available [2021-03-19T20:28:52.062Z] Mem: 1837 770 144 0 922 1006 [2021-03-19T20:28:52.062Z] Swap: 1023 77 946 [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] ---> ip addr: [2021-03-19T20:28:52.062Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-19T20:28:52.062Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-19T20:28:52.062Z] inet 127.0.0.1/8 scope host lo [2021-03-19T20:28:52.062Z] valid_lft forever preferred_lft forever [2021-03-19T20:28:52.062Z] inet6 ::1/128 scope host [2021-03-19T20:28:52.062Z] valid_lft forever preferred_lft forever [2021-03-19T20:28:52.062Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-19T20:28:52.062Z] link/ether fa:16:3e:b7:1a:0c brd ff:ff:ff:ff:ff:ff [2021-03-19T20:28:52.062Z] inet 10.30.122.92/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-19T20:28:52.062Z] valid_lft 84960sec preferred_lft 84960sec [2021-03-19T20:28:52.062Z] inet6 fe80::f816:3eff:feb7:1a0c/64 scope link [2021-03-19T20:28:52.062Z] valid_lft forever preferred_lft forever [2021-03-19T20:28:52.062Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-19T20:28:52.062Z] link/ether 02:42:82:5e:cf:a5 brd ff:ff:ff:ff:ff:ff [2021-03-19T20:28:52.062Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-19T20:28:52.062Z] valid_lft forever preferred_lft forever [2021-03-19T20:28:52.062Z] inet6 fe80::42:82ff:fe5e:cfa5/64 scope link [2021-03-19T20:28:52.062Z] valid_lft forever preferred_lft forever [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] ---> sar -b -r -n DEV: [2021-03-19T20:28:52.062Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] 20:04:40 LINUX RESTART (4 CPU) [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] 20:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-19T20:28:52.062Z] 20:06:02 140.97 49.38 91.58 0.00 8314.34 44575.98 0.00 [2021-03-19T20:28:52.062Z] 20:07:01 225.55 122.37 103.18 0.00 7538.20 44960.01 0.00 [2021-03-19T20:28:52.062Z] 20:08:01 265.54 109.65 155.90 0.00 4455.01 20842.67 0.00 [2021-03-19T20:28:52.062Z] 20:09:01 112.43 43.51 68.92 0.00 1540.30 9318.90 0.00 [2021-03-19T20:28:52.062Z] 20:10:01 109.53 40.08 69.45 0.00 2499.38 13066.31 0.00 [2021-03-19T20:28:52.062Z] 20:11:01 1006.04 721.81 284.23 0.00 95842.80 164277.53 0.00 [2021-03-19T20:28:52.062Z] 20:12:02 2427.59 2111.07 316.51 0.00 148979.04 152735.83 0.00 [2021-03-19T20:28:52.062Z] 20:13:01 375.03 148.15 226.88 0.00 26439.60 54266.06 0.00 [2021-03-19T20:28:52.062Z] 20:14:01 2483.98 2129.36 354.63 0.00 110313.82 117814.13 0.00 [2021-03-19T20:28:52.062Z] 20:15:02 1006.58 733.67 272.92 0.00 42237.61 53653.13 0.00 [2021-03-19T20:28:52.062Z] 20:16:01 123.65 97.07 26.58 0.00 7997.97 1372.72 0.00 [2021-03-19T20:28:52.062Z] 20:17:01 3.18 0.42 2.76 0.00 5.06 55.16 0.00 [2021-03-19T20:28:52.062Z] 20:18:01 0.23 0.00 0.23 0.00 0.00 3.43 0.00 [2021-03-19T20:28:52.062Z] 20:19:01 0.27 0.02 0.25 0.00 0.53 2.56 0.00 [2021-03-19T20:28:52.062Z] 20:20:01 2.03 1.85 0.18 0.00 60.61 1.50 0.00 [2021-03-19T20:28:52.062Z] 20:21:01 0.82 0.03 0.78 0.00 1.07 14.80 0.00 [2021-03-19T20:28:52.062Z] 20:22:01 0.33 0.02 0.32 0.00 0.53 3.06 0.00 [2021-03-19T20:28:52.062Z] 20:23:01 0.25 0.00 0.25 0.00 0.00 3.78 0.00 [2021-03-19T20:28:52.062Z] 20:24:01 0.23 0.02 0.22 0.00 0.40 3.28 0.00 [2021-03-19T20:28:52.062Z] 20:25:01 0.28 0.00 0.28 0.00 0.00 2.96 0.00 [2021-03-19T20:28:52.062Z] 20:26:01 0.52 0.33 0.18 0.00 94.99 3.13 0.00 [2021-03-19T20:28:52.062Z] 20:27:01 285.76 140.62 145.14 0.00 8056.44 36838.44 0.00 [2021-03-19T20:28:52.062Z] 20:28:02 204.15 63.89 140.27 0.00 5129.30 31705.70 0.00 [2021-03-19T20:28:52.062Z] Average: 383.10 284.62 98.48 0.00 20499.21 32492.10 0.00 [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] 20:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-19T20:28:52.062Z] 20:06:02 94284 0 694344 36.90 2620 1090296 1328460 45.34 547292 1034884 21196 [2021-03-19T20:28:52.062Z] 20:07:01 105176 0 731924 38.90 2052 1042392 1442492 49.23 582452 952740 29564 [2021-03-19T20:28:52.062Z] 20:08:01 133096 0 793232 42.16 1024 954192 1739580 59.37 641128 828716 77196 [2021-03-19T20:28:52.062Z] 20:09:01 280236 0 809452 43.02 688 791168 1641600 56.03 579644 729724 43860 [2021-03-19T20:28:52.062Z] 20:10:01 371828 0 755324 40.14 568 753824 1299404 44.35 540388 676412 20 [2021-03-19T20:28:52.062Z] 20:11:01 369144 0 718892 38.21 76 793432 1828756 62.41 514344 780644 204 [2021-03-19T20:28:52.062Z] 20:12:02 387432 0 1072580 57.01 76 421456 4214516 143.83 641788 580932 53132 [2021-03-19T20:28:52.062Z] 20:13:01 125904 0 749152 39.82 76 1006412 1565724 53.44 575024 928400 700 [2021-03-19T20:28:52.062Z] 20:14:01 69540 0 1044672 55.52 76 767256 3073020 104.88 740332 816068 48960 [2021-03-19T20:28:52.062Z] 20:15:02 293540 0 701736 37.30 76 886192 1565428 53.43 556152 783484 20 [2021-03-19T20:28:52.062Z] 20:16:01 263308 0 664680 35.33 76 953480 1439984 49.14 498188 873172 8 [2021-03-19T20:28:52.062Z] 20:17:01 297892 0 630088 33.49 76 953488 1183056 40.38 467328 871908 16 [2021-03-19T20:28:52.062Z] 20:18:01 300252 0 627720 33.36 76 953496 1163576 39.71 465608 871628 8 [2021-03-19T20:28:52.062Z] 20:19:01 300596 0 627364 33.34 76 953508 1163576 39.71 465640 871648 8 [2021-03-19T20:28:52.062Z] 20:20:01 298220 0 628648 33.41 76 954600 1163696 39.72 466844 871968 20 [2021-03-19T20:28:52.062Z] 20:21:01 298768 0 628088 33.38 76 954612 1163636 39.71 466380 871968 8 [2021-03-19T20:28:52.062Z] 20:22:01 298932 0 627932 33.37 76 954604 1163576 39.71 466532 871968 8 [2021-03-19T20:28:52.062Z] 20:23:01 298032 0 628812 33.42 76 954624 1163780 39.72 466796 871984 8 [2021-03-19T20:28:52.062Z] 20:24:01 298380 0 628456 33.40 76 954632 1163576 39.71 466440 871996 8 [2021-03-19T20:28:52.062Z] 20:25:01 298808 0 628024 33.38 76 954636 1163576 39.71 466552 871996 8 [2021-03-19T20:28:52.062Z] 20:26:01 293124 0 630896 33.53 76 957448 1163648 39.71 472064 871996 16 [2021-03-19T20:28:52.062Z] 20:27:01 262304 0 690812 36.72 8 928420 1175836 40.13 603184 714652 32 [2021-03-19T20:28:52.062Z] 20:28:02 127204 0 751036 39.92 8 1003296 1379980 47.10 603472 806908 68 [2021-03-19T20:28:52.062Z] Average: 255043 0 715820 38.04 356 910325 1536977 52.45 534503 835904 11959 [2021-03-19T20:28:52.062Z] [2021-03-19T20:28:52.062Z] 20:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-19T20:28:52.062Z] 20:06:02 eth0 733.27 619.36 4031.42 117.58 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.062Z] 20:06:02 veth573fa24 113.96 109.61 14.42 366.21 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.062Z] 20:06:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.062Z] 20:06:02 docker0 113.96 109.51 12.86 366.20 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:07:01 eth0 1065.19 1022.81 5383.20 98.67 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:07:01 veth007546c 15.96 25.30 1.11 129.46 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:07:01 docker0 747.28 732.09 58.60 2490.68 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:08:01 eth0 196.79 164.06 734.61 73.19 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:08:01 veth40c4831 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:08:01 docker0 127.94 150.01 9.15 703.43 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:09:01 eth0 31.68 16.54 23.44 12.68 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:09:01 veth40c4831 2.23 2.23 0.18 0.18 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:09:01 docker0 2.23 2.23 0.15 0.18 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:10:01 eth0 37.92 29.00 22.44 64.86 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:11:01 veth57af3ea 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:11:01 vethd12bd74 5.41 5.94 0.41 29.28 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:11:01 vethdbdc9e9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:11:01 eth0 207.27 165.86 1835.13 22.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:12:02 veth9da3e00 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:12:02 veth4b2a779 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:12:02 vethec4692c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:12:02 eth0 36.46 26.81 16.17 51.51 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:13:01 eth0 163.22 129.40 1488.08 19.51 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:13:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:13:01 veth39da02a 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:13:01 docker0 1031.53 1051.58 83.24 3905.88 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:14:01 veth67ddc22 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:14:01 veth9040d36 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:14:01 veth4681922 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:14:01 eth0 88.00 53.68 340.21 77.29 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:15:02 eth0 70.36 42.23 185.92 66.06 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:15:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:15:02 veth39da02a 0.00 0.98 0.00 0.05 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:15:02 docker0 1047.13 1095.46 83.94 4306.33 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:16:01 eth0 395.31 378.43 171.69 1600.89 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:16:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:17:01 eth0 18.17 15.33 13.43 4.89 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:18:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:19:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:20:01 eth0 0.58 0.32 0.28 0.20 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:21:01 eth0 0.42 0.23 0.18 0.07 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:22:01 eth0 0.48 0.08 0.05 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:23:01 eth0 0.57 0.48 0.27 0.21 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:24:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:25:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:26:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:27:01 eth0 515.84 454.46 4293.76 80.40 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:27:01 docker0 38.00 38.09 3.61 250.02 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:28:02 eth0 457.13 385.02 3469.99 84.05 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] 20:28:02 docker0 32.97 40.93 1.74 236.51 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] Average: eth0 173.98 151.59 954.07 102.19 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] Average: docker0 48.73 51.19 3.89 208.89 0.00 0.00 0.00 0.00 [2021-03-19T20:28:52.063Z] [2021-03-19T20:28:52.063Z] [2021-03-19T20:28:52.063Z] ---> sar -P ALL: [2021-03-19T20:28:52.063Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/19/21 _x86_64_ (4 CPU) [2021-03-19T20:28:52.063Z] [2021-03-19T20:28:52.063Z] 20:04:40 LINUX RESTART (4 CPU) [2021-03-19T20:28:52.063Z] [2021-03-19T20:28:52.063Z] 20:05:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:28:52.063Z] 20:06:02 all 16.33 0.00 7.93 4.88 0.17 70.69 [2021-03-19T20:28:52.063Z] 20:06:02 0 13.36 0.00 10.21 3.29 0.16 72.98 [2021-03-19T20:28:52.063Z] 20:06:02 1 19.73 0.00 8.26 5.00 0.20 66.81 [2021-03-19T20:28:52.063Z] 20:06:02 2 15.65 0.00 6.31 7.00 0.17 70.87 [2021-03-19T20:28:52.063Z] 20:06:02 3 16.55 0.00 6.95 4.20 0.15 72.15 [2021-03-19T20:28:52.063Z] 20:07:01 all 14.48 0.00 8.14 2.00 0.37 75.01 [2021-03-19T20:28:52.063Z] 20:07:01 0 19.62 0.00 10.56 1.26 0.34 68.22 [2021-03-19T20:28:52.063Z] 20:07:01 1 13.51 0.00 7.58 1.85 0.39 76.68 [2021-03-19T20:28:52.063Z] 20:07:01 2 12.21 0.00 6.84 3.02 0.39 77.54 [2021-03-19T20:28:52.063Z] 20:07:01 3 12.65 0.00 7.61 1.86 0.37 77.51 [2021-03-19T20:28:52.063Z] 20:08:01 all 25.65 0.00 9.62 5.75 0.14 58.84 [2021-03-19T20:28:52.063Z] 20:08:01 0 25.65 0.00 9.15 4.64 0.16 60.41 [2021-03-19T20:28:52.063Z] 20:08:01 1 26.85 0.00 10.25 6.70 0.14 56.05 [2021-03-19T20:28:52.063Z] 20:08:01 2 24.58 0.00 9.71 9.27 0.12 56.32 [2021-03-19T20:28:52.063Z] 20:08:01 3 25.53 0.00 9.35 2.40 0.14 62.58 [2021-03-19T20:28:52.063Z] 20:09:01 all 49.93 0.00 13.12 2.56 0.49 33.90 [2021-03-19T20:28:52.063Z] 20:09:01 0 50.04 0.00 13.00 3.21 0.48 33.28 [2021-03-19T20:28:52.063Z] 20:09:01 1 48.99 0.00 13.86 2.82 0.50 33.83 [2021-03-19T20:28:52.063Z] 20:09:01 2 47.84 0.00 13.11 3.60 0.53 34.93 [2021-03-19T20:28:52.063Z] 20:09:01 3 52.84 0.00 12.51 0.64 0.46 33.56 [2021-03-19T20:28:52.063Z] 20:10:01 all 41.54 0.00 13.28 2.22 0.32 42.64 [2021-03-19T20:28:52.063Z] 20:10:01 0 40.09 0.00 12.99 3.36 0.44 43.12 [2021-03-19T20:28:52.063Z] 20:10:01 1 42.53 0.00 13.38 2.06 0.33 41.69 [2021-03-19T20:28:52.063Z] 20:10:01 2 40.89 0.00 13.29 0.97 0.28 44.57 [2021-03-19T20:28:52.063Z] 20:10:01 3 42.63 0.00 13.46 2.49 0.24 41.18 [2021-03-19T20:28:52.063Z] 20:11:01 all 23.34 0.00 24.34 9.73 0.94 41.65 [2021-03-19T20:28:52.063Z] 20:11:01 0 24.40 0.00 24.72 11.35 1.06 38.46 [2021-03-19T20:28:52.063Z] 20:11:01 1 22.48 0.00 23.81 8.88 0.97 43.85 [2021-03-19T20:28:52.063Z] 20:11:01 2 24.03 0.00 24.78 10.40 0.89 39.91 [2021-03-19T20:28:52.063Z] 20:11:01 3 22.45 0.00 24.04 8.29 0.84 44.39 [2021-03-19T20:28:52.063Z] 20:12:02 all 31.26 0.00 25.84 24.48 0.74 17.68 [2021-03-19T20:28:52.063Z] 20:12:02 0 31.78 0.00 25.42 23.11 0.85 18.84 [2021-03-19T20:28:52.063Z] 20:12:02 1 30.18 0.00 26.14 27.52 0.84 15.32 [2021-03-19T20:28:52.063Z] 20:12:02 2 31.80 0.00 25.50 23.82 0.61 18.27 [2021-03-19T20:28:52.063Z] 20:12:02 3 31.28 0.00 26.29 23.47 0.67 18.28 [2021-03-19T20:28:52.063Z] 20:13:01 all 52.39 0.00 16.40 14.12 0.91 16.18 [2021-03-19T20:28:52.063Z] 20:13:01 0 52.88 0.00 16.23 12.52 0.87 17.50 [2021-03-19T20:28:52.063Z] 20:13:01 1 52.96 0.00 15.94 14.36 0.77 15.98 [2021-03-19T20:28:52.063Z] 20:13:01 2 51.65 0.00 17.33 13.84 1.06 16.12 [2021-03-19T20:28:52.063Z] 20:13:01 3 52.06 0.00 16.11 15.75 0.94 15.14 [2021-03-19T20:28:52.063Z] 20:14:01 all 39.27 0.00 26.67 19.17 2.21 12.69 [2021-03-19T20:28:52.063Z] 20:14:01 0 38.91 0.00 27.04 20.34 2.24 11.48 [2021-03-19T20:28:52.063Z] 20:14:01 1 39.46 0.00 25.31 20.83 2.36 12.05 [2021-03-19T20:28:52.063Z] 20:14:01 2 38.89 0.00 26.53 19.18 2.08 13.31 [2021-03-19T20:28:52.063Z] 20:14:01 3 39.81 0.00 27.80 16.31 2.15 13.93 [2021-03-19T20:28:52.063Z] 20:15:02 all 35.89 0.00 15.84 19.01 0.81 28.45 [2021-03-19T20:28:52.063Z] 20:15:02 0 36.03 0.00 15.47 18.36 0.75 29.38 [2021-03-19T20:28:52.063Z] 20:15:02 1 35.94 0.00 15.41 19.47 0.81 28.37 [2021-03-19T20:28:52.063Z] 20:15:02 2 33.90 0.00 16.50 17.63 0.93 31.04 [2021-03-19T20:28:52.063Z] 20:15:02 3 37.71 0.00 15.99 20.61 0.75 24.94 [2021-03-19T20:28:52.063Z] 20:16:01 all 10.63 0.00 4.92 2.51 1.02 80.92 [2021-03-19T20:28:52.063Z] 20:16:01 0 11.12 0.00 5.23 2.75 1.05 79.85 [2021-03-19T20:28:52.063Z] 20:16:01 1 10.59 0.00 5.23 2.23 1.04 80.92 [2021-03-19T20:28:52.063Z] 20:16:01 2 10.17 0.00 4.43 2.16 0.93 82.30 [2021-03-19T20:28:52.063Z] 20:16:01 3 10.65 0.00 4.80 2.91 1.06 80.59 [2021-03-19T20:28:52.063Z] [2021-03-19T20:28:52.063Z] 20:16:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:28:52.063Z] 20:17:01 all 0.43 0.00 0.35 0.01 0.09 99.13 [2021-03-19T20:28:52.063Z] 20:17:01 0 0.37 0.00 0.32 0.03 0.12 99.16 [2021-03-19T20:28:52.063Z] 20:17:01 1 0.58 0.00 0.25 0.00 0.07 99.10 [2021-03-19T20:28:52.063Z] 20:17:01 2 0.43 0.00 0.48 0.00 0.07 99.02 [2021-03-19T20:28:52.063Z] 20:17:01 3 0.33 0.00 0.33 0.00 0.10 99.23 [2021-03-19T20:28:52.063Z] 20:18:01 all 0.17 0.00 0.03 0.00 0.01 99.78 [2021-03-19T20:28:52.063Z] 20:18:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:18:01 1 0.07 0.00 0.05 0.00 0.03 99.85 [2021-03-19T20:28:52.064Z] 20:18:01 2 0.53 0.00 0.03 0.00 0.02 99.42 [2021-03-19T20:28:52.064Z] 20:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:19:01 all 0.16 0.00 0.05 0.00 0.03 99.75 [2021-03-19T20:28:52.064Z] 20:19:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2021-03-19T20:28:52.064Z] 20:19:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-19T20:28:52.064Z] 20:19:01 2 0.52 0.00 0.05 0.00 0.07 99.37 [2021-03-19T20:28:52.064Z] 20:19:01 3 0.03 0.00 0.08 0.00 0.02 99.87 [2021-03-19T20:28:52.064Z] 20:20:01 all 0.15 0.00 0.05 0.03 0.00 99.77 [2021-03-19T20:28:52.064Z] 20:20:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-03-19T20:28:52.064Z] 20:20:01 1 0.10 0.00 0.03 0.02 0.00 99.85 [2021-03-19T20:28:52.064Z] 20:20:01 2 0.43 0.00 0.03 0.00 0.00 99.53 [2021-03-19T20:28:52.064Z] 20:20:01 3 0.05 0.00 0.10 0.08 0.00 99.77 [2021-03-19T20:28:52.064Z] 20:21:01 all 0.17 0.00 0.13 0.00 0.01 99.68 [2021-03-19T20:28:52.064Z] 20:21:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2021-03-19T20:28:52.064Z] 20:21:01 1 0.52 0.00 0.05 0.00 0.02 99.42 [2021-03-19T20:28:52.064Z] 20:21:01 2 0.08 0.00 0.18 0.00 0.02 99.72 [2021-03-19T20:28:52.064Z] 20:21:01 3 0.05 0.00 0.25 0.00 0.00 99.70 [2021-03-19T20:28:52.064Z] 20:22:01 all 0.12 0.00 0.04 0.00 0.00 99.84 [2021-03-19T20:28:52.064Z] 20:22:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:22:01 1 0.35 0.00 0.05 0.00 0.00 99.60 [2021-03-19T20:28:52.064Z] 20:22:01 2 0.08 0.00 0.05 0.02 0.00 99.85 [2021-03-19T20:28:52.064Z] 20:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:28:52.064Z] 20:23:01 all 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-19T20:28:52.064Z] 20:23:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:23:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-19T20:28:52.064Z] 20:23:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-19T20:28:52.064Z] 20:24:01 all 0.12 0.00 0.04 0.00 0.00 99.84 [2021-03-19T20:28:52.064Z] 20:24:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2021-03-19T20:28:52.064Z] 20:24:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:24:01 2 0.37 0.00 0.07 0.00 0.00 99.57 [2021-03-19T20:28:52.064Z] 20:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-19T20:28:52.064Z] 20:25:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-03-19T20:28:52.064Z] 20:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:25:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-03-19T20:28:52.064Z] 20:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-19T20:28:52.064Z] 20:26:01 all 0.21 0.00 0.03 0.00 0.00 99.75 [2021-03-19T20:28:52.064Z] 20:26:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-19T20:28:52.064Z] 20:26:01 1 0.53 0.00 0.02 0.02 0.00 99.43 [2021-03-19T20:28:52.064Z] 20:26:01 2 0.17 0.00 0.07 0.00 0.02 99.75 [2021-03-19T20:28:52.064Z] 20:26:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2021-03-19T20:28:52.064Z] 20:27:01 all 11.06 0.00 8.30 5.11 0.12 75.40 [2021-03-19T20:28:52.064Z] 20:27:01 0 12.48 0.00 8.79 5.94 0.10 72.69 [2021-03-19T20:28:52.064Z] 20:27:01 1 10.05 0.00 8.05 4.67 0.14 77.09 [2021-03-19T20:28:52.064Z] 20:27:01 2 10.41 0.00 8.56 5.19 0.14 75.70 [2021-03-19T20:28:52.064Z] 20:27:01 3 11.31 0.00 7.82 4.65 0.12 76.10 [2021-03-19T20:28:52.064Z] [2021-03-19T20:28:52.064Z] 20:27:01 CPU %user %nice %system %iowait %steal %idle [2021-03-19T20:28:52.064Z] 20:28:02 all 11.03 0.00 8.92 2.84 0.14 77.07 [2021-03-19T20:28:52.064Z] 20:28:02 0 10.44 0.00 9.51 2.83 0.14 77.09 [2021-03-19T20:28:52.064Z] 20:28:02 1 9.71 0.00 7.58 1.85 0.12 80.74 [2021-03-19T20:28:52.064Z] 20:28:02 2 14.71 0.00 9.55 5.35 0.15 70.23 [2021-03-19T20:28:52.064Z] 20:28:02 3 9.25 0.00 9.07 1.34 0.14 80.21 [2021-03-19T20:28:52.064Z] Average: all 15.38 0.00 7.77 4.81 0.36 71.67 [2021-03-19T20:28:52.064Z] Average: 0 15.54 0.00 8.00 4.77 0.37 71.32 [2021-03-19T20:28:52.064Z] Average: 1 15.41 0.00 7.66 4.97 0.37 71.60 [2021-03-19T20:28:52.064Z] Average: 2 15.19 0.00 7.74 5.12 0.36 71.59 [2021-03-19T20:28:52.064Z] Average: 3 15.40 0.00 7.69 4.39 0.34 72.17 [2021-03-19T20:28:52.064Z] [2021-03-19T20:28:52.064Z] [2021-03-19T20:28:52.064Z]