Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8a562533c14a3b85d4c48007758f286d837d2a70 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28582 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/380 [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/380 # 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 8a562533c14a3b85d4c48007758f286d837d2a70 (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 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 Commit message: "feat(security): Implementation to set up Consul ACL (#3215)" > git rev-list --no-walk 946bdc4e4624d1e8f78bf1321ff0db3f71cf286c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-04T22:53:02.700Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T22:53:02.939Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T22:53:03.037Z] ========================================================= [2021-03-04T22:53:03.037Z] EdgeX Global Pipelines Version Info [2021-03-04T22:53:03.037Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:53:05.100Z] ------------------- [2021-03-04T22:53:05.100Z] stable info: [2021-03-04T22:53:05.100Z] ------------------- [2021-03-04T22:53:05.100Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T22:53:05.100Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T22:53:05.100Z] Message: update stable to v1.0.184 [2021-03-04T22:53:06.263Z] ------------------- [2021-03-04T22:53:06.263Z] experimental info: [2021-03-04T22:53:06.263Z] ------------------- [2021-03-04T22:53:06.263Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T22:53:06.263Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T22:53:06.263Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T22:53:06.912Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-04T22:53:07.019Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-04T22:53:07.114Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T22:53:07.204Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T22:53:07.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T22:53:07.389Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T22:53:07.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T22:53:07.591Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-04T22:53:07.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-04T22:53:07.771Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-04T22:53:07.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T22:53:07.952Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T22:53:08.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T22:53:08.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T22:53:08.229Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T22:53:08.319Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T22:53:08.442Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T22:53:08.558Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T22:53:08.669Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-04T22:53:08.780Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-04T22:53:08.887Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-04T22:53:09.019Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T22:53:09.119Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-04T22:53:09.204Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-04T22:53:09.287Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-04T22:53:09.370Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] echo [2021-03-04T22:53:09.491Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8a56253 [Pipeline] echo [2021-03-04T22:53:09.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T22:53:09.740Z] provisioning config files... [2021-03-04T22:53:09.897Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/380@tmp/config365384289631848963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:53:10.385Z] ---> docker-login.sh [2021-03-04T22:53:10.385Z] nexus3.edgexfoundry.org:10001 [2021-03-04T22:53:11.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:53:12.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:53:12.146Z] Configure a credential helper to remove this warning. See [2021-03-04T22:53:12.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:53:12.146Z] [2021-03-04T22:53:12.146Z] Login Succeeded [2021-03-04T22:53:12.146Z] nexus3.edgexfoundry.org:10002 [2021-03-04T22:53:12.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:53:12.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:53:12.702Z] Configure a credential helper to remove this warning. See [2021-03-04T22:53:12.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:53:12.702Z] [2021-03-04T22:53:12.702Z] Login Succeeded [2021-03-04T22:53:12.702Z] nexus3.edgexfoundry.org:10003 [2021-03-04T22:53:12.985Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:53:12.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:53:12.985Z] Configure a credential helper to remove this warning. See [2021-03-04T22:53:12.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:53:12.985Z] [2021-03-04T22:53:12.985Z] Login Succeeded [2021-03-04T22:53:12.985Z] nexus3.edgexfoundry.org:10004 [2021-03-04T22:53:13.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:53:13.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:53:13.613Z] Configure a credential helper to remove this warning. See [2021-03-04T22:53:13.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:53:13.613Z] [2021-03-04T22:53:13.613Z] Login Succeeded [2021-03-04T22:53:13.613Z] docker.io [2021-03-04T22:53:13.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:53:14.141Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:53:14.141Z] Configure a credential helper to remove this warning. See [2021-03-04T22:53:14.141Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:53:14.141Z] [2021-03-04T22:53:14.141Z] Login Succeeded [2021-03-04T22:53:14.141Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T22:53:14.152Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T22:53:14.636Z] ++ 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-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/core-command/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/core-data/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-04T22:53:14.636Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:53:14.636Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-04T22:53:14.636Z] ++ cut -d/ -f2 [2021-03-04T22:53:14.636Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-04T22:53:14.778Z] 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-04T22:53:16.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T22:53:16.474Z] [2021-03-04T22:53:16.474Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:53:16.879Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T22:53:16.879Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T22:53:16.879Z] 31603596830f: Pulling fs layer [2021-03-04T22:53:16.879Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T22:53:16.879Z] 6ca5941a6612: Pulling fs layer [2021-03-04T22:53:16.879Z] ecc8261a40a4: Pulling fs layer [2021-03-04T22:53:16.879Z] ecc8261a40a4: Waiting [2021-03-04T22:53:16.879Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T22:53:16.879Z] 2a8b12db71e7: Download complete [2021-03-04T22:53:17.168Z] 31603596830f: Verifying Checksum [2021-03-04T22:53:17.168Z] 31603596830f: Download complete [2021-03-04T22:53:17.168Z] ecc8261a40a4: Verifying Checksum [2021-03-04T22:53:17.168Z] ecc8261a40a4: Download complete [2021-03-04T22:53:17.445Z] 6ca5941a6612: Verifying Checksum [2021-03-04T22:53:17.445Z] 6ca5941a6612: Download complete [2021-03-04T22:53:17.445Z] 31603596830f: Pull complete [2021-03-04T22:53:17.728Z] 2a8b12db71e7: Pull complete [2021-03-04T22:53:18.714Z] 6ca5941a6612: Pull complete [2021-03-04T22:53:19.314Z] ecc8261a40a4: Pull complete [2021-03-04T22:53:19.314Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T22:53:19.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T22:53:19.314Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T22:53:19.881Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T22:53:19.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T22:53:26.160Z] $ docker top 44d76ce5dcbb44c02048bdf37e0cc7a6cb0a7717022c5131e4f4d5fa30453f1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T22:53:27.319Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T22:53:27.319Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T22:53:27.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T22:53:27.674Z] $ docker exec 44d76ce5dcbb44c02048bdf37e0cc7a6cb0a7717022c5131e4f4d5fa30453f1d ssh-agent [2021-03-04T22:53:28.234Z] SSH_AUTH_SOCK=/tmp/ssh-waDRhz6FMom4/agent.12 [2021-03-04T22:53:28.234Z] SSH_AGENT_PID=18 [2021-03-04T22:53:28.592Z] Running ssh-add (command line suppressed) [2021-03-04T22:53:29.196Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_1036637568816509907.key (/w/workspace/edgex-go/380@tmp/private_key_1036637568816509907.key) [2021-03-04T22:53:29.915Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T22:53:31.202Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T22:53:31.252Z] $ docker exec --env ******** --env ******** 44d76ce5dcbb44c02048bdf37e0cc7a6cb0a7717022c5131e4f4d5fa30453f1d ssh-agent -k [2021-03-04T22:53:31.465Z] unset SSH_AUTH_SOCK; [2021-03-04T22:53:31.465Z] unset SSH_AGENT_PID; [2021-03-04T22:53:31.465Z] echo Agent pid 18 killed; [2021-03-04T22:53:31.597Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T22:53:31.733Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T22:53:31.733Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T22:53:32.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T22:53:32.589Z] $ docker exec 44d76ce5dcbb44c02048bdf37e0cc7a6cb0a7717022c5131e4f4d5fa30453f1d ssh-agent [2021-03-04T22:53:33.103Z] SSH_AUTH_SOCK=/tmp/ssh-jj58jtsAntzJ/agent.46 [2021-03-04T22:53:33.103Z] SSH_AGENT_PID=52 [2021-03-04T22:53:33.112Z] Running ssh-add (command line suppressed) [2021-03-04T22:53:33.286Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_4219343566626332963.key (/w/workspace/edgex-go/380@tmp/private_key_4219343566626332963.key) [2021-03-04T22:53:33.396Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T22:53:33.765Z] + git semver init [2021-03-04T22:53:34.032Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T22:53:34.032Z] # $GIT_DIR = /w/workspace/edgex-go/380/.git [2021-03-04T22:53:34.032Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/380 [2021-03-04T22:53:34.032Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T22:53:34.032Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T22:53:34.032Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T22:53:34.032Z] # $SEMVER_BRANCH = master [2021-03-04T22:53:34.032Z] # $SEMVER_TEMP = /tmp/semver-416775482 [2021-03-04T22:53:34.032Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-04T22:54:13.649Z] # '/tmp/semver-416775482' -> '/w/workspace/edgex-go/380/.semver' [2021-03-04T22:54:13.649Z] # -> Force: false [2021-03-04T22:54:13.649Z] # $SEMVER_DIR = /w/workspace/edgex-go/380/.semver [Pipeline] } [2021-03-04T22:54:13.666Z] $ docker exec --env ******** --env ******** 44d76ce5dcbb44c02048bdf37e0cc7a6cb0a7717022c5131e4f4d5fa30453f1d ssh-agent -k [2021-03-04T22:54:14.365Z] unset SSH_AUTH_SOCK; [2021-03-04T22:54:14.365Z] unset SSH_AGENT_PID; [2021-03-04T22:54:14.365Z] echo Agent pid 52 killed; [2021-03-04T22:54:14.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T22:54:15.033Z] + git semver [Pipeline] } [2021-03-04T22:54:15.120Z] $ docker stop --time=1 44d76ce5dcbb44c02048bdf37e0cc7a6cb0a7717022c5131e4f4d5fa30453f1d [2021-03-04T22:54:18.282Z] $ docker rm -f 44d76ce5dcbb44c02048bdf37e0cc7a6cb0a7717022c5131e4f4d5fa30453f1d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T22:54:19.132Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T22:54:19.953Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T22:54:19.956Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.113 [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-04T22:54:21.044Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T22:54:21.461Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T22:54:21.876Z] + sudo service docker restart [2021-03-04T22:54:21.876Z] + true [2021-03-04T22:54:21.876Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-04T22:54:23.934Z] ========================================================= [2021-03-04T22:54:23.934Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T22:54:23.934Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:54:24.297Z] + 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-04T22:54:35.339Z] Still waiting to schedule task [2021-03-04T22:54:35.340Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-04T22:54:39.654Z] Sending build context to Docker daemon 328.2MB [2021-03-04T22:54:39.654Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T22:54:39.654Z] Step 2/6 : FROM ${BASE} [2021-03-04T22:54:39.654Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T22:54:39.654Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T22:54:39.654Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T22:54:39.654Z] de9db76c5a1d: Pulling fs layer [2021-03-04T22:54:39.654Z] bca2f99d35d6: Pulling fs layer [2021-03-04T22:54:39.654Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T22:54:39.654Z] 7c6f9722023f: Pulling fs layer [2021-03-04T22:54:39.654Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T22:54:39.654Z] bca2f99d35d6: Waiting [2021-03-04T22:54:39.654Z] 93359f2a8cfa: Waiting [2021-03-04T22:54:39.654Z] 7c6f9722023f: Waiting [2021-03-04T22:54:39.654Z] a35cf1a2eb13: Waiting [2021-03-04T22:54:39.654Z] de9db76c5a1d: Verifying Checksum [2021-03-04T22:54:39.654Z] de9db76c5a1d: Download complete [2021-03-04T22:54:39.654Z] 0ef7d3d256c8: Verifying Checksum [2021-03-04T22:54:39.654Z] 0ef7d3d256c8: Download complete [2021-03-04T22:54:39.654Z] 93359f2a8cfa: Verifying Checksum [2021-03-04T22:54:39.654Z] 93359f2a8cfa: Download complete [2021-03-04T22:54:39.654Z] 7c6f9722023f: Download complete [2021-03-04T22:54:39.654Z] 188c0c94c7c5: Verifying Checksum [2021-03-04T22:54:39.654Z] 188c0c94c7c5: Download complete [2021-03-04T22:54:41.827Z] 188c0c94c7c5: Pull complete [2021-03-04T22:54:42.096Z] 0ef7d3d256c8: Pull complete [2021-03-04T22:54:42.371Z] de9db76c5a1d: Pull complete [2021-03-04T22:54:43.403Z] a35cf1a2eb13: Verifying Checksum [2021-03-04T22:54:43.403Z] a35cf1a2eb13: Download complete [2021-03-04T22:54:44.002Z] bca2f99d35d6: Verifying Checksum [2021-03-04T22:54:44.002Z] bca2f99d35d6: Download complete [2021-03-04T22:55:02.829Z] bca2f99d35d6: Pull complete [2021-03-04T22:55:02.829Z] 93359f2a8cfa: Pull complete [2021-03-04T22:55:02.829Z] 7c6f9722023f: Pull complete [2021-03-04T22:55:11.391Z] a35cf1a2eb13: Pull complete [2021-03-04T22:55:11.391Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T22:55:11.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T22:55:11.391Z] ---> a62c8e92a672 [2021-03-04T22:55:11.391Z] 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-04T22:55:11.391Z] ---> Running in 6bc44109e397 [2021-03-04T22:55:12.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:55:12.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:55:13.569Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T22:55:13.851Z] (2/12) Installing file (5.38-r0) [2021-03-04T22:55:13.851Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T22:55:14.130Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T22:55:17.701Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T22:55:17.701Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T22:55:17.976Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T22:55:17.976Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T22:55:17.976Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T22:55:18.265Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T22:55:18.265Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T22:55:18.265Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T22:55:18.553Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:55:18.553Z] OK: 233 MiB in 51 packages [2021-03-04T22:55:24.362Z] Removing intermediate container 6bc44109e397 [2021-03-04T22:55:24.362Z] ---> 3122a972044a [2021-03-04T22:55:24.362Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T22:55:24.362Z] ---> Running in ba792b87fd6d [2021-03-04T22:55:24.362Z] Removing intermediate container ba792b87fd6d [2021-03-04T22:55:24.362Z] ---> 3f3f6ee5edcd [2021-03-04T22:55:24.362Z] Step 5/6 : COPY go.mod . [2021-03-04T22:55:24.951Z] ---> c0f4ec0d45ec [2021-03-04T22:55:24.951Z] Step 6/6 : RUN go mod download [2021-03-04T22:55:24.951Z] ---> Running in 8899578a55ea [2021-03-04T22:56:12.948Z] Removing intermediate container 8899578a55ea [2021-03-04T22:56:12.948Z] ---> 20e9185d4cbd [2021-03-04T22:56:12.948Z] Successfully built 20e9185d4cbd [2021-03-04T22:56:12.948Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:56:13.331Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T22:56:13.634Z] . [Pipeline] withDockerContainer [2021-03-04T22:56:14.473Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T22:56:14.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T22:56:17.640Z] $ docker top bbe470855571d3fe9384e9b0837f81c93ae1194d6f00790903117d19d4b1fd51 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:56:18.262Z] + go version [2021-03-04T22:56:18.262Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T22:56:18.280Z] $ docker stop --time=1 bbe470855571d3fe9384e9b0837f81c93ae1194d6f00790903117d19d4b1fd51 [2021-03-04T22:56:20.020Z] $ docker rm -f bbe470855571d3fe9384e9b0837f81c93ae1194d6f00790903117d19d4b1fd51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:56:21.288Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T22:56:21.288Z] . [Pipeline] withDockerContainer [2021-03-04T22:56:21.456Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T22:56:21.525Z] $ 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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T22:56:22.360Z] $ docker top d49dfb12a3d890720ba1bc97149903e0a5b1ce188066b9c945c770b777fb7d63 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T22:56:22.830Z] ========================================================= [2021-03-04T22:56:22.830Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T22:56:22.830Z] ========================================================= [Pipeline] sh [2021-03-04T22:56:23.240Z] + make test [2021-03-04T22:56:23.240Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T22:56:35.357Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28583 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-04T22:56:35.415Z] Running in /w/workspace/edgex-go/380 [Pipeline] { [Pipeline] checkout [2021-03-04T22:56:40.121Z] using credential edgex-jenkins-ssh [2021-03-04T22:56:40.180Z] Cloning the remote Git repository [2021-03-04T22:56:40.231Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:56:40.336Z] > git init /w/workspace/edgex-go/380 # timeout=10 [2021-03-04T22:56:40.406Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:56:40.407Z] > git --version # timeout=10 [2021-03-04T22:56:40.428Z] > git --version # 'git version 2.17.1' [2021-03-04T22:56:40.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T22:56:40.508Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T22:56:55.037Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T22:56:55.061Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T22:56:55.091Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T22:56:55.120Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:56:55.121Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T22:56:55.132Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T22:56:55.779Z] Checking out Revision 8a562533c14a3b85d4c48007758f286d837d2a70 (master) [2021-03-04T22:56:56.351Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T22:56:55.797Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T22:56:55.814Z] > git checkout -f 8a562533c14a3b85d4c48007758f286d837d2a70 # timeout=10 [2021-03-04T22:57:00.376Z] Commit message: "feat(security): Implementation to set up Consul ACL (#3215)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T22:57:01.928Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-04T22:57:02.334Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T22:57:02.690Z] + sudo service docker restart [2021-03-04T22:57:02.690Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T22:57:04.759Z] provisioning config files... [2021-03-04T22:57:04.848Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/380@tmp/config8929745994469839349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:57:05.410Z] ---> docker-login.sh [2021-03-04T22:57:05.410Z] nexus3.edgexfoundry.org:10001 [2021-03-04T22:57:06.393Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:57:06.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:57:06.666Z] Configure a credential helper to remove this warning. See [2021-03-04T22:57:06.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:57:06.666Z] [2021-03-04T22:57:06.666Z] Login Succeeded [2021-03-04T22:57:06.666Z] nexus3.edgexfoundry.org:10002 [2021-03-04T22:57:06.939Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:57:07.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:57:07.214Z] Configure a credential helper to remove this warning. See [2021-03-04T22:57:07.214Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:57:07.214Z] [2021-03-04T22:57:07.214Z] Login Succeeded [2021-03-04T22:57:07.214Z] nexus3.edgexfoundry.org:10003 [2021-03-04T22:57:07.486Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:57:07.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:57:07.486Z] Configure a credential helper to remove this warning. See [2021-03-04T22:57:07.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:57:07.486Z] [2021-03-04T22:57:07.486Z] Login Succeeded [2021-03-04T22:57:07.486Z] nexus3.edgexfoundry.org:10004 [2021-03-04T22:57:08.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:57:08.079Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:57:08.079Z] Configure a credential helper to remove this warning. See [2021-03-04T22:57:08.079Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:57:08.079Z] [2021-03-04T22:57:08.079Z] Login Succeeded [2021-03-04T22:57:08.079Z] docker.io [2021-03-04T22:57:08.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:57:08.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:57:08.624Z] Configure a credential helper to remove this warning. See [2021-03-04T22:57:08.624Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:57:08.624Z] [2021-03-04T22:57:08.624Z] Login Succeeded [2021-03-04T22:57:08.624Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T22:57:08.645Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T22:57:09.091Z] ========================================================= [2021-03-04T22:57:09.091Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T22:57:09.091Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:57:09.465Z] + 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-04T22:57:11.449Z] Sending build context to Docker daemon 166.5MB [2021-03-04T22:57:11.723Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T22:57:11.723Z] Step 2/6 : FROM ${BASE} [2021-03-04T22:57:11.723Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T22:57:11.723Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T22:57:11.723Z] a4357932f1b6: Pulling fs layer [2021-03-04T22:57:11.723Z] 18c013af1878: Pulling fs layer [2021-03-04T22:57:11.723Z] 00ac8860ef70: Pulling fs layer [2021-03-04T22:57:11.723Z] 63d7cb157983: Pulling fs layer [2021-03-04T22:57:11.723Z] b116817d02f9: Pulling fs layer [2021-03-04T22:57:11.723Z] 745a02a5169b: Pulling fs layer [2021-03-04T22:57:11.723Z] 00ac8860ef70: Waiting [2021-03-04T22:57:11.723Z] 63d7cb157983: Waiting [2021-03-04T22:57:11.723Z] b116817d02f9: Waiting [2021-03-04T22:57:11.723Z] 745a02a5169b: Waiting [2021-03-04T22:57:11.723Z] 18c013af1878: Verifying Checksum [2021-03-04T22:57:11.723Z] 18c013af1878: Download complete [2021-03-04T22:57:11.723Z] a4357932f1b6: Verifying Checksum [2021-03-04T22:57:11.723Z] a4357932f1b6: Download complete [2021-03-04T22:57:11.723Z] 63d7cb157983: Verifying Checksum [2021-03-04T22:57:11.723Z] 63d7cb157983: Download complete [2021-03-04T22:57:11.723Z] b116817d02f9: Verifying Checksum [2021-03-04T22:57:11.723Z] b116817d02f9: Download complete [2021-03-04T22:57:11.723Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T22:57:11.723Z] 5f621e34cdf4: Download complete [2021-03-04T22:57:12.327Z] 5f621e34cdf4: Pull complete [2021-03-04T22:57:12.933Z] a4357932f1b6: Pull complete [2021-03-04T22:57:13.529Z] 18c013af1878: Pull complete [2021-03-04T22:57:13.813Z] 745a02a5169b: Download complete [2021-03-04T22:57:14.799Z] 00ac8860ef70: Verifying Checksum [2021-03-04T22:57:14.799Z] 00ac8860ef70: Download complete [2021-03-04T22:57:24.979Z] 00ac8860ef70: Pull complete [2021-03-04T22:57:25.257Z] 63d7cb157983: Pull complete [2021-03-04T22:57:25.529Z] b116817d02f9: Pull complete [2021-03-04T22:57:29.858Z] 745a02a5169b: Pull complete [2021-03-04T22:57:29.858Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T22:57:29.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T22:57:29.858Z] ---> b7e6874047d6 [2021-03-04T22:57:29.858Z] 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-04T22:57:33.264Z] ---> Running in 00d7b4427e6b [2021-03-04T22:57:34.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:57:35.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:57:35.893Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T22:57:36.165Z] (2/12) Installing file (5.38-r0) [2021-03-04T22:57:36.165Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T22:57:36.165Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T22:57:41.554Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T22:57:41.554Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T22:57:41.554Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T22:57:41.554Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T22:57:41.554Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T22:57:41.554Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T22:57:41.554Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T22:57:41.554Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T22:57:41.554Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:57:41.554Z] OK: 217 MiB in 51 packages [2021-03-04T22:57:45.860Z] Removing intermediate container 00d7b4427e6b [2021-03-04T22:57:45.860Z] ---> 051d12a101cd [2021-03-04T22:57:45.860Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T22:57:45.860Z] ---> Running in c7601a77c71a [2021-03-04T22:57:46.130Z] Removing intermediate container c7601a77c71a [2021-03-04T22:57:46.131Z] ---> d6f4fb21e402 [2021-03-04T22:57:46.131Z] Step 5/6 : COPY go.mod . [2021-03-04T22:57:46.734Z] ---> 1a550f66485f [2021-03-04T22:57:46.734Z] Step 6/6 : RUN go mod download [2021-03-04T22:57:47.018Z] ---> Running in 6422dbe20fd1 [2021-03-04T22:57:54.946Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T22:58:00.341Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T22:58:00.341Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T22:58:00.341Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T22:58:09.721Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T22:58:09.721Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T22:58:09.721Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T22:58:09.721Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T22:58:13.829Z] Removing intermediate container 6422dbe20fd1 [2021-03-04T22:58:13.829Z] ---> 27934bec1cd3 [2021-03-04T22:58:13.829Z] Successfully built 27934bec1cd3 [2021-03-04T22:58:13.829Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:58:14.174Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T22:58:14.174Z] . [Pipeline] withDockerContainer [2021-03-04T22:58:14.409Z] prd-ubuntu18.04-docker-arm64-4c-16g-28583 does not seem to be running inside a container [2021-03-04T22:58:14.498Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@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-04T22:58:15.131Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T22:58:15.916Z] $ docker top 42c1169c89e9da796f507b87ed88b96ad7f3ec8dd8aa23d24298c7d9345e195a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:58:16.782Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T22:58:16.896Z] + go version [2021-03-04T22:58:16.897Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T22:58:16.927Z] $ docker stop --time=1 42c1169c89e9da796f507b87ed88b96ad7f3ec8dd8aa23d24298c7d9345e195a [2021-03-04T22:58:18.893Z] $ docker rm -f 42c1169c89e9da796f507b87ed88b96ad7f3ec8dd8aa23d24298c7d9345e195a [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-04T22:58:22.664Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T22:58:22.664Z] [2021-03-04T22:58:22.664Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:58:23.065Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T22:58:23.369Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-04T22:58:23.369Z] 29e5d40040c1: Pulling fs layer [2021-03-04T22:58:23.369Z] 1ce36da41761: Pulling fs layer [2021-03-04T22:58:23.369Z] 25b303627fd3: Pulling fs layer [2021-03-04T22:58:23.657Z] 29e5d40040c1: Verifying Checksum [2021-03-04T22:58:23.657Z] 29e5d40040c1: Download complete [2021-03-04T22:58:24.212Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T22:58:24.212Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T22:58:24.212Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T22:58:24.264Z] 29e5d40040c1: Pull complete [2021-03-04T22:58:24.536Z] 1ce36da41761: Verifying Checksum [2021-03-04T22:58:24.536Z] 1ce36da41761: Download complete [2021-03-04T22:58:25.978Z] 1ce36da41761: Pull complete [2021-03-04T22:58:25.978Z] 25b303627fd3: Verifying Checksum [2021-03-04T22:58:25.978Z] 25b303627fd3: Download complete [2021-03-04T22:58:30.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.270s coverage: 45.9% of statements [2021-03-04T22:58:30.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T22:58:30.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T22:58:30.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T22:58:30.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T22:58:30.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T22:58:30.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T22:58:30.269Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T22:58:30.269Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.120s coverage: 100.0% of statements [2021-03-04T22:58:35.864Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.527s coverage: 27.1% of statements [2021-03-04T22:58:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T22:58:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T22:58:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T22:58:35.864Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T22:58:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T22:58:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T22:58:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.240s coverage: 66.2% of statements [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T22:58:35.865Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.606s coverage: 82.4% of statements [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T22:58:35.865Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T22:58:36.154Z] 25b303627fd3: Pull complete [2021-03-04T22:58:36.154Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-04T22:58:36.154Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T22:58:36.154Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-04T22:58:36.446Z] prd-ubuntu18.04-docker-arm64-4c-16g-28583 does not seem to be running inside a container [2021-03-04T22:58:36.541Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@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-04T22:58:39.460Z] $ docker top 23aebe07790131c7d25a56a8759f39c44d1260ebb9d093ace7ae93b877172c1f -eo pid,comm [2021-03-04T22:58:39.470Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.641s coverage: 28.6% of statements [2021-03-04T22:58:39.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T22:58:39.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T22:58:39.470Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T22:58:39.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T22:58:39.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T22:58:39.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.120s coverage: 100.0% of statements [2021-03-04T22:58:39.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T22:58:39.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2021-03-04T22:58:39.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T22:58:39.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.153s coverage: 86.7% of statements [2021-03-04T22:58:39.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [Pipeline] { [Pipeline] sh [2021-03-04T22:58:40.446Z] + docker-compose build --help [2021-03-04T22:58:40.446Z] + grep parallel [2021-03-04T22:58:40.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.290s coverage: 97.5% of statements [2021-03-04T22:58:40.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T22:58:40.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements [2021-03-04T22:58:40.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T22:58:40.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T22:58:40.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T22:58:40.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T22:58:43.825Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T22:58:43.859Z] $ docker stop --time=1 23aebe07790131c7d25a56a8759f39c44d1260ebb9d093ace7ae93b877172c1f [2021-03-04T22:58:45.715Z] $ docker rm -f 23aebe07790131c7d25a56a8759f39c44d1260ebb9d093ace7ae93b877172c1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:58:46.241Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.042s coverage: 92.8% of statements [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T22:58:46.242Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T22:58:46.242Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T22:58:46.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T22:58:46.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.143s coverage: 47.1% of statements [2021-03-04T22:58:46.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements [2021-03-04T22:58:46.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.090s coverage: 94.1% of statements [2021-03-04T22:58:46.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-03-04T22:58:46.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-04T22:58:46.465Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T22:58:46.465Z] . [Pipeline] withDockerContainer [2021-03-04T22:58:46.734Z] prd-ubuntu18.04-docker-arm64-4c-16g-28583 does not seem to be running inside a container [2021-03-04T22:58:46.823Z] $ 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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@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-04T22:58:48.281Z] $ docker top dbc36ba5e7dfe877ddb626e65d584dc18c35c6c61497aac73f7ff26ad108e905 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:58:49.449Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T22:58:52.887Z] Building docker-core-command-go ... [2021-03-04T22:58:52.887Z] Building docker-core-data-go ... [2021-03-04T22:58:52.887Z] Building docker-core-metadata-go ... [2021-03-04T22:58:52.887Z] Building docker-security-bootstrapper-go ... [2021-03-04T22:58:52.887Z] Building docker-security-proxy-setup-go ... [2021-03-04T22:58:52.887Z] Building docker-security-secretstore-setup-go ... [2021-03-04T22:58:52.887Z] Building docker-support-notifications-go ... [2021-03-04T22:58:52.887Z] Building docker-support-scheduler-go ... [2021-03-04T22:58:52.887Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T22:58:52.887Z] Building docker-support-notifications-go [2021-03-04T22:58:52.887Z] Building docker-sys-mgmt-agent-go [2021-03-04T22:58:52.887Z] Building docker-security-bootstrapper-go [2021-03-04T22:58:52.887Z] Building docker-core-command-go [2021-03-04T22:58:52.887Z] Building docker-support-scheduler-go [2021-03-04T22:58:58.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.118s coverage: 94.4% of statements [2021-03-04T22:58:58.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.047s coverage: 44.8% of statements [2021-03-04T22:58:58.759Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.275s coverage: 81.4% of statements [2021-03-04T22:59:12.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.194s coverage: 92.9% of statements [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T22:59:12.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.161s coverage: 77.8% of statements [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T22:59:12.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.119s coverage: 87.2% of statements [2021-03-04T22:59:12.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T22:59:12.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.165s coverage: 100.0% of statements [2021-03-04T22:59:12.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.111s coverage: 75.5% of statements [2021-03-04T22:59:12.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.138s coverage: 87.2% of statements [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.6% of statements [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.390s coverage: 91.6% of statements [2021-03-04T22:59:12.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.636s coverage: 62.4% of statements [2021-03-04T22:59:12.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T22:59:12.068Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements [2021-03-04T22:59:12.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.081s coverage: 100.0% of statements [2021-03-04T22:59:14.855Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.759s coverage: 69.1% of statements [2021-03-04T22:59:14.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T22:59:14.855Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T22:59:15.129Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.174s coverage: 38.4% of statements [2021-03-04T22:59:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T22:59:15.129Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T22:59:15.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.069s coverage: 89.5% of statements [2021-03-04T22:59:15.130Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T22:59:15.130Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements [2021-03-04T22:59:18.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.338s coverage: 47.0% of statements [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T22:59:18.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.088s coverage: 100.0% of statements [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T22:59:18.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T22:59:18.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.194s coverage: 88.5% of statements [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:59:18.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T22:59:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.855s coverage: 29.1% of statements [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T22:59:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T22:59:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T22:59:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.193s coverage: 95.6% of statements [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T22:59:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.071s coverage: 0.0% of statements [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T22:59:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T22:59:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.126s coverage: 87.9% of statements [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T22:59:24.441Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T22:59:24.441Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements [2021-03-04T22:59:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.085s coverage: 32.1% of statements [2021-03-04T22:59:24.724Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements [2021-03-04T22:59:25.747Z] GO111MODULE=on go vet ./... [2021-03-04T22:59:39.865Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:59:39.865Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:59:39.865Z] ---> 27934bec1cd3 [2021-03-04T22:59:39.865Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T22:59:39.865Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:59:39.865Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:59:39.865Z] ---> 27934bec1cd3 [2021-03-04T22:59:39.865Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T22:59:39.865Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:59:39.865Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:59:39.865Z] ---> 27934bec1cd3 [2021-03-04T22:59:39.865Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T22:59:39.865Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:59:39.865Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:59:39.865Z] ---> 27934bec1cd3 [2021-03-04T22:59:39.865Z] Step 3/31 : WORKDIR /edgex-go [2021-03-04T22:59:39.865Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:59:39.865Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:59:39.865Z] ---> 27934bec1cd3 [2021-03-04T22:59:39.865Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T22:59:43.286Z] ---> Running in f2ee1c2628b4 [2021-03-04T22:59:43.286Z] ---> Running in e52cc4a4b79b [2021-03-04T22:59:43.286Z] ---> Running in 0e54825f6bc4 [2021-03-04T22:59:43.286Z] ---> Running in 46967d8cce14 [2021-03-04T22:59:43.286Z] ---> Running in 92942f6eeff8 [2021-03-04T22:59:43.559Z] Removing intermediate container f2ee1c2628b4 [2021-03-04T22:59:43.559Z] ---> dee38e3deabf [2021-03-04T22:59:43.559Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:59:43.559Z] Removing intermediate container 0e54825f6bc4 [2021-03-04T22:59:43.559Z] ---> 8b8fd6aade2f [2021-03-04T22:59:43.559Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:59:43.843Z] Removing intermediate container 46967d8cce14 [2021-03-04T22:59:43.843Z] ---> 0571b257bddc [2021-03-04T22:59:43.843Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:59:43.843Z] Removing intermediate container 92942f6eeff8 [2021-03-04T22:59:43.843Z] ---> b44739037c3b [2021-03-04T22:59:43.843Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:59:43.843Z] ---> Running in 4ece49790d53 [2021-03-04T22:59:43.843Z] Removing intermediate container e52cc4a4b79b [2021-03-04T22:59:43.843Z] ---> 88ffdb8817f3 [2021-03-04T22:59:43.843Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:59:43.843Z] ---> Running in 21b3afc90252 [2021-03-04T22:59:44.124Z] ---> Running in 9cc96830ce95 [2021-03-04T22:59:44.124Z] ---> Running in 7b7aa40b5fce [2021-03-04T22:59:44.124Z] ---> Running in 4c5fe11885fe [2021-03-04T22:59:47.602Z] Removing intermediate container 4ece49790d53 [2021-03-04T22:59:47.602Z] ---> 54feab80d8d8 [2021-03-04T22:59:47.602Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T22:59:47.886Z] ---> Running in fe2e48d2d7dd [2021-03-04T22:59:47.886Z] Removing intermediate container 21b3afc90252 [2021-03-04T22:59:47.886Z] ---> eb1c9fe7043e [2021-03-04T22:59:47.886Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T22:59:48.171Z] Removing intermediate container 7b7aa40b5fce [2021-03-04T22:59:48.171Z] ---> e8a09e366a90 [2021-03-04T22:59:48.171Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T22:59:48.171Z] ---> Running in bb1c4bf07e3a [2021-03-04T22:59:48.453Z] ---> Running in b051d447e860 [2021-03-04T22:59:48.731Z] Removing intermediate container 9cc96830ce95 [2021-03-04T22:59:48.731Z] ---> 30f5fa1a0f1e [2021-03-04T22:59:48.731Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-04T22:59:48.731Z] Removing intermediate container 4c5fe11885fe [2021-03-04T22:59:48.731Z] ---> 7aef50c00f03 [2021-03-04T22:59:48.731Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T22:59:49.019Z] ---> Running in ea57fea082fa [2021-03-04T22:59:49.019Z] ---> Running in 0c1d974b13a1 [2021-03-04T22:59:49.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:50.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:50.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:50.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:50.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:50.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:51.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:51.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:51.095Z] OK: 217 MiB in 51 packages [2021-03-04T22:59:51.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:51.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:59:51.762Z] OK: 217 MiB in 51 packages [2021-03-04T22:59:52.063Z] OK: 217 MiB in 51 packages [2021-03-04T22:59:52.703Z] OK: 217 MiB in 51 packages [2021-03-04T22:59:52.703Z] OK: 217 MiB in 51 packages [2021-03-04T22:59:52.984Z] Removing intermediate container fe2e48d2d7dd [2021-03-04T22:59:52.984Z] ---> ac83c5fb0271 [2021-03-04T22:59:52.984Z] Step 6/26 : COPY go.mod . [2021-03-04T22:59:53.976Z] Removing intermediate container b051d447e860 [2021-03-04T22:59:53.976Z] ---> 7d4c6068a7e4 [2021-03-04T22:59:53.976Z] Step 6/22 : COPY go.mod . [2021-03-04T22:59:53.976Z] ---> 6ebe891e2714 [2021-03-04T22:59:53.976Z] Step 7/26 : RUN go mod download [2021-03-04T22:59:54.253Z] Removing intermediate container bb1c4bf07e3a [2021-03-04T22:59:54.253Z] ---> 5186e337836f [2021-03-04T22:59:54.253Z] Step 6/22 : COPY go.mod . [2021-03-04T22:59:54.253Z] ---> Running in 446dbc984d39 [2021-03-04T22:59:54.529Z] Removing intermediate container 0c1d974b13a1 [2021-03-04T22:59:54.529Z] ---> f6a8e1434f00 [2021-03-04T22:59:54.529Z] Step 6/31 : COPY go.mod . [2021-03-04T22:59:54.529Z] Removing intermediate container ea57fea082fa [2021-03-04T22:59:54.529Z] ---> c346302b07fb [2021-03-04T22:59:54.529Z] Step 6/23 : COPY go.mod . [2021-03-04T22:59:55.146Z] ---> aef2d533d2b1 [2021-03-04T22:59:55.146Z] Step 7/22 : RUN go mod download [2021-03-04T22:59:55.432Z] ---> 7cc75a9db56d [2021-03-04T22:59:55.432Z] Step 7/22 : RUN go mod download [2021-03-04T22:59:55.432Z] ---> Running in 2fc10e26cf8d [2021-03-04T22:59:55.703Z] ---> bb14c3c08ffb [2021-03-04T22:59:55.703Z] Step 7/31 : RUN go mod download [2021-03-04T22:59:55.703Z] ---> Running in 7b5e01ddbfd6 [2021-03-04T22:59:55.979Z] ---> 86d6484f9f87 [2021-03-04T22:59:55.979Z] Step 7/23 : RUN go mod download [2021-03-04T22:59:55.979Z] ---> Running in ff91e1adfbc5 [2021-03-04T22:59:56.253Z] ---> Running in f3d8da432985 [2021-03-04T22:59:58.891Z] Removing intermediate container 446dbc984d39 [2021-03-04T22:59:58.891Z] ---> 37a447a2078e [2021-03-04T22:59:58.891Z] Step 8/26 : COPY . . [2021-03-04T23:00:00.335Z] Removing intermediate container 2fc10e26cf8d [2021-03-04T23:00:00.335Z] ---> 5bb6749bf469 [2021-03-04T23:00:00.335Z] Step 8/22 : COPY . . [2021-03-04T23:00:01.804Z] Removing intermediate container f3d8da432985 [2021-03-04T23:00:01.804Z] ---> 62fa2b61108e [2021-03-04T23:00:01.804Z] Step 8/23 : COPY . . [2021-03-04T23:00:02.088Z] Removing intermediate container 7b5e01ddbfd6 [2021-03-04T23:00:02.088Z] ---> c228bc37c638 [2021-03-04T23:00:02.088Z] Step 8/22 : COPY . . [2021-03-04T23:00:02.372Z] Removing intermediate container ff91e1adfbc5 [2021-03-04T23:00:02.373Z] ---> de23ed946cc2 [2021-03-04T23:00:02.373Z] Step 8/31 : COPY . . [2021-03-04T23:00:17.533Z] ---> 09c10e6b645f [2021-03-04T23:00:17.533Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T23:00:17.533Z] ---> 4888ba646fa8 [2021-03-04T23:00:17.533Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T23:00:17.533Z] ---> 9d0cf72a8912 [2021-03-04T23:00:17.533Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T23:00:17.533Z] ---> 3cea1d73ad52 [2021-03-04T23:00:17.533Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T23:00:17.533Z] ---> Running in b9ec85d0a2cc [2021-03-04T23:00:17.533Z] ---> Running in a2742e8f6cf1 [2021-03-04T23:00:17.533Z] ---> 146a016718b5 [2021-03-04T23:00:17.533Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T23:00:17.533Z] ---> Running in 297392b907e8 [2021-03-04T23:00:17.533Z] ---> Running in b023d0b48895 [2021-03-04T23:00:17.533Z] ---> Running in ceafd2942261 [2021-03-04T23:00:19.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-04T23:00:19.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-04T23:00:19.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-04T23:00:19.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-04T23:00:19.539Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-command/core-command ./cmd/core-command [2021-03-04T23:01:04.180Z] gofmt -l . [2021-03-04T23:01:04.180Z] [ "`gofmt -l .`" = "" ] [2021-03-04T23:01:04.180Z] ./bin/test-go-mod-tidy.sh [2021-03-04T23:01:04.180Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-04T23:01:07.255Z] + ls -al . [2021-03-04T23:01:07.286Z] total 728 [2021-03-04T23:01:07.286Z] drwxrwxr-x 10 1001 1001 4096 Mar 4 23:01 . [2021-03-04T23:01:07.286Z] drwxr-xr-x 4 root root 32 Mar 4 22:56 .. [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 22:52 .dockerignore [2021-03-04T23:01:07.286Z] drwxrwxr-x 8 1001 1001 162 Mar 4 22:53 .git [2021-03-04T23:01:07.286Z] drwxrwxr-x 3 1001 1001 125 Mar 4 22:52 .github [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 22:52 .gitignore [2021-03-04T23:01:07.286Z] drwx------ 3 1001 1001 45 Mar 4 22:54 .semver [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 22:52 .sonarcloud.properties [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 22:52 Attribution.txt [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 22:52 CONTRIBUTING.md [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 22:52 Dockerfile.build [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 22:52 Jenkinsfile [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 22:52 LICENSE [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 22:52 Makefile [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 22:52 README.md [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 22:52 SECURITY.md [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 13 Mar 4 22:54 VERSION [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 22:52 ZMQWindows.md [2021-03-04T23:01:07.286Z] drwxrwxr-x 2 1001 1001 117 Mar 4 22:52 bin [2021-03-04T23:01:07.286Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 22:52 cmd [2021-03-04T23:01:07.286Z] -rw-r--r-- 1 root root 618155 Mar 4 22:59 coverage.out [2021-03-04T23:01:07.286Z] -rw-r--r-- 1 root root 1055 Mar 4 23:00 go.mod [2021-03-04T23:01:07.286Z] -rw-r--r-- 1 root root 21699 Mar 4 23:00 go.sum [2021-03-04T23:01:07.286Z] drwxrwxr-x 8 1001 1001 127 Mar 4 22:52 internal [2021-03-04T23:01:07.286Z] drwxrwxr-x 4 1001 1001 26 Mar 4 22:52 openapi [2021-03-04T23:01:07.286Z] drwxrwxr-x 4 1001 1001 71 Mar 4 22:52 snap [2021-03-04T23:01:07.286Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 22:52 version.go [Pipeline] sh [2021-03-04T23:01:08.929Z] + '[' -e coverage.out ] [2021-03-04T23:01:08.929Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T23:01:09.614Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T23:01:10.316Z] + make build [2021-03-04T23:01:10.316Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-data/core-data ./cmd/core-data [2021-03-04T23:01:17.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-04T23:01:40.247Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-command/core-command ./cmd/core-command [2021-03-04T23:01:44.936Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-04T23:01:49.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-04T23:01:49.309Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-04T23:01:56.408Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-04T23:02:00.909Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-04T23:02:03.549Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-04T23:02:07.260Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-04T23:02:09.563Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-04T23:02:11.419Z] Removing intermediate container b9ec85d0a2cc [2021-03-04T23:02:11.419Z] ---> 92eb28e6160a [2021-03-04T23:02:11.419Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T23:02:11.419Z] ---> Running in bbc27cb6a19b [2021-03-04T23:02:11.419Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-04T23:02:11.419Z] Removing intermediate container b023d0b48895 [2021-03-04T23:02:11.419Z] ---> 6b4f7db4651d [2021-03-04T23:02:11.419Z] [2021-03-04T23:02:11.419Z] Step 10/31 : FROM alpine:3.12 [2021-03-04T23:02:11.419Z] 3.12: Pulling from library/alpine [2021-03-04T23:02:11.419Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T23:02:11.419Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T23:02:11.419Z] ---> d10569e2745f [2021-03-04T23:02:11.419Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T23:02:11.419Z] ---> Running in 85e57617c59a [2021-03-04T23:02:11.419Z] Removing intermediate container 85e57617c59a [2021-03-04T23:02:11.419Z] ---> a49047edf1aa [2021-03-04T23:02:11.419Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T23:02:11.419Z] ---> Running in 3ba1c001aa18 [2021-03-04T23:02:11.419Z] Removing intermediate container bbc27cb6a19b [2021-03-04T23:02:11.419Z] ---> 942e3c0e1daf [2021-03-04T23:02:11.419Z] [2021-03-04T23:02:11.419Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T23:02:11.419Z] 20.10.0: Pulling from library/docker [2021-03-04T23:02:11.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:11.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:11.697Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T23:02:11.697Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T23:02:11.697Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:02:11.697Z] OK: 5 MiB in 16 packages [2021-03-04T23:02:14.743Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-04T23:02:15.117Z] Removing intermediate container 3ba1c001aa18 [2021-03-04T23:02:15.117Z] ---> 92bf4d5f1a2d [2021-03-04T23:02:15.117Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T23:02:16.566Z] Removing intermediate container 297392b907e8 [2021-03-04T23:02:16.566Z] ---> 3703b0c5e776 [2021-03-04T23:02:16.566Z] [2021-03-04T23:02:16.566Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T23:02:16.566Z] ---> d10569e2745f [2021-03-04T23:02:16.566Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T23:02:16.566Z] ---> Running in 582ae1712f33 [2021-03-04T23:02:17.164Z] ---> Running in 479f04210f23 [2021-03-04T23:02:17.164Z] Removing intermediate container a2742e8f6cf1 [2021-03-04T23:02:17.164Z] ---> 66299c392e54 [2021-03-04T23:02:17.164Z] [2021-03-04T23:02:17.164Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T23:02:17.164Z] ---> d10569e2745f [2021-03-04T23:02:17.164Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T23:02:18.137Z] ---> Running in 0215804f9f8d [2021-03-04T23:02:18.137Z] Removing intermediate container 582ae1712f33 [2021-03-04T23:02:18.137Z] ---> cf0423f19e94 [2021-03-04T23:02:18.137Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T23:02:18.735Z] ---> Running in 66633dce30e1 [2021-03-04T23:02:18.735Z] Removing intermediate container ceafd2942261 [2021-03-04T23:02:18.735Z] ---> 9c899bc42cd4 [2021-03-04T23:02:18.735Z] [2021-03-04T23:02:18.735Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T23:02:18.735Z] ---> d10569e2745f [2021-03-04T23:02:18.735Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T23:02:19.337Z] ---> Running in 519cd0889b52 [2021-03-04T23:02:19.611Z] Removing intermediate container 66633dce30e1 [2021-03-04T23:02:19.611Z] ---> e73b84b04d01 [2021-03-04T23:02:19.611Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T23:02:19.611Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:19.888Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:19.888Z] ---> Running in 8422db771f2a [2021-03-04T23:02:20.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:20.440Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T23:02:20.440Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:02:20.440Z] OK: 5 MiB in 15 packages [2021-03-04T23:02:20.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:21.041Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T23:02:21.316Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T23:02:21.316Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:02:21.316Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T23:02:21.590Z] OK: 6 MiB in 16 packages [2021-03-04T23:02:21.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:21.863Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:22.864Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T23:02:22.864Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:02:22.864Z] OK: 5 MiB in 15 packages [2021-03-04T23:02:22.864Z] Removing intermediate container 479f04210f23 [2021-03-04T23:02:22.864Z] ---> 44a8fbcd78a4 [2021-03-04T23:02:22.864Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T23:02:23.488Z] ---> Running in d69480b235d7 [2021-03-04T23:02:24.089Z] Removing intermediate container 8422db771f2a [2021-03-04T23:02:24.089Z] ---> 75284d37466e [2021-03-04T23:02:24.089Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T23:02:24.089Z] Removing intermediate container 0215804f9f8d [2021-03-04T23:02:24.089Z] ---> c232c278305e [2021-03-04T23:02:24.089Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T23:02:24.089Z] Removing intermediate container d69480b235d7 [2021-03-04T23:02:24.089Z] ---> 9af5cf5a3476 [2021-03-04T23:02:24.089Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T23:02:24.359Z] ---> Running in 1e0d83d44205 [2021-03-04T23:02:24.359Z] ---> Running in 5b1dfa522b44 [2021-03-04T23:02:24.359Z] ---> Running in e1493bdd3a2a [2021-03-04T23:02:24.359Z] Removing intermediate container 519cd0889b52 [2021-03-04T23:02:24.359Z] ---> 40d20327b80e [2021-03-04T23:02:24.359Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T23:02:24.633Z] ---> Running in 34edf0739b45 [2021-03-04T23:02:24.907Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T23:02:24.907Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T23:02:24.907Z] ---> eeaf43b92773 [2021-03-04T23:02:24.907Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T23:02:24.907Z] Removing intermediate container 1e0d83d44205 [2021-03-04T23:02:24.907Z] ---> 89b40f7997c6 [2021-03-04T23:02:24.907Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T23:02:25.202Z] Removing intermediate container 5b1dfa522b44 [2021-03-04T23:02:25.202Z] ---> d10b2cfbd848 [2021-03-04T23:02:25.202Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T23:02:25.202Z] Removing intermediate container e1493bdd3a2a [2021-03-04T23:02:25.202Z] ---> 255155b3079d [2021-03-04T23:02:25.202Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T23:02:25.202Z] ---> Running in b05f53f5eca2 [2021-03-04T23:02:25.202Z] ---> Running in 325f20144a34 [2021-03-04T23:02:25.476Z] ---> Running in 53476eeba96f [2021-03-04T23:02:25.476Z] Removing intermediate container 34edf0739b45 [2021-03-04T23:02:25.476Z] ---> 469ec6389419 [2021-03-04T23:02:25.476Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T23:02:25.755Z] ---> Running in bfbdc68877fc [2021-03-04T23:02:26.030Z] Removing intermediate container 325f20144a34 [2021-03-04T23:02:26.030Z] ---> 83d2413652df [2021-03-04T23:02:26.030Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T23:02:26.308Z] Removing intermediate container 53476eeba96f [2021-03-04T23:02:26.308Z] ---> 45be2ebf37d4 [2021-03-04T23:02:26.308Z] Step 15/23 : WORKDIR / [2021-03-04T23:02:26.308Z] ---> Running in 1641fee62757 [2021-03-04T23:02:26.308Z] ---> c8672da79d8b [2021-03-04T23:02:26.308Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T23:02:26.583Z] ---> Running in 737cf06eb77a [2021-03-04T23:02:26.583Z] Removing intermediate container bfbdc68877fc [2021-03-04T23:02:26.583Z] ---> e427ec3a4b95 [2021-03-04T23:02:26.583Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T23:02:26.583Z] ---> Running in 4e2cb73c9e1e [2021-03-04T23:02:26.866Z] ---> Running in 7135e2b4fc64 [2021-03-04T23:02:26.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:27.154Z] Removing intermediate container 1641fee62757 [2021-03-04T23:02:27.154Z] ---> f9ed192f5f0f [2021-03-04T23:02:27.154Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:02:27.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:27.444Z] Removing intermediate container 737cf06eb77a [2021-03-04T23:02:27.444Z] ---> d388b01a811e [2021-03-04T23:02:27.444Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:02:27.444Z] Removing intermediate container 7135e2b4fc64 [2021-03-04T23:02:27.444Z] ---> 2c28ca12f090 [2021-03-04T23:02:27.444Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:02:27.725Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T23:02:27.725Z] (2/2) Installing bash (5.0.17-r0) [Pipeline] } [2021-03-04T23:02:27.970Z] $ docker stop --time=1 d49dfb12a3d890720ba1bc97149903e0a5b1ce188066b9c945c770b777fb7d63 [2021-03-04T23:02:28.015Z] Executing bash-5.0.17-r0.post-install [2021-03-04T23:02:28.015Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:02:28.015Z] OK: 12 MiB in 22 packages [2021-03-04T23:02:28.295Z] ---> 740bcd77c63c [2021-03-04T23:02:28.295Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T23:02:28.600Z] ---> 2a823eaf525e [2021-03-04T23:02:28.600Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T23:02:29.336Z] ---> fd5d8c948c9c [2021-03-04T23:02:29.336Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T23:02:30.637Z] $ docker rm -f d49dfb12a3d890720ba1bc97149903e0a5b1ce188066b9c945c770b777fb7d63 [2021-03-04T23:02:30.805Z] Removing intermediate container 4e2cb73c9e1e [2021-03-04T23:02:30.805Z] ---> 96d79fcc6d6f [2021-03-04T23:02:30.805Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:02:30.805Z] Removing intermediate container b05f53f5eca2 [2021-03-04T23:02:30.805Z] ---> 1cfabb546afe [2021-03-04T23:02:30.805Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T23:02:31.416Z] ---> 8410519b00bc [2021-03-04T23:02:31.416Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T23:02:31.416Z] ---> 19effd0b803a [2021-03-04T23:02:31.416Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T23:02:31.416Z] ---> Running in e20363f8eac0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-03-04T23:02:31.699Z] ---> d995be7c6b62 [2021-03-04T23:02:31.699Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:02:32.294Z] Removing intermediate container e20363f8eac0 [2021-03-04T23:02:32.294Z] ---> 324b7cc9e810 [2021-03-04T23:02:32.294Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T23:02:32.294Z] ---> bb165b505800 [2021-03-04T23:02:32.294Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T23:02:32.294Z] ---> 904dd1323f3a [2021-03-04T23:02:32.294Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T23:02:32.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T23:02:32.567Z] ---> Running in 2e4d499f304f [2021-03-04T23:02:32.567Z] ---> 8f0554b35c26 [2021-03-04T23:02:32.567Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T23:02:32.748Z] [2021-03-04T23:02:32.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [2021-03-04T23:02:32.845Z] ---> 558308e40b7d [2021-03-04T23:02:32.845Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T23:02:32.845Z] ---> Running in 37a9b1db81c4 [2021-03-04T23:02:32.845Z] ---> Running in 09a67d8c0a1d [Pipeline] sh [2021-03-04T23:02:33.120Z] ---> Running in 7a8a6d5a0fa8 [2021-03-04T23:02:33.399Z] Removing intermediate container 2e4d499f304f [2021-03-04T23:02:33.399Z] ---> 0d494e654403 [2021-03-04T23:02:33.399Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T23:02:33.399Z] Removing intermediate container 09a67d8c0a1d [2021-03-04T23:02:33.399Z] ---> 67ea5467cd8c [2021-03-04T23:02:33.399Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:02:33.673Z] Removing intermediate container 37a9b1db81c4 [2021-03-04T23:02:33.673Z] ---> 6d551ef5ec37 [2021-03-04T23:02:33.673Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:02:33.673Z] ---> Running in ca6f8bef380b [2021-03-04T23:02:33.720Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T23:02:33.947Z] ---> Running in 7bfecf937390 [2021-03-04T23:02:33.947Z] Removing intermediate container 7a8a6d5a0fa8 [2021-03-04T23:02:33.947Z] ---> 1b5d00cdd543 [2021-03-04T23:02:33.947Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:02:33.947Z] ---> 739308ef2d5c [2021-03-04T23:02:33.947Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T23:02:34.082Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-04T23:02:34.082Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-04T23:02:34.082Z] ca9280d653b3: Pulling fs layer [2021-03-04T23:02:34.082Z] 7e9c9ca2126c: Pulling fs layer [2021-03-04T23:02:34.226Z] ---> Running in cd613e5b3481 [2021-03-04T23:02:34.227Z] ---> Running in 1c106644e847 [2021-03-04T23:02:34.504Z] Removing intermediate container ca6f8bef380b [2021-03-04T23:02:34.504Z] ---> 7727b8aed177 [2021-03-04T23:02:34.504Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T23:02:34.504Z] Removing intermediate container 7bfecf937390 [2021-03-04T23:02:34.504Z] ---> 5f5e9b42e458 [2021-03-04T23:02:34.504Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T23:02:34.717Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-04T23:02:34.717Z] cbdbe7a5bc2a: Download complete [2021-03-04T23:02:34.783Z] Removing intermediate container cd613e5b3481 [2021-03-04T23:02:34.783Z] ---> a70bb7ebc95d [2021-03-04T23:02:34.783Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T23:02:35.054Z] ---> Running in 122639e7792c [2021-03-04T23:02:35.054Z] Removing intermediate container 1c106644e847 [2021-03-04T23:02:35.054Z] ---> 5b16882b4245 [2021-03-04T23:02:35.054Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T23:02:35.331Z] ---> Running in c35ba7c39026 [2021-03-04T23:02:35.331Z] ---> a37af1cc5d35 [2021-03-04T23:02:35.331Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T23:02:35.331Z] ---> Running in 04b04ac43f55 [2021-03-04T23:02:35.612Z] Removing intermediate container 122639e7792c [2021-03-04T23:02:35.612Z] ---> 9a3641b61e7f [2021-03-04T23:02:35.612Z] Step 22/23 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:02:35.612Z] ---> 37af41de9928 [2021-03-04T23:02:35.612Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T23:02:35.888Z] ---> Running in ff124f2581b2 [2021-03-04T23:02:35.888Z] Removing intermediate container c35ba7c39026 [2021-03-04T23:02:35.888Z] ---> 8d54a74b696c [2021-03-04T23:02:35.888Z] Step 21/22 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:02:36.162Z] Removing intermediate container 04b04ac43f55 [2021-03-04T23:02:36.162Z] ---> 9fbbfc84f0bb [2021-03-04T23:02:36.162Z] Step 21/22 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:02:36.162Z] ---> Running in cf5b6e38bd1c [2021-03-04T23:02:36.306Z] ca9280d653b3: Verifying Checksum [2021-03-04T23:02:36.306Z] ca9280d653b3: Download complete [2021-03-04T23:02:36.306Z] cbdbe7a5bc2a: Pull complete [2021-03-04T23:02:36.435Z] ---> Running in 3bc63f07bb3b [2021-03-04T23:02:36.435Z] ---> ca3a89c92098 [2021-03-04T23:02:36.435Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-04T23:02:36.714Z] Removing intermediate container ff124f2581b2 [2021-03-04T23:02:36.714Z] ---> fdf05c125d29 [2021-03-04T23:02:36.714Z] Step 23/23 : LABEL version=2.0.0-dev.113 [2021-03-04T23:02:36.714Z] ---> ae219c4b5f78 [2021-03-04T23:02:36.714Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T23:02:36.985Z] ---> Running in defc8c4715ce [2021-03-04T23:02:36.985Z] Removing intermediate container cf5b6e38bd1c [2021-03-04T23:02:36.985Z] ---> 70787a935af5 [2021-03-04T23:02:36.985Z] Step 22/22 : LABEL version=2.0.0-dev.113 [2021-03-04T23:02:37.259Z] Removing intermediate container 3bc63f07bb3b [2021-03-04T23:02:37.259Z] ---> 6ab1121a8de7 [2021-03-04T23:02:37.259Z] Step 22/22 : LABEL version=2.0.0-dev.113 [2021-03-04T23:02:37.259Z] ---> Running in d220438b86b4 [2021-03-04T23:02:37.259Z] ---> Running in ba1779a2df0f [2021-03-04T23:02:37.531Z] Removing intermediate container defc8c4715ce [2021-03-04T23:02:37.531Z] ---> fb58d638b815 [2021-03-04T23:02:37.531Z] [2021-03-04T23:02:37.801Z] ---> ddf1a3c94374 [2021-03-04T23:02:37.801Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T23:02:37.801Z] Successfully built fb58d638b815 [2021-03-04T23:02:38.081Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-04T23:02:38.081Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-03-04T23:02:38.081Z] ---> Running in 427cc145cde8 [2021-03-04T23:02:38.081Z] Removing intermediate container d220438b86b4 [2021-03-04T23:02:38.081Z] ---> 9ae5b133081d [2021-03-04T23:02:38.081Z] [2021-03-04T23:02:38.081Z] ---> c8b281bde3e7 [2021-03-04T23:02:38.081Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T23:02:38.330Z] 7e9c9ca2126c: Verifying Checksum [2021-03-04T23:02:38.330Z] 7e9c9ca2126c: Download complete [2021-03-04T23:02:38.366Z] Removing intermediate container ba1779a2df0f [2021-03-04T23:02:38.366Z] ---> 3d6fee3435a1 [2021-03-04T23:02:38.366Z] [2021-03-04T23:02:38.366Z] ---> Running in 7a9b1efb9464 [2021-03-04T23:02:38.651Z] Successfully built 3d6fee3435a1 [2021-03-04T23:02:38.919Z] ca9280d653b3: Pull complete [2021-03-04T23:02:38.926Z] Successfully built 9ae5b133081d [2021-03-04T23:02:38.926Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-04T23:02:38.926Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-03-04T23:02:38.926Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-04T23:02:38.926Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-03-04T23:02:38.926Z] Removing intermediate container 427cc145cde8 [2021-03-04T23:02:38.926Z] ---> 2ae6f8d0c6eb [2021-03-04T23:02:38.926Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T23:02:39.914Z] ---> da061fbda34d [2021-03-04T23:02:39.914Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-04T23:02:39.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:39.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:02:40.185Z] ---> Running in aac1391965c1 [2021-03-04T23:02:40.788Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T23:02:40.789Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T23:02:40.789Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T23:02:40.789Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T23:02:40.789Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T23:02:40.789Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T23:02:40.789Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T23:02:42.781Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T23:02:42.781Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T23:02:42.781Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T23:02:42.781Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T23:02:42.781Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T23:02:42.781Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T23:02:42.781Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T23:02:42.781Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T23:02:42.781Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T23:02:42.781Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T23:02:42.781Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T23:02:42.781Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T23:02:42.781Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T23:02:42.781Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T23:02:42.781Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T23:02:42.781Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T23:02:43.052Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T23:02:43.052Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T23:02:43.052Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T23:02:43.052Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T23:02:43.052Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T23:02:43.052Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T23:02:43.052Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T23:02:43.052Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T23:02:43.052Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T23:02:43.052Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T23:02:43.326Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:02:43.326Z] OK: 71 MiB in 55 packages [2021-03-04T23:02:45.982Z] Removing intermediate container aac1391965c1 [2021-03-04T23:02:45.982Z] ---> 056dd623586f [2021-03-04T23:02:45.982Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T23:02:46.579Z] ---> Running in 5ab66013515e [2021-03-04T23:02:47.181Z] Removing intermediate container 5ab66013515e [2021-03-04T23:02:47.181Z] ---> 8a5bbade365b [2021-03-04T23:02:47.181Z] Step 28/31 : CMD ["gate"] [2021-03-04T23:02:47.775Z] ---> Running in 0a50243b3650 [2021-03-04T23:02:48.366Z] Removing intermediate container 0a50243b3650 [2021-03-04T23:02:48.366Z] ---> a0fb47f52228 [2021-03-04T23:02:48.366Z] Step 29/31 : LABEL arch=arm64 [2021-03-04T23:02:48.959Z] ---> Running in 17d2e3e8c1e9 [2021-03-04T23:02:49.566Z] Removing intermediate container 17d2e3e8c1e9 [2021-03-04T23:02:49.566Z] ---> 85dc28431c83 [2021-03-04T23:02:49.566Z] Step 30/31 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:02:50.170Z] ---> Running in 94b8148011ed [2021-03-04T23:02:50.170Z] Removing intermediate container 7a9b1efb9464 [2021-03-04T23:02:50.170Z] ---> 1d47a5d0b34b [2021-03-04T23:02:50.170Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T23:02:50.441Z] ---> Running in 478ddf9de8c9 [2021-03-04T23:02:50.717Z] Removing intermediate container 94b8148011ed [2021-03-04T23:02:50.718Z] ---> 49ec6620c6d3 [2021-03-04T23:02:50.718Z] Step 31/31 : LABEL version=2.0.0-dev.113 [2021-03-04T23:02:50.996Z] ---> Running in c5d915cc1039 [2021-03-04T23:02:51.595Z] Removing intermediate container c5d915cc1039 [2021-03-04T23:02:51.595Z] ---> f0631177019c [2021-03-04T23:02:51.595Z] [2021-03-04T23:02:52.194Z] Successfully built f0631177019c [2021-03-04T23:02:52.194Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-04T23:02:52.194Z]  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go [2021-03-04T23:02:54.584Z] 7e9c9ca2126c: Pull complete [2021-03-04T23:02:54.584Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-04T23:02:54.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T23:02:54.584Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-04T23:02:54.753Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T23:02:54.815Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@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-04T23:02:56.494Z] Collecting docker-compose==1.23.2 [2021-03-04T23:02:56.494Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T23:02:57.927Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T23:02:57.927Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T23:02:57.962Z] $ docker top 562e49d884aa1db92cd225971a40c77db02a66eba964370e79300e513d10a375 -eo pid,comm [2021-03-04T23:02:58.909Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T23:02:58.909Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [Pipeline] { [Pipeline] sh [2021-03-04T23:02:59.290Z] + docker-compose build --help [2021-03-04T23:02:59.290Z] + grep parallel [2021-03-04T23:03:01.356Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T23:03:01.376Z] $ docker stop --time=1 562e49d884aa1db92cd225971a40c77db02a66eba964370e79300e513d10a375 [2021-03-04T23:03:01.543Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T23:03:01.543Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T23:03:01.543Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T23:03:01.543Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T23:03:04.215Z] $ docker rm -f 562e49d884aa1db92cd225971a40c77db02a66eba964370e79300e513d10a375 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:03:04.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T23:03:04.934Z] . [2021-03-04T23:03:04.948Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T23:03:04.948Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T23:03:04.948Z] Collecting cached-property<2,>=1.2.0 [Pipeline] withDockerContainer [2021-03-04T23:03:05.228Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T23:03:05.502Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T23:03:05.502Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T23:03:05.709Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T23:03:05.775Z] $ 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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-04T23:03:08.125Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:03:08.125Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:03:08.125Z] ---> 27934bec1cd3 [2021-03-04T23:03:08.125Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T23:03:08.125Z] ---> Using cache [2021-03-04T23:03:08.125Z] ---> 88ffdb8817f3 [2021-03-04T23:03:08.125Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:03:08.125Z] ---> Using cache [2021-03-04T23:03:08.125Z] ---> e8a09e366a90 [2021-03-04T23:03:08.125Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T23:03:08.520Z] Collecting PyYAML<4,>=3.10 [2021-03-04T23:03:08.520Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T23:03:08.816Z] $ docker top a3ad4b60f96ef7bfd4b4222b320c000608da84a39a7e1d38970cbc685f1d780b -eo pid,comm [2021-03-04T23:03:09.129Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:03:09.129Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:03:09.129Z] ---> 27934bec1cd3 [2021-03-04T23:03:09.129Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T23:03:09.129Z] ---> Using cache [2021-03-04T23:03:09.129Z] ---> 88ffdb8817f3 [2021-03-04T23:03:09.129Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:03:09.129Z] ---> Using cache [2021-03-04T23:03:09.129Z] ---> e8a09e366a90 [2021-03-04T23:03:09.129Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] { [2021-03-04T23:03:09.433Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:03:09.433Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:03:09.433Z] ---> 27934bec1cd3 [2021-03-04T23:03:09.433Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T23:03:09.433Z] ---> Using cache [2021-03-04T23:03:09.433Z] ---> 88ffdb8817f3 [2021-03-04T23:03:09.433Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:03:09.433Z] ---> Using cache [2021-03-04T23:03:09.433Z] ---> e8a09e366a90 [2021-03-04T23:03:09.433Z] Step 5/23 : RUN apk add --update --no-cache make git [Pipeline] sh [2021-03-04T23:03:09.823Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T23:03:11.242Z] Building docker-core-command-go ... [2021-03-04T23:03:11.242Z] Building docker-core-data-go ... [2021-03-04T23:03:11.242Z] Building docker-core-metadata-go ... [2021-03-04T23:03:11.242Z] Building docker-security-bootstrapper-go ... [2021-03-04T23:03:11.242Z] Building docker-security-proxy-setup-go ... [2021-03-04T23:03:11.242Z] Building docker-security-secretstore-setup-go ... [2021-03-04T23:03:11.242Z] Building docker-support-notifications-go ... [2021-03-04T23:03:11.242Z] Building docker-support-scheduler-go ... [2021-03-04T23:03:11.242Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T23:03:11.242Z] Building docker-sys-mgmt-agent-go [2021-03-04T23:03:11.242Z] Building docker-support-notifications-go [2021-03-04T23:03:11.242Z] Building docker-security-bootstrapper-go [2021-03-04T23:03:11.242Z] Building docker-security-secretstore-setup-go [2021-03-04T23:03:11.242Z] Building docker-core-command-go [2021-03-04T23:03:12.823Z] 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-04T23:03:12.823Z] ---> Running in 0e5cc76ff050 [2021-03-04T23:03:12.823Z] ---> Running in 94fa1653fc7f [2021-03-04T23:03:12.823Z] ---> Running in d6e8b275c5ba [2021-03-04T23:03:12.823Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T23:03:12.823Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T23:03:13.428Z] Collecting idna<2.8,>=2.5 [2021-03-04T23:03:13.428Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T23:03:13.704Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:03:13.704Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:03:13.704Z] ---> 27934bec1cd3 [2021-03-04T23:03:13.704Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T23:03:13.704Z] ---> Using cache [2021-03-04T23:03:13.704Z] ---> 88ffdb8817f3 [2021-03-04T23:03:13.704Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:03:13.704Z] ---> Using cache [2021-03-04T23:03:13.704Z] ---> e8a09e366a90 [2021-03-04T23:03:13.704Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T23:03:13.704Z] 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-04T23:03:13.704Z] 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-04T23:03:13.980Z] ---> Running in c4ed30bfda8b [2021-03-04T23:03:14.578Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T23:03:14.578Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T23:03:14.850Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:15.125Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T23:03:15.125Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T23:03:15.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:15.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:15.396Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T23:03:15.396Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T23:03:15.396Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T23:03:15.396Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T23:03:15.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:15.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:15.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:15.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:16.215Z] Installing collected packages: idna, urllib3, requests, dockerpty, websocket-client, docopt, docker-pycreds, docker, cached-property, texttable, PyYAML, jsonschema, docker-compose [2021-03-04T23:03:16.215Z] Attempting uninstall: idna [2021-03-04T23:03:16.215Z] Found existing installation: idna 2.9 [2021-03-04T23:03:16.215Z] Uninstalling idna-2.9: [2021-03-04T23:03:16.215Z] Successfully uninstalled idna-2.9 [2021-03-04T23:03:16.215Z] OK: 217 MiB in 51 packages [2021-03-04T23:03:16.815Z] OK: 217 MiB in 51 packages [2021-03-04T23:03:16.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:17.091Z] OK: 217 MiB in 51 packages [2021-03-04T23:03:17.091Z] Attempting uninstall: urllib3 [2021-03-04T23:03:17.091Z] Found existing installation: urllib3 1.25.9 [2021-03-04T23:03:17.091Z] Uninstalling urllib3-1.25.9: [2021-03-04T23:03:17.375Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T23:03:17.651Z] OK: 217 MiB in 51 packages [2021-03-04T23:03:18.256Z] Removing intermediate container 94fa1653fc7f [2021-03-04T23:03:18.256Z] ---> dd06c3ca9a95 [2021-03-04T23:03:18.256Z] Step 6/24 : COPY go.mod . [2021-03-04T23:03:18.256Z] Attempting uninstall: requests [2021-03-04T23:03:18.256Z] Found existing installation: requests 2.23.0 [2021-03-04T23:03:18.256Z] Uninstalling requests-2.23.0: [2021-03-04T23:03:18.256Z] Successfully uninstalled requests-2.23.0 [2021-03-04T23:03:18.531Z] Removing intermediate container 0e5cc76ff050 [2021-03-04T23:03:18.531Z] ---> da2b207eb75d [2021-03-04T23:03:18.531Z] Step 6/23 : COPY go.mod . [2021-03-04T23:03:18.807Z] Running setup.py install for dockerpty: started [2021-03-04T23:03:18.807Z] Removing intermediate container d6e8b275c5ba [2021-03-04T23:03:18.807Z] ---> d9e7d77d596d [2021-03-04T23:03:18.807Z] Step 6/23 : COPY go.mod . [2021-03-04T23:03:19.407Z] Removing intermediate container c4ed30bfda8b [2021-03-04T23:03:19.407Z] ---> 61bbfed6cf98 [2021-03-04T23:03:19.407Z] Step 6/21 : COPY go.mod . [2021-03-04T23:03:19.407Z] ---> 29252d1b4846 [2021-03-04T23:03:19.407Z] Step 7/24 : RUN go mod download [2021-03-04T23:03:19.407Z] ---> 671d357d952a [2021-03-04T23:03:19.407Z] Step 7/23 : RUN go mod download [2021-03-04T23:03:19.681Z] ---> Running in 817489c4dd07 [2021-03-04T23:03:19.959Z] ---> Running in 1c25901168c8 [2021-03-04T23:03:19.959Z] ---> 56826cdcfbc0 [2021-03-04T23:03:19.959Z] Step 7/23 : RUN go mod download [2021-03-04T23:03:20.252Z] ---> Running in 35c6ebcb063c [2021-03-04T23:03:20.527Z] ---> 84dc4dbce5d7 [2021-03-04T23:03:20.527Z] Step 7/21 : RUN go mod download [2021-03-04T23:03:20.801Z] ---> Running in abf1115ccbf7 [2021-03-04T23:03:21.789Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T23:03:22.064Z] Running setup.py install for docopt: started [2021-03-04T23:03:24.051Z] Removing intermediate container 817489c4dd07 [2021-03-04T23:03:24.051Z] ---> 89bbfdefaf9b [2021-03-04T23:03:24.051Z] Step 8/24 : COPY . . [2021-03-04T23:03:24.656Z] Removing intermediate container 1c25901168c8 [2021-03-04T23:03:24.656Z] ---> b6f34fa7ee34 [2021-03-04T23:03:24.656Z] Step 8/23 : COPY . . [2021-03-04T23:03:24.945Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T23:03:24.945Z] Removing intermediate container 35c6ebcb063c [2021-03-04T23:03:24.945Z] ---> 5b716cff05dd [2021-03-04T23:03:24.945Z] Step 8/23 : COPY . . [2021-03-04T23:03:25.554Z] Removing intermediate container abf1115ccbf7 [2021-03-04T23:03:25.554Z] ---> 7af9f9965fee [2021-03-04T23:03:25.554Z] Step 8/21 : COPY . . [2021-03-04T23:03:26.154Z] Running setup.py install for texttable: started [2021-03-04T23:03:28.139Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T23:03:28.140Z] Running setup.py install for PyYAML: started [2021-03-04T23:03:30.768Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T23:03:32.227Z] 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-04T23:03:40.677Z] ---> 5062dd6d7711 [2021-03-04T23:03:40.677Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T23:03:40.956Z] ---> 8e09b83c3601 [2021-03-04T23:03:40.956Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T23:03:40.956Z] ---> Running in 9b5f39e73677 [2021-03-04T23:03:41.562Z] ---> Running in 88f21471413a [2021-03-04T23:03:42.166Z] ---> 0aecbccf92ef [2021-03-04T23:03:42.166Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T23:03:42.166Z] Removing intermediate container 478ddf9de8c9 [2021-03-04T23:03:42.166Z] ---> 858cb5ebf56b [2021-03-04T23:03:42.166Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T23:03:42.446Z] ---> Running in 456b52fea3e4 [2021-03-04T23:03:42.729Z] ---> Running in 8928b6a6c36f [2021-03-04T23:03:42.729Z] ---> ac9ae9f2aed6 [2021-03-04T23:03:42.729Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T23:03:43.010Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-04T23:03:43.289Z] ---> Running in d5cf0fe6bfa6 [2021-03-04T23:03:43.565Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-data/core-data ./cmd/core-data [2021-03-04T23:03:44.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-04T23:03:45.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:45.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-04T23:03:45.456Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:03:46.060Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T23:03:46.060Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T23:03:46.060Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T23:03:46.060Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:03:46.339Z] OK: 71 MiB in 58 packages [2021-03-04T23:03:48.346Z] Removing intermediate container 8928b6a6c36f [2021-03-04T23:03:48.346Z] ---> 12ef39f37062 [2021-03-04T23:03:48.346Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T23:03:48.346Z] ---> Running in c58264fbddb7 [2021-03-04T23:03:48.955Z] Removing intermediate container c58264fbddb7 [2021-03-04T23:03:48.955Z] ---> f425653482d3 [2021-03-04T23:03:48.955Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:03:48.955Z] ---> Running in e663af924dab [2021-03-04T23:03:49.964Z] Removing intermediate container e663af924dab [2021-03-04T23:03:49.964Z] ---> a5d48b782f44 [2021-03-04T23:03:49.964Z] Step 24/26 : LABEL arch=arm64 [2021-03-04T23:03:49.964Z] ---> Running in b10617a58592 [2021-03-04T23:03:50.573Z] Removing intermediate container b10617a58592 [2021-03-04T23:03:50.573Z] ---> 5243a646f118 [2021-03-04T23:03:50.573Z] Step 25/26 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:03:50.856Z] ---> Running in e24600f5fba8 [2021-03-04T23:03:51.467Z] Removing intermediate container e24600f5fba8 [2021-03-04T23:03:51.467Z] ---> ef3d1e15e079 [2021-03-04T23:03:51.467Z] Step 26/26 : LABEL version=2.0.0-dev.113 [2021-03-04T23:03:51.747Z] ---> Running in 1af8a68a7fb1 [2021-03-04T23:03:52.363Z] Removing intermediate container 1af8a68a7fb1 [2021-03-04T23:03:52.363Z] ---> 5bae8ab7856e [2021-03-04T23:03:52.363Z] [2021-03-04T23:03:52.644Z] Successfully built 5bae8ab7856e [2021-03-04T23:03:52.644Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-04T23:05:00.742Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-04T23:05:00.742Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-04T23:05:07.486Z] Removing intermediate container 9b5f39e73677 [2021-03-04T23:05:07.486Z] ---> 2fa0985a2356 [2021-03-04T23:05:07.486Z] [2021-03-04T23:05:07.486Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T23:05:07.486Z] ---> d10569e2745f [2021-03-04T23:05:07.486Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T23:05:07.486Z] ---> Running in 6f8846ee2826 [2021-03-04T23:05:09.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:05:09.758Z] Removing intermediate container d5cf0fe6bfa6 [2021-03-04T23:05:09.759Z] ---> 856957d5516d [2021-03-04T23:05:09.759Z] [2021-03-04T23:05:09.759Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T23:05:09.759Z] ---> d10569e2745f [2021-03-04T23:05:09.759Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T23:05:10.033Z] ---> Running in ece100eb1b12 [2021-03-04T23:05:10.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:05:10.634Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T23:05:10.634Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T23:05:10.910Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T23:05:10.910Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T23:05:10.910Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T23:05:10.910Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:05:10.910Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T23:05:11.185Z] OK: 7 MiB in 19 packages [2021-03-04T23:05:11.787Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:05:12.133Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:05:13.121Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T23:05:13.121Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T23:05:13.121Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T23:05:13.121Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T23:05:13.121Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:05:13.121Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T23:05:13.396Z] OK: 7 MiB in 18 packages [2021-03-04T23:05:13.671Z] Removing intermediate container 6f8846ee2826 [2021-03-04T23:05:13.671Z] ---> ce5c31ac6bcc [2021-03-04T23:05:13.671Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T23:05:13.947Z] ---> Running in 1e6e73ddf5e7 [2021-03-04T23:05:14.930Z] Removing intermediate container 1e6e73ddf5e7 [2021-03-04T23:05:14.930Z] ---> c768ba387c43 [2021-03-04T23:05:14.930Z] Step 13/24 : WORKDIR / [2021-03-04T23:05:14.930Z] ---> Running in 7ba6e442a383 [2021-03-04T23:05:15.922Z] Removing intermediate container ece100eb1b12 [2021-03-04T23:05:15.922Z] ---> 2199cb60ef82 [2021-03-04T23:05:15.922Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T23:05:15.922Z] Removing intermediate container 7ba6e442a383 [2021-03-04T23:05:15.922Z] ---> 971f9e5e37f6 [2021-03-04T23:05:15.922Z] 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-04T23:05:15.922Z] ---> Running in 644e9756d931 [2021-03-04T23:05:16.526Z] Removing intermediate container 644e9756d931 [2021-03-04T23:05:16.526Z] ---> fb7f8438d93e [2021-03-04T23:05:16.526Z] Step 13/21 : WORKDIR /edgex [2021-03-04T23:05:16.806Z] ---> Running in 7e5ab465cd8f [2021-03-04T23:05:16.806Z] ---> a83d077b163a [2021-03-04T23:05:16.806Z] 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-04T23:05:17.783Z] Removing intermediate container 7e5ab465cd8f [2021-03-04T23:05:17.783Z] ---> 1aee5978e7dc [2021-03-04T23:05:17.783Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T23:05:18.380Z] ---> 7eba2069034d [2021-03-04T23:05:18.380Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T23:05:18.979Z] ---> f99dd249f2cd [2021-03-04T23:05:18.979Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T23:05:19.255Z] ---> 8780cee6eaed [2021-03-04T23:05:19.255Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T23:05:19.624Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:05:19.624Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:05:19.624Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:05:19.624Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:05:19.624Z] ---> 20e9185d4cbd [2021-03-04T23:05:19.624Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T23:05:19.624Z] ---> 20e9185d4cbd [2021-03-04T23:05:19.624Z] Step 3/31 : WORKDIR /edgex-go [2021-03-04T23:05:19.624Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:05:19.624Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:05:19.624Z] ---> 20e9185d4cbd [2021-03-04T23:05:19.624Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T23:05:19.624Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:05:19.624Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:05:19.624Z] ---> 20e9185d4cbd [2021-03-04T23:05:19.624Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T23:05:19.624Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:05:19.624Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:05:19.624Z] ---> 20e9185d4cbd [2021-03-04T23:05:19.624Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T23:05:19.624Z] ---> Running in 4d88a41932e2 [2021-03-04T23:05:19.624Z] ---> Running in 7ff8d041139a [2021-03-04T23:05:19.624Z] ---> Running in 5d218172a213 [2021-03-04T23:05:19.624Z] ---> Running in 3082cc1802cd [2021-03-04T23:05:19.624Z] ---> Running in 3fb2015b87f2 [2021-03-04T23:05:19.624Z] Removing intermediate container 5d218172a213 [2021-03-04T23:05:19.624Z] ---> bc1a9c31a87c [2021-03-04T23:05:19.624Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:05:19.624Z] Removing intermediate container 4d88a41932e2 [2021-03-04T23:05:19.624Z] ---> 6535e71e0d72 [2021-03-04T23:05:19.624Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:05:19.624Z] Removing intermediate container 7ff8d041139a [2021-03-04T23:05:19.624Z] ---> 89bd1da2397e [2021-03-04T23:05:19.624Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:05:19.624Z] Removing intermediate container 3fb2015b87f2 [2021-03-04T23:05:19.624Z] ---> 8b2a43761443 [2021-03-04T23:05:19.624Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:05:19.624Z] Removing intermediate container 3082cc1802cd [2021-03-04T23:05:19.624Z] ---> 4d0fcbf3bcb6 [2021-03-04T23:05:19.624Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:05:19.624Z] ---> Running in 039dd90dfd95 [2021-03-04T23:05:19.624Z] ---> Running in 9180c0a77430 [2021-03-04T23:05:19.624Z] ---> Running in 7d42225c9e9e [2021-03-04T23:05:19.624Z] ---> Running in 28f96338bc17 [2021-03-04T23:05:19.624Z] ---> Running in 85bca44d8584 [2021-03-04T23:05:19.624Z] Removing intermediate container 9180c0a77430 [2021-03-04T23:05:19.624Z] ---> 1077cd26c5a0 [2021-03-04T23:05:19.624Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T23:05:19.624Z] ---> Running in d343e1375dbe [2021-03-04T23:05:19.624Z] Removing intermediate container 7d42225c9e9e [2021-03-04T23:05:19.624Z] ---> 6ac8d36d7398 [2021-03-04T23:05:19.624Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-04T23:05:19.624Z] ---> Running in 9069724d79e0 [2021-03-04T23:05:19.624Z] Removing intermediate container 039dd90dfd95 [2021-03-04T23:05:19.624Z] ---> 082d0741fb90 [2021-03-04T23:05:19.624Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T23:05:19.624Z] Removing intermediate container 28f96338bc17 [2021-03-04T23:05:19.624Z] ---> ba2fc7f61800 [2021-03-04T23:05:19.624Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T23:05:19.624Z] ---> Running in b374386819df [2021-03-04T23:05:19.624Z] ---> Running in 46faca4b2272 [2021-03-04T23:05:19.624Z] Removing intermediate container 85bca44d8584 [2021-03-04T23:05:19.624Z] ---> 3523fd53302b [2021-03-04T23:05:19.624Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T23:05:20.066Z] ---> Running in 2bf7730e732c [2021-03-04T23:05:20.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:20.659Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:20.697Z] ---> 77d3dfd84964 [2021-03-04T23:05:20.697Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T23:05:20.697Z] ---> ed51461b3a19 [2021-03-04T23:05:20.697Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T23:05:21.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:21.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:21.337Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:21.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:22.251Z] OK: 233 MiB in 51 packages [2021-03-04T23:05:22.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:22.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:22.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:22.673Z] ---> d82d2b393526 [2021-03-04T23:05:22.673Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T23:05:22.673Z] ---> 2161206b4c9b [2021-03-04T23:05:22.673Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T23:05:22.673Z] ---> Running in 23ae037599cf [2021-03-04T23:05:22.881Z] OK: 233 MiB in 51 packages [2021-03-04T23:05:23.654Z] Removing intermediate container 23ae037599cf [2021-03-04T23:05:23.654Z] ---> a02b42b235f8 [2021-03-04T23:05:23.654Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T23:05:23.654Z] ---> Running in dd69777902bb [2021-03-04T23:05:23.930Z] ---> 26d5ce0cc207 [2021-03-04T23:05:23.930Z] 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-04T23:05:23.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:05:23.993Z] OK: 233 MiB in 51 packages [2021-03-04T23:05:23.993Z] OK: 233 MiB in 51 packages [2021-03-04T23:05:24.202Z] ---> Running in 9103ba3ab190 [2021-03-04T23:05:24.330Z] OK: 233 MiB in 51 packages [2021-03-04T23:05:24.478Z] Removing intermediate container dd69777902bb [2021-03-04T23:05:24.478Z] ---> 2be257f8e2c9 [2021-03-04T23:05:24.478Z] Step 19/21 : LABEL arch=arm64 [2021-03-04T23:05:24.601Z] Removing intermediate container d343e1375dbe [2021-03-04T23:05:24.601Z] ---> 9d8687ac9226 [2021-03-04T23:05:24.601Z] Step 6/23 : COPY go.mod . [2021-03-04T23:05:24.753Z] ---> Running in e9ec14f2473a [2021-03-04T23:05:26.842Z] ---> e6a399b9c244 [2021-03-04T23:05:26.842Z] Step 7/23 : RUN go mod download [2021-03-04T23:05:26.842Z] Removing intermediate container 9069724d79e0 [2021-03-04T23:05:26.842Z] ---> 0e900a316fff [2021-03-04T23:05:26.842Z] Step 6/31 : COPY go.mod . [2021-03-04T23:05:26.842Z] ---> Running in 002edecc4112 [2021-03-04T23:05:26.842Z] Removing intermediate container 46faca4b2272 [2021-03-04T23:05:26.842Z] ---> 3fb74371eb35 [2021-03-04T23:05:26.842Z] Step 6/22 : COPY go.mod . [2021-03-04T23:05:26.842Z] Removing intermediate container b374386819df [2021-03-04T23:05:26.842Z] ---> e103f699a4cf [2021-03-04T23:05:26.842Z] Step 6/26 : COPY go.mod . [2021-03-04T23:05:26.842Z] ---> f8766df9be22 [2021-03-04T23:05:26.842Z] Step 7/31 : RUN go mod download [2021-03-04T23:05:26.842Z] Removing intermediate container 2bf7730e732c [2021-03-04T23:05:26.842Z] ---> 409df76caadf [2021-03-04T23:05:26.842Z] Step 6/24 : COPY go.mod . [2021-03-04T23:05:26.842Z] ---> Running in b1723e9a8b0d [2021-03-04T23:05:26.845Z] Removing intermediate container e9ec14f2473a [2021-03-04T23:05:26.845Z] ---> 0e5da47543d2 [2021-03-04T23:05:26.845Z] Step 20/21 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:05:26.845Z] ---> Running in c89f389db086 [2021-03-04T23:05:26.845Z] Removing intermediate container c89f389db086 [2021-03-04T23:05:26.845Z] ---> 1f26fa63205d [2021-03-04T23:05:26.845Z] Step 21/21 : LABEL version=2.0.0-dev.113 [2021-03-04T23:05:27.117Z] ---> Running in b27c86b46fdd [2021-03-04T23:05:27.389Z] Removing intermediate container 9103ba3ab190 [2021-03-04T23:05:27.389Z] ---> 9cb88e1e07d8 [2021-03-04T23:05:27.389Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T23:05:27.662Z] ---> Running in 50c07f732f1b [2021-03-04T23:05:27.865Z] ---> e304e54dd954 [2021-03-04T23:05:27.865Z] Step 7/26 : RUN go mod download [2021-03-04T23:05:27.865Z] ---> 585783fdc96c [2021-03-04T23:05:27.865Z] Step 7/22 : RUN go mod download [2021-03-04T23:05:27.865Z] ---> ad2749c45b5d [2021-03-04T23:05:27.865Z] Step 7/24 : RUN go mod download [2021-03-04T23:05:27.939Z] Removing intermediate container b27c86b46fdd [2021-03-04T23:05:27.939Z] ---> fed40fbded5e [2021-03-04T23:05:27.939Z] [2021-03-04T23:05:27.939Z] Removing intermediate container 456b52fea3e4 [2021-03-04T23:05:27.939Z] ---> 9a31a74eebc6 [2021-03-04T23:05:27.939Z] [2021-03-04T23:05:27.939Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T23:05:27.939Z] ---> d10569e2745f [2021-03-04T23:05:27.939Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T23:05:27.939Z] ---> Using cache [2021-03-04T23:05:27.939Z] ---> 40d20327b80e [2021-03-04T23:05:27.939Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T23:05:27.939Z] ---> Using cache [2021-03-04T23:05:27.939Z] ---> 469ec6389419 [2021-03-04T23:05:27.939Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T23:05:28.209Z] Successfully built fed40fbded5e [2021-03-04T23:05:28.209Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-04T23:05:28.209Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 03d9527b4ed9 [2021-03-04T23:05:28.490Z] Removing intermediate container 50c07f732f1b [2021-03-04T23:05:28.491Z] ---> b891096c3f3a [2021-03-04T23:05:28.491Z] Step 22/24 : LABEL arch=arm64 [2021-03-04T23:05:28.768Z] ---> Running in a28f3e0e89da [2021-03-04T23:05:28.768Z] Removing intermediate container 03d9527b4ed9 [2021-03-04T23:05:28.768Z] ---> 11586bd1a9b6 [2021-03-04T23:05:28.768Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T23:05:28.855Z] ---> Running in 73fe56349ff6 [2021-03-04T23:05:28.855Z] ---> Running in bde25d7105ea [2021-03-04T23:05:29.047Z] ---> Running in ce6d447b9232 [2021-03-04T23:05:29.174Z] ---> Running in eb85cccb33fe [2021-03-04T23:05:29.321Z] Removing intermediate container a28f3e0e89da [2021-03-04T23:05:29.321Z] ---> f1fbf6627757 [2021-03-04T23:05:29.321Z] Step 23/24 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:05:29.595Z] ---> Running in 12ac13458464 [2021-03-04T23:05:29.869Z] Removing intermediate container ce6d447b9232 [2021-03-04T23:05:29.869Z] ---> 3b71ba86b269 [2021-03-04T23:05:29.869Z] Step 15/23 : WORKDIR / [2021-03-04T23:05:30.145Z] ---> Running in 80c7306e206c [2021-03-04T23:05:30.418Z] Removing intermediate container 12ac13458464 [2021-03-04T23:05:30.418Z] ---> d4bafd9cde4b [2021-03-04T23:05:30.418Z] Step 24/24 : LABEL version=2.0.0-dev.113 [2021-03-04T23:05:30.693Z] ---> Running in 1e94f9962a1f [2021-03-04T23:05:30.968Z] Removing intermediate container 80c7306e206c [2021-03-04T23:05:30.968Z] ---> 3680e13dccc8 [2021-03-04T23:05:30.968Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:05:31.570Z] Removing intermediate container 1e94f9962a1f [2021-03-04T23:05:31.570Z] ---> f0767a9bbf56 [2021-03-04T23:05:31.570Z] [2021-03-04T23:05:31.855Z] Successfully built f0767a9bbf56 [2021-03-04T23:05:31.855Z] Removing intermediate container 88f21471413a [2021-03-04T23:05:31.855Z] ---> 831729d1d9d1 [2021-03-04T23:05:31.855Z] [2021-03-04T23:05:31.855Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T23:05:31.855Z] ---> d10569e2745f [2021-03-04T23:05:31.855Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-04T23:05:31.855Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T23:05:31.855Z]  Building docker-security-secretstore-setup-go ... done  ---> db0dd828877d [2021-03-04T23:05:31.855Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T23:05:32.127Z] ---> Running in 4b4307ed76ab [2021-03-04T23:05:33.116Z] Removing intermediate container 4b4307ed76ab [2021-03-04T23:05:33.116Z] ---> 7668c3d80f64 [2021-03-04T23:05:33.116Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T23:05:33.116Z] ---> Running in a291e7e1ebae [2021-03-04T23:05:33.116Z] ---> fc6d8a6dcfc5 [2021-03-04T23:05:33.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T23:05:33.722Z] Removing intermediate container a291e7e1ebae [2021-03-04T23:05:33.722Z] ---> a63526756d0a [2021-03-04T23:05:33.722Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T23:05:33.722Z] ---> Running in fbaa7c186a64 [2021-03-04T23:05:34.000Z] ---> b6cdf8d1a4aa [2021-03-04T23:05:34.000Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T23:05:34.276Z] ---> Running in 22a8c2486880 [2021-03-04T23:05:34.276Z] Removing intermediate container fbaa7c186a64 [2021-03-04T23:05:34.276Z] ---> e088968095c4 [2021-03-04T23:05:34.276Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:05:34.563Z] ---> Running in 43e8502506d0 [2021-03-04T23:05:34.563Z] Removing intermediate container 22a8c2486880 [2021-03-04T23:05:34.563Z] ---> c4593b8a98d7 [2021-03-04T23:05:34.563Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:05:34.799Z] Removing intermediate container eb85cccb33fe [2021-03-04T23:05:34.799Z] ---> aaa0d53172b9 [2021-03-04T23:05:34.799Z] Step 8/24 : COPY . . [2021-03-04T23:05:34.799Z] Removing intermediate container 73fe56349ff6 [2021-03-04T23:05:34.799Z] ---> 5b4ce62f1bc5 [2021-03-04T23:05:34.799Z] Step 8/26 : COPY . . [2021-03-04T23:05:34.848Z] ---> Running in d27553433f4f [2021-03-04T23:05:35.445Z] Removing intermediate container d27553433f4f [2021-03-04T23:05:35.445Z] ---> 92cc5aeb3943 [2021-03-04T23:05:35.445Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T23:05:35.445Z] ---> Running in 22849392333e [2021-03-04T23:05:36.037Z] Removing intermediate container 22849392333e [2021-03-04T23:05:36.038Z] ---> aa8a3892abc3 [2021-03-04T23:05:36.038Z] Step 22/23 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:05:36.325Z] ---> Running in 7e0ee5eb4ab0 [2021-03-04T23:05:36.927Z] Removing intermediate container 7e0ee5eb4ab0 [2021-03-04T23:05:36.927Z] ---> 96e434934833 [2021-03-04T23:05:36.927Z] Step 23/23 : LABEL version=2.0.0-dev.113 [2021-03-04T23:05:36.927Z] Removing intermediate container 43e8502506d0 [2021-03-04T23:05:36.927Z] ---> 9b7fa901f4c4 [2021-03-04T23:05:36.927Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T23:05:36.927Z] ---> Running in e67352c42d96 [2021-03-04T23:05:36.993Z] Removing intermediate container 002edecc4112 [2021-03-04T23:05:36.994Z] ---> 2abed28cd4f1 [2021-03-04T23:05:36.994Z] Step 8/23 : COPY . . [2021-03-04T23:05:37.200Z] ---> Running in 30cfa238e283 [2021-03-04T23:05:37.475Z] Removing intermediate container e67352c42d96 [2021-03-04T23:05:37.475Z] ---> ca22b8675e2f [2021-03-04T23:05:37.475Z] [2021-03-04T23:05:37.749Z] Successfully built ca22b8675e2f [2021-03-04T23:05:38.020Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-04T23:05:38.291Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T23:05:39.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T23:05:39.533Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T23:05:39.803Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T23:05:39.803Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T23:05:39.803Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T23:05:39.994Z] Removing intermediate container bde25d7105ea [2021-03-04T23:05:39.994Z] ---> c11795086b51 [2021-03-04T23:05:39.994Z] Step 8/22 : COPY . . [2021-03-04T23:05:40.072Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T23:05:40.072Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T23:05:40.345Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:05:40.345Z] OK: 8 MiB in 20 packages [2021-03-04T23:05:41.842Z] Removing intermediate container 30cfa238e283 [2021-03-04T23:05:41.842Z] ---> 5668c3ed007d [2021-03-04T23:05:41.842Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:05:41.909Z] Removing intermediate container b1723e9a8b0d [2021-03-04T23:05:41.909Z] ---> ddf2e43c309c [2021-03-04T23:05:41.909Z] Step 8/31 : COPY . . [2021-03-04T23:05:42.500Z] ---> 0e81c0c9892d [2021-03-04T23:05:42.500Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T23:05:43.950Z] ---> 503133f89788 [2021-03-04T23:05:43.950Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T23:05:44.223Z] ---> 2516dae7cb75 [2021-03-04T23:05:44.223Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T23:05:44.500Z] ---> Running in 81dd814a8b26 [2021-03-04T23:05:44.770Z] Removing intermediate container 81dd814a8b26 [2021-03-04T23:05:44.770Z] ---> 8a0710dbd53b [2021-03-04T23:05:44.770Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:05:45.041Z] ---> Running in 5ba27af6a187 [2021-03-04T23:05:45.314Z] Removing intermediate container 5ba27af6a187 [2021-03-04T23:05:45.314Z] ---> 7a9bb0c6547b [2021-03-04T23:05:45.314Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T23:05:45.587Z] ---> Running in cac9874fbbe0 [2021-03-04T23:05:46.181Z] Removing intermediate container cac9874fbbe0 [2021-03-04T23:05:46.181Z] ---> e905e4eed9ff [2021-03-04T23:05:46.181Z] Step 22/23 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:05:46.181Z] ---> Running in 2842976fdb73 [2021-03-04T23:05:46.454Z] Removing intermediate container 2842976fdb73 [2021-03-04T23:05:46.454Z] ---> 1a6b2e5a9366 [2021-03-04T23:05:46.454Z] Step 23/23 : LABEL version=2.0.0-dev.113 [2021-03-04T23:05:46.727Z] ---> Running in 27c36f0efbc3 [2021-03-04T23:05:47.318Z] Removing intermediate container 27c36f0efbc3 [2021-03-04T23:05:47.318Z] ---> 1b271154e5fd [2021-03-04T23:05:47.318Z] [2021-03-04T23:05:47.590Z] Successfully built 1b271154e5fd [2021-03-04T23:05:47.590Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-04T23:05:47.875Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-04T23:05:47.914Z] $ docker stop --time=1 dbc36ba5e7dfe877ddb626e65d584dc18c35c6c61497aac73f7ff26ad108e905 [2021-03-04T23:05:49.838Z] $ docker rm -f dbc36ba5e7dfe877ddb626e65d584dc18c35c6c61497aac73f7ff26ad108e905 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T23:05:50.489Z] + docker images [2021-03-04T23:05:50.489Z] + grep docker [2021-03-04T23:05:50.761Z] docker-core-data-go-arm64 latest 1b271154e5fd 4 seconds ago 21.1MB [2021-03-04T23:05:50.761Z] docker-core-metadata-go-arm64 latest ca22b8675e2f 13 seconds ago 17.9MB [2021-03-04T23:05:50.761Z] docker-security-secretstore-setup-go-arm64 latest f0767a9bbf56 19 seconds ago 23.7MB [2021-03-04T23:05:50.761Z] docker-security-proxy-setup-go-arm64 latest fed40fbded5e 23 seconds ago 23.4MB [2021-03-04T23:05:50.761Z] docker-sys-mgmt-agent-go-arm64 latest 5bae8ab7856e About a minute ago 300MB [2021-03-04T23:05:50.761Z] docker-security-bootstrapper-go-arm64 latest f0631177019c 2 minutes ago 17.8MB [2021-03-04T23:05:50.761Z] docker-core-command-go-arm64 latest fb58d638b815 3 minutes ago 16.2MB [2021-03-04T23:05:50.761Z] docker-support-notifications-go-arm64 latest 9ae5b133081d 3 minutes ago 16.9MB [2021-03-04T23:05:50.761Z] docker-support-scheduler-go-arm64 latest 3d6fee3435a1 3 minutes ago 16.3MB [2021-03-04T23:05:50.761Z] docker 20.10.0 eeaf43b92773 2 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-04T23:05:51.512Z] provisioning config files... [2021-03-04T23:05:51.554Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/380@tmp/config2811646590265819356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:05:51.958Z] ---> docker-login.sh [2021-03-04T23:05:51.958Z] nexus3.edgexfoundry.org:10001 [2021-03-04T23:05:52.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:05:52.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:05:52.500Z] Configure a credential helper to remove this warning. See [2021-03-04T23:05:52.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:05:52.500Z] [2021-03-04T23:05:52.500Z] Login Succeeded [2021-03-04T23:05:52.500Z] nexus3.edgexfoundry.org:10002 [2021-03-04T23:05:52.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:05:53.043Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:05:53.043Z] Configure a credential helper to remove this warning. See [2021-03-04T23:05:53.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:05:53.043Z] [2021-03-04T23:05:53.043Z] Login Succeeded [2021-03-04T23:05:53.043Z] nexus3.edgexfoundry.org:10003 [2021-03-04T23:05:53.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:05:53.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:05:53.587Z] Configure a credential helper to remove this warning. See [2021-03-04T23:05:53.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:05:53.587Z] [2021-03-04T23:05:53.587Z] Login Succeeded [2021-03-04T23:05:53.587Z] nexus3.edgexfoundry.org:10004 [2021-03-04T23:05:53.859Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:05:54.133Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:05:54.133Z] Configure a credential helper to remove this warning. See [2021-03-04T23:05:54.133Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:05:54.133Z] [2021-03-04T23:05:54.133Z] Login Succeeded [2021-03-04T23:05:54.133Z] docker.io [2021-03-04T23:05:54.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:05:54.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:05:54.991Z] Configure a credential helper to remove this warning. See [2021-03-04T23:05:54.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:05:54.991Z] [2021-03-04T23:05:54.991Z] Login Succeeded [2021-03-04T23:05:54.991Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T23:05:55.008Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:05:55.237Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-04T23:05:55.238Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:05:55.238Z] 2.0.0-dev.113 [2021-03-04T23:05:55.238Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:05:55.238Z] master [2021-03-04T23:05:55.238Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:05:55.788Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:05:56.120Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:05:56.120Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-04T23:05:56.120Z] 55647ac62d34: Preparing [2021-03-04T23:05:56.120Z] 025410ae28ec: Preparing [2021-03-04T23:05:56.120Z] af09c1671d7c: Preparing [2021-03-04T23:05:56.120Z] b682e55284ab: Preparing [2021-03-04T23:05:56.120Z] 02a88cfff88f: Preparing [2021-03-04T23:05:56.390Z] 02a88cfff88f: Layer already exists [2021-03-04T23:05:56.390Z] b682e55284ab: Pushed [2021-03-04T23:05:56.390Z] af09c1671d7c: Pushed [2021-03-04T23:05:56.390Z] 55647ac62d34: Pushed [2021-03-04T23:05:58.989Z] 025410ae28ec: Pushed [2021-03-04T23:05:59.260Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:cf9b551f6f7edb0b73b1c8828ed9c535dd0a996ad135b8f5ccdb1ed835fa63ff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:05:59.599Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:05:59.937Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.113 [2021-03-04T23:05:59.937Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-04T23:05:59.937Z] 55647ac62d34: Preparing [2021-03-04T23:05:59.937Z] 025410ae28ec: Preparing [2021-03-04T23:05:59.937Z] af09c1671d7c: Preparing [2021-03-04T23:05:59.937Z] b682e55284ab: Preparing [2021-03-04T23:05:59.937Z] 02a88cfff88f: Preparing [2021-03-04T23:05:59.937Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:00.216Z] 025410ae28ec: Layer already exists [2021-03-04T23:06:00.216Z] b682e55284ab: Layer already exists [2021-03-04T23:06:00.216Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:00.216Z] 55647ac62d34: Layer already exists [2021-03-04T23:06:00.216Z] 2.0.0-dev.113: digest: sha256:cf9b551f6f7edb0b73b1c8828ed9c535dd0a996ad135b8f5ccdb1ed835fa63ff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:00.553Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:00.890Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:00.890Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-04T23:06:00.890Z] 55647ac62d34: Preparing [2021-03-04T23:06:00.890Z] 025410ae28ec: Preparing [2021-03-04T23:06:00.890Z] af09c1671d7c: Preparing [2021-03-04T23:06:00.890Z] b682e55284ab: Preparing [2021-03-04T23:06:00.890Z] 02a88cfff88f: Preparing [2021-03-04T23:06:00.890Z] 55647ac62d34: Layer already exists [2021-03-04T23:06:01.161Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:01.161Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:01.161Z] 025410ae28ec: Layer already exists [2021-03-04T23:06:01.161Z] b682e55284ab: Layer already exists [2021-03-04T23:06:01.161Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:cf9b551f6f7edb0b73b1c8828ed9c535dd0a996ad135b8f5ccdb1ed835fa63ff size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:01.500Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:01.838Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-04T23:06:01.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-04T23:06:01.839Z] 55647ac62d34: Preparing [2021-03-04T23:06:01.839Z] 025410ae28ec: Preparing [2021-03-04T23:06:01.839Z] af09c1671d7c: Preparing [2021-03-04T23:06:01.839Z] b682e55284ab: Preparing [2021-03-04T23:06:01.839Z] 02a88cfff88f: Preparing [2021-03-04T23:06:02.110Z] 55647ac62d34: Layer already exists [2021-03-04T23:06:02.110Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:02.110Z] 025410ae28ec: Layer already exists [2021-03-04T23:06:02.110Z] b682e55284ab: Layer already exists [2021-03-04T23:06:02.110Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:02.110Z] master: digest: sha256:cf9b551f6f7edb0b73b1c8828ed9c535dd0a996ad135b8f5ccdb1ed835fa63ff size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:06:02.331Z] ===================================================== [Pipeline] echo [2021-03-04T23:06:02.379Z] taggedImages: [2021-03-04T23:06:02.380Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:02.380Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:02.380Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:02.380Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-04T23:06:02.445Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-04T23:06:02.445Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:02.445Z] 2.0.0-dev.113 [2021-03-04T23:06:02.445Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:02.445Z] master [2021-03-04T23:06:02.445Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:02.960Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:03.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:03.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-04T23:06:03.294Z] 3a1810b6af92: Preparing [2021-03-04T23:06:03.294Z] edb977b3cfde: Preparing [2021-03-04T23:06:03.294Z] af09c1671d7c: Preparing [2021-03-04T23:06:03.294Z] b4c06fa5eaf3: Preparing [2021-03-04T23:06:03.294Z] 2d57826fc9f1: Preparing [2021-03-04T23:06:03.294Z] 02a88cfff88f: Preparing [2021-03-04T23:06:03.294Z] 02a88cfff88f: Waiting [2021-03-04T23:06:03.573Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:03.573Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:03.573Z] 2d57826fc9f1: Pushed [2021-03-04T23:06:03.573Z] 3a1810b6af92: Pushed [2021-03-04T23:06:04.163Z] b4c06fa5eaf3: Pushed [2021-03-04T23:06:06.765Z] edb977b3cfde: Pushed [2021-03-04T23:06:07.038Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:3a51be08e05c1c6d4c8347909f590cc21193b8a349cd12d505f081471e822549 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:07.379Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:07.720Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:07.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-04T23:06:07.720Z] 3a1810b6af92: Preparing [2021-03-04T23:06:07.720Z] edb977b3cfde: Preparing [2021-03-04T23:06:07.720Z] af09c1671d7c: Preparing [2021-03-04T23:06:07.720Z] b4c06fa5eaf3: Preparing [2021-03-04T23:06:07.720Z] 2d57826fc9f1: Preparing [2021-03-04T23:06:07.720Z] 02a88cfff88f: Preparing [2021-03-04T23:06:07.720Z] 02a88cfff88f: Waiting [2021-03-04T23:06:07.992Z] 3a1810b6af92: Layer already exists [2021-03-04T23:06:07.992Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:07.992Z] edb977b3cfde: Layer already exists [2021-03-04T23:06:07.992Z] 2d57826fc9f1: Layer already exists [2021-03-04T23:06:07.992Z] b4c06fa5eaf3: Layer already exists [2021-03-04T23:06:07.992Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:07.992Z] 2.0.0-dev.113: digest: sha256:3a51be08e05c1c6d4c8347909f590cc21193b8a349cd12d505f081471e822549 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:08.334Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:08.670Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:08.670Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-04T23:06:08.670Z] 3a1810b6af92: Preparing [2021-03-04T23:06:08.670Z] edb977b3cfde: Preparing [2021-03-04T23:06:08.670Z] af09c1671d7c: Preparing [2021-03-04T23:06:08.670Z] b4c06fa5eaf3: Preparing [2021-03-04T23:06:08.670Z] 2d57826fc9f1: Preparing [2021-03-04T23:06:08.670Z] 02a88cfff88f: Preparing [2021-03-04T23:06:08.670Z] 02a88cfff88f: Waiting [2021-03-04T23:06:08.941Z] b4c06fa5eaf3: Layer already exists [2021-03-04T23:06:08.941Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:08.941Z] edb977b3cfde: Layer already exists [2021-03-04T23:06:08.941Z] 2d57826fc9f1: Layer already exists [2021-03-04T23:06:08.941Z] 3a1810b6af92: Layer already exists [2021-03-04T23:06:08.941Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:08.941Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:3a51be08e05c1c6d4c8347909f590cc21193b8a349cd12d505f081471e822549 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:09.283Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:09.621Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-04T23:06:09.621Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-04T23:06:09.621Z] 3a1810b6af92: Preparing [2021-03-04T23:06:09.621Z] edb977b3cfde: Preparing [2021-03-04T23:06:09.621Z] af09c1671d7c: Preparing [2021-03-04T23:06:09.621Z] b4c06fa5eaf3: Preparing [2021-03-04T23:06:09.621Z] 2d57826fc9f1: Preparing [2021-03-04T23:06:09.621Z] 02a88cfff88f: Preparing [2021-03-04T23:06:09.621Z] 02a88cfff88f: Waiting [2021-03-04T23:06:09.621Z] 3a1810b6af92: Layer already exists [2021-03-04T23:06:09.621Z] b4c06fa5eaf3: Layer already exists [2021-03-04T23:06:09.621Z] 2d57826fc9f1: Layer already exists [2021-03-04T23:06:09.622Z] edb977b3cfde: Layer already exists [2021-03-04T23:06:09.622Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:09.622Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:09.892Z] master: digest: sha256:3a51be08e05c1c6d4c8347909f590cc21193b8a349cd12d505f081471e822549 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:06:10.120Z] ===================================================== [Pipeline] echo [2021-03-04T23:06:10.166Z] taggedImages: [2021-03-04T23:06:10.166Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:10.166Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:10.166Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:10.166Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-04T23:06:10.268Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-04T23:06:10.268Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:10.268Z] 2.0.0-dev.113 [2021-03-04T23:06:10.268Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:10.268Z] master [2021-03-04T23:06:10.268Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:10.778Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:11.156Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:11.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-04T23:06:11.156Z] 440e1db8a2d8: Preparing [2021-03-04T23:06:11.156Z] ad86d02bd07b: Preparing [2021-03-04T23:06:11.156Z] af09c1671d7c: Preparing [2021-03-04T23:06:11.156Z] 5a6668207f6d: Preparing [2021-03-04T23:06:11.156Z] 02a88cfff88f: Preparing [2021-03-04T23:06:11.449Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:11.449Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:11.449Z] 440e1db8a2d8: Pushed [2021-03-04T23:06:11.449Z] 5a6668207f6d: Pushed [2021-03-04T23:06:14.848Z] ad86d02bd07b: Pushed [2021-03-04T23:06:14.848Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:7af7015ad77209232f3b84052ba9409b79a6c1dc650cddeb67df73e9c4bbc690 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:15.189Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:15.524Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:15.524Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-04T23:06:15.524Z] 440e1db8a2d8: Preparing [2021-03-04T23:06:15.524Z] ad86d02bd07b: Preparing [2021-03-04T23:06:15.524Z] af09c1671d7c: Preparing [2021-03-04T23:06:15.524Z] 5a6668207f6d: Preparing [2021-03-04T23:06:15.524Z] 02a88cfff88f: Preparing [2021-03-04T23:06:15.524Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:15.794Z] 5a6668207f6d: Layer already exists [2021-03-04T23:06:15.795Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:15.795Z] ad86d02bd07b: Layer already exists [2021-03-04T23:06:15.795Z] 440e1db8a2d8: Layer already exists [2021-03-04T23:06:15.795Z] 2.0.0-dev.113: digest: sha256:7af7015ad77209232f3b84052ba9409b79a6c1dc650cddeb67df73e9c4bbc690 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:16.134Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:16.472Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:16.472Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-04T23:06:16.472Z] 440e1db8a2d8: Preparing [2021-03-04T23:06:16.472Z] ad86d02bd07b: Preparing [2021-03-04T23:06:16.472Z] af09c1671d7c: Preparing [2021-03-04T23:06:16.472Z] 5a6668207f6d: Preparing [2021-03-04T23:06:16.472Z] 02a88cfff88f: Preparing [2021-03-04T23:06:16.472Z] ad86d02bd07b: Layer already exists [2021-03-04T23:06:16.472Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:16.742Z] 440e1db8a2d8: Layer already exists [2021-03-04T23:06:16.742Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:16.742Z] 5a6668207f6d: Layer already exists [2021-03-04T23:06:16.742Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:7af7015ad77209232f3b84052ba9409b79a6c1dc650cddeb67df73e9c4bbc690 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:17.085Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:17.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-04T23:06:17.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-04T23:06:17.418Z] 440e1db8a2d8: Preparing [2021-03-04T23:06:17.418Z] ad86d02bd07b: Preparing [2021-03-04T23:06:17.418Z] af09c1671d7c: Preparing [2021-03-04T23:06:17.418Z] 5a6668207f6d: Preparing [2021-03-04T23:06:17.418Z] 02a88cfff88f: Preparing [2021-03-04T23:06:17.688Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:17.688Z] 440e1db8a2d8: Layer already exists [2021-03-04T23:06:17.688Z] ad86d02bd07b: Layer already exists [2021-03-04T23:06:17.688Z] 5a6668207f6d: Layer already exists [2021-03-04T23:06:17.688Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:17.688Z] master: digest: sha256:7af7015ad77209232f3b84052ba9409b79a6c1dc650cddeb67df73e9c4bbc690 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:06:17.879Z] ===================================================== [Pipeline] echo [2021-03-04T23:06:17.926Z] taggedImages: [2021-03-04T23:06:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:17.926Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-04T23:06:17.994Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-04T23:06:17.994Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:17.994Z] 2.0.0-dev.113 [2021-03-04T23:06:17.994Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:17.994Z] master [2021-03-04T23:06:17.994Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:18.513Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:18.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:18.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-04T23:06:18.876Z] fd5859839255: Preparing [2021-03-04T23:06:18.876Z] fd5859839255: Preparing [2021-03-04T23:06:18.876Z] 52b7a7d79662: Preparing [2021-03-04T23:06:18.876Z] e572dc865442: Preparing [2021-03-04T23:06:18.876Z] 849d120c6211: Preparing [2021-03-04T23:06:18.876Z] 89a503201c1e: Preparing [2021-03-04T23:06:18.876Z] af09c1671d7c: Preparing [2021-03-04T23:06:18.876Z] df9d36f8b45f: Preparing [2021-03-04T23:06:18.876Z] df9d36f8b45f: Preparing [2021-03-04T23:06:18.876Z] 06c9d551432c: Preparing [2021-03-04T23:06:18.876Z] c5197ccc702a: Preparing [2021-03-04T23:06:18.876Z] 02a88cfff88f: Preparing [2021-03-04T23:06:18.876Z] af09c1671d7c: Waiting [2021-03-04T23:06:18.876Z] df9d36f8b45f: Waiting [2021-03-04T23:06:18.876Z] 06c9d551432c: Waiting [2021-03-04T23:06:18.876Z] 02a88cfff88f: Waiting [2021-03-04T23:06:18.876Z] c5197ccc702a: Waiting [2021-03-04T23:06:19.471Z] e572dc865442: Pushed [2021-03-04T23:06:19.471Z] 849d120c6211: Pushed [2021-03-04T23:06:19.471Z] 52b7a7d79662: Pushed [2021-03-04T23:06:19.471Z] fd5859839255: Pushed [2021-03-04T23:06:19.471Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:19.471Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:19.471Z] df9d36f8b45f: Pushed [2021-03-04T23:06:19.471Z] 06c9d551432c: Pushed [2021-03-04T23:06:19.741Z] c5197ccc702a: Pushed [2021-03-04T23:06:22.351Z] 89a503201c1e: Pushed [2021-03-04T23:06:22.351Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:62640bc16c94ffd477cf1b6ac8f7efa90692c2093eb45f2e57153ecd768df070 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:22.688Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:23.017Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:23.017Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-04T23:06:23.017Z] fd5859839255: Preparing [2021-03-04T23:06:23.017Z] fd5859839255: Preparing [2021-03-04T23:06:23.017Z] 52b7a7d79662: Preparing [2021-03-04T23:06:23.017Z] e572dc865442: Preparing [2021-03-04T23:06:23.017Z] 849d120c6211: Preparing [2021-03-04T23:06:23.017Z] 89a503201c1e: Preparing [2021-03-04T23:06:23.017Z] af09c1671d7c: Preparing [2021-03-04T23:06:23.017Z] df9d36f8b45f: Preparing [2021-03-04T23:06:23.017Z] df9d36f8b45f: Preparing [2021-03-04T23:06:23.017Z] 06c9d551432c: Preparing [2021-03-04T23:06:23.017Z] c5197ccc702a: Preparing [2021-03-04T23:06:23.017Z] 02a88cfff88f: Preparing [2021-03-04T23:06:23.017Z] 06c9d551432c: Waiting [2021-03-04T23:06:23.017Z] c5197ccc702a: Waiting [2021-03-04T23:06:23.017Z] 02a88cfff88f: Waiting [2021-03-04T23:06:23.017Z] af09c1671d7c: Waiting [2021-03-04T23:06:23.017Z] df9d36f8b45f: Waiting [2021-03-04T23:06:23.288Z] 89a503201c1e: Layer already exists [2021-03-04T23:06:23.288Z] 849d120c6211: Layer already exists [2021-03-04T23:06:23.288Z] e572dc865442: Layer already exists [2021-03-04T23:06:23.288Z] fd5859839255: Layer already exists [2021-03-04T23:06:23.288Z] 52b7a7d79662: Layer already exists [2021-03-04T23:06:23.288Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:23.288Z] df9d36f8b45f: Layer already exists [2021-03-04T23:06:23.288Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:23.288Z] 06c9d551432c: Layer already exists [2021-03-04T23:06:23.288Z] c5197ccc702a: Layer already exists [2021-03-04T23:06:23.288Z] 2.0.0-dev.113: digest: sha256:62640bc16c94ffd477cf1b6ac8f7efa90692c2093eb45f2e57153ecd768df070 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:23.623Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:23.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:23.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-04T23:06:23.955Z] fd5859839255: Preparing [2021-03-04T23:06:23.955Z] fd5859839255: Preparing [2021-03-04T23:06:23.955Z] 52b7a7d79662: Preparing [2021-03-04T23:06:23.955Z] e572dc865442: Preparing [2021-03-04T23:06:23.955Z] 849d120c6211: Preparing [2021-03-04T23:06:23.955Z] 89a503201c1e: Preparing [2021-03-04T23:06:23.955Z] af09c1671d7c: Preparing [2021-03-04T23:06:23.955Z] df9d36f8b45f: Preparing [2021-03-04T23:06:23.955Z] df9d36f8b45f: Preparing [2021-03-04T23:06:23.955Z] 06c9d551432c: Preparing [2021-03-04T23:06:23.955Z] c5197ccc702a: Preparing [2021-03-04T23:06:23.955Z] 02a88cfff88f: Preparing [2021-03-04T23:06:23.955Z] af09c1671d7c: Waiting [2021-03-04T23:06:23.955Z] df9d36f8b45f: Waiting [2021-03-04T23:06:23.955Z] c5197ccc702a: Waiting [2021-03-04T23:06:23.955Z] 02a88cfff88f: Waiting [2021-03-04T23:06:23.955Z] 06c9d551432c: Waiting [2021-03-04T23:06:23.955Z] 849d120c6211: Layer already exists [2021-03-04T23:06:23.955Z] 52b7a7d79662: Layer already exists [2021-03-04T23:06:23.955Z] 89a503201c1e: Layer already exists [2021-03-04T23:06:24.225Z] e572dc865442: Layer already exists [2021-03-04T23:06:24.225Z] fd5859839255: Layer already exists [2021-03-04T23:06:24.225Z] df9d36f8b45f: Layer already exists [2021-03-04T23:06:24.225Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:24.225Z] 06c9d551432c: Layer already exists [2021-03-04T23:06:24.225Z] c5197ccc702a: Layer already exists [2021-03-04T23:06:24.225Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:24.225Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:62640bc16c94ffd477cf1b6ac8f7efa90692c2093eb45f2e57153ecd768df070 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:24.561Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:24.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-04T23:06:24.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-04T23:06:24.892Z] fd5859839255: Preparing [2021-03-04T23:06:24.892Z] fd5859839255: Preparing [2021-03-04T23:06:24.892Z] 52b7a7d79662: Preparing [2021-03-04T23:06:24.892Z] e572dc865442: Preparing [2021-03-04T23:06:24.892Z] 849d120c6211: Preparing [2021-03-04T23:06:24.892Z] 89a503201c1e: Preparing [2021-03-04T23:06:24.892Z] af09c1671d7c: Preparing [2021-03-04T23:06:24.892Z] df9d36f8b45f: Preparing [2021-03-04T23:06:24.892Z] df9d36f8b45f: Preparing [2021-03-04T23:06:24.892Z] 06c9d551432c: Preparing [2021-03-04T23:06:24.892Z] c5197ccc702a: Preparing [2021-03-04T23:06:24.892Z] 02a88cfff88f: Preparing [2021-03-04T23:06:24.892Z] af09c1671d7c: Waiting [2021-03-04T23:06:24.892Z] df9d36f8b45f: Waiting [2021-03-04T23:06:24.892Z] 06c9d551432c: Waiting [2021-03-04T23:06:24.892Z] c5197ccc702a: Waiting [2021-03-04T23:06:25.162Z] fd5859839255: Layer already exists [2021-03-04T23:06:25.162Z] e572dc865442: Layer already exists [2021-03-04T23:06:25.162Z] 849d120c6211: Layer already exists [2021-03-04T23:06:25.162Z] 52b7a7d79662: Layer already exists [2021-03-04T23:06:25.162Z] 89a503201c1e: Layer already exists [2021-03-04T23:06:25.162Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:25.162Z] 06c9d551432c: Layer already exists [2021-03-04T23:06:25.162Z] c5197ccc702a: Layer already exists [2021-03-04T23:06:25.162Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:25.162Z] df9d36f8b45f: Layer already exists [2021-03-04T23:06:25.162Z] master: digest: sha256:62640bc16c94ffd477cf1b6ac8f7efa90692c2093eb45f2e57153ecd768df070 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:06:25.377Z] ===================================================== [Pipeline] echo [2021-03-04T23:06:25.439Z] taggedImages: [2021-03-04T23:06:25.439Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:25.439Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:25.439Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:25.439Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-04T23:06:25.507Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-04T23:06:25.507Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:25.507Z] 2.0.0-dev.113 [2021-03-04T23:06:25.507Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:25.507Z] master [2021-03-04T23:06:25.507Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:26.017Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:26.364Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:26.364Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-04T23:06:26.364Z] faa81259b468: Preparing [2021-03-04T23:06:26.364Z] a8cf6bebbc4e: Preparing [2021-03-04T23:06:26.364Z] 9eb3809bb5c7: Preparing [2021-03-04T23:06:26.364Z] c532b4e82e20: Preparing [2021-03-04T23:06:26.364Z] 48c071aaa4c5: Preparing [2021-03-04T23:06:26.364Z] 02a88cfff88f: Preparing [2021-03-04T23:06:26.364Z] 02a88cfff88f: Waiting [2021-03-04T23:06:26.682Z] c532b4e82e20: Pushed [2021-03-04T23:06:26.682Z] 9eb3809bb5c7: Pushed [2021-03-04T23:06:26.682Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:26.959Z] 48c071aaa4c5: Pushed [2021-03-04T23:06:28.933Z] faa81259b468: Pushed [2021-03-04T23:06:28.933Z] a8cf6bebbc4e: Pushed [2021-03-04T23:06:29.204Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:72010b71e64096b550cce3a025e3f2c40d5306f358f20e4807f98a98cf0ef9c3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:29.542Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:29.876Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:29.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-04T23:06:29.876Z] faa81259b468: Preparing [2021-03-04T23:06:29.876Z] a8cf6bebbc4e: Preparing [2021-03-04T23:06:29.876Z] 9eb3809bb5c7: Preparing [2021-03-04T23:06:29.876Z] c532b4e82e20: Preparing [2021-03-04T23:06:29.876Z] 48c071aaa4c5: Preparing [2021-03-04T23:06:29.876Z] 02a88cfff88f: Preparing [2021-03-04T23:06:29.876Z] 02a88cfff88f: Waiting [2021-03-04T23:06:29.876Z] 9eb3809bb5c7: Layer already exists [2021-03-04T23:06:29.876Z] c532b4e82e20: Layer already exists [2021-03-04T23:06:29.876Z] faa81259b468: Layer already exists [2021-03-04T23:06:29.876Z] 48c071aaa4c5: Layer already exists [2021-03-04T23:06:29.876Z] a8cf6bebbc4e: Layer already exists [2021-03-04T23:06:30.145Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:30.145Z] 2.0.0-dev.113: digest: sha256:72010b71e64096b550cce3a025e3f2c40d5306f358f20e4807f98a98cf0ef9c3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:30.491Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:30.821Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:30.821Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-04T23:06:30.821Z] faa81259b468: Preparing [2021-03-04T23:06:30.821Z] a8cf6bebbc4e: Preparing [2021-03-04T23:06:30.821Z] 9eb3809bb5c7: Preparing [2021-03-04T23:06:30.821Z] c532b4e82e20: Preparing [2021-03-04T23:06:30.821Z] 48c071aaa4c5: Preparing [2021-03-04T23:06:30.821Z] 02a88cfff88f: Preparing [2021-03-04T23:06:30.821Z] 02a88cfff88f: Waiting [2021-03-04T23:06:30.821Z] c532b4e82e20: Layer already exists [2021-03-04T23:06:30.821Z] 48c071aaa4c5: Layer already exists [2021-03-04T23:06:30.821Z] a8cf6bebbc4e: Layer already exists [2021-03-04T23:06:30.821Z] faa81259b468: Layer already exists [2021-03-04T23:06:30.821Z] 9eb3809bb5c7: Layer already exists [2021-03-04T23:06:31.090Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:31.090Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:72010b71e64096b550cce3a025e3f2c40d5306f358f20e4807f98a98cf0ef9c3 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:31.424Z] + 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-04T23:06:31.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-04T23:06:31.752Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-04T23:06:31.752Z] faa81259b468: Preparing [2021-03-04T23:06:31.752Z] a8cf6bebbc4e: Preparing [2021-03-04T23:06:31.752Z] 9eb3809bb5c7: Preparing [2021-03-04T23:06:31.752Z] c532b4e82e20: Preparing [2021-03-04T23:06:31.752Z] 48c071aaa4c5: Preparing [2021-03-04T23:06:31.752Z] 02a88cfff88f: Preparing [2021-03-04T23:06:31.752Z] 02a88cfff88f: Waiting [2021-03-04T23:06:32.020Z] 48c071aaa4c5: Layer already exists [2021-03-04T23:06:32.020Z] a8cf6bebbc4e: Layer already exists [2021-03-04T23:06:32.020Z] c532b4e82e20: Layer already exists [2021-03-04T23:06:32.020Z] faa81259b468: Layer already exists [2021-03-04T23:06:32.020Z] 9eb3809bb5c7: Layer already exists [2021-03-04T23:06:32.020Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:32.020Z] master: digest: sha256:72010b71e64096b550cce3a025e3f2c40d5306f358f20e4807f98a98cf0ef9c3 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:06:32.243Z] ===================================================== [Pipeline] echo [2021-03-04T23:06:32.295Z] taggedImages: [2021-03-04T23:06:32.295Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:32.295Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:32.295Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:32.295Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-04T23:06:32.357Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-04T23:06:32.357Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:32.357Z] 2.0.0-dev.113 [2021-03-04T23:06:32.357Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:32.357Z] master [2021-03-04T23:06:32.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:32.897Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:33.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:33.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-04T23:06:33.232Z] 1e142a0ef288: Preparing [2021-03-04T23:06:33.232Z] c30e09b20f9d: Preparing [2021-03-04T23:06:33.232Z] e7298ceeb337: Preparing [2021-03-04T23:06:33.232Z] df8bd7935e15: Preparing [2021-03-04T23:06:33.232Z] 327007f20097: Preparing [2021-03-04T23:06:33.232Z] 4725e1afb079: Preparing [2021-03-04T23:06:33.232Z] 6c34e3648bfd: Preparing [2021-03-04T23:06:33.232Z] f6ac10ad809e: Preparing [2021-03-04T23:06:33.232Z] 02a88cfff88f: Preparing [2021-03-04T23:06:33.232Z] 4725e1afb079: Waiting [2021-03-04T23:06:33.232Z] 6c34e3648bfd: Waiting [2021-03-04T23:06:33.232Z] f6ac10ad809e: Waiting [2021-03-04T23:06:33.232Z] 02a88cfff88f: Waiting [2021-03-04T23:06:33.506Z] 327007f20097: Pushed [2021-03-04T23:06:33.506Z] c30e09b20f9d: Pushed [2021-03-04T23:06:33.506Z] 1e142a0ef288: Pushed [2021-03-04T23:06:33.788Z] 4725e1afb079: Pushed [2021-03-04T23:06:33.788Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:33.788Z] 6c34e3648bfd: Pushed [2021-03-04T23:06:34.391Z] f6ac10ad809e: Pushed [2021-03-04T23:06:35.817Z] e7298ceeb337: Pushed [2021-03-04T23:06:35.817Z] df8bd7935e15: Pushed [2021-03-04T23:06:36.088Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:7d16f0eb2fcd4b6c4cea64c433c9034d193dde7512abf28a7bfb6dbafa4ffa83 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:36.423Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:36.774Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:36.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-04T23:06:36.775Z] 1e142a0ef288: Preparing [2021-03-04T23:06:36.775Z] c30e09b20f9d: Preparing [2021-03-04T23:06:36.775Z] e7298ceeb337: Preparing [2021-03-04T23:06:36.775Z] df8bd7935e15: Preparing [2021-03-04T23:06:36.775Z] 327007f20097: Preparing [2021-03-04T23:06:36.775Z] 4725e1afb079: Preparing [2021-03-04T23:06:36.775Z] 6c34e3648bfd: Preparing [2021-03-04T23:06:36.775Z] f6ac10ad809e: Preparing [2021-03-04T23:06:36.775Z] 02a88cfff88f: Preparing [2021-03-04T23:06:36.775Z] 6c34e3648bfd: Waiting [2021-03-04T23:06:36.775Z] f6ac10ad809e: Waiting [2021-03-04T23:06:36.775Z] 02a88cfff88f: Waiting [2021-03-04T23:06:36.775Z] 4725e1afb079: Waiting [2021-03-04T23:06:37.053Z] e7298ceeb337: Layer already exists [2021-03-04T23:06:37.053Z] 1e142a0ef288: Layer already exists [2021-03-04T23:06:37.053Z] df8bd7935e15: Layer already exists [2021-03-04T23:06:37.053Z] c30e09b20f9d: Layer already exists [2021-03-04T23:06:37.053Z] 327007f20097: Layer already exists [2021-03-04T23:06:37.053Z] 6c34e3648bfd: Layer already exists [2021-03-04T23:06:37.053Z] f6ac10ad809e: Layer already exists [2021-03-04T23:06:37.053Z] 4725e1afb079: Layer already exists [2021-03-04T23:06:37.053Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:37.053Z] 2.0.0-dev.113: digest: sha256:7d16f0eb2fcd4b6c4cea64c433c9034d193dde7512abf28a7bfb6dbafa4ffa83 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:37.434Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:37.802Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:37.802Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-04T23:06:37.802Z] 1e142a0ef288: Preparing [2021-03-04T23:06:37.802Z] c30e09b20f9d: Preparing [2021-03-04T23:06:37.802Z] e7298ceeb337: Preparing [2021-03-04T23:06:37.802Z] df8bd7935e15: Preparing [2021-03-04T23:06:37.802Z] 327007f20097: Preparing [2021-03-04T23:06:37.802Z] 4725e1afb079: Preparing [2021-03-04T23:06:37.802Z] 6c34e3648bfd: Preparing [2021-03-04T23:06:37.802Z] f6ac10ad809e: Preparing [2021-03-04T23:06:37.802Z] 02a88cfff88f: Preparing [2021-03-04T23:06:37.802Z] 6c34e3648bfd: Waiting [2021-03-04T23:06:37.802Z] f6ac10ad809e: Waiting [2021-03-04T23:06:37.802Z] 02a88cfff88f: Waiting [2021-03-04T23:06:38.076Z] df8bd7935e15: Layer already exists [2021-03-04T23:06:38.076Z] 327007f20097: Layer already exists [2021-03-04T23:06:38.076Z] 1e142a0ef288: Layer already exists [2021-03-04T23:06:38.076Z] c30e09b20f9d: Layer already exists [2021-03-04T23:06:38.076Z] e7298ceeb337: Layer already exists [2021-03-04T23:06:38.076Z] 4725e1afb079: Layer already exists [2021-03-04T23:06:38.076Z] f6ac10ad809e: Layer already exists [2021-03-04T23:06:38.076Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:38.076Z] 6c34e3648bfd: Layer already exists [2021-03-04T23:06:38.076Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:7d16f0eb2fcd4b6c4cea64c433c9034d193dde7512abf28a7bfb6dbafa4ffa83 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:38.416Z] + 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-04T23:06:38.751Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-04T23:06:38.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-04T23:06:38.751Z] 1e142a0ef288: Preparing [2021-03-04T23:06:38.751Z] c30e09b20f9d: Preparing [2021-03-04T23:06:38.751Z] e7298ceeb337: Preparing [2021-03-04T23:06:38.751Z] df8bd7935e15: Preparing [2021-03-04T23:06:38.751Z] 327007f20097: Preparing [2021-03-04T23:06:38.751Z] 4725e1afb079: Preparing [2021-03-04T23:06:38.751Z] 6c34e3648bfd: Preparing [2021-03-04T23:06:38.751Z] f6ac10ad809e: Preparing [2021-03-04T23:06:38.751Z] 02a88cfff88f: Preparing [2021-03-04T23:06:38.751Z] 4725e1afb079: Waiting [2021-03-04T23:06:38.751Z] 6c34e3648bfd: Waiting [2021-03-04T23:06:38.751Z] f6ac10ad809e: Waiting [2021-03-04T23:06:38.751Z] 02a88cfff88f: Waiting [2021-03-04T23:06:38.751Z] df8bd7935e15: Layer already exists [2021-03-04T23:06:38.751Z] 1e142a0ef288: Layer already exists [2021-03-04T23:06:38.751Z] c30e09b20f9d: Layer already exists [2021-03-04T23:06:38.751Z] e7298ceeb337: Layer already exists [2021-03-04T23:06:38.751Z] 327007f20097: Layer already exists [2021-03-04T23:06:38.751Z] 6c34e3648bfd: Layer already exists [2021-03-04T23:06:38.751Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:38.751Z] f6ac10ad809e: Layer already exists [2021-03-04T23:06:38.751Z] 4725e1afb079: Layer already exists [2021-03-04T23:06:39.020Z] master: digest: sha256:7d16f0eb2fcd4b6c4cea64c433c9034d193dde7512abf28a7bfb6dbafa4ffa83 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:06:39.208Z] ===================================================== [Pipeline] echo [2021-03-04T23:06:39.255Z] taggedImages: [2021-03-04T23:06:39.255Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:39.255Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:39.255Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:39.255Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-04T23:06:39.322Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-04T23:06:39.322Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:39.322Z] 2.0.0-dev.113 [2021-03-04T23:06:39.322Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:39.322Z] master [2021-03-04T23:06:39.322Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:39.828Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:40.163Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:40.163Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-04T23:06:40.163Z] fb2cb2d6a283: Preparing [2021-03-04T23:06:40.163Z] 3daddcec9c6c: Preparing [2021-03-04T23:06:40.163Z] af09c1671d7c: Preparing [2021-03-04T23:06:40.163Z] 9bcbda6f0b72: Preparing [2021-03-04T23:06:40.163Z] 02a88cfff88f: Preparing [2021-03-04T23:06:40.437Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:40.437Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:40.707Z] 9bcbda6f0b72: Pushed [2021-03-04T23:06:41.298Z] fb2cb2d6a283: Pushed [2021-03-04T23:06:43.260Z] 3daddcec9c6c: Pushed [2021-03-04T23:06:43.260Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:194910277ec06ff4d290a108cd3390f13a5cb61da31c0aaae5502bc43e69b0d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:43.597Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:43.928Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:43.928Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-04T23:06:43.928Z] fb2cb2d6a283: Preparing [2021-03-04T23:06:43.928Z] 3daddcec9c6c: Preparing [2021-03-04T23:06:43.928Z] af09c1671d7c: Preparing [2021-03-04T23:06:43.928Z] 9bcbda6f0b72: Preparing [2021-03-04T23:06:43.928Z] 02a88cfff88f: Preparing [2021-03-04T23:06:43.928Z] 3daddcec9c6c: Layer already exists [2021-03-04T23:06:43.928Z] fb2cb2d6a283: Layer already exists [2021-03-04T23:06:43.928Z] 9bcbda6f0b72: Layer already exists [2021-03-04T23:06:43.928Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:43.928Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:44.198Z] 2.0.0-dev.113: digest: sha256:194910277ec06ff4d290a108cd3390f13a5cb61da31c0aaae5502bc43e69b0d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:44.533Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:44.909Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:44.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-04T23:06:44.909Z] fb2cb2d6a283: Preparing [2021-03-04T23:06:44.909Z] 3daddcec9c6c: Preparing [2021-03-04T23:06:44.909Z] af09c1671d7c: Preparing [2021-03-04T23:06:44.909Z] 9bcbda6f0b72: Preparing [2021-03-04T23:06:44.909Z] 02a88cfff88f: Preparing [2021-03-04T23:06:44.909Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:44.909Z] 9bcbda6f0b72: Layer already exists [2021-03-04T23:06:44.909Z] 3daddcec9c6c: Layer already exists [2021-03-04T23:06:44.909Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:44.909Z] fb2cb2d6a283: Layer already exists [2021-03-04T23:06:45.182Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:194910277ec06ff4d290a108cd3390f13a5cb61da31c0aaae5502bc43e69b0d6 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:45.520Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:45.853Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-04T23:06:45.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-04T23:06:45.853Z] fb2cb2d6a283: Preparing [2021-03-04T23:06:45.853Z] 3daddcec9c6c: Preparing [2021-03-04T23:06:45.853Z] af09c1671d7c: Preparing [2021-03-04T23:06:45.853Z] 9bcbda6f0b72: Preparing [2021-03-04T23:06:45.853Z] 02a88cfff88f: Preparing [2021-03-04T23:06:45.853Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:45.853Z] 9bcbda6f0b72: Layer already exists [2021-03-04T23:06:45.853Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:45.853Z] fb2cb2d6a283: Layer already exists [2021-03-04T23:06:45.853Z] 3daddcec9c6c: Layer already exists [2021-03-04T23:06:46.124Z] master: digest: sha256:194910277ec06ff4d290a108cd3390f13a5cb61da31c0aaae5502bc43e69b0d6 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:06:46.335Z] ===================================================== [Pipeline] echo [2021-03-04T23:06:46.384Z] taggedImages: [2021-03-04T23:06:46.384Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:46.384Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:46.384Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:46.384Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-04T23:06:46.449Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-04T23:06:46.449Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:46.449Z] 2.0.0-dev.113 [2021-03-04T23:06:46.449Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:46.449Z] master [2021-03-04T23:06:46.449Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:46.964Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:47.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:47.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-04T23:06:47.315Z] f57fe994af9b: Preparing [2021-03-04T23:06:47.315Z] 8acd40350648: Preparing [2021-03-04T23:06:47.315Z] af09c1671d7c: Preparing [2021-03-04T23:06:47.315Z] 5a6668207f6d: Preparing [2021-03-04T23:06:47.315Z] 02a88cfff88f: Preparing [2021-03-04T23:06:47.315Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:47.586Z] 5a6668207f6d: Layer already exists [2021-03-04T23:06:47.586Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:47.586Z] f57fe994af9b: Pushed [2021-03-04T23:06:50.195Z] 8acd40350648: Pushed [2021-03-04T23:06:50.464Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:70ce69bf4f2b7fd4cb28df0855590d8e0f88b3bbe44280c5b9000ccebce7b4a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:50.802Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:51.134Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:51.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-04T23:06:51.134Z] f57fe994af9b: Preparing [2021-03-04T23:06:51.134Z] 8acd40350648: Preparing [2021-03-04T23:06:51.134Z] af09c1671d7c: Preparing [2021-03-04T23:06:51.134Z] 5a6668207f6d: Preparing [2021-03-04T23:06:51.134Z] 02a88cfff88f: Preparing [2021-03-04T23:06:51.134Z] f57fe994af9b: Layer already exists [2021-03-04T23:06:51.134Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:51.134Z] 8acd40350648: Layer already exists [2021-03-04T23:06:51.134Z] 5a6668207f6d: Layer already exists [2021-03-04T23:06:51.134Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:51.405Z] 2.0.0-dev.113: digest: sha256:70ce69bf4f2b7fd4cb28df0855590d8e0f88b3bbe44280c5b9000ccebce7b4a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:51.745Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:52.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:52.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-04T23:06:52.074Z] f57fe994af9b: Preparing [2021-03-04T23:06:52.074Z] 8acd40350648: Preparing [2021-03-04T23:06:52.074Z] af09c1671d7c: Preparing [2021-03-04T23:06:52.074Z] 5a6668207f6d: Preparing [2021-03-04T23:06:52.074Z] 02a88cfff88f: Preparing [2021-03-04T23:06:52.074Z] 8acd40350648: Layer already exists [2021-03-04T23:06:52.074Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:52.074Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:52.074Z] 5a6668207f6d: Layer already exists [2021-03-04T23:06:52.074Z] f57fe994af9b: Layer already exists [2021-03-04T23:06:52.345Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:70ce69bf4f2b7fd4cb28df0855590d8e0f88b3bbe44280c5b9000ccebce7b4a8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:52.690Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:53.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-04T23:06:53.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-04T23:06:53.022Z] f57fe994af9b: Preparing [2021-03-04T23:06:53.022Z] 8acd40350648: Preparing [2021-03-04T23:06:53.022Z] af09c1671d7c: Preparing [2021-03-04T23:06:53.022Z] 5a6668207f6d: Preparing [2021-03-04T23:06:53.022Z] 02a88cfff88f: Preparing [2021-03-04T23:06:53.022Z] f57fe994af9b: Layer already exists [2021-03-04T23:06:53.023Z] 5a6668207f6d: Layer already exists [2021-03-04T23:06:53.023Z] 8acd40350648: Layer already exists [2021-03-04T23:06:53.023Z] 02a88cfff88f: Layer already exists [2021-03-04T23:06:53.023Z] af09c1671d7c: Layer already exists [2021-03-04T23:06:53.292Z] master: digest: sha256:70ce69bf4f2b7fd4cb28df0855590d8e0f88b3bbe44280c5b9000ccebce7b4a8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:06:53.505Z] ===================================================== [Pipeline] echo [2021-03-04T23:06:53.551Z] taggedImages: [2021-03-04T23:06:53.551Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:53.551Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.113 [2021-03-04T23:06:53.551Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:53.551Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-04T23:06:53.613Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-04T23:06:53.613Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:53.613Z] 2.0.0-dev.113 [2021-03-04T23:06:53.613Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:06:53.613Z] master [2021-03-04T23:06:53.613Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:54.162Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:06:54.491Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:06:54.491Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-04T23:06:54.491Z] 62280a317c29: Preparing [2021-03-04T23:06:54.491Z] 955f5e431c29: Preparing [2021-03-04T23:06:54.491Z] 4a2a853118b1: Preparing [2021-03-04T23:06:54.491Z] e9887e1503b4: Preparing [2021-03-04T23:06:54.491Z] c04154ef0fad: Preparing [2021-03-04T23:06:54.491Z] 72aca8ac4bd6: Preparing [2021-03-04T23:06:54.491Z] 276d3016327b: Preparing [2021-03-04T23:06:54.491Z] 9ded3b6bb9b5: Preparing [2021-03-04T23:06:54.491Z] fa1afe8e6ed9: Preparing [2021-03-04T23:06:54.491Z] 87a09b4c083e: Preparing [2021-03-04T23:06:54.491Z] 0f74e9ff2a61: Preparing [2021-03-04T23:06:54.491Z] b122376c33c6: Preparing [2021-03-04T23:06:54.491Z] f8381ed47b22: Preparing [2021-03-04T23:06:54.491Z] e934a737d657: Preparing [2021-03-04T23:06:54.491Z] 87a09b4c083e: Waiting [2021-03-04T23:06:54.491Z] 0f74e9ff2a61: Waiting [2021-03-04T23:06:54.491Z] f8381ed47b22: Waiting [2021-03-04T23:06:54.491Z] e934a737d657: Waiting [2021-03-04T23:06:54.491Z] 72aca8ac4bd6: Waiting [2021-03-04T23:06:54.491Z] 9ded3b6bb9b5: Waiting [2021-03-04T23:06:54.491Z] 276d3016327b: Waiting [2021-03-04T23:06:54.491Z] fa1afe8e6ed9: Waiting [2021-03-04T23:06:54.491Z] b122376c33c6: Waiting [2021-03-04T23:06:55.087Z] c04154ef0fad: Pushed [2021-03-04T23:06:55.379Z] 62280a317c29: Pushed [2021-03-04T23:06:55.654Z] e9887e1503b4: Pushed [2021-03-04T23:06:55.926Z] 9ded3b6bb9b5: Layer already exists [2021-03-04T23:06:55.926Z] fa1afe8e6ed9: Layer already exists [2021-03-04T23:06:55.926Z] 87a09b4c083e: Layer already exists [2021-03-04T23:06:55.926Z] 276d3016327b: Pushed [2021-03-04T23:06:55.926Z] 0f74e9ff2a61: Layer already exists [2021-03-04T23:06:55.926Z] b122376c33c6: Layer already exists [2021-03-04T23:06:55.926Z] f8381ed47b22: Layer already exists [2021-03-04T23:06:55.926Z] e934a737d657: Layer already exists [2021-03-04T23:06:56.517Z] 955f5e431c29: Pushed [2021-03-04T23:06:57.486Z] 72aca8ac4bd6: Pushed [2021-03-04T23:07:07.580Z] 4a2a853118b1: Pushed [2021-03-04T23:07:07.580Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:161abfc934c5978b6345469c929adcb4c34afc542686a2f3295e8592614df4cd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:07:07.918Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:07:08.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.113 [2021-03-04T23:07:08.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-04T23:07:08.280Z] 62280a317c29: Preparing [2021-03-04T23:07:08.280Z] 955f5e431c29: Preparing [2021-03-04T23:07:08.280Z] 4a2a853118b1: Preparing [2021-03-04T23:07:08.280Z] e9887e1503b4: Preparing [2021-03-04T23:07:08.280Z] c04154ef0fad: Preparing [2021-03-04T23:07:08.280Z] 72aca8ac4bd6: Preparing [2021-03-04T23:07:08.280Z] 276d3016327b: Preparing [2021-03-04T23:07:08.280Z] 9ded3b6bb9b5: Preparing [2021-03-04T23:07:08.280Z] fa1afe8e6ed9: Preparing [2021-03-04T23:07:08.280Z] 87a09b4c083e: Preparing [2021-03-04T23:07:08.280Z] 0f74e9ff2a61: Preparing [2021-03-04T23:07:08.280Z] b122376c33c6: Preparing [2021-03-04T23:07:08.280Z] f8381ed47b22: Preparing [2021-03-04T23:07:08.280Z] e934a737d657: Preparing [2021-03-04T23:07:08.280Z] 72aca8ac4bd6: Waiting [2021-03-04T23:07:08.280Z] 276d3016327b: Waiting [2021-03-04T23:07:08.280Z] 9ded3b6bb9b5: Waiting [2021-03-04T23:07:08.280Z] fa1afe8e6ed9: Waiting [2021-03-04T23:07:08.280Z] b122376c33c6: Waiting [2021-03-04T23:07:08.280Z] 87a09b4c083e: Waiting [2021-03-04T23:07:08.280Z] f8381ed47b22: Waiting [2021-03-04T23:07:08.280Z] 0f74e9ff2a61: Waiting [2021-03-04T23:07:08.280Z] e934a737d657: Waiting [2021-03-04T23:07:08.280Z] 955f5e431c29: Layer already exists [2021-03-04T23:07:08.280Z] c04154ef0fad: Layer already exists [2021-03-04T23:07:08.280Z] 62280a317c29: Layer already exists [2021-03-04T23:07:08.280Z] 4a2a853118b1: Layer already exists [2021-03-04T23:07:08.280Z] e9887e1503b4: Layer already exists [2021-03-04T23:07:08.280Z] 9ded3b6bb9b5: Layer already exists [2021-03-04T23:07:08.280Z] 276d3016327b: Layer already exists [2021-03-04T23:07:08.280Z] 72aca8ac4bd6: Layer already exists [2021-03-04T23:07:08.280Z] fa1afe8e6ed9: Layer already exists [2021-03-04T23:07:08.555Z] 87a09b4c083e: Layer already exists [2021-03-04T23:07:08.555Z] f8381ed47b22: Layer already exists [2021-03-04T23:07:08.555Z] b122376c33c6: Layer already exists [2021-03-04T23:07:08.555Z] 0f74e9ff2a61: Layer already exists [2021-03-04T23:07:08.556Z] e934a737d657: Layer already exists [2021-03-04T23:07:08.556Z] 2.0.0-dev.113: digest: sha256:161abfc934c5978b6345469c929adcb4c34afc542686a2f3295e8592614df4cd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:07:08.930Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:07:09.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:07:09.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-04T23:07:09.294Z] 62280a317c29: Preparing [2021-03-04T23:07:09.294Z] 955f5e431c29: Preparing [2021-03-04T23:07:09.294Z] 4a2a853118b1: Preparing [2021-03-04T23:07:09.294Z] e9887e1503b4: Preparing [2021-03-04T23:07:09.294Z] c04154ef0fad: Preparing [2021-03-04T23:07:09.294Z] 72aca8ac4bd6: Preparing [2021-03-04T23:07:09.294Z] 276d3016327b: Preparing [2021-03-04T23:07:09.294Z] 9ded3b6bb9b5: Preparing [2021-03-04T23:07:09.294Z] fa1afe8e6ed9: Preparing [2021-03-04T23:07:09.294Z] 87a09b4c083e: Preparing [2021-03-04T23:07:09.294Z] 0f74e9ff2a61: Preparing [2021-03-04T23:07:09.294Z] b122376c33c6: Preparing [2021-03-04T23:07:09.294Z] f8381ed47b22: Preparing [2021-03-04T23:07:09.294Z] e934a737d657: Preparing [2021-03-04T23:07:09.294Z] 72aca8ac4bd6: Waiting [2021-03-04T23:07:09.294Z] 87a09b4c083e: Waiting [2021-03-04T23:07:09.294Z] 0f74e9ff2a61: Waiting [2021-03-04T23:07:09.294Z] b122376c33c6: Waiting [2021-03-04T23:07:09.294Z] f8381ed47b22: Waiting [2021-03-04T23:07:09.294Z] e934a737d657: Waiting [2021-03-04T23:07:09.294Z] 276d3016327b: Waiting [2021-03-04T23:07:09.294Z] fa1afe8e6ed9: Waiting [2021-03-04T23:07:09.294Z] 9ded3b6bb9b5: Waiting [2021-03-04T23:07:09.294Z] c04154ef0fad: Layer already exists [2021-03-04T23:07:09.294Z] 62280a317c29: Layer already exists [2021-03-04T23:07:09.294Z] e9887e1503b4: Layer already exists [2021-03-04T23:07:09.294Z] 955f5e431c29: Layer already exists [2021-03-04T23:07:09.294Z] 4a2a853118b1: Layer already exists [2021-03-04T23:07:09.587Z] 72aca8ac4bd6: Layer already exists [2021-03-04T23:07:09.587Z] fa1afe8e6ed9: Layer already exists [2021-03-04T23:07:09.587Z] 276d3016327b: Layer already exists [2021-03-04T23:07:09.587Z] 87a09b4c083e: Layer already exists [2021-03-04T23:07:09.587Z] 9ded3b6bb9b5: Layer already exists [2021-03-04T23:07:09.587Z] 0f74e9ff2a61: Layer already exists [2021-03-04T23:07:09.587Z] e934a737d657: Layer already exists [2021-03-04T23:07:09.587Z] b122376c33c6: Layer already exists [2021-03-04T23:07:09.587Z] f8381ed47b22: Layer already exists [2021-03-04T23:07:09.587Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:161abfc934c5978b6345469c929adcb4c34afc542686a2f3295e8592614df4cd size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:07:09.938Z] + 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-04T23:07:10.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-04T23:07:10.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-04T23:07:10.294Z] 62280a317c29: Preparing [2021-03-04T23:07:10.294Z] 955f5e431c29: Preparing [2021-03-04T23:07:10.294Z] 4a2a853118b1: Preparing [2021-03-04T23:07:10.294Z] e9887e1503b4: Preparing [2021-03-04T23:07:10.294Z] c04154ef0fad: Preparing [2021-03-04T23:07:10.294Z] 72aca8ac4bd6: Preparing [2021-03-04T23:07:10.294Z] 276d3016327b: Preparing [2021-03-04T23:07:10.294Z] 9ded3b6bb9b5: Preparing [2021-03-04T23:07:10.294Z] fa1afe8e6ed9: Preparing [2021-03-04T23:07:10.294Z] 87a09b4c083e: Preparing [2021-03-04T23:07:10.294Z] 0f74e9ff2a61: Preparing [2021-03-04T23:07:10.294Z] b122376c33c6: Preparing [2021-03-04T23:07:10.294Z] f8381ed47b22: Preparing [2021-03-04T23:07:10.294Z] e934a737d657: Preparing [2021-03-04T23:07:10.294Z] 276d3016327b: Waiting [2021-03-04T23:07:10.294Z] 9ded3b6bb9b5: Waiting [2021-03-04T23:07:10.294Z] fa1afe8e6ed9: Waiting [2021-03-04T23:07:10.294Z] 87a09b4c083e: Waiting [2021-03-04T23:07:10.294Z] 0f74e9ff2a61: Waiting [2021-03-04T23:07:10.294Z] b122376c33c6: Waiting [2021-03-04T23:07:10.294Z] 72aca8ac4bd6: Waiting [2021-03-04T23:07:10.294Z] f8381ed47b22: Waiting [2021-03-04T23:07:10.294Z] e934a737d657: Waiting [2021-03-04T23:07:10.294Z] 955f5e431c29: Layer already exists [2021-03-04T23:07:10.294Z] e9887e1503b4: Layer already exists [2021-03-04T23:07:10.294Z] 4a2a853118b1: Layer already exists [2021-03-04T23:07:10.294Z] 62280a317c29: Layer already exists [2021-03-04T23:07:10.294Z] c04154ef0fad: Layer already exists [2021-03-04T23:07:10.565Z] 276d3016327b: Layer already exists [2021-03-04T23:07:10.565Z] 72aca8ac4bd6: Layer already exists [2021-03-04T23:07:10.565Z] 9ded3b6bb9b5: Layer already exists [2021-03-04T23:07:10.565Z] 87a09b4c083e: Layer already exists [2021-03-04T23:07:10.565Z] fa1afe8e6ed9: Layer already exists [2021-03-04T23:07:10.565Z] b122376c33c6: Layer already exists [2021-03-04T23:07:10.565Z] 0f74e9ff2a61: Layer already exists [2021-03-04T23:07:10.565Z] f8381ed47b22: Layer already exists [2021-03-04T23:07:10.565Z] e934a737d657: Layer already exists [2021-03-04T23:07:10.565Z] master: digest: sha256:161abfc934c5978b6345469c929adcb4c34afc542686a2f3295e8592614df4cd size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:07:10.891Z] ===================================================== [Pipeline] echo [2021-03-04T23:07:10.936Z] taggedImages: [2021-03-04T23:07:10.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:07:10.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.113 [2021-03-04T23:07:10.937Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:07:10.937Z] - 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-04T23:07:11.742Z] ---> job-cost.sh [2021-03-04T23:07:11.742Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UfDG [2021-03-04T23:07:50.691Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T23:08:40.815Z] ---> 07cb1384a957 [2021-03-04T23:08:40.816Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T23:08:40.816Z] ---> 6150eb70948b [2021-03-04T23:08:40.816Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T23:08:40.816Z] ---> 7b3d0fed3afb [2021-03-04T23:08:40.816Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T23:08:40.816Z] ---> d7e48f0ccea8 [2021-03-04T23:08:40.816Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T23:08:40.816Z] ---> e3eaef63afdc [2021-03-04T23:08:40.816Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T23:08:42.282Z] ---> Running in 9a41f9276756 [2021-03-04T23:08:42.282Z] ---> Running in a359585afaec [2021-03-04T23:08:42.282Z] ---> Running in bc94a6f35496 [2021-03-04T23:08:42.282Z] ---> Running in 04b99ac4fe15 [2021-03-04T23:08:42.282Z] ---> Running in 679d6b3f032d [2021-03-04T23:08:48.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-04T23:08:48.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-04T23:08:48.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-04T23:08:48.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-command/core-command ./cmd/core-command [2021-03-04T23:08:48.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-04T23:10:12.474Z] lf-activate-venv(): INFO: Adding /tmp/venv-UfDG/bin to PATH [2021-03-04T23:10:12.474Z] INFO: No Stack... [2021-03-04T23:10:12.474Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T23:10:12.474Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T23:10:12.808Z] + + cutcat -d, /w/workspace/edgex-go/380/archives/cost.csv -f6 [2021-03-04T23:10:12.808Z] [Pipeline] lock [2021-03-04T23:10:12.952Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-380-stack-cost] [2021-03-04T23:10:12.960Z] Resource [jenkins-edgexfoundry-edgex-go-master-380-stack-cost] did not exist. Created. [2021-03-04T23:10:12.961Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-380-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T23:10:13.383Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T23:10:14.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-04T23:10:14.422Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T23:10:14.438Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-380-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T23:10:33.832Z] Removing intermediate container 679d6b3f032d [2021-03-04T23:10:33.832Z] ---> c4e4527585f6 [2021-03-04T23:10:33.832Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T23:10:33.832Z] Removing intermediate container a359585afaec [2021-03-04T23:10:33.832Z] ---> b9c4e3baa374 [2021-03-04T23:10:33.832Z] [2021-03-04T23:10:33.832Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T23:10:33.832Z] 3.12: Pulling from library/alpine [2021-03-04T23:10:33.832Z] Removing intermediate container 04b99ac4fe15 [2021-03-04T23:10:33.832Z] ---> 971499650991 [2021-03-04T23:10:33.832Z] [2021-03-04T23:10:33.832Z] Step 10/31 : FROM alpine:3.12 [2021-03-04T23:10:33.832Z] Removing intermediate container bc94a6f35496 [2021-03-04T23:10:33.832Z] ---> e79120e58bd4 [2021-03-04T23:10:33.832Z] [2021-03-04T23:10:33.832Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T23:10:33.832Z] ---> Running in 8e3ca5ab91b8 [2021-03-04T23:10:33.832Z] 3.12: Pulling from library/alpine [2021-03-04T23:10:33.832Z] 3.12: Pulling from library/alpine [2021-03-04T23:10:34.149Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T23:10:34.149Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T23:10:34.536Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T23:10:34.536Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T23:10:34.536Z] Status: Image is up to date for alpine:3.12 [2021-03-04T23:10:34.536Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T23:10:34.536Z] ---> 88dd2752d2ea [2021-03-04T23:10:34.536Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T23:10:34.536Z] ---> 88dd2752d2ea [2021-03-04T23:10:34.536Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T23:10:34.536Z] ---> 88dd2752d2ea [2021-03-04T23:10:34.536Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T23:10:35.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-04T23:10:37.841Z] ---> Running in 92d645ae5738 [2021-03-04T23:10:37.841Z] ---> Running in 14a1b8885995 [2021-03-04T23:10:37.841Z] ---> Running in bf72aeecf3c3 [2021-03-04T23:10:37.841Z] Removing intermediate container 9a41f9276756 [2021-03-04T23:10:37.841Z] ---> 6131b376b858 [2021-03-04T23:10:37.841Z] [2021-03-04T23:10:37.841Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T23:10:37.841Z] ---> 88dd2752d2ea [2021-03-04T23:10:37.841Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T23:10:38.113Z] Removing intermediate container 92d645ae5738 [2021-03-04T23:10:38.113Z] ---> 967460791173 [2021-03-04T23:10:38.113Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T23:10:38.385Z] ---> Running in caa8a7957526 [2021-03-04T23:10:38.385Z] ---> Running in 71ad8307d2aa [2021-03-04T23:10:40.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:40.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:40.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:40.387Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T23:10:40.387Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T23:10:40.387Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:10:40.387Z] Removing intermediate container 8e3ca5ab91b8 [2021-03-04T23:10:40.387Z] ---> c5a125b4d114 [2021-03-04T23:10:40.387Z] [2021-03-04T23:10:40.387Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T23:10:40.387Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:40.387Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T23:10:40.691Z] 20.10.0: Pulling from library/docker [2021-03-04T23:10:40.692Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T23:10:40.692Z] OK: 6 MiB in 16 packages [2021-03-04T23:10:40.692Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:10:40.692Z] OK: 6 MiB in 15 packages [2021-03-04T23:10:41.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:41.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:41.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:41.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:41.758Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T23:10:41.758Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T23:10:41.758Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T23:10:41.758Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T23:10:41.758Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T23:10:41.758Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:10:41.758Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T23:10:42.062Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T23:10:42.063Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T23:10:42.063Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:10:42.063Z] OK: 6 MiB in 16 packages [2021-03-04T23:10:42.333Z] OK: 7 MiB in 19 packages [2021-03-04T23:10:44.347Z] Removing intermediate container 14a1b8885995 [2021-03-04T23:10:44.347Z] ---> 9122e37ea68a [2021-03-04T23:10:44.347Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T23:10:44.951Z] Removing intermediate container bf72aeecf3c3 [2021-03-04T23:10:44.951Z] ---> db0dc7d2170d [2021-03-04T23:10:44.951Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T23:10:44.951Z] Removing intermediate container 71ad8307d2aa [2021-03-04T23:10:44.951Z] ---> 2a735a4aab96 [2021-03-04T23:10:44.951Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T23:10:45.315Z] ---> Running in e4db19459583 [2021-03-04T23:10:45.315Z] ---> Running in fcb54a4cbec1 [2021-03-04T23:10:45.588Z] ---> Running in 763b389b4cb2 [2021-03-04T23:10:45.588Z] Removing intermediate container caa8a7957526 [2021-03-04T23:10:45.588Z] ---> d98ad00865c5 [2021-03-04T23:10:45.588Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T23:10:45.856Z] ---> Running in 6d4e6f99cf34 [2021-03-04T23:10:45.856Z] Removing intermediate container e4db19459583 [2021-03-04T23:10:45.856Z] ---> 380beaac3697 [2021-03-04T23:10:45.856Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T23:10:45.856Z] Removing intermediate container fcb54a4cbec1 [2021-03-04T23:10:45.856Z] ---> 4263b014822a [2021-03-04T23:10:45.856Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T23:10:46.130Z] Removing intermediate container 763b389b4cb2 [2021-03-04T23:10:46.130Z] ---> 73e91cb78875 [2021-03-04T23:10:46.130Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T23:10:46.130Z] ---> Running in bc4939cb6a62 [2021-03-04T23:10:46.420Z] ---> Running in 4f7c2f093605 [2021-03-04T23:10:46.420Z] ---> Running in a7cd39eb9e1d [2021-03-04T23:10:46.420Z] Removing intermediate container 6d4e6f99cf34 [2021-03-04T23:10:46.420Z] ---> 4795e4a2aa94 [2021-03-04T23:10:46.420Z] Step 13/24 : WORKDIR / [2021-03-04T23:10:47.068Z] Removing intermediate container bc4939cb6a62 [2021-03-04T23:10:47.068Z] ---> caf903905100 [2021-03-04T23:10:47.068Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T23:10:47.068Z] ---> Running in 41b565b72229 [2021-03-04T23:10:49.133Z] ---> Running in 564248029da8 [2021-03-04T23:10:49.133Z] Removing intermediate container a7cd39eb9e1d [2021-03-04T23:10:49.133Z] ---> 2bff3b8ba5e0 [2021-03-04T23:10:49.133Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T23:10:49.133Z] Removing intermediate container 4f7c2f093605 [2021-03-04T23:10:49.133Z] ---> 5c3efe2ee590 [2021-03-04T23:10:49.133Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T23:10:49.516Z] ---> Running in 925ae0f012e5 [2021-03-04T23:10:49.814Z] ---> Running in c004ffdea126 [2021-03-04T23:10:50.524Z] Removing intermediate container 41b565b72229 [2021-03-04T23:10:50.524Z] ---> aacd92afb561 [2021-03-04T23:10:50.524Z] 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-04T23:10:50.524Z] Removing intermediate container 564248029da8 [2021-03-04T23:10:50.524Z] ---> 9a249f72d191 [2021-03-04T23:10:50.524Z] Step 15/23 : WORKDIR / [2021-03-04T23:10:50.808Z] ---> Running in b9ea438637de [2021-03-04T23:10:50.808Z] Removing intermediate container c004ffdea126 [2021-03-04T23:10:50.808Z] ---> a1362d1ba1f9 [2021-03-04T23:10:50.808Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:10:51.077Z] ---> 6a196560fbc8 [2021-03-04T23:10:51.077Z] 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-04T23:10:51.817Z] Removing intermediate container b9ea438637de [2021-03-04T23:10:51.817Z] ---> 2ce26230f49e [2021-03-04T23:10:51.817Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:10:51.817Z] ---> d7525ce206fe [2021-03-04T23:10:51.817Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T23:10:52.140Z] ---> 35a848b44320 [2021-03-04T23:10:52.140Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T23:10:53.695Z] ---> 7f7a7b09758a [2021-03-04T23:10:53.695Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T23:10:53.695Z] ---> 199f6f47e36f [2021-03-04T23:10:53.695Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T23:10:53.695Z] ---> 573949c1118f [2021-03-04T23:10:53.695Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T23:10:53.992Z] Removing intermediate container 925ae0f012e5 [2021-03-04T23:10:53.992Z] ---> 198d95072217 [2021-03-04T23:10:53.992Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T23:10:54.978Z] ---> Running in cdd0376d032d [2021-03-04T23:10:55.311Z] ---> 531a05a52444 [2021-03-04T23:10:55.311Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T23:10:55.311Z] ---> 37638984b965 [2021-03-04T23:10:55.311Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T23:10:55.657Z] ---> 909c88c77cb5 [2021-03-04T23:10:55.657Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T23:10:55.657Z] ---> Running in 499ec3bc432e [2021-03-04T23:10:55.951Z] Removing intermediate container cdd0376d032d [2021-03-04T23:10:55.951Z] ---> daa89174beb4 [2021-03-04T23:10:55.951Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T23:10:56.221Z] ---> 290a8d377fd9 [2021-03-04T23:10:56.221Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T23:10:56.221Z] Removing intermediate container 499ec3bc432e [2021-03-04T23:10:56.221Z] ---> e2e3b9231295 [2021-03-04T23:10:56.221Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:10:56.221Z] ---> 023fcd060972 [2021-03-04T23:10:56.221Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T23:10:56.514Z] ---> Running in 7108558583cf [2021-03-04T23:10:56.514Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T23:10:56.514Z] ---> Running in 23f9216bc14c [2021-03-04T23:10:56.514Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T23:10:56.514Z] ---> aefe523efa57 [2021-03-04T23:10:56.514Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T23:10:57.181Z] ---> 3ef9f888ed8b [2021-03-04T23:10:57.181Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T23:10:57.181Z] ---> Running in 655996fa7852 [2021-03-04T23:10:57.181Z] Removing intermediate container 7108558583cf [2021-03-04T23:10:57.181Z] ---> 2bb3075fcc52 [2021-03-04T23:10:57.181Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T23:10:57.461Z] ---> Running in d50595839e17 [2021-03-04T23:10:57.751Z] Removing intermediate container 23f9216bc14c [2021-03-04T23:10:57.751Z] ---> d1b9e868213c [2021-03-04T23:10:57.751Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:10:57.751Z] ---> Running in 53552bfb0e22 [2021-03-04T23:10:58.019Z] ---> 926cc8010f3c [2021-03-04T23:10:58.019Z] 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-04T23:10:58.019Z] ---> Running in 2bbe711f8574 [2021-03-04T23:10:59.204Z] ---> Running in 89a2c760428e [2021-03-04T23:10:59.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:59.204Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:10:59.479Z] Removing intermediate container 53552bfb0e22 [2021-03-04T23:10:59.479Z] ---> 01cbae27eb19 [2021-03-04T23:10:59.479Z] Step 21/22 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:10:59.479Z] Removing intermediate container 2bbe711f8574 [2021-03-04T23:10:59.479Z] ---> 3b673a906363 [2021-03-04T23:10:59.479Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T23:10:59.479Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T23:10:59.479Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T23:10:59.479Z] Executing bash-5.0.17-r0.post-install [2021-03-04T23:10:59.479Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:10:59.479Z] OK: 12 MiB in 22 packages [2021-03-04T23:11:00.167Z] ---> Running in 8f59f3ff9d9d [2021-03-04T23:11:00.452Z] ---> Running in bbfc7c82e294 [2021-03-04T23:11:01.124Z] Removing intermediate container 8f59f3ff9d9d [2021-03-04T23:11:01.124Z] ---> f6a13af7c44a [2021-03-04T23:11:01.124Z] Step 22/22 : LABEL version=2.0.0-dev.113 [2021-03-04T23:11:01.124Z] Removing intermediate container bbfc7c82e294 [2021-03-04T23:11:01.124Z] ---> 931b9d68cd80 [2021-03-04T23:11:01.124Z] Step 22/23 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:11:01.861Z] ---> Running in 528021c9b90c [2021-03-04T23:11:01.861Z] ---> Running in af40c3c2e772 [2021-03-04T23:11:02.454Z] Removing intermediate container d50595839e17 [2021-03-04T23:11:02.454Z] ---> 898987584b9b [2021-03-04T23:11:02.454Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:11:02.454Z] Removing intermediate container 655996fa7852 [2021-03-04T23:11:02.454Z] ---> 7acc0972538d [2021-03-04T23:11:02.454Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T23:11:03.493Z] ---> Running in 20cae7c762cd [2021-03-04T23:11:03.493Z] Removing intermediate container 528021c9b90c [2021-03-04T23:11:03.493Z] ---> ca0dcd82b44a [2021-03-04T23:11:03.493Z] [2021-03-04T23:11:03.493Z] Removing intermediate container af40c3c2e772 [2021-03-04T23:11:03.493Z] ---> 7c96d358d45c [2021-03-04T23:11:03.493Z] Step 23/23 : LABEL version=2.0.0-dev.113 [2021-03-04T23:11:03.844Z] ---> 8c85d9f73d41 [2021-03-04T23:11:04.120Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T23:11:04.393Z] ---> Running in 3ad6765bf241 [2021-03-04T23:11:04.985Z] Successfully built ca0dcd82b44a [2021-03-04T23:11:04.985Z] Removing intermediate container 20cae7c762cd [2021-03-04T23:11:04.985Z] ---> 7d471af9ae7a [2021-03-04T23:11:04.985Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T23:11:05.258Z] Removing intermediate container 89a2c760428e [2021-03-04T23:11:05.258Z] ---> d58cf27621cb [2021-03-04T23:11:05.258Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T23:11:05.258Z] Successfully tagged docker-support-notifications-go:latest [2021-03-04T23:11:05.258Z] Building docker-core-metadata-go [2021-03-04T23:11:05.258Z]  Building docker-support-notifications-go ... done Removing intermediate container 3ad6765bf241 [2021-03-04T23:11:05.258Z] ---> 85de7ba5bcdf [2021-03-04T23:11:05.258Z] [2021-03-04T23:11:05.258Z] ---> 39038bf2e788 [2021-03-04T23:11:05.258Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T23:11:05.539Z] ---> Running in 43af3a3c3157 [2021-03-04T23:11:05.539Z] ---> Running in 728e10c50658 [2021-03-04T23:11:05.814Z] Successfully built 85de7ba5bcdf [2021-03-04T23:11:05.814Z] Successfully tagged docker-core-command-go:latest [2021-03-04T23:11:05.814Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-03-04T23:11:05.814Z] Removing intermediate container 43af3a3c3157 [2021-03-04T23:11:05.814Z] ---> fd8ba387ef9d [2021-03-04T23:11:05.814Z] Step 22/24 : LABEL arch=x86_64 [2021-03-04T23:11:06.095Z] Removing intermediate container 728e10c50658 [2021-03-04T23:11:06.095Z] ---> 2a0e893c19d1 [2021-03-04T23:11:06.095Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T23:11:06.095Z] ---> Running in 797b236c2e93 [2021-03-04T23:11:06.095Z] ---> 21de716adbee [2021-03-04T23:11:06.095Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T23:11:06.095Z] ---> Running in 1837b2ef06b2 [2021-03-04T23:11:07.083Z] Removing intermediate container 797b236c2e93 [2021-03-04T23:11:07.083Z] ---> 99b053a7dfce [2021-03-04T23:11:07.083Z] Step 23/24 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:11:08.894Z] Removing intermediate container 1837b2ef06b2 [2021-03-04T23:11:08.894Z] ---> 89d1e1af5e61 [2021-03-04T23:11:08.894Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T23:11:11.056Z] ---> faa3f40232cf [2021-03-04T23:11:11.056Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-04T23:11:11.708Z] ---> Running in 493f6d183695 [2021-03-04T23:11:14.366Z] ---> 3cb86c96dee1 [2021-03-04T23:11:14.366Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T23:11:14.366Z] Removing intermediate container 493f6d183695 [2021-03-04T23:11:14.366Z] ---> 9aba38d0b7a9 [2021-03-04T23:11:14.366Z] Step 24/24 : LABEL version=2.0.0-dev.113 [2021-03-04T23:11:14.366Z] ---> e351a6883580 [2021-03-04T23:11:14.366Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T23:11:15.438Z] ---> Running in 2ad494c0efd4 [2021-03-04T23:11:15.751Z] ---> Running in cca0615aff81 [2021-03-04T23:11:18.308Z] ---> 706c1fc4a69f [2021-03-04T23:11:18.308Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T23:11:18.594Z] Removing intermediate container 2ad494c0efd4 [2021-03-04T23:11:18.594Z] ---> 3e31a483008c [2021-03-04T23:11:18.594Z] [2021-03-04T23:11:19.935Z] Removing intermediate container cca0615aff81 [2021-03-04T23:11:19.935Z] ---> cb6561135b1f [2021-03-04T23:11:19.935Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T23:11:20.931Z] Successfully built 3e31a483008c [2021-03-04T23:11:21.198Z] ---> b0e8899be24b [2021-03-04T23:11:21.198Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T23:11:21.487Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-04T23:11:21.487Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-03-04T23:11:22.273Z] ---> dd223731f4c8 [2021-03-04T23:11:22.273Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-04T23:11:22.273Z] ---> Running in 0dbd5adb01bb [2021-03-04T23:11:24.562Z] ---> Running in cb5ce77025fc [2021-03-04T23:11:32.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:11:32.313Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:11:32.314Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T23:11:32.314Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T23:11:32.314Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T23:11:32.314Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T23:11:32.314Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T23:11:32.314Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T23:11:32.314Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T23:11:38.151Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T23:11:38.151Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T23:11:38.151Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T23:11:38.151Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T23:11:38.151Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T23:11:39.159Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T23:11:39.159Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T23:11:39.159Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T23:11:39.159Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T23:11:39.898Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T23:11:40.590Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T23:11:40.590Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T23:11:40.891Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T23:11:40.891Z] Removing intermediate container cb5ce77025fc [2021-03-04T23:11:40.891Z] ---> a83538aec9e9 [2021-03-04T23:11:40.891Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T23:11:40.891Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T23:11:41.491Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T23:11:41.491Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T23:11:41.785Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T23:11:41.785Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T23:11:41.785Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T23:11:42.220Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T23:11:42.220Z] ---> Running in 3076186dcd5c [2021-03-04T23:11:42.220Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T23:11:42.220Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T23:11:42.220Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T23:11:42.220Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T23:11:42.220Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T23:11:42.220Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T23:11:43.813Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:11:44.116Z] OK: 71 MiB in 55 packages [2021-03-04T23:11:45.606Z] Removing intermediate container 3076186dcd5c [2021-03-04T23:11:45.606Z] ---> a6151b7e4797 [2021-03-04T23:11:45.606Z] Step 28/31 : CMD ["gate"] [2021-03-04T23:11:51.498Z] ---> Running in 87188d34165b [2021-03-04T23:11:56.405Z] Removing intermediate container 87188d34165b [2021-03-04T23:11:56.405Z] ---> b220ab528cc9 [2021-03-04T23:11:56.405Z] Step 29/31 : LABEL arch=x86_64 [2021-03-04T23:12:00.904Z] ---> Running in 390215a1fba0 [2021-03-04T23:12:05.526Z] Removing intermediate container 390215a1fba0 [2021-03-04T23:12:05.526Z] ---> 277543cad726 [2021-03-04T23:12:05.526Z] Step 30/31 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:12:09.219Z] ---> Running in 9f2655b7aeec [2021-03-04T23:12:11.608Z] Removing intermediate container 9f2655b7aeec [2021-03-04T23:12:11.608Z] ---> 377b739a3474 [2021-03-04T23:12:11.608Z] Step 31/31 : LABEL version=2.0.0-dev.113 [2021-03-04T23:12:14.386Z] ---> Running in bf18a7610908 [2021-03-04T23:12:17.427Z] Removing intermediate container bf18a7610908 [2021-03-04T23:12:17.427Z] ---> 24b8dfec2e21 [2021-03-04T23:12:17.427Z] [2021-03-04T23:12:23.329Z] Successfully built 24b8dfec2e21 [2021-03-04T23:12:25.593Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-04T23:12:25.593Z]  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go [2021-03-04T23:12:30.124Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:12:30.125Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:12:30.125Z] ---> 20e9185d4cbd [2021-03-04T23:12:30.125Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T23:12:30.125Z] ---> Using cache [2021-03-04T23:12:30.125Z] ---> 4d0fcbf3bcb6 [2021-03-04T23:12:30.125Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:12:30.125Z] ---> Using cache [2021-03-04T23:12:30.125Z] ---> 3523fd53302b [2021-03-04T23:12:30.125Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T23:12:30.125Z] ---> Using cache [2021-03-04T23:12:30.125Z] ---> 409df76caadf [2021-03-04T23:12:30.125Z] Step 6/21 : COPY go.mod . [2021-03-04T23:12:30.125Z] ---> Using cache [2021-03-04T23:12:30.125Z] ---> ad2749c45b5d [2021-03-04T23:12:30.125Z] Step 7/21 : RUN go mod download [2021-03-04T23:12:30.125Z] ---> Using cache [2021-03-04T23:12:30.125Z] ---> aaa0d53172b9 [2021-03-04T23:12:30.125Z] Step 8/21 : COPY . . [2021-03-04T23:12:30.393Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:12:30.393Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:12:30.393Z] ---> 20e9185d4cbd [2021-03-04T23:12:30.393Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T23:12:30.393Z] ---> Using cache [2021-03-04T23:12:30.393Z] ---> 4d0fcbf3bcb6 [2021-03-04T23:12:30.393Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:12:30.393Z] ---> Using cache [2021-03-04T23:12:30.393Z] ---> 3523fd53302b [2021-03-04T23:12:30.393Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T23:12:30.393Z] ---> Using cache [2021-03-04T23:12:30.393Z] ---> 409df76caadf [2021-03-04T23:12:30.393Z] Step 6/23 : COPY go.mod . [2021-03-04T23:12:30.393Z] ---> Using cache [2021-03-04T23:12:30.393Z] ---> ad2749c45b5d [2021-03-04T23:12:30.393Z] Step 7/23 : RUN go mod download [2021-03-04T23:12:30.393Z] ---> Using cache [2021-03-04T23:12:30.393Z] ---> aaa0d53172b9 [2021-03-04T23:12:30.393Z] Step 8/23 : COPY . . [2021-03-04T23:12:30.393Z] ---> Using cache [2021-03-04T23:12:30.393Z] ---> 6150eb70948b [2021-03-04T23:12:30.393Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T23:12:30.393Z] ---> Using cache [2021-03-04T23:12:30.393Z] ---> 6150eb70948b [2021-03-04T23:12:30.393Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T23:12:36.705Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:12:36.705Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:12:36.705Z] ---> 20e9185d4cbd [2021-03-04T23:12:36.705Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T23:12:36.705Z] ---> Using cache [2021-03-04T23:12:36.705Z] ---> 4d0fcbf3bcb6 [2021-03-04T23:12:36.705Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:12:36.705Z] ---> Using cache [2021-03-04T23:12:36.705Z] ---> 3523fd53302b [2021-03-04T23:12:36.705Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T23:12:37.346Z] ---> Running in 0195f3b5cf1b [2021-03-04T23:12:37.346Z] ---> Running in 1b697584ede5 [2021-03-04T23:12:37.620Z] ---> Running in 176beed8f5ea [2021-03-04T23:12:44.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-04T23:12:44.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-04T23:12:44.076Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:12:44.707Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:12:45.348Z] OK: 233 MiB in 51 packages [2021-03-04T23:12:52.774Z] Removing intermediate container 176beed8f5ea [2021-03-04T23:12:52.774Z] ---> 8196bc1bb69c [2021-03-04T23:12:52.774Z] Step 6/23 : COPY go.mod . [2021-03-04T23:12:56.955Z] ---> 801823115b14 [2021-03-04T23:12:56.955Z] Step 7/23 : RUN go mod download [2021-03-04T23:12:58.154Z] ---> Running in c81d7599aa99 [2021-03-04T23:13:38.006Z] Removing intermediate container c81d7599aa99 [2021-03-04T23:13:38.006Z] ---> 021054cf9d93 [2021-03-04T23:13:38.006Z] Step 8/23 : COPY . . [2021-03-04T23:14:00.828Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T23:14:00.828Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T23:14:00.828Z] ---> 20e9185d4cbd [2021-03-04T23:14:00.828Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T23:14:00.828Z] ---> Using cache [2021-03-04T23:14:00.828Z] ---> 4d0fcbf3bcb6 [2021-03-04T23:14:00.828Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:14:00.828Z] ---> Using cache [2021-03-04T23:14:00.828Z] ---> 3523fd53302b [2021-03-04T23:14:00.828Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T23:14:00.828Z] ---> Using cache [2021-03-04T23:14:00.828Z] ---> 409df76caadf [2021-03-04T23:14:00.828Z] Step 6/22 : COPY go.mod . [2021-03-04T23:14:00.828Z] ---> Using cache [2021-03-04T23:14:00.828Z] ---> ad2749c45b5d [2021-03-04T23:14:00.828Z] Step 7/22 : RUN go mod download [2021-03-04T23:14:00.829Z] ---> Using cache [2021-03-04T23:14:00.829Z] ---> aaa0d53172b9 [2021-03-04T23:14:00.829Z] Step 8/22 : COPY . . [2021-03-04T23:14:01.134Z] ---> Using cache [2021-03-04T23:14:01.134Z] ---> 6150eb70948b [2021-03-04T23:14:01.134Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T23:14:05.047Z] ---> Running in 9b3e6ca05d3a [2021-03-04T23:14:08.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-04T23:14:13.987Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-04T23:14:38.044Z] Removing intermediate container 0dbd5adb01bb [2021-03-04T23:14:38.044Z] ---> f28e66efa89c [2021-03-04T23:14:38.044Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T23:14:41.046Z] Removing intermediate container 1b697584ede5 [2021-03-04T23:14:41.046Z] ---> fcec552860d0 [2021-03-04T23:14:41.046Z] [2021-03-04T23:14:41.046Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T23:14:41.046Z] ---> 88dd2752d2ea [2021-03-04T23:14:41.046Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T23:14:42.106Z] ---> Using cache [2021-03-04T23:14:42.106Z] ---> 9122e37ea68a [2021-03-04T23:14:42.106Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T23:14:42.106Z] ---> Using cache [2021-03-04T23:14:42.106Z] ---> 380beaac3697 [2021-03-04T23:14:42.106Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T23:14:42.638Z] ---> Running in 805a59e136ff [2021-03-04T23:14:45.052Z] ---> Running in f819a6a3e463 [2021-03-04T23:14:49.286Z] Removing intermediate container f819a6a3e463 [2021-03-04T23:14:49.286Z] ---> e29d8205c422 [2021-03-04T23:14:49.286Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T23:14:56.532Z] ---> Running in dc2968be0382 [2021-03-04T23:14:58.179Z] Removing intermediate container dc2968be0382 [2021-03-04T23:14:58.179Z] ---> 3356577273a2 [2021-03-04T23:14:58.179Z] Step 15/23 : WORKDIR / [2021-03-04T23:14:59.655Z] ---> Running in bba64c559f16 [2021-03-04T23:15:07.160Z] Removing intermediate container bba64c559f16 [2021-03-04T23:15:07.160Z] ---> 81a38e4a861f [2021-03-04T23:15:07.160Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:15:10.790Z] Removing intermediate container 0195f3b5cf1b [2021-03-04T23:15:10.790Z] ---> 60d6bcf27ca2 [2021-03-04T23:15:10.790Z] [2021-03-04T23:15:10.790Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T23:15:10.790Z] ---> 88dd2752d2ea [2021-03-04T23:15:10.790Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T23:15:10.790Z] ---> 204c7854d33d [2021-03-04T23:15:10.790Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T23:15:11.068Z] ---> Running in 3882c1954525 [2021-03-04T23:15:13.108Z] ---> 9df62ee256d4 [2021-03-04T23:15:13.108Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T23:15:14.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:15:14.320Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:15:14.602Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T23:15:14.602Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T23:15:14.602Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T23:15:14.602Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T23:15:14.602Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:15:15.240Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T23:15:15.240Z] OK: 7 MiB in 18 packages [2021-03-04T23:15:17.880Z] ---> 94828f1ee3eb [2021-03-04T23:15:17.880Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T23:15:19.417Z] ---> Running in 89d5f52e8cf5 [2021-03-04T23:15:20.997Z] Collecting docker-compose==1.23.2 [2021-03-04T23:15:20.997Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T23:15:21.267Z] Removing intermediate container 89d5f52e8cf5 [2021-03-04T23:15:21.267Z] ---> 0751bb5b3ab0 [2021-03-04T23:15:21.267Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:15:21.856Z] Removing intermediate container 3882c1954525 [2021-03-04T23:15:21.856Z] ---> 8b3e8ebe3433 [2021-03-04T23:15:21.856Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T23:15:21.856Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T23:15:21.856Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T23:15:22.135Z] 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-04T23:15:22.135Z] ---> Running in 9705daae4f03 [2021-03-04T23:15:22.410Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T23:15:22.411Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T23:15:22.411Z] Removing intermediate container 9b3e6ca05d3a [2021-03-04T23:15:22.411Z] ---> 85d2c5f86461 [2021-03-04T23:15:22.411Z] [2021-03-04T23:15:22.411Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T23:15:22.411Z] ---> 88dd2752d2ea [2021-03-04T23:15:22.411Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T23:15:22.411Z] ---> Using cache [2021-03-04T23:15:22.411Z] ---> 9122e37ea68a [2021-03-04T23:15:22.411Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T23:15:22.411Z] ---> Using cache [2021-03-04T23:15:22.411Z] ---> 380beaac3697 [2021-03-04T23:15:22.411Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T23:15:22.785Z] ---> Running in 3e2e82118c39 [2021-03-04T23:15:23.194Z] ---> Running in 9a60b5c980b3 [2021-03-04T23:15:23.527Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T23:15:23.527Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T23:15:23.800Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T23:15:23.800Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T23:15:23.800Z] ---> 97839ad0f4e1 [2021-03-04T23:15:23.800Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T23:15:23.800Z] Removing intermediate container 9705daae4f03 [2021-03-04T23:15:23.800Z] ---> 2d381ff42f5c [2021-03-04T23:15:23.800Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T23:15:23.800Z] Removing intermediate container 3e2e82118c39 [2021-03-04T23:15:23.800Z] ---> 6aa5430c0350 [2021-03-04T23:15:23.800Z] Step 13/21 : WORKDIR /edgex [2021-03-04T23:15:24.434Z] ---> Running in 69731387ad57 [2021-03-04T23:15:24.434Z] ---> Running in 5422590ffce2 [2021-03-04T23:15:24.434Z] ---> Running in 13a7ec023e01 [2021-03-04T23:15:25.039Z] Removing intermediate container 9a60b5c980b3 [2021-03-04T23:15:25.039Z] ---> 0fd3a1f3a855 [2021-03-04T23:15:25.039Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T23:15:25.315Z] ---> Running in 42264b2dda1d [2021-03-04T23:15:25.315Z] Removing intermediate container 5422590ffce2 [2021-03-04T23:15:25.315Z] ---> 8d6c59bd3386 [2021-03-04T23:15:25.315Z] Step 22/23 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:15:25.636Z] Removing intermediate container 13a7ec023e01 [2021-03-04T23:15:25.636Z] ---> f61df67ddb37 [2021-03-04T23:15:25.636Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T23:15:25.948Z] ---> Running in ff0eac59207e [2021-03-04T23:15:26.241Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.113" -o cmd/core-data/core-data ./cmd/core-data [2021-03-04T23:15:26.513Z] Removing intermediate container 42264b2dda1d [2021-03-04T23:15:26.513Z] ---> 0a769263637a [2021-03-04T23:15:26.513Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:15:26.781Z] ---> a0f7eae8dd9c [2021-03-04T23:15:26.781Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T23:15:27.396Z] Removing intermediate container ff0eac59207e [2021-03-04T23:15:27.396Z] ---> 5422933b6608 [2021-03-04T23:15:27.396Z] Step 23/23 : LABEL version=2.0.0-dev.113 [2021-03-04T23:15:28.907Z] ---> Running in 24dad29786c7 [2021-03-04T23:15:29.196Z] ---> 2dcb4c90233b [2021-03-04T23:15:29.196Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T23:15:30.174Z] ---> 64354b195725 [2021-03-04T23:15:30.174Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T23:15:30.174Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T23:15:30.174Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T23:15:31.142Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T23:15:31.142Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T23:15:31.422Z] Removing intermediate container 24dad29786c7 [2021-03-04T23:15:31.422Z] ---> 139a870cb7f3 [2021-03-04T23:15:31.422Z] [2021-03-04T23:15:31.422Z] ---> 3ad1031011d2 [2021-03-04T23:15:31.422Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T23:15:31.703Z] ---> cdce664e476c [2021-03-04T23:15:31.703Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T23:15:33.764Z] Successfully built 139a870cb7f3 [2021-03-04T23:15:33.764Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T23:15:33.764Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T23:15:33.764Z] ---> Running in b8c4edae860a [2021-03-04T23:15:33.764Z] Successfully tagged docker-core-metadata-go:latest [2021-03-04T23:15:33.764Z]  Building docker-core-metadata-go ... done  ---> 8993f5f1c15f [2021-03-04T23:15:33.764Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T23:15:34.634Z] ---> Running in 2ba369b0252c [2021-03-04T23:15:35.034Z] Collecting PyYAML<4,>=3.10 [2021-03-04T23:15:35.034Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T23:15:36.654Z] Removing intermediate container b8c4edae860a [2021-03-04T23:15:36.654Z] ---> d643f8ca2f23 [2021-03-04T23:15:36.654Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T23:15:37.769Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T23:15:37.769Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T23:15:38.587Z] Removing intermediate container 2ba369b0252c [2021-03-04T23:15:38.587Z] ---> 2cd8930edef4 [2021-03-04T23:15:38.587Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:15:38.587Z] ---> Running in 31bf0de7d5ca [2021-03-04T23:15:38.908Z] 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-04T23:15:38.908Z] ---> Running in bfe47946d447 [2021-03-04T23:15:38.908Z] Collecting idna<2.8,>=2.5 [2021-03-04T23:15:38.908Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T23:15:39.688Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T23:15:39.688Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T23:15:39.688Z] Removing intermediate container 31bf0de7d5ca [2021-03-04T23:15:39.688Z] ---> e2c35e86a33e [2021-03-04T23:15:39.688Z] Step 19/21 : LABEL arch=x86_64 [2021-03-04T23:15:39.985Z] 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-04T23:15:40.263Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T23:15:40.263Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T23:15:40.263Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T23:15:40.263Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T23:15:40.263Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T23:15:40.263Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T23:15:40.922Z] ---> Running in b22e47241ef5 [2021-03-04T23:15:40.922Z] Removing intermediate container bfe47946d447 [2021-03-04T23:15:40.922Z] ---> 45dfe445da9b [2021-03-04T23:15:40.922Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T23:15:40.922Z] Installing collected packages: idna, urllib3, requests, jsonschema, websocket-client, docopt, cached-property, dockerpty, docker-pycreds, docker, PyYAML, texttable, docker-compose [2021-03-04T23:15:40.922Z] Attempting uninstall: idna [2021-03-04T23:15:40.922Z] Found existing installation: idna 2.9 [2021-03-04T23:15:40.922Z] Uninstalling idna-2.9: [2021-03-04T23:15:40.922Z] Successfully uninstalled idna-2.9 [2021-03-04T23:15:41.558Z] ---> Running in c6d329b353a1 [2021-03-04T23:15:41.558Z] Attempting uninstall: urllib3 [2021-03-04T23:15:41.558Z] Found existing installation: urllib3 1.25.9 [2021-03-04T23:15:41.558Z] Uninstalling urllib3-1.25.9: [2021-03-04T23:15:41.828Z] Removing intermediate container b22e47241ef5 [2021-03-04T23:15:41.828Z] ---> 12af1e06bb1e [2021-03-04T23:15:41.828Z] Step 20/21 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:15:41.828Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T23:15:43.442Z] ---> Running in 570b6f18b8d9 [2021-03-04T23:15:43.442Z] Removing intermediate container c6d329b353a1 [2021-03-04T23:15:43.442Z] ---> 2bc0277d3c18 [2021-03-04T23:15:43.442Z] Step 21/22 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:15:44.713Z] Attempting uninstall: requests [2021-03-04T23:15:44.713Z] Found existing installation: requests 2.23.0 [2021-03-04T23:15:44.713Z] Uninstalling requests-2.23.0: [2021-03-04T23:15:46.005Z] ---> Running in ee442ef36e7e [2021-03-04T23:15:46.005Z] Successfully uninstalled requests-2.23.0 [2021-03-04T23:15:46.005Z] Removing intermediate container 570b6f18b8d9 [2021-03-04T23:15:46.005Z] ---> 2488824d86bf [2021-03-04T23:15:46.005Z] Step 21/21 : LABEL version=2.0.0-dev.113 [2021-03-04T23:15:47.092Z] ---> Running in 473144cbff38 [2021-03-04T23:15:47.092Z] Removing intermediate container ee442ef36e7e [2021-03-04T23:15:47.092Z] ---> a25f3c3f4e40 [2021-03-04T23:15:47.092Z] Step 22/22 : LABEL version=2.0.0-dev.113 [2021-03-04T23:15:47.943Z] ---> Running in 7ecf2391dc09 [2021-03-04T23:15:47.943Z] Running setup.py install for docopt: started [2021-03-04T23:15:49.999Z] Removing intermediate container 473144cbff38 [2021-03-04T23:15:49.999Z] ---> b4938e2e716d [2021-03-04T23:15:49.999Z] [2021-03-04T23:15:49.999Z] Removing intermediate container 7ecf2391dc09 [2021-03-04T23:15:49.999Z] ---> bdb0fdbb1597 [2021-03-04T23:15:49.999Z] [2021-03-04T23:15:49.999Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T23:15:50.286Z] Running setup.py install for dockerpty: started [2021-03-04T23:15:50.286Z] Successfully built bdb0fdbb1597 [2021-03-04T23:15:50.286Z] Successfully built b4938e2e716d [2021-03-04T23:15:50.286Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-04T23:15:50.286Z]  Building docker-support-scheduler-go ... done Successfully tagged docker-security-proxy-setup-go:latest [2021-03-04T23:15:51.203Z]  Building docker-security-proxy-setup-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T23:15:52.504Z] Running setup.py install for PyYAML: started [2021-03-04T23:15:53.832Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T23:15:53.832Z] Running setup.py install for texttable: started [2021-03-04T23:15:54.552Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T23:15:56.196Z] 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-04T23:16:03.287Z] Removing intermediate container 805a59e136ff [2021-03-04T23:16:03.287Z] ---> e7c04bf51190 [2021-03-04T23:16:03.287Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T23:16:03.947Z] ---> Running in b19754538474 [2021-03-04T23:16:08.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:16:08.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:16:08.960Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T23:16:08.960Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T23:16:08.960Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T23:16:08.960Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:16:08.960Z] OK: 72 MiB in 58 packages [2021-03-04T23:16:12.079Z] Removing intermediate container b19754538474 [2021-03-04T23:16:12.079Z] ---> afd7cfa35ca0 [2021-03-04T23:16:12.079Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T23:16:12.079Z] ---> Running in c4d0038e8c90 [2021-03-04T23:16:12.403Z] Removing intermediate container c4d0038e8c90 [2021-03-04T23:16:12.403Z] ---> 9269e37a0f4d [2021-03-04T23:16:12.403Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:16:12.403Z] ---> Running in 09f9edb3e81d [2021-03-04T23:16:14.821Z] Removing intermediate container 09f9edb3e81d [2021-03-04T23:16:14.821Z] ---> d98f90e1f606 [2021-03-04T23:16:14.821Z] Step 24/26 : LABEL arch=x86_64 [2021-03-04T23:16:16.279Z] ---> Running in a5d289b5032e [2021-03-04T23:16:16.561Z] Removing intermediate container 69731387ad57 [2021-03-04T23:16:16.561Z] ---> 6b56ca839733 [2021-03-04T23:16:16.561Z] [2021-03-04T23:16:16.561Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T23:16:16.561Z] ---> 88dd2752d2ea [2021-03-04T23:16:16.561Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T23:16:16.561Z] Removing intermediate container a5d289b5032e [2021-03-04T23:16:16.561Z] ---> 55b4d3906e88 [2021-03-04T23:16:16.561Z] Step 25/26 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:16:16.561Z] ---> Running in 8f07b9cfff3e [2021-03-04T23:16:16.849Z] ---> Running in 032a45f094f8 [2021-03-04T23:16:17.907Z] Removing intermediate container 8f07b9cfff3e [2021-03-04T23:16:17.907Z] ---> bff2841a3adf [2021-03-04T23:16:17.907Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T23:16:18.178Z] ---> Running in 603543fd7477 [2021-03-04T23:16:18.454Z] Removing intermediate container 032a45f094f8 [2021-03-04T23:16:18.454Z] ---> 1ea9f5d80fca [2021-03-04T23:16:18.454Z] Step 26/26 : LABEL version=2.0.0-dev.113 [2021-03-04T23:16:18.743Z] ---> Running in 87066da8696f [2021-03-04T23:16:18.743Z] Removing intermediate container 603543fd7477 [2021-03-04T23:16:18.743Z] ---> c0792053c2b5 [2021-03-04T23:16:18.743Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T23:16:19.031Z] ---> Running in cc66661e3564 [2021-03-04T23:16:21.368Z] Removing intermediate container 87066da8696f [2021-03-04T23:16:21.368Z] ---> 3e4a908157a2 [2021-03-04T23:16:21.368Z] [2021-03-04T23:16:21.368Z] Removing intermediate container cc66661e3564 [2021-03-04T23:16:21.368Z] ---> 24c688fe59ca [2021-03-04T23:16:21.368Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T23:16:21.687Z] Successfully built 3e4a908157a2 [2021-03-04T23:16:22.240Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-04T23:16:22.240Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 75ced913e18c [2021-03-04T23:16:26.000Z] Removing intermediate container 75ced913e18c [2021-03-04T23:16:26.000Z] ---> 58fd00d4dbe1 [2021-03-04T23:16:26.000Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T23:16:26.000Z] ---> Running in cca815a574cc [2021-03-04T23:16:26.862Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T23:16:27.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T23:16:28.049Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T23:16:28.049Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T23:16:28.049Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T23:16:28.049Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T23:16:28.314Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T23:16:28.579Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T23:16:28.579Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T23:16:28.579Z] OK: 8 MiB in 20 packages [2021-03-04T23:16:30.030Z] Removing intermediate container cca815a574cc [2021-03-04T23:16:30.030Z] ---> 6fe2e279a2e4 [2021-03-04T23:16:30.030Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T23:16:30.299Z] ---> d7e1c39739ed [2021-03-04T23:16:30.299Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T23:16:31.779Z] ---> 5c14703ae959 [2021-03-04T23:16:31.779Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T23:16:33.913Z] ---> 76b2c92a67e0 [2021-03-04T23:16:33.913Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T23:16:33.913Z] ---> Running in 2032ad1ca356 [2021-03-04T23:16:34.522Z] Removing intermediate container 2032ad1ca356 [2021-03-04T23:16:34.522Z] ---> 92762127afdd [2021-03-04T23:16:34.522Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T23:16:34.522Z] ---> Running in 1bd57fb7ff4d [2021-03-04T23:16:35.541Z] Removing intermediate container 1bd57fb7ff4d [2021-03-04T23:16:35.541Z] ---> 9c83885b5a30 [2021-03-04T23:16:35.541Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T23:16:35.541Z] ---> Running in da8139f93fb5 [2021-03-04T23:16:35.996Z] Removing intermediate container da8139f93fb5 [2021-03-04T23:16:35.996Z] ---> cdcf480b7489 [2021-03-04T23:16:35.996Z] Step 22/23 : LABEL git_sha=8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:16:36.281Z] ---> Running in f464b19adeec [2021-03-04T23:16:36.876Z] Removing intermediate container f464b19adeec [2021-03-04T23:16:36.876Z] ---> 576a0f8f7e57 [2021-03-04T23:16:36.876Z] Step 23/23 : LABEL version=2.0.0-dev.113 [2021-03-04T23:16:37.301Z] ---> Running in 9e9508dbd3e3 [2021-03-04T23:16:38.271Z] Removing intermediate container 9e9508dbd3e3 [2021-03-04T23:16:38.271Z] ---> 580e55c2df06 [2021-03-04T23:16:38.271Z] [2021-03-04T23:16:38.545Z] Successfully built 580e55c2df06 [2021-03-04T23:16:38.545Z] Successfully tagged docker-core-data-go:latest [2021-03-04T23:16:39.144Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-04T23:16:39.159Z] $ docker stop --time=1 a3ad4b60f96ef7bfd4b4222b320c000608da84a39a7e1d38970cbc685f1d780b [2021-03-04T23:16:43.029Z] $ docker rm -f a3ad4b60f96ef7bfd4b4222b320c000608da84a39a7e1d38970cbc685f1d780b [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T23:16:43.796Z] + docker images [2021-03-04T23:16:43.796Z] + grep docker [2021-03-04T23:16:45.214Z] docker-core-data-go latest 580e55c2df06 8 seconds ago 22.4MB [2021-03-04T23:16:45.214Z] docker-sys-mgmt-agent-go latest 3e4a908157a2 27 seconds ago 313MB [2021-03-04T23:16:45.214Z] docker-support-scheduler-go latest bdb0fdbb1597 56 seconds ago 17.2MB [2021-03-04T23:16:45.214Z] docker-security-proxy-setup-go latest b4938e2e716d 57 seconds ago 24.7MB [2021-03-04T23:16:45.214Z] docker-core-metadata-go latest 139a870cb7f3 About a minute ago 19MB [2021-03-04T23:16:45.214Z] docker-security-bootstrapper-go latest 24b8dfec2e21 4 minutes ago 18.7MB [2021-03-04T23:16:45.214Z] docker-security-secretstore-setup-go latest 3e31a483008c 5 minutes ago 24.9MB [2021-03-04T23:16:45.214Z] docker-core-command-go latest 85de7ba5bcdf 5 minutes ago 17.2MB [2021-03-04T23:16:45.214Z] docker-support-notifications-go latest ca0dcd82b44a 5 minutes ago 17.8MB [2021-03-04T23:16:45.214Z] docker 20.10.0 aefe523efa57 2 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-04T23:16:45.721Z] provisioning config files... [2021-03-04T23:16:45.764Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/380@tmp/config1966383542244622245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:16:46.238Z] ---> docker-login.sh [2021-03-04T23:16:46.238Z] nexus3.edgexfoundry.org:10001 [2021-03-04T23:16:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:16:46.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:16:46.627Z] Configure a credential helper to remove this warning. See [2021-03-04T23:16:46.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:16:46.627Z] [2021-03-04T23:16:46.627Z] Login Succeeded [2021-03-04T23:16:46.627Z] nexus3.edgexfoundry.org:10002 [2021-03-04T23:16:48.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:16:48.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:16:48.279Z] Configure a credential helper to remove this warning. See [2021-03-04T23:16:48.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:16:48.279Z] [2021-03-04T23:16:48.279Z] Login Succeeded [2021-03-04T23:16:48.279Z] nexus3.edgexfoundry.org:10003 [2021-03-04T23:16:48.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:16:48.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:16:48.911Z] Configure a credential helper to remove this warning. See [2021-03-04T23:16:48.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:16:48.911Z] [2021-03-04T23:16:48.911Z] Login Succeeded [2021-03-04T23:16:48.911Z] nexus3.edgexfoundry.org:10004 [2021-03-04T23:16:49.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:16:49.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:16:49.507Z] Configure a credential helper to remove this warning. See [2021-03-04T23:16:49.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:16:49.507Z] [2021-03-04T23:16:49.507Z] Login Succeeded [2021-03-04T23:16:49.507Z] docker.io [2021-03-04T23:16:50.177Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T23:16:50.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T23:16:50.488Z] Configure a credential helper to remove this warning. See [2021-03-04T23:16:50.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T23:16:50.488Z] [2021-03-04T23:16:50.488Z] Login Succeeded [2021-03-04T23:16:50.488Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T23:16:50.499Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:16:50.762Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-04T23:16:50.762Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:16:50.762Z] 2.0.0-dev.113 [2021-03-04T23:16:50.762Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:16:50.762Z] master [2021-03-04T23:16:50.762Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:51.385Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:51.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:16:51.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-04T23:16:51.728Z] 6369f2812d36: Preparing [2021-03-04T23:16:51.728Z] 9d23f27984d9: Preparing [2021-03-04T23:16:51.728Z] 0597b60fa013: Preparing [2021-03-04T23:16:51.728Z] fa301907e181: Preparing [2021-03-04T23:16:51.728Z] 33e8713114f8: Preparing [2021-03-04T23:16:52.027Z] 33e8713114f8: Layer already exists [2021-03-04T23:16:52.027Z] 0597b60fa013: Pushed [2021-03-04T23:16:52.027Z] fa301907e181: Pushed [2021-03-04T23:16:52.027Z] 6369f2812d36: Pushed [2021-03-04T23:16:54.858Z] 9d23f27984d9: Pushed [2021-03-04T23:16:54.858Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:c6637bf704f4bc78f91cd410d4aa01bb61ff12e2ae3ac3affd9aceb22e02edd4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:55.188Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:55.518Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.113 [2021-03-04T23:16:55.518Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-04T23:16:55.518Z] 6369f2812d36: Preparing [2021-03-04T23:16:55.518Z] 9d23f27984d9: Preparing [2021-03-04T23:16:55.518Z] 0597b60fa013: Preparing [2021-03-04T23:16:55.518Z] fa301907e181: Preparing [2021-03-04T23:16:55.518Z] 33e8713114f8: Preparing [2021-03-04T23:16:55.518Z] 0597b60fa013: Layer already exists [2021-03-04T23:16:55.518Z] 6369f2812d36: Layer already exists [2021-03-04T23:16:55.518Z] 33e8713114f8: Layer already exists [2021-03-04T23:16:55.518Z] fa301907e181: Layer already exists [2021-03-04T23:16:55.518Z] 9d23f27984d9: Layer already exists [2021-03-04T23:16:55.518Z] 2.0.0-dev.113: digest: sha256:c6637bf704f4bc78f91cd410d4aa01bb61ff12e2ae3ac3affd9aceb22e02edd4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:55.865Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:56.188Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:16:56.188Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-04T23:16:56.188Z] 6369f2812d36: Preparing [2021-03-04T23:16:56.188Z] 9d23f27984d9: Preparing [2021-03-04T23:16:56.188Z] 0597b60fa013: Preparing [2021-03-04T23:16:56.189Z] fa301907e181: Preparing [2021-03-04T23:16:56.189Z] 33e8713114f8: Preparing [2021-03-04T23:16:56.189Z] 9d23f27984d9: Layer already exists [2021-03-04T23:16:56.189Z] fa301907e181: Layer already exists [2021-03-04T23:16:56.189Z] 0597b60fa013: Layer already exists [2021-03-04T23:16:56.189Z] 6369f2812d36: Layer already exists [2021-03-04T23:16:56.189Z] 33e8713114f8: Layer already exists [2021-03-04T23:16:56.452Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:c6637bf704f4bc78f91cd410d4aa01bb61ff12e2ae3ac3affd9aceb22e02edd4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:56.787Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:57.176Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-04T23:16:57.451Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-04T23:16:57.722Z] 6369f2812d36: Preparing [2021-03-04T23:16:57.722Z] 9d23f27984d9: Preparing [2021-03-04T23:16:57.722Z] 0597b60fa013: Preparing [2021-03-04T23:16:57.722Z] fa301907e181: Preparing [2021-03-04T23:16:57.722Z] 33e8713114f8: Preparing [2021-03-04T23:16:57.722Z] 33e8713114f8: Layer already exists [2021-03-04T23:16:57.722Z] 6369f2812d36: Layer already exists [2021-03-04T23:16:57.722Z] fa301907e181: Layer already exists [2021-03-04T23:16:57.722Z] 9d23f27984d9: Layer already exists [2021-03-04T23:16:57.722Z] 0597b60fa013: Layer already exists [2021-03-04T23:16:57.722Z] master: digest: sha256:c6637bf704f4bc78f91cd410d4aa01bb61ff12e2ae3ac3affd9aceb22e02edd4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:16:57.950Z] ===================================================== [Pipeline] echo [2021-03-04T23:16:57.999Z] taggedImages: [2021-03-04T23:16:57.999Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:16:57.999Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.113 [2021-03-04T23:16:57.999Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:16:57.999Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-04T23:16:58.071Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-04T23:16:58.071Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:16:58.071Z] 2.0.0-dev.113 [2021-03-04T23:16:58.071Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:16:58.071Z] master [2021-03-04T23:16:58.071Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:58.724Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:16:59.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:16:59.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-04T23:16:59.144Z] c08e45ea319d: Preparing [2021-03-04T23:16:59.144Z] 437d4dbfac5b: Preparing [2021-03-04T23:16:59.144Z] 0597b60fa013: Preparing [2021-03-04T23:16:59.144Z] f4d4e79575a6: Preparing [2021-03-04T23:16:59.144Z] b042627bca79: Preparing [2021-03-04T23:16:59.144Z] 33e8713114f8: Preparing [2021-03-04T23:16:59.144Z] 33e8713114f8: Waiting [2021-03-04T23:16:59.424Z] 0597b60fa013: Layer already exists [2021-03-04T23:16:59.424Z] 33e8713114f8: Layer already exists [2021-03-04T23:16:59.424Z] c08e45ea319d: Pushed [2021-03-04T23:16:59.424Z] b042627bca79: Pushed [2021-03-04T23:16:59.725Z] f4d4e79575a6: Pushed [2021-03-04T23:17:01.139Z] 437d4dbfac5b: Pushed [2021-03-04T23:17:01.407Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:ba10b64e95bbbb2fb0dfa5ef9d88e66b953747b2441593df60f8d715c384131f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:01.737Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:02.060Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.113 [2021-03-04T23:17:02.060Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-04T23:17:02.060Z] c08e45ea319d: Preparing [2021-03-04T23:17:02.060Z] 437d4dbfac5b: Preparing [2021-03-04T23:17:02.060Z] 0597b60fa013: Preparing [2021-03-04T23:17:02.060Z] f4d4e79575a6: Preparing [2021-03-04T23:17:02.060Z] b042627bca79: Preparing [2021-03-04T23:17:02.060Z] 33e8713114f8: Preparing [2021-03-04T23:17:02.060Z] 33e8713114f8: Waiting [2021-03-04T23:17:02.060Z] b042627bca79: Layer already exists [2021-03-04T23:17:02.060Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:02.060Z] 437d4dbfac5b: Layer already exists [2021-03-04T23:17:02.060Z] f4d4e79575a6: Layer already exists [2021-03-04T23:17:02.060Z] c08e45ea319d: Layer already exists [2021-03-04T23:17:02.060Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:02.326Z] 2.0.0-dev.113: digest: sha256:ba10b64e95bbbb2fb0dfa5ef9d88e66b953747b2441593df60f8d715c384131f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:02.686Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:03.558Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:03.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-04T23:17:03.558Z] c08e45ea319d: Preparing [2021-03-04T23:17:03.558Z] 437d4dbfac5b: Preparing [2021-03-04T23:17:03.558Z] 0597b60fa013: Preparing [2021-03-04T23:17:03.558Z] f4d4e79575a6: Preparing [2021-03-04T23:17:03.558Z] b042627bca79: Preparing [2021-03-04T23:17:03.558Z] 33e8713114f8: Preparing [2021-03-04T23:17:03.558Z] 33e8713114f8: Waiting [2021-03-04T23:17:03.558Z] 437d4dbfac5b: Layer already exists [2021-03-04T23:17:03.558Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:03.558Z] b042627bca79: Layer already exists [2021-03-04T23:17:03.558Z] f4d4e79575a6: Layer already exists [2021-03-04T23:17:03.558Z] c08e45ea319d: Layer already exists [2021-03-04T23:17:03.558Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:03.558Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:ba10b64e95bbbb2fb0dfa5ef9d88e66b953747b2441593df60f8d715c384131f size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:03.888Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:04.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-04T23:17:04.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-04T23:17:04.232Z] c08e45ea319d: Preparing [2021-03-04T23:17:04.232Z] 437d4dbfac5b: Preparing [2021-03-04T23:17:04.232Z] 0597b60fa013: Preparing [2021-03-04T23:17:04.232Z] f4d4e79575a6: Preparing [2021-03-04T23:17:04.232Z] b042627bca79: Preparing [2021-03-04T23:17:04.232Z] 33e8713114f8: Preparing [2021-03-04T23:17:04.232Z] 33e8713114f8: Waiting [2021-03-04T23:17:04.232Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:04.232Z] c08e45ea319d: Layer already exists [2021-03-04T23:17:04.232Z] f4d4e79575a6: Layer already exists [2021-03-04T23:17:04.232Z] 437d4dbfac5b: Layer already exists [2021-03-04T23:17:04.232Z] b042627bca79: Layer already exists [2021-03-04T23:17:04.232Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:04.232Z] master: digest: sha256:ba10b64e95bbbb2fb0dfa5ef9d88e66b953747b2441593df60f8d715c384131f size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:17:04.419Z] ===================================================== [Pipeline] echo [2021-03-04T23:17:04.465Z] taggedImages: [2021-03-04T23:17:04.465Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:04.465Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.113 [2021-03-04T23:17:04.465Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:04.465Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-04T23:17:04.529Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-04T23:17:04.529Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:04.529Z] 2.0.0-dev.113 [2021-03-04T23:17:04.529Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:04.529Z] master [2021-03-04T23:17:04.529Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:05.160Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:05.610Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:05.610Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-04T23:17:05.610Z] 42b41a53fb9a: Preparing [2021-03-04T23:17:05.610Z] ad74f5abf554: Preparing [2021-03-04T23:17:05.610Z] 0597b60fa013: Preparing [2021-03-04T23:17:05.610Z] fa301907e181: Preparing [2021-03-04T23:17:05.610Z] 33e8713114f8: Preparing [2021-03-04T23:17:05.610Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:05.610Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:05.610Z] fa301907e181: Layer already exists [2021-03-04T23:17:05.886Z] 42b41a53fb9a: Pushed [2021-03-04T23:17:07.329Z] ad74f5abf554: Pushed [2021-03-04T23:17:07.329Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:df0b1278be027991b29f781ffda4d87cf92140800c598b00f21723431015c538 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:07.689Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:08.015Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.113 [2021-03-04T23:17:08.015Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-04T23:17:08.015Z] 42b41a53fb9a: Preparing [2021-03-04T23:17:08.015Z] ad74f5abf554: Preparing [2021-03-04T23:17:08.015Z] 0597b60fa013: Preparing [2021-03-04T23:17:08.015Z] fa301907e181: Preparing [2021-03-04T23:17:08.015Z] 33e8713114f8: Preparing [2021-03-04T23:17:08.015Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:08.015Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:08.015Z] 42b41a53fb9a: Layer already exists [2021-03-04T23:17:08.015Z] fa301907e181: Layer already exists [2021-03-04T23:17:08.015Z] ad74f5abf554: Layer already exists [2021-03-04T23:17:08.015Z] 2.0.0-dev.113: digest: sha256:df0b1278be027991b29f781ffda4d87cf92140800c598b00f21723431015c538 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:08.358Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:08.713Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:08.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-04T23:17:08.713Z] 42b41a53fb9a: Preparing [2021-03-04T23:17:08.713Z] ad74f5abf554: Preparing [2021-03-04T23:17:08.713Z] 0597b60fa013: Preparing [2021-03-04T23:17:08.713Z] fa301907e181: Preparing [2021-03-04T23:17:08.713Z] 33e8713114f8: Preparing [2021-03-04T23:17:08.713Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:08.713Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:08.713Z] ad74f5abf554: Layer already exists [2021-03-04T23:17:08.713Z] fa301907e181: Layer already exists [2021-03-04T23:17:08.713Z] 42b41a53fb9a: Layer already exists [2021-03-04T23:17:08.713Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:df0b1278be027991b29f781ffda4d87cf92140800c598b00f21723431015c538 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:09.031Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:09.359Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-04T23:17:09.359Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-04T23:17:09.359Z] 42b41a53fb9a: Preparing [2021-03-04T23:17:09.359Z] ad74f5abf554: Preparing [2021-03-04T23:17:09.359Z] 0597b60fa013: Preparing [2021-03-04T23:17:09.359Z] fa301907e181: Preparing [2021-03-04T23:17:09.359Z] 33e8713114f8: Preparing [2021-03-04T23:17:09.359Z] ad74f5abf554: Layer already exists [2021-03-04T23:17:09.359Z] fa301907e181: Layer already exists [2021-03-04T23:17:09.359Z] 42b41a53fb9a: Layer already exists [2021-03-04T23:17:09.359Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:09.359Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:09.359Z] master: digest: sha256:df0b1278be027991b29f781ffda4d87cf92140800c598b00f21723431015c538 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:17:09.550Z] ===================================================== [Pipeline] echo [2021-03-04T23:17:09.598Z] taggedImages: [2021-03-04T23:17:09.598Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:09.598Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.113 [2021-03-04T23:17:09.598Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:09.598Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-04T23:17:09.660Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-04T23:17:09.660Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:09.660Z] 2.0.0-dev.113 [2021-03-04T23:17:09.660Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:09.660Z] master [2021-03-04T23:17:09.660Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:10.314Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:10.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:10.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-04T23:17:10.622Z] d84c2362d744: Preparing [2021-03-04T23:17:10.622Z] d84c2362d744: Preparing [2021-03-04T23:17:10.622Z] 92b35116d92b: Preparing [2021-03-04T23:17:10.622Z] 50b3c52ede9b: Preparing [2021-03-04T23:17:10.622Z] 546bee0c6ef1: Preparing [2021-03-04T23:17:10.622Z] f52e8167e85e: Preparing [2021-03-04T23:17:10.622Z] 0597b60fa013: Preparing [2021-03-04T23:17:10.622Z] e8d4c4a29c10: Preparing [2021-03-04T23:17:10.622Z] e8d4c4a29c10: Preparing [2021-03-04T23:17:10.622Z] 38d40de6d19b: Preparing [2021-03-04T23:17:10.622Z] dfc02093a89f: Preparing [2021-03-04T23:17:10.622Z] 33e8713114f8: Preparing [2021-03-04T23:17:10.622Z] 0597b60fa013: Waiting [2021-03-04T23:17:10.622Z] e8d4c4a29c10: Waiting [2021-03-04T23:17:10.622Z] 38d40de6d19b: Waiting [2021-03-04T23:17:10.622Z] dfc02093a89f: Waiting [2021-03-04T23:17:10.622Z] 33e8713114f8: Waiting [2021-03-04T23:17:10.885Z] d84c2362d744: Pushed [2021-03-04T23:17:11.149Z] 92b35116d92b: Pushed [2021-03-04T23:17:11.149Z] 546bee0c6ef1: Pushed [2021-03-04T23:17:11.149Z] 50b3c52ede9b: Pushed [2021-03-04T23:17:11.149Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:11.471Z] e8d4c4a29c10: Pushed [2021-03-04T23:17:11.471Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:11.471Z] 38d40de6d19b: Pushed [2021-03-04T23:17:11.471Z] dfc02093a89f: Pushed [2021-03-04T23:17:13.625Z] f52e8167e85e: Pushed [2021-03-04T23:17:13.906Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:79860e9ee19ecf251b84a7a9602da1057477724051d685eb0df107647ff5047b size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:14.518Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:14.828Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.113 [2021-03-04T23:17:14.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-04T23:17:14.828Z] d84c2362d744: Preparing [2021-03-04T23:17:14.828Z] d84c2362d744: Preparing [2021-03-04T23:17:14.828Z] 92b35116d92b: Preparing [2021-03-04T23:17:14.828Z] 50b3c52ede9b: Preparing [2021-03-04T23:17:14.828Z] 546bee0c6ef1: Preparing [2021-03-04T23:17:14.828Z] f52e8167e85e: Preparing [2021-03-04T23:17:14.828Z] 0597b60fa013: Preparing [2021-03-04T23:17:14.828Z] e8d4c4a29c10: Preparing [2021-03-04T23:17:14.828Z] e8d4c4a29c10: Preparing [2021-03-04T23:17:14.828Z] 38d40de6d19b: Preparing [2021-03-04T23:17:14.828Z] dfc02093a89f: Preparing [2021-03-04T23:17:14.828Z] 33e8713114f8: Preparing [2021-03-04T23:17:14.828Z] e8d4c4a29c10: Waiting [2021-03-04T23:17:14.828Z] 38d40de6d19b: Waiting [2021-03-04T23:17:14.828Z] dfc02093a89f: Waiting [2021-03-04T23:17:14.828Z] 33e8713114f8: Waiting [2021-03-04T23:17:14.828Z] 0597b60fa013: Waiting [2021-03-04T23:17:14.828Z] f52e8167e85e: Layer already exists [2021-03-04T23:17:14.828Z] d84c2362d744: Layer already exists [2021-03-04T23:17:14.828Z] 546bee0c6ef1: Layer already exists [2021-03-04T23:17:14.828Z] 92b35116d92b: Layer already exists [2021-03-04T23:17:14.828Z] 50b3c52ede9b: Layer already exists [2021-03-04T23:17:14.828Z] dfc02093a89f: Layer already exists [2021-03-04T23:17:14.828Z] e8d4c4a29c10: Layer already exists [2021-03-04T23:17:14.828Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:14.828Z] 38d40de6d19b: Layer already exists [2021-03-04T23:17:14.828Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:14.828Z] 2.0.0-dev.113: digest: sha256:79860e9ee19ecf251b84a7a9602da1057477724051d685eb0df107647ff5047b size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:15.258Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:16.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:16.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-04T23:17:16.135Z] d84c2362d744: Preparing [2021-03-04T23:17:16.135Z] d84c2362d744: Preparing [2021-03-04T23:17:16.135Z] 92b35116d92b: Preparing [2021-03-04T23:17:16.135Z] 50b3c52ede9b: Preparing [2021-03-04T23:17:16.135Z] 546bee0c6ef1: Preparing [2021-03-04T23:17:16.135Z] f52e8167e85e: Preparing [2021-03-04T23:17:16.135Z] 0597b60fa013: Preparing [2021-03-04T23:17:16.135Z] e8d4c4a29c10: Preparing [2021-03-04T23:17:16.135Z] e8d4c4a29c10: Preparing [2021-03-04T23:17:16.135Z] 38d40de6d19b: Preparing [2021-03-04T23:17:16.135Z] dfc02093a89f: Preparing [2021-03-04T23:17:16.135Z] 33e8713114f8: Preparing [2021-03-04T23:17:16.135Z] 0597b60fa013: Waiting [2021-03-04T23:17:16.135Z] e8d4c4a29c10: Waiting [2021-03-04T23:17:16.135Z] 38d40de6d19b: Waiting [2021-03-04T23:17:16.135Z] dfc02093a89f: Waiting [2021-03-04T23:17:16.135Z] 33e8713114f8: Waiting [2021-03-04T23:17:16.135Z] 50b3c52ede9b: Layer already exists [2021-03-04T23:17:16.135Z] 546bee0c6ef1: Layer already exists [2021-03-04T23:17:16.135Z] d84c2362d744: Layer already exists [2021-03-04T23:17:16.135Z] 92b35116d92b: Layer already exists [2021-03-04T23:17:16.135Z] f52e8167e85e: Layer already exists [2021-03-04T23:17:16.135Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:16.135Z] e8d4c4a29c10: Layer already exists [2021-03-04T23:17:16.135Z] dfc02093a89f: Layer already exists [2021-03-04T23:17:16.135Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:16.135Z] 38d40de6d19b: Layer already exists [2021-03-04T23:17:16.401Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:79860e9ee19ecf251b84a7a9602da1057477724051d685eb0df107647ff5047b size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:16.784Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:17.109Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-04T23:17:17.109Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-04T23:17:17.109Z] d84c2362d744: Preparing [2021-03-04T23:17:17.109Z] d84c2362d744: Preparing [2021-03-04T23:17:17.109Z] 92b35116d92b: Preparing [2021-03-04T23:17:17.109Z] 50b3c52ede9b: Preparing [2021-03-04T23:17:17.109Z] 546bee0c6ef1: Preparing [2021-03-04T23:17:17.109Z] f52e8167e85e: Preparing [2021-03-04T23:17:17.109Z] 0597b60fa013: Preparing [2021-03-04T23:17:17.109Z] e8d4c4a29c10: Preparing [2021-03-04T23:17:17.109Z] e8d4c4a29c10: Preparing [2021-03-04T23:17:17.109Z] 38d40de6d19b: Preparing [2021-03-04T23:17:17.109Z] dfc02093a89f: Preparing [2021-03-04T23:17:17.109Z] 33e8713114f8: Preparing [2021-03-04T23:17:17.109Z] 0597b60fa013: Waiting [2021-03-04T23:17:17.109Z] e8d4c4a29c10: Waiting [2021-03-04T23:17:17.109Z] 38d40de6d19b: Waiting [2021-03-04T23:17:17.109Z] dfc02093a89f: Waiting [2021-03-04T23:17:17.109Z] 33e8713114f8: Waiting [2021-03-04T23:17:17.109Z] d84c2362d744: Layer already exists [2021-03-04T23:17:17.109Z] f52e8167e85e: Layer already exists [2021-03-04T23:17:17.109Z] 92b35116d92b: Layer already exists [2021-03-04T23:17:17.109Z] 50b3c52ede9b: Layer already exists [2021-03-04T23:17:17.109Z] 546bee0c6ef1: Layer already exists [2021-03-04T23:17:17.109Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:17.109Z] e8d4c4a29c10: Layer already exists [2021-03-04T23:17:17.109Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:17.109Z] dfc02093a89f: Layer already exists [2021-03-04T23:17:17.109Z] 38d40de6d19b: Layer already exists [2021-03-04T23:17:17.372Z] master: digest: sha256:79860e9ee19ecf251b84a7a9602da1057477724051d685eb0df107647ff5047b size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:17:17.632Z] ===================================================== [Pipeline] echo [2021-03-04T23:17:17.680Z] taggedImages: [2021-03-04T23:17:17.680Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:17.680Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.113 [2021-03-04T23:17:17.680Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:17.680Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-04T23:17:17.775Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-04T23:17:17.775Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:17.775Z] 2.0.0-dev.113 [2021-03-04T23:17:17.775Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:17.775Z] master [2021-03-04T23:17:17.775Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:18.285Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:18.867Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:18.867Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-04T23:17:18.867Z] 7027ee067ec5: Preparing [2021-03-04T23:17:18.867Z] 0d31b96b3bec: Preparing [2021-03-04T23:17:18.867Z] 43cdabb03092: Preparing [2021-03-04T23:17:18.867Z] 2c2c4f2029c7: Preparing [2021-03-04T23:17:18.867Z] c2e7dd598a7a: Preparing [2021-03-04T23:17:18.867Z] 33e8713114f8: Preparing [2021-03-04T23:17:18.867Z] 33e8713114f8: Waiting [2021-03-04T23:17:19.140Z] 43cdabb03092: Pushed [2021-03-04T23:17:19.140Z] 2c2c4f2029c7: Pushed [2021-03-04T23:17:19.140Z] c2e7dd598a7a: Pushed [2021-03-04T23:17:19.410Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:20.879Z] 0d31b96b3bec: Pushed [2021-03-04T23:17:20.879Z] 7027ee067ec5: Pushed [2021-03-04T23:17:21.182Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:fff0452fefbaa1a9034f3d5990b2529ac11daf1a588975d508b640baea27fab4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:22.311Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:22.991Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.113 [2021-03-04T23:17:23.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-04T23:17:23.258Z] 7027ee067ec5: Preparing [2021-03-04T23:17:23.258Z] 0d31b96b3bec: Preparing [2021-03-04T23:17:23.258Z] 43cdabb03092: Preparing [2021-03-04T23:17:23.258Z] 2c2c4f2029c7: Preparing [2021-03-04T23:17:23.258Z] c2e7dd598a7a: Preparing [2021-03-04T23:17:23.258Z] 33e8713114f8: Preparing [2021-03-04T23:17:23.258Z] 33e8713114f8: Waiting [2021-03-04T23:17:23.258Z] c2e7dd598a7a: Layer already exists [2021-03-04T23:17:23.258Z] 0d31b96b3bec: Layer already exists [2021-03-04T23:17:23.258Z] 2c2c4f2029c7: Layer already exists [2021-03-04T23:17:23.258Z] 43cdabb03092: Layer already exists [2021-03-04T23:17:23.258Z] 7027ee067ec5: Layer already exists [2021-03-04T23:17:23.258Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:23.258Z] 2.0.0-dev.113: digest: sha256:fff0452fefbaa1a9034f3d5990b2529ac11daf1a588975d508b640baea27fab4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:23.577Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:23.910Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:23.910Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-04T23:17:23.910Z] 7027ee067ec5: Preparing [2021-03-04T23:17:23.910Z] 0d31b96b3bec: Preparing [2021-03-04T23:17:23.910Z] 43cdabb03092: Preparing [2021-03-04T23:17:23.910Z] 2c2c4f2029c7: Preparing [2021-03-04T23:17:23.910Z] c2e7dd598a7a: Preparing [2021-03-04T23:17:23.910Z] 33e8713114f8: Preparing [2021-03-04T23:17:23.910Z] 33e8713114f8: Waiting [2021-03-04T23:17:23.910Z] 2c2c4f2029c7: Layer already exists [2021-03-04T23:17:23.910Z] 43cdabb03092: Layer already exists [2021-03-04T23:17:23.910Z] 0d31b96b3bec: Layer already exists [2021-03-04T23:17:23.910Z] 7027ee067ec5: Layer already exists [2021-03-04T23:17:23.910Z] c2e7dd598a7a: Layer already exists [2021-03-04T23:17:23.910Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:24.179Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:fff0452fefbaa1a9034f3d5990b2529ac11daf1a588975d508b640baea27fab4 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:24.518Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:24.844Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-04T23:17:24.844Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-04T23:17:24.844Z] 7027ee067ec5: Preparing [2021-03-04T23:17:24.844Z] 0d31b96b3bec: Preparing [2021-03-04T23:17:24.844Z] 43cdabb03092: Preparing [2021-03-04T23:17:24.844Z] 2c2c4f2029c7: Preparing [2021-03-04T23:17:24.844Z] c2e7dd598a7a: Preparing [2021-03-04T23:17:24.844Z] 33e8713114f8: Preparing [2021-03-04T23:17:24.844Z] 33e8713114f8: Waiting [2021-03-04T23:17:24.844Z] 7027ee067ec5: Layer already exists [2021-03-04T23:17:24.845Z] 2c2c4f2029c7: Layer already exists [2021-03-04T23:17:24.845Z] c2e7dd598a7a: Layer already exists [2021-03-04T23:17:24.845Z] 43cdabb03092: Layer already exists [2021-03-04T23:17:24.845Z] 0d31b96b3bec: Layer already exists [2021-03-04T23:17:24.845Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:25.108Z] master: digest: sha256:fff0452fefbaa1a9034f3d5990b2529ac11daf1a588975d508b640baea27fab4 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:17:25.287Z] ===================================================== [Pipeline] echo [2021-03-04T23:17:25.336Z] taggedImages: [2021-03-04T23:17:25.336Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:25.336Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.113 [2021-03-04T23:17:25.336Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:25.336Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-04T23:17:25.416Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-04T23:17:25.416Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:25.416Z] 2.0.0-dev.113 [2021-03-04T23:17:25.416Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:25.416Z] master [2021-03-04T23:17:25.416Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:25.904Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:26.235Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:26.235Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-04T23:17:26.235Z] 4a32ea5eeefb: Preparing [2021-03-04T23:17:26.235Z] e447236574de: Preparing [2021-03-04T23:17:26.235Z] e80db635135d: Preparing [2021-03-04T23:17:26.235Z] c02f5d759da6: Preparing [2021-03-04T23:17:26.235Z] 14f17aa4cf21: Preparing [2021-03-04T23:17:26.235Z] 70c82cde8362: Preparing [2021-03-04T23:17:26.235Z] 107b631bc3b9: Preparing [2021-03-04T23:17:26.235Z] 2db27560159b: Preparing [2021-03-04T23:17:26.235Z] 33e8713114f8: Preparing [2021-03-04T23:17:26.235Z] 107b631bc3b9: Waiting [2021-03-04T23:17:26.235Z] 70c82cde8362: Waiting [2021-03-04T23:17:26.235Z] 2db27560159b: Waiting [2021-03-04T23:17:26.235Z] 33e8713114f8: Waiting [2021-03-04T23:17:26.526Z] 14f17aa4cf21: Pushed [2021-03-04T23:17:26.527Z] e447236574de: Pushed [2021-03-04T23:17:26.527Z] 4a32ea5eeefb: Pushed [2021-03-04T23:17:26.819Z] 70c82cde8362: Pushed [2021-03-04T23:17:26.819Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:27.097Z] 107b631bc3b9: Pushed [2021-03-04T23:17:28.469Z] e80db635135d: Pushed [2021-03-04T23:17:28.469Z] c02f5d759da6: Pushed [2021-03-04T23:17:28.841Z] 2db27560159b: Pushed [2021-03-04T23:17:29.224Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:f7c9949a1230b97889658b3891d10d40232a23e3ddedb541b6638a66ca2bbc64 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:29.623Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:30.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.113 [2021-03-04T23:17:30.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-04T23:17:30.901Z] 4a32ea5eeefb: Preparing [2021-03-04T23:17:30.901Z] e447236574de: Preparing [2021-03-04T23:17:30.901Z] e80db635135d: Preparing [2021-03-04T23:17:30.901Z] c02f5d759da6: Preparing [2021-03-04T23:17:30.901Z] 14f17aa4cf21: Preparing [2021-03-04T23:17:30.901Z] 70c82cde8362: Preparing [2021-03-04T23:17:30.901Z] 107b631bc3b9: Preparing [2021-03-04T23:17:30.901Z] 2db27560159b: Preparing [2021-03-04T23:17:30.901Z] 33e8713114f8: Preparing [2021-03-04T23:17:30.901Z] 70c82cde8362: Waiting [2021-03-04T23:17:30.901Z] 107b631bc3b9: Waiting [2021-03-04T23:17:30.901Z] 2db27560159b: Waiting [2021-03-04T23:17:30.901Z] 33e8713114f8: Waiting [2021-03-04T23:17:30.901Z] 4a32ea5eeefb: Layer already exists [2021-03-04T23:17:30.901Z] 14f17aa4cf21: Layer already exists [2021-03-04T23:17:30.901Z] e80db635135d: Layer already exists [2021-03-04T23:17:30.901Z] e447236574de: Layer already exists [2021-03-04T23:17:31.167Z] c02f5d759da6: Layer already exists [2021-03-04T23:17:31.167Z] 107b631bc3b9: Layer already exists [2021-03-04T23:17:31.167Z] 70c82cde8362: Layer already exists [2021-03-04T23:17:31.167Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:31.167Z] 2db27560159b: Layer already exists [2021-03-04T23:17:31.167Z] 2.0.0-dev.113: digest: sha256:f7c9949a1230b97889658b3891d10d40232a23e3ddedb541b6638a66ca2bbc64 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:31.621Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:32.323Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:32.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-04T23:17:32.593Z] 4a32ea5eeefb: Preparing [2021-03-04T23:17:32.593Z] e447236574de: Preparing [2021-03-04T23:17:32.593Z] e80db635135d: Preparing [2021-03-04T23:17:32.593Z] c02f5d759da6: Preparing [2021-03-04T23:17:32.593Z] 14f17aa4cf21: Preparing [2021-03-04T23:17:32.593Z] 70c82cde8362: Preparing [2021-03-04T23:17:32.593Z] 107b631bc3b9: Preparing [2021-03-04T23:17:32.593Z] 2db27560159b: Preparing [2021-03-04T23:17:32.593Z] 33e8713114f8: Preparing [2021-03-04T23:17:32.593Z] 70c82cde8362: Waiting [2021-03-04T23:17:32.593Z] 107b631bc3b9: Waiting [2021-03-04T23:17:32.593Z] 2db27560159b: Waiting [2021-03-04T23:17:32.593Z] 33e8713114f8: Waiting [2021-03-04T23:17:32.593Z] 14f17aa4cf21: Layer already exists [2021-03-04T23:17:32.593Z] 4a32ea5eeefb: Layer already exists [2021-03-04T23:17:32.593Z] e447236574de: Layer already exists [2021-03-04T23:17:32.593Z] e80db635135d: Layer already exists [2021-03-04T23:17:32.593Z] c02f5d759da6: Layer already exists [2021-03-04T23:17:32.593Z] 107b631bc3b9: Layer already exists [2021-03-04T23:17:32.593Z] 70c82cde8362: Layer already exists [2021-03-04T23:17:32.593Z] 2db27560159b: Layer already exists [2021-03-04T23:17:32.593Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:32.901Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:f7c9949a1230b97889658b3891d10d40232a23e3ddedb541b6638a66ca2bbc64 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:33.378Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:33.782Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-04T23:17:33.782Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-04T23:17:33.782Z] 4a32ea5eeefb: Preparing [2021-03-04T23:17:33.782Z] e447236574de: Preparing [2021-03-04T23:17:33.782Z] e80db635135d: Preparing [2021-03-04T23:17:33.782Z] c02f5d759da6: Preparing [2021-03-04T23:17:33.782Z] 14f17aa4cf21: Preparing [2021-03-04T23:17:33.782Z] 70c82cde8362: Preparing [2021-03-04T23:17:33.782Z] 107b631bc3b9: Preparing [2021-03-04T23:17:33.782Z] 2db27560159b: Preparing [2021-03-04T23:17:33.782Z] 33e8713114f8: Preparing [2021-03-04T23:17:33.782Z] 107b631bc3b9: Waiting [2021-03-04T23:17:33.782Z] 2db27560159b: Waiting [2021-03-04T23:17:33.782Z] 33e8713114f8: Waiting [2021-03-04T23:17:33.782Z] 70c82cde8362: Waiting [2021-03-04T23:17:33.782Z] 14f17aa4cf21: Layer already exists [2021-03-04T23:17:33.782Z] c02f5d759da6: Layer already exists [2021-03-04T23:17:33.782Z] 4a32ea5eeefb: Layer already exists [2021-03-04T23:17:33.782Z] e447236574de: Layer already exists [2021-03-04T23:17:33.782Z] e80db635135d: Layer already exists [2021-03-04T23:17:33.782Z] 107b631bc3b9: Layer already exists [2021-03-04T23:17:33.782Z] 70c82cde8362: Layer already exists [2021-03-04T23:17:33.782Z] 2db27560159b: Layer already exists [2021-03-04T23:17:33.782Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:34.049Z] master: digest: sha256:f7c9949a1230b97889658b3891d10d40232a23e3ddedb541b6638a66ca2bbc64 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:17:34.251Z] ===================================================== [Pipeline] echo [2021-03-04T23:17:34.299Z] taggedImages: [2021-03-04T23:17:34.299Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:34.299Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.113 [2021-03-04T23:17:34.299Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:34.299Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-04T23:17:34.419Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-04T23:17:34.419Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:34.419Z] 2.0.0-dev.113 [2021-03-04T23:17:34.419Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:34.419Z] master [2021-03-04T23:17:34.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:34.910Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:35.247Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:35.247Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-04T23:17:35.247Z] 32d70f743426: Preparing [2021-03-04T23:17:35.247Z] a90245dbdc9e: Preparing [2021-03-04T23:17:35.247Z] 0597b60fa013: Preparing [2021-03-04T23:17:35.247Z] 3b418e6e4444: Preparing [2021-03-04T23:17:35.247Z] 33e8713114f8: Preparing [2021-03-04T23:17:35.518Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:35.518Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:35.518Z] 32d70f743426: Pushed [2021-03-04T23:17:37.953Z] 3b418e6e4444: Pushed [2021-03-04T23:17:38.428Z] a90245dbdc9e: Pushed [2021-03-04T23:17:38.693Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:58a55d8a58c378bb7bf7b40840e0494f90b9a41991d7bb9742962f4e5d0f2c0c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:39.013Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:39.333Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.113 [2021-03-04T23:17:39.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-04T23:17:39.333Z] 32d70f743426: Preparing [2021-03-04T23:17:39.333Z] a90245dbdc9e: Preparing [2021-03-04T23:17:39.333Z] 0597b60fa013: Preparing [2021-03-04T23:17:39.333Z] 3b418e6e4444: Preparing [2021-03-04T23:17:39.333Z] 33e8713114f8: Preparing [2021-03-04T23:17:39.333Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:39.333Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:39.333Z] 32d70f743426: Layer already exists [2021-03-04T23:17:39.333Z] a90245dbdc9e: Layer already exists [2021-03-04T23:17:39.333Z] 3b418e6e4444: Layer already exists [2021-03-04T23:17:39.333Z] 2.0.0-dev.113: digest: sha256:58a55d8a58c378bb7bf7b40840e0494f90b9a41991d7bb9742962f4e5d0f2c0c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:39.659Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:39.970Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:39.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-04T23:17:39.970Z] 32d70f743426: Preparing [2021-03-04T23:17:39.970Z] a90245dbdc9e: Preparing [2021-03-04T23:17:39.970Z] 0597b60fa013: Preparing [2021-03-04T23:17:39.970Z] 3b418e6e4444: Preparing [2021-03-04T23:17:39.970Z] 33e8713114f8: Preparing [2021-03-04T23:17:39.970Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:39.970Z] 3b418e6e4444: Layer already exists [2021-03-04T23:17:39.970Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:39.970Z] 32d70f743426: Layer already exists [2021-03-04T23:17:39.970Z] a90245dbdc9e: Layer already exists [2021-03-04T23:17:39.970Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:58a55d8a58c378bb7bf7b40840e0494f90b9a41991d7bb9742962f4e5d0f2c0c size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:40.297Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:40.603Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-04T23:17:40.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-04T23:17:40.603Z] 32d70f743426: Preparing [2021-03-04T23:17:40.603Z] a90245dbdc9e: Preparing [2021-03-04T23:17:40.603Z] 0597b60fa013: Preparing [2021-03-04T23:17:40.603Z] 3b418e6e4444: Preparing [2021-03-04T23:17:40.603Z] 33e8713114f8: Preparing [2021-03-04T23:17:40.603Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:40.603Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:40.603Z] 32d70f743426: Layer already exists [2021-03-04T23:17:40.603Z] 3b418e6e4444: Layer already exists [2021-03-04T23:17:40.603Z] a90245dbdc9e: Layer already exists [2021-03-04T23:17:40.603Z] master: digest: sha256:58a55d8a58c378bb7bf7b40840e0494f90b9a41991d7bb9742962f4e5d0f2c0c size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:17:40.819Z] ===================================================== [Pipeline] echo [2021-03-04T23:17:40.911Z] taggedImages: [2021-03-04T23:17:40.912Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:40.912Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.113 [2021-03-04T23:17:40.912Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:40.912Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-04T23:17:40.980Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-04T23:17:40.980Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:40.980Z] 2.0.0-dev.113 [2021-03-04T23:17:40.980Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:40.980Z] master [2021-03-04T23:17:40.980Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:41.555Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:41.877Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:41.877Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-04T23:17:42.471Z] c59c22298217: Preparing [2021-03-04T23:17:42.471Z] f3373cf5757c: Preparing [2021-03-04T23:17:42.472Z] 0597b60fa013: Preparing [2021-03-04T23:17:42.472Z] fa301907e181: Preparing [2021-03-04T23:17:42.472Z] 33e8713114f8: Preparing [2021-03-04T23:17:42.472Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:42.472Z] fa301907e181: Layer already exists [2021-03-04T23:17:42.738Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:42.738Z] c59c22298217: Pushed [2021-03-04T23:17:44.148Z] f3373cf5757c: Pushed [2021-03-04T23:17:44.148Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:bbc3096a9c72cef51826b8da4816c0b4b41790bcb999df8516eeb58710d2af0e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:44.497Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:45.095Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.113 [2021-03-04T23:17:45.095Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-04T23:17:45.095Z] c59c22298217: Preparing [2021-03-04T23:17:45.095Z] f3373cf5757c: Preparing [2021-03-04T23:17:45.095Z] 0597b60fa013: Preparing [2021-03-04T23:17:45.095Z] fa301907e181: Preparing [2021-03-04T23:17:45.095Z] 33e8713114f8: Preparing [2021-03-04T23:17:45.095Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:45.095Z] c59c22298217: Layer already exists [2021-03-04T23:17:45.095Z] f3373cf5757c: Layer already exists [2021-03-04T23:17:45.095Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:45.095Z] fa301907e181: Layer already exists [2021-03-04T23:17:45.358Z] 2.0.0-dev.113: digest: sha256:bbc3096a9c72cef51826b8da4816c0b4b41790bcb999df8516eeb58710d2af0e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:45.679Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:45.989Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:45.989Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-04T23:17:45.989Z] c59c22298217: Preparing [2021-03-04T23:17:45.989Z] f3373cf5757c: Preparing [2021-03-04T23:17:45.989Z] 0597b60fa013: Preparing [2021-03-04T23:17:45.989Z] fa301907e181: Preparing [2021-03-04T23:17:45.989Z] 33e8713114f8: Preparing [2021-03-04T23:17:45.989Z] c59c22298217: Layer already exists [2021-03-04T23:17:45.989Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:45.989Z] f3373cf5757c: Layer already exists [2021-03-04T23:17:45.989Z] fa301907e181: Layer already exists [2021-03-04T23:17:45.989Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:45.989Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:bbc3096a9c72cef51826b8da4816c0b4b41790bcb999df8516eeb58710d2af0e size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:46.308Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:46.622Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-04T23:17:46.622Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-04T23:17:46.622Z] c59c22298217: Preparing [2021-03-04T23:17:46.622Z] f3373cf5757c: Preparing [2021-03-04T23:17:46.622Z] 0597b60fa013: Preparing [2021-03-04T23:17:46.622Z] fa301907e181: Preparing [2021-03-04T23:17:46.622Z] 33e8713114f8: Preparing [2021-03-04T23:17:46.622Z] f3373cf5757c: Layer already exists [2021-03-04T23:17:46.622Z] c59c22298217: Layer already exists [2021-03-04T23:17:46.622Z] fa301907e181: Layer already exists [2021-03-04T23:17:46.622Z] 0597b60fa013: Layer already exists [2021-03-04T23:17:46.622Z] 33e8713114f8: Layer already exists [2021-03-04T23:17:46.888Z] master: digest: sha256:bbc3096a9c72cef51826b8da4816c0b4b41790bcb999df8516eeb58710d2af0e size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:17:47.068Z] ===================================================== [Pipeline] echo [2021-03-04T23:17:47.115Z] taggedImages: [2021-03-04T23:17:47.115Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:47.115Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.113 [2021-03-04T23:17:47.115Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:47.115Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-04T23:17:47.181Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-04T23:17:47.181Z] 8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:47.181Z] 2.0.0-dev.113 [2021-03-04T23:17:47.181Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:17:47.181Z] master [2021-03-04T23:17:47.181Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:47.684Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:17:48.019Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:17:48.019Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-04T23:17:48.019Z] 2c9c741f990d: Preparing [2021-03-04T23:17:48.019Z] 617350bcbf97: Preparing [2021-03-04T23:17:48.019Z] e104b21d2f21: Preparing [2021-03-04T23:17:48.019Z] 21a10aa0ee32: Preparing [2021-03-04T23:17:48.019Z] dd3591c0e276: Preparing [2021-03-04T23:17:48.019Z] ba23df04de42: Preparing [2021-03-04T23:17:48.019Z] 598aa8c17d9f: Preparing [2021-03-04T23:17:48.019Z] 0754057c0ad3: Preparing [2021-03-04T23:17:48.019Z] 998cdf262ab1: Preparing [2021-03-04T23:17:48.019Z] 02e56110abd2: Preparing [2021-03-04T23:17:48.019Z] abc36efb885a: Preparing [2021-03-04T23:17:48.019Z] b0b09059f4e1: Preparing [2021-03-04T23:17:48.019Z] bb961f40224b: Preparing [2021-03-04T23:17:48.019Z] f4666769fca7: Preparing [2021-03-04T23:17:48.019Z] ba23df04de42: Waiting [2021-03-04T23:17:48.019Z] 598aa8c17d9f: Waiting [2021-03-04T23:17:48.019Z] 0754057c0ad3: Waiting [2021-03-04T23:17:48.019Z] 998cdf262ab1: Waiting [2021-03-04T23:17:48.019Z] bb961f40224b: Waiting [2021-03-04T23:17:48.019Z] 02e56110abd2: Waiting [2021-03-04T23:17:48.019Z] abc36efb885a: Waiting [2021-03-04T23:17:48.019Z] b0b09059f4e1: Waiting [2021-03-04T23:17:48.019Z] f4666769fca7: Waiting [2021-03-04T23:17:48.314Z] dd3591c0e276: Pushed [2021-03-04T23:17:48.314Z] 2c9c741f990d: Pushed [2021-03-04T23:17:48.931Z] 21a10aa0ee32: Pushed [2021-03-04T23:17:49.609Z] 617350bcbf97: Pushed [2021-03-04T23:17:50.192Z] ba23df04de42: Pushed [2021-03-04T23:17:52.440Z] 0754057c0ad3: Layer already exists [2021-03-04T23:17:52.440Z] 998cdf262ab1: Layer already exists [2021-03-04T23:17:52.440Z] 02e56110abd2: Layer already exists [2021-03-04T23:17:52.440Z] b0b09059f4e1: Layer already exists [2021-03-04T23:17:52.440Z] abc36efb885a: Layer already exists [2021-03-04T23:17:52.440Z] bb961f40224b: Layer already exists [2021-03-04T23:17:52.440Z] f4666769fca7: Layer already exists [2021-03-04T23:17:52.440Z] 598aa8c17d9f: Pushed [2021-03-04T23:18:10.837Z] e104b21d2f21: Pushed [2021-03-04T23:18:10.837Z] 8a562533c14a3b85d4c48007758f286d837d2a70: digest: sha256:7aba457b36b9baa0bf2c8684bb597dec75a0f283c085b6d45ce9c7c8b036e191 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:11.157Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:11.470Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.113 [2021-03-04T23:18:11.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-04T23:18:11.470Z] 2c9c741f990d: Preparing [2021-03-04T23:18:11.470Z] 617350bcbf97: Preparing [2021-03-04T23:18:11.470Z] e104b21d2f21: Preparing [2021-03-04T23:18:11.470Z] 21a10aa0ee32: Preparing [2021-03-04T23:18:11.470Z] dd3591c0e276: Preparing [2021-03-04T23:18:11.470Z] ba23df04de42: Preparing [2021-03-04T23:18:11.470Z] 598aa8c17d9f: Preparing [2021-03-04T23:18:11.470Z] 0754057c0ad3: Preparing [2021-03-04T23:18:11.470Z] 998cdf262ab1: Preparing [2021-03-04T23:18:11.470Z] 02e56110abd2: Preparing [2021-03-04T23:18:11.470Z] abc36efb885a: Preparing [2021-03-04T23:18:11.470Z] b0b09059f4e1: Preparing [2021-03-04T23:18:11.470Z] bb961f40224b: Preparing [2021-03-04T23:18:11.470Z] f4666769fca7: Preparing [2021-03-04T23:18:11.470Z] 998cdf262ab1: Waiting [2021-03-04T23:18:11.470Z] 02e56110abd2: Waiting [2021-03-04T23:18:11.470Z] abc36efb885a: Waiting [2021-03-04T23:18:11.470Z] b0b09059f4e1: Waiting [2021-03-04T23:18:11.470Z] bb961f40224b: Waiting [2021-03-04T23:18:11.470Z] f4666769fca7: Waiting [2021-03-04T23:18:11.470Z] ba23df04de42: Waiting [2021-03-04T23:18:11.470Z] 598aa8c17d9f: Waiting [2021-03-04T23:18:11.470Z] 0754057c0ad3: Waiting [2021-03-04T23:18:11.470Z] 2c9c741f990d: Layer already exists [2021-03-04T23:18:11.470Z] 21a10aa0ee32: Layer already exists [2021-03-04T23:18:11.470Z] e104b21d2f21: Layer already exists [2021-03-04T23:18:11.470Z] 617350bcbf97: Layer already exists [2021-03-04T23:18:11.470Z] dd3591c0e276: Layer already exists [2021-03-04T23:18:11.470Z] ba23df04de42: Layer already exists [2021-03-04T23:18:11.470Z] 0754057c0ad3: Layer already exists [2021-03-04T23:18:11.470Z] 02e56110abd2: Layer already exists [2021-03-04T23:18:11.470Z] 598aa8c17d9f: Layer already exists [2021-03-04T23:18:11.470Z] 998cdf262ab1: Layer already exists [2021-03-04T23:18:11.470Z] bb961f40224b: Layer already exists [2021-03-04T23:18:11.470Z] f4666769fca7: Layer already exists [2021-03-04T23:18:11.470Z] b0b09059f4e1: Layer already exists [2021-03-04T23:18:11.470Z] abc36efb885a: Layer already exists [2021-03-04T23:18:11.732Z] 2.0.0-dev.113: digest: sha256:7aba457b36b9baa0bf2c8684bb597dec75a0f283c085b6d45ce9c7c8b036e191 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:12.049Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:12.373Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:18:12.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-04T23:18:12.373Z] 2c9c741f990d: Preparing [2021-03-04T23:18:12.373Z] 617350bcbf97: Preparing [2021-03-04T23:18:12.373Z] e104b21d2f21: Preparing [2021-03-04T23:18:12.373Z] 21a10aa0ee32: Preparing [2021-03-04T23:18:12.373Z] dd3591c0e276: Preparing [2021-03-04T23:18:12.373Z] ba23df04de42: Preparing [2021-03-04T23:18:12.373Z] 598aa8c17d9f: Preparing [2021-03-04T23:18:12.373Z] 0754057c0ad3: Preparing [2021-03-04T23:18:12.373Z] 998cdf262ab1: Preparing [2021-03-04T23:18:12.373Z] 02e56110abd2: Preparing [2021-03-04T23:18:12.373Z] abc36efb885a: Preparing [2021-03-04T23:18:12.373Z] b0b09059f4e1: Preparing [2021-03-04T23:18:12.373Z] bb961f40224b: Preparing [2021-03-04T23:18:12.373Z] f4666769fca7: Preparing [2021-03-04T23:18:12.373Z] ba23df04de42: Waiting [2021-03-04T23:18:12.373Z] 598aa8c17d9f: Waiting [2021-03-04T23:18:12.373Z] 0754057c0ad3: Waiting [2021-03-04T23:18:12.373Z] 998cdf262ab1: Waiting [2021-03-04T23:18:12.373Z] 02e56110abd2: Waiting [2021-03-04T23:18:12.373Z] abc36efb885a: Waiting [2021-03-04T23:18:12.373Z] b0b09059f4e1: Waiting [2021-03-04T23:18:12.373Z] bb961f40224b: Waiting [2021-03-04T23:18:12.373Z] f4666769fca7: Waiting [2021-03-04T23:18:12.373Z] 617350bcbf97: Layer already exists [2021-03-04T23:18:12.373Z] dd3591c0e276: Layer already exists [2021-03-04T23:18:12.373Z] 21a10aa0ee32: Layer already exists [2021-03-04T23:18:12.373Z] e104b21d2f21: Layer already exists [2021-03-04T23:18:12.373Z] 2c9c741f990d: Layer already exists [2021-03-04T23:18:12.373Z] 998cdf262ab1: Layer already exists [2021-03-04T23:18:12.373Z] 0754057c0ad3: Layer already exists [2021-03-04T23:18:12.373Z] 598aa8c17d9f: Layer already exists [2021-03-04T23:18:12.373Z] ba23df04de42: Layer already exists [2021-03-04T23:18:12.373Z] 02e56110abd2: Layer already exists [2021-03-04T23:18:12.373Z] f4666769fca7: Layer already exists [2021-03-04T23:18:12.373Z] b0b09059f4e1: Layer already exists [2021-03-04T23:18:12.373Z] abc36efb885a: Layer already exists [2021-03-04T23:18:12.373Z] bb961f40224b: Layer already exists [2021-03-04T23:18:12.636Z] 8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113: digest: sha256:7aba457b36b9baa0bf2c8684bb597dec75a0f283c085b6d45ce9c7c8b036e191 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:12.985Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:14.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-04T23:18:14.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-04T23:18:14.352Z] 2c9c741f990d: Preparing [2021-03-04T23:18:14.352Z] 617350bcbf97: Preparing [2021-03-04T23:18:14.352Z] e104b21d2f21: Preparing [2021-03-04T23:18:14.352Z] 21a10aa0ee32: Preparing [2021-03-04T23:18:14.352Z] dd3591c0e276: Preparing [2021-03-04T23:18:14.352Z] ba23df04de42: Preparing [2021-03-04T23:18:14.352Z] 598aa8c17d9f: Preparing [2021-03-04T23:18:14.352Z] 0754057c0ad3: Preparing [2021-03-04T23:18:14.352Z] 998cdf262ab1: Preparing [2021-03-04T23:18:14.352Z] 02e56110abd2: Preparing [2021-03-04T23:18:14.352Z] abc36efb885a: Preparing [2021-03-04T23:18:14.352Z] b0b09059f4e1: Preparing [2021-03-04T23:18:14.352Z] bb961f40224b: Preparing [2021-03-04T23:18:14.352Z] f4666769fca7: Preparing [2021-03-04T23:18:14.352Z] ba23df04de42: Waiting [2021-03-04T23:18:14.352Z] 598aa8c17d9f: Waiting [2021-03-04T23:18:14.352Z] 0754057c0ad3: Waiting [2021-03-04T23:18:14.352Z] 998cdf262ab1: Waiting [2021-03-04T23:18:14.352Z] 02e56110abd2: Waiting [2021-03-04T23:18:14.352Z] b0b09059f4e1: Waiting [2021-03-04T23:18:14.352Z] bb961f40224b: Waiting [2021-03-04T23:18:14.352Z] f4666769fca7: Waiting [2021-03-04T23:18:14.352Z] abc36efb885a: Waiting [2021-03-04T23:18:14.636Z] 2c9c741f990d: Layer already exists [2021-03-04T23:18:14.636Z] e104b21d2f21: Layer already exists [2021-03-04T23:18:14.636Z] dd3591c0e276: Layer already exists [2021-03-04T23:18:14.636Z] 21a10aa0ee32: Layer already exists [2021-03-04T23:18:14.636Z] 617350bcbf97: Layer already exists [2021-03-04T23:18:14.636Z] 998cdf262ab1: Layer already exists [2021-03-04T23:18:14.636Z] 0754057c0ad3: Layer already exists [2021-03-04T23:18:14.636Z] 02e56110abd2: Layer already exists [2021-03-04T23:18:14.636Z] ba23df04de42: Layer already exists [2021-03-04T23:18:14.636Z] 598aa8c17d9f: Layer already exists [2021-03-04T23:18:14.636Z] abc36efb885a: Layer already exists [2021-03-04T23:18:14.636Z] f4666769fca7: Layer already exists [2021-03-04T23:18:14.636Z] bb961f40224b: Layer already exists [2021-03-04T23:18:14.636Z] b0b09059f4e1: Layer already exists [2021-03-04T23:18:14.636Z] master: digest: sha256:7aba457b36b9baa0bf2c8684bb597dec75a0f283c085b6d45ce9c7c8b036e191 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-04T23:18:14.822Z] ===================================================== [Pipeline] echo [2021-03-04T23:18:14.915Z] taggedImages: [2021-03-04T23:18:14.915Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a562533c14a3b85d4c48007758f286d837d2a70 [2021-03-04T23:18:14.915Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.113 [2021-03-04T23:18:14.915Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:8a562533c14a3b85d4c48007758f286d837d2a70-2.0.0-dev.113 [2021-03-04T23:18:14.915Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-04T23:18:16.982Z] provisioning config files... [2021-03-04T23:18:17.001Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/380@tmp/config6967076938957444140tmp [Pipeline] { [Pipeline] sh [2021-03-04T23:18:17.727Z] + set +x [2021-03-04T23:18:17.727Z] + bash -s -- [2021-03-04T23:18:17.727Z] + curl -s https://codecov.io/bash [2021-03-04T23:18:18.608Z] [2021-03-04T23:18:18.608Z] _____ _ [2021-03-04T23:18:18.608Z] / ____| | | [2021-03-04T23:18:18.608Z] | | ___ __| | ___ ___ _____ __ [2021-03-04T23:18:18.608Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-04T23:18:18.608Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-04T23:18:18.608Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-04T23:18:18.608Z] Bash-20210226-7100762 [2021-03-04T23:18:18.608Z] [2021-03-04T23:18:18.608Z] [2021-03-04T23:18:18.608Z] ==> git version 2.24.3 found [2021-03-04T23:18:18.608Z] ==> 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-04T23:18:18.608Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-04T23:18:18.608Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-04T23:18:18.878Z] ==> Jenkins CI detected. [2021-03-04T23:18:18.878Z] project root: . [2021-03-04T23:18:18.878Z] --> token set from env [2021-03-04T23:18:19.147Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-04T23:18:19.147Z] ==> Running gcov in . (disable via -X gcov) [2021-03-04T23:18:19.147Z] ==> Python coveragepy not found [2021-03-04T23:18:19.147Z] ==> Searching for coverage reports in: [2021-03-04T23:18:19.147Z] + . [2021-03-04T23:18:19.410Z] -> Found 1 reports [2021-03-04T23:18:19.410Z] ==> Detecting git/mercurial file structure [2021-03-04T23:18:19.410Z] ==> Reading reports [2021-03-04T23:18:19.410Z] + ./coverage.out bytes=618155 [2021-03-04T23:18:19.410Z] ==> Appending adjustments [2021-03-04T23:18:19.410Z] https://docs.codecov.io/docs/fixing-reports [2021-03-04T23:18:29.892Z] + Found adjustments [2021-03-04T23:18:30.167Z] ==> Gzipping contents [2021-03-04T23:18:30.167Z] 92K /tmp/codecov.gNjU31.gz [2021-03-04T23:18:30.167Z] ==> Uploading reports [2021-03-04T23:18:30.167Z] url: https://codecov.io [2021-03-04T23:18:30.167Z] query: branch=master&commit=8a562533c14a3b85d4c48007758f286d837d2a70&build=380&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F380%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-04T23:18:30.167Z] -> Pinging Codecov [2021-03-04T23:18:30.167Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=master&commit=8a562533c14a3b85d4c48007758f286d837d2a70&build=380&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F380%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-04T23:18:30.766Z] -> Uploading to [2021-03-04T23:18:30.766Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-04/00271124DB129430A58F1EEE437C3FCB/8a562533c14a3b85d4c48007758f286d837d2a70/708d4a37-5f39-4fa8-b057-142aa7ea6502.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T231830Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f79c4a69d6dd8caabffab5744340b4a09dbae7d5edaf25973786624ec2a38eea [2021-03-04T23:18:30.766Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:18:30.766Z] Dload Upload Total Spent Left Speed [2021-03-04T23:18:31.367Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91395 0 0 100 91395 0 133k --:--:-- --:--:-- --:--:-- 133k [2021-03-04T23:18:31.367Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8a562533c14a3b85d4c48007758f286d837d2a70 [Pipeline] } [2021-03-04T23:18:31.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-04T23:18:32.275Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-04T23:18:32.352Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:33.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T23:18:35.494Z] [2021-03-04T23:18:35.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:18:35.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T23:18:36.217Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-04T23:18:36.217Z] 188c0c94c7c5: Already exists [2021-03-04T23:18:36.217Z] 0ef7d3d256c8: Already exists [2021-03-04T23:18:36.217Z] de9db76c5a1d: Already exists [2021-03-04T23:18:36.217Z] 0eba1c9be4d2: Pulling fs layer [2021-03-04T23:18:36.217Z] 0d57e429df01: Pulling fs layer [2021-03-04T23:18:36.217Z] 4e4be7b47b0d: Pulling fs layer [2021-03-04T23:18:36.217Z] e1f770b5df2f: Pulling fs layer [2021-03-04T23:18:36.217Z] 85a0685a4137: Pulling fs layer [2021-03-04T23:18:36.217Z] e1f770b5df2f: Waiting [2021-03-04T23:18:36.217Z] 85a0685a4137: Waiting [2021-03-04T23:18:36.487Z] 0d57e429df01: Verifying Checksum [2021-03-04T23:18:36.487Z] 0d57e429df01: Download complete [2021-03-04T23:18:36.487Z] 4e4be7b47b0d: Verifying Checksum [2021-03-04T23:18:36.487Z] 4e4be7b47b0d: Download complete [2021-03-04T23:18:39.066Z] e1f770b5df2f: Verifying Checksum [2021-03-04T23:18:39.066Z] e1f770b5df2f: Download complete [2021-03-04T23:18:42.458Z] 0eba1c9be4d2: Download complete [2021-03-04T23:18:43.066Z] 85a0685a4137: Verifying Checksum [2021-03-04T23:18:43.066Z] 85a0685a4137: Download complete [2021-03-04T23:19:02.138Z] 0eba1c9be4d2: Pull complete [2021-03-04T23:19:02.138Z] 0d57e429df01: Pull complete [2021-03-04T23:19:02.138Z] 4e4be7b47b0d: Pull complete [2021-03-04T23:19:04.830Z] e1f770b5df2f: Pull complete [2021-03-04T23:19:33.278Z] 85a0685a4137: Pull complete [2021-03-04T23:19:33.278Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-04T23:19:33.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-04T23:19:33.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-04T23:19:33.728Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T23:19:33.795Z] $ 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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-04T23:19:37.128Z] $ docker top 9f5f4890b06d1dde6e371df7f2c6c991b12552ec9dfaa7416da2c1f0e7eb38fa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T23:19:37.840Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-04T23:19:38.165Z] + set -o pipefail [2021-03-04T23:19:38.165Z] + snyk monitor '--org=edgex-jenkins' [2021-03-04T23:20:11.734Z] [2021-03-04T23:20:11.734Z] Monitoring /w/workspace/edgex-go/380 (github.com/edgexfoundry/edgex-go)... [2021-03-04T23:20:11.734Z] [2021-03-04T23:20:11.734Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a3414126-34a8-4f1d-9e04-52e5235d26a5 [2021-03-04T23:20:11.734Z] [2021-03-04T23:20:11.734Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-04T23:20:11.734Z] [2021-03-04T23:20:11.734Z] [Pipeline] } [2021-03-04T23:20:11.760Z] $ docker stop --time=1 9f5f4890b06d1dde6e371df7f2c6c991b12552ec9dfaa7416da2c1f0e7eb38fa [2021-03-04T23:20:15.982Z] $ docker rm -f 9f5f4890b06d1dde6e371df7f2c6c991b12552ec9dfaa7416da2c1f0e7eb38fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-04T23:20:18.322Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T23:20:18.379Z] provisioning config files... [2021-03-04T23:20:18.400Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/380@tmp/config4958034112283014238tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:20:18.944Z] --> edgex-publish-swagger.sh [2021-03-04T23:20:18.944Z] === Publish openapi/v1 API === [2021-03-04T23:20:18.944Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-04T23:20:18.944Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/380/openapi/v1/core-command.yaml] [2021-03-04T23:20:18.944Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:18.945Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:20.361Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7731 0:00:01 0:00:01 --:--:-- 7742 100 10522 0 0 100 10522 0 7451 0:00:01 0:00:01 --:--:-- 7462 [2021-03-04T23:20:20.361Z] [2021-03-04T23:20:20.361Z] [2021-03-04T23:20:20.361Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/380/openapi/v1/core-data.yaml] [2021-03-04T23:20:20.361Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:20.361Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:21.772Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27144 0:00:01 0:00:01 --:--:-- 27153 100 32557 0 0 100 32557 0 27136 0:00:01 0:00:01 --:--:-- 27153 [2021-03-04T23:20:21.772Z] [2021-03-04T23:20:21.772Z] [2021-03-04T23:20:21.772Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/380/openapi/v1/core-metadata.yaml] [2021-03-04T23:20:21.772Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:21.772Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:22.753Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60908 0:00:01 0:00:01 --:--:-- 60876 100 73721 0 0 100 73721 0 60896 0:00:01 0:00:01 --:--:-- 60876 [2021-03-04T23:20:22.753Z] [2021-03-04T23:20:22.753Z] [2021-03-04T23:20:23.021Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/380/openapi/v1/support-logging.yaml] [2021-03-04T23:20:23.021Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:23.021Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:25.053Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 6998 0:00:01 0:00:01 --:--:-- 6996 100 13581 0 0 100 13581 0 6997 0:00:01 0:00:01 --:--:-- 6996 [2021-03-04T23:20:25.053Z] [2021-03-04T23:20:25.053Z] [2021-03-04T23:20:25.053Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/380/openapi/v1/support-notifications.yaml] [2021-03-04T23:20:25.053Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:25.053Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:26.045Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31524 0:00:01 0:00:01 --:--:-- 31540 100 38890 0 0 100 38890 0 31518 0:00:01 0:00:01 --:--:-- 31540 [2021-03-04T23:20:26.045Z] [2021-03-04T23:20:26.045Z] [2021-03-04T23:20:26.045Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/380/openapi/v1/support-scheduler.yaml] [2021-03-04T23:20:26.045Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:26.045Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:27.902Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 14249 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 8552 0:00:01 0:00:01 --:--:-- 8552 100 14249 0 0 100 14249 0 8547 0:00:01 0:00:01 --:--:-- 8547 [2021-03-04T23:20:27.902Z] [2021-03-04T23:20:27.902Z] [2021-03-04T23:20:27.902Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/380/openapi/v1/system-agent.yaml] [2021-03-04T23:20:27.902Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:27.902Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:29.273Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3447 0:00:01 0:00:01 --:--:-- 3450 100 4110 0 0 100 4110 0 3446 0:00:01 0:00:01 --:--:-- 3447 [2021-03-04T23:20:29.273Z] [2021-03-04T23:20:29.273Z] [2021-03-04T23:20:29.273Z] === Publish openapi/v2 API === [2021-03-04T23:20:29.273Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-04T23:20:29.273Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/380/openapi/v2/core-command.yaml] [2021-03-04T23:20:29.569Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:29.569Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:30.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 29744 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 24893 0:00:01 0:00:01 --:--:-- 24911 [2021-03-04T23:20:30.932Z] [2021-03-04T23:20:30.932Z] [2021-03-04T23:20:30.932Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/380/openapi/v2/core-data.yaml] [2021-03-04T23:20:30.932Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:30.932Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:32.265Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57358 0 0 100 57358 0 44583 0:00:01 0:00:01 --:--:-- 44567 100 57358 0 0 100 57358 0 42569 0:00:01 0:00:01 --:--:-- 42550 [2021-03-04T23:20:32.265Z] [2021-03-04T23:20:32.265Z] [2021-03-04T23:20:32.265Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/380/openapi/v2/core-metadata.yaml] [2021-03-04T23:20:32.265Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:32.265Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:33.345Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 99094 0:00:01 0:00:01 --:--:-- 99172 100 118k 0 0 100 118k 0 99068 0:00:01 0:00:01 --:--:-- 99172 [2021-03-04T23:20:33.345Z] [2021-03-04T23:20:33.345Z] [2021-03-04T23:20:33.345Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/380/openapi/v2/support-notifications.yaml] [2021-03-04T23:20:33.345Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:33.345Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:35.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59705 0 0 100 59705 0 162k --:--:-- --:--:-- --:--:-- 161k 100 59705 0 0 100 59705 0 39074 0:00:01 0:00:01 --:--:-- 39073 100 59705 0 0 100 59705 0 39064 0:00:01 0:00:01 --:--:-- 39048 [2021-03-04T23:20:35.720Z] [2021-03-04T23:20:35.720Z] [2021-03-04T23:20:35.720Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/380/openapi/v2/support-scheduler.yaml] [2021-03-04T23:20:36.469Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:36.469Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:37.104Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 29923 0:00:01 0:00:01 --:--:-- 29915 100 37783 0 0 100 37783 0 29918 0:00:01 0:00:01 --:--:-- 29915 [2021-03-04T23:20:37.104Z] [2021-03-04T23:20:37.104Z] [2021-03-04T23:20:37.104Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/380/openapi/v2/system-agent.yaml] [2021-03-04T23:20:37.104Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T23:20:37.104Z] Dload Upload Total Spent Left Speed [2021-03-04T23:20:38.193Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 22230 0:00:01 0:00:01 --:--:-- 22246 100 24182 0 0 100 24182 0 22223 0:00:01 0:00:01 --:--:-- 22246 [2021-03-04T23:20:38.193Z] [2021-03-04T23:20:38.193Z] [Pipeline] } [2021-03-04T23:20:38.216Z] 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-04T23:20:39.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:20:39.529Z] . [Pipeline] withDockerContainer [2021-03-04T23:20:39.859Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T23:20:40.383Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T23:20:42.209Z] $ docker top defe39e3efbca1dad633b055cee8791b49015c4c0a44ef9bb50271541c8270bb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T23:20:42.631Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T23:20:42.631Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T23:20:43.409Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T23:20:43.418Z] $ docker exec defe39e3efbca1dad633b055cee8791b49015c4c0a44ef9bb50271541c8270bb ssh-agent [2021-03-04T23:20:43.730Z] SSH_AUTH_SOCK=/tmp/ssh-7YplxGZEjUMU/agent.11 [2021-03-04T23:20:43.730Z] SSH_AGENT_PID=16 [2021-03-04T23:20:43.746Z] Running ssh-add (command line suppressed) [2021-03-04T23:20:43.976Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_9157344723195063950.key (/w/workspace/edgex-go/380@tmp/private_key_9157344723195063950.key) [2021-03-04T23:20:44.076Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T23:20:44.457Z] + git semver tag [2021-03-04T23:20:46.007Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T23:20:46.007Z] # $GIT_DIR = /w/workspace/edgex-go/380/.git [2021-03-04T23:20:46.007Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/380 [2021-03-04T23:20:46.007Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T23:20:46.007Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T23:20:46.007Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T23:20:46.007Z] # $SEMVER_BRANCH = master [2021-03-04T23:20:46.007Z] # $SEMVER_DIR = /w/workspace/edgex-go/380/.semver [2021-03-04T23:20:46.007Z] # 8a562533c14a3b85d4c48007758f286d837d2a70 HEAD [2021-03-04T23:20:49.776Z] # -> Force: false [2021-03-04T23:20:49.776Z] # 8d382e5b75917e8cdf49c4e89c8433ed7215740d refs/tags/v2.0.0-dev.113 [Pipeline] } [2021-03-04T23:20:49.921Z] $ docker exec --env ******** --env ******** defe39e3efbca1dad633b055cee8791b49015c4c0a44ef9bb50271541c8270bb ssh-agent -k [2021-03-04T23:20:50.687Z] unset SSH_AUTH_SOCK; [2021-03-04T23:20:50.688Z] unset SSH_AGENT_PID; [2021-03-04T23:20:50.688Z] echo Agent pid 16 killed; [2021-03-04T23:20:51.182Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T23:20:52.633Z] + git semver [Pipeline] } [2021-03-04T23:20:52.720Z] $ docker stop --time=1 defe39e3efbca1dad633b055cee8791b49015c4c0a44ef9bb50271541c8270bb [2021-03-04T23:20:54.956Z] $ docker rm -f defe39e3efbca1dad633b055cee8791b49015c4c0a44ef9bb50271541c8270bb [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:20:55.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T23:20:55.985Z] [2021-03-04T23:20:55.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:20:56.377Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T23:20:56.378Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-04T23:20:56.378Z] ab5ef0e58194: Pulling fs layer [2021-03-04T23:20:56.378Z] 9712f1f96733: Pulling fs layer [2021-03-04T23:20:56.378Z] 63f879dbbcfc: Pulling fs layer [2021-03-04T23:20:56.378Z] 0d9ebad4ef96: Pulling fs layer [2021-03-04T23:20:56.378Z] e9a5061849ea: Pulling fs layer [2021-03-04T23:20:56.378Z] d747dcd14b5f: Pulling fs layer [2021-03-04T23:20:56.378Z] 2de7ff778b66: Pulling fs layer [2021-03-04T23:20:56.378Z] e9a5061849ea: Waiting [2021-03-04T23:20:56.378Z] d747dcd14b5f: Waiting [2021-03-04T23:20:56.378Z] 2de7ff778b66: Waiting [2021-03-04T23:20:56.378Z] 0d9ebad4ef96: Waiting [2021-03-04T23:20:56.378Z] 9712f1f96733: Verifying Checksum [2021-03-04T23:20:56.378Z] 9712f1f96733: Download complete [2021-03-04T23:20:59.021Z] 63f879dbbcfc: Verifying Checksum [2021-03-04T23:20:59.021Z] 63f879dbbcfc: Download complete [2021-03-04T23:20:59.307Z] e9a5061849ea: Verifying Checksum [2021-03-04T23:20:59.308Z] e9a5061849ea: Download complete [2021-03-04T23:20:59.308Z] d747dcd14b5f: Verifying Checksum [2021-03-04T23:20:59.308Z] d747dcd14b5f: Download complete [2021-03-04T23:21:00.272Z] 0d9ebad4ef96: Verifying Checksum [2021-03-04T23:21:00.272Z] 0d9ebad4ef96: Download complete [2021-03-04T23:21:00.272Z] 2de7ff778b66: Verifying Checksum [2021-03-04T23:21:00.272Z] 2de7ff778b66: Download complete [2021-03-04T23:21:01.318Z] ab5ef0e58194: Verifying Checksum [2021-03-04T23:21:01.318Z] ab5ef0e58194: Download complete [2021-03-04T23:21:11.644Z] ab5ef0e58194: Pull complete [2021-03-04T23:21:11.644Z] 9712f1f96733: Pull complete [2021-03-04T23:21:14.310Z] 63f879dbbcfc: Pull complete [2021-03-04T23:21:38.463Z] 0d9ebad4ef96: Pull complete [2021-03-04T23:21:42.031Z] e9a5061849ea: Pull complete [2021-03-04T23:21:42.031Z] d747dcd14b5f: Pull complete [2021-03-04T23:21:49.521Z] 2de7ff778b66: Pull complete [2021-03-04T23:21:49.521Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-04T23:21:49.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-04T23:21:49.521Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-04T23:21:50.520Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T23:21:50.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-04T23:21:57.697Z] $ docker top dac3bcabb5b41dce65f508f04fba58588047de7922fcf27bb4769f52ec90b2ff -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-04T23:21:58.192Z] provisioning config files... [2021-03-04T23:21:58.237Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/380@tmp/config7948991837039017110tmp [2021-03-04T23:21:58.296Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/380@tmp/config5791624550032186852tmp [2021-03-04T23:21:58.328Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/380@tmp/config9093010866549016713tmp [Pipeline] { [Pipeline] echo [2021-03-04T23:21:58.466Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:21:59.520Z] ---> sigul-configuration.sh [2021-03-04T23:21:59.855Z] gpg: directory `/root/.gnupg' created [2021-03-04T23:21:59.856Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-04T23:21:59.856Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-04T23:21:59.856Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-04T23:21:59.856Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-04T23:21:59.856Z] gpg: CAST5 encrypted data [2021-03-04T23:21:59.856Z] gpg: encrypted with 1 passphrase [2021-03-04T23:21:59.856Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-04T23:22:00.495Z] + mkdir /home/jenkins [2021-03-04T23:22:00.761Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-04T23:22:01.084Z] + 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-04T23:22:01.104Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:22:01.440Z] ---> sigul-install.sh [2021-03-04T23:22:11.749Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-04T23:22:12.762Z] + git tag --list [2021-03-04T23:22:12.762Z] 0.6.0 [2021-03-04T23:22:12.762Z] 0.6.1 [2021-03-04T23:22:12.762Z] 0.7.0 [2021-03-04T23:22:12.762Z] 0.7.1 [2021-03-04T23:22:12.762Z] v0.0.0 [2021-03-04T23:22:12.762Z] v0.0.1-dev.1 [2021-03-04T23:22:12.762Z] v1.0.0 [2021-03-04T23:22:12.762Z] v1.0.1 [2021-03-04T23:22:12.762Z] v1.1.0 [2021-03-04T23:22:12.762Z] v1.2.0 [2021-03-04T23:22:12.762Z] v1.2.1 [2021-03-04T23:22:12.762Z] v1.2.2-dev.1 [2021-03-04T23:22:12.762Z] v1.2.2-dev.10 [2021-03-04T23:22:12.762Z] v1.2.2-dev.100 [2021-03-04T23:22:12.762Z] v1.2.2-dev.101 [2021-03-04T23:22:12.762Z] v1.2.2-dev.102 [2021-03-04T23:22:12.762Z] v1.2.2-dev.103 [2021-03-04T23:22:12.762Z] v1.2.2-dev.104 [2021-03-04T23:22:12.762Z] v1.2.2-dev.105 [2021-03-04T23:22:12.762Z] v1.2.2-dev.106 [2021-03-04T23:22:12.762Z] v1.2.2-dev.107 [2021-03-04T23:22:12.762Z] v1.2.2-dev.11 [2021-03-04T23:22:12.762Z] v1.2.2-dev.12 [2021-03-04T23:22:12.762Z] v1.2.2-dev.13 [2021-03-04T23:22:12.762Z] v1.2.2-dev.14 [2021-03-04T23:22:12.762Z] v1.2.2-dev.15 [2021-03-04T23:22:12.762Z] v1.2.2-dev.16 [2021-03-04T23:22:12.762Z] v1.2.2-dev.17 [2021-03-04T23:22:12.762Z] v1.2.2-dev.18 [2021-03-04T23:22:12.762Z] v1.2.2-dev.19 [2021-03-04T23:22:12.762Z] v1.2.2-dev.2 [2021-03-04T23:22:12.762Z] v1.2.2-dev.20 [2021-03-04T23:22:12.762Z] v1.2.2-dev.21 [2021-03-04T23:22:12.762Z] v1.2.2-dev.22 [2021-03-04T23:22:12.762Z] v1.2.2-dev.23 [2021-03-04T23:22:12.762Z] v1.2.2-dev.24 [2021-03-04T23:22:12.762Z] v1.2.2-dev.25 [2021-03-04T23:22:12.762Z] v1.2.2-dev.26 [2021-03-04T23:22:12.762Z] v1.2.2-dev.27 [2021-03-04T23:22:12.762Z] v1.2.2-dev.28 [2021-03-04T23:22:12.762Z] v1.2.2-dev.29 [2021-03-04T23:22:12.762Z] v1.2.2-dev.3 [2021-03-04T23:22:12.762Z] v1.2.2-dev.30 [2021-03-04T23:22:12.762Z] v1.2.2-dev.31 [2021-03-04T23:22:12.762Z] v1.2.2-dev.32 [2021-03-04T23:22:12.762Z] v1.2.2-dev.33 [2021-03-04T23:22:12.762Z] v1.2.2-dev.34 [2021-03-04T23:22:12.762Z] v1.2.2-dev.35 [2021-03-04T23:22:12.762Z] v1.2.2-dev.36 [2021-03-04T23:22:12.762Z] v1.2.2-dev.37 [2021-03-04T23:22:12.762Z] v1.2.2-dev.38 [2021-03-04T23:22:12.762Z] v1.2.2-dev.39 [2021-03-04T23:22:12.762Z] v1.2.2-dev.4 [2021-03-04T23:22:12.762Z] v1.2.2-dev.40 [2021-03-04T23:22:12.762Z] v1.2.2-dev.41 [2021-03-04T23:22:12.762Z] v1.2.2-dev.42 [2021-03-04T23:22:12.762Z] v1.2.2-dev.43 [2021-03-04T23:22:12.762Z] v1.2.2-dev.44 [2021-03-04T23:22:12.762Z] v1.2.2-dev.45 [2021-03-04T23:22:12.762Z] v1.2.2-dev.46 [2021-03-04T23:22:12.762Z] v1.2.2-dev.47 [2021-03-04T23:22:12.762Z] v1.2.2-dev.48 [2021-03-04T23:22:12.762Z] v1.2.2-dev.49 [2021-03-04T23:22:12.762Z] v1.2.2-dev.5 [2021-03-04T23:22:12.762Z] v1.2.2-dev.50 [2021-03-04T23:22:12.762Z] v1.2.2-dev.51 [2021-03-04T23:22:12.762Z] v1.2.2-dev.52 [2021-03-04T23:22:12.762Z] v1.2.2-dev.53 [2021-03-04T23:22:12.762Z] v1.2.2-dev.54 [2021-03-04T23:22:12.762Z] v1.2.2-dev.55 [2021-03-04T23:22:12.762Z] v1.2.2-dev.56 [2021-03-04T23:22:12.762Z] v1.2.2-dev.57 [2021-03-04T23:22:12.762Z] v1.2.2-dev.58 [2021-03-04T23:22:12.762Z] v1.2.2-dev.59 [2021-03-04T23:22:12.762Z] v1.2.2-dev.6 [2021-03-04T23:22:12.762Z] v1.2.2-dev.60 [2021-03-04T23:22:12.762Z] v1.2.2-dev.61 [2021-03-04T23:22:12.762Z] v1.2.2-dev.62 [2021-03-04T23:22:12.762Z] v1.2.2-dev.63 [2021-03-04T23:22:12.762Z] v1.2.2-dev.64 [2021-03-04T23:22:12.762Z] v1.2.2-dev.65 [2021-03-04T23:22:12.762Z] v1.2.2-dev.66 [2021-03-04T23:22:12.762Z] v1.2.2-dev.67 [2021-03-04T23:22:12.762Z] v1.2.2-dev.68 [2021-03-04T23:22:12.762Z] v1.2.2-dev.69 [2021-03-04T23:22:12.762Z] v1.2.2-dev.7 [2021-03-04T23:22:12.762Z] v1.2.2-dev.70 [2021-03-04T23:22:12.762Z] v1.2.2-dev.71 [2021-03-04T23:22:12.762Z] v1.2.2-dev.72 [2021-03-04T23:22:12.762Z] v1.2.2-dev.73 [2021-03-04T23:22:12.762Z] v1.2.2-dev.74 [2021-03-04T23:22:12.762Z] v1.2.2-dev.75 [2021-03-04T23:22:12.762Z] v1.2.2-dev.76 [2021-03-04T23:22:12.762Z] v1.2.2-dev.77 [2021-03-04T23:22:12.762Z] v1.2.2-dev.78 [2021-03-04T23:22:12.762Z] v1.2.2-dev.79 [2021-03-04T23:22:12.762Z] v1.2.2-dev.8 [2021-03-04T23:22:12.762Z] v1.2.2-dev.80 [2021-03-04T23:22:12.762Z] v1.2.2-dev.81 [2021-03-04T23:22:12.762Z] v1.2.2-dev.82 [2021-03-04T23:22:12.762Z] v1.2.2-dev.83 [2021-03-04T23:22:12.762Z] v1.2.2-dev.84 [2021-03-04T23:22:12.762Z] v1.2.2-dev.85 [2021-03-04T23:22:12.762Z] v1.2.2-dev.86 [2021-03-04T23:22:12.762Z] v1.2.2-dev.87 [2021-03-04T23:22:12.762Z] v1.2.2-dev.88 [2021-03-04T23:22:12.762Z] v1.2.2-dev.89 [2021-03-04T23:22:12.762Z] v1.2.2-dev.9 [2021-03-04T23:22:12.762Z] v1.2.2-dev.90 [2021-03-04T23:22:12.762Z] v1.2.2-dev.91 [2021-03-04T23:22:12.762Z] v1.2.2-dev.92 [2021-03-04T23:22:12.762Z] v1.2.2-dev.93 [2021-03-04T23:22:12.762Z] v1.2.2-dev.94 [2021-03-04T23:22:12.762Z] v1.2.2-dev.95 [2021-03-04T23:22:12.762Z] v1.2.2-dev.96 [2021-03-04T23:22:12.762Z] v1.2.2-dev.97 [2021-03-04T23:22:12.762Z] v1.2.2-dev.98 [2021-03-04T23:22:12.762Z] v1.2.2-dev.99 [2021-03-04T23:22:12.762Z] v1.3.0 [2021-03-04T23:22:12.762Z] v1.3.1 [2021-03-04T23:22:12.762Z] v1.3.1-dev.1 [2021-03-04T23:22:12.762Z] v1.3.1-dev.10 [2021-03-04T23:22:12.762Z] v1.3.1-dev.11 [2021-03-04T23:22:12.762Z] v1.3.1-dev.12 [2021-03-04T23:22:12.762Z] v1.3.1-dev.13 [2021-03-04T23:22:12.762Z] v1.3.1-dev.14 [2021-03-04T23:22:12.762Z] v1.3.1-dev.15 [2021-03-04T23:22:12.762Z] v1.3.1-dev.16 [2021-03-04T23:22:12.762Z] v1.3.1-dev.17 [2021-03-04T23:22:12.762Z] v1.3.1-dev.18 [2021-03-04T23:22:12.762Z] v1.3.1-dev.2 [2021-03-04T23:22:12.762Z] v1.3.1-dev.3 [2021-03-04T23:22:12.762Z] v1.3.1-dev.4 [2021-03-04T23:22:12.762Z] v1.3.1-dev.5 [2021-03-04T23:22:12.762Z] v1.3.1-dev.6 [2021-03-04T23:22:12.762Z] v1.3.1-dev.7 [2021-03-04T23:22:12.762Z] v1.3.1-dev.8 [2021-03-04T23:22:12.762Z] v1.3.1-dev.9 [2021-03-04T23:22:12.762Z] v2.0.0-dev.1 [2021-03-04T23:22:12.762Z] v2.0.0-dev.10 [2021-03-04T23:22:12.762Z] v2.0.0-dev.100 [2021-03-04T23:22:12.762Z] v2.0.0-dev.101 [2021-03-04T23:22:12.762Z] v2.0.0-dev.102 [2021-03-04T23:22:12.762Z] v2.0.0-dev.103 [2021-03-04T23:22:12.762Z] v2.0.0-dev.104 [2021-03-04T23:22:12.762Z] v2.0.0-dev.105 [2021-03-04T23:22:12.762Z] v2.0.0-dev.106 [2021-03-04T23:22:12.762Z] v2.0.0-dev.107 [2021-03-04T23:22:12.762Z] v2.0.0-dev.108 [2021-03-04T23:22:12.762Z] v2.0.0-dev.109 [2021-03-04T23:22:12.762Z] v2.0.0-dev.11 [2021-03-04T23:22:12.762Z] v2.0.0-dev.110 [2021-03-04T23:22:12.762Z] v2.0.0-dev.111 [2021-03-04T23:22:12.762Z] v2.0.0-dev.112 [2021-03-04T23:22:12.762Z] v2.0.0-dev.113 [2021-03-04T23:22:12.762Z] v2.0.0-dev.12 [2021-03-04T23:22:12.762Z] v2.0.0-dev.13 [2021-03-04T23:22:12.762Z] v2.0.0-dev.14 [2021-03-04T23:22:12.762Z] v2.0.0-dev.15 [2021-03-04T23:22:12.762Z] v2.0.0-dev.16 [2021-03-04T23:22:12.762Z] v2.0.0-dev.17 [2021-03-04T23:22:12.762Z] v2.0.0-dev.18 [2021-03-04T23:22:12.762Z] v2.0.0-dev.19 [2021-03-04T23:22:12.762Z] v2.0.0-dev.2 [2021-03-04T23:22:12.762Z] v2.0.0-dev.20 [2021-03-04T23:22:12.762Z] v2.0.0-dev.21 [2021-03-04T23:22:12.762Z] v2.0.0-dev.22 [2021-03-04T23:22:12.762Z] v2.0.0-dev.23 [2021-03-04T23:22:12.762Z] v2.0.0-dev.24 [2021-03-04T23:22:12.762Z] v2.0.0-dev.25 [2021-03-04T23:22:12.762Z] v2.0.0-dev.26 [2021-03-04T23:22:12.762Z] v2.0.0-dev.27 [2021-03-04T23:22:12.762Z] v2.0.0-dev.28 [2021-03-04T23:22:12.762Z] v2.0.0-dev.29 [2021-03-04T23:22:12.762Z] v2.0.0-dev.3 [2021-03-04T23:22:12.762Z] v2.0.0-dev.30 [2021-03-04T23:22:12.762Z] v2.0.0-dev.31 [2021-03-04T23:22:12.762Z] v2.0.0-dev.32 [2021-03-04T23:22:12.762Z] v2.0.0-dev.33 [2021-03-04T23:22:12.762Z] v2.0.0-dev.34 [2021-03-04T23:22:12.762Z] v2.0.0-dev.35 [2021-03-04T23:22:12.762Z] v2.0.0-dev.36 [2021-03-04T23:22:12.762Z] v2.0.0-dev.37 [2021-03-04T23:22:12.762Z] v2.0.0-dev.38 [2021-03-04T23:22:12.762Z] v2.0.0-dev.39 [2021-03-04T23:22:12.762Z] v2.0.0-dev.4 [2021-03-04T23:22:12.762Z] v2.0.0-dev.40 [2021-03-04T23:22:12.762Z] v2.0.0-dev.41 [2021-03-04T23:22:12.762Z] v2.0.0-dev.42 [2021-03-04T23:22:12.762Z] v2.0.0-dev.43 [2021-03-04T23:22:12.762Z] v2.0.0-dev.44 [2021-03-04T23:22:12.762Z] v2.0.0-dev.45 [2021-03-04T23:22:12.762Z] v2.0.0-dev.46 [2021-03-04T23:22:12.762Z] v2.0.0-dev.47 [2021-03-04T23:22:12.762Z] v2.0.0-dev.48 [2021-03-04T23:22:12.762Z] v2.0.0-dev.49 [2021-03-04T23:22:12.762Z] v2.0.0-dev.5 [2021-03-04T23:22:12.762Z] v2.0.0-dev.50 [2021-03-04T23:22:12.762Z] v2.0.0-dev.51 [2021-03-04T23:22:12.762Z] v2.0.0-dev.52 [2021-03-04T23:22:12.762Z] v2.0.0-dev.53 [2021-03-04T23:22:12.762Z] v2.0.0-dev.54 [2021-03-04T23:22:12.762Z] v2.0.0-dev.55 [2021-03-04T23:22:12.762Z] v2.0.0-dev.56 [2021-03-04T23:22:12.762Z] v2.0.0-dev.57 [2021-03-04T23:22:12.762Z] v2.0.0-dev.58 [2021-03-04T23:22:12.762Z] v2.0.0-dev.59 [2021-03-04T23:22:12.762Z] v2.0.0-dev.6 [2021-03-04T23:22:12.762Z] v2.0.0-dev.60 [2021-03-04T23:22:12.762Z] v2.0.0-dev.61 [2021-03-04T23:22:12.762Z] v2.0.0-dev.62 [2021-03-04T23:22:12.762Z] v2.0.0-dev.63 [2021-03-04T23:22:12.762Z] v2.0.0-dev.64 [2021-03-04T23:22:12.762Z] v2.0.0-dev.65 [2021-03-04T23:22:12.762Z] v2.0.0-dev.66 [2021-03-04T23:22:12.762Z] v2.0.0-dev.67 [2021-03-04T23:22:12.762Z] v2.0.0-dev.68 [2021-03-04T23:22:12.762Z] v2.0.0-dev.69 [2021-03-04T23:22:12.762Z] v2.0.0-dev.7 [2021-03-04T23:22:12.762Z] v2.0.0-dev.70 [2021-03-04T23:22:12.762Z] v2.0.0-dev.71 [2021-03-04T23:22:12.762Z] v2.0.0-dev.72 [2021-03-04T23:22:12.762Z] v2.0.0-dev.73 [2021-03-04T23:22:12.762Z] v2.0.0-dev.74 [2021-03-04T23:22:12.762Z] v2.0.0-dev.75 [2021-03-04T23:22:12.762Z] v2.0.0-dev.76 [2021-03-04T23:22:12.762Z] v2.0.0-dev.77 [2021-03-04T23:22:12.762Z] v2.0.0-dev.78 [2021-03-04T23:22:12.762Z] v2.0.0-dev.79 [2021-03-04T23:22:12.762Z] v2.0.0-dev.8 [2021-03-04T23:22:12.762Z] v2.0.0-dev.80 [2021-03-04T23:22:12.762Z] v2.0.0-dev.81 [2021-03-04T23:22:12.762Z] v2.0.0-dev.82 [2021-03-04T23:22:12.762Z] v2.0.0-dev.83 [2021-03-04T23:22:12.762Z] v2.0.0-dev.84 [2021-03-04T23:22:12.762Z] v2.0.0-dev.85 [2021-03-04T23:22:12.762Z] v2.0.0-dev.86 [2021-03-04T23:22:12.762Z] v2.0.0-dev.87 [2021-03-04T23:22:12.762Z] v2.0.0-dev.88 [2021-03-04T23:22:12.762Z] v2.0.0-dev.89 [2021-03-04T23:22:12.762Z] v2.0.0-dev.9 [2021-03-04T23:22:12.762Z] v2.0.0-dev.90 [2021-03-04T23:22:12.762Z] v2.0.0-dev.91 [2021-03-04T23:22:12.762Z] v2.0.0-dev.92 [2021-03-04T23:22:12.762Z] v2.0.0-dev.93 [2021-03-04T23:22:12.762Z] v2.0.0-dev.94 [2021-03-04T23:22:12.762Z] v2.0.0-dev.95 [2021-03-04T23:22:12.762Z] v2.0.0-dev.96 [2021-03-04T23:22:12.762Z] v2.0.0-dev.97 [2021-03-04T23:22:12.762Z] v2.0.0-dev.98 [2021-03-04T23:22:12.762Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-04T23:22:13.860Z] + lftools sign git-tag v2.0.0-dev.113 [2021-03-04T23:22:16.640Z] Signing Git tag with Sigul... [2021-03-04T23:22:16.640Z] Signing v2.0.0-dev.113 [Pipeline] echo [2021-03-04T23:22:18.868Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:22:20.036Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-04T23:22:20.054Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-04T23:22:20.152Z] $ docker stop --time=1 dac3bcabb5b41dce65f508f04fba58588047de7922fcf27bb4769f52ec90b2ff [2021-03-04T23:22:23.309Z] $ docker rm -f dac3bcabb5b41dce65f508f04fba58588047de7922fcf27bb4769f52ec90b2ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:22:24.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:22:25.274Z] . [Pipeline] withDockerContainer [2021-03-04T23:22:25.937Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T23:22:26.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T23:22:27.662Z] $ docker top 764d3a6b8566e0d89f36ba7854ec1fabe55f25b6b8e238e3d7929048a38577a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T23:22:28.069Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T23:22:28.069Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T23:22:29.511Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T23:22:29.517Z] $ docker exec 764d3a6b8566e0d89f36ba7854ec1fabe55f25b6b8e238e3d7929048a38577a9 ssh-agent [2021-03-04T23:22:29.808Z] SSH_AUTH_SOCK=/tmp/ssh-qt0LsQ446b8R/agent.13 [2021-03-04T23:22:29.808Z] SSH_AGENT_PID=18 [2021-03-04T23:22:29.815Z] Running ssh-add (command line suppressed) [2021-03-04T23:22:29.993Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_6968205872725768343.key (/w/workspace/edgex-go/380@tmp/private_key_6968205872725768343.key) [2021-03-04T23:22:30.082Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T23:22:30.418Z] + git semver bump pre [2021-03-04T23:22:30.681Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T23:22:30.681Z] # $GIT_DIR = /w/workspace/edgex-go/380/.git [2021-03-04T23:22:30.681Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/380 [2021-03-04T23:22:30.681Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T23:22:30.681Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T23:22:30.681Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T23:22:30.681Z] # $SEMVER_BRANCH = master [2021-03-04T23:22:30.681Z] # $SEMVER_DIR = /w/workspace/edgex-go/380/.semver [2021-03-04T23:22:30.943Z] 2.0.0-dev.114 [Pipeline] } [2021-03-04T23:22:30.953Z] $ docker exec --env ******** --env ******** 764d3a6b8566e0d89f36ba7854ec1fabe55f25b6b8e238e3d7929048a38577a9 ssh-agent -k [2021-03-04T23:22:31.117Z] unset SSH_AUTH_SOCK; [2021-03-04T23:22:31.117Z] unset SSH_AGENT_PID; [2021-03-04T23:22:31.117Z] echo Agent pid 18 killed; [2021-03-04T23:22:31.181Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T23:22:31.962Z] + git semver [Pipeline] } [2021-03-04T23:22:31.988Z] $ docker stop --time=1 764d3a6b8566e0d89f36ba7854ec1fabe55f25b6b8e238e3d7929048a38577a9 [2021-03-04T23:22:34.988Z] $ docker rm -f 764d3a6b8566e0d89f36ba7854ec1fabe55f25b6b8e238e3d7929048a38577a9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:22:35.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T23:22:36.244Z] . [Pipeline] withDockerContainer [2021-03-04T23:22:36.545Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T23:22:36.701Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T23:22:39.765Z] $ docker top 2f7ccb5332bf58922d5b1922fedc2c5d73190ae9e9075554f616f277eb81f317 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T23:22:40.711Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T23:22:40.711Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T23:22:41.830Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T23:22:41.833Z] $ docker exec 2f7ccb5332bf58922d5b1922fedc2c5d73190ae9e9075554f616f277eb81f317 ssh-agent [2021-03-04T23:22:42.650Z] SSH_AUTH_SOCK=/tmp/ssh-JOrzZLfzTsEJ/agent.11 [2021-03-04T23:22:42.650Z] SSH_AGENT_PID=17 [2021-03-04T23:22:42.876Z] Running ssh-add (command line suppressed) [2021-03-04T23:22:44.227Z] Identity added: /w/workspace/edgex-go/380@tmp/private_key_734188960067467726.key (/w/workspace/edgex-go/380@tmp/private_key_734188960067467726.key) [2021-03-04T23:22:44.912Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T23:22:46.074Z] + git semver push [2021-03-04T23:22:46.381Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T23:22:46.381Z] # $GIT_DIR = /w/workspace/edgex-go/380/.git [2021-03-04T23:22:46.381Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/380 [2021-03-04T23:22:46.381Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T23:22:46.381Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T23:22:46.381Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T23:22:46.381Z] # $SEMVER_BRANCH = master [2021-03-04T23:22:46.381Z] # $SEMVER_DIR = /w/workspace/edgex-go/380/.semver [Pipeline] } [2021-03-04T23:23:04.970Z] $ docker exec --env ******** --env ******** 2f7ccb5332bf58922d5b1922fedc2c5d73190ae9e9075554f616f277eb81f317 ssh-agent -k [2021-03-04T23:23:05.228Z] unset SSH_AUTH_SOCK; [2021-03-04T23:23:05.228Z] unset SSH_AGENT_PID; [2021-03-04T23:23:05.228Z] echo Agent pid 17 killed; [2021-03-04T23:23:05.306Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T23:23:06.148Z] + git semver [Pipeline] } [2021-03-04T23:23:06.165Z] $ docker stop --time=1 2f7ccb5332bf58922d5b1922fedc2c5d73190ae9e9075554f616f277eb81f317 [2021-03-04T23:23:08.287Z] $ docker rm -f 2f7ccb5332bf58922d5b1922fedc2c5d73190ae9e9075554f616f277eb81f317 [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-04T23:23:10.008Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:23:11.855Z] ---> package-listing.sh [2021-03-04T23:23:11.855Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T23:23:11.855Z] ++ facter osfamily [2021-03-04T23:23:12.140Z] + OS_FAMILY=redhat [2021-03-04T23:23:12.140Z] + workspace=/w/workspace/edgex-go/380 [2021-03-04T23:23:12.140Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T23:23:12.140Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T23:23:12.140Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T23:23:12.140Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T23:23:12.140Z] + '[' /w/workspace/edgex-go/380 ']' [2021-03-04T23:23:12.140Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T23:23:12.140Z] + case "${OS_FAMILY}" in [2021-03-04T23:23:12.140Z] + sort [2021-03-04T23:23:12.140Z] + rpm -qa [2021-03-04T23:23:24.941Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T23:23:24.941Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T23:23:24.941Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T23:23:24.941Z] + '[' /w/workspace/edgex-go/380 ']' [2021-03-04T23:23:24.941Z] + mkdir -p /w/workspace/edgex-go/380/archives/ [2021-03-04T23:23:24.941Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/380/archives/ [Pipeline] echo [2021-03-04T23:23:24.979Z] 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/380/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-04T23:23:25.334Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:23:25.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T23:23:25.742Z] [2021-03-04T23:23:25.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T23:23:26.196Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T23:23:26.493Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T23:23:26.493Z] df20fa9351a1: Pulling fs layer [2021-03-04T23:23:26.493Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T23:23:26.493Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T23:23:26.493Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T23:23:26.493Z] 93b61091891f: Pulling fs layer [2021-03-04T23:23:26.493Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T23:23:26.493Z] 5e14af77c1be: Pulling fs layer [2021-03-04T23:23:26.493Z] 01666e4c0597: Pulling fs layer [2021-03-04T23:23:26.493Z] aa168da1d23b: Pulling fs layer [2021-03-04T23:23:26.493Z] 93b9cdb0e59b: Waiting [2021-03-04T23:23:26.493Z] 5e14af77c1be: Waiting [2021-03-04T23:23:26.493Z] 01666e4c0597: Waiting [2021-03-04T23:23:26.493Z] aa168da1d23b: Waiting [2021-03-04T23:23:26.493Z] 46f8f816bc3b: Waiting [2021-03-04T23:23:26.493Z] 93b61091891f: Waiting [2021-03-04T23:23:26.493Z] 36b3adc4ff6f: Verifying Checksum [2021-03-04T23:23:26.493Z] 36b3adc4ff6f: Download complete [2021-03-04T23:23:26.493Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T23:23:26.493Z] 46f8f816bc3b: Download complete [2021-03-04T23:23:26.493Z] df20fa9351a1: Verifying Checksum [2021-03-04T23:23:26.493Z] df20fa9351a1: Download complete [2021-03-04T23:23:26.820Z] 93b9cdb0e59b: Download complete [2021-03-04T23:23:26.820Z] 5e14af77c1be: Verifying Checksum [2021-03-04T23:23:26.820Z] 5e14af77c1be: Download complete [2021-03-04T23:23:26.820Z] 93b61091891f: Verifying Checksum [2021-03-04T23:23:26.820Z] 93b61091891f: Download complete [2021-03-04T23:23:26.820Z] 01666e4c0597: Verifying Checksum [2021-03-04T23:23:26.820Z] 01666e4c0597: Download complete [2021-03-04T23:23:27.202Z] df20fa9351a1: Pull complete [2021-03-04T23:23:27.508Z] 8ad3a11d3b57: Verifying Checksum [2021-03-04T23:23:27.508Z] 8ad3a11d3b57: Download complete [2021-03-04T23:23:27.790Z] 36b3adc4ff6f: Pull complete [2021-03-04T23:23:29.777Z] 8ad3a11d3b57: Pull complete [2021-03-04T23:23:30.759Z] 46f8f816bc3b: Pull complete [2021-03-04T23:23:31.852Z] 93b61091891f: Pull complete [2021-03-04T23:23:32.455Z] 93b9cdb0e59b: Pull complete [2021-03-04T23:23:33.438Z] aa168da1d23b: Verifying Checksum [2021-03-04T23:23:33.438Z] aa168da1d23b: Download complete [2021-03-04T23:23:34.018Z] 5e14af77c1be: Pull complete [2021-03-04T23:23:34.297Z] 01666e4c0597: Pull complete [2021-03-04T23:23:49.499Z] aa168da1d23b: Pull complete [2021-03-04T23:23:49.499Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T23:23:49.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T23:23:49.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T23:23:49.846Z] prd-centos7-docker-4c-2g-28582 does not seem to be running inside a container [2021-03-04T23:23:50.045Z] $ 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/380/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/380 -v /w/workspace/edgex-go/380:/w/workspace/edgex-go/380:rw,z -v /w/workspace/edgex-go/380@tmp:/w/workspace/edgex-go/380@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-04T23:23:55.452Z] $ docker top b03f6f4bc1d84a0ec6a2a8ed58cf012bff13dc23cd8d240fd0478c9d7533b76c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T23:23:56.853Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T23:23:58.444Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T23:23:59.199Z] + ls /var/log/sa-host [2021-03-04T23:23:59.199Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T23:23:59.199Z] file_magic: OK [2021-03-04T23:23:59.199Z] HZ: Using current value: 100 [2021-03-04T23:23:59.199Z] file_header: OK [2021-03-04T23:23:59.199Z] 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-04T23:23:59.199Z] Statistics: [2021-03-04T23:23:59.199Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-04T23:23:59.199Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T23:23:59.199Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T23:23:59.199Z] file_magic: OK [2021-03-04T23:23:59.199Z] HZ: Using current value: 100 [2021-03-04T23:23:59.199Z] file_header: OK [2021-03-04T23:23:59.199Z] 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-04T23:23:59.199Z] Statistics: [2021-03-04T23:23:59.199Z] Hnuu...uuuununununu... [2021-03-04T23:23:59.199Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T23:23:59.442Z] provisioning config files... [2021-03-04T23:23:59.470Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/380@tmp/config2057575446379887528tmp [Pipeline] { [Pipeline] echo [2021-03-04T23:23:59.539Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:00.093Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T23:24:00.163Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T23:24:00.299Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:01.099Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T23:24:01.113Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:01.484Z] ---> sudo-logs.sh [2021-03-04T23:24:01.484Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T23:24:01.848Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:02.562Z] ---> job-cost.sh [2021-03-04T23:24:02.562Z] lf-activate-venv: SKIPPING [2021-03-04T23:24:02.562Z] DEBUG: total: 0.20999999344348907 [2021-03-04T23:24:02.562Z] INFO: Retrieving Stack Cost... [2021-03-04T23:24:03.529Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T23:24:04.189Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T23:24:04.264Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T23:24:05.045Z] ---> logs-deploy.sh [2021-03-04T23:24:05.045Z] lf-activate-venv: SKIPPING [2021-03-04T23:24:05.045Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/380 [2021-03-04T23:24:05.045Z] INFO: archiving workspace using pattern(s): [2021-03-04T23:24:07.811Z] Archives upload complete. [2021-03-04T23:24:07.811Z] INFO: archiving logs to Nexus [2021-03-04T23:24:09.868Z] ---> uname -a: [2021-03-04T23:24:09.868Z] Linux prd-centos7-docker-4c-2g-28582.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-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] ---> lscpu: [2021-03-04T23:24:09.868Z] Architecture: x86_64 [2021-03-04T23:24:09.868Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-04T23:24:09.868Z] Byte Order: Little Endian [2021-03-04T23:24:09.868Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-04T23:24:09.868Z] CPU(s): 4 [2021-03-04T23:24:09.868Z] On-line CPU(s) list: 0-3 [2021-03-04T23:24:09.868Z] Thread(s) per core: 1 [2021-03-04T23:24:09.868Z] Core(s) per socket: 1 [2021-03-04T23:24:09.868Z] Socket(s): 4 [2021-03-04T23:24:09.868Z] NUMA node(s): 1 [2021-03-04T23:24:09.868Z] Vendor ID: GenuineIntel [2021-03-04T23:24:09.868Z] CPU family: 6 [2021-03-04T23:24:09.868Z] Model: 44 [2021-03-04T23:24:09.868Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-04T23:24:09.868Z] Stepping: 1 [2021-03-04T23:24:09.868Z] CPU MHz: 2933.438 [2021-03-04T23:24:09.868Z] BogoMIPS: 5866.87 [2021-03-04T23:24:09.868Z] Virtualization: VT-x [2021-03-04T23:24:09.868Z] Hypervisor vendor: KVM [2021-03-04T23:24:09.868Z] Virtualization type: full [2021-03-04T23:24:09.868Z] L1d cache: 128 KiB [2021-03-04T23:24:09.868Z] L1i cache: 128 KiB [2021-03-04T23:24:09.868Z] L2 cache: 16 MiB [2021-03-04T23:24:09.868Z] L3 cache: 64 MiB [2021-03-04T23:24:09.868Z] NUMA node0 CPU(s): 0-3 [2021-03-04T23:24:09.868Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-04T23:24:09.868Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-04T23:24:09.868Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-04T23:24:09.868Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-04T23:24:09.868Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-04T23:24:09.868Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-04T23:24:09.868Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-04T23:24:09.868Z] Vulnerability Srbds: Not affected [2021-03-04T23:24:09.868Z] Vulnerability Tsx async abort: Not affected [2021-03-04T23:24:09.868Z] 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-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] ---> nproc: [2021-03-04T23:24:09.868Z] 4 [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] ---> df -h: [2021-03-04T23:24:09.868Z] Filesystem Size Used Available Use% Mounted on [2021-03-04T23:24:09.868Z] overlay 50.0G 13.0G 37.0G 26% / [2021-03-04T23:24:09.868Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-04T23:24:09.868Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-04T23:24:09.868Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/380 [2021-03-04T23:24:09.868Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/380@tmp [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] ---> free -m: [2021-03-04T23:24:09.868Z] total used free shared buff/cache available [2021-03-04T23:24:09.868Z] Mem: 1837 807 139 0 890 981 [2021-03-04T23:24:09.868Z] Swap: 1023 75 948 [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] ---> ip addr: [2021-03-04T23:24:09.868Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-04T23:24:09.868Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-04T23:24:09.868Z] inet 127.0.0.1/8 scope host lo [2021-03-04T23:24:09.868Z] valid_lft forever preferred_lft forever [2021-03-04T23:24:09.868Z] inet6 ::1/128 scope host [2021-03-04T23:24:09.868Z] valid_lft forever preferred_lft forever [2021-03-04T23:24:09.868Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-04T23:24:09.868Z] link/ether fa:16:3e:26:5c:5e brd ff:ff:ff:ff:ff:ff [2021-03-04T23:24:09.868Z] inet 10.30.122.186/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-04T23:24:09.868Z] valid_lft 84431sec preferred_lft 84431sec [2021-03-04T23:24:09.868Z] inet6 fe80::f816:3eff:fe26:5c5e/64 scope link [2021-03-04T23:24:09.868Z] valid_lft forever preferred_lft forever [2021-03-04T23:24:09.868Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-04T23:24:09.868Z] link/ether 02:42:a1:4a:c5:e4 brd ff:ff:ff:ff:ff:ff [2021-03-04T23:24:09.868Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-04T23:24:09.868Z] valid_lft forever preferred_lft forever [2021-03-04T23:24:09.868Z] inet6 fe80::42:a1ff:fe4a:c5e4/64 scope link [2021-03-04T23:24:09.868Z] valid_lft forever preferred_lft forever [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] ---> sar -b -r -n DEV: [2021-03-04T23:24:09.868Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] 22:51:01 LINUX RESTART (4 CPU) [2021-03-04T23:24:09.868Z] [2021-03-04T23:24:09.868Z] 22:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-04T23:24:09.868Z] 22:53:01 105.21 43.99 61.22 0.00 3760.49 42509.40 0.00 [2021-03-04T23:24:09.868Z] 22:54:01 47.92 19.37 28.55 0.00 5055.78 7480.00 0.00 [2021-03-04T23:24:09.868Z] 22:55:01 134.26 57.93 76.33 0.00 4670.67 31386.57 0.00 [2021-03-04T23:24:09.868Z] 22:56:02 200.18 51.63 148.55 0.00 2624.51 24480.11 0.00 [2021-03-04T23:24:09.868Z] 22:57:02 90.12 64.33 25.80 0.00 2129.66 1087.71 0.00 [2021-03-04T23:24:09.868Z] 22:58:01 74.79 25.09 49.71 0.00 889.52 5784.54 0.00 [2021-03-04T23:24:09.868Z] 22:59:01 57.53 13.85 43.68 0.00 594.56 4550.03 0.00 [2021-03-04T23:24:09.868Z] 23:00:02 78.09 40.61 37.48 0.00 1355.45 2514.64 0.00 [2021-03-04T23:24:09.868Z] 23:01:01 65.94 25.46 40.47 0.00 685.06 3802.39 0.00 [2021-03-04T23:24:09.868Z] 23:02:01 31.84 11.99 19.84 0.00 1634.46 1825.23 0.00 [2021-03-04T23:24:09.868Z] 23:03:01 93.46 10.99 82.47 0.00 834.66 19929.23 0.00 [2021-03-04T23:24:09.868Z] 23:04:07 196.23 86.33 109.91 0.00 37042.90 85488.07 0.00 [2021-03-04T23:24:09.868Z] 23:05:06 611.03 542.77 68.26 0.00 50080.84 53012.09 0.00 [2021-03-04T23:24:09.868Z] 23:06:05 596.13 492.57 103.55 0.00 28856.33 29781.49 0.00 [2021-03-04T23:24:09.868Z] 23:07:18 729.45 646.55 82.90 0.00 48538.40 51478.01 0.00 [2021-03-04T23:24:09.868Z] 23:08:10 949.96 874.43 75.53 0.00 47421.33 53481.25 0.00 [2021-03-04T23:24:09.868Z] 23:09:02 468.14 406.21 61.93 0.00 22826.47 20542.42 0.00 [2021-03-04T23:24:09.868Z] 23:10:06 75.35 35.52 39.83 0.00 2769.23 7407.55 0.00 [2021-03-04T23:24:09.868Z] 23:11:01 216.19 48.97 167.21 0.00 5315.19 31190.27 0.00 [2021-03-04T23:24:09.868Z] 23:12:05 474.61 318.83 155.78 0.00 43841.62 67258.87 0.00 [2021-03-04T23:24:09.868Z] 23:13:02 638.39 515.72 122.67 0.00 42826.91 46179.82 0.00 [2021-03-04T23:24:09.868Z] 23:14:03 582.89 510.97 71.92 0.00 23468.23 27232.94 0.00 [2021-03-04T23:24:09.868Z] 23:15:03 489.07 376.44 112.63 0.00 22512.00 24912.30 0.00 [2021-03-04T23:24:09.868Z] 23:16:01 386.75 241.27 145.48 0.00 13385.27 18314.31 0.00 [2021-03-04T23:24:09.868Z] 23:17:01 77.34 22.51 54.83 0.00 3869.97 5705.09 0.00 [2021-03-04T23:24:09.868Z] 23:18:01 50.44 40.25 10.19 0.00 2858.53 223.03 0.00 [2021-03-04T23:24:09.868Z] 23:19:02 85.38 31.95 53.43 0.00 1334.39 16990.68 0.00 [2021-03-04T23:24:09.868Z] 23:20:02 224.24 129.55 94.69 0.00 6307.12 17386.61 0.00 [2021-03-04T23:24:09.868Z] 23:21:01 71.42 42.27 29.15 0.00 3488.32 6015.70 0.00 [2021-03-04T23:24:09.868Z] 23:22:01 192.75 52.69 140.06 0.00 4003.32 26075.80 0.00 [2021-03-04T23:24:09.868Z] 23:23:01 59.64 38.35 21.30 0.00 2505.05 4235.61 0.00 [2021-03-04T23:24:09.868Z] Average: 261.55 186.31 75.24 0.00 14223.13 24047.42 0.00 [2021-03-04T23:24:09.869Z] [2021-03-04T23:24:09.869Z] 22:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-04T23:24:09.869Z] 22:53:01 89616 0 559292 29.73 2620 1230016 1112132 37.96 500104 1093136 7068 [2021-03-04T23:24:09.869Z] 22:54:01 72844 0 827388 43.97 2620 978692 1583584 54.05 671468 931768 16 [2021-03-04T23:24:09.869Z] 22:55:01 176036 0 699884 37.20 2464 1003160 1538188 52.50 589580 877396 45440 [2021-03-04T23:24:09.869Z] 22:56:02 102948 0 728160 38.70 1492 1048944 1324884 45.22 628656 849148 12 [2021-03-04T23:24:09.869Z] 22:57:02 134488 0 782020 41.56 1492 963544 1760428 60.08 612312 853612 66668 [2021-03-04T23:24:09.869Z] 22:58:01 229060 0 782772 41.60 808 868904 1718760 58.66 615828 751764 62584 [2021-03-04T23:24:09.869Z] 22:59:01 195016 0 850300 45.19 592 835636 1676384 57.21 695240 704104 68760 [2021-03-04T23:24:09.869Z] 23:00:02 282480 0 809324 43.01 592 789148 1652524 56.40 590192 717876 81776 [2021-03-04T23:24:09.869Z] 23:01:01 325164 0 744172 39.55 592 811616 1331072 45.43 516892 741652 25280 [2021-03-04T23:24:09.869Z] 23:02:01 222200 0 763900 40.60 492 894952 1402352 47.86 603064 759948 85884 [2021-03-04T23:24:09.869Z] 23:03:01 174948 0 759156 40.35 392 947048 1466200 50.04 561256 850468 52 [2021-03-04T23:24:09.869Z] 23:04:07 72552 0 834012 44.33 88 974892 2299812 78.49 722680 877860 66496 [2021-03-04T23:24:09.869Z] 23:05:06 203924 0 768964 40.87 0 908656 1918356 65.47 621328 849252 75256 [2021-03-04T23:24:09.869Z] 23:06:05 68148 0 849496 45.15 0 963900 2423560 82.71 715184 877160 57736 [2021-03-04T23:24:09.869Z] 23:07:18 64464 0 854192 45.40 0 962888 2356104 80.41 760300 817008 29484 [2021-03-04T23:24:09.869Z] 23:08:10 76416 0 851584 45.26 0 953544 2348132 80.14 764708 808984 40356 [2021-03-04T23:24:09.869Z] 23:09:02 169912 0 1010620 53.71 0 701012 4531568 154.65 785528 657828 2724 [2021-03-04T23:24:09.869Z] 23:10:06 375224 0 855704 45.48 0 650616 3265548 111.45 534736 697676 84704 [2021-03-04T23:24:09.869Z] 23:11:01 188044 0 726284 38.60 0 967216 1570464 53.60 521288 917024 12 [2021-03-04T23:24:09.869Z] 23:12:05 82044 0 804696 42.77 0 994804 2234980 76.28 728116 841408 36056 [2021-03-04T23:24:09.869Z] 23:13:02 183036 0 920632 48.93 0 777876 3070716 104.80 739180 711912 30152 [2021-03-04T23:24:09.869Z] 23:14:03 148536 0 909332 48.33 0 823676 2412768 82.34 628748 854184 10364 [2021-03-04T23:24:09.869Z] 23:15:03 75112 0 815400 43.34 0 991032 2281708 77.87 624776 930024 14620 [2021-03-04T23:24:09.869Z] 23:16:01 345364 0 709528 37.71 0 826652 1593636 54.39 555096 730452 1072 [2021-03-04T23:24:09.869Z] 23:17:01 346160 0 640076 34.02 0 895308 1271708 43.40 528964 765096 40 [2021-03-04T23:24:09.869Z] 23:18:01 230704 0 669552 35.59 0 981288 1478696 50.47 606308 800224 28 [2021-03-04T23:24:09.869Z] 23:19:02 140136 0 722268 38.39 0 1019140 1746852 59.62 642636 833256 97132 [2021-03-04T23:24:09.869Z] 23:20:02 75332 0 784804 41.71 0 1021408 1502676 51.28 593948 902600 71828 [2021-03-04T23:24:09.869Z] 23:21:01 73212 0 732008 38.90 0 1076324 1712200 58.43 674088 851112 101648 [2021-03-04T23:24:09.869Z] 23:22:01 173424 0 750044 39.86 0 958076 1332572 45.48 549852 800116 304 [2021-03-04T23:24:09.869Z] 23:23:01 188852 0 814036 43.26 0 878656 1510620 51.55 555936 766656 48 [2021-03-04T23:24:09.869Z] Average: 170497 0 784826 41.71 459 925762 1917070 65.43 627032 820023 37535 [2021-03-04T23:24:09.869Z] [2021-03-04T23:24:09.869Z] 22:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-04T23:24:09.869Z] 22:53:01 eth0 707.95 442.65 3290.11 77.38 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:54:01 veth25c0b5a 842.20 775.86 82.21 2679.11 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:54:01 eth0 879.42 923.27 3119.47 121.20 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:54:01 docker0 842.20 775.73 70.69 2679.10 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:55:01 eth0 270.42 231.57 2828.09 24.66 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:55:01 docker0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:56:02 eth0 178.97 111.71 839.96 16.10 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:56:02 docker0 98.12 159.75 7.31 824.85 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:57:02 veth0e806e5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:57:02 eth0 21.41 18.74 23.95 9.15 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:58:01 veth0e806e5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:58:01 eth0 19.43 20.04 6.03 73.29 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:59:01 veth0e806e5 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:59:01 eth0 26.94 20.01 20.43 11.25 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 22:59:01 docker0 0.93 0.93 0.06 0.08 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:00:02 veth0e806e5 1.11 1.11 0.09 0.09 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:00:02 eth0 16.12 12.82 12.05 6.77 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:00:02 docker0 1.11 1.11 0.07 0.09 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:01:01 veth0e806e5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:01:01 eth0 1.64 1.16 1.18 0.64 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:02:01 veth0e806e5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:02:01 eth0 37.36 33.27 21.36 79.10 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:03:01 eth0 176.73 135.29 1685.86 20.19 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:03:01 vethe0ef202 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:04:07 veth352200e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:04:07 eth0 12.37 9.43 14.14 5.14 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:04:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:04:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:05:06 veth352200e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:05:06 eth0 2.38 1.44 1.48 0.83 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:05:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:05:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:06:05 veth352200e 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:06:05 eth0 55.41 43.69 163.34 68.32 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:06:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:06:05 docker0 16.41 24.43 0.97 147.54 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:07:18 veth352200e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:07:18 eth0 2.27 1.34 1.74 0.99 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:07:18 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:07:18 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:08:10 veth352200e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:08:10 eth0 1.75 1.19 1.27 0.64 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:08:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:08:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:09:02 veth352200e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:09:02 veth105430d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:09:02 veth0140af5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:09:02 veth2c3b56c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:10:06 veth352200e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:10:06 veth105430d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:10:06 veth0140af5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:10:06 veth2c3b56c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:11:01 veth352200e 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:11:01 veth47ffaf6 0.00 0.04 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:11:01 eth0 2827.66 2330.08 14663.79 585.44 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:11:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:12:05 veth352200e 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:12:05 eth0 84.72 51.95 319.27 86.33 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:12:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:12:05 docker0 939.33 979.41 76.87 3940.05 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:13:02 veth352200e 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:13:02 veth3fd379e 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:13:02 eth0 37.87 27.29 55.48 13.72 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:13:02 veth1b8d302 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:14:03 veth352200e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:14:03 veth3fd379e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:14:03 eth0 11.17 8.06 7.87 4.33 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:14:03 veth1b8d302 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:15:03 vethdd65ada 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:15:03 veth352200e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:15:03 veth4d45aa2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:15:03 eth0 32.49 28.25 18.53 72.21 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:16:01 veth352200e 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:16:01 veth86a420b 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:16:01 eth0 57.46 41.64 93.80 19.69 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:16:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:17:01 eth0 128.50 109.85 138.24 309.41 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:17:01 docker0 1002.84 1058.69 81.90 4305.38 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:18:01 eth0 326.08 310.95 140.40 1229.19 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:19:02 eth0 487.97 439.03 4015.10 171.10 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.869Z] 23:20:02 eth0 50.04 48.48 271.47 10.48 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:20:02 veth95d9f38 37.01 34.65 3.74 256.49 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:20:02 docker0 37.01 34.51 3.24 256.48 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:21:01 eth0 357.07 315.35 3257.65 94.19 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:21:01 docker0 2.91 2.17 0.49 1.05 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:22:01 eth0 31.96 24.60 24.59 46.65 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:22:01 veth8a3b97a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:23:01 eth0 108.22 73.14 266.69 47.88 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:23:01 veth57c3bb1 2.17 1.69 0.85 1.17 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] 23:23:01 docker0 36.97 55.88 2.74 221.12 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] Average: eth0 138.89 116.90 713.79 85.70 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] Average: veth57c3bb1 0.07 0.05 0.03 0.04 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] Average: docker0 34.89 37.21 2.86 154.59 0.00 0.00 0.00 0.00 [2021-03-04T23:24:09.870Z] [2021-03-04T23:24:09.870Z] [2021-03-04T23:24:09.870Z] ---> sar -P ALL: [2021-03-04T23:24:09.870Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/04/21 _x86_64_ (4 CPU) [2021-03-04T23:24:09.870Z] [2021-03-04T23:24:09.870Z] 22:51:01 LINUX RESTART (4 CPU) [2021-03-04T23:24:09.870Z] [2021-03-04T23:24:09.870Z] 22:52:02 CPU %user %nice %system %iowait %steal %idle [2021-03-04T23:24:09.870Z] 22:53:01 all 11.72 0.00 6.47 8.93 31.20 41.69 [2021-03-04T23:24:09.870Z] 22:53:01 0 10.21 0.00 6.47 7.22 32.30 43.80 [2021-03-04T23:24:09.870Z] 22:53:01 1 12.80 0.00 4.69 7.93 30.99 43.58 [2021-03-04T23:24:09.870Z] 22:53:01 2 10.76 0.00 6.01 11.60 30.98 40.64 [2021-03-04T23:24:09.870Z] 22:53:01 3 13.16 0.00 8.86 8.96 30.48 38.54 [2021-03-04T23:24:09.870Z] 22:54:01 all 7.21 0.00 4.29 1.86 22.77 63.86 [2021-03-04T23:24:09.870Z] 22:54:01 0 8.12 0.00 5.17 3.21 24.76 58.74 [2021-03-04T23:24:09.870Z] 22:54:01 1 5.66 0.00 3.80 2.13 22.51 65.90 [2021-03-04T23:24:09.870Z] 22:54:01 2 9.78 0.00 4.58 0.76 21.80 63.08 [2021-03-04T23:24:09.870Z] 22:54:01 3 5.41 0.00 3.65 1.30 22.00 67.66 [2021-03-04T23:24:09.870Z] 22:55:01 all 4.15 0.00 3.71 2.28 29.33 60.53 [2021-03-04T23:24:09.870Z] 22:55:01 0 2.98 0.00 3.37 1.09 32.45 60.11 [2021-03-04T23:24:09.870Z] 22:55:01 1 4.69 0.00 3.93 2.42 28.50 60.46 [2021-03-04T23:24:09.870Z] 22:55:01 2 3.59 0.00 3.70 3.03 27.83 61.84 [2021-03-04T23:24:09.870Z] 22:55:01 3 5.45 0.00 3.85 2.64 28.33 59.72 [2021-03-04T23:24:09.870Z] 22:56:02 all 4.37 0.00 4.91 4.75 27.08 58.89 [2021-03-04T23:24:09.870Z] 22:56:02 0 4.08 0.00 4.55 3.80 27.06 60.51 [2021-03-04T23:24:09.870Z] 22:56:02 1 4.63 0.00 5.15 4.70 27.74 57.78 [2021-03-04T23:24:09.870Z] 22:56:02 2 4.25 0.00 5.19 5.87 26.64 58.05 [2021-03-04T23:24:09.870Z] 22:56:02 3 4.51 0.00 4.75 4.66 26.86 59.22 [2021-03-04T23:24:09.870Z] 22:57:02 all 11.06 0.00 5.53 4.40 33.19 45.82 [2021-03-04T23:24:09.870Z] 22:57:02 0 9.50 0.00 4.63 6.06 33.59 46.23 [2021-03-04T23:24:09.870Z] 22:57:02 1 9.51 0.00 4.93 5.29 34.49 45.78 [2021-03-04T23:24:09.870Z] 22:57:02 2 14.74 0.00 8.20 3.34 32.12 41.59 [2021-03-04T23:24:09.870Z] 22:57:02 3 10.75 0.00 4.54 2.82 32.48 49.40 [2021-03-04T23:24:09.870Z] 22:58:01 all 23.99 0.00 8.03 2.79 47.50 17.69 [2021-03-04T23:24:09.870Z] 22:58:01 0 24.45 0.00 9.53 2.20 47.68 16.14 [2021-03-04T23:24:09.870Z] 22:58:01 1 22.60 0.00 7.84 4.68 45.38 19.50 [2021-03-04T23:24:09.870Z] 22:58:01 2 22.67 0.00 6.83 2.65 50.13 17.72 [2021-03-04T23:24:09.870Z] 22:58:01 3 26.27 0.00 7.93 1.57 46.89 17.35 [2021-03-04T23:24:09.870Z] 22:59:01 all 22.78 0.00 8.31 2.14 37.40 29.36 [2021-03-04T23:24:09.870Z] 22:59:01 0 19.76 0.00 7.61 3.52 38.52 30.59 [2021-03-04T23:24:09.870Z] 22:59:01 1 23.06 0.00 7.99 1.71 36.86 30.38 [2021-03-04T23:24:09.870Z] 22:59:01 2 24.85 0.00 8.99 2.05 37.14 26.97 [2021-03-04T23:24:09.870Z] 22:59:01 3 23.64 0.00 8.73 1.21 37.05 29.37 [2021-03-04T23:24:09.870Z] 23:00:02 all 25.21 0.00 8.91 6.73 41.86 17.29 [2021-03-04T23:24:09.870Z] 23:00:02 0 25.34 0.00 8.26 5.49 41.72 19.19 [2021-03-04T23:24:09.870Z] 23:00:02 1 24.42 0.00 8.76 7.31 41.94 17.57 [2021-03-04T23:24:09.870Z] 23:00:02 2 28.11 0.00 10.21 6.60 40.73 14.35 [2021-03-04T23:24:09.870Z] 23:00:02 3 23.17 0.00 8.47 7.47 42.99 17.91 [2021-03-04T23:24:09.870Z] 23:01:01 all 15.89 0.00 8.17 4.87 48.70 22.37 [2021-03-04T23:24:09.870Z] 23:01:01 0 15.65 0.00 8.43 5.73 48.20 21.99 [2021-03-04T23:24:09.870Z] 23:01:01 1 15.89 0.00 8.18 4.23 48.73 22.96 [2021-03-04T23:24:09.870Z] 23:01:01 2 15.72 0.00 7.69 4.54 49.17 22.88 [2021-03-04T23:24:09.870Z] 23:01:01 3 16.30 0.00 8.38 4.98 48.71 21.63 [2021-03-04T23:24:09.870Z] 23:02:01 all 13.10 0.00 6.61 1.22 35.92 43.16 [2021-03-04T23:24:09.870Z] 23:02:01 0 11.81 0.00 5.76 0.28 35.80 46.35 [2021-03-04T23:24:09.870Z] 23:02:01 1 13.05 0.00 6.96 1.73 36.10 42.16 [2021-03-04T23:24:09.870Z] 23:02:01 2 13.79 0.00 6.70 2.24 35.93 41.33 [2021-03-04T23:24:09.870Z] 23:02:01 3 13.78 0.00 7.05 0.67 35.85 42.65 [2021-03-04T23:24:09.870Z] 23:03:01 all 5.72 0.00 6.01 1.21 33.90 53.16 [2021-03-04T23:24:09.870Z] 23:03:01 0 5.27 0.00 5.02 1.61 36.28 51.82 [2021-03-04T23:24:09.870Z] 23:03:01 1 5.19 0.00 5.88 0.79 33.27 54.87 [2021-03-04T23:24:09.870Z] 23:03:01 2 4.77 0.00 5.65 1.10 32.61 55.87 [2021-03-04T23:24:09.870Z] 23:03:01 3 7.76 0.00 7.58 1.35 33.31 50.01 [2021-03-04T23:24:09.870Z] [2021-03-04T23:24:09.870Z] 23:03:01 CPU %user %nice %system %iowait %steal %idle [2021-03-04T23:24:09.870Z] 23:04:07 all 5.00 0.00 6.18 19.57 38.89 30.36 [2021-03-04T23:24:09.870Z] 23:04:07 0 5.87 0.00 6.14 18.66 39.49 29.84 [2021-03-04T23:24:09.870Z] 23:04:07 1 4.23 0.00 6.02 16.64 38.81 34.30 [2021-03-04T23:24:09.870Z] 23:04:07 2 5.32 0.00 6.48 23.25 38.96 25.99 [2021-03-04T23:24:09.870Z] 23:04:07 3 4.60 0.00 6.09 19.78 38.30 31.23 [2021-03-04T23:24:09.870Z] 23:05:06 all 5.73 0.00 4.29 22.36 44.35 23.27 [2021-03-04T23:24:09.870Z] 23:05:06 0 5.94 0.00 4.51 24.52 44.93 20.10 [2021-03-04T23:24:09.870Z] 23:05:06 1 6.04 0.00 4.02 20.56 44.12 25.27 [2021-03-04T23:24:09.870Z] 23:05:06 2 5.25 0.00 3.81 20.12 44.50 26.33 [2021-03-04T23:24:09.870Z] 23:05:06 3 5.72 0.00 4.81 24.23 43.85 21.39 [2021-03-04T23:24:09.870Z] 23:06:05 all 3.88 0.00 6.07 30.39 33.17 26.50 [2021-03-04T23:24:09.870Z] 23:06:05 0 3.89 0.00 5.91 24.11 32.87 33.22 [2021-03-04T23:24:09.870Z] 23:06:05 1 3.65 0.00 5.75 34.90 32.44 23.26 [2021-03-04T23:24:09.870Z] 23:06:05 2 3.69 0.00 6.26 29.64 33.49 26.92 [2021-03-04T23:24:09.870Z] 23:06:05 3 4.29 0.00 6.35 32.92 33.88 22.56 [2021-03-04T23:24:09.870Z] 23:07:18 all 1.75 0.00 3.32 43.60 32.66 18.67 [2021-03-04T23:24:09.870Z] 23:07:18 0 1.57 0.00 3.04 44.99 33.00 17.41 [2021-03-04T23:24:09.870Z] 23:07:18 1 1.82 0.00 3.69 39.35 31.46 23.67 [2021-03-04T23:24:09.870Z] 23:07:18 2 1.95 0.00 3.20 43.76 33.43 17.66 [2021-03-04T23:24:09.870Z] 23:07:18 3 1.68 0.00 3.35 46.12 32.71 16.14 [2021-03-04T23:24:09.870Z] 23:08:10 all 5.18 0.00 3.46 35.69 38.10 17.58 [2021-03-04T23:24:09.870Z] 23:08:10 0 4.43 0.00 3.69 32.63 38.23 21.02 [2021-03-04T23:24:09.870Z] 23:08:10 1 4.88 0.00 3.18 38.79 38.17 14.97 [2021-03-04T23:24:09.870Z] 23:08:10 2 6.22 0.00 3.63 37.23 38.11 14.80 [2021-03-04T23:24:09.870Z] 23:08:10 3 5.20 0.00 3.34 34.17 37.87 19.42 [2021-03-04T23:24:09.870Z] 23:09:02 all 5.69 0.00 5.52 30.92 36.50 21.36 [2021-03-04T23:24:09.870Z] 23:09:02 0 6.23 0.00 5.99 33.18 33.88 20.71 [2021-03-04T23:24:09.870Z] 23:09:02 1 5.51 0.00 5.22 26.83 38.47 23.97 [2021-03-04T23:24:09.870Z] 23:09:02 2 5.57 0.00 5.63 33.22 36.64 18.94 [2021-03-04T23:24:09.870Z] 23:09:02 3 5.43 0.00 5.26 30.49 37.02 21.79 [2021-03-04T23:24:09.870Z] 23:10:06 all 47.00 0.00 10.07 0.17 42.40 0.37 [2021-03-04T23:24:09.870Z] 23:10:06 0 42.67 0.00 8.52 0.13 47.99 0.69 [2021-03-04T23:24:09.870Z] 23:10:06 1 42.07 0.00 9.57 0.09 47.99 0.28 [2021-03-04T23:24:09.870Z] 23:10:06 2 50.89 0.00 11.66 0.33 36.95 0.17 [2021-03-04T23:24:09.870Z] 23:10:06 3 52.84 0.00 10.64 0.12 36.09 0.31 [2021-03-04T23:24:09.870Z] 23:11:01 all 13.11 0.00 9.90 10.45 41.04 25.49 [2021-03-04T23:24:09.870Z] 23:11:01 0 14.39 0.00 10.34 11.62 38.71 24.94 [2021-03-04T23:24:09.870Z] 23:11:01 1 11.17 0.00 9.71 9.87 43.90 25.34 [2021-03-04T23:24:09.870Z] 23:11:01 2 11.69 0.00 10.01 10.96 41.59 25.76 [2021-03-04T23:24:09.870Z] 23:11:01 3 15.22 0.00 9.54 9.36 39.97 25.92 [2021-03-04T23:24:09.870Z] 23:12:05 all 5.13 0.00 6.85 26.08 37.87 24.06 [2021-03-04T23:24:09.870Z] 23:12:05 0 4.70 0.00 6.49 28.89 37.72 22.19 [2021-03-04T23:24:09.870Z] 23:12:05 1 4.48 0.00 6.17 26.34 37.99 25.02 [2021-03-04T23:24:09.870Z] 23:12:05 2 5.62 0.00 6.06 25.57 38.07 24.68 [2021-03-04T23:24:09.870Z] 23:12:05 3 5.76 0.00 8.79 23.34 37.70 24.41 [2021-03-04T23:24:09.870Z] 23:13:02 all 9.59 0.00 6.67 29.02 36.83 17.89 [2021-03-04T23:24:09.870Z] 23:13:02 0 9.63 0.00 5.94 28.21 36.48 19.74 [2021-03-04T23:24:09.870Z] 23:13:02 1 9.06 0.00 7.01 29.71 35.69 18.53 [2021-03-04T23:24:09.870Z] 23:13:02 2 10.56 0.00 6.60 27.51 36.21 19.12 [2021-03-04T23:24:09.870Z] 23:13:02 3 9.08 0.00 7.17 30.73 39.00 14.02 [2021-03-04T23:24:09.870Z] 23:14:03 all 16.63 0.00 7.67 20.88 46.27 8.56 [2021-03-04T23:24:09.870Z] 23:14:03 0 15.90 0.00 8.54 22.03 45.17 8.37 [2021-03-04T23:24:09.870Z] 23:14:03 1 15.52 0.00 6.78 21.06 46.47 10.17 [2021-03-04T23:24:09.870Z] 23:14:03 2 18.54 0.00 8.25 20.15 45.65 7.41 [2021-03-04T23:24:09.870Z] 23:14:03 3 16.54 0.00 7.10 20.29 47.78 8.29 [2021-03-04T23:24:09.870Z] [2021-03-04T23:24:09.870Z] 23:14:03 CPU %user %nice %system %iowait %steal %idle [2021-03-04T23:24:09.870Z] 23:15:03 all 13.76 0.00 7.73 25.71 44.37 8.43 [2021-03-04T23:24:09.870Z] 23:15:03 0 13.47 0.00 7.54 25.63 44.16 9.20 [2021-03-04T23:24:09.870Z] 23:15:03 1 13.71 0.00 7.49 27.78 42.42 8.60 [2021-03-04T23:24:09.870Z] 23:15:03 2 13.95 0.00 8.33 25.88 43.65 8.18 [2021-03-04T23:24:09.870Z] 23:15:03 3 13.92 0.00 7.59 23.52 47.27 7.69 [2021-03-04T23:24:09.870Z] 23:16:01 all 18.49 0.00 9.00 19.74 35.54 17.22 [2021-03-04T23:24:09.870Z] 23:16:01 0 19.11 0.00 8.24 18.19 35.14 19.32 [2021-03-04T23:24:09.870Z] 23:16:01 1 19.68 0.00 10.10 23.35 34.25 12.62 [2021-03-04T23:24:09.870Z] 23:16:01 2 15.52 0.00 7.79 21.87 36.54 18.28 [2021-03-04T23:24:09.870Z] 23:16:01 3 19.77 0.00 9.98 15.35 36.25 18.66 [2021-03-04T23:24:09.870Z] 23:17:01 all 3.87 0.00 5.28 4.11 29.10 57.64 [2021-03-04T23:24:09.870Z] 23:17:01 0 4.35 0.00 5.82 4.79 29.91 55.12 [2021-03-04T23:24:09.870Z] 23:17:01 1 3.61 0.00 4.19 1.96 29.31 60.93 [2021-03-04T23:24:09.870Z] 23:17:01 2 3.75 0.00 4.39 4.43 29.11 58.32 [2021-03-04T23:24:09.870Z] 23:17:01 3 3.77 0.00 6.79 5.32 28.03 56.10 [2021-03-04T23:24:09.870Z] 23:18:01 all 5.89 0.00 2.90 4.89 22.14 64.18 [2021-03-04T23:24:09.870Z] 23:18:01 0 6.31 0.00 3.29 6.69 22.72 60.99 [2021-03-04T23:24:09.870Z] 23:18:01 1 6.07 0.00 2.60 4.51 22.37 64.45 [2021-03-04T23:24:09.870Z] 23:18:01 2 5.58 0.00 3.07 5.30 21.49 64.56 [2021-03-04T23:24:09.870Z] 23:18:01 3 5.59 0.00 2.63 3.00 21.98 66.81 [2021-03-04T23:24:09.870Z] 23:19:02 all 4.08 0.00 4.35 3.43 27.90 60.24 [2021-03-04T23:24:09.870Z] 23:19:02 0 4.96 0.00 4.96 4.67 29.34 56.07 [2021-03-04T23:24:09.870Z] 23:19:02 1 3.48 0.00 4.51 1.97 27.46 62.58 [2021-03-04T23:24:09.870Z] 23:19:02 2 4.18 0.00 4.62 5.22 27.10 58.88 [2021-03-04T23:24:09.870Z] 23:19:02 3 3.73 0.00 3.32 1.91 27.70 63.35 [2021-03-04T23:24:09.870Z] 23:20:02 all 3.06 0.00 3.39 10.39 37.61 45.55 [2021-03-04T23:24:09.870Z] 23:20:02 0 2.97 0.00 3.88 10.51 38.32 44.33 [2021-03-04T23:24:09.870Z] 23:20:02 1 2.84 0.00 2.91 10.03 38.16 46.07 [2021-03-04T23:24:09.870Z] 23:20:02 2 3.74 0.00 3.34 8.75 35.95 48.22 [2021-03-04T23:24:09.870Z] 23:20:02 3 2.71 0.00 3.45 12.27 37.98 43.60 [2021-03-04T23:24:09.871Z] 23:21:01 all 2.20 0.00 3.58 3.35 17.99 72.89 [2021-03-04T23:24:09.871Z] 23:21:01 0 2.27 0.00 5.89 4.84 19.38 67.62 [2021-03-04T23:24:09.871Z] 23:21:01 1 2.27 0.00 2.82 2.07 18.63 74.21 [2021-03-04T23:24:09.871Z] 23:21:01 2 1.90 0.00 2.41 3.62 16.24 75.83 [2021-03-04T23:24:09.871Z] 23:21:01 3 2.37 0.00 3.26 2.93 17.73 73.71 [2021-03-04T23:24:09.871Z] 23:22:01 all 4.13 0.00 5.08 3.33 32.44 55.03 [2021-03-04T23:24:09.871Z] 23:22:01 0 3.91 0.00 5.07 2.80 33.09 55.13 [2021-03-04T23:24:09.871Z] 23:22:01 1 4.06 0.00 4.52 3.66 32.21 55.56 [2021-03-04T23:24:09.871Z] 23:22:01 2 4.32 0.00 4.69 3.61 32.15 55.24 [2021-03-04T23:24:09.871Z] 23:22:01 3 4.24 0.00 6.06 3.25 32.29 54.15 [2021-03-04T23:24:09.871Z] 23:23:01 all 4.37 0.00 7.08 2.09 24.82 61.64 [2021-03-04T23:24:09.871Z] 23:23:01 0 1.90 0.00 4.49 1.26 28.65 63.70 [2021-03-04T23:24:09.871Z] 23:23:01 1 9.19 0.00 8.53 2.31 22.46 57.51 [2021-03-04T23:24:09.871Z] 23:23:01 2 3.19 0.00 7.10 1.48 23.64 64.59 [2021-03-04T23:24:09.871Z] 23:23:01 3 3.46 0.00 8.44 3.42 24.17 60.51 [2021-03-04T23:24:09.871Z] Average: all 9.80 0.00 5.98 12.79 34.85 36.58 [2021-03-04T23:24:09.871Z] Average: 0 9.42 0.00 5.90 12.81 35.47 36.40 [2021-03-04T23:24:09.871Z] Average: 1 9.58 0.00 5.78 12.59 34.81 37.23 [2021-03-04T23:24:09.871Z] Average: 2 10.05 0.00 6.02 13.13 34.41 36.39 [2021-03-04T23:24:09.871Z] Average: 3 10.14 0.00 6.25 12.66 34.68 36.27 [2021-03-04T23:24:09.871Z] [2021-03-04T23:24:09.871Z] [2021-03-04T23:24:09.871Z]