Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e1c877c26fd3ad456d53f84346cbbc11c0c9a37e 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-29250 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/387 [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/387 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision e1c877c26fd3ad456d53f84346cbbc11c0c9a37e (master) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 Commit message: "feat(notifications): Implement GET /notification/start/{start}/end/{end} V2 API (#3240)" > git rev-list --no-walk dd3c5304426daa1a06e165d92e5378a7e6535b25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-10T04:37:33.299Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-10T04:37:33.589Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-10T04:37:33.701Z] ========================================================= [2021-03-10T04:37:33.701Z] EdgeX Global Pipelines Version Info [2021-03-10T04:37:33.701Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:37:35.211Z] ------------------- [2021-03-10T04:37:35.211Z] stable info: [2021-03-10T04:37:35.211Z] ------------------- [2021-03-10T04:37:35.211Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-10T04:37:35.211Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T04:37:35.211Z] Message: update stable to v1.0.184 [2021-03-10T04:37:36.164Z] ------------------- [2021-03-10T04:37:36.164Z] experimental info: [2021-03-10T04:37:36.164Z] ------------------- [2021-03-10T04:37:36.164Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-10T04:37:36.164Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-10T04:37:36.164Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-10T04:37:36.464Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-10T04:37:36.560Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-10T04:37:36.662Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-10T04:37:36.785Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-10T04:37:36.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-10T04:37:36.992Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-10T04:37:37.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-10T04:37:37.214Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-10T04:37:37.309Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-10T04:37:37.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-10T04:37:37.528Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-10T04:37:37.625Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-10T04:37:37.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-10T04:37:37.817Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-10T04:37:37.907Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T04:37:38.015Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-10T04:37:38.110Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-10T04:37:38.213Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-10T04:37:38.319Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-10T04:37:38.409Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-10T04:37:38.652Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-10T04:37:38.747Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-10T04:37:38.836Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-10T04:37:38.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-10T04:37:39.028Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-10T04:37:39.118Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] echo [2021-03-10T04:37:39.210Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e1c877c [Pipeline] echo [2021-03-10T04:37:39.303Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T04:37:39.478Z] provisioning config files... [2021-03-10T04:37:39.531Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config5655696699628639388tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:37:39.890Z] ---> docker-login.sh [2021-03-10T04:37:39.890Z] nexus3.edgexfoundry.org:10001 [2021-03-10T04:37:40.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:37:40.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:37:40.422Z] Configure a credential helper to remove this warning. See [2021-03-10T04:37:40.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:37:40.422Z] [2021-03-10T04:37:40.422Z] Login Succeeded [2021-03-10T04:37:40.422Z] nexus3.edgexfoundry.org:10002 [2021-03-10T04:37:40.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:37:40.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:37:40.687Z] Configure a credential helper to remove this warning. See [2021-03-10T04:37:40.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:37:40.687Z] [2021-03-10T04:37:40.687Z] Login Succeeded [2021-03-10T04:37:40.687Z] nexus3.edgexfoundry.org:10003 [2021-03-10T04:37:40.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:37:40.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:37:40.687Z] Configure a credential helper to remove this warning. See [2021-03-10T04:37:40.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:37:40.687Z] [2021-03-10T04:37:40.687Z] Login Succeeded [2021-03-10T04:37:40.687Z] nexus3.edgexfoundry.org:10004 [2021-03-10T04:37:40.956Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:37:40.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:37:40.956Z] Configure a credential helper to remove this warning. See [2021-03-10T04:37:40.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:37:40.956Z] [2021-03-10T04:37:40.956Z] Login Succeeded [2021-03-10T04:37:40.956Z] docker.io [2021-03-10T04:37:41.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:37:41.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:37:41.483Z] Configure a credential helper to remove this warning. See [2021-03-10T04:37:41.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:37:41.483Z] [2021-03-10T04:37:41.483Z] Login Succeeded [2021-03-10T04:37:41.483Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T04:37:41.495Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T04:37:41.986Z] ++ 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-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/core-command/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/core-data/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-10T04:37:41.986Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-10T04:37:41.986Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-10T04:37:41.986Z] ++ cut -d/ -f2 [2021-03-10T04:37:41.986Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-10T04:37:42.068Z] 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-10T04:37:43.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T04:37:43.838Z] [2021-03-10T04:37:43.838Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:37:44.241Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T04:37:44.241Z] latest: Pulling from edgex-devops/git-semver [2021-03-10T04:37:44.241Z] 31603596830f: Pulling fs layer [2021-03-10T04:37:44.241Z] 2a8b12db71e7: Pulling fs layer [2021-03-10T04:37:44.241Z] 6ca5941a6612: Pulling fs layer [2021-03-10T04:37:44.241Z] ecc8261a40a4: Pulling fs layer [2021-03-10T04:37:44.241Z] ecc8261a40a4: Waiting [2021-03-10T04:37:44.241Z] 2a8b12db71e7: Verifying Checksum [2021-03-10T04:37:44.241Z] 2a8b12db71e7: Download complete [2021-03-10T04:37:44.241Z] 31603596830f: Verifying Checksum [2021-03-10T04:37:44.241Z] 31603596830f: Download complete [2021-03-10T04:37:44.505Z] ecc8261a40a4: Verifying Checksum [2021-03-10T04:37:44.505Z] ecc8261a40a4: Download complete [2021-03-10T04:37:44.505Z] 6ca5941a6612: Verifying Checksum [2021-03-10T04:37:44.505Z] 6ca5941a6612: Download complete [2021-03-10T04:37:44.768Z] 31603596830f: Pull complete [2021-03-10T04:37:45.033Z] 2a8b12db71e7: Pull complete [2021-03-10T04:37:45.993Z] 6ca5941a6612: Pull complete [2021-03-10T04:37:46.258Z] ecc8261a40a4: Pull complete [2021-03-10T04:37:46.258Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-10T04:37:46.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T04:37:46.258Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-10T04:37:46.372Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:37:46.426Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:37:48.926Z] $ docker top f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T04:37:49.495Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T04:37:49.495Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T04:37:49.759Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T04:37:49.764Z] $ docker exec f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 ssh-agent [2021-03-10T04:37:49.950Z] SSH_AUTH_SOCK=/tmp/ssh-ZSjjqOVG5aj5/agent.12 [2021-03-10T04:37:49.950Z] SSH_AGENT_PID=17 [2021-03-10T04:37:49.962Z] Running ssh-add (command line suppressed) [2021-03-10T04:37:50.105Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_9028721425026586994.key (/w/workspace/edgex-go/387@tmp/private_key_9028721425026586994.key) [2021-03-10T04:37:50.162Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T04:37:50.509Z] + git tag --points-at HEAD [Pipeline] } [2021-03-10T04:37:50.534Z] $ docker exec --env ******** --env ******** f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 ssh-agent -k [2021-03-10T04:37:50.667Z] unset SSH_AUTH_SOCK; [2021-03-10T04:37:50.668Z] unset SSH_AGENT_PID; [2021-03-10T04:37:50.668Z] echo Agent pid 17 killed; [2021-03-10T04:37:50.717Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-10T04:37:50.928Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T04:37:50.928Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T04:37:51.123Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T04:37:51.129Z] $ docker exec f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 ssh-agent [2021-03-10T04:37:51.412Z] SSH_AUTH_SOCK=/tmp/ssh-LtIa73u1wIFI/agent.46 [2021-03-10T04:37:51.412Z] SSH_AGENT_PID=51 [2021-03-10T04:37:51.422Z] Running ssh-add (command line suppressed) [2021-03-10T04:37:51.587Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_8419783549693008513.key (/w/workspace/edgex-go/387@tmp/private_key_8419783549693008513.key) [2021-03-10T04:37:51.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T04:37:51.989Z] + git semver init [2021-03-10T04:37:51.989Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T04:37:51.989Z] # $GIT_DIR = /w/workspace/edgex-go/387/.git [2021-03-10T04:37:51.989Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/387 [2021-03-10T04:37:51.989Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T04:37:51.989Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T04:37:51.989Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T04:37:51.989Z] # $SEMVER_BRANCH = master [2021-03-10T04:37:51.989Z] # $SEMVER_TEMP = /tmp/semver-077315126 [2021-03-10T04:37:51.989Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-10T04:38:14.034Z] # '/tmp/semver-077315126' -> '/w/workspace/edgex-go/387/.semver' [2021-03-10T04:38:14.035Z] # -> Force: false [2021-03-10T04:38:14.035Z] # $SEMVER_DIR = /w/workspace/edgex-go/387/.semver [Pipeline] } [2021-03-10T04:38:14.052Z] $ docker exec --env ******** --env ******** f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 ssh-agent -k [2021-03-10T04:38:14.290Z] unset SSH_AUTH_SOCK; [2021-03-10T04:38:14.291Z] unset SSH_AGENT_PID; [2021-03-10T04:38:14.291Z] echo Agent pid 51 killed; [2021-03-10T04:38:14.398Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T04:38:14.882Z] + git semver [Pipeline] } [2021-03-10T04:38:14.904Z] $ docker stop --time=1 f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 [2021-03-10T04:38:16.493Z] $ docker rm -f f38565db3a9d14084bb71a0eb5ea9fc2e1a13435b4bbc81aad6ffcf673fddc12 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T04:38:17.034Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-10T04:38:17.679Z] Stashed 1 file(s) [Pipeline] echo [2021-03-10T04:38:17.682Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.120 [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-10T04:38:18.654Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-10T04:38:18.958Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T04:38:19.264Z] + sudo service docker restart [2021-03-10T04:38:19.264Z] + true [2021-03-10T04:38:19.264Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-10T04:38:19.856Z] ========================================================= [2021-03-10T04:38:19.856Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-10T04:38:19.856Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:38:20.199Z] + 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-10T04:38:24.464Z] Sending build context to Docker daemon 328.4MB [2021-03-10T04:38:24.727Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T04:38:24.727Z] Step 2/6 : FROM ${BASE} [2021-03-10T04:38:24.727Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-10T04:38:24.727Z] 188c0c94c7c5: Pulling fs layer [2021-03-10T04:38:24.727Z] 0ef7d3d256c8: Pulling fs layer [2021-03-10T04:38:24.727Z] de9db76c5a1d: Pulling fs layer [2021-03-10T04:38:24.727Z] bca2f99d35d6: Pulling fs layer [2021-03-10T04:38:24.727Z] 93359f2a8cfa: Pulling fs layer [2021-03-10T04:38:24.727Z] 7c6f9722023f: Pulling fs layer [2021-03-10T04:38:24.727Z] a35cf1a2eb13: Pulling fs layer [2021-03-10T04:38:24.727Z] 93359f2a8cfa: Waiting [2021-03-10T04:38:24.727Z] 7c6f9722023f: Waiting [2021-03-10T04:38:24.727Z] a35cf1a2eb13: Waiting [2021-03-10T04:38:24.727Z] bca2f99d35d6: Waiting [2021-03-10T04:38:24.727Z] de9db76c5a1d: Verifying Checksum [2021-03-10T04:38:24.727Z] de9db76c5a1d: Download complete [2021-03-10T04:38:24.727Z] 0ef7d3d256c8: Verifying Checksum [2021-03-10T04:38:24.727Z] 0ef7d3d256c8: Download complete [2021-03-10T04:38:24.727Z] 93359f2a8cfa: Verifying Checksum [2021-03-10T04:38:24.727Z] 93359f2a8cfa: Download complete [2021-03-10T04:38:24.994Z] 188c0c94c7c5: Verifying Checksum [2021-03-10T04:38:24.994Z] 188c0c94c7c5: Download complete [2021-03-10T04:38:24.994Z] 7c6f9722023f: Verifying Checksum [2021-03-10T04:38:24.994Z] 7c6f9722023f: Download complete [2021-03-10T04:38:25.582Z] 188c0c94c7c5: Pull complete [2021-03-10T04:38:25.845Z] 0ef7d3d256c8: Pull complete [2021-03-10T04:38:25.845Z] de9db76c5a1d: Pull complete [2021-03-10T04:38:26.802Z] a35cf1a2eb13: Verifying Checksum [2021-03-10T04:38:26.802Z] a35cf1a2eb13: Download complete [2021-03-10T04:38:27.761Z] bca2f99d35d6: Verifying Checksum [2021-03-10T04:38:27.761Z] bca2f99d35d6: Download complete [2021-03-10T04:38:33.128Z] Still waiting to schedule task [2021-03-10T04:38:33.129Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-10T04:38:34.466Z] bca2f99d35d6: Pull complete [2021-03-10T04:38:34.466Z] 93359f2a8cfa: Pull complete [2021-03-10T04:38:34.466Z] 7c6f9722023f: Pull complete [2021-03-10T04:38:38.735Z] a35cf1a2eb13: Pull complete [2021-03-10T04:38:38.735Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-10T04:38:38.735Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-10T04:38:38.735Z] ---> a62c8e92a672 [2021-03-10T04:38:38.735Z] 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-10T04:38:38.735Z] ---> Running in 5277e711cc46 [2021-03-10T04:38:39.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:38:39.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:38:40.163Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T04:38:40.740Z] (2/12) Installing file (5.38-r0) [2021-03-10T04:38:40.740Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T04:38:40.740Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T04:38:47.367Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T04:38:47.367Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T04:38:47.367Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T04:38:47.367Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T04:38:47.367Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T04:38:47.367Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T04:38:47.367Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T04:38:47.367Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T04:38:47.367Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:38:47.367Z] OK: 233 MiB in 51 packages [2021-03-10T04:38:49.935Z] Removing intermediate container 5277e711cc46 [2021-03-10T04:38:49.935Z] ---> 93149bf49617 [2021-03-10T04:38:49.935Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T04:38:49.935Z] ---> Running in 3a4405a26c71 [2021-03-10T04:38:50.200Z] Removing intermediate container 3a4405a26c71 [2021-03-10T04:38:50.200Z] ---> f44a525e891e [2021-03-10T04:38:50.200Z] Step 5/6 : COPY go.mod . [2021-03-10T04:38:50.467Z] ---> 6e4233ef6add [2021-03-10T04:38:50.467Z] Step 6/6 : RUN go mod download [2021-03-10T04:38:50.467Z] ---> Running in cc89b3605ee2 [2021-03-10T04:39:17.137Z] Removing intermediate container cc89b3605ee2 [2021-03-10T04:39:17.137Z] ---> c36029a9b165 [2021-03-10T04:39:17.137Z] Successfully built c36029a9b165 [2021-03-10T04:39:17.137Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:39:17.469Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T04:39:17.469Z] . [Pipeline] withDockerContainer [2021-03-10T04:39:17.589Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:39:17.651Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:39:18.853Z] $ docker top 7e3513438f767447a766da4bcf802fc030a9e506c495302e49b0931740577914 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T04:39:19.356Z] + go version [2021-03-10T04:39:19.356Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-10T04:39:19.377Z] $ docker stop --time=1 7e3513438f767447a766da4bcf802fc030a9e506c495302e49b0931740577914 [2021-03-10T04:39:20.810Z] $ docker rm -f 7e3513438f767447a766da4bcf802fc030a9e506c495302e49b0931740577914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:39:21.667Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-10T04:39:21.667Z] . [Pipeline] withDockerContainer [2021-03-10T04:39:21.784Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:39:21.841Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:39:22.772Z] $ docker top 2acb9168fd38aff47c280f0d9bba571012404eedac7932e5315c145236a712db -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T04:39:23.072Z] ========================================================= [2021-03-10T04:39:23.072Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-10T04:39:23.072Z] ========================================================= [Pipeline] sh [2021-03-10T04:39:23.424Z] + make test [2021-03-10T04:39:23.424Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-10T04:39:33.526Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-10T04:39:55.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-10T04:39:55.679Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-10T04:39:57.642Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-10T04:39:57.642Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-10T04:39:58.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-10T04:39:58.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-10T04:39:58.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-10T04:39:58.881Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-10T04:39:59.869Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-10T04:40:00.141Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-10T04:40:03.574Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-10T04:40:03.574Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-10T04:40:03.574Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-10T04:40:06.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements [2021-03-10T04:40:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-10T04:40:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-10T04:40:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-10T04:40:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-10T04:40:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-10T04:40:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-10T04:40:06.221Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-10T04:40:06.221Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.116s coverage: 100.0% of statements [2021-03-10T04:40:08.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.1% of statements [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-10T04:40:08.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-10T04:40:08.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-10T04:40:08.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.097s coverage: 71.3% of statements [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-10T04:40:08.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-10T04:40:09.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.179s coverage: 82.9% of statements [2021-03-10T04:40:09.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-10T04:40:09.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T04:40:09.116Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements [2021-03-10T04:40:09.116Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-10T04:40:13.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.393s coverage: 28.6% of statements [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-10T04:40:13.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-10T04:40:13.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-10T04:40:13.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.107s coverage: 86.7% of statements [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-10T04:40:13.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-10T04:40:13.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-10T04:40:13.403Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-10T04:40:15.379Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.486s coverage: 92.8% of statements [2021-03-10T04:40:15.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-10T04:40:15.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T04:40:15.379Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-10T04:40:15.379Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-10T04:40:15.379Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-10T04:40:15.379Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-10T04:40:15.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-10T04:40:15.380Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-10T04:40:15.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-10T04:40:15.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements [2021-03-10T04:40:15.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.056s coverage: 79.5% of statements [2021-03-10T04:40:15.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements [2021-03-10T04:40:15.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-03-10T04:40:15.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements [2021-03-10T04:40:22.156Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29251 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-10T04:40:22.229Z] Running in /w/workspace/edgex-go/387 [Pipeline] { [Pipeline] checkout [2021-03-10T04:40:27.474Z] using credential edgex-jenkins-ssh [2021-03-10T04:40:27.538Z] Cloning the remote Git repository [2021-03-10T04:40:27.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.042s coverage: 94.4% of statements [2021-03-10T04:40:27.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-10T04:40:27.729Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.057s coverage: 81.4% of statements [2021-03-10T04:40:27.617Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-10T04:40:27.742Z] > git init /w/workspace/edgex-go/387 # timeout=10 [2021-03-10T04:40:27.834Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T04:40:27.835Z] > git --version # timeout=10 [2021-03-10T04:40:27.856Z] > git --version # 'git version 2.17.1' [2021-03-10T04:40:27.857Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T04:40:27.936Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T04:40:42.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.076s coverage: 92.9% of statements [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-10T04:40:42.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-10T04:40:42.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-10T04:40:42.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-10T04:40:42.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-03-10T04:40:42.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-10T04:40:42.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.6% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.110s coverage: 91.6% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 62.4% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.355s coverage: 69.0% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 38.4% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.158s coverage: 47.0% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.174s coverage: 87.1% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.788s coverage: 29.1% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.097s coverage: 95.6% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-10T04:40:42.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements [2021-03-10T04:40:42.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-10T04:40:42.762Z] GO111MODULE=on go vet ./... [2021-03-10T04:40:44.211Z] Checking out Revision e1c877c26fd3ad456d53f84346cbbc11c0c9a37e (master) [2021-03-10T04:40:43.414Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T04:40:43.431Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-10T04:40:43.450Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-10T04:40:43.489Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-10T04:40:43.489Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-10T04:40:43.499Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-10T04:40:44.237Z] > git config core.sparsecheckout # timeout=10 [2021-03-10T04:40:44.253Z] > git checkout -f e1c877c26fd3ad456d53f84346cbbc11c0c9a37e # timeout=10 [2021-03-10T04:40:48.938Z] Commit message: "feat(notifications): Implement GET /notification/start/{start}/end/{end} V2 API (#3240)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-10T04:40:50.584Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-10T04:40:50.985Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-10T04:40:51.336Z] + true [2021-03-10T04:40:51.336Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T04:40:54.050Z] provisioning config files... [2021-03-10T04:40:54.094Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config8824553593301475116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:40:54.523Z] ---> docker-login.sh [2021-03-10T04:40:54.523Z] nexus3.edgexfoundry.org:10001 [2021-03-10T04:40:55.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:40:55.849Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:40:55.849Z] Configure a credential helper to remove this warning. See [2021-03-10T04:40:55.849Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:40:55.849Z] [2021-03-10T04:40:55.849Z] Login Succeeded [2021-03-10T04:40:55.849Z] nexus3.edgexfoundry.org:10002 [2021-03-10T04:40:56.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:40:56.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:40:56.449Z] Configure a credential helper to remove this warning. See [2021-03-10T04:40:56.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:40:56.449Z] [2021-03-10T04:40:56.449Z] Login Succeeded [2021-03-10T04:40:56.449Z] nexus3.edgexfoundry.org:10003 [2021-03-10T04:40:57.048Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:40:57.048Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:40:57.048Z] Configure a credential helper to remove this warning. See [2021-03-10T04:40:57.048Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:40:57.048Z] [2021-03-10T04:40:57.048Z] Login Succeeded [2021-03-10T04:40:57.048Z] nexus3.edgexfoundry.org:10004 [2021-03-10T04:40:57.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:40:57.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:40:57.647Z] Configure a credential helper to remove this warning. See [2021-03-10T04:40:57.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:40:57.647Z] [2021-03-10T04:40:57.647Z] Login Succeeded [2021-03-10T04:40:57.647Z] docker.io [2021-03-10T04:40:57.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:40:58.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:40:58.520Z] Configure a credential helper to remove this warning. See [2021-03-10T04:40:58.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:40:58.520Z] [2021-03-10T04:40:58.520Z] Login Succeeded [2021-03-10T04:40:58.520Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T04:40:58.541Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-10T04:40:58.996Z] ========================================================= [2021-03-10T04:40:58.997Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-10T04:40:58.997Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:40:59.390Z] + 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-10T04:41:02.071Z] Sending build context to Docker daemon 166.6MB [2021-03-10T04:41:02.071Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-10T04:41:02.071Z] Step 2/6 : FROM ${BASE} [2021-03-10T04:41:02.071Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-10T04:41:02.071Z] 5f621e34cdf4: Pulling fs layer [2021-03-10T04:41:02.071Z] a4357932f1b6: Pulling fs layer [2021-03-10T04:41:02.071Z] 18c013af1878: Pulling fs layer [2021-03-10T04:41:02.071Z] 00ac8860ef70: Pulling fs layer [2021-03-10T04:41:02.071Z] 63d7cb157983: Pulling fs layer [2021-03-10T04:41:02.071Z] b116817d02f9: Pulling fs layer [2021-03-10T04:41:02.071Z] 745a02a5169b: Pulling fs layer [2021-03-10T04:41:02.071Z] 63d7cb157983: Waiting [2021-03-10T04:41:02.071Z] b116817d02f9: Waiting [2021-03-10T04:41:02.071Z] 00ac8860ef70: Waiting [2021-03-10T04:41:02.071Z] 745a02a5169b: Waiting [2021-03-10T04:41:02.071Z] 18c013af1878: Verifying Checksum [2021-03-10T04:41:02.071Z] 18c013af1878: Download complete [2021-03-10T04:41:02.071Z] a4357932f1b6: Verifying Checksum [2021-03-10T04:41:02.071Z] a4357932f1b6: Download complete [2021-03-10T04:41:02.345Z] 63d7cb157983: Verifying Checksum [2021-03-10T04:41:02.345Z] 63d7cb157983: Download complete [2021-03-10T04:41:02.345Z] b116817d02f9: Download complete [2021-03-10T04:41:02.618Z] 5f621e34cdf4: Verifying Checksum [2021-03-10T04:41:02.618Z] 5f621e34cdf4: Download complete [2021-03-10T04:41:03.223Z] 5f621e34cdf4: Pull complete [2021-03-10T04:41:03.831Z] a4357932f1b6: Pull complete [2021-03-10T04:41:04.122Z] 18c013af1878: Pull complete [2021-03-10T04:41:04.724Z] 745a02a5169b: Verifying Checksum [2021-03-10T04:41:04.724Z] 745a02a5169b: Download complete [2021-03-10T04:41:06.164Z] 00ac8860ef70: Verifying Checksum [2021-03-10T04:41:06.164Z] 00ac8860ef70: Download complete [2021-03-10T04:41:15.099Z] gofmt -l . [2021-03-10T04:41:15.099Z] [ "`gofmt -l .`" = "" ] [2021-03-10T04:41:15.099Z] ./bin/test-go-mod-tidy.sh [2021-03-10T04:41:15.099Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-10T04:41:15.739Z] + ls -al . [2021-03-10T04:41:15.739Z] total 736 [2021-03-10T04:41:15.739Z] drwxrwxr-x 10 1001 1001 4096 Mar 10 04:41 . [2021-03-10T04:41:15.739Z] drwxr-xr-x 4 root root 32 Mar 10 04:39 .. [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 11 Mar 10 04:37 .dockerignore [2021-03-10T04:41:15.739Z] drwxrwxr-x 8 1001 1001 162 Mar 10 04:37 .git [2021-03-10T04:41:15.739Z] drwxrwxr-x 3 1001 1001 125 Mar 10 04:37 .github [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 818 Mar 10 04:37 .gitignore [2021-03-10T04:41:15.739Z] drwx------ 3 1001 1001 45 Mar 10 04:38 .semver [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 166 Mar 10 04:37 .sonarcloud.properties [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 8607 Mar 10 04:37 Attribution.txt [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 3804 Mar 10 04:37 CONTRIBUTING.md [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 931 Mar 10 04:37 Dockerfile.build [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 863 Mar 10 04:37 Jenkinsfile [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 10775 Mar 10 04:37 LICENSE [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 5774 Mar 10 04:37 Makefile [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 6548 Mar 10 04:37 README.md [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 6755 Mar 10 04:37 SECURITY.md [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 13 Mar 10 04:38 VERSION [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 4131 Mar 10 04:37 ZMQWindows.md [2021-03-10T04:41:15.739Z] drwxrwxr-x 2 1001 1001 117 Mar 10 04:37 bin [2021-03-10T04:41:15.739Z] drwxrwxr-x 14 1001 1001 4096 Mar 10 04:37 cmd [2021-03-10T04:41:15.739Z] -rw-r--r-- 1 root root 625548 Mar 10 04:40 coverage.out [2021-03-10T04:41:15.739Z] -rw-r--r-- 1 root root 1055 Mar 10 04:41 go.mod [2021-03-10T04:41:15.739Z] -rw-r--r-- 1 root root 21981 Mar 10 04:41 go.sum [2021-03-10T04:41:15.739Z] drwxrwxr-x 8 1001 1001 127 Mar 10 04:37 internal [2021-03-10T04:41:15.739Z] drwxrwxr-x 4 1001 1001 26 Mar 10 04:37 openapi [2021-03-10T04:41:15.739Z] drwxrwxr-x 4 1001 1001 71 Mar 10 04:37 snap [2021-03-10T04:41:15.739Z] -rw-rw-r-- 1 1001 1001 168 Mar 10 04:37 version.go [Pipeline] sh [2021-03-10T04:41:16.046Z] + '[' -e coverage.out ] [2021-03-10T04:41:16.046Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-10T04:41:16.287Z] Stashed 1 file(s) [Pipeline] sh [2021-03-10T04:41:16.585Z] + make build [2021-03-10T04:41:16.585Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T04:41:18.585Z] 00ac8860ef70: Pull complete [2021-03-10T04:41:18.585Z] 63d7cb157983: Pull complete [2021-03-10T04:41:18.585Z] b116817d02f9: Pull complete [2021-03-10T04:41:20.563Z] 745a02a5169b: Pull complete [2021-03-10T04:41:20.563Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-10T04:41:20.563Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-10T04:41:20.563Z] ---> b7e6874047d6 [2021-03-10T04:41:20.563Z] 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-10T04:41:21.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T04:41:23.950Z] ---> Running in aa594881fc32 [2021-03-10T04:41:24.926Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:41:25.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:41:26.505Z] (1/12) Installing libmagic (5.38-r0) [2021-03-10T04:41:26.505Z] (2/12) Installing file (5.38-r0) [2021-03-10T04:41:26.505Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-10T04:41:26.778Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-10T04:41:30.169Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-10T04:41:30.169Z] (6/12) Installing patch (2.7.6-r6) [2021-03-10T04:41:30.169Z] (7/12) Installing build-base (0.5-r2) [2021-03-10T04:41:30.169Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-10T04:41:30.169Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-10T04:41:30.169Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-10T04:41:30.169Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-10T04:41:30.169Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-10T04:41:30.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T04:41:30.444Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:41:30.444Z] OK: 217 MiB in 51 packages [2021-03-10T04:41:31.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T04:41:33.140Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T04:41:33.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T04:41:34.753Z] Removing intermediate container aa594881fc32 [2021-03-10T04:41:34.753Z] ---> bed74a8639ae [2021-03-10T04:41:34.753Z] Step 4/6 : WORKDIR /edgex-go [2021-03-10T04:41:34.753Z] ---> Running in 3a97cc68ae5c [2021-03-10T04:41:34.753Z] Removing intermediate container 3a97cc68ae5c [2021-03-10T04:41:34.753Z] ---> b0ae1e04a3a2 [2021-03-10T04:41:34.753Z] Step 5/6 : COPY go.mod . [2021-03-10T04:41:35.349Z] ---> a84082527fb0 [2021-03-10T04:41:35.349Z] Step 6/6 : RUN go mod download [2021-03-10T04:41:35.357Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T04:41:35.621Z] ---> Running in 9dcc68d53cb6 [2021-03-10T04:41:36.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T04:41:38.164Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T04:41:39.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T04:41:40.522Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T04:41:42.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-10T04:41:44.151Z] $ docker stop --time=1 2acb9168fd38aff47c280f0d9bba571012404eedac7932e5315c145236a712db [2021-03-10T04:41:45.996Z] $ docker rm -f 2acb9168fd38aff47c280f0d9bba571012404eedac7932e5315c145236a712db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:41:49.682Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T04:41:49.682Z] [2021-03-10T04:41:49.682Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:41:50.035Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T04:41:50.035Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-10T04:41:50.035Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-10T04:41:50.035Z] ca9280d653b3: Pulling fs layer [2021-03-10T04:41:50.035Z] 7e9c9ca2126c: Pulling fs layer [2021-03-10T04:41:50.622Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-10T04:41:50.622Z] cbdbe7a5bc2a: Download complete [2021-03-10T04:41:50.888Z] ca9280d653b3: Verifying Checksum [2021-03-10T04:41:50.888Z] ca9280d653b3: Download complete [2021-03-10T04:41:51.156Z] cbdbe7a5bc2a: Pull complete [2021-03-10T04:41:52.120Z] 7e9c9ca2126c: Verifying Checksum [2021-03-10T04:41:52.121Z] 7e9c9ca2126c: Download complete [2021-03-10T04:41:52.385Z] ca9280d653b3: Pull complete [2021-03-10T04:41:59.030Z] 7e9c9ca2126c: Pull complete [2021-03-10T04:41:59.030Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-10T04:41:59.030Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T04:41:59.030Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-10T04:41:59.231Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:41:59.287Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:42:02.399Z] Removing intermediate container 9dcc68d53cb6 [2021-03-10T04:42:02.399Z] ---> fd5e55665cf2 [2021-03-10T04:42:02.399Z] Successfully built fd5e55665cf2 [2021-03-10T04:42:02.399Z] Successfully tagged ci-base-image-arm64:latest [2021-03-10T04:42:02.562Z] $ docker top 2a3d79206e2370844e661f81d17721190ab43a911f41d045b0b1e3697334d739 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:42:03.127Z] + docker-compose build --help [2021-03-10T04:42:03.127Z] + grep parallel [2021-03-10T04:42:03.234Z] + docker inspect -f . ci-base-image-arm64 [2021-03-10T04:42:03.235Z] . [Pipeline] withDockerContainer [2021-03-10T04:42:03.479Z] prd-ubuntu18.04-docker-arm64-4c-16g-29251 does not seem to be running inside a container [2021-03-10T04:42:03.568Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:42:04.075Z] --parallel Build images in parallel. [2021-03-10T04:42:05.122Z] $ docker top c089dde99ecda7424568652f6d7abb0edb9c27fee7c5438718c3a7b1a0020715 -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-10T04:42:05.502Z] $ docker stop --time=1 2a3d79206e2370844e661f81d17721190ab43a911f41d045b0b1e3697334d739 [2021-03-10T04:42:06.899Z] $ docker rm -f 2a3d79206e2370844e661f81d17721190ab43a911f41d045b0b1e3697334d739 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:42:07.565Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-10T04:42:07.565Z] . [Pipeline] withDockerContainer [2021-03-10T04:42:07.672Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:42:07.690Z] + go version [2021-03-10T04:42:07.690Z] go version go1.15.5 linux/arm64 [2021-03-10T04:42:07.723Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:42:08.383Z] $ docker top 16fdfe7a191a18c600907af864d7d349dc50fddc04661315aa0799a9ea9550fb -eo pid,comm [Pipeline] { [Pipeline] } [2021-03-10T04:42:08.611Z] $ docker stop --time=1 c089dde99ecda7424568652f6d7abb0edb9c27fee7c5438718c3a7b1a0020715 [2021-03-10T04:42:10.555Z] $ docker rm -f c089dde99ecda7424568652f6d7abb0edb9c27fee7c5438718c3a7b1a0020715 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-03-10T04:42:11.138Z] + docker-compose -f ./docker-compose-build.yml build --parallel Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:42:11.764Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T04:42:11.764Z] [2021-03-10T04:42:11.764Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:42:12.085Z] Building docker-core-command-go ... [2021-03-10T04:42:12.086Z] Building docker-core-data-go ... [2021-03-10T04:42:12.086Z] Building docker-core-metadata-go ... [2021-03-10T04:42:12.086Z] Building docker-security-bootstrapper-go ... [2021-03-10T04:42:12.086Z] Building docker-security-proxy-setup-go ... [2021-03-10T04:42:12.086Z] Building docker-security-secretstore-setup-go ... [2021-03-10T04:42:12.086Z] Building docker-support-notifications-go ... [2021-03-10T04:42:12.086Z] Building docker-support-scheduler-go ... [2021-03-10T04:42:12.086Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T04:42:12.086Z] Building docker-support-scheduler-go [2021-03-10T04:42:12.086Z] Building docker-core-data-go [2021-03-10T04:42:12.086Z] Building docker-support-notifications-go [2021-03-10T04:42:12.086Z] Building docker-core-metadata-go [2021-03-10T04:42:12.086Z] Building docker-security-bootstrapper-go [2021-03-10T04:42:12.158Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T04:42:12.433Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-10T04:42:12.433Z] 29e5d40040c1: Pulling fs layer [2021-03-10T04:42:12.433Z] 1ce36da41761: Pulling fs layer [2021-03-10T04:42:12.433Z] 25b303627fd3: Pulling fs layer [2021-03-10T04:42:12.708Z] 29e5d40040c1: Download complete [2021-03-10T04:42:13.306Z] 1ce36da41761: Verifying Checksum [2021-03-10T04:42:13.306Z] 1ce36da41761: Download complete [2021-03-10T04:42:13.306Z] 29e5d40040c1: Pull complete [2021-03-10T04:42:14.748Z] 1ce36da41761: Pull complete [2021-03-10T04:42:15.018Z] 25b303627fd3: Verifying Checksum [2021-03-10T04:42:15.018Z] 25b303627fd3: Download complete [2021-03-10T04:42:23.281Z] 25b303627fd3: Pull complete [2021-03-10T04:42:23.281Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-10T04:42:23.281Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T04:42:23.281Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-10T04:42:23.542Z] prd-ubuntu18.04-docker-arm64-4c-16g-29251 does not seem to be running inside a container [2021-03-10T04:42:23.627Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:42:26.685Z] $ docker top 35327ba19f97e92e6b84a25f70308db74b81eb6e4aafb9e2a5930744b3b8b5d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T04:42:27.694Z] + + docker-composegrep build parallel --help [2021-03-10T04:42:27.694Z] [2021-03-10T04:42:31.991Z] --parallel Build images in parallel. [Pipeline] } [2021-03-10T04:42:32.020Z] $ docker stop --time=1 35327ba19f97e92e6b84a25f70308db74b81eb6e4aafb9e2a5930744b3b8b5d4 [2021-03-10T04:42:34.029Z] $ docker rm -f 35327ba19f97e92e6b84a25f70308db74b81eb6e4aafb9e2a5930744b3b8b5d4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:42:34.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-10T04:42:34.840Z] . [Pipeline] withDockerContainer [2021-03-10T04:42:35.091Z] prd-ubuntu18.04-docker-arm64-4c-16g-29251 does not seem to be running inside a container [2021-03-10T04:42:35.189Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:42:36.714Z] $ docker top 52267aa256048a7916d8dd283c4a30ab30f6a29be353d01b89f014b5c215e42e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T04:42:37.737Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-10T04:42:42.036Z] Building docker-core-command-go ... [2021-03-10T04:42:42.036Z] Building docker-core-data-go ... [2021-03-10T04:42:42.036Z] Building docker-core-metadata-go ... [2021-03-10T04:42:42.036Z] Building docker-security-bootstrapper-go ... [2021-03-10T04:42:42.036Z] Building docker-security-proxy-setup-go ... [2021-03-10T04:42:42.036Z] Building docker-security-secretstore-setup-go ... [2021-03-10T04:42:42.036Z] Building docker-support-notifications-go ... [2021-03-10T04:42:42.036Z] Building docker-support-scheduler-go ... [2021-03-10T04:42:42.036Z] Building docker-sys-mgmt-agent-go ... [2021-03-10T04:42:42.036Z] Building docker-core-data-go [2021-03-10T04:42:42.036Z] Building docker-security-secretstore-setup-go [2021-03-10T04:42:42.036Z] Building docker-core-metadata-go [2021-03-10T04:42:42.036Z] Building docker-support-scheduler-go [2021-03-10T04:42:42.036Z] Building docker-support-notifications-go [2021-03-10T04:42:51.089Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:42:51.089Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:42:51.089Z] ---> c36029a9b165 [2021-03-10T04:42:51.089Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T04:42:51.089Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:42:51.089Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:42:51.089Z] ---> c36029a9b165 [2021-03-10T04:42:51.089Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T04:42:51.089Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:42:51.089Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:42:51.089Z] ---> c36029a9b165 [2021-03-10T04:42:51.089Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T04:42:51.089Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:42:51.089Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:42:51.089Z] ---> c36029a9b165 [2021-03-10T04:42:51.089Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T04:42:51.089Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:42:51.089Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:42:51.089Z] ---> c36029a9b165 [2021-03-10T04:42:51.089Z] Step 3/31 : WORKDIR /edgex-go [2021-03-10T04:42:51.089Z] ---> Running in 75368402a4b4 [2021-03-10T04:42:51.089Z] ---> Running in 722d56375ff3 [2021-03-10T04:42:51.089Z] ---> Running in 709450e98bab [2021-03-10T04:42:51.089Z] ---> Running in 4f8fb9095850 [2021-03-10T04:42:51.089Z] ---> Running in b54ce688c6f1 [2021-03-10T04:42:51.089Z] Removing intermediate container 75368402a4b4 [2021-03-10T04:42:51.089Z] ---> 9f3fa9637670 [2021-03-10T04:42:51.089Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:42:51.089Z] Removing intermediate container 4f8fb9095850 [2021-03-10T04:42:51.089Z] ---> 25dfb539e931 [2021-03-10T04:42:51.089Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:42:51.089Z] Removing intermediate container b54ce688c6f1 [2021-03-10T04:42:51.089Z] ---> b34c1d02e0e7 [2021-03-10T04:42:51.089Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:42:51.089Z] Removing intermediate container 722d56375ff3 [2021-03-10T04:42:51.089Z] ---> 11e809fa2dbc [2021-03-10T04:42:51.089Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:42:51.089Z] Removing intermediate container 709450e98bab [2021-03-10T04:42:51.090Z] ---> 03a7d07a5fa1 [2021-03-10T04:42:51.090Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:42:51.090Z] ---> Running in fbcaac2724dd [2021-03-10T04:42:51.090Z] ---> Running in cb02b1702609 [2021-03-10T04:42:51.090Z] ---> Running in 50d2e3f1c71e [2021-03-10T04:42:51.090Z] ---> Running in ec3efbde0686 [2021-03-10T04:42:51.090Z] ---> Running in 93e32f854b45 [2021-03-10T04:42:52.517Z] Removing intermediate container fbcaac2724dd [2021-03-10T04:42:52.517Z] ---> 20521c68852b [2021-03-10T04:42:52.517Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T04:42:52.780Z] ---> Running in 10054680fb02 [2021-03-10T04:42:52.780Z] Removing intermediate container 50d2e3f1c71e [2021-03-10T04:42:52.780Z] ---> c4da9e41836e [2021-03-10T04:42:52.780Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T04:42:52.780Z] Removing intermediate container ec3efbde0686 [2021-03-10T04:42:52.780Z] ---> a2a320dfd26e [2021-03-10T04:42:52.780Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T04:42:53.042Z] Removing intermediate container cb02b1702609 [2021-03-10T04:42:53.042Z] ---> fee1dd472618 [2021-03-10T04:42:53.042Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T04:42:53.042Z] ---> Running in 968d91cba98f [2021-03-10T04:42:53.042Z] ---> Running in 115f5b45abb5 [2021-03-10T04:42:53.316Z] ---> Running in b5a586dd7b3a [2021-03-10T04:42:53.316Z] Removing intermediate container 93e32f854b45 [2021-03-10T04:42:53.316Z] ---> a5e26d325128 [2021-03-10T04:42:53.316Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T04:42:53.607Z] ---> Running in 5a19fe790ade [2021-03-10T04:42:54.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:54.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:54.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:54.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:54.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:55.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:55.074Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:55.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:55.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:55.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:42:56.176Z] OK: 233 MiB in 51 packages [2021-03-10T04:42:56.176Z] OK: 233 MiB in 51 packages [2021-03-10T04:42:56.176Z] OK: 233 MiB in 51 packages [2021-03-10T04:42:56.446Z] OK: 233 MiB in 51 packages [2021-03-10T04:42:56.446Z] OK: 233 MiB in 51 packages [2021-03-10T04:42:57.030Z] Removing intermediate container 968d91cba98f [2021-03-10T04:42:57.030Z] ---> ac91e6121a98 [2021-03-10T04:42:57.030Z] Step 6/22 : COPY go.mod . [2021-03-10T04:42:57.030Z] Removing intermediate container 10054680fb02 [2021-03-10T04:42:57.030Z] ---> 62cada1e5244 [2021-03-10T04:42:57.030Z] Step 6/23 : COPY go.mod . [2021-03-10T04:42:57.298Z] Removing intermediate container 115f5b45abb5 [2021-03-10T04:42:57.299Z] ---> cd69054c4a7a [2021-03-10T04:42:57.299Z] Step 6/31 : COPY go.mod . [2021-03-10T04:42:57.568Z] ---> 933c05a4714f [2021-03-10T04:42:57.568Z] Step 7/22 : RUN go mod download [2021-03-10T04:42:57.568Z] ---> c8400effc141 [2021-03-10T04:42:57.568Z] Step 7/23 : RUN go mod download [2021-03-10T04:42:57.568Z] ---> Running in 23a95c59eb51 [2021-03-10T04:42:57.568Z] ---> Running in ab2931dc1f68 [2021-03-10T04:42:57.834Z] Removing intermediate container b5a586dd7b3a [2021-03-10T04:42:57.834Z] ---> 7b6676b803c3 [2021-03-10T04:42:57.834Z] Step 6/22 : COPY go.mod . [2021-03-10T04:42:57.834Z] ---> aa6edf87af78 [2021-03-10T04:42:57.834Z] Step 7/31 : RUN go mod download [2021-03-10T04:42:57.834Z] Removing intermediate container 5a19fe790ade [2021-03-10T04:42:57.834Z] ---> a268bc6ad22b [2021-03-10T04:42:57.834Z] Step 6/23 : COPY go.mod . [2021-03-10T04:42:58.109Z] ---> Running in a7d003a640d4 [2021-03-10T04:42:58.109Z] ---> c137bb048940 [2021-03-10T04:42:58.109Z] Step 7/22 : RUN go mod download [2021-03-10T04:42:58.376Z] ---> fe9f03162ba6 [2021-03-10T04:42:58.376Z] Step 7/23 : RUN go mod download [2021-03-10T04:42:58.376Z] ---> Running in e9ce02ec44ac [2021-03-10T04:42:58.649Z] ---> Running in e367df22bc25 [2021-03-10T04:43:01.284Z] Removing intermediate container a7d003a640d4 [2021-03-10T04:43:01.284Z] ---> d0a9e56020ef [2021-03-10T04:43:01.284Z] Step 8/31 : COPY . . [2021-03-10T04:43:01.284Z] Removing intermediate container ab2931dc1f68 [2021-03-10T04:43:01.284Z] ---> 1ba335f00a60 [2021-03-10T04:43:01.284Z] Step 8/23 : COPY . . [2021-03-10T04:43:01.284Z] Removing intermediate container e367df22bc25 [2021-03-10T04:43:01.284Z] ---> e7b7d4e4a05a [2021-03-10T04:43:01.284Z] Step 8/23 : COPY . . [2021-03-10T04:43:01.284Z] Removing intermediate container 23a95c59eb51 [2021-03-10T04:43:01.284Z] ---> 2d49a13554ef [2021-03-10T04:43:01.284Z] Step 8/22 : COPY . . [2021-03-10T04:43:01.284Z] Removing intermediate container e9ce02ec44ac [2021-03-10T04:43:01.284Z] ---> 424ae5e97981 [2021-03-10T04:43:01.284Z] Step 8/22 : COPY . . [2021-03-10T04:43:29.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:43:29.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:43:29.180Z] ---> fd5e55665cf2 [2021-03-10T04:43:29.180Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T04:43:29.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:43:29.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:43:29.180Z] ---> fd5e55665cf2 [2021-03-10T04:43:29.180Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T04:43:29.180Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:43:29.180Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:43:29.180Z] ---> fd5e55665cf2 [2021-03-10T04:43:29.180Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T04:43:29.180Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:43:29.180Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:43:29.180Z] ---> fd5e55665cf2 [2021-03-10T04:43:29.180Z] Step 3/22 : WORKDIR /edgex-go [2021-03-10T04:43:29.180Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:43:29.180Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:43:29.180Z] ---> fd5e55665cf2 [2021-03-10T04:43:29.180Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T04:43:32.574Z] ---> Running in da1bcbd86b30 [2021-03-10T04:43:32.574Z] ---> Running in c4f9291eef30 [2021-03-10T04:43:32.574Z] ---> Running in 1d5aa8e232fd [2021-03-10T04:43:32.574Z] ---> Running in 4c524287fcfa [2021-03-10T04:43:32.574Z] ---> Running in 2757d10661fa [2021-03-10T04:43:32.847Z] Removing intermediate container 2757d10661fa [2021-03-10T04:43:32.847Z] ---> 06f785d32ef4 [2021-03-10T04:43:32.847Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:43:32.847Z] Removing intermediate container c4f9291eef30 [2021-03-10T04:43:32.847Z] ---> 26eaabe22e44 [2021-03-10T04:43:32.847Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:43:32.847Z] Removing intermediate container da1bcbd86b30 [2021-03-10T04:43:32.847Z] Removing intermediate container 1d5aa8e232fd [2021-03-10T04:43:32.847Z] ---> ea09cc78d969 [2021-03-10T04:43:32.847Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:43:32.847Z] ---> faf135984417 [2021-03-10T04:43:32.847Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:43:33.121Z] Removing intermediate container 4c524287fcfa [2021-03-10T04:43:33.121Z] ---> 45e312cb862f [2021-03-10T04:43:33.121Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:43:33.121Z] ---> Running in 5bf892c329ae [2021-03-10T04:43:33.121Z] ---> Running in 6ab42706c02e [2021-03-10T04:43:33.121Z] ---> Running in 977cf1b2a4b6 [2021-03-10T04:43:33.121Z] ---> Running in e179cf6ca9ec [2021-03-10T04:43:33.395Z] ---> Running in 5d195cbdd384 [2021-03-10T04:43:36.814Z] Removing intermediate container 977cf1b2a4b6 [2021-03-10T04:43:36.814Z] ---> baefb2fc6097 [2021-03-10T04:43:36.814Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T04:43:37.092Z] ---> Running in 78c5ebaca390 [2021-03-10T04:43:37.366Z] Removing intermediate container e179cf6ca9ec [2021-03-10T04:43:37.366Z] ---> c9bea4066785 [2021-03-10T04:43:37.366Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-10T04:43:37.366Z] Removing intermediate container 5bf892c329ae [2021-03-10T04:43:37.366Z] ---> 8d5ab16e79bb [2021-03-10T04:43:37.366Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-10T04:43:37.651Z] ---> Running in ea0520cbbfd6 [2021-03-10T04:43:37.651Z] Removing intermediate container 5d195cbdd384 [2021-03-10T04:43:37.651Z] ---> e9eb10f07e43 [2021-03-10T04:43:37.651Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-10T04:43:37.923Z] ---> Running in 1bdce76c330e [2021-03-10T04:43:37.923Z] Removing intermediate container 6ab42706c02e [2021-03-10T04:43:37.924Z] ---> d5f72fcc90dc [2021-03-10T04:43:37.924Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T04:43:38.196Z] ---> Running in 355c0eb5f604 [2021-03-10T04:43:38.196Z] ---> Running in 0e37fac5c5e3 [2021-03-10T04:43:39.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:39.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:39.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:40.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:40.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:40.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:40.298Z] ---> be500d9fc7cc [2021-03-10T04:43:40.298Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T04:43:40.298Z] ---> 05cfcdb8d93a [2021-03-10T04:43:40.299Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T04:43:40.299Z] ---> fe6a51fbf80f [2021-03-10T04:43:40.299Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T04:43:40.299Z] ---> 0fbf89f4d709 [2021-03-10T04:43:40.299Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T04:43:40.299Z] ---> Running in b6286eb0f11c [2021-03-10T04:43:40.299Z] ---> Running in 9bfa503002b7 [2021-03-10T04:43:40.299Z] ---> Running in a1478033b5c9 [2021-03-10T04:43:40.299Z] ---> Running in 4dceaf86bac8 [2021-03-10T04:43:40.299Z] ---> d90869bb37fa [2021-03-10T04:43:40.299Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T04:43:40.299Z] ---> Running in 83c0ca836e5b [2021-03-10T04:43:40.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T04:43:40.299Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T04:43:40.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T04:43:40.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T04:43:40.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T04:43:40.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:40.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:40.945Z] OK: 217 MiB in 51 packages [2021-03-10T04:43:41.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:41.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:43:42.203Z] OK: 217 MiB in 51 packages [2021-03-10T04:43:42.203Z] Removing intermediate container 78c5ebaca390 [2021-03-10T04:43:42.203Z] ---> a376a55d2477 [2021-03-10T04:43:42.203Z] Step 6/23 : COPY go.mod . [2021-03-10T04:43:42.803Z] OK: 217 MiB in 51 packages [2021-03-10T04:43:42.803Z] OK: 217 MiB in 51 packages [2021-03-10T04:43:43.399Z] ---> 4b507bb8e78c [2021-03-10T04:43:43.399Z] Step 7/23 : RUN go mod download [2021-03-10T04:43:43.673Z] ---> Running in 946b140f8539 [2021-03-10T04:43:43.673Z] OK: 217 MiB in 51 packages [2021-03-10T04:43:43.947Z] Removing intermediate container ea0520cbbfd6 [2021-03-10T04:43:43.947Z] ---> 84801e7203ce [2021-03-10T04:43:43.947Z] Step 6/22 : COPY go.mod . [2021-03-10T04:43:44.540Z] Removing intermediate container 0e37fac5c5e3 [2021-03-10T04:43:44.540Z] ---> 1fa2a4dabaa1 [2021-03-10T04:43:44.540Z] Step 6/24 : COPY go.mod . [2021-03-10T04:43:44.818Z] Removing intermediate container 1bdce76c330e [2021-03-10T04:43:44.818Z] ---> 6155dba9c319 [2021-03-10T04:43:44.818Z] Step 6/22 : COPY go.mod . [2021-03-10T04:43:45.103Z] ---> e24257608a96 [2021-03-10T04:43:45.103Z] Step 7/22 : RUN go mod download [2021-03-10T04:43:45.387Z] ---> Running in 38362e205575 [2021-03-10T04:43:45.666Z] ---> 9a814fe57d89 [2021-03-10T04:43:45.666Z] Step 7/24 : RUN go mod download [2021-03-10T04:43:45.666Z] Removing intermediate container 355c0eb5f604 [2021-03-10T04:43:45.666Z] ---> ad5475111bec [2021-03-10T04:43:45.666Z] Step 6/23 : COPY go.mod . [2021-03-10T04:43:45.666Z] ---> fac6eeeb88ad [2021-03-10T04:43:45.666Z] Step 7/22 : RUN go mod download [2021-03-10T04:43:45.940Z] ---> Running in 2dca221bfc73 [2021-03-10T04:43:46.211Z] ---> Running in 5256a2a29749 [2021-03-10T04:43:46.806Z] ---> 56457a70f4b6 [2021-03-10T04:43:46.806Z] Step 7/23 : RUN go mod download [2021-03-10T04:43:46.806Z] ---> Running in 2f8dd3755c7e [2021-03-10T04:43:47.409Z] Removing intermediate container 946b140f8539 [2021-03-10T04:43:47.409Z] ---> 4b08aaf6d21b [2021-03-10T04:43:47.409Z] Step 8/23 : COPY . . [2021-03-10T04:43:50.812Z] Removing intermediate container 38362e205575 [2021-03-10T04:43:50.812Z] ---> a8258bbbce2b [2021-03-10T04:43:50.812Z] Step 8/22 : COPY . . [2021-03-10T04:43:50.812Z] Removing intermediate container 2dca221bfc73 [2021-03-10T04:43:50.812Z] ---> 1d3ffca61c24 [2021-03-10T04:43:50.812Z] Step 8/24 : COPY . . [2021-03-10T04:43:51.415Z] Removing intermediate container 5256a2a29749 [2021-03-10T04:43:51.415Z] ---> 5d1e6cbab2b1 [2021-03-10T04:43:51.415Z] Step 8/22 : COPY . . [2021-03-10T04:43:52.399Z] Removing intermediate container 2f8dd3755c7e [2021-03-10T04:43:52.399Z] ---> c500398611c0 [2021-03-10T04:43:52.399Z] Step 8/23 : COPY . . [2021-03-10T04:44:10.784Z] ---> c3aa15e818bd [2021-03-10T04:44:10.784Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-10T04:44:10.784Z] ---> 8600fc8e1f11 [2021-03-10T04:44:10.784Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-10T04:44:10.784Z] ---> 64647d3c5bd4 [2021-03-10T04:44:10.784Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T04:44:10.784Z] ---> Running in bd665016abe5 [2021-03-10T04:44:10.784Z] ---> 3346b565e261 [2021-03-10T04:44:10.784Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-10T04:44:10.784Z] ---> 1a9c2e96adb0 [2021-03-10T04:44:10.784Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-10T04:44:10.784Z] ---> Running in 590f9fde2101 [2021-03-10T04:44:10.784Z] ---> Running in bb756cbd34cd [2021-03-10T04:44:10.784Z] ---> Running in df196eecfb15 [2021-03-10T04:44:10.784Z] ---> Running in 5aaf1fd5dffd [2021-03-10T04:44:10.784Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-10T04:44:11.071Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-10T04:44:11.356Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T04:44:11.356Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-data/core-data ./cmd/core-data [2021-03-10T04:44:11.638Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-10T04:44:27.539Z] Removing intermediate container 4dceaf86bac8 [2021-03-10T04:44:27.539Z] ---> ef5c52983025 [2021-03-10T04:44:27.539Z] [2021-03-10T04:44:27.539Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T04:44:27.539Z] 3.12: Pulling from library/alpine [2021-03-10T04:44:27.539Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T04:44:27.539Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T04:44:27.539Z] ---> 88dd2752d2ea [2021-03-10T04:44:27.539Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T04:44:27.539Z] ---> Running in 8473cf44e7cc [2021-03-10T04:44:27.539Z] Removing intermediate container 8473cf44e7cc [2021-03-10T04:44:27.539Z] ---> fb0eb487fc00 [2021-03-10T04:44:27.539Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T04:44:27.539Z] Removing intermediate container a1478033b5c9 [2021-03-10T04:44:27.539Z] ---> 054c18d50aa0 [2021-03-10T04:44:27.539Z] [2021-03-10T04:44:27.539Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T04:44:27.539Z] ---> 88dd2752d2ea [2021-03-10T04:44:27.539Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T04:44:27.808Z] Removing intermediate container b6286eb0f11c [2021-03-10T04:44:27.808Z] ---> 8f1223127baf [2021-03-10T04:44:27.808Z] [2021-03-10T04:44:27.808Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T04:44:27.808Z] ---> 88dd2752d2ea [2021-03-10T04:44:27.808Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T04:44:29.213Z] ---> Running in 05b034a5dfb2 [2021-03-10T04:44:29.213Z] ---> Running in 7c1e500308c6 [2021-03-10T04:44:29.488Z] ---> Running in a27d16e767c1 [2021-03-10T04:44:30.905Z] Removing intermediate container 83c0ca836e5b [2021-03-10T04:44:30.905Z] ---> 1743666a4a27 [2021-03-10T04:44:30.905Z] [2021-03-10T04:44:30.905Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T04:44:30.905Z] ---> 88dd2752d2ea [2021-03-10T04:44:30.905Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T04:44:31.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:31.173Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:31.437Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T04:44:31.437Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:44:31.437Z] OK: 6 MiB in 15 packages [2021-03-10T04:44:31.701Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:31.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:31.965Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T04:44:31.965Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T04:44:32.229Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:44:32.229Z] ---> Running in 7fb209612340 [2021-03-10T04:44:32.229Z] OK: 6 MiB in 16 packages [2021-03-10T04:44:32.494Z] Removing intermediate container 9bfa503002b7 [2021-03-10T04:44:32.494Z] ---> 934162d89859 [2021-03-10T04:44:32.494Z] [2021-03-10T04:44:32.494Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T04:44:32.494Z] ---> 88dd2752d2ea [2021-03-10T04:44:32.494Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T04:44:32.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:32.494Z] ---> Running in 14e1e631c52f [2021-03-10T04:44:32.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:32.761Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T04:44:33.027Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T04:44:33.027Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:44:33.027Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T04:44:33.027Z] OK: 6 MiB in 16 packages [2021-03-10T04:44:33.612Z] Removing intermediate container 14e1e631c52f [2021-03-10T04:44:33.612Z] ---> e18c5dee1162 [2021-03-10T04:44:33.612Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T04:44:33.612Z] Removing intermediate container 7c1e500308c6 [2021-03-10T04:44:33.612Z] ---> 534743c98285 [2021-03-10T04:44:33.612Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T04:44:33.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:33.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:33.894Z] ---> Running in 7811141662c4 [2021-03-10T04:44:33.894Z] ---> Running in 3911cf93264e [2021-03-10T04:44:33.894Z] Removing intermediate container 05b034a5dfb2 [2021-03-10T04:44:33.894Z] ---> 0a15bdf3a3fa [2021-03-10T04:44:33.894Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T04:44:33.894Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T04:44:33.894Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:44:33.894Z] OK: 6 MiB in 15 packages [2021-03-10T04:44:34.158Z] ---> Running in 9ec1fb5e2afa [2021-03-10T04:44:34.734Z] Removing intermediate container 3911cf93264e [2021-03-10T04:44:34.734Z] ---> 4397be3ae625 [2021-03-10T04:44:34.734Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T04:44:35.311Z] Removing intermediate container 7811141662c4 [2021-03-10T04:44:35.311Z] ---> 3f5d6ef04518 [2021-03-10T04:44:35.311Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T04:44:35.311Z] ---> Running in 0275693e43ad [2021-03-10T04:44:35.311Z] ---> Running in 9900abd128c4 [2021-03-10T04:44:35.576Z] Removing intermediate container a27d16e767c1 [2021-03-10T04:44:35.576Z] ---> 932c391c54ae [2021-03-10T04:44:35.576Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T04:44:35.576Z] Removing intermediate container 9ec1fb5e2afa [2021-03-10T04:44:35.576Z] ---> 8f25ebc826e5 [2021-03-10T04:44:35.576Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T04:44:35.576Z] ---> Running in d4471d611192 [2021-03-10T04:44:35.848Z] ---> Running in af6b68eb6163 [2021-03-10T04:44:35.848Z] Removing intermediate container 0275693e43ad [2021-03-10T04:44:35.848Z] ---> 0e283a1f39bc [2021-03-10T04:44:35.848Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T04:44:35.848Z] Removing intermediate container 9900abd128c4 [2021-03-10T04:44:35.848Z] ---> caec181a14d9 [2021-03-10T04:44:35.848Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:44:35.848Z] Removing intermediate container 7fb209612340 [2021-03-10T04:44:35.848Z] ---> 3c9191b2eb78 [2021-03-10T04:44:35.848Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T04:44:35.848Z] ---> Running in 88254f3f0e82 [2021-03-10T04:44:36.112Z] ---> Running in 44cca506ad17 [2021-03-10T04:44:36.112Z] ---> Running in 6f8c13dc2de5 [2021-03-10T04:44:36.112Z] Removing intermediate container d4471d611192 [2021-03-10T04:44:36.112Z] ---> 292076901dda [2021-03-10T04:44:36.112Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T04:44:36.112Z] Removing intermediate container af6b68eb6163 [2021-03-10T04:44:36.112Z] ---> 6a3346c0c3c5 [2021-03-10T04:44:36.112Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T04:44:36.388Z] ---> Running in 5048765fd350 [2021-03-10T04:44:36.388Z] ---> Running in 839a43c0df82 [2021-03-10T04:44:36.653Z] Removing intermediate container 88254f3f0e82 [2021-03-10T04:44:36.653Z] ---> 74157eea2097 [2021-03-10T04:44:36.653Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:44:36.653Z] Removing intermediate container 6f8c13dc2de5 [2021-03-10T04:44:36.653Z] ---> 6ecea3a18752 [2021-03-10T04:44:36.653Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T04:44:36.921Z] Removing intermediate container 5048765fd350 [2021-03-10T04:44:36.921Z] ---> 4bfb6635b77e [2021-03-10T04:44:36.921Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T04:44:36.921Z] ---> Running in c74698aca0cf [2021-03-10T04:44:37.193Z] ---> 87912adcc0cb [2021-03-10T04:44:37.193Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T04:44:37.193Z] ---> Running in 135c9ccce7a6 [2021-03-10T04:44:37.458Z] Removing intermediate container c74698aca0cf [2021-03-10T04:44:37.458Z] ---> 0ab3fae29f89 [2021-03-10T04:44:37.458Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T04:44:38.040Z] ---> Running in 1501099c838d [2021-03-10T04:44:38.040Z] Removing intermediate container 135c9ccce7a6 [2021-03-10T04:44:38.040Z] ---> d5e734e6f145 [2021-03-10T04:44:38.040Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:44:38.309Z] ---> 632b410e7be6 [2021-03-10T04:44:38.309Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T04:44:38.309Z] Removing intermediate container 1501099c838d [2021-03-10T04:44:38.309Z] ---> 275437185154 [2021-03-10T04:44:38.309Z] Step 15/23 : WORKDIR / [2021-03-10T04:44:38.580Z] ---> Running in 6257058207c4 [2021-03-10T04:44:38.580Z] Removing intermediate container 44cca506ad17 [2021-03-10T04:44:38.580Z] ---> caecb75c4c5b [2021-03-10T04:44:38.580Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T04:44:38.580Z] ---> 3d21e3adc70f [2021-03-10T04:44:38.580Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T04:44:38.847Z] ---> Running in 4a56cff397e9 [2021-03-10T04:44:38.847Z] ---> 94357670006f [2021-03-10T04:44:38.847Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T04:44:39.116Z] Removing intermediate container 839a43c0df82 [2021-03-10T04:44:39.116Z] ---> 7261ceb9f53a [2021-03-10T04:44:39.116Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T04:44:39.391Z] Removing intermediate container 6257058207c4 [2021-03-10T04:44:39.391Z] ---> 7a27462b5041 [2021-03-10T04:44:39.391Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:44:39.391Z] ---> Running in 01edcbdeab16 [2021-03-10T04:44:39.391Z] ---> Running in af5de3d63b7b [2021-03-10T04:44:39.391Z] ---> 9f18ee5ec40e [2021-03-10T04:44:39.391Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T04:44:39.662Z] Removing intermediate container 01edcbdeab16 [2021-03-10T04:44:39.662Z] ---> b42a23a5304a [2021-03-10T04:44:39.662Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:44:39.662Z] ---> f939c6311314 [2021-03-10T04:44:39.662Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T04:44:39.662Z] Removing intermediate container af5de3d63b7b [2021-03-10T04:44:39.662Z] ---> d39bf05b14bf [2021-03-10T04:44:39.662Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T04:44:39.927Z] ---> Running in d905ffa9e3a5 [2021-03-10T04:44:39.927Z] ---> 2bc2201ce1d6 [2021-03-10T04:44:39.927Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T04:44:39.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:40.521Z] ---> Running in 5d87d8d2bc9b [2021-03-10T04:44:40.521Z] Removing intermediate container d905ffa9e3a5 [2021-03-10T04:44:40.521Z] ---> 8f8404b95919 [2021-03-10T04:44:40.521Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T04:44:40.789Z] ---> c216c7748b26 [2021-03-10T04:44:40.789Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T04:44:40.789Z] ---> c9aa8ce122ca [2021-03-10T04:44:40.789Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T04:44:40.789Z] ---> Running in 80db0a9b9b15 [2021-03-10T04:44:40.789Z] ---> Running in 4869de4db186 [2021-03-10T04:44:40.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:44:41.057Z] Removing intermediate container 5d87d8d2bc9b [2021-03-10T04:44:41.057Z] ---> 76f577fa179d [2021-03-10T04:44:41.057Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:44:41.057Z] ---> Running in f645f764768d [2021-03-10T04:44:41.336Z] ---> a90faeca46e2 [2021-03-10T04:44:41.336Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T04:44:41.336Z] Removing intermediate container 4869de4db186 [2021-03-10T04:44:41.336Z] ---> 47b874dec1a9 [2021-03-10T04:44:41.336Z] Step 21/22 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:44:41.336Z] ---> Running in e974411e9491 [2021-03-10T04:44:41.336Z] ---> Running in e9fb9387fa90 [2021-03-10T04:44:41.609Z] Removing intermediate container f645f764768d [2021-03-10T04:44:41.609Z] ---> b50e781f4488 [2021-03-10T04:44:41.609Z] Step 20/22 : LABEL arch=x86_64 [2021-03-10T04:44:41.609Z] ---> Running in 9b9fb4eb7a90 [2021-03-10T04:44:41.609Z] Removing intermediate container e974411e9491 [2021-03-10T04:44:41.609Z] ---> b70221f2275b [2021-03-10T04:44:41.609Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:44:41.609Z] Removing intermediate container e9fb9387fa90 [2021-03-10T04:44:41.609Z] ---> cc5fdc919c93 [2021-03-10T04:44:41.609Z] Step 22/22 : LABEL version=2.0.0-dev.120 [2021-03-10T04:44:41.872Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T04:44:41.872Z] ---> Running in e09893807198 [2021-03-10T04:44:41.872Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T04:44:41.872Z] ---> Running in baee55cc90a9 [2021-03-10T04:44:41.872Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T04:44:41.872Z] Removing intermediate container 9b9fb4eb7a90 [2021-03-10T04:44:41.872Z] ---> f66220c74956 [2021-03-10T04:44:41.872Z] Step 21/22 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:44:42.136Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T04:44:42.136Z] ---> Running in 4c6d3fc2a0e9 [2021-03-10T04:44:42.401Z] Removing intermediate container e09893807198 [2021-03-10T04:44:42.401Z] ---> d01b2b7cedc6 [2021-03-10T04:44:42.401Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T04:44:42.401Z] Removing intermediate container baee55cc90a9 [2021-03-10T04:44:42.401Z] ---> 7865ecbe1bcd [2021-03-10T04:44:42.401Z] [2021-03-10T04:44:42.401Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T04:44:42.679Z] ---> Running in 313098f30b86 [2021-03-10T04:44:42.679Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T04:44:42.679Z] Removing intermediate container 80db0a9b9b15 [2021-03-10T04:44:42.679Z] ---> 6fed081c6316 [2021-03-10T04:44:42.679Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:44:42.679Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:44:42.679Z] OK: 8 MiB in 20 packages [2021-03-10T04:44:42.679Z] Removing intermediate container 4c6d3fc2a0e9 [2021-03-10T04:44:42.679Z] ---> c9a4e55b48d7 [2021-03-10T04:44:42.679Z] Step 22/22 : LABEL version=2.0.0-dev.120 [2021-03-10T04:44:42.679Z] Successfully built 7865ecbe1bcd [2021-03-10T04:44:42.679Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-10T04:44:42.946Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-03-10T04:44:42.946Z] ---> Running in 755115fd2781 [2021-03-10T04:44:42.946Z] Removing intermediate container 313098f30b86 [2021-03-10T04:44:42.946Z] ---> b009b9c76b9b [2021-03-10T04:44:42.946Z] Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:44:43.215Z] ---> 9529894d92de [2021-03-10T04:44:43.215Z] ---> Running in 80fd1cb52254 [2021-03-10T04:44:43.215Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T04:44:43.215Z] Removing intermediate container 755115fd2781 [2021-03-10T04:44:43.215Z] ---> a4a4ece9e84e [2021-03-10T04:44:43.215Z] [2021-03-10T04:44:43.854Z] Successfully built a4a4ece9e84e [2021-03-10T04:44:43.854Z] Successfully tagged docker-support-notifications-go:latest [2021-03-10T04:44:43.854Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-03-10T04:44:43.854Z] Removing intermediate container 80fd1cb52254 [2021-03-10T04:44:43.854Z] ---> 74d8c7dce892 [2021-03-10T04:44:43.854Z] Step 23/23 : LABEL version=2.0.0-dev.120 [2021-03-10T04:44:43.854Z] Removing intermediate container 4a56cff397e9 [2021-03-10T04:44:43.854Z] ---> 24a0148edeff [2021-03-10T04:44:43.854Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:44:44.118Z] ---> Running in 5cfaf3c81872 [2021-03-10T04:44:44.392Z] ---> 57cdae03892d [2021-03-10T04:44:44.392Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T04:44:44.671Z] Removing intermediate container 5cfaf3c81872 [2021-03-10T04:44:44.671Z] ---> 8b61643aacb6 [2021-03-10T04:44:44.671Z] [2021-03-10T04:44:44.671Z] ---> ff43956e8ca8 [2021-03-10T04:44:44.671Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T04:44:44.941Z] Successfully built 8b61643aacb6 [2021-03-10T04:44:45.517Z] Successfully tagged docker-core-metadata-go:latest [2021-03-10T04:44:45.517Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2021-03-10T04:44:46.098Z] ---> 2fea9e02d87b [2021-03-10T04:44:46.098Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T04:44:52.726Z] ---> 06833165a3d2 [2021-03-10T04:44:52.726Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T04:44:52.726Z] ---> 336b09572d03 [2021-03-10T04:44:52.726Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T04:44:52.726Z] ---> 2f8432f8fbaa [2021-03-10T04:44:52.726Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T04:44:52.990Z] ---> Running in 816191d81b59 [2021-03-10T04:44:52.990Z] ---> e849426fb629 [2021-03-10T04:44:52.990Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T04:44:53.575Z] ---> Running in c60ba2c099e2 [2021-03-10T04:44:53.575Z] Removing intermediate container 816191d81b59 [2021-03-10T04:44:53.575Z] ---> a6d8881fc3c8 [2021-03-10T04:44:53.575Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:44:53.575Z] ---> Running in df2f01fc4f09 [2021-03-10T04:44:56.202Z] Removing intermediate container df2f01fc4f09 [2021-03-10T04:44:56.202Z] ---> 44f674102b74 [2021-03-10T04:44:56.202Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T04:44:56.202Z] Removing intermediate container c60ba2c099e2 [2021-03-10T04:44:56.202Z] ---> 1a2f7465b70f [2021-03-10T04:44:56.202Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T04:44:57.627Z] ---> Running in f54c98b231b8 [2021-03-10T04:44:58.225Z] ---> debf1c1904c3 [2021-03-10T04:44:58.225Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T04:44:59.674Z] Removing intermediate container f54c98b231b8 [2021-03-10T04:44:59.674Z] ---> 67ebf98596b0 [2021-03-10T04:44:59.674Z] Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:45:00.694Z] ---> Running in 28045407330b [2021-03-10T04:45:00.694Z] ---> Running in 95f275186993 [2021-03-10T04:45:01.664Z] Removing intermediate container 95f275186993 [2021-03-10T04:45:01.664Z] ---> f7d953b26945 [2021-03-10T04:45:01.664Z] Step 23/23 : LABEL version=2.0.0-dev.120 [2021-03-10T04:45:02.281Z] ---> Running in 56c2f5ef3f86 [2021-03-10T04:45:03.271Z] Removing intermediate container 56c2f5ef3f86 [2021-03-10T04:45:03.271Z] ---> cf1042bedc84 [2021-03-10T04:45:03.271Z] [2021-03-10T04:45:03.538Z] Successfully built cf1042bedc84 [2021-03-10T04:45:03.802Z] Successfully tagged docker-core-data-go:latest [2021-03-10T04:45:04.343Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T04:45:06.333Z] Removing intermediate container 28045407330b [2021-03-10T04:45:06.333Z] ---> b2bfd1a61a23 [2021-03-10T04:45:06.333Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T04:45:08.281Z] ---> Running in 094a17b14cb0 [2021-03-10T04:45:08.545Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:45:08.545Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:45:08.545Z] ---> c36029a9b165 [2021-03-10T04:45:08.545Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T04:45:08.545Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:45:08.545Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:45:08.545Z] ---> c36029a9b165 [2021-03-10T04:45:08.545Z] Step 3/24 : WORKDIR /edgex-go [2021-03-10T04:45:08.809Z] ---> Using cache [2021-03-10T04:45:08.809Z] ---> 03a7d07a5fa1 [2021-03-10T04:45:08.809Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:45:08.809Z] ---> Using cache [2021-03-10T04:45:08.809Z] ---> 03a7d07a5fa1 [2021-03-10T04:45:08.809Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:45:08.809Z] ---> Using cache [2021-03-10T04:45:08.809Z] ---> a5e26d325128 [2021-03-10T04:45:08.809Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-10T04:45:08.809Z] ---> Using cache [2021-03-10T04:45:08.809Z] ---> a5e26d325128 [2021-03-10T04:45:08.809Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-10T04:45:09.793Z] Removing intermediate container 094a17b14cb0 [2021-03-10T04:45:09.793Z] ---> e82d303e82c1 [2021-03-10T04:45:09.793Z] Step 28/31 : CMD ["gate"] [2021-03-10T04:45:09.793Z] ---> Running in f3304d788a76 [2021-03-10T04:45:09.793Z] ---> Running in b326bb65faca [2021-03-10T04:45:10.059Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:45:10.059Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:45:10.059Z] ---> c36029a9b165 [2021-03-10T04:45:10.059Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T04:45:10.059Z] ---> Using cache [2021-03-10T04:45:10.059Z] ---> 03a7d07a5fa1 [2021-03-10T04:45:10.059Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:45:10.059Z] ---> Using cache [2021-03-10T04:45:10.059Z] ---> a5e26d325128 [2021-03-10T04:45:10.059Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T04:45:11.464Z] ---> Running in 7b243f723d6e [2021-03-10T04:45:11.732Z] ---> Running in 1dffeb4a8116 [2021-03-10T04:45:13.146Z] Removing intermediate container 7b243f723d6e [2021-03-10T04:45:13.146Z] ---> 4f7bcb33c187 [2021-03-10T04:45:13.146Z] Step 29/31 : LABEL arch=x86_64 [2021-03-10T04:45:13.422Z] ---> Running in d35f75e60708 [2021-03-10T04:45:14.435Z] Removing intermediate container d35f75e60708 [2021-03-10T04:45:14.435Z] ---> 8fb38983d8b4 [2021-03-10T04:45:14.435Z] Step 30/31 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:45:14.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:45:14.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:45:14.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:45:15.028Z] ---> Running in b53266c06f8d [2021-03-10T04:45:15.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:45:15.302Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:45:15.568Z] Removing intermediate container b53266c06f8d [2021-03-10T04:45:15.568Z] ---> 6f94b36be1f5 [2021-03-10T04:45:15.568Z] Step 31/31 : LABEL version=2.0.0-dev.120 [2021-03-10T04:45:15.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:45:15.835Z] ---> Running in 225c1bb6083c [2021-03-10T04:45:16.103Z] OK: 233 MiB in 51 packages [2021-03-10T04:45:16.693Z] OK: 233 MiB in 51 packages [2021-03-10T04:45:16.693Z] OK: 233 MiB in 51 packages [2021-03-10T04:45:16.693Z] Removing intermediate container 225c1bb6083c [2021-03-10T04:45:16.693Z] ---> e3a4e97443f5 [2021-03-10T04:45:16.693Z] [2021-03-10T04:45:17.288Z] Successfully built e3a4e97443f5 [2021-03-10T04:45:17.288Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-10T04:45:18.710Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container b326bb65faca [2021-03-10T04:45:18.710Z] ---> c90f0dea8381 [2021-03-10T04:45:18.710Z] Step 6/23 : COPY go.mod . [2021-03-10T04:45:19.294Z] Removing intermediate container 1dffeb4a8116 [2021-03-10T04:45:19.294Z] ---> d5145fa32a62 [2021-03-10T04:45:19.294Z] Step 6/21 : COPY go.mod . [2021-03-10T04:45:19.882Z] Removing intermediate container f3304d788a76 [2021-03-10T04:45:19.882Z] ---> 3794d0864135 [2021-03-10T04:45:19.882Z] Step 6/24 : COPY go.mod . [2021-03-10T04:45:19.882Z] ---> b6743aaea7d8 [2021-03-10T04:45:19.882Z] Step 7/23 : RUN go mod download [2021-03-10T04:45:20.148Z] ---> 32f921a4a5d6 [2021-03-10T04:45:20.148Z] Step 7/21 : RUN go mod download [2021-03-10T04:45:20.729Z] ---> Running in 48e102b8aca3 [2021-03-10T04:45:21.007Z] ---> Running in 8c2832f631c3 [2021-03-10T04:45:21.285Z] ---> 11ba8310aa5a [2021-03-10T04:45:21.285Z] Step 7/24 : RUN go mod download [2021-03-10T04:45:21.550Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:45:21.550Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:45:21.551Z] ---> c36029a9b165 [2021-03-10T04:45:21.551Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T04:45:21.551Z] ---> Using cache [2021-03-10T04:45:21.551Z] ---> 03a7d07a5fa1 [2021-03-10T04:45:21.551Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:45:21.551Z] ---> Using cache [2021-03-10T04:45:21.551Z] ---> a5e26d325128 [2021-03-10T04:45:21.551Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T04:45:22.954Z] ---> Running in 24349888fa2a [2021-03-10T04:45:22.955Z] ---> Running in 828db7b3965b [2021-03-10T04:45:23.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:45:24.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:45:25.187Z] Removing intermediate container 24349888fa2a [2021-03-10T04:45:25.187Z] ---> b58917037085 [2021-03-10T04:45:25.187Z] Step 8/24 : COPY . . [2021-03-10T04:45:25.187Z] Removing intermediate container 48e102b8aca3 [2021-03-10T04:45:25.187Z] ---> 3045051d40ec [2021-03-10T04:45:25.187Z] Step 8/23 : COPY . . [2021-03-10T04:45:25.187Z] Removing intermediate container 8c2832f631c3 [2021-03-10T04:45:25.187Z] ---> 77350a5114de [2021-03-10T04:45:25.187Z] Step 8/21 : COPY . . [2021-03-10T04:45:25.824Z] OK: 233 MiB in 51 packages [2021-03-10T04:45:36.583Z] Removing intermediate container 828db7b3965b [2021-03-10T04:45:36.583Z] ---> c3e6653a7c7d [2021-03-10T04:45:36.583Z] Step 6/26 : COPY go.mod . [2021-03-10T04:45:38.529Z] ---> a83e0efa2349 [2021-03-10T04:45:38.529Z] Step 7/26 : RUN go mod download [2021-03-10T04:45:42.823Z] ---> Running in fdd375ca7390 [2021-03-10T04:45:48.198Z] Removing intermediate container fdd375ca7390 [2021-03-10T04:45:48.198Z] ---> cc6b2fe02a41 [2021-03-10T04:45:48.198Z] Step 8/26 : COPY . . [2021-03-10T04:45:48.517Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T04:45:58.753Z] ---> 4c24b9fa6740 [2021-03-10T04:45:58.753Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T04:45:58.753Z] ---> 19ecca92bea7 [2021-03-10T04:45:58.753Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-10T04:45:58.753Z] ---> f627e258ea2b [2021-03-10T04:45:58.753Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T04:45:59.023Z] ---> Running in 833273e792ac [2021-03-10T04:45:59.023Z] ---> Running in 6d2eb189d7a0 [2021-03-10T04:45:59.023Z] ---> Running in 0bffb7490ba9 [2021-03-10T04:46:00.968Z] Removing intermediate container bb756cbd34cd [2021-03-10T04:46:00.968Z] ---> c39cc7c7a017 [2021-03-10T04:46:00.968Z] [2021-03-10T04:46:00.968Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T04:46:00.968Z] 3.12: Pulling from library/alpine [2021-03-10T04:46:01.572Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-10T04:46:01.572Z] Status: Downloaded newer image for alpine:3.12 [2021-03-10T04:46:01.572Z] ---> d10569e2745f [2021-03-10T04:46:01.572Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T04:46:01.636Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T04:46:01.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T04:46:02.177Z] ---> Running in 7c87620c8972 [2021-03-10T04:46:02.515Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-10T04:46:04.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:04.772Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:05.380Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T04:46:05.380Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T04:46:05.380Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T04:46:05.380Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T04:46:05.380Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T04:46:05.380Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:46:05.658Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T04:46:05.937Z] OK: 7 MiB in 19 packages [2021-03-10T04:46:09.359Z] Removing intermediate container 7c87620c8972 [2021-03-10T04:46:09.359Z] ---> 9404fc4ea73e [2021-03-10T04:46:09.359Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T04:46:09.359Z] ---> Running in b9b7a286abfb [2021-03-10T04:46:09.962Z] Removing intermediate container b9b7a286abfb [2021-03-10T04:46:09.962Z] ---> 87e1cca46099 [2021-03-10T04:46:09.962Z] Step 13/24 : WORKDIR / [2021-03-10T04:46:10.242Z] ---> Running in a403409dae42 [2021-03-10T04:46:11.236Z] Removing intermediate container a403409dae42 [2021-03-10T04:46:11.236Z] ---> 05b77fea336d [2021-03-10T04:46:11.236Z] 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-10T04:46:12.228Z] ---> bac580aff29d [2021-03-10T04:46:12.228Z] 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-10T04:46:12.620Z] ---> 0481511475cd [2021-03-10T04:46:12.620Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T04:46:12.620Z] ---> Running in d310e440a8d1 [2021-03-10T04:46:13.595Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T04:46:13.677Z] ---> f18889b3ede6 [2021-03-10T04:46:13.677Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T04:46:14.664Z] ---> a4531bc54cfc [2021-03-10T04:46:14.942Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T04:46:17.591Z] ---> d469edcc184d [2021-03-10T04:46:17.591Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T04:46:21.021Z] ---> 1e6b1032b7ad [2021-03-10T04:46:21.021Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T04:46:22.500Z] ---> 7d9b7bcb6310 [2021-03-10T04:46:22.500Z] 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-10T04:46:22.778Z] Removing intermediate container df196eecfb15 [2021-03-10T04:46:22.778Z] ---> 2b16f6ad56d6 [2021-03-10T04:46:22.778Z] [2021-03-10T04:46:22.778Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T04:46:22.778Z] ---> d10569e2745f [2021-03-10T04:46:22.778Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-10T04:46:23.059Z] ---> Running in 00ba24f47fb4 [2021-03-10T04:46:23.333Z] Removing intermediate container 590f9fde2101 [2021-03-10T04:46:23.333Z] ---> ead4b31bf036 [2021-03-10T04:46:23.333Z] [2021-03-10T04:46:23.333Z] Step 10/22 : FROM alpine:3.12 [2021-03-10T04:46:23.333Z] ---> d10569e2745f [2021-03-10T04:46:23.333Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-10T04:46:23.333Z] ---> Running in d5b4d31d7578 [2021-03-10T04:46:23.935Z] ---> Running in 127d439a6242 [2021-03-10T04:46:27.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:27.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:27.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:27.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:28.627Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-10T04:46:28.627Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-10T04:46:28.627Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:46:28.627Z] OK: 5 MiB in 15 packages [2021-03-10T04:46:28.627Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-10T04:46:28.627Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:46:28.627Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T04:46:28.627Z] Removing intermediate container 00ba24f47fb4 [2021-03-10T04:46:28.627Z] ---> b4054981e395 [2021-03-10T04:46:28.627Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T04:46:28.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-10T04:46:28.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T04:46:28.914Z] OK: 6 MiB in 16 packages [2021-03-10T04:46:29.534Z] ---> Running in bb6adaf38483 [2021-03-10T04:46:30.531Z] Removing intermediate container bb6adaf38483 [2021-03-10T04:46:30.531Z] ---> c9e7871222e4 [2021-03-10T04:46:30.531Z] Step 22/24 : LABEL arch=arm64 [2021-03-10T04:46:30.531Z] Removing intermediate container bd665016abe5 [2021-03-10T04:46:30.531Z] ---> cb2860e836c3 [2021-03-10T04:46:30.531Z] [2021-03-10T04:46:30.531Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T04:46:30.531Z] ---> d10569e2745f [2021-03-10T04:46:30.531Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T04:46:30.531Z] ---> Using cache [2021-03-10T04:46:30.531Z] ---> 556718ac7e67 [2021-03-10T04:46:30.531Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T04:46:30.815Z] Removing intermediate container 127d439a6242 [2021-03-10T04:46:30.815Z] ---> 556718ac7e67 [2021-03-10T04:46:30.815Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T04:46:31.103Z] ---> Running in d61c5c08c2fc [2021-03-10T04:46:31.103Z] ---> Running in e2170d47cd41 [2021-03-10T04:46:31.384Z] ---> Running in f56448326cee [2021-03-10T04:46:31.384Z] Removing intermediate container d5b4d31d7578 [2021-03-10T04:46:31.384Z] ---> 848e76a23c4c [2021-03-10T04:46:31.384Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T04:46:31.985Z] ---> Running in da85e7956cd5 [2021-03-10T04:46:31.985Z] Removing intermediate container e2170d47cd41 [2021-03-10T04:46:31.985Z] ---> f789e8cb9ebc [2021-03-10T04:46:31.985Z] Step 23/24 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:46:32.261Z] Removing intermediate container d61c5c08c2fc [2021-03-10T04:46:32.261Z] ---> d0fbd2bdc641 [2021-03-10T04:46:32.261Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-10T04:46:32.261Z] Removing intermediate container f56448326cee [2021-03-10T04:46:32.261Z] ---> 98eb308d327e [2021-03-10T04:46:32.261Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-10T04:46:32.261Z] ---> Running in 141c773a4be8 [2021-03-10T04:46:32.536Z] ---> Running in 16f81374b547 [2021-03-10T04:46:32.536Z] ---> Running in 075318c64a6e [2021-03-10T04:46:32.536Z] Removing intermediate container da85e7956cd5 [2021-03-10T04:46:32.536Z] ---> 7795750bf992 [2021-03-10T04:46:32.536Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-10T04:46:32.823Z] ---> Running in 0d5de8760f92 [2021-03-10T04:46:33.100Z] Removing intermediate container 141c773a4be8 [2021-03-10T04:46:33.100Z] ---> 731fd53c036c [2021-03-10T04:46:33.100Z] Step 24/24 : LABEL version=2.0.0-dev.120 [2021-03-10T04:46:33.100Z] Removing intermediate container 16f81374b547 [2021-03-10T04:46:33.100Z] ---> a5b3ca9fab6c [2021-03-10T04:46:33.100Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T04:46:33.371Z] ---> Running in 4bba5ef8058a [2021-03-10T04:46:33.371Z] Removing intermediate container 075318c64a6e [2021-03-10T04:46:33.371Z] ---> fd886d3f2611 [2021-03-10T04:46:33.371Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T04:46:33.644Z] Removing intermediate container 0d5de8760f92 [2021-03-10T04:46:33.644Z] ---> 681d8b6c5d9d [2021-03-10T04:46:33.644Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-10T04:46:33.644Z] ---> Running in 5f116d5c8034 [2021-03-10T04:46:33.644Z] ---> Running in df0cbf05a1d3 [2021-03-10T04:46:33.920Z] ---> Running in 507d4ff227b7 [2021-03-10T04:46:33.920Z] Removing intermediate container 4bba5ef8058a [2021-03-10T04:46:33.920Z] ---> ff2ecaf748fe [2021-03-10T04:46:33.920Z] [2021-03-10T04:46:34.516Z] Successfully built ff2ecaf748fe [2021-03-10T04:46:34.516Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-10T04:46:34.516Z] Removing intermediate container 5f116d5c8034 [2021-03-10T04:46:34.516Z] Building docker-security-proxy-setup-go [2021-03-10T04:46:34.516Z] ---> e5bc1f03958b [2021-03-10T04:46:34.516Z] Step 15/23 : WORKDIR / Building docker-security-secretstore-setup-go ... done  [2021-03-10T04:46:34.516Z] Removing intermediate container df0cbf05a1d3 [2021-03-10T04:46:34.516Z] ---> 51a6a84ca44d [2021-03-10T04:46:34.516Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:46:34.788Z] ---> Running in e02f4e665713 [2021-03-10T04:46:34.788Z] Removing intermediate container 507d4ff227b7 [2021-03-10T04:46:34.788Z] ---> 919d618d6a0d [2021-03-10T04:46:34.788Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:46:35.780Z] Removing intermediate container e02f4e665713 [2021-03-10T04:46:35.780Z] ---> 967a39531753 [2021-03-10T04:46:35.781Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:46:36.056Z] ---> 815f9c3e657b [2021-03-10T04:46:36.056Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-10T04:46:36.920Z] Removing intermediate container 833273e792ac [2021-03-10T04:46:36.920Z] ---> 5a12f5b7a032 [2021-03-10T04:46:36.920Z] [2021-03-10T04:46:36.920Z] Step 10/24 : FROM alpine:3.12 [2021-03-10T04:46:36.920Z] ---> 88dd2752d2ea [2021-03-10T04:46:36.920Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-10T04:46:36.920Z] Removing intermediate container 0bffb7490ba9 [2021-03-10T04:46:36.920Z] ---> 3d12dbcfc305 [2021-03-10T04:46:36.920Z] [2021-03-10T04:46:36.920Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T04:46:36.920Z] ---> 88dd2752d2ea [2021-03-10T04:46:36.920Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T04:46:36.920Z] Removing intermediate container 6d2eb189d7a0 [2021-03-10T04:46:36.920Z] ---> fb54714ca2b1 [2021-03-10T04:46:36.920Z] [2021-03-10T04:46:36.920Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T04:46:36.920Z] ---> 88dd2752d2ea [2021-03-10T04:46:36.920Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T04:46:36.920Z] ---> Using cache [2021-03-10T04:46:36.920Z] ---> 3c9191b2eb78 [2021-03-10T04:46:36.920Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T04:46:36.920Z] ---> Using cache [2021-03-10T04:46:36.920Z] ---> 6ecea3a18752 [2021-03-10T04:46:36.920Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T04:46:36.920Z] ---> Running in 60c0c2bff623 [2021-03-10T04:46:36.920Z] ---> Running in d50c3728a586 [2021-03-10T04:46:36.920Z] ---> Running in f20cf0d1fe11 [2021-03-10T04:46:37.877Z] Removing intermediate container f20cf0d1fe11 [2021-03-10T04:46:37.877Z] ---> f9a0349ac3cd [2021-03-10T04:46:37.877Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T04:46:38.047Z] ---> f92a564d1f7d [2021-03-10T04:46:38.047Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-10T04:46:38.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:46:38.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:46:38.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:46:38.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:46:38.841Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T04:46:38.841Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-10T04:46:38.841Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T04:46:38.841Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T04:46:38.841Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T04:46:39.052Z] ---> 9348ec1124f1 [2021-03-10T04:46:39.052Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-10T04:46:39.052Z] ---> 14e925962c8c [2021-03-10T04:46:39.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-10T04:46:39.105Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-10T04:46:39.105Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T04:46:39.105Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:46:39.105Z] (4/5) Installing curl (7.69.1-r3) [2021-03-10T04:46:39.105Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-10T04:46:39.105Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:46:39.105Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T04:46:39.105Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T04:46:39.105Z] OK: 7 MiB in 19 packages [2021-03-10T04:46:39.105Z] OK: 7 MiB in 18 packages [2021-03-10T04:46:39.105Z] ---> Running in bace8f7b4963 [2021-03-10T04:46:39.659Z] Removing intermediate container 5aaf1fd5dffd [2021-03-10T04:46:39.660Z] ---> 2eb98b040e72 [2021-03-10T04:46:39.660Z] [2021-03-10T04:46:39.660Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T04:46:39.660Z] ---> d10569e2745f [2021-03-10T04:46:39.660Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-10T04:46:39.937Z] ---> 64e7768257d9 [2021-03-10T04:46:39.937Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-10T04:46:40.056Z] Removing intermediate container d310e440a8d1 [2021-03-10T04:46:40.056Z] ---> a38487f85f8d [2021-03-10T04:46:40.056Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T04:46:40.057Z] Removing intermediate container bace8f7b4963 [2021-03-10T04:46:40.057Z] ---> fbce24f9bb38 [2021-03-10T04:46:40.057Z] Step 15/23 : WORKDIR / [2021-03-10T04:46:40.213Z] ---> Running in 07efa2351676 [2021-03-10T04:46:40.213Z] ---> d75f7b3b63e2 [2021-03-10T04:46:40.213Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-10T04:46:40.637Z] ---> Running in 0004c288de00 [2021-03-10T04:46:40.637Z] ---> Running in 97e8ab8bd598 [2021-03-10T04:46:40.815Z] ---> Running in f61a46f64111 [2021-03-10T04:46:41.088Z] Removing intermediate container 07efa2351676 [2021-03-10T04:46:41.088Z] ---> 365da992d853 [2021-03-10T04:46:41.088Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-10T04:46:41.088Z] ---> 138a19d53042 [2021-03-10T04:46:41.088Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-10T04:46:41.088Z] ---> fe5d211f9d73 [2021-03-10T04:46:41.088Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-10T04:46:41.365Z] ---> Running in b2cc7c13923d [2021-03-10T04:46:41.365Z] ---> Running in 8ed048a5a4fe [2021-03-10T04:46:41.603Z] Removing intermediate container d50c3728a586 [2021-03-10T04:46:41.603Z] ---> 6e710734fa38 [2021-03-10T04:46:41.603Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T04:46:41.603Z] Removing intermediate container 97e8ab8bd598 [2021-03-10T04:46:41.603Z] ---> 3d4737ebaf1d [2021-03-10T04:46:41.603Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:46:41.603Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T04:46:41.603Z] Removing intermediate container 60c0c2bff623 [2021-03-10T04:46:41.603Z] ---> a09ee293c353 [2021-03-10T04:46:41.603Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T04:46:41.869Z] ---> Running in ffdf814fd36c [2021-03-10T04:46:41.869Z] ---> Running in f595ac9e9a5b [2021-03-10T04:46:41.869Z] Removing intermediate container ffdf814fd36c [2021-03-10T04:46:41.869Z] ---> 5c9e4b03fdd5 [2021-03-10T04:46:41.869Z] Step 13/21 : WORKDIR /edgex [2021-03-10T04:46:41.869Z] ---> e5c4533a4c57 [2021-03-10T04:46:41.869Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T04:46:41.976Z] Removing intermediate container f61a46f64111 [2021-03-10T04:46:41.976Z] ---> 432a8999b1f6 [2021-03-10T04:46:41.976Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:46:42.148Z] Removing intermediate container f595ac9e9a5b [2021-03-10T04:46:42.148Z] ---> aa93ae272ff7 [2021-03-10T04:46:42.148Z] Step 13/24 : WORKDIR / [2021-03-10T04:46:42.148Z] ---> Running in e3d9612514b8 [2021-03-10T04:46:42.148Z] ---> Running in 71b36374a5cb [2021-03-10T04:46:42.250Z] Removing intermediate container b2cc7c13923d [2021-03-10T04:46:42.250Z] ---> 1d3775cdb695 [2021-03-10T04:46:42.250Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-10T04:46:42.418Z] Removing intermediate container e3d9612514b8 [2021-03-10T04:46:42.418Z] ---> c2c5dc2f6e4f [2021-03-10T04:46:42.418Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T04:46:42.524Z] ---> Running in b5aa1f085cc7 [2021-03-10T04:46:42.524Z] Removing intermediate container 8ed048a5a4fe [2021-03-10T04:46:42.524Z] ---> 35dcd40bdec5 [2021-03-10T04:46:42.524Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:46:42.681Z] Removing intermediate container 71b36374a5cb [2021-03-10T04:46:42.681Z] ---> 7a9f250d4c7d [2021-03-10T04:46:42.681Z] 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-10T04:46:42.798Z] ---> bc191876da6b [2021-03-10T04:46:42.798Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-10T04:46:42.947Z] ---> d3e77e542258 [2021-03-10T04:46:42.947Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T04:46:43.078Z] ---> Running in d44b3e4a1e17 [2021-03-10T04:46:43.078Z] ---> Running in d3d9af41b98e [2021-03-10T04:46:43.213Z] ---> 63da766f3516 [2021-03-10T04:46:43.213Z] 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-10T04:46:43.213Z] ---> f0dcef0e3bbe [2021-03-10T04:46:43.213Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T04:46:43.352Z] ---> Running in 0f028f3ae16c [2021-03-10T04:46:43.485Z] ---> cd454cbe5116 [2021-03-10T04:46:43.485Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T04:46:43.485Z] ---> Running in a6a068192a2d [2021-03-10T04:46:43.485Z] Removing intermediate container 0004c288de00 [2021-03-10T04:46:43.485Z] ---> 30f0dda5a229 [2021-03-10T04:46:43.485Z] [2021-03-10T04:46:43.485Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T04:46:43.628Z] Removing intermediate container b5aa1f085cc7 [2021-03-10T04:46:43.628Z] ---> d9361b813ea8 [2021-03-10T04:46:43.628Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T04:46:43.748Z] 20.10.0: Pulling from library/docker [2021-03-10T04:46:43.748Z] ---> a4d35af1035d [2021-03-10T04:46:43.748Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-10T04:46:43.906Z] Removing intermediate container d3d9af41b98e [2021-03-10T04:46:43.906Z] Removing intermediate container d44b3e4a1e17 [2021-03-10T04:46:43.906Z] ---> 880e3d560610 [2021-03-10T04:46:43.906Z] Step 20/22 : LABEL arch=arm64 [2021-03-10T04:46:43.906Z] ---> c2b4889f0e3e [2021-03-10T04:46:43.906Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:46:44.018Z] Removing intermediate container a6a068192a2d [2021-03-10T04:46:44.018Z] ---> beab8a9b81f1 [2021-03-10T04:46:44.018Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:46:44.018Z] ---> a10a921f42f7 [2021-03-10T04:46:44.018Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T04:46:44.018Z] ---> Running in b5e1eaa240e3 [2021-03-10T04:46:44.018Z] ---> 564ee8e175b1 [2021-03-10T04:46:44.018Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-10T04:46:44.184Z] ---> Running in bb526a4df2a9 [2021-03-10T04:46:44.289Z] Removing intermediate container b5e1eaa240e3 [2021-03-10T04:46:44.289Z] ---> 1579d825e428 [2021-03-10T04:46:44.289Z] Step 21/23 : LABEL arch=x86_64 [2021-03-10T04:46:44.562Z] ---> Running in 30a5097910d8 [2021-03-10T04:46:44.562Z] ---> e0533099edb4 [2021-03-10T04:46:44.562Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T04:46:44.796Z] ---> Running in dbc62ba94cc6 [2021-03-10T04:46:44.796Z] ---> Running in 3d4e42d12aaf [2021-03-10T04:46:44.796Z] Removing intermediate container 0f028f3ae16c [2021-03-10T04:46:44.796Z] ---> c3628aab7f21 [2021-03-10T04:46:44.796Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:46:44.828Z] ---> Running in 13e1684231df [2021-03-10T04:46:45.074Z] Removing intermediate container bb526a4df2a9 [2021-03-10T04:46:45.075Z] ---> ed5155a25839 [2021-03-10T04:46:45.075Z] Step 21/22 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:46:45.108Z] ---> d79525e10be2 [2021-03-10T04:46:45.108Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-10T04:46:45.108Z] Removing intermediate container 30a5097910d8 [2021-03-10T04:46:45.108Z] ---> 98c86d66f8e4 [2021-03-10T04:46:45.108Z] Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:46:45.353Z] ---> Running in f883ac7d4a0d [2021-03-10T04:46:45.353Z] ---> Running in 0d577ada01cc [2021-03-10T04:46:45.629Z] Removing intermediate container 3d4e42d12aaf [2021-03-10T04:46:45.629Z] ---> d2f0bdabaae4 [2021-03-10T04:46:45.629Z] Step 21/22 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:46:46.065Z] ---> Running in 61147519de87 [2021-03-10T04:46:46.065Z] Removing intermediate container 13e1684231df [2021-03-10T04:46:46.065Z] ---> f816400d7992 [2021-03-10T04:46:46.065Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T04:46:46.065Z] ---> 65a55aff4636 [2021-03-10T04:46:46.065Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-10T04:46:46.065Z] ---> Running in 25a0654f07eb [2021-03-10T04:46:46.231Z] ---> Running in 016d828a0076 [2021-03-10T04:46:46.231Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:46:46.231Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:46:46.231Z] ---> fd5e55665cf2 [2021-03-10T04:46:46.231Z] Step 3/21 : WORKDIR /edgex-go [2021-03-10T04:46:46.231Z] ---> Using cache [2021-03-10T04:46:46.231Z] ---> 45e312cb862f [2021-03-10T04:46:46.231Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:46:46.231Z] ---> Using cache [2021-03-10T04:46:46.231Z] ---> e9eb10f07e43 [2021-03-10T04:46:46.231Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-10T04:46:46.231Z] ---> Running in 304329b7dc53 [2021-03-10T04:46:46.231Z] Removing intermediate container f883ac7d4a0d [2021-03-10T04:46:46.231Z] ---> 4b2d37d2db52 [2021-03-10T04:46:46.231Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T04:46:46.333Z] Removing intermediate container 61147519de87 [2021-03-10T04:46:46.333Z] ---> 42b541c281d3 [2021-03-10T04:46:46.333Z] Step 23/23 : LABEL version=2.0.0-dev.120 [2021-03-10T04:46:46.333Z] ---> Running in 68502bedfb44 [2021-03-10T04:46:46.333Z] Removing intermediate container 25a0654f07eb [2021-03-10T04:46:46.333Z] ---> 2984d0d4e3f1 [2021-03-10T04:46:46.333Z] Step 19/21 : LABEL arch=x86_64 [2021-03-10T04:46:46.508Z] Removing intermediate container 0d577ada01cc [2021-03-10T04:46:46.508Z] ---> 071b2131fa0e [2021-03-10T04:46:46.508Z] Step 22/22 : LABEL version=2.0.0-dev.120 [2021-03-10T04:46:46.508Z] ---> Running in 717a80dff4a3 [2021-03-10T04:46:46.599Z] ---> Running in d35240b8724f [2021-03-10T04:46:46.599Z] ---> f7d1aa761516 [2021-03-10T04:46:46.599Z] 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-10T04:46:46.790Z] ---> Running in 2f22f145b6d0 [2021-03-10T04:46:46.790Z] Removing intermediate container 016d828a0076 [2021-03-10T04:46:46.790Z] ---> ddbdddd8ffe6 [2021-03-10T04:46:46.790Z] Step 22/22 : LABEL version=2.0.0-dev.120 [2021-03-10T04:46:46.876Z] Removing intermediate container 68502bedfb44 [2021-03-10T04:46:46.877Z] ---> 10bc5aed6ea0 [2021-03-10T04:46:46.877Z] [2021-03-10T04:46:46.877Z] ---> Running in a6a87d172a2d [2021-03-10T04:46:47.070Z] ---> Running in 9af661029e2c [2021-03-10T04:46:47.150Z] Removing intermediate container d35240b8724f [2021-03-10T04:46:47.150Z] ---> a8cb09aca00c [2021-03-10T04:46:47.150Z] Step 20/21 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:46:47.150Z] Successfully built 10bc5aed6ea0 [2021-03-10T04:46:47.345Z] Removing intermediate container 717a80dff4a3 [2021-03-10T04:46:47.346Z] ---> b7ece40ab8f8 [2021-03-10T04:46:47.346Z] Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:46:47.420Z] Successfully tagged docker-core-command-go:latest [2021-03-10T04:46:47.420Z]  Building docker-core-command-go ... done  ---> Running in d19f810e2c84 [2021-03-10T04:46:47.622Z] Removing intermediate container 2f22f145b6d0 [2021-03-10T04:46:47.622Z] ---> b06281794752 [2021-03-10T04:46:47.622Z] [2021-03-10T04:46:47.896Z] ---> Running in b39dd7186a0f [2021-03-10T04:46:47.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:47.896Z] Removing intermediate container 9af661029e2c [2021-03-10T04:46:47.896Z] ---> cbc51f3eca9c [2021-03-10T04:46:47.896Z] [2021-03-10T04:46:48.004Z] Removing intermediate container d19f810e2c84 [2021-03-10T04:46:48.005Z] ---> b06632438778 [2021-03-10T04:46:48.005Z] Step 21/21 : LABEL version=2.0.0-dev.120 [2021-03-10T04:46:48.005Z] ---> Running in bb707c7cc82a [2021-03-10T04:46:48.179Z] Successfully built b06281794752 [2021-03-10T04:46:48.179Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-10T04:46:48.180Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-10T04:46:48.180Z] Removing intermediate container dbc62ba94cc6 [2021-03-10T04:46:48.180Z] ---> 3232f7417167 [2021-03-10T04:46:48.180Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-10T04:46:48.278Z] Removing intermediate container bb707c7cc82a [2021-03-10T04:46:48.278Z] ---> 9be494a57a92 [2021-03-10T04:46:48.278Z] [2021-03-10T04:46:48.455Z] Successfully built cbc51f3eca9c [2021-03-10T04:46:48.455Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-10T04:46:48.455Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-10T04:46:48.455Z] Removing intermediate container b39dd7186a0f [2021-03-10T04:46:48.455Z] ---> d08ea2be02a0 [2021-03-10T04:46:48.455Z] Step 23/23 : LABEL version=2.0.0-dev.120 [2021-03-10T04:46:48.548Z] Removing intermediate container a6a87d172a2d [2021-03-10T04:46:48.548Z] ---> f6b60229d9ee [2021-03-10T04:46:48.549Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-10T04:46:48.549Z] Successfully built 9be494a57a92 [2021-03-10T04:46:48.549Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-10T04:46:48.727Z] ---> Running in 75091fee91d3 [2021-03-10T04:46:48.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:48.727Z] ---> Running in bc42020c71bf [2021-03-10T04:46:48.823Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 099ce1217569 [2021-03-10T04:46:49.097Z] Removing intermediate container 099ce1217569 [2021-03-10T04:46:49.097Z] ---> 7eab46102781 [2021-03-10T04:46:49.097Z] Step 22/24 : LABEL arch=x86_64 [2021-03-10T04:46:49.097Z] ---> Running in 3c8eeed1d2b8 [2021-03-10T04:46:49.329Z] Removing intermediate container bc42020c71bf [2021-03-10T04:46:49.329Z] ---> 13eaeb89bc5b [2021-03-10T04:46:49.329Z] [2021-03-10T04:46:49.362Z] Removing intermediate container 3c8eeed1d2b8 [2021-03-10T04:46:49.362Z] ---> ff0e346c65aa [2021-03-10T04:46:49.362Z] Step 23/24 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:46:49.626Z] ---> Running in 6c88987523ed [2021-03-10T04:46:49.891Z] Removing intermediate container 6c88987523ed [2021-03-10T04:46:49.891Z] ---> 5a43f22e2909 [2021-03-10T04:46:49.891Z] Step 24/24 : LABEL version=2.0.0-dev.120 [2021-03-10T04:46:49.891Z] ---> Running in cd0582cbc02f [2021-03-10T04:46:49.933Z] OK: 217 MiB in 51 packages [2021-03-10T04:46:49.933Z] Successfully built 13eaeb89bc5b [2021-03-10T04:46:49.933Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-10T04:46:49.933Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-03-10T04:46:49.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:50.158Z] Removing intermediate container cd0582cbc02f [2021-03-10T04:46:50.158Z] ---> f9c61f28c390 [2021-03-10T04:46:50.158Z] [2021-03-10T04:46:50.421Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T04:46:50.421Z] Successfully built f9c61f28c390 [2021-03-10T04:46:50.421Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T04:46:50.421Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-10T04:46:50.421Z] ---> aefe523efa57 [2021-03-10T04:46:50.421Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T04:46:50.686Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 39070f1c8057 [2021-03-10T04:46:50.917Z] Removing intermediate container 304329b7dc53 [2021-03-10T04:46:50.917Z] ---> 42d54fe56f6c [2021-03-10T04:46:50.917Z] Step 6/21 : COPY go.mod . [2021-03-10T04:46:50.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:46:51.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:46:51.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:46:51.548Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T04:46:51.548Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T04:46:51.548Z] Executing bash-5.0.17-r0.post-install [2021-03-10T04:46:51.548Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:46:51.548Z] OK: 12 MiB in 22 packages [2021-03-10T04:46:51.899Z] ---> 8e3fc06bfb2f [2021-03-10T04:46:51.899Z] Step 7/21 : RUN go mod download [2021-03-10T04:46:52.124Z] Removing intermediate container 39070f1c8057 [2021-03-10T04:46:52.124Z] ---> ffff2e85540d [2021-03-10T04:46:52.124Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T04:46:52.124Z] ---> Running in cd6df592adbb [2021-03-10T04:46:52.175Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-10T04:46:52.175Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-10T04:46:52.175Z] ---> Running in 9e6c77a8c81e [2021-03-10T04:46:52.175Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-10T04:46:52.388Z] Removing intermediate container cd6df592adbb [2021-03-10T04:46:52.388Z] ---> f09efee7871d [2021-03-10T04:46:52.388Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T04:46:52.388Z] ---> Running in bd0ac1949b09 [2021-03-10T04:46:52.388Z] Removing intermediate container bd0ac1949b09 [2021-03-10T04:46:52.388Z] ---> f0e66587c8ed [2021-03-10T04:46:52.388Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T04:46:52.455Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-10T04:46:52.653Z] ---> Running in 39c029dcdd8e [2021-03-10T04:46:52.730Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-10T04:46:53.012Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-10T04:46:53.012Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:46:53.012Z] OK: 8 MiB in 20 packages [2021-03-10T04:46:53.603Z] Removing intermediate container 39c029dcdd8e [2021-03-10T04:46:53.603Z] ---> c329a48912f9 [2021-03-10T04:46:53.603Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T04:46:53.866Z] ---> 5c8b923e4ef1 [2021-03-10T04:46:53.867Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T04:46:54.444Z] ---> c35ead010882 [2021-03-10T04:46:54.444Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T04:46:54.708Z] ---> 05ef145d51bd [2021-03-10T04:46:54.708Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T04:46:54.708Z] ---> Running in 8fb3b2a3201a [2021-03-10T04:46:55.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:46:55.288Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:46:55.551Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T04:46:55.551Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T04:46:55.551Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T04:46:55.551Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T04:46:55.551Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T04:46:55.551Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T04:46:55.551Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T04:46:56.947Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T04:46:56.947Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T04:46:56.947Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T04:46:56.947Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T04:46:56.947Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T04:46:56.947Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T04:46:56.947Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T04:46:56.947Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T04:46:56.947Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T04:46:56.947Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T04:46:56.947Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T04:46:56.947Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T04:46:56.947Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T04:46:56.947Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T04:46:56.947Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T04:46:56.947Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T04:46:56.947Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T04:46:56.947Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T04:46:56.947Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T04:46:56.947Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T04:46:56.947Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T04:46:56.947Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T04:46:56.947Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T04:46:56.947Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T04:46:56.947Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T04:46:56.947Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T04:46:58.790Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:46:58.790Z] OK: 71 MiB in 55 packages [2021-03-10T04:46:58.813Z] Removing intermediate container 75091fee91d3 [2021-03-10T04:46:58.813Z] ---> f670a4603451 [2021-03-10T04:46:58.813Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:46:58.813Z] Removing intermediate container 9e6c77a8c81e [2021-03-10T04:46:58.813Z] ---> 8caf5c367bf0 [2021-03-10T04:46:58.813Z] Step 8/21 : COPY . . [2021-03-10T04:46:58.813Z] ---> 7acaf4e5b3b0 [2021-03-10T04:46:58.813Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-10T04:47:00.281Z] ---> 72d0c54159d3 [2021-03-10T04:47:00.281Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-10T04:47:01.736Z] ---> 60ce776ceb7e [2021-03-10T04:47:01.736Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-10T04:47:02.012Z] ---> Running in 3bf4e4904b08 [2021-03-10T04:47:02.611Z] Removing intermediate container 3bf4e4904b08 [2021-03-10T04:47:02.611Z] ---> 1e42ae3c18b6 [2021-03-10T04:47:02.611Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:47:03.206Z] ---> Running in 4a0443761e8e [2021-03-10T04:47:03.808Z] Removing intermediate container 4a0443761e8e [2021-03-10T04:47:03.808Z] ---> c9246ee4eeea [2021-03-10T04:47:03.808Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T04:47:04.081Z] ---> Running in 43d547d5b4b3 [2021-03-10T04:47:05.066Z] Removing intermediate container 43d547d5b4b3 [2021-03-10T04:47:05.066Z] ---> 123b48ab9b3d [2021-03-10T04:47:05.066Z] Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:05.587Z] Removing intermediate container 8fb3b2a3201a [2021-03-10T04:47:05.587Z] ---> c6bcf3abe088 [2021-03-10T04:47:05.587Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T04:47:05.587Z] ---> Running in b897c0f5adb7 [2021-03-10T04:47:06.042Z] ---> Running in 025f73d5a569 [2021-03-10T04:47:06.642Z] ---> bd7526a02914 [2021-03-10T04:47:06.642Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-10T04:47:07.239Z] Removing intermediate container 025f73d5a569 [2021-03-10T04:47:07.239Z] ---> e241e8f1045e [2021-03-10T04:47:07.239Z] Step 23/23 : LABEL version=2.0.0-dev.120 [2021-03-10T04:47:07.239Z] ---> Running in f42a4f09ab13 [2021-03-10T04:47:07.520Z] ---> Running in 16c9779be756 [2021-03-10T04:47:08.143Z] Collecting docker-compose==1.23.2 [2021-03-10T04:47:08.143Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T04:47:08.143Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T04:47:08.143Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T04:47:08.718Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T04:47:08.718Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T04:47:08.718Z] 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-10T04:47:08.964Z] Removing intermediate container 16c9779be756 [2021-03-10T04:47:08.964Z] ---> e4b0de116bbb [2021-03-10T04:47:08.964Z] [2021-03-10T04:47:08.984Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T04:47:08.984Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T04:47:09.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-10T04:47:09.238Z] Successfully built e4b0de116bbb [2021-03-10T04:47:09.238Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-10T04:47:09.561Z] Collecting PyYAML<4,>=3.10 [2021-03-10T04:47:09.562Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T04:47:10.519Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T04:47:10.519Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T04:47:10.781Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T04:47:10.781Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T04:47:11.044Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T04:47:11.044Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T04:47:11.307Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T04:47:11.307Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T04:47:11.307Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T04:47:11.307Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T04:47:11.609Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T04:47:11.609Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T04:47:11.609Z] 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-10T04:47:11.609Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T04:47:11.609Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T04:47:11.872Z] 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-10T04:47:11.872Z] Collecting idna<2.8,>=2.5 [2021-03-10T04:47:11.872Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T04:47:11.872Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T04:47:11.872Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T04:47:11.872Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T04:47:11.872Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T04:47:12.137Z] Installing collected packages: docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, PyYAML, texttable, cached-property, jsonschema, docker-compose [2021-03-10T04:47:12.137Z] Running setup.py install for docopt: started [2021-03-10T04:47:12.712Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T04:47:12.712Z] Attempting uninstall: urllib3 [2021-03-10T04:47:12.712Z] Found existing installation: urllib3 1.25.9 [2021-03-10T04:47:12.712Z] Uninstalling urllib3-1.25.9: [2021-03-10T04:47:12.712Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T04:47:12.975Z] Attempting uninstall: idna [2021-03-10T04:47:12.975Z] Found existing installation: idna 2.9 [2021-03-10T04:47:12.975Z] Uninstalling idna-2.9: [2021-03-10T04:47:12.975Z] Successfully uninstalled idna-2.9 [2021-03-10T04:47:12.975Z] Attempting uninstall: requests [2021-03-10T04:47:12.975Z] Found existing installation: requests 2.23.0 [2021-03-10T04:47:12.975Z] Uninstalling requests-2.23.0: [2021-03-10T04:47:13.238Z] Successfully uninstalled requests-2.23.0 [2021-03-10T04:47:13.501Z] Running setup.py install for dockerpty: started [2021-03-10T04:47:14.079Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T04:47:14.079Z] Running setup.py install for PyYAML: started [2021-03-10T04:47:14.662Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T04:47:14.662Z] Running setup.py install for texttable: started [2021-03-10T04:47:15.239Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T04:47:15.501Z] 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-10T04:47:17.564Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:47:17.564Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:47:17.564Z] ---> fd5e55665cf2 [2021-03-10T04:47:17.564Z] Step 3/26 : WORKDIR /edgex-go [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> 45e312cb862f [2021-03-10T04:47:17.564Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> e9eb10f07e43 [2021-03-10T04:47:17.564Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-10T04:47:17.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-10T04:47:17.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-10T04:47:17.564Z] ---> fd5e55665cf2 [2021-03-10T04:47:17.564Z] Step 3/23 : WORKDIR /edgex-go [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> 45e312cb862f [2021-03-10T04:47:17.564Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:47:17.564Z] [2021-03-10T04:47:17.564Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder ---> Using cache [2021-03-10T04:47:17.564Z] [2021-03-10T04:47:17.564Z] ---> e9eb10f07e43 [2021-03-10T04:47:17.564Z] ---> fd5e55665cf2 [2021-03-10T04:47:17.564Z] Step 5/23 : RUN apk add --update --no-cache make gitStep 3/31 : WORKDIR /edgex-go [2021-03-10T04:47:17.564Z] [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> 42d54fe56f6c [2021-03-10T04:47:17.564Z] Step 6/23 : COPY go.mod . [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> 8e3fc06bfb2f [2021-03-10T04:47:17.564Z] Step 7/23 : RUN go mod download [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> 8caf5c367bf0 [2021-03-10T04:47:17.564Z] Step 8/23 : COPY . . ---> Using cache [2021-03-10T04:47:17.564Z] [2021-03-10T04:47:17.564Z] ---> 45e312cb862f [2021-03-10T04:47:17.564Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> e9eb10f07e43 [2021-03-10T04:47:17.564Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> 42d54fe56f6c [2021-03-10T04:47:17.564Z] Step 6/31 : COPY go.mod . [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> 8e3fc06bfb2f [2021-03-10T04:47:17.564Z] Step 7/31 : RUN go mod download [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> 8caf5c367bf0 [2021-03-10T04:47:17.564Z] Step 8/31 : COPY . . [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> bd7526a02914 [2021-03-10T04:47:17.564Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-10T04:47:17.564Z] ---> Using cache [2021-03-10T04:47:17.564Z] ---> bd7526a02914 [2021-03-10T04:47:17.564Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-10T04:47:18.825Z] Removing intermediate container b897c0f5adb7 [2021-03-10T04:47:18.825Z] ---> 1f030aaff4e7 [2021-03-10T04:47:18.825Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T04:47:18.825Z] ---> Running in ea1dee6a889c [2021-03-10T04:47:19.017Z] ---> Running in 87c39820a4cc [2021-03-10T04:47:19.017Z] ---> Running in 9f97ae9310ab [2021-03-10T04:47:19.017Z] ---> Running in 9d5b48a09ec1 [2021-03-10T04:47:19.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-10T04:47:19.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-10T04:47:19.355Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T04:47:19.355Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T04:47:19.355Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T04:47:19.355Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:47:19.355Z] OK: 72 MiB in 58 packages [2021-03-10T04:47:19.930Z] Removing intermediate container ea1dee6a889c [2021-03-10T04:47:19.930Z] ---> ae4547484eb9 [2021-03-10T04:47:19.930Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T04:47:19.930Z] ---> Running in 3668b9f97db9 [2021-03-10T04:47:19.930Z] Removing intermediate container 3668b9f97db9 [2021-03-10T04:47:19.930Z] ---> 8981d1cb0602 [2021-03-10T04:47:19.930Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:47:20.193Z] ---> Running in e1cd470d281b [2021-03-10T04:47:20.193Z] Removing intermediate container e1cd470d281b [2021-03-10T04:47:20.193Z] ---> 0df62b8fa110 [2021-03-10T04:47:20.193Z] Step 24/26 : LABEL arch=x86_64 [2021-03-10T04:47:20.193Z] ---> Running in 3121e4a2ff4c [2021-03-10T04:47:20.454Z] Removing intermediate container 3121e4a2ff4c [2021-03-10T04:47:20.454Z] ---> 1b1dc1e3b25c [2021-03-10T04:47:20.454Z] Step 25/26 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:20.454Z] ---> Running in 8bcc1e5e81f8 [2021-03-10T04:47:20.727Z] Removing intermediate container 8bcc1e5e81f8 [2021-03-10T04:47:20.727Z] ---> d1b3c8db186e [2021-03-10T04:47:20.727Z] Step 26/26 : LABEL version=2.0.0-dev.120 [2021-03-10T04:47:20.727Z] ---> Running in c99db46d5141 [2021-03-10T04:47:20.990Z] Removing intermediate container c99db46d5141 [2021-03-10T04:47:20.990Z] ---> ab4b174f7fd4 [2021-03-10T04:47:20.990Z] [2021-03-10T04:47:20.990Z] Successfully built ab4b174f7fd4 [2021-03-10T04:47:21.006Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/core-command/core-command ./cmd/core-command [2021-03-10T04:47:21.254Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-10T04:47:21.527Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T04:47:21.552Z] $ docker stop --time=1 16fdfe7a191a18c600907af864d7d349dc50fddc04661315aa0799a9ea9550fb [2021-03-10T04:47:21.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:47:21.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-10T04:47:22.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:47:23.197Z] OK: 217 MiB in 51 packages [2021-03-10T04:47:23.678Z] $ docker rm -f 16fdfe7a191a18c600907af864d7d349dc50fddc04661315aa0799a9ea9550fb [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T04:47:24.315Z] + docker images [2021-03-10T04:47:24.315Z] + grep docker [2021-03-10T04:47:24.889Z] docker-sys-mgmt-agent-go latest ab4b174f7fd4 4 seconds ago 313MB [2021-03-10T04:47:24.889Z] docker-security-secretstore-setup-go latest f9c61f28c390 35 seconds ago 24.9MB [2021-03-10T04:47:24.889Z] docker-security-proxy-setup-go latest 9be494a57a92 36 seconds ago 24.7MB [2021-03-10T04:47:24.889Z] docker-core-command-go latest 10bc5aed6ea0 38 seconds ago 17.2MB [2021-03-10T04:47:24.889Z] docker-security-bootstrapper-go latest e3a4e97443f5 2 minutes ago 18.7MB [2021-03-10T04:47:24.889Z] docker-core-data-go latest cf1042bedc84 2 minutes ago 22.6MB [2021-03-10T04:47:24.889Z] docker-core-metadata-go latest 8b61643aacb6 2 minutes ago 19MB [2021-03-10T04:47:24.889Z] docker-support-notifications-go latest a4a4ece9e84e 2 minutes ago 17.8MB [2021-03-10T04:47:24.889Z] docker-support-scheduler-go latest 7865ecbe1bcd 2 minutes ago 17.2MB [2021-03-10T04:47:24.890Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [2021-03-10T04:47:25.200Z] Removing intermediate container 87c39820a4cc [2021-03-10T04:47:25.200Z] ---> 5091c5f1c7f1 [2021-03-10T04:47:25.200Z] Step 6/26 : COPY go.mod . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-10T04:47:25.583Z] provisioning config files... [2021-03-10T04:47:25.625Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config5212606689061241454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:47:25.815Z] ---> e0677b87265f [2021-03-10T04:47:25.815Z] Step 7/26 : RUN go mod download [2021-03-10T04:47:26.012Z] ---> docker-login.sh [2021-03-10T04:47:26.012Z] nexus3.edgexfoundry.org:10001 [2021-03-10T04:47:26.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:47:26.094Z] ---> Running in dd7844440d92 [2021-03-10T04:47:26.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:47:26.275Z] Configure a credential helper to remove this warning. See [2021-03-10T04:47:26.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:47:26.275Z] [2021-03-10T04:47:26.275Z] Login Succeeded [2021-03-10T04:47:26.275Z] nexus3.edgexfoundry.org:10002 [2021-03-10T04:47:26.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:47:26.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:47:26.538Z] Configure a credential helper to remove this warning. See [2021-03-10T04:47:26.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:47:26.538Z] [2021-03-10T04:47:26.538Z] Login Succeeded [2021-03-10T04:47:26.538Z] nexus3.edgexfoundry.org:10003 [2021-03-10T04:47:26.538Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:47:26.538Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:47:26.538Z] Configure a credential helper to remove this warning. See [2021-03-10T04:47:26.538Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:47:26.538Z] [2021-03-10T04:47:26.538Z] Login Succeeded [2021-03-10T04:47:26.538Z] nexus3.edgexfoundry.org:10004 [2021-03-10T04:47:26.803Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:47:26.803Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:47:26.803Z] Configure a credential helper to remove this warning. See [2021-03-10T04:47:26.803Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:47:26.803Z] [2021-03-10T04:47:26.803Z] Login Succeeded [2021-03-10T04:47:26.803Z] docker.io [2021-03-10T04:47:27.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:47:27.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:47:27.328Z] Configure a credential helper to remove this warning. See [2021-03-10T04:47:27.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:47:27.328Z] [2021-03-10T04:47:27.328Z] Login Succeeded [2021-03-10T04:47:27.328Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T04:47:27.339Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:47:27.597Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-10T04:47:27.597Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:27.597Z] 2.0.0-dev.120 [2021-03-10T04:47:27.597Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:27.597Z] master [2021-03-10T04:47:27.597Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:28.141Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:28.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:28.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-10T04:47:28.448Z] 4bd7f93d3a66: Preparing [2021-03-10T04:47:28.448Z] b740db62faa6: Preparing [2021-03-10T04:47:28.448Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:28.448Z] 3bfbc8e1e774: Preparing [2021-03-10T04:47:28.448Z] 33e8713114f8: Preparing [2021-03-10T04:47:28.448Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:28.712Z] 3bfbc8e1e774: Pushed [2021-03-10T04:47:28.712Z] 4bd7f93d3a66: Pushed [2021-03-10T04:47:28.712Z] 5d6fa5207d15: Pushed [2021-03-10T04:47:29.660Z] b740db62faa6: Pushed [2021-03-10T04:47:29.924Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:b9307c31721cd608480a2ea13b81954d76c92ed4750d41d51214baa59230d48f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:30.243Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:30.418Z] Removing intermediate container dd7844440d92 [2021-03-10T04:47:30.418Z] ---> 935c00f16b42 [2021-03-10T04:47:30.418Z] Step 8/26 : COPY . . [2021-03-10T04:47:30.562Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.120 [2021-03-10T04:47:30.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-10T04:47:30.563Z] 4bd7f93d3a66: Preparing [2021-03-10T04:47:30.563Z] b740db62faa6: Preparing [2021-03-10T04:47:30.563Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:30.563Z] 3bfbc8e1e774: Preparing [2021-03-10T04:47:30.563Z] 33e8713114f8: Preparing [2021-03-10T04:47:30.563Z] b740db62faa6: Layer already exists [2021-03-10T04:47:30.563Z] 3bfbc8e1e774: Layer already exists [2021-03-10T04:47:30.563Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:30.563Z] 4bd7f93d3a66: Layer already exists [2021-03-10T04:47:30.563Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:30.563Z] 2.0.0-dev.120: digest: sha256:b9307c31721cd608480a2ea13b81954d76c92ed4750d41d51214baa59230d48f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:30.891Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:31.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:31.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-10T04:47:31.199Z] 4bd7f93d3a66: Preparing [2021-03-10T04:47:31.199Z] b740db62faa6: Preparing [2021-03-10T04:47:31.199Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:31.199Z] 3bfbc8e1e774: Preparing [2021-03-10T04:47:31.199Z] 33e8713114f8: Preparing [2021-03-10T04:47:31.199Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:31.199Z] 4bd7f93d3a66: Layer already exists [2021-03-10T04:47:31.199Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:31.199Z] 3bfbc8e1e774: Layer already exists [2021-03-10T04:47:31.199Z] b740db62faa6: Layer already exists [2021-03-10T04:47:31.199Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:b9307c31721cd608480a2ea13b81954d76c92ed4750d41d51214baa59230d48f size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:31.517Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:31.831Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-10T04:47:31.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-10T04:47:31.831Z] 4bd7f93d3a66: Preparing [2021-03-10T04:47:31.831Z] b740db62faa6: Preparing [2021-03-10T04:47:31.831Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:31.831Z] 3bfbc8e1e774: Preparing [2021-03-10T04:47:31.831Z] 33e8713114f8: Preparing [2021-03-10T04:47:31.831Z] 4bd7f93d3a66: Layer already exists [2021-03-10T04:47:31.831Z] 3bfbc8e1e774: Layer already exists [2021-03-10T04:47:31.831Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:31.831Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:31.831Z] b740db62faa6: Layer already exists [2021-03-10T04:47:32.093Z] master: digest: sha256:b9307c31721cd608480a2ea13b81954d76c92ed4750d41d51214baa59230d48f size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:47:32.312Z] ===================================================== [Pipeline] echo [2021-03-10T04:47:32.416Z] taggedImages: [2021-03-10T04:47:32.416Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:32.416Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.120 [2021-03-10T04:47:32.416Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:32.416Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-10T04:47:32.509Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-10T04:47:32.509Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:32.509Z] 2.0.0-dev.120 [2021-03-10T04:47:32.509Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:32.509Z] master [2021-03-10T04:47:32.509Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:33.118Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:33.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:33.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-10T04:47:33.423Z] 16be9a881969: Preparing [2021-03-10T04:47:33.423Z] 06d5c644ad6b: Preparing [2021-03-10T04:47:33.423Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:33.423Z] 280bd84df108: Preparing [2021-03-10T04:47:33.423Z] 649c23056406: Preparing [2021-03-10T04:47:33.423Z] 33e8713114f8: Preparing [2021-03-10T04:47:33.423Z] 33e8713114f8: Waiting [2021-03-10T04:47:33.423Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:33.423Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:33.692Z] 16be9a881969: Pushed [2021-03-10T04:47:33.692Z] 649c23056406: Pushed [2021-03-10T04:47:33.954Z] 280bd84df108: Pushed [2021-03-10T04:47:34.900Z] 06d5c644ad6b: Pushed [2021-03-10T04:47:35.163Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:abe31d0c0a74e4008e8662e7cf58c396a35f53d5da894750b4cefe150a61f38d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:35.481Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:35.790Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.120 [2021-03-10T04:47:35.791Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-10T04:47:35.791Z] 16be9a881969: Preparing [2021-03-10T04:47:35.791Z] 06d5c644ad6b: Preparing [2021-03-10T04:47:35.791Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:35.791Z] 280bd84df108: Preparing [2021-03-10T04:47:35.791Z] 649c23056406: Preparing [2021-03-10T04:47:35.791Z] 33e8713114f8: Preparing [2021-03-10T04:47:35.791Z] 33e8713114f8: Waiting [2021-03-10T04:47:35.791Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:35.791Z] 16be9a881969: Layer already exists [2021-03-10T04:47:35.791Z] 06d5c644ad6b: Layer already exists [2021-03-10T04:47:35.791Z] 280bd84df108: Layer already exists [2021-03-10T04:47:35.791Z] 649c23056406: Layer already exists [2021-03-10T04:47:35.791Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:35.791Z] 2.0.0-dev.120: digest: sha256:abe31d0c0a74e4008e8662e7cf58c396a35f53d5da894750b4cefe150a61f38d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:36.177Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:36.546Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:36.546Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-10T04:47:36.546Z] 16be9a881969: Preparing [2021-03-10T04:47:36.546Z] 06d5c644ad6b: Preparing [2021-03-10T04:47:36.546Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:36.546Z] 280bd84df108: Preparing [2021-03-10T04:47:36.546Z] 649c23056406: Preparing [2021-03-10T04:47:36.546Z] 33e8713114f8: Preparing [2021-03-10T04:47:36.546Z] 33e8713114f8: Waiting [2021-03-10T04:47:36.546Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:36.546Z] 06d5c644ad6b: Layer already exists [2021-03-10T04:47:36.546Z] 16be9a881969: Layer already exists [2021-03-10T04:47:36.546Z] 649c23056406: Layer already exists [2021-03-10T04:47:36.546Z] 280bd84df108: Layer already exists [2021-03-10T04:47:36.546Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:36.546Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:abe31d0c0a74e4008e8662e7cf58c396a35f53d5da894750b4cefe150a61f38d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:36.924Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:37.232Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-10T04:47:37.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-10T04:47:37.232Z] 16be9a881969: Preparing [2021-03-10T04:47:37.232Z] 06d5c644ad6b: Preparing [2021-03-10T04:47:37.232Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:37.232Z] 280bd84df108: Preparing [2021-03-10T04:47:37.232Z] 649c23056406: Preparing [2021-03-10T04:47:37.232Z] 33e8713114f8: Preparing [2021-03-10T04:47:37.232Z] 33e8713114f8: Waiting [2021-03-10T04:47:37.232Z] 649c23056406: Layer already exists [2021-03-10T04:47:37.232Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:37.232Z] 16be9a881969: Layer already exists [2021-03-10T04:47:37.232Z] 280bd84df108: Layer already exists [2021-03-10T04:47:37.232Z] 06d5c644ad6b: Layer already exists [2021-03-10T04:47:37.232Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:37.232Z] master: digest: sha256:abe31d0c0a74e4008e8662e7cf58c396a35f53d5da894750b4cefe150a61f38d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:47:37.487Z] ===================================================== [Pipeline] echo [2021-03-10T04:47:37.542Z] taggedImages: [2021-03-10T04:47:37.542Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:37.542Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.120 [2021-03-10T04:47:37.542Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:37.542Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-10T04:47:37.632Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-10T04:47:37.632Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:37.632Z] 2.0.0-dev.120 [2021-03-10T04:47:37.632Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:37.632Z] master [2021-03-10T04:47:37.632Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:38.160Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:38.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:38.468Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-10T04:47:38.468Z] 764bffc166ed: Preparing [2021-03-10T04:47:38.468Z] 1f442bc9465e: Preparing [2021-03-10T04:47:38.468Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:38.468Z] 3bfbc8e1e774: Preparing [2021-03-10T04:47:38.468Z] 33e8713114f8: Preparing [2021-03-10T04:47:38.468Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:38.468Z] 3bfbc8e1e774: Layer already exists [2021-03-10T04:47:38.468Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:38.729Z] 764bffc166ed: Pushed [2021-03-10T04:47:39.686Z] 1f442bc9465e: Pushed [2021-03-10T04:47:39.949Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:cb4aeb8ebf4bd2b4f14328939a9dcd86295db4dba4a9e52d4f680e16162b7869 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:40.258Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:40.567Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.120 [2021-03-10T04:47:40.567Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-10T04:47:40.567Z] 764bffc166ed: Preparing [2021-03-10T04:47:40.567Z] 1f442bc9465e: Preparing [2021-03-10T04:47:40.567Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:40.567Z] 3bfbc8e1e774: Preparing [2021-03-10T04:47:40.567Z] 33e8713114f8: Preparing [2021-03-10T04:47:40.567Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:40.567Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:40.567Z] 764bffc166ed: Layer already exists [2021-03-10T04:47:40.567Z] 3bfbc8e1e774: Layer already exists [2021-03-10T04:47:40.567Z] 1f442bc9465e: Layer already exists [2021-03-10T04:47:40.567Z] 2.0.0-dev.120: digest: sha256:cb4aeb8ebf4bd2b4f14328939a9dcd86295db4dba4a9e52d4f680e16162b7869 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:40.876Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:41.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:41.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-10T04:47:41.179Z] 764bffc166ed: Preparing [2021-03-10T04:47:41.179Z] 1f442bc9465e: Preparing [2021-03-10T04:47:41.179Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:41.179Z] 3bfbc8e1e774: Preparing [2021-03-10T04:47:41.179Z] 33e8713114f8: Preparing [2021-03-10T04:47:41.179Z] 764bffc166ed: Layer already exists [2021-03-10T04:47:41.179Z] 1f442bc9465e: Layer already exists [2021-03-10T04:47:41.179Z] 3bfbc8e1e774: Layer already exists [2021-03-10T04:47:41.179Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:41.179Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:41.179Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:cb4aeb8ebf4bd2b4f14328939a9dcd86295db4dba4a9e52d4f680e16162b7869 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:41.507Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:41.811Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-10T04:47:41.811Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-10T04:47:41.811Z] 764bffc166ed: Preparing [2021-03-10T04:47:41.811Z] 1f442bc9465e: Preparing [2021-03-10T04:47:41.811Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:41.811Z] 3bfbc8e1e774: Preparing [2021-03-10T04:47:41.811Z] 33e8713114f8: Preparing [2021-03-10T04:47:41.811Z] 3bfbc8e1e774: Layer already exists [2021-03-10T04:47:41.811Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:41.811Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:41.811Z] 764bffc166ed: Layer already exists [2021-03-10T04:47:41.811Z] 1f442bc9465e: Layer already exists [2021-03-10T04:47:41.811Z] master: digest: sha256:cb4aeb8ebf4bd2b4f14328939a9dcd86295db4dba4a9e52d4f680e16162b7869 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:47:42.025Z] ===================================================== [Pipeline] echo [2021-03-10T04:47:42.088Z] taggedImages: [2021-03-10T04:47:42.088Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:42.088Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.120 [2021-03-10T04:47:42.088Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:42.088Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2021-03-10T04:47:42.159Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-10T04:47:42.159Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:42.159Z] 2.0.0-dev.120 [2021-03-10T04:47:42.159Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:42.159Z] master [2021-03-10T04:47:42.159Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:42.692Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:43.000Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:43.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-10T04:47:43.000Z] 5ac4a5df7e8a: Preparing [2021-03-10T04:47:43.000Z] 5ac4a5df7e8a: Preparing [2021-03-10T04:47:43.000Z] ea3c747c4197: Preparing [2021-03-10T04:47:43.000Z] b6ac71a5a709: Preparing [2021-03-10T04:47:43.000Z] cb8f41afe6e4: Preparing [2021-03-10T04:47:43.000Z] 5acdcd2e58db: Preparing [2021-03-10T04:47:43.000Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:43.000Z] b9ef282ff0ac: Preparing [2021-03-10T04:47:43.000Z] b9ef282ff0ac: Preparing [2021-03-10T04:47:43.000Z] c31e2f58d061: Preparing [2021-03-10T04:47:43.000Z] dbcb320392fe: Preparing [2021-03-10T04:47:43.000Z] 33e8713114f8: Preparing [2021-03-10T04:47:43.000Z] 5d6fa5207d15: Waiting [2021-03-10T04:47:43.000Z] b9ef282ff0ac: Waiting [2021-03-10T04:47:43.000Z] c31e2f58d061: Waiting [2021-03-10T04:47:43.000Z] dbcb320392fe: Waiting [2021-03-10T04:47:43.000Z] 33e8713114f8: Waiting [2021-03-10T04:47:43.268Z] 5ac4a5df7e8a: Pushed [2021-03-10T04:47:43.268Z] cb8f41afe6e4: Pushed [2021-03-10T04:47:43.268Z] b6ac71a5a709: Pushed [2021-03-10T04:47:43.268Z] ea3c747c4197: Pushed [2021-03-10T04:47:43.268Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:43.532Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:43.532Z] dbcb320392fe: Pushed [2021-03-10T04:47:43.532Z] b9ef282ff0ac: Pushed [2021-03-10T04:47:43.532Z] c31e2f58d061: Pushed [2021-03-10T04:47:44.482Z] 5acdcd2e58db: Pushed [2021-03-10T04:47:44.482Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:3bdbee18ff3b7373883d55331218b08a7f48f4b610690470008feb6ca25b9efc size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:44.799Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:45.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.120 [2021-03-10T04:47:45.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-10T04:47:45.113Z] 5ac4a5df7e8a: Preparing [2021-03-10T04:47:45.113Z] 5ac4a5df7e8a: Preparing [2021-03-10T04:47:45.113Z] ea3c747c4197: Preparing [2021-03-10T04:47:45.113Z] b6ac71a5a709: Preparing [2021-03-10T04:47:45.113Z] cb8f41afe6e4: Preparing [2021-03-10T04:47:45.113Z] 5acdcd2e58db: Preparing [2021-03-10T04:47:45.113Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:45.113Z] b9ef282ff0ac: Preparing [2021-03-10T04:47:45.113Z] b9ef282ff0ac: Preparing [2021-03-10T04:47:45.113Z] c31e2f58d061: Preparing [2021-03-10T04:47:45.113Z] dbcb320392fe: Preparing [2021-03-10T04:47:45.113Z] 33e8713114f8: Preparing [2021-03-10T04:47:45.113Z] 5d6fa5207d15: Waiting [2021-03-10T04:47:45.113Z] b9ef282ff0ac: Waiting [2021-03-10T04:47:45.113Z] c31e2f58d061: Waiting [2021-03-10T04:47:45.113Z] dbcb320392fe: Waiting [2021-03-10T04:47:45.113Z] 33e8713114f8: Waiting [2021-03-10T04:47:45.113Z] ea3c747c4197: Layer already exists [2021-03-10T04:47:45.113Z] 5ac4a5df7e8a: Layer already exists [2021-03-10T04:47:45.113Z] cb8f41afe6e4: Layer already exists [2021-03-10T04:47:45.113Z] 5acdcd2e58db: Layer already exists [2021-03-10T04:47:45.113Z] b6ac71a5a709: Layer already exists [2021-03-10T04:47:45.113Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:45.113Z] b9ef282ff0ac: Layer already exists [2021-03-10T04:47:45.113Z] dbcb320392fe: Layer already exists [2021-03-10T04:47:45.113Z] c31e2f58d061: Layer already exists [2021-03-10T04:47:45.113Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:45.113Z] 2.0.0-dev.120: digest: sha256:3bdbee18ff3b7373883d55331218b08a7f48f4b610690470008feb6ca25b9efc size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:45.423Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:45.562Z] ---> cafb9141c297 [2021-03-10T04:47:45.562Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-10T04:47:45.562Z] ---> Running in 7a2cc7610a62 [2021-03-10T04:47:45.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-10T04:47:45.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:45.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-10T04:47:45.732Z] 5ac4a5df7e8a: Preparing [2021-03-10T04:47:45.732Z] 5ac4a5df7e8a: Preparing [2021-03-10T04:47:45.732Z] ea3c747c4197: Preparing [2021-03-10T04:47:45.732Z] b6ac71a5a709: Preparing [2021-03-10T04:47:45.732Z] cb8f41afe6e4: Preparing [2021-03-10T04:47:45.732Z] 5acdcd2e58db: Preparing [2021-03-10T04:47:45.732Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:45.732Z] b9ef282ff0ac: Preparing [2021-03-10T04:47:45.732Z] b9ef282ff0ac: Preparing [2021-03-10T04:47:45.732Z] c31e2f58d061: Preparing [2021-03-10T04:47:45.732Z] dbcb320392fe: Preparing [2021-03-10T04:47:45.732Z] 33e8713114f8: Preparing [2021-03-10T04:47:45.732Z] c31e2f58d061: Waiting [2021-03-10T04:47:45.732Z] 5d6fa5207d15: Waiting [2021-03-10T04:47:45.732Z] dbcb320392fe: Waiting [2021-03-10T04:47:45.732Z] b9ef282ff0ac: Waiting [2021-03-10T04:47:45.732Z] ea3c747c4197: Layer already exists [2021-03-10T04:47:45.732Z] cb8f41afe6e4: Layer already exists [2021-03-10T04:47:45.732Z] 5acdcd2e58db: Layer already exists [2021-03-10T04:47:45.732Z] b6ac71a5a709: Layer already exists [2021-03-10T04:47:45.732Z] 5ac4a5df7e8a: Layer already exists [2021-03-10T04:47:45.732Z] b9ef282ff0ac: Layer already exists [2021-03-10T04:47:45.732Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:45.732Z] c31e2f58d061: Layer already exists [2021-03-10T04:47:45.732Z] dbcb320392fe: Layer already exists [2021-03-10T04:47:45.732Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:45.732Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:3bdbee18ff3b7373883d55331218b08a7f48f4b610690470008feb6ca25b9efc size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:46.050Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:46.358Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-10T04:47:46.358Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-10T04:47:46.358Z] 5ac4a5df7e8a: Preparing [2021-03-10T04:47:46.358Z] 5ac4a5df7e8a: Preparing [2021-03-10T04:47:46.358Z] ea3c747c4197: Preparing [2021-03-10T04:47:46.358Z] b6ac71a5a709: Preparing [2021-03-10T04:47:46.358Z] cb8f41afe6e4: Preparing [2021-03-10T04:47:46.358Z] 5acdcd2e58db: Preparing [2021-03-10T04:47:46.358Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:46.358Z] b9ef282ff0ac: Preparing [2021-03-10T04:47:46.358Z] b9ef282ff0ac: Preparing [2021-03-10T04:47:46.358Z] c31e2f58d061: Preparing [2021-03-10T04:47:46.358Z] dbcb320392fe: Preparing [2021-03-10T04:47:46.358Z] 33e8713114f8: Preparing [2021-03-10T04:47:46.358Z] b9ef282ff0ac: Waiting [2021-03-10T04:47:46.358Z] c31e2f58d061: Waiting [2021-03-10T04:47:46.358Z] dbcb320392fe: Waiting [2021-03-10T04:47:46.358Z] 33e8713114f8: Waiting [2021-03-10T04:47:46.358Z] 5d6fa5207d15: Waiting [2021-03-10T04:47:46.358Z] ea3c747c4197: Layer already exists [2021-03-10T04:47:46.358Z] 5ac4a5df7e8a: Layer already exists [2021-03-10T04:47:46.358Z] 5acdcd2e58db: Layer already exists [2021-03-10T04:47:46.358Z] cb8f41afe6e4: Layer already exists [2021-03-10T04:47:46.358Z] b6ac71a5a709: Layer already exists [2021-03-10T04:47:46.358Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:46.358Z] b9ef282ff0ac: Layer already exists [2021-03-10T04:47:46.358Z] c31e2f58d061: Layer already exists [2021-03-10T04:47:46.358Z] dbcb320392fe: Layer already exists [2021-03-10T04:47:46.358Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:46.358Z] master: digest: sha256:3bdbee18ff3b7373883d55331218b08a7f48f4b610690470008feb6ca25b9efc size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:47:46.636Z] ===================================================== [Pipeline] echo [2021-03-10T04:47:46.689Z] taggedImages: [2021-03-10T04:47:46.689Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:46.689Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.120 [2021-03-10T04:47:46.689Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:46.689Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-10T04:47:46.756Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-10T04:47:46.756Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:46.756Z] 2.0.0-dev.120 [2021-03-10T04:47:46.756Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:46.756Z] master [2021-03-10T04:47:46.756Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:47.294Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:47.609Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:47.609Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-10T04:47:47.609Z] cfaa58511fa8: Preparing [2021-03-10T04:47:47.609Z] df260b1357a0: Preparing [2021-03-10T04:47:47.609Z] 60de6dfa33fc: Preparing [2021-03-10T04:47:47.609Z] 62f772b7fc3e: Preparing [2021-03-10T04:47:47.609Z] e44ba2332126: Preparing [2021-03-10T04:47:47.609Z] 33e8713114f8: Preparing [2021-03-10T04:47:47.609Z] 33e8713114f8: Waiting [2021-03-10T04:47:47.872Z] 62f772b7fc3e: Pushed [2021-03-10T04:47:47.872Z] 60de6dfa33fc: Pushed [2021-03-10T04:47:47.872Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:47.872Z] e44ba2332126: Pushed [2021-03-10T04:47:48.824Z] cfaa58511fa8: Pushed [2021-03-10T04:47:48.824Z] df260b1357a0: Pushed [2021-03-10T04:47:48.824Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:5fdad9cf6792d7a5b5b2445ff48d78b7246218c033c9a846c22edb77851f2dee size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:49.135Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:49.447Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.120 [2021-03-10T04:47:49.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-10T04:47:49.447Z] cfaa58511fa8: Preparing [2021-03-10T04:47:49.447Z] df260b1357a0: Preparing [2021-03-10T04:47:49.448Z] 60de6dfa33fc: Preparing [2021-03-10T04:47:49.448Z] 62f772b7fc3e: Preparing [2021-03-10T04:47:49.448Z] e44ba2332126: Preparing [2021-03-10T04:47:49.448Z] 33e8713114f8: Preparing [2021-03-10T04:47:49.448Z] 33e8713114f8: Waiting [2021-03-10T04:47:49.448Z] e44ba2332126: Layer already exists [2021-03-10T04:47:49.448Z] 60de6dfa33fc: Layer already exists [2021-03-10T04:47:49.448Z] cfaa58511fa8: Layer already exists [2021-03-10T04:47:49.448Z] 62f772b7fc3e: Layer already exists [2021-03-10T04:47:49.448Z] df260b1357a0: Layer already exists [2021-03-10T04:47:49.448Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:49.448Z] 2.0.0-dev.120: digest: sha256:5fdad9cf6792d7a5b5b2445ff48d78b7246218c033c9a846c22edb77851f2dee size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:49.755Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:50.056Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:50.057Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-10T04:47:50.057Z] cfaa58511fa8: Preparing [2021-03-10T04:47:50.057Z] df260b1357a0: Preparing [2021-03-10T04:47:50.057Z] 60de6dfa33fc: Preparing [2021-03-10T04:47:50.057Z] 62f772b7fc3e: Preparing [2021-03-10T04:47:50.057Z] e44ba2332126: Preparing [2021-03-10T04:47:50.057Z] 33e8713114f8: Preparing [2021-03-10T04:47:50.057Z] 33e8713114f8: Waiting [2021-03-10T04:47:50.057Z] cfaa58511fa8: Layer already exists [2021-03-10T04:47:50.057Z] 60de6dfa33fc: Layer already exists [2021-03-10T04:47:50.057Z] 62f772b7fc3e: Layer already exists [2021-03-10T04:47:50.057Z] df260b1357a0: Layer already exists [2021-03-10T04:47:50.057Z] e44ba2332126: Layer already exists [2021-03-10T04:47:50.057Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:50.057Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:5fdad9cf6792d7a5b5b2445ff48d78b7246218c033c9a846c22edb77851f2dee size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:50.365Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:50.667Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-10T04:47:50.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-10T04:47:50.668Z] cfaa58511fa8: Preparing [2021-03-10T04:47:50.668Z] df260b1357a0: Preparing [2021-03-10T04:47:50.668Z] 60de6dfa33fc: Preparing [2021-03-10T04:47:50.668Z] 62f772b7fc3e: Preparing [2021-03-10T04:47:50.668Z] e44ba2332126: Preparing [2021-03-10T04:47:50.668Z] 33e8713114f8: Preparing [2021-03-10T04:47:50.668Z] 33e8713114f8: Waiting [2021-03-10T04:47:50.668Z] 62f772b7fc3e: Layer already exists [2021-03-10T04:47:50.668Z] e44ba2332126: Layer already exists [2021-03-10T04:47:50.668Z] cfaa58511fa8: Layer already exists [2021-03-10T04:47:50.668Z] df260b1357a0: Layer already exists [2021-03-10T04:47:50.668Z] 60de6dfa33fc: Layer already exists [2021-03-10T04:47:50.668Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:50.668Z] master: digest: sha256:5fdad9cf6792d7a5b5b2445ff48d78b7246218c033c9a846c22edb77851f2dee size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:47:51.002Z] ===================================================== [Pipeline] echo [2021-03-10T04:47:51.089Z] taggedImages: [2021-03-10T04:47:51.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:51.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.120 [2021-03-10T04:47:51.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:51.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-10T04:47:51.159Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-10T04:47:51.159Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:51.159Z] 2.0.0-dev.120 [2021-03-10T04:47:51.159Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:51.159Z] master [2021-03-10T04:47:51.159Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:51.692Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:52.030Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:52.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-10T04:47:52.031Z] 71fb3336f04b: Preparing [2021-03-10T04:47:52.031Z] deebc2f52a13: Preparing [2021-03-10T04:47:52.031Z] 2c8dfadad177: Preparing [2021-03-10T04:47:52.031Z] 5f77d5d88255: Preparing [2021-03-10T04:47:52.031Z] 7af8df411453: Preparing [2021-03-10T04:47:52.031Z] c910e8024430: Preparing [2021-03-10T04:47:52.031Z] 27d2577c4e8b: Preparing [2021-03-10T04:47:52.031Z] 3826a7e5f37c: Preparing [2021-03-10T04:47:52.031Z] 33e8713114f8: Preparing [2021-03-10T04:47:52.031Z] c910e8024430: Waiting [2021-03-10T04:47:52.031Z] 3826a7e5f37c: Waiting [2021-03-10T04:47:52.031Z] 27d2577c4e8b: Waiting [2021-03-10T04:47:52.031Z] 33e8713114f8: Waiting [2021-03-10T04:47:52.306Z] 7af8df411453: Pushed [2021-03-10T04:47:52.306Z] deebc2f52a13: Pushed [2021-03-10T04:47:52.306Z] 71fb3336f04b: Pushed [2021-03-10T04:47:52.306Z] c910e8024430: Pushed [2021-03-10T04:47:52.306Z] 27d2577c4e8b: Pushed [2021-03-10T04:47:52.306Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:52.574Z] 3826a7e5f37c: Pushed [2021-03-10T04:47:53.153Z] 5f77d5d88255: Pushed [2021-03-10T04:47:53.153Z] 2c8dfadad177: Pushed [2021-03-10T04:47:53.417Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:1492450231cf2dd1c48f8a63c45c2414206daa06c35b9242c2250a59ce01553c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:53.734Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:54.045Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.120 [2021-03-10T04:47:54.046Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-10T04:47:54.046Z] 71fb3336f04b: Preparing [2021-03-10T04:47:54.046Z] deebc2f52a13: Preparing [2021-03-10T04:47:54.046Z] 2c8dfadad177: Preparing [2021-03-10T04:47:54.046Z] 5f77d5d88255: Preparing [2021-03-10T04:47:54.046Z] 7af8df411453: Preparing [2021-03-10T04:47:54.046Z] c910e8024430: Preparing [2021-03-10T04:47:54.046Z] 27d2577c4e8b: Preparing [2021-03-10T04:47:54.046Z] 3826a7e5f37c: Preparing [2021-03-10T04:47:54.046Z] 33e8713114f8: Preparing [2021-03-10T04:47:54.046Z] c910e8024430: Waiting [2021-03-10T04:47:54.046Z] 27d2577c4e8b: Waiting [2021-03-10T04:47:54.046Z] 3826a7e5f37c: Waiting [2021-03-10T04:47:54.046Z] 33e8713114f8: Waiting [2021-03-10T04:47:54.046Z] deebc2f52a13: Layer already exists [2021-03-10T04:47:54.046Z] 7af8df411453: Layer already exists [2021-03-10T04:47:54.046Z] 71fb3336f04b: Layer already exists [2021-03-10T04:47:54.046Z] 2c8dfadad177: Layer already exists [2021-03-10T04:47:54.046Z] 5f77d5d88255: Layer already exists [2021-03-10T04:47:54.046Z] c910e8024430: Layer already exists [2021-03-10T04:47:54.046Z] 27d2577c4e8b: Layer already exists [2021-03-10T04:47:54.046Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:54.046Z] 3826a7e5f37c: Layer already exists [2021-03-10T04:47:54.046Z] 2.0.0-dev.120: digest: sha256:1492450231cf2dd1c48f8a63c45c2414206daa06c35b9242c2250a59ce01553c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:54.359Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:54.663Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:54.663Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-10T04:47:54.663Z] 71fb3336f04b: Preparing [2021-03-10T04:47:54.663Z] deebc2f52a13: Preparing [2021-03-10T04:47:54.663Z] 2c8dfadad177: Preparing [2021-03-10T04:47:54.663Z] 5f77d5d88255: Preparing [2021-03-10T04:47:54.663Z] 7af8df411453: Preparing [2021-03-10T04:47:54.663Z] c910e8024430: Preparing [2021-03-10T04:47:54.663Z] 27d2577c4e8b: Preparing [2021-03-10T04:47:54.663Z] 3826a7e5f37c: Preparing [2021-03-10T04:47:54.663Z] 33e8713114f8: Preparing [2021-03-10T04:47:54.663Z] 3826a7e5f37c: Waiting [2021-03-10T04:47:54.663Z] 27d2577c4e8b: Waiting [2021-03-10T04:47:54.663Z] 33e8713114f8: Waiting [2021-03-10T04:47:54.663Z] c910e8024430: Waiting [2021-03-10T04:47:54.663Z] 7af8df411453: Layer already exists [2021-03-10T04:47:54.663Z] deebc2f52a13: Layer already exists [2021-03-10T04:47:54.663Z] 71fb3336f04b: Layer already exists [2021-03-10T04:47:54.663Z] 5f77d5d88255: Layer already exists [2021-03-10T04:47:54.663Z] 2c8dfadad177: Layer already exists [2021-03-10T04:47:54.663Z] c910e8024430: Layer already exists [2021-03-10T04:47:54.663Z] 27d2577c4e8b: Layer already exists [2021-03-10T04:47:54.663Z] 3826a7e5f37c: Layer already exists [2021-03-10T04:47:54.663Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:54.663Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:1492450231cf2dd1c48f8a63c45c2414206daa06c35b9242c2250a59ce01553c size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:54.970Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:55.268Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-10T04:47:55.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-10T04:47:55.269Z] 71fb3336f04b: Preparing [2021-03-10T04:47:55.269Z] deebc2f52a13: Preparing [2021-03-10T04:47:55.269Z] 2c8dfadad177: Preparing [2021-03-10T04:47:55.269Z] 5f77d5d88255: Preparing [2021-03-10T04:47:55.269Z] 7af8df411453: Preparing [2021-03-10T04:47:55.269Z] c910e8024430: Preparing [2021-03-10T04:47:55.269Z] 27d2577c4e8b: Preparing [2021-03-10T04:47:55.269Z] 3826a7e5f37c: Preparing [2021-03-10T04:47:55.269Z] 33e8713114f8: Preparing [2021-03-10T04:47:55.269Z] c910e8024430: Waiting [2021-03-10T04:47:55.269Z] 27d2577c4e8b: Waiting [2021-03-10T04:47:55.269Z] 3826a7e5f37c: Waiting [2021-03-10T04:47:55.269Z] 33e8713114f8: Waiting [2021-03-10T04:47:55.269Z] deebc2f52a13: Layer already exists [2021-03-10T04:47:55.269Z] 7af8df411453: Layer already exists [2021-03-10T04:47:55.269Z] 5f77d5d88255: Layer already exists [2021-03-10T04:47:55.269Z] 71fb3336f04b: Layer already exists [2021-03-10T04:47:55.269Z] 2c8dfadad177: Layer already exists [2021-03-10T04:47:55.269Z] c910e8024430: Layer already exists [2021-03-10T04:47:55.269Z] 3826a7e5f37c: Layer already exists [2021-03-10T04:47:55.269Z] 27d2577c4e8b: Layer already exists [2021-03-10T04:47:55.269Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:55.269Z] master: digest: sha256:1492450231cf2dd1c48f8a63c45c2414206daa06c35b9242c2250a59ce01553c size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:47:55.522Z] ===================================================== [Pipeline] echo [2021-03-10T04:47:55.569Z] taggedImages: [2021-03-10T04:47:55.569Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:55.569Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.120 [2021-03-10T04:47:55.569Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:55.569Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-10T04:47:55.638Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-10T04:47:55.638Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:55.638Z] 2.0.0-dev.120 [2021-03-10T04:47:55.638Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:55.638Z] master [2021-03-10T04:47:55.638Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:56.140Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:56.446Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:47:56.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-10T04:47:56.446Z] 5dc67c1cc8db: Preparing [2021-03-10T04:47:56.446Z] 5870b9e145de: Preparing [2021-03-10T04:47:56.446Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:56.446Z] 4c2531d4eaaa: Preparing [2021-03-10T04:47:56.446Z] 33e8713114f8: Preparing [2021-03-10T04:47:56.446Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:56.446Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:56.710Z] 5dc67c1cc8db: Pushed [2021-03-10T04:47:56.972Z] 4c2531d4eaaa: Pushed [2021-03-10T04:47:57.920Z] 5870b9e145de: Pushed [2021-03-10T04:47:57.920Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:96d0f3e64311bbe3a2366114cf4933ff04f320e037987f6fd417d1193e884038 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:58.230Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:58.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.120 [2021-03-10T04:47:58.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-10T04:47:58.542Z] 5dc67c1cc8db: Preparing [2021-03-10T04:47:58.542Z] 5870b9e145de: Preparing [2021-03-10T04:47:58.542Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:58.542Z] 4c2531d4eaaa: Preparing [2021-03-10T04:47:58.542Z] 33e8713114f8: Preparing [2021-03-10T04:47:58.542Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:58.542Z] 4c2531d4eaaa: Layer already exists [2021-03-10T04:47:58.542Z] 5870b9e145de: Layer already exists [2021-03-10T04:47:58.542Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:58.805Z] 5dc67c1cc8db: Layer already exists [2021-03-10T04:47:58.805Z] 2.0.0-dev.120: digest: sha256:96d0f3e64311bbe3a2366114cf4933ff04f320e037987f6fd417d1193e884038 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:59.112Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:59.418Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:47:59.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-10T04:47:59.418Z] 5dc67c1cc8db: Preparing [2021-03-10T04:47:59.418Z] 5870b9e145de: Preparing [2021-03-10T04:47:59.418Z] 5d6fa5207d15: Preparing [2021-03-10T04:47:59.418Z] 4c2531d4eaaa: Preparing [2021-03-10T04:47:59.418Z] 33e8713114f8: Preparing [2021-03-10T04:47:59.418Z] 5dc67c1cc8db: Layer already exists [2021-03-10T04:47:59.418Z] 5870b9e145de: Layer already exists [2021-03-10T04:47:59.418Z] 4c2531d4eaaa: Layer already exists [2021-03-10T04:47:59.418Z] 33e8713114f8: Layer already exists [2021-03-10T04:47:59.418Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:47:59.418Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:96d0f3e64311bbe3a2366114cf4933ff04f320e037987f6fd417d1193e884038 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:47:59.720Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:00.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-10T04:48:00.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-10T04:48:00.022Z] 5dc67c1cc8db: Preparing [2021-03-10T04:48:00.022Z] 5870b9e145de: Preparing [2021-03-10T04:48:00.022Z] 5d6fa5207d15: Preparing [2021-03-10T04:48:00.022Z] 4c2531d4eaaa: Preparing [2021-03-10T04:48:00.022Z] 33e8713114f8: Preparing [2021-03-10T04:48:00.022Z] 5dc67c1cc8db: Layer already exists [2021-03-10T04:48:00.022Z] 4c2531d4eaaa: Layer already exists [2021-03-10T04:48:00.022Z] 33e8713114f8: Layer already exists [2021-03-10T04:48:00.022Z] 5870b9e145de: Layer already exists [2021-03-10T04:48:00.022Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:48:00.022Z] master: digest: sha256:96d0f3e64311bbe3a2366114cf4933ff04f320e037987f6fd417d1193e884038 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:48:00.239Z] ===================================================== [Pipeline] echo [2021-03-10T04:48:00.289Z] taggedImages: [2021-03-10T04:48:00.289Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:48:00.289Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.120 [2021-03-10T04:48:00.289Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:48:00.289Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-10T04:48:00.355Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-10T04:48:00.355Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:48:00.355Z] 2.0.0-dev.120 [2021-03-10T04:48:00.355Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:48:00.355Z] master [2021-03-10T04:48:00.355Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:00.968Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:01.271Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:48:01.271Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-10T04:48:01.271Z] bfe4e0c7e2b4: Preparing [2021-03-10T04:48:01.271Z] e8fe89ee5e1a: Preparing [2021-03-10T04:48:01.271Z] 5d6fa5207d15: Preparing [2021-03-10T04:48:01.271Z] 040de0a636c2: Preparing [2021-03-10T04:48:01.271Z] 33e8713114f8: Preparing [2021-03-10T04:48:01.271Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:48:01.271Z] 33e8713114f8: Layer already exists [2021-03-10T04:48:01.534Z] bfe4e0c7e2b4: Pushed [2021-03-10T04:48:01.534Z] 040de0a636c2: Pushed [2021-03-10T04:48:02.925Z] e8fe89ee5e1a: Pushed [2021-03-10T04:48:02.925Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:0d51e1d5dc532da1ae796523a6a3334733581fc7b44cf0b9e13504c976b18871 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:03.231Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:03.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.120 [2021-03-10T04:48:03.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-10T04:48:03.542Z] bfe4e0c7e2b4: Preparing [2021-03-10T04:48:03.542Z] e8fe89ee5e1a: Preparing [2021-03-10T04:48:03.542Z] 5d6fa5207d15: Preparing [2021-03-10T04:48:03.542Z] 040de0a636c2: Preparing [2021-03-10T04:48:03.542Z] 33e8713114f8: Preparing [2021-03-10T04:48:03.542Z] 040de0a636c2: Layer already exists [2021-03-10T04:48:03.542Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:48:03.542Z] 33e8713114f8: Layer already exists [2021-03-10T04:48:03.542Z] bfe4e0c7e2b4: Layer already exists [2021-03-10T04:48:03.542Z] e8fe89ee5e1a: Layer already exists [2021-03-10T04:48:03.542Z] 2.0.0-dev.120: digest: sha256:0d51e1d5dc532da1ae796523a6a3334733581fc7b44cf0b9e13504c976b18871 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:03.849Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:04.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:48:04.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-10T04:48:04.152Z] bfe4e0c7e2b4: Preparing [2021-03-10T04:48:04.152Z] e8fe89ee5e1a: Preparing [2021-03-10T04:48:04.152Z] 5d6fa5207d15: Preparing [2021-03-10T04:48:04.152Z] 040de0a636c2: Preparing [2021-03-10T04:48:04.152Z] 33e8713114f8: Preparing [2021-03-10T04:48:04.152Z] e8fe89ee5e1a: Layer already exists [2021-03-10T04:48:04.152Z] 040de0a636c2: Layer already exists [2021-03-10T04:48:04.152Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:48:04.152Z] 33e8713114f8: Layer already exists [2021-03-10T04:48:04.152Z] bfe4e0c7e2b4: Layer already exists [2021-03-10T04:48:04.152Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:0d51e1d5dc532da1ae796523a6a3334733581fc7b44cf0b9e13504c976b18871 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:04.463Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:04.766Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-10T04:48:04.767Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-10T04:48:04.767Z] bfe4e0c7e2b4: Preparing [2021-03-10T04:48:04.767Z] e8fe89ee5e1a: Preparing [2021-03-10T04:48:04.767Z] 5d6fa5207d15: Preparing [2021-03-10T04:48:04.767Z] 040de0a636c2: Preparing [2021-03-10T04:48:04.767Z] 33e8713114f8: Preparing [2021-03-10T04:48:04.767Z] 5d6fa5207d15: Layer already exists [2021-03-10T04:48:04.767Z] 040de0a636c2: Layer already exists [2021-03-10T04:48:04.767Z] e8fe89ee5e1a: Layer already exists [2021-03-10T04:48:04.767Z] 33e8713114f8: Layer already exists [2021-03-10T04:48:04.767Z] bfe4e0c7e2b4: Layer already exists [2021-03-10T04:48:04.767Z] master: digest: sha256:0d51e1d5dc532da1ae796523a6a3334733581fc7b44cf0b9e13504c976b18871 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:48:04.962Z] ===================================================== [Pipeline] echo [2021-03-10T04:48:05.008Z] taggedImages: [2021-03-10T04:48:05.008Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:48:05.008Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.120 [2021-03-10T04:48:05.008Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:48:05.008Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-10T04:48:05.075Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-10T04:48:05.075Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:48:05.075Z] 2.0.0-dev.120 [2021-03-10T04:48:05.075Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:48:05.075Z] master [2021-03-10T04:48:05.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:05.579Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:05.891Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:48:05.891Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-10T04:48:05.891Z] 644eeaeea337: Preparing [2021-03-10T04:48:05.891Z] fa18cd5680ff: Preparing [2021-03-10T04:48:05.891Z] 669a03c49f1a: Preparing [2021-03-10T04:48:05.891Z] 1293e3dd53d3: Preparing [2021-03-10T04:48:05.891Z] 94b7ed676824: Preparing [2021-03-10T04:48:05.891Z] 891d3b7bd6cd: Preparing [2021-03-10T04:48:05.891Z] f7cd1dfb1fb2: Preparing [2021-03-10T04:48:05.891Z] 0754057c0ad3: Preparing [2021-03-10T04:48:05.891Z] 998cdf262ab1: Preparing [2021-03-10T04:48:05.891Z] 02e56110abd2: Preparing [2021-03-10T04:48:05.891Z] abc36efb885a: Preparing [2021-03-10T04:48:05.891Z] b0b09059f4e1: Preparing [2021-03-10T04:48:05.891Z] bb961f40224b: Preparing [2021-03-10T04:48:05.891Z] f4666769fca7: Preparing [2021-03-10T04:48:05.891Z] 891d3b7bd6cd: Waiting [2021-03-10T04:48:05.891Z] f7cd1dfb1fb2: Waiting [2021-03-10T04:48:05.891Z] 0754057c0ad3: Waiting [2021-03-10T04:48:05.891Z] 998cdf262ab1: Waiting [2021-03-10T04:48:05.891Z] 02e56110abd2: Waiting [2021-03-10T04:48:05.891Z] abc36efb885a: Waiting [2021-03-10T04:48:05.891Z] b0b09059f4e1: Waiting [2021-03-10T04:48:05.891Z] bb961f40224b: Waiting [2021-03-10T04:48:05.891Z] f4666769fca7: Waiting [2021-03-10T04:48:06.161Z] 94b7ed676824: Pushed [2021-03-10T04:48:06.161Z] 644eeaeea337: Pushed [2021-03-10T04:48:06.436Z] 1293e3dd53d3: Pushed [2021-03-10T04:48:06.436Z] 0754057c0ad3: Layer already exists [2021-03-10T04:48:06.436Z] 998cdf262ab1: Layer already exists [2021-03-10T04:48:06.436Z] f7cd1dfb1fb2: Pushed [2021-03-10T04:48:06.436Z] 02e56110abd2: Layer already exists [2021-03-10T04:48:06.704Z] b0b09059f4e1: Layer already exists [2021-03-10T04:48:06.704Z] abc36efb885a: Layer already exists [2021-03-10T04:48:06.704Z] bb961f40224b: Layer already exists [2021-03-10T04:48:06.704Z] f4666769fca7: Layer already exists [2021-03-10T04:48:06.704Z] fa18cd5680ff: Pushed [2021-03-10T04:48:07.281Z] 891d3b7bd6cd: Pushed [2021-03-10T04:48:07.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-10T04:48:10.600Z] 669a03c49f1a: Pushed [2021-03-10T04:48:10.861Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:52f977180131977c524dd79877ef26107b04dc4d9416b3372eae3906a3d5754d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:11.254Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:11.671Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.120 [2021-03-10T04:48:11.672Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-10T04:48:11.672Z] 644eeaeea337: Preparing [2021-03-10T04:48:11.672Z] fa18cd5680ff: Preparing [2021-03-10T04:48:11.672Z] 669a03c49f1a: Preparing [2021-03-10T04:48:11.672Z] 1293e3dd53d3: Preparing [2021-03-10T04:48:11.672Z] 94b7ed676824: Preparing [2021-03-10T04:48:11.672Z] 891d3b7bd6cd: Preparing [2021-03-10T04:48:11.672Z] f7cd1dfb1fb2: Preparing [2021-03-10T04:48:11.672Z] 0754057c0ad3: Preparing [2021-03-10T04:48:11.672Z] 998cdf262ab1: Preparing [2021-03-10T04:48:11.672Z] 02e56110abd2: Preparing [2021-03-10T04:48:11.672Z] abc36efb885a: Preparing [2021-03-10T04:48:11.672Z] b0b09059f4e1: Preparing [2021-03-10T04:48:11.672Z] bb961f40224b: Preparing [2021-03-10T04:48:11.672Z] f4666769fca7: Preparing [2021-03-10T04:48:11.672Z] 998cdf262ab1: Waiting [2021-03-10T04:48:11.672Z] b0b09059f4e1: Waiting [2021-03-10T04:48:11.672Z] 02e56110abd2: Waiting [2021-03-10T04:48:11.672Z] abc36efb885a: Waiting [2021-03-10T04:48:11.672Z] bb961f40224b: Waiting [2021-03-10T04:48:11.672Z] f4666769fca7: Waiting [2021-03-10T04:48:11.672Z] 0754057c0ad3: Waiting [2021-03-10T04:48:11.672Z] f7cd1dfb1fb2: Waiting [2021-03-10T04:48:11.672Z] 891d3b7bd6cd: Waiting [2021-03-10T04:48:11.672Z] 1293e3dd53d3: Layer already exists [2021-03-10T04:48:11.672Z] fa18cd5680ff: Layer already exists [2021-03-10T04:48:11.672Z] 94b7ed676824: Layer already exists [2021-03-10T04:48:11.672Z] 644eeaeea337: Layer already exists [2021-03-10T04:48:11.672Z] 669a03c49f1a: Layer already exists [2021-03-10T04:48:11.672Z] f7cd1dfb1fb2: Layer already exists [2021-03-10T04:48:11.672Z] 891d3b7bd6cd: Layer already exists [2021-03-10T04:48:11.672Z] 0754057c0ad3: Layer already exists [2021-03-10T04:48:11.672Z] 02e56110abd2: Layer already exists [2021-03-10T04:48:11.672Z] 998cdf262ab1: Layer already exists [2021-03-10T04:48:11.672Z] b0b09059f4e1: Layer already exists [2021-03-10T04:48:11.672Z] abc36efb885a: Layer already exists [2021-03-10T04:48:11.672Z] bb961f40224b: Layer already exists [2021-03-10T04:48:11.672Z] f4666769fca7: Layer already exists [2021-03-10T04:48:11.672Z] 2.0.0-dev.120: digest: sha256:52f977180131977c524dd79877ef26107b04dc4d9416b3372eae3906a3d5754d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:11.980Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:12.288Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:48:12.288Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-10T04:48:12.288Z] 644eeaeea337: Preparing [2021-03-10T04:48:12.288Z] fa18cd5680ff: Preparing [2021-03-10T04:48:12.288Z] 669a03c49f1a: Preparing [2021-03-10T04:48:12.288Z] 1293e3dd53d3: Preparing [2021-03-10T04:48:12.288Z] 94b7ed676824: Preparing [2021-03-10T04:48:12.288Z] 891d3b7bd6cd: Preparing [2021-03-10T04:48:12.288Z] f7cd1dfb1fb2: Preparing [2021-03-10T04:48:12.288Z] 0754057c0ad3: Preparing [2021-03-10T04:48:12.288Z] 998cdf262ab1: Preparing [2021-03-10T04:48:12.288Z] 02e56110abd2: Preparing [2021-03-10T04:48:12.288Z] abc36efb885a: Preparing [2021-03-10T04:48:12.288Z] b0b09059f4e1: Preparing [2021-03-10T04:48:12.288Z] bb961f40224b: Preparing [2021-03-10T04:48:12.288Z] f4666769fca7: Preparing [2021-03-10T04:48:12.288Z] 891d3b7bd6cd: Waiting [2021-03-10T04:48:12.288Z] f7cd1dfb1fb2: Waiting [2021-03-10T04:48:12.288Z] 0754057c0ad3: Waiting [2021-03-10T04:48:12.288Z] 998cdf262ab1: Waiting [2021-03-10T04:48:12.288Z] 02e56110abd2: Waiting [2021-03-10T04:48:12.288Z] abc36efb885a: Waiting [2021-03-10T04:48:12.288Z] f4666769fca7: Waiting [2021-03-10T04:48:12.288Z] bb961f40224b: Waiting [2021-03-10T04:48:12.288Z] b0b09059f4e1: Waiting [2021-03-10T04:48:12.288Z] 94b7ed676824: Layer already exists [2021-03-10T04:48:12.288Z] 669a03c49f1a: Layer already exists [2021-03-10T04:48:12.288Z] 1293e3dd53d3: Layer already exists [2021-03-10T04:48:12.288Z] 644eeaeea337: Layer already exists [2021-03-10T04:48:12.288Z] fa18cd5680ff: Layer already exists [2021-03-10T04:48:12.288Z] f7cd1dfb1fb2: Layer already exists [2021-03-10T04:48:12.288Z] 891d3b7bd6cd: Layer already exists [2021-03-10T04:48:12.288Z] 998cdf262ab1: Layer already exists [2021-03-10T04:48:12.288Z] 02e56110abd2: Layer already exists [2021-03-10T04:48:12.288Z] 0754057c0ad3: Layer already exists [2021-03-10T04:48:12.288Z] abc36efb885a: Layer already exists [2021-03-10T04:48:12.288Z] f4666769fca7: Layer already exists [2021-03-10T04:48:12.288Z] b0b09059f4e1: Layer already exists [2021-03-10T04:48:12.288Z] bb961f40224b: Layer already exists [2021-03-10T04:48:12.288Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:52f977180131977c524dd79877ef26107b04dc4d9416b3372eae3906a3d5754d size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:12.593Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:48:12.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-10T04:48:12.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-10T04:48:12.901Z] 644eeaeea337: Preparing [2021-03-10T04:48:12.901Z] fa18cd5680ff: Preparing [2021-03-10T04:48:12.901Z] 669a03c49f1a: Preparing [2021-03-10T04:48:12.901Z] 1293e3dd53d3: Preparing [2021-03-10T04:48:12.901Z] 94b7ed676824: Preparing [2021-03-10T04:48:12.901Z] 891d3b7bd6cd: Preparing [2021-03-10T04:48:12.901Z] f7cd1dfb1fb2: Preparing [2021-03-10T04:48:12.901Z] 0754057c0ad3: Preparing [2021-03-10T04:48:12.901Z] 998cdf262ab1: Preparing [2021-03-10T04:48:12.901Z] 02e56110abd2: Preparing [2021-03-10T04:48:12.901Z] abc36efb885a: Preparing [2021-03-10T04:48:12.901Z] b0b09059f4e1: Preparing [2021-03-10T04:48:12.901Z] bb961f40224b: Preparing [2021-03-10T04:48:12.901Z] f4666769fca7: Preparing [2021-03-10T04:48:12.901Z] 891d3b7bd6cd: Waiting [2021-03-10T04:48:12.901Z] f7cd1dfb1fb2: Waiting [2021-03-10T04:48:12.901Z] 0754057c0ad3: Waiting [2021-03-10T04:48:12.901Z] 998cdf262ab1: Waiting [2021-03-10T04:48:12.901Z] 02e56110abd2: Waiting [2021-03-10T04:48:12.901Z] abc36efb885a: Waiting [2021-03-10T04:48:12.901Z] b0b09059f4e1: Waiting [2021-03-10T04:48:12.901Z] bb961f40224b: Waiting [2021-03-10T04:48:12.901Z] f4666769fca7: Waiting [2021-03-10T04:48:12.901Z] 644eeaeea337: Layer already exists [2021-03-10T04:48:12.901Z] 1293e3dd53d3: Layer already exists [2021-03-10T04:48:12.901Z] fa18cd5680ff: Layer already exists [2021-03-10T04:48:12.901Z] 669a03c49f1a: Layer already exists [2021-03-10T04:48:12.901Z] 94b7ed676824: Layer already exists [2021-03-10T04:48:12.901Z] 998cdf262ab1: Layer already exists [2021-03-10T04:48:12.901Z] f7cd1dfb1fb2: Layer already exists [2021-03-10T04:48:12.901Z] 0754057c0ad3: Layer already exists [2021-03-10T04:48:12.901Z] 891d3b7bd6cd: Layer already exists [2021-03-10T04:48:12.901Z] 02e56110abd2: Layer already exists [2021-03-10T04:48:12.901Z] abc36efb885a: Layer already exists [2021-03-10T04:48:12.901Z] bb961f40224b: Layer already exists [2021-03-10T04:48:12.901Z] f4666769fca7: Layer already exists [2021-03-10T04:48:12.901Z] b0b09059f4e1: Layer already exists [2021-03-10T04:48:13.163Z] master: digest: sha256:52f977180131977c524dd79877ef26107b04dc4d9416b3372eae3906a3d5754d size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:48:13.430Z] ===================================================== [Pipeline] echo [2021-03-10T04:48:13.482Z] taggedImages: [2021-03-10T04:48:13.482Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:48:13.482Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.120 [2021-03-10T04:48:13.482Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:48:13.482Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-10T04:48:23.115Z] Removing intermediate container f42a4f09ab13 [2021-03-10T04:48:23.115Z] ---> 6d8119dafad5 [2021-03-10T04:48:23.115Z] [2021-03-10T04:48:23.115Z] Step 10/21 : FROM alpine:3.12 [2021-03-10T04:48:23.115Z] ---> d10569e2745f [2021-03-10T04:48:23.115Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-10T04:48:23.115Z] ---> Running in 942b663e909d [2021-03-10T04:48:23.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:48:23.995Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:48:24.600Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-10T04:48:24.883Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T04:48:24.883Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-10T04:48:24.883Z] (4/4) Installing curl (7.69.1-r3) [2021-03-10T04:48:24.883Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:48:24.883Z] Executing ca-certificates-20191127-r4.trigger [2021-03-10T04:48:25.162Z] OK: 7 MiB in 18 packages [2021-03-10T04:48:27.805Z] Removing intermediate container 942b663e909d [2021-03-10T04:48:27.806Z] ---> 0c587b7fb390 [2021-03-10T04:48:27.806Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-10T04:48:28.083Z] ---> Running in 6220ffc49f95 [2021-03-10T04:48:28.690Z] Removing intermediate container 6220ffc49f95 [2021-03-10T04:48:28.690Z] ---> 0c091b974858 [2021-03-10T04:48:28.690Z] Step 13/21 : WORKDIR /edgex [2021-03-10T04:48:28.690Z] ---> Running in c06f7897896b [2021-03-10T04:48:29.691Z] Removing intermediate container c06f7897896b [2021-03-10T04:48:29.691Z] ---> 7e7807d01a03 [2021-03-10T04:48:29.691Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-10T04:48:30.682Z] ---> 6e1c06b9f5ce [2021-03-10T04:48:30.682Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-10T04:48:32.137Z] ---> e18427fcde5a [2021-03-10T04:48:32.137Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-10T04:48:34.137Z] ---> 0e2e99b7cb03 [2021-03-10T04:48:34.137Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-10T04:48:34.137Z] ---> Running in 35d6791579e2 [2021-03-10T04:48:34.440Z] Removing intermediate container 35d6791579e2 [2021-03-10T04:48:34.440Z] ---> bf57331d359c [2021-03-10T04:48:34.440Z] Step 18/21 : CMD ["--init=true"] [2021-03-10T04:48:34.716Z] ---> Running in cf57d4112fe1 [2021-03-10T04:48:35.334Z] Removing intermediate container cf57d4112fe1 [2021-03-10T04:48:35.334Z] ---> 26c1c98d4286 [2021-03-10T04:48:35.334Z] Step 19/21 : LABEL arch=arm64 [2021-03-10T04:48:35.608Z] ---> Running in adbd5fff0447 [2021-03-10T04:48:36.209Z] Removing intermediate container adbd5fff0447 [2021-03-10T04:48:36.209Z] ---> aa39df91b5dd [2021-03-10T04:48:36.209Z] Step 20/21 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:48:36.209Z] ---> Running in 6c0b7f47918b [2021-03-10T04:48:36.816Z] Removing intermediate container 6c0b7f47918b [2021-03-10T04:48:36.816Z] ---> e3c7bf27dacd [2021-03-10T04:48:36.816Z] Step 21/21 : LABEL version=2.0.0-dev.120 [2021-03-10T04:48:37.097Z] ---> Running in 69b66fe6d43d [2021-03-10T04:48:37.700Z] Removing intermediate container 69b66fe6d43d [2021-03-10T04:48:37.700Z] ---> f311b2906395 [2021-03-10T04:48:37.700Z] [2021-03-10T04:48:37.978Z] Successfully built f311b2906395 [2021-03-10T04:48:38.257Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-10T04:48:48.454Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 9f97ae9310ab [2021-03-10T04:48:48.454Z] ---> dd7a919a8056 [2021-03-10T04:48:48.454Z] [2021-03-10T04:48:48.454Z] Step 10/31 : FROM alpine:3.12 [2021-03-10T04:48:48.454Z] ---> d10569e2745f [2021-03-10T04:48:48.454Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-10T04:48:48.454Z] ---> Running in 49db42d66b95 [2021-03-10T04:48:48.731Z] Removing intermediate container 49db42d66b95 [2021-03-10T04:48:48.731Z] ---> 3defb8cb2151 [2021-03-10T04:48:48.731Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-10T04:48:49.016Z] ---> Running in 8c788c342cdd [2021-03-10T04:48:51.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:48:51.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:48:51.614Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-10T04:48:51.614Z] (2/2) Installing su-exec (0.2-r1) [2021-03-10T04:48:51.614Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:48:51.899Z] OK: 5 MiB in 16 packages [2021-03-10T04:48:52.876Z] Removing intermediate container 9d5b48a09ec1 [2021-03-10T04:48:52.876Z] ---> c9c8a178aa8b [2021-03-10T04:48:52.876Z] [2021-03-10T04:48:52.876Z] Step 10/23 : FROM alpine:3.12 [2021-03-10T04:48:52.876Z] ---> d10569e2745f [2021-03-10T04:48:52.876Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-10T04:48:52.876Z] ---> Using cache [2021-03-10T04:48:52.876Z] ---> 556718ac7e67 [2021-03-10T04:48:52.876Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-10T04:48:52.876Z] ---> Using cache [2021-03-10T04:48:52.876Z] ---> 98eb308d327e [2021-03-10T04:48:52.876Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-10T04:48:53.150Z] ---> Running in 0e4aa535c0a6 [2021-03-10T04:48:53.749Z] Removing intermediate container 0e4aa535c0a6 [2021-03-10T04:48:53.749Z] ---> 3a53c7ef034d [2021-03-10T04:48:53.749Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-10T04:48:53.749Z] Removing intermediate container 8c788c342cdd [2021-03-10T04:48:53.749Z] ---> 6bad8be3865e [2021-03-10T04:48:53.749Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-10T04:48:53.749Z] ---> Running in b17c61b25a65 [2021-03-10T04:48:53.749Z] ---> Running in f7f6fd935d75 [2021-03-10T04:48:54.346Z] Removing intermediate container b17c61b25a65 [2021-03-10T04:48:54.346Z] Removing intermediate container f7f6fd935d75 [2021-03-10T04:48:54.346Z] ---> 535aae36586b [2021-03-10T04:48:54.346Z] Step 15/23 : WORKDIR / [2021-03-10T04:48:54.346Z] ---> f49e0239a582 [2021-03-10T04:48:54.346Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-10T04:48:54.616Z] ---> Running in f0ef3c269bf4 [2021-03-10T04:48:54.616Z] ---> Running in da1bc957033e [2021-03-10T04:48:55.218Z] Removing intermediate container da1bc957033e [2021-03-10T04:48:55.218Z] ---> f9d46fb56f0d [2021-03-10T04:48:55.218Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-10T04:48:55.218Z] Removing intermediate container f0ef3c269bf4 [2021-03-10T04:48:55.218Z] ---> fe89f490aca6 [2021-03-10T04:48:55.218Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:48:55.506Z] ---> Running in 3218732dfd3e [2021-03-10T04:48:56.949Z] ---> dac9c5b3c9a1 [2021-03-10T04:48:56.949Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-10T04:48:57.221Z] Removing intermediate container 7a2cc7610a62 [2021-03-10T04:48:57.221Z] ---> c7afd52050d2 [2021-03-10T04:48:57.221Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-10T04:48:57.493Z] ---> Running in dc260a1435c9 [2021-03-10T04:48:58.469Z] ---> 5a8bbf9f5b51 [2021-03-10T04:48:58.469Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-10T04:48:58.469Z] Removing intermediate container 3218732dfd3e [2021-03-10T04:48:58.469Z] ---> e1c2479d75c2 [2021-03-10T04:48:58.469Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-10T04:48:58.743Z] ---> Running in 3d4d292d5d18 [2021-03-10T04:48:59.018Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.120" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-10T04:48:59.018Z] ---> a00e6a6ce3e8 [2021-03-10T04:48:59.018Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-10T04:48:59.290Z] Removing intermediate container 3d4d292d5d18 [2021-03-10T04:48:59.290Z] ---> e273266be925 [2021-03-10T04:48:59.290Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-10T04:48:59.290Z] ---> Running in 197f5d9fac0d [2021-03-10T04:48:59.886Z] Removing intermediate container 197f5d9fac0d [2021-03-10T04:48:59.886Z] ---> d0354fdac95c [2021-03-10T04:48:59.886Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:49:00.159Z] ---> Running in 0d519a9cf1a4 [2021-03-10T04:49:00.159Z] ---> fe40e1ef88bc [2021-03-10T04:49:00.159Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-10T04:49:00.432Z] ---> Running in dca1e152ce45 [2021-03-10T04:49:00.714Z] Removing intermediate container 0d519a9cf1a4 [2021-03-10T04:49:00.714Z] ---> d087d5920dbf [2021-03-10T04:49:00.714Z] Step 21/23 : LABEL arch=arm64 [2021-03-10T04:49:00.993Z] ---> Running in 9ae028b1684d [2021-03-10T04:49:01.584Z] Removing intermediate container 9ae028b1684d [2021-03-10T04:49:01.584Z] ---> 5b6554f529e3 [2021-03-10T04:49:01.584Z] Step 22/23 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:49:01.858Z] ---> Running in 4390ec81559d [2021-03-10T04:49:01.858Z] Removing intermediate container dc260a1435c9 [2021-03-10T04:49:01.858Z] ---> 48dca258f359 [2021-03-10T04:49:01.858Z] [2021-03-10T04:49:01.858Z] Step 11/26 : FROM docker:20.10.0 [2021-03-10T04:49:02.132Z] 20.10.0: Pulling from library/docker [2021-03-10T04:49:02.403Z] Removing intermediate container 4390ec81559d [2021-03-10T04:49:02.403Z] ---> c07100b6e936 [2021-03-10T04:49:02.403Z] Step 23/23 : LABEL version=2.0.0-dev.120 [2021-03-10T04:49:03.002Z] ---> Running in 738be18f1b19 [2021-03-10T04:49:03.599Z] Removing intermediate container dca1e152ce45 [2021-03-10T04:49:03.599Z] ---> 75793511f112 [2021-03-10T04:49:03.599Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-10T04:49:04.194Z] Removing intermediate container 738be18f1b19 [2021-03-10T04:49:04.194Z] ---> ae1508ce94c4 [2021-03-10T04:49:04.194Z] [2021-03-10T04:49:04.464Z] Successfully built ae1508ce94c4 [2021-03-10T04:49:04.735Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-10T04:49:04.735Z]  Building docker-core-command-go ... done  ---> 8e3605723339 [2021-03-10T04:49:04.735Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-10T04:49:07.342Z] ---> 98f24dbee37e [2021-03-10T04:49:07.342Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-10T04:49:08.772Z] ---> e04901ab7caf [2021-03-10T04:49:08.772Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-10T04:49:09.752Z] ---> 5ab507ca4d06 [2021-03-10T04:49:09.752Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-10T04:49:10.024Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-10T04:49:10.024Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-10T04:49:10.024Z] ---> eeaf43b92773 [2021-03-10T04:49:10.024Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-10T04:49:10.300Z] ---> Running in 8db9ff28fd60 [2021-03-10T04:49:10.575Z] ---> bb5367722434 [2021-03-10T04:49:10.575Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-10T04:49:10.850Z] ---> Running in c1cde34b23e1 [2021-03-10T04:49:11.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:49:11.443Z] Removing intermediate container c1cde34b23e1 [2021-03-10T04:49:11.443Z] ---> ed3a1b67a2e8 [2021-03-10T04:49:11.443Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-10T04:49:11.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:49:12.313Z] ---> b4eaa752d43d [2021-03-10T04:49:12.313Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-10T04:49:12.313Z] (1/2) Installing readline (8.0.4-r0) [2021-03-10T04:49:12.313Z] (2/2) Installing bash (5.0.17-r0) [2021-03-10T04:49:12.313Z] Executing bash-5.0.17-r0.post-install [2021-03-10T04:49:12.586Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:49:12.586Z] OK: 12 MiB in 22 packages [2021-03-10T04:49:12.859Z] ---> Running in 9b27cd7f7e42 [2021-03-10T04:49:13.838Z] Removing intermediate container 8db9ff28fd60 [2021-03-10T04:49:13.838Z] ---> 14aa4ebf7c8e [2021-03-10T04:49:13.838Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-10T04:49:14.110Z] ---> Running in 434ffbd8d4e0 [2021-03-10T04:49:14.709Z] Removing intermediate container 434ffbd8d4e0 [2021-03-10T04:49:14.709Z] ---> c6bd44d87844 [2021-03-10T04:49:14.709Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-10T04:49:14.709Z] ---> Running in 01bee99305b0 [2021-03-10T04:49:15.301Z] Removing intermediate container 01bee99305b0 [2021-03-10T04:49:15.301Z] ---> 8fb93354fff4 [2021-03-10T04:49:15.301Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-10T04:49:15.301Z] Removing intermediate container 9b27cd7f7e42 [2021-03-10T04:49:15.301Z] ---> ec305fdb39b8 [2021-03-10T04:49:15.301Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-10T04:49:15.574Z] ---> Running in 7ba1c16ea183 [2021-03-10T04:49:15.846Z] ---> Running in bd944bf582b1 [2021-03-10T04:49:15.846Z] Removing intermediate container 7ba1c16ea183 [2021-03-10T04:49:15.846Z] ---> 1b2f2b3b0440 [2021-03-10T04:49:15.846Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-10T04:49:16.441Z] Removing intermediate container bd944bf582b1 [2021-03-10T04:49:16.441Z] ---> 8d1a0bd38b4d [2021-03-10T04:49:16.441Z] Step 28/31 : CMD ["gate"] [2021-03-10T04:49:16.718Z] ---> Running in 17873bf443aa [2021-03-10T04:49:17.312Z] ---> 254fe24f1b22 [2021-03-10T04:49:17.312Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-10T04:49:17.312Z] Removing intermediate container 17873bf443aa [2021-03-10T04:49:17.312Z] ---> a727d91671e9 [2021-03-10T04:49:17.312Z] Step 29/31 : LABEL arch=arm64 [2021-03-10T04:49:17.591Z] ---> Running in 7340a7ff6d32 [2021-03-10T04:49:18.190Z] ---> 80edb0e1924a [2021-03-10T04:49:18.190Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-10T04:49:18.190Z] Removing intermediate container 7340a7ff6d32 [2021-03-10T04:49:18.190Z] ---> 6618fd4c3d06 [2021-03-10T04:49:18.190Z] Step 30/31 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:49:18.792Z] ---> Running in e2995f524ae4 [2021-03-10T04:49:19.395Z] ---> b31db2aed21c [2021-03-10T04:49:19.395Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-10T04:49:19.395Z] Removing intermediate container e2995f524ae4 [2021-03-10T04:49:19.395Z] ---> 5f0151e3a682 [2021-03-10T04:49:19.395Z] Step 31/31 : LABEL version=2.0.0-dev.120 [2021-03-10T04:49:19.395Z] ---> Running in 6dba7af88003 [2021-03-10T04:49:19.675Z] ---> Running in b572c168c026 [2021-03-10T04:49:20.275Z] Removing intermediate container b572c168c026 [2021-03-10T04:49:20.275Z] ---> 84087ba70074 [2021-03-10T04:49:20.275Z] [2021-03-10T04:49:20.549Z] Successfully built 84087ba70074 [2021-03-10T04:49:20.549Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-10T04:49:20.827Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:49:21.100Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:49:21.700Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-10T04:49:21.700Z] (2/33) Installing expat (2.2.9-r1) [2021-03-10T04:49:21.700Z] (3/33) Installing libffi (3.3-r2) [2021-03-10T04:49:21.700Z] (4/33) Installing gdbm (1.13-r1) [2021-03-10T04:49:21.700Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-10T04:49:21.700Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-10T04:49:21.700Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-10T04:49:23.707Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-10T04:49:23.707Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-10T04:49:23.707Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-10T04:49:23.707Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-10T04:49:23.707Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-10T04:49:23.707Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-10T04:49:23.707Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-10T04:49:23.707Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-10T04:49:23.707Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-10T04:49:23.707Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-10T04:49:23.707Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-10T04:49:23.707Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-10T04:49:23.707Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-10T04:49:23.707Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-10T04:49:23.707Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-10T04:49:23.707Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-10T04:49:23.707Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-10T04:49:23.707Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-10T04:49:23.707Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-10T04:49:23.988Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-10T04:49:23.988Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-10T04:49:23.988Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-10T04:49:23.988Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-10T04:49:23.988Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-10T04:49:23.988Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-10T04:49:23.988Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-10T04:49:23.988Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:49:23.988Z] OK: 71 MiB in 55 packages [2021-03-10T04:49:30.726Z] Removing intermediate container 6dba7af88003 [2021-03-10T04:49:30.726Z] ---> b0a17587212c [2021-03-10T04:49:30.726Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-10T04:49:30.727Z] ---> Running in 04ffb254e07d [2021-03-10T04:49:36.106Z] Collecting docker-compose==1.23.2 [2021-03-10T04:49:36.106Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-10T04:49:37.527Z] Collecting PyYAML<4,>=3.10 [2021-03-10T04:49:37.527Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-10T04:49:41.814Z] Collecting docopt<0.7,>=0.6.1 [2021-03-10T04:49:41.814Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-10T04:49:44.420Z] Collecting docker<4.0,>=3.6.0 [2021-03-10T04:49:44.420Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-10T04:49:44.690Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-10T04:49:44.690Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-10T04:49:47.294Z] 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-10T04:49:47.294Z] Collecting texttable<0.10,>=0.9.0 [2021-03-10T04:49:47.294Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-10T04:49:49.897Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-10T04:49:49.897Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-10T04:49:50.867Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-10T04:49:50.867Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-10T04:49:51.137Z] Collecting jsonschema<3,>=2.5.1 [2021-03-10T04:49:51.137Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-10T04:49:51.726Z] Collecting cached-property<2,>=1.2.0 [2021-03-10T04:49:51.726Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-10T04:49:51.997Z] Collecting docker-pycreds>=0.4.0 [2021-03-10T04:49:51.997Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-10T04:49:52.266Z] 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-10T04:49:52.266Z] 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-10T04:49:52.266Z] Collecting idna<2.8,>=2.5 [2021-03-10T04:49:52.266Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-10T04:49:53.234Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-10T04:49:53.234Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-10T04:49:53.234Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-10T04:49:53.234Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-10T04:49:53.234Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-10T04:49:53.234Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-10T04:49:54.214Z] Installing collected packages: PyYAML, docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, texttable, jsonschema, cached-property, docker-compose [2021-03-10T04:49:54.214Z] Running setup.py install for PyYAML: started [2021-03-10T04:49:57.589Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-10T04:49:57.589Z] Running setup.py install for docopt: started [2021-03-10T04:50:00.202Z] Running setup.py install for docopt: finished with status 'done' [2021-03-10T04:50:00.202Z] Attempting uninstall: idna [2021-03-10T04:50:00.202Z] Found existing installation: idna 2.9 [2021-03-10T04:50:00.202Z] Uninstalling idna-2.9: [2021-03-10T04:50:00.202Z] Successfully uninstalled idna-2.9 [2021-03-10T04:50:00.800Z] Attempting uninstall: urllib3 [2021-03-10T04:50:00.800Z] Found existing installation: urllib3 1.25.9 [2021-03-10T04:50:00.800Z] Uninstalling urllib3-1.25.9: [2021-03-10T04:50:01.074Z] Successfully uninstalled urllib3-1.25.9 [2021-03-10T04:50:01.678Z] Attempting uninstall: requests [2021-03-10T04:50:01.678Z] Found existing installation: requests 2.23.0 [2021-03-10T04:50:01.678Z] Uninstalling requests-2.23.0: [2021-03-10T04:50:01.958Z] Successfully uninstalled requests-2.23.0 [2021-03-10T04:50:03.932Z] Running setup.py install for dockerpty: started [2021-03-10T04:50:06.539Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-10T04:50:06.539Z] Running setup.py install for texttable: started [2021-03-10T04:50:09.156Z] Running setup.py install for texttable: finished with status 'done' [2021-03-10T04:50:10.587Z] 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-10T04:50:14.888Z] Removing intermediate container 04ffb254e07d [2021-03-10T04:50:14.888Z] ---> abb5fa8a5fa1 [2021-03-10T04:50:14.888Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-10T04:50:15.165Z] ---> Running in 3598e7f360ae [2021-03-10T04:50:16.141Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-10T04:50:16.413Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-10T04:50:17.005Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-10T04:50:17.005Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-10T04:50:17.005Z] (3/3) Installing curl (7.69.1-r3) [2021-03-10T04:50:17.005Z] Executing busybox-1.31.1-r19.trigger [2021-03-10T04:50:17.005Z] OK: 71 MiB in 58 packages [2021-03-10T04:50:18.438Z] Removing intermediate container 3598e7f360ae [2021-03-10T04:50:18.438Z] ---> 200fd9159b52 [2021-03-10T04:50:18.438Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-10T04:50:18.438Z] ---> Running in d2628e6ac835 [2021-03-10T04:50:19.033Z] Removing intermediate container d2628e6ac835 [2021-03-10T04:50:19.033Z] ---> 9c132ec6623d [2021-03-10T04:50:19.033Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-10T04:50:19.033Z] ---> Running in 49e8fed090d2 [2021-03-10T04:50:19.628Z] Removing intermediate container 49e8fed090d2 [2021-03-10T04:50:19.628Z] ---> 61161662f118 [2021-03-10T04:50:19.628Z] Step 24/26 : LABEL arch=arm64 [2021-03-10T04:50:19.628Z] ---> Running in 81e3e786eab7 [2021-03-10T04:50:20.222Z] Removing intermediate container 81e3e786eab7 [2021-03-10T04:50:20.222Z] ---> 8f0321068c14 [2021-03-10T04:50:20.222Z] Step 25/26 : LABEL git_sha=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:20.222Z] ---> Running in 631053334e10 [2021-03-10T04:50:20.818Z] Removing intermediate container 631053334e10 [2021-03-10T04:50:20.818Z] ---> 597f24a29e34 [2021-03-10T04:50:20.818Z] Step 26/26 : LABEL version=2.0.0-dev.120 [2021-03-10T04:50:21.090Z] ---> Running in 3d24900cd632 [2021-03-10T04:50:21.362Z] Removing intermediate container 3d24900cd632 [2021-03-10T04:50:21.362Z] ---> 8f3caa75b5ad [2021-03-10T04:50:21.362Z] [2021-03-10T04:50:21.957Z] Successfully built 8f3caa75b5ad [2021-03-10T04:50:21.957Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-10T04:50:22.246Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-10T04:50:22.262Z] $ docker stop --time=1 52267aa256048a7916d8dd283c4a30ab30f6a29be353d01b89f014b5c215e42e [2021-03-10T04:50:24.290Z] $ docker rm -f 52267aa256048a7916d8dd283c4a30ab30f6a29be353d01b89f014b5c215e42e [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-10T04:50:25.048Z] + grep docker [2021-03-10T04:50:25.048Z] + docker images [2021-03-10T04:50:25.319Z] docker-sys-mgmt-agent-go-arm64 latest 8f3caa75b5ad 4 seconds ago 300MB [2021-03-10T04:50:25.319Z] docker-security-bootstrapper-go-arm64 latest 84087ba70074 About a minute ago 17.8MB [2021-03-10T04:50:25.319Z] docker-core-command-go-arm64 latest ae1508ce94c4 About a minute ago 16.2MB [2021-03-10T04:50:25.319Z] docker-security-proxy-setup-go-arm64 latest f311b2906395 About a minute ago 23.4MB [2021-03-10T04:50:25.319Z] docker-core-data-go-arm64 latest e4b0de116bbb 3 minutes ago 21.3MB [2021-03-10T04:50:25.319Z] docker-core-metadata-go-arm64 latest 13eaeb89bc5b 3 minutes ago 17.9MB [2021-03-10T04:50:25.319Z] docker-support-scheduler-go-arm64 latest b06281794752 3 minutes ago 16.3MB [2021-03-10T04:50:25.319Z] docker-support-notifications-go-arm64 latest cbc51f3eca9c 3 minutes ago 16.9MB [2021-03-10T04:50:25.319Z] docker-security-secretstore-setup-go-arm64 latest ff2ecaf748fe 3 minutes ago 23.7MB [2021-03-10T04:50:25.319Z] 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-10T04:50:25.875Z] provisioning config files... [2021-03-10T04:50:25.921Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/387@tmp/config1431960414154439144tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:50:26.339Z] ---> docker-login.sh [2021-03-10T04:50:26.339Z] nexus3.edgexfoundry.org:10001 [2021-03-10T04:50:26.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:50:26.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:50:26.885Z] Configure a credential helper to remove this warning. See [2021-03-10T04:50:26.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:50:26.885Z] [2021-03-10T04:50:26.885Z] Login Succeeded [2021-03-10T04:50:26.885Z] nexus3.edgexfoundry.org:10002 [2021-03-10T04:50:27.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:50:27.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:50:27.479Z] Configure a credential helper to remove this warning. See [2021-03-10T04:50:27.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:50:27.479Z] [2021-03-10T04:50:27.479Z] Login Succeeded [2021-03-10T04:50:27.479Z] nexus3.edgexfoundry.org:10003 [2021-03-10T04:50:28.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:50:28.072Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:50:28.072Z] Configure a credential helper to remove this warning. See [2021-03-10T04:50:28.072Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:50:28.072Z] [2021-03-10T04:50:28.072Z] Login Succeeded [2021-03-10T04:50:28.072Z] nexus3.edgexfoundry.org:10004 [2021-03-10T04:50:28.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:50:28.667Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:50:28.667Z] Configure a credential helper to remove this warning. See [2021-03-10T04:50:28.667Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:50:28.667Z] [2021-03-10T04:50:28.667Z] Login Succeeded [2021-03-10T04:50:28.667Z] docker.io [2021-03-10T04:50:29.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-10T04:50:29.535Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-10T04:50:29.535Z] Configure a credential helper to remove this warning. See [2021-03-10T04:50:29.535Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-10T04:50:29.535Z] [2021-03-10T04:50:29.535Z] Login Succeeded [2021-03-10T04:50:29.535Z] ---> docker-login.sh ends [Pipeline] } [2021-03-10T04:50:29.552Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:50:29.764Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-10T04:50:29.764Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:29.764Z] 2.0.0-dev.120 [2021-03-10T04:50:29.764Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:29.764Z] master [2021-03-10T04:50:29.764Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:30.291Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:30.632Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:30.632Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-10T04:50:30.632Z] 8d439ea7955f: Preparing [2021-03-10T04:50:30.632Z] 5ce83495be5d: Preparing [2021-03-10T04:50:30.632Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:30.632Z] b1ce496b94b4: Preparing [2021-03-10T04:50:30.632Z] 02a88cfff88f: Preparing [2021-03-10T04:50:30.904Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:30.904Z] 1c036cf5c9b1: Pushed [2021-03-10T04:50:30.904Z] b1ce496b94b4: Pushed [2021-03-10T04:50:30.904Z] 8d439ea7955f: Pushed [2021-03-10T04:50:34.341Z] 5ce83495be5d: Pushed [2021-03-10T04:50:34.341Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:0b6f65900433abec475f06f4793318ba23b045e779d3fe2ba56c81eb0acc65a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:34.700Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:35.315Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.120 [2021-03-10T04:50:35.315Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-10T04:50:35.315Z] 8d439ea7955f: Preparing [2021-03-10T04:50:35.315Z] 5ce83495be5d: Preparing [2021-03-10T04:50:35.315Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:35.315Z] b1ce496b94b4: Preparing [2021-03-10T04:50:35.315Z] 02a88cfff88f: Preparing [2021-03-10T04:50:35.586Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:35.586Z] b1ce496b94b4: Layer already exists [2021-03-10T04:50:35.586Z] 8d439ea7955f: Layer already exists [2021-03-10T04:50:35.586Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:35.586Z] 5ce83495be5d: Layer already exists [2021-03-10T04:50:35.586Z] 2.0.0-dev.120: digest: sha256:0b6f65900433abec475f06f4793318ba23b045e779d3fe2ba56c81eb0acc65a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:35.999Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:36.342Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:36.342Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-10T04:50:36.342Z] 8d439ea7955f: Preparing [2021-03-10T04:50:36.342Z] 5ce83495be5d: Preparing [2021-03-10T04:50:36.342Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:36.342Z] b1ce496b94b4: Preparing [2021-03-10T04:50:36.342Z] 02a88cfff88f: Preparing [2021-03-10T04:50:36.616Z] 8d439ea7955f: Layer already exists [2021-03-10T04:50:36.616Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:36.616Z] 5ce83495be5d: Layer already exists [2021-03-10T04:50:36.616Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:36.616Z] b1ce496b94b4: Layer already exists [2021-03-10T04:50:36.616Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:0b6f65900433abec475f06f4793318ba23b045e779d3fe2ba56c81eb0acc65a2 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:36.961Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:37.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-10T04:50:37.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-10T04:50:37.293Z] 8d439ea7955f: Preparing [2021-03-10T04:50:37.293Z] 5ce83495be5d: Preparing [2021-03-10T04:50:37.293Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:37.293Z] b1ce496b94b4: Preparing [2021-03-10T04:50:37.293Z] 02a88cfff88f: Preparing [2021-03-10T04:50:37.293Z] 8d439ea7955f: Layer already exists [2021-03-10T04:50:37.293Z] 5ce83495be5d: Layer already exists [2021-03-10T04:50:37.293Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:37.293Z] b1ce496b94b4: Layer already exists [2021-03-10T04:50:37.293Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:37.565Z] master: digest: sha256:0b6f65900433abec475f06f4793318ba23b045e779d3fe2ba56c81eb0acc65a2 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:50:37.773Z] ===================================================== [Pipeline] echo [2021-03-10T04:50:37.820Z] taggedImages: [2021-03-10T04:50:37.820Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:37.820Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.120 [2021-03-10T04:50:37.820Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:37.820Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-10T04:50:37.889Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-10T04:50:37.889Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:37.889Z] 2.0.0-dev.120 [2021-03-10T04:50:37.889Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:37.889Z] master [2021-03-10T04:50:37.889Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:38.414Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:38.754Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:38.754Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-10T04:50:38.754Z] 12b7ba12bca5: Preparing [2021-03-10T04:50:38.754Z] e22415c574bf: Preparing [2021-03-10T04:50:38.754Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:38.754Z] c9121fdc1c6d: Preparing [2021-03-10T04:50:38.754Z] 152cf1291504: Preparing [2021-03-10T04:50:38.754Z] 02a88cfff88f: Preparing [2021-03-10T04:50:38.754Z] 02a88cfff88f: Waiting [2021-03-10T04:50:39.026Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:39.026Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:39.026Z] 152cf1291504: Pushed [2021-03-10T04:50:39.026Z] 12b7ba12bca5: Pushed [2021-03-10T04:50:40.000Z] c9121fdc1c6d: Pushed [2021-03-10T04:50:42.614Z] e22415c574bf: Pushed [2021-03-10T04:50:42.614Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:a1fd0fd6670a295ff79202d6132575b47d9b9e442f5fd06852d2afcf11859a1d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:42.961Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:43.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.120 [2021-03-10T04:50:43.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-10T04:50:43.303Z] 12b7ba12bca5: Preparing [2021-03-10T04:50:43.303Z] e22415c574bf: Preparing [2021-03-10T04:50:43.303Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:43.303Z] c9121fdc1c6d: Preparing [2021-03-10T04:50:43.303Z] 152cf1291504: Preparing [2021-03-10T04:50:43.303Z] 02a88cfff88f: Preparing [2021-03-10T04:50:43.303Z] 02a88cfff88f: Waiting [2021-03-10T04:50:43.576Z] c9121fdc1c6d: Layer already exists [2021-03-10T04:50:43.576Z] e22415c574bf: Layer already exists [2021-03-10T04:50:43.576Z] 152cf1291504: Layer already exists [2021-03-10T04:50:43.576Z] 12b7ba12bca5: Layer already exists [2021-03-10T04:50:43.576Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:43.576Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:43.576Z] 2.0.0-dev.120: digest: sha256:a1fd0fd6670a295ff79202d6132575b47d9b9e442f5fd06852d2afcf11859a1d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:43.926Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:44.276Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:44.276Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-10T04:50:44.276Z] 12b7ba12bca5: Preparing [2021-03-10T04:50:44.276Z] e22415c574bf: Preparing [2021-03-10T04:50:44.276Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:44.276Z] c9121fdc1c6d: Preparing [2021-03-10T04:50:44.276Z] 152cf1291504: Preparing [2021-03-10T04:50:44.276Z] 02a88cfff88f: Preparing [2021-03-10T04:50:44.276Z] 02a88cfff88f: Waiting [2021-03-10T04:50:44.547Z] c9121fdc1c6d: Layer already exists [2021-03-10T04:50:44.547Z] 12b7ba12bca5: Layer already exists [2021-03-10T04:50:44.547Z] e22415c574bf: Layer already exists [2021-03-10T04:50:44.547Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:44.547Z] 152cf1291504: Layer already exists [2021-03-10T04:50:44.547Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:44.547Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:a1fd0fd6670a295ff79202d6132575b47d9b9e442f5fd06852d2afcf11859a1d size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:44.895Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:45.243Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-10T04:50:45.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-10T04:50:45.244Z] 12b7ba12bca5: Preparing [2021-03-10T04:50:45.244Z] e22415c574bf: Preparing [2021-03-10T04:50:45.244Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:45.244Z] c9121fdc1c6d: Preparing [2021-03-10T04:50:45.244Z] 152cf1291504: Preparing [2021-03-10T04:50:45.244Z] 02a88cfff88f: Preparing [2021-03-10T04:50:45.244Z] 02a88cfff88f: Waiting [2021-03-10T04:50:45.514Z] c9121fdc1c6d: Layer already exists [2021-03-10T04:50:45.514Z] 152cf1291504: Layer already exists [2021-03-10T04:50:45.514Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:45.514Z] e22415c574bf: Layer already exists [2021-03-10T04:50:45.514Z] 12b7ba12bca5: Layer already exists [2021-03-10T04:50:45.514Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:45.514Z] master: digest: sha256:a1fd0fd6670a295ff79202d6132575b47d9b9e442f5fd06852d2afcf11859a1d size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:50:45.730Z] ===================================================== [Pipeline] echo [2021-03-10T04:50:45.784Z] taggedImages: [2021-03-10T04:50:45.784Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:45.784Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.120 [2021-03-10T04:50:45.784Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:45.784Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-10T04:50:45.860Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-10T04:50:45.860Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:45.860Z] 2.0.0-dev.120 [2021-03-10T04:50:45.860Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:45.860Z] master [2021-03-10T04:50:45.860Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:46.371Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:46.728Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:46.728Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-10T04:50:46.728Z] 1d7f1eb1764a: Preparing [2021-03-10T04:50:46.728Z] 52900e2a1bf9: Preparing [2021-03-10T04:50:46.728Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:46.728Z] b1ce496b94b4: Preparing [2021-03-10T04:50:46.728Z] 02a88cfff88f: Preparing [2021-03-10T04:50:46.998Z] b1ce496b94b4: Layer already exists [2021-03-10T04:50:46.998Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:46.998Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:46.998Z] 1d7f1eb1764a: Pushed [2021-03-10T04:50:50.375Z] 52900e2a1bf9: Pushed [2021-03-10T04:50:50.375Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:1b467918841a2a6bf0fd645365af691bfc8a8ccea20e7a4b589ef988b918ce32 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:50.719Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:51.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.120 [2021-03-10T04:50:51.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-10T04:50:51.061Z] 1d7f1eb1764a: Preparing [2021-03-10T04:50:51.061Z] 52900e2a1bf9: Preparing [2021-03-10T04:50:51.061Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:51.061Z] b1ce496b94b4: Preparing [2021-03-10T04:50:51.061Z] 02a88cfff88f: Preparing [2021-03-10T04:50:51.061Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:51.061Z] 1d7f1eb1764a: Layer already exists [2021-03-10T04:50:51.061Z] b1ce496b94b4: Layer already exists [2021-03-10T04:50:51.061Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:51.061Z] 52900e2a1bf9: Layer already exists [2021-03-10T04:50:51.333Z] 2.0.0-dev.120: digest: sha256:1b467918841a2a6bf0fd645365af691bfc8a8ccea20e7a4b589ef988b918ce32 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:51.686Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:52.029Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:52.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-10T04:50:52.030Z] 1d7f1eb1764a: Preparing [2021-03-10T04:50:52.030Z] 52900e2a1bf9: Preparing [2021-03-10T04:50:52.030Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:52.030Z] b1ce496b94b4: Preparing [2021-03-10T04:50:52.030Z] 02a88cfff88f: Preparing [2021-03-10T04:50:52.030Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:52.030Z] 1d7f1eb1764a: Layer already exists [2021-03-10T04:50:52.030Z] b1ce496b94b4: Layer already exists [2021-03-10T04:50:52.030Z] 52900e2a1bf9: Layer already exists [2021-03-10T04:50:52.302Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:52.302Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:1b467918841a2a6bf0fd645365af691bfc8a8ccea20e7a4b589ef988b918ce32 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:52.650Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:52.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-10T04:50:52.994Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-10T04:50:52.994Z] 1d7f1eb1764a: Preparing [2021-03-10T04:50:52.994Z] 52900e2a1bf9: Preparing [2021-03-10T04:50:52.994Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:52.994Z] b1ce496b94b4: Preparing [2021-03-10T04:50:52.994Z] 02a88cfff88f: Preparing [2021-03-10T04:50:53.267Z] 52900e2a1bf9: Layer already exists [2021-03-10T04:50:53.267Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:53.267Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:53.267Z] b1ce496b94b4: Layer already exists [2021-03-10T04:50:53.267Z] 1d7f1eb1764a: Layer already exists [2021-03-10T04:50:53.267Z] master: digest: sha256:1b467918841a2a6bf0fd645365af691bfc8a8ccea20e7a4b589ef988b918ce32 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:50:53.519Z] ===================================================== [Pipeline] echo [2021-03-10T04:50:53.568Z] taggedImages: [2021-03-10T04:50:53.568Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:53.568Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.120 [2021-03-10T04:50:53.568Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:53.568Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-10T04:50:53.640Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-10T04:50:53.640Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:53.640Z] 2.0.0-dev.120 [2021-03-10T04:50:53.640Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:50:53.640Z] master [2021-03-10T04:50:53.640Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:54.183Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:54.523Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:50:54.523Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-10T04:50:54.523Z] 0b54b931bf47: Preparing [2021-03-10T04:50:54.523Z] 0b54b931bf47: Preparing [2021-03-10T04:50:54.523Z] 2bd7acb847d4: Preparing [2021-03-10T04:50:54.523Z] 7c8687c13d06: Preparing [2021-03-10T04:50:54.523Z] f11c76a414d0: Preparing [2021-03-10T04:50:54.523Z] f07ca0ca37d5: Preparing [2021-03-10T04:50:54.523Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:54.523Z] e7207d158550: Preparing [2021-03-10T04:50:54.523Z] e7207d158550: Preparing [2021-03-10T04:50:54.523Z] 09e49d81ceac: Preparing [2021-03-10T04:50:54.523Z] a13373ea62cd: Preparing [2021-03-10T04:50:54.523Z] 02a88cfff88f: Preparing [2021-03-10T04:50:54.523Z] e7207d158550: Waiting [2021-03-10T04:50:54.523Z] 09e49d81ceac: Waiting [2021-03-10T04:50:54.523Z] a13373ea62cd: Waiting [2021-03-10T04:50:54.523Z] 02a88cfff88f: Waiting [2021-03-10T04:50:54.523Z] 1c036cf5c9b1: Waiting [2021-03-10T04:50:54.795Z] 7c8687c13d06: Pushed [2021-03-10T04:50:54.795Z] 0b54b931bf47: Pushed [2021-03-10T04:50:55.067Z] 2bd7acb847d4: Pushed [2021-03-10T04:50:55.067Z] f11c76a414d0: Pushed [2021-03-10T04:50:55.067Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:55.067Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:55.067Z] e7207d158550: Pushed [2021-03-10T04:50:55.067Z] 09e49d81ceac: Pushed [2021-03-10T04:50:55.067Z] a13373ea62cd: Pushed [2021-03-10T04:50:58.480Z] f07ca0ca37d5: Pushed [2021-03-10T04:50:58.480Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:8736876a8434bfd4df5fbd80430879134f401eacbb2e3f876b8cac9c5ea7402f size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:58.863Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:59.216Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.120 [2021-03-10T04:50:59.217Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-10T04:50:59.217Z] 0b54b931bf47: Preparing [2021-03-10T04:50:59.217Z] 0b54b931bf47: Preparing [2021-03-10T04:50:59.217Z] 2bd7acb847d4: Preparing [2021-03-10T04:50:59.217Z] 7c8687c13d06: Preparing [2021-03-10T04:50:59.217Z] f11c76a414d0: Preparing [2021-03-10T04:50:59.217Z] f07ca0ca37d5: Preparing [2021-03-10T04:50:59.217Z] 1c036cf5c9b1: Preparing [2021-03-10T04:50:59.217Z] e7207d158550: Preparing [2021-03-10T04:50:59.217Z] e7207d158550: Preparing [2021-03-10T04:50:59.217Z] 09e49d81ceac: Preparing [2021-03-10T04:50:59.217Z] a13373ea62cd: Preparing [2021-03-10T04:50:59.217Z] 02a88cfff88f: Preparing [2021-03-10T04:50:59.217Z] 1c036cf5c9b1: Waiting [2021-03-10T04:50:59.217Z] e7207d158550: Waiting [2021-03-10T04:50:59.217Z] 09e49d81ceac: Waiting [2021-03-10T04:50:59.217Z] a13373ea62cd: Waiting [2021-03-10T04:50:59.217Z] 02a88cfff88f: Waiting [2021-03-10T04:50:59.492Z] f07ca0ca37d5: Layer already exists [2021-03-10T04:50:59.492Z] 2bd7acb847d4: Layer already exists [2021-03-10T04:50:59.492Z] f11c76a414d0: Layer already exists [2021-03-10T04:50:59.492Z] 0b54b931bf47: Layer already exists [2021-03-10T04:50:59.492Z] 7c8687c13d06: Layer already exists [2021-03-10T04:50:59.492Z] e7207d158550: Layer already exists [2021-03-10T04:50:59.492Z] 09e49d81ceac: Layer already exists [2021-03-10T04:50:59.492Z] 02a88cfff88f: Layer already exists [2021-03-10T04:50:59.492Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:50:59.492Z] a13373ea62cd: Layer already exists [2021-03-10T04:50:59.492Z] 2.0.0-dev.120: digest: sha256:8736876a8434bfd4df5fbd80430879134f401eacbb2e3f876b8cac9c5ea7402f size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:50:59.846Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:00.189Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:00.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-10T04:51:00.189Z] 0b54b931bf47: Preparing [2021-03-10T04:51:00.189Z] 0b54b931bf47: Preparing [2021-03-10T04:51:00.189Z] 2bd7acb847d4: Preparing [2021-03-10T04:51:00.189Z] 7c8687c13d06: Preparing [2021-03-10T04:51:00.189Z] f11c76a414d0: Preparing [2021-03-10T04:51:00.189Z] f07ca0ca37d5: Preparing [2021-03-10T04:51:00.189Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:00.189Z] e7207d158550: Preparing [2021-03-10T04:51:00.189Z] e7207d158550: Preparing [2021-03-10T04:51:00.189Z] 09e49d81ceac: Preparing [2021-03-10T04:51:00.189Z] a13373ea62cd: Preparing [2021-03-10T04:51:00.189Z] 02a88cfff88f: Preparing [2021-03-10T04:51:00.189Z] 1c036cf5c9b1: Waiting [2021-03-10T04:51:00.189Z] 09e49d81ceac: Waiting [2021-03-10T04:51:00.189Z] a13373ea62cd: Waiting [2021-03-10T04:51:00.189Z] 02a88cfff88f: Waiting [2021-03-10T04:51:00.189Z] e7207d158550: Waiting [2021-03-10T04:51:00.461Z] 0b54b931bf47: Layer already exists [2021-03-10T04:51:00.461Z] f11c76a414d0: Layer already exists [2021-03-10T04:51:00.461Z] f07ca0ca37d5: Layer already exists [2021-03-10T04:51:00.461Z] 2bd7acb847d4: Layer already exists [2021-03-10T04:51:00.461Z] 7c8687c13d06: Layer already exists [2021-03-10T04:51:00.461Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:00.461Z] e7207d158550: Layer already exists [2021-03-10T04:51:00.461Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:00.461Z] a13373ea62cd: Layer already exists [2021-03-10T04:51:00.461Z] 09e49d81ceac: Layer already exists [2021-03-10T04:51:00.461Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:8736876a8434bfd4df5fbd80430879134f401eacbb2e3f876b8cac9c5ea7402f size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:00.803Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:01.145Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-10T04:51:01.145Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-10T04:51:01.145Z] 0b54b931bf47: Preparing [2021-03-10T04:51:01.145Z] 0b54b931bf47: Preparing [2021-03-10T04:51:01.145Z] 2bd7acb847d4: Preparing [2021-03-10T04:51:01.145Z] 7c8687c13d06: Preparing [2021-03-10T04:51:01.145Z] f11c76a414d0: Preparing [2021-03-10T04:51:01.145Z] f07ca0ca37d5: Preparing [2021-03-10T04:51:01.145Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:01.145Z] e7207d158550: Preparing [2021-03-10T04:51:01.145Z] e7207d158550: Preparing [2021-03-10T04:51:01.145Z] 09e49d81ceac: Preparing [2021-03-10T04:51:01.145Z] a13373ea62cd: Preparing [2021-03-10T04:51:01.145Z] 02a88cfff88f: Preparing [2021-03-10T04:51:01.145Z] 1c036cf5c9b1: Waiting [2021-03-10T04:51:01.145Z] e7207d158550: Waiting [2021-03-10T04:51:01.145Z] 09e49d81ceac: Waiting [2021-03-10T04:51:01.145Z] 02a88cfff88f: Waiting [2021-03-10T04:51:01.145Z] a13373ea62cd: Waiting [2021-03-10T04:51:01.416Z] f07ca0ca37d5: Layer already exists [2021-03-10T04:51:01.416Z] f11c76a414d0: Layer already exists [2021-03-10T04:51:01.416Z] 0b54b931bf47: Layer already exists [2021-03-10T04:51:01.416Z] 2bd7acb847d4: Layer already exists [2021-03-10T04:51:01.416Z] 7c8687c13d06: Layer already exists [2021-03-10T04:51:01.416Z] a13373ea62cd: Layer already exists [2021-03-10T04:51:01.416Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:01.416Z] e7207d158550: Layer already exists [2021-03-10T04:51:01.416Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:01.416Z] 09e49d81ceac: Layer already exists [2021-03-10T04:51:01.416Z] master: digest: sha256:8736876a8434bfd4df5fbd80430879134f401eacbb2e3f876b8cac9c5ea7402f size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:51:01.697Z] ===================================================== [Pipeline] echo [2021-03-10T04:51:01.743Z] taggedImages: [2021-03-10T04:51:01.743Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:01.743Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:01.743Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:01.743Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-10T04:51:01.805Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-10T04:51:01.805Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:01.805Z] 2.0.0-dev.120 [2021-03-10T04:51:01.805Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:01.805Z] master [2021-03-10T04:51:01.805Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:02.320Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:02.654Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:02.654Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-10T04:51:02.654Z] 976d56f032c5: Preparing [2021-03-10T04:51:02.654Z] 17c0c4a4db73: Preparing [2021-03-10T04:51:02.654Z] 2d1d26197de1: Preparing [2021-03-10T04:51:02.654Z] b2e148cbdbd9: Preparing [2021-03-10T04:51:02.654Z] dd6cc790dad7: Preparing [2021-03-10T04:51:02.654Z] 02a88cfff88f: Preparing [2021-03-10T04:51:02.654Z] 02a88cfff88f: Waiting [2021-03-10T04:51:03.254Z] b2e148cbdbd9: Pushed [2021-03-10T04:51:03.254Z] 2d1d26197de1: Pushed [2021-03-10T04:51:03.254Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:03.527Z] dd6cc790dad7: Pushed [2021-03-10T04:51:05.507Z] 976d56f032c5: Pushed [2021-03-10T04:51:05.507Z] 17c0c4a4db73: Pushed [2021-03-10T04:51:05.507Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:5175a675ad84ab5ef9c7a318f2489695774b20367e2193361784e9cdb5cb5195 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:05.854Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:06.196Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:06.196Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-10T04:51:06.196Z] 976d56f032c5: Preparing [2021-03-10T04:51:06.196Z] 17c0c4a4db73: Preparing [2021-03-10T04:51:06.196Z] 2d1d26197de1: Preparing [2021-03-10T04:51:06.196Z] b2e148cbdbd9: Preparing [2021-03-10T04:51:06.196Z] dd6cc790dad7: Preparing [2021-03-10T04:51:06.196Z] 02a88cfff88f: Preparing [2021-03-10T04:51:06.196Z] 02a88cfff88f: Waiting [2021-03-10T04:51:06.467Z] b2e148cbdbd9: Layer already exists [2021-03-10T04:51:06.467Z] 17c0c4a4db73: Layer already exists [2021-03-10T04:51:06.467Z] 2d1d26197de1: Layer already exists [2021-03-10T04:51:06.467Z] dd6cc790dad7: Layer already exists [2021-03-10T04:51:06.467Z] 976d56f032c5: Layer already exists [2021-03-10T04:51:06.467Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:06.467Z] 2.0.0-dev.120: digest: sha256:5175a675ad84ab5ef9c7a318f2489695774b20367e2193361784e9cdb5cb5195 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:06.808Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:07.143Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:07.143Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-10T04:51:07.143Z] 976d56f032c5: Preparing [2021-03-10T04:51:07.143Z] 17c0c4a4db73: Preparing [2021-03-10T04:51:07.143Z] 2d1d26197de1: Preparing [2021-03-10T04:51:07.143Z] b2e148cbdbd9: Preparing [2021-03-10T04:51:07.143Z] dd6cc790dad7: Preparing [2021-03-10T04:51:07.143Z] 02a88cfff88f: Preparing [2021-03-10T04:51:07.143Z] 02a88cfff88f: Waiting [2021-03-10T04:51:07.415Z] 976d56f032c5: Layer already exists [2021-03-10T04:51:07.415Z] dd6cc790dad7: Layer already exists [2021-03-10T04:51:07.415Z] 17c0c4a4db73: Layer already exists [2021-03-10T04:51:07.415Z] 2d1d26197de1: Layer already exists [2021-03-10T04:51:07.415Z] b2e148cbdbd9: Layer already exists [2021-03-10T04:51:07.415Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:07.415Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:5175a675ad84ab5ef9c7a318f2489695774b20367e2193361784e9cdb5cb5195 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:07.761Z] + 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-10T04:51:08.111Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-10T04:51:08.111Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-10T04:51:08.111Z] 976d56f032c5: Preparing [2021-03-10T04:51:08.111Z] 17c0c4a4db73: Preparing [2021-03-10T04:51:08.111Z] 2d1d26197de1: Preparing [2021-03-10T04:51:08.111Z] b2e148cbdbd9: Preparing [2021-03-10T04:51:08.111Z] dd6cc790dad7: Preparing [2021-03-10T04:51:08.111Z] 02a88cfff88f: Preparing [2021-03-10T04:51:08.111Z] 02a88cfff88f: Waiting [2021-03-10T04:51:08.386Z] dd6cc790dad7: Layer already exists [2021-03-10T04:51:08.386Z] 976d56f032c5: Layer already exists [2021-03-10T04:51:08.386Z] b2e148cbdbd9: Layer already exists [2021-03-10T04:51:08.386Z] 2d1d26197de1: Layer already exists [2021-03-10T04:51:08.386Z] 17c0c4a4db73: Layer already exists [2021-03-10T04:51:08.386Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:08.386Z] master: digest: sha256:5175a675ad84ab5ef9c7a318f2489695774b20367e2193361784e9cdb5cb5195 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:51:08.594Z] ===================================================== [Pipeline] echo [2021-03-10T04:51:08.653Z] taggedImages: [2021-03-10T04:51:08.653Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:08.653Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:08.653Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:08.653Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-10T04:51:08.718Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-10T04:51:08.718Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:08.718Z] 2.0.0-dev.120 [2021-03-10T04:51:08.718Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:08.718Z] master [2021-03-10T04:51:08.718Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:09.227Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:09.564Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:09.564Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-10T04:51:09.564Z] 4a097fcf95b3: Preparing [2021-03-10T04:51:09.564Z] ffbd1f1e650b: Preparing [2021-03-10T04:51:09.564Z] 936caad78b02: Preparing [2021-03-10T04:51:09.564Z] 27b6de534558: Preparing [2021-03-10T04:51:09.564Z] 2d67c3f0fd64: Preparing [2021-03-10T04:51:09.564Z] 58727b4a976e: Preparing [2021-03-10T04:51:09.564Z] e4e998bb7a72: Preparing [2021-03-10T04:51:09.564Z] 2d0ba772ebfd: Preparing [2021-03-10T04:51:09.564Z] 02a88cfff88f: Preparing [2021-03-10T04:51:09.564Z] 58727b4a976e: Waiting [2021-03-10T04:51:09.564Z] e4e998bb7a72: Waiting [2021-03-10T04:51:09.564Z] 02a88cfff88f: Waiting [2021-03-10T04:51:09.564Z] 2d0ba772ebfd: Waiting [2021-03-10T04:51:09.834Z] 4a097fcf95b3: Pushed [2021-03-10T04:51:09.834Z] 2d67c3f0fd64: Pushed [2021-03-10T04:51:09.834Z] ffbd1f1e650b: Pushed [2021-03-10T04:51:10.110Z] e4e998bb7a72: Pushed [2021-03-10T04:51:10.110Z] 58727b4a976e: Pushed [2021-03-10T04:51:10.110Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:10.705Z] 2d0ba772ebfd: Pushed [2021-03-10T04:51:12.133Z] 27b6de534558: Pushed [2021-03-10T04:51:12.133Z] 936caad78b02: Pushed [2021-03-10T04:51:12.402Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:b7b4092f84f5ad5320e8e1a5dc8b5b13b87580f858536c1cd220a7cd690259da size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:12.773Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:13.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:13.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-10T04:51:13.104Z] 4a097fcf95b3: Preparing [2021-03-10T04:51:13.104Z] ffbd1f1e650b: Preparing [2021-03-10T04:51:13.104Z] 936caad78b02: Preparing [2021-03-10T04:51:13.104Z] 27b6de534558: Preparing [2021-03-10T04:51:13.104Z] 2d67c3f0fd64: Preparing [2021-03-10T04:51:13.104Z] 58727b4a976e: Preparing [2021-03-10T04:51:13.104Z] e4e998bb7a72: Preparing [2021-03-10T04:51:13.104Z] 2d0ba772ebfd: Preparing [2021-03-10T04:51:13.104Z] 02a88cfff88f: Preparing [2021-03-10T04:51:13.104Z] e4e998bb7a72: Waiting [2021-03-10T04:51:13.104Z] 2d0ba772ebfd: Waiting [2021-03-10T04:51:13.104Z] 02a88cfff88f: Waiting [2021-03-10T04:51:13.104Z] 58727b4a976e: Waiting [2021-03-10T04:51:13.104Z] 27b6de534558: Layer already exists [2021-03-10T04:51:13.104Z] 2d67c3f0fd64: Layer already exists [2021-03-10T04:51:13.104Z] ffbd1f1e650b: Layer already exists [2021-03-10T04:51:13.104Z] 4a097fcf95b3: Layer already exists [2021-03-10T04:51:13.104Z] 936caad78b02: Layer already exists [2021-03-10T04:51:13.376Z] 58727b4a976e: Layer already exists [2021-03-10T04:51:13.376Z] e4e998bb7a72: Layer already exists [2021-03-10T04:51:13.376Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:13.376Z] 2d0ba772ebfd: Layer already exists [2021-03-10T04:51:13.376Z] 2.0.0-dev.120: digest: sha256:b7b4092f84f5ad5320e8e1a5dc8b5b13b87580f858536c1cd220a7cd690259da size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:13.967Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:14.304Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:14.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-10T04:51:14.304Z] 4a097fcf95b3: Preparing [2021-03-10T04:51:14.304Z] ffbd1f1e650b: Preparing [2021-03-10T04:51:14.304Z] 936caad78b02: Preparing [2021-03-10T04:51:14.304Z] 27b6de534558: Preparing [2021-03-10T04:51:14.304Z] 2d67c3f0fd64: Preparing [2021-03-10T04:51:14.304Z] 58727b4a976e: Preparing [2021-03-10T04:51:14.304Z] e4e998bb7a72: Preparing [2021-03-10T04:51:14.304Z] 2d0ba772ebfd: Preparing [2021-03-10T04:51:14.304Z] 02a88cfff88f: Preparing [2021-03-10T04:51:14.304Z] e4e998bb7a72: Waiting [2021-03-10T04:51:14.304Z] 2d0ba772ebfd: Waiting [2021-03-10T04:51:14.304Z] 02a88cfff88f: Waiting [2021-03-10T04:51:14.304Z] ffbd1f1e650b: Layer already exists [2021-03-10T04:51:14.304Z] 4a097fcf95b3: Layer already exists [2021-03-10T04:51:14.304Z] 2d67c3f0fd64: Layer already exists [2021-03-10T04:51:14.304Z] 27b6de534558: Layer already exists [2021-03-10T04:51:14.304Z] 936caad78b02: Layer already exists [2021-03-10T04:51:14.578Z] e4e998bb7a72: Layer already exists [2021-03-10T04:51:14.578Z] 2d0ba772ebfd: Layer already exists [2021-03-10T04:51:14.578Z] 58727b4a976e: Layer already exists [2021-03-10T04:51:14.578Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:14.578Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:b7b4092f84f5ad5320e8e1a5dc8b5b13b87580f858536c1cd220a7cd690259da size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:14.921Z] + 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-10T04:51:15.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-10T04:51:15.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-10T04:51:15.260Z] 4a097fcf95b3: Preparing [2021-03-10T04:51:15.260Z] ffbd1f1e650b: Preparing [2021-03-10T04:51:15.260Z] 936caad78b02: Preparing [2021-03-10T04:51:15.260Z] 27b6de534558: Preparing [2021-03-10T04:51:15.260Z] 2d67c3f0fd64: Preparing [2021-03-10T04:51:15.260Z] 58727b4a976e: Preparing [2021-03-10T04:51:15.260Z] e4e998bb7a72: Preparing [2021-03-10T04:51:15.260Z] 2d0ba772ebfd: Preparing [2021-03-10T04:51:15.260Z] 02a88cfff88f: Preparing [2021-03-10T04:51:15.260Z] e4e998bb7a72: Waiting [2021-03-10T04:51:15.260Z] 2d0ba772ebfd: Waiting [2021-03-10T04:51:15.260Z] 02a88cfff88f: Waiting [2021-03-10T04:51:15.260Z] 58727b4a976e: Waiting [2021-03-10T04:51:15.532Z] 936caad78b02: Layer already exists [2021-03-10T04:51:15.532Z] 4a097fcf95b3: Layer already exists [2021-03-10T04:51:15.532Z] ffbd1f1e650b: Layer already exists [2021-03-10T04:51:15.532Z] 2d67c3f0fd64: Layer already exists [2021-03-10T04:51:15.532Z] 27b6de534558: Layer already exists [2021-03-10T04:51:15.532Z] e4e998bb7a72: Layer already exists [2021-03-10T04:51:15.532Z] 58727b4a976e: Layer already exists [2021-03-10T04:51:15.532Z] 2d0ba772ebfd: Layer already exists [2021-03-10T04:51:15.532Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:15.532Z] master: digest: sha256:b7b4092f84f5ad5320e8e1a5dc8b5b13b87580f858536c1cd220a7cd690259da size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:51:15.752Z] ===================================================== [Pipeline] echo [2021-03-10T04:51:15.796Z] taggedImages: [2021-03-10T04:51:15.796Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:15.796Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:15.796Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:15.796Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-10T04:51:15.864Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-10T04:51:15.864Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:15.864Z] 2.0.0-dev.120 [2021-03-10T04:51:15.864Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:15.864Z] master [2021-03-10T04:51:15.864Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:16.381Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:16.730Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:16.730Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-10T04:51:16.730Z] 29a5283e5f5f: Preparing [2021-03-10T04:51:16.730Z] 9aefb869e0ce: Preparing [2021-03-10T04:51:16.730Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:16.730Z] 1211adf5d824: Preparing [2021-03-10T04:51:16.730Z] 02a88cfff88f: Preparing [2021-03-10T04:51:17.003Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:17.003Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:17.003Z] 29a5283e5f5f: Pushed [2021-03-10T04:51:17.277Z] 1211adf5d824: Pushed [2021-03-10T04:51:19.887Z] 9aefb869e0ce: Pushed [2021-03-10T04:51:19.887Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:9b2b1136737e9272f92b75f1c22433980f8de72322a51f29f029a3946043ce8a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:20.236Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:20.580Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:20.580Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-10T04:51:20.580Z] 29a5283e5f5f: Preparing [2021-03-10T04:51:20.580Z] 9aefb869e0ce: Preparing [2021-03-10T04:51:20.580Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:20.580Z] 1211adf5d824: Preparing [2021-03-10T04:51:20.580Z] 02a88cfff88f: Preparing [2021-03-10T04:51:20.580Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:20.580Z] 9aefb869e0ce: Layer already exists [2021-03-10T04:51:20.580Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:20.580Z] 1211adf5d824: Layer already exists [2021-03-10T04:51:20.580Z] 29a5283e5f5f: Layer already exists [2021-03-10T04:51:20.852Z] 2.0.0-dev.120: digest: sha256:9b2b1136737e9272f92b75f1c22433980f8de72322a51f29f029a3946043ce8a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:21.202Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:21.538Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:21.538Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-10T04:51:21.538Z] 29a5283e5f5f: Preparing [2021-03-10T04:51:21.538Z] 9aefb869e0ce: Preparing [2021-03-10T04:51:21.538Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:21.538Z] 1211adf5d824: Preparing [2021-03-10T04:51:21.538Z] 02a88cfff88f: Preparing [2021-03-10T04:51:21.811Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:21.811Z] 29a5283e5f5f: Layer already exists [2021-03-10T04:51:21.811Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:21.811Z] 1211adf5d824: Layer already exists [2021-03-10T04:51:21.811Z] 9aefb869e0ce: Layer already exists [2021-03-10T04:51:21.811Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:9b2b1136737e9272f92b75f1c22433980f8de72322a51f29f029a3946043ce8a size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:22.153Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:22.539Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-10T04:51:22.539Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-10T04:51:22.539Z] 29a5283e5f5f: Preparing [2021-03-10T04:51:22.539Z] 9aefb869e0ce: Preparing [2021-03-10T04:51:22.539Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:22.539Z] 1211adf5d824: Preparing [2021-03-10T04:51:22.539Z] 02a88cfff88f: Preparing [2021-03-10T04:51:22.816Z] 9aefb869e0ce: Layer already exists [2021-03-10T04:51:22.816Z] 29a5283e5f5f: Layer already exists [2021-03-10T04:51:22.816Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:22.816Z] 1211adf5d824: Layer already exists [2021-03-10T04:51:22.816Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:22.816Z] master: digest: sha256:9b2b1136737e9272f92b75f1c22433980f8de72322a51f29f029a3946043ce8a size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:51:23.007Z] ===================================================== [Pipeline] echo [2021-03-10T04:51:23.056Z] taggedImages: [2021-03-10T04:51:23.056Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:23.056Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:23.056Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:23.056Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-10T04:51:23.142Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-10T04:51:23.142Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:23.142Z] 2.0.0-dev.120 [2021-03-10T04:51:23.142Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:23.142Z] master [2021-03-10T04:51:23.142Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:23.690Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:24.048Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:24.048Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-10T04:51:24.048Z] 7906dbecb016: Preparing [2021-03-10T04:51:24.048Z] 76cabfe77d3f: Preparing [2021-03-10T04:51:24.048Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:24.048Z] b1ce496b94b4: Preparing [2021-03-10T04:51:24.048Z] 02a88cfff88f: Preparing [2021-03-10T04:51:24.323Z] b1ce496b94b4: Layer already exists [2021-03-10T04:51:24.323Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:24.323Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:24.323Z] 7906dbecb016: Pushed [2021-03-10T04:51:26.961Z] 76cabfe77d3f: Pushed [2021-03-10T04:51:27.232Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:b83f626bb7dc5bfe21ce3808be9e405759c17561715639001ac9837a95e7d7b4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:27.574Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:27.911Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:27.911Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-10T04:51:27.911Z] 7906dbecb016: Preparing [2021-03-10T04:51:27.911Z] 76cabfe77d3f: Preparing [2021-03-10T04:51:27.911Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:27.911Z] b1ce496b94b4: Preparing [2021-03-10T04:51:27.911Z] 02a88cfff88f: Preparing [2021-03-10T04:51:27.911Z] b1ce496b94b4: Layer already exists [2021-03-10T04:51:27.911Z] 76cabfe77d3f: Layer already exists [2021-03-10T04:51:27.911Z] 7906dbecb016: Layer already exists [2021-03-10T04:51:27.911Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:27.911Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:28.183Z] 2.0.0-dev.120: digest: sha256:b83f626bb7dc5bfe21ce3808be9e405759c17561715639001ac9837a95e7d7b4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:28.526Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:28.868Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:28.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-10T04:51:28.868Z] 7906dbecb016: Preparing [2021-03-10T04:51:28.868Z] 76cabfe77d3f: Preparing [2021-03-10T04:51:28.868Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:28.868Z] b1ce496b94b4: Preparing [2021-03-10T04:51:28.868Z] 02a88cfff88f: Preparing [2021-03-10T04:51:29.150Z] 76cabfe77d3f: Layer already exists [2021-03-10T04:51:29.150Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:29.150Z] 7906dbecb016: Layer already exists [2021-03-10T04:51:29.150Z] b1ce496b94b4: Layer already exists [2021-03-10T04:51:29.150Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:29.150Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:b83f626bb7dc5bfe21ce3808be9e405759c17561715639001ac9837a95e7d7b4 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:29.492Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:29.823Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-10T04:51:29.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-10T04:51:29.823Z] 7906dbecb016: Preparing [2021-03-10T04:51:29.823Z] 76cabfe77d3f: Preparing [2021-03-10T04:51:29.823Z] 1c036cf5c9b1: Preparing [2021-03-10T04:51:29.823Z] b1ce496b94b4: Preparing [2021-03-10T04:51:29.823Z] 02a88cfff88f: Preparing [2021-03-10T04:51:29.823Z] b1ce496b94b4: Layer already exists [2021-03-10T04:51:29.823Z] 1c036cf5c9b1: Layer already exists [2021-03-10T04:51:30.094Z] 7906dbecb016: Layer already exists [2021-03-10T04:51:30.094Z] 76cabfe77d3f: Layer already exists [2021-03-10T04:51:30.094Z] 02a88cfff88f: Layer already exists [2021-03-10T04:51:30.094Z] master: digest: sha256:b83f626bb7dc5bfe21ce3808be9e405759c17561715639001ac9837a95e7d7b4 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:51:30.444Z] ===================================================== [Pipeline] echo [2021-03-10T04:51:30.488Z] taggedImages: [2021-03-10T04:51:30.488Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:30.488Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:30.488Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:30.488Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-10T04:51:30.553Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-10T04:51:30.553Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:30.553Z] 2.0.0-dev.120 [2021-03-10T04:51:30.553Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:30.553Z] master [2021-03-10T04:51:30.553Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:31.080Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:31.423Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:31.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-10T04:51:31.423Z] 1f60e3cf2351: Preparing [2021-03-10T04:51:31.424Z] 1f0eceefbf7f: Preparing [2021-03-10T04:51:31.424Z] 7e742b586930: Preparing [2021-03-10T04:51:31.424Z] 9b43d55035f0: Preparing [2021-03-10T04:51:31.424Z] ff7bdf1f9699: Preparing [2021-03-10T04:51:31.424Z] b5ea4ea7cb4c: Preparing [2021-03-10T04:51:31.424Z] 9666cec206f7: Preparing [2021-03-10T04:51:31.424Z] 9ded3b6bb9b5: Preparing [2021-03-10T04:51:31.424Z] fa1afe8e6ed9: Preparing [2021-03-10T04:51:31.424Z] 87a09b4c083e: Preparing [2021-03-10T04:51:31.424Z] 0f74e9ff2a61: Preparing [2021-03-10T04:51:31.424Z] b122376c33c6: Preparing [2021-03-10T04:51:31.424Z] f8381ed47b22: Preparing [2021-03-10T04:51:31.424Z] e934a737d657: Preparing [2021-03-10T04:51:31.424Z] 87a09b4c083e: Waiting [2021-03-10T04:51:31.424Z] 0f74e9ff2a61: Waiting [2021-03-10T04:51:31.424Z] b122376c33c6: Waiting [2021-03-10T04:51:31.424Z] f8381ed47b22: Waiting [2021-03-10T04:51:31.424Z] e934a737d657: Waiting [2021-03-10T04:51:31.424Z] b5ea4ea7cb4c: Waiting [2021-03-10T04:51:31.424Z] 9666cec206f7: Waiting [2021-03-10T04:51:31.424Z] fa1afe8e6ed9: Waiting [2021-03-10T04:51:31.424Z] 9ded3b6bb9b5: Waiting [2021-03-10T04:51:32.023Z] ff7bdf1f9699: Pushed [2021-03-10T04:51:32.023Z] 1f60e3cf2351: Pushed [2021-03-10T04:51:32.626Z] 9b43d55035f0: Pushed [2021-03-10T04:51:32.905Z] 9ded3b6bb9b5: Layer already exists [2021-03-10T04:51:32.905Z] fa1afe8e6ed9: Layer already exists [2021-03-10T04:51:32.905Z] 9666cec206f7: Pushed [2021-03-10T04:51:32.905Z] 87a09b4c083e: Layer already exists [2021-03-10T04:51:32.905Z] 0f74e9ff2a61: Layer already exists [2021-03-10T04:51:32.905Z] f8381ed47b22: Layer already exists [2021-03-10T04:51:33.179Z] b122376c33c6: Layer already exists [2021-03-10T04:51:33.180Z] e934a737d657: Layer already exists [2021-03-10T04:51:33.451Z] 1f0eceefbf7f: Pushed [2021-03-10T04:51:34.428Z] b5ea4ea7cb4c: Pushed [2021-03-10T04:51:44.551Z] 7e742b586930: Pushed [2021-03-10T04:51:44.551Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e: digest: sha256:158679d39b57133ecea4a06d9eeb7e105d0beeb33d14e216096761d69f6a53b7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:44.890Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:45.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:45.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-10T04:51:45.223Z] 1f60e3cf2351: Preparing [2021-03-10T04:51:45.223Z] 1f0eceefbf7f: Preparing [2021-03-10T04:51:45.223Z] 7e742b586930: Preparing [2021-03-10T04:51:45.223Z] 9b43d55035f0: Preparing [2021-03-10T04:51:45.223Z] ff7bdf1f9699: Preparing [2021-03-10T04:51:45.223Z] b5ea4ea7cb4c: Preparing [2021-03-10T04:51:45.223Z] 9666cec206f7: Preparing [2021-03-10T04:51:45.223Z] 9ded3b6bb9b5: Preparing [2021-03-10T04:51:45.223Z] fa1afe8e6ed9: Preparing [2021-03-10T04:51:45.223Z] 87a09b4c083e: Preparing [2021-03-10T04:51:45.223Z] 0f74e9ff2a61: Preparing [2021-03-10T04:51:45.223Z] b122376c33c6: Preparing [2021-03-10T04:51:45.223Z] f8381ed47b22: Preparing [2021-03-10T04:51:45.223Z] e934a737d657: Preparing [2021-03-10T04:51:45.223Z] fa1afe8e6ed9: Waiting [2021-03-10T04:51:45.223Z] b122376c33c6: Waiting [2021-03-10T04:51:45.223Z] f8381ed47b22: Waiting [2021-03-10T04:51:45.223Z] e934a737d657: Waiting [2021-03-10T04:51:45.223Z] 87a09b4c083e: Waiting [2021-03-10T04:51:45.223Z] 9666cec206f7: Waiting [2021-03-10T04:51:45.223Z] 9ded3b6bb9b5: Waiting [2021-03-10T04:51:45.223Z] 0f74e9ff2a61: Waiting [2021-03-10T04:51:45.223Z] b5ea4ea7cb4c: Waiting [2021-03-10T04:51:45.223Z] 7e742b586930: Layer already exists [2021-03-10T04:51:45.223Z] 9b43d55035f0: Layer already exists [2021-03-10T04:51:45.223Z] ff7bdf1f9699: Layer already exists [2021-03-10T04:51:45.223Z] 1f0eceefbf7f: Layer already exists [2021-03-10T04:51:45.223Z] 1f60e3cf2351: Layer already exists [2021-03-10T04:51:45.495Z] 9ded3b6bb9b5: Layer already exists [2021-03-10T04:51:45.495Z] 9666cec206f7: Layer already exists [2021-03-10T04:51:45.496Z] b5ea4ea7cb4c: Layer already exists [2021-03-10T04:51:45.496Z] fa1afe8e6ed9: Layer already exists [2021-03-10T04:51:45.496Z] 87a09b4c083e: Layer already exists [2021-03-10T04:51:45.496Z] b122376c33c6: Layer already exists [2021-03-10T04:51:45.496Z] e934a737d657: Layer already exists [2021-03-10T04:51:45.496Z] 0f74e9ff2a61: Layer already exists [2021-03-10T04:51:45.496Z] f8381ed47b22: Layer already exists [2021-03-10T04:51:45.496Z] 2.0.0-dev.120: digest: sha256:158679d39b57133ecea4a06d9eeb7e105d0beeb33d14e216096761d69f6a53b7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:45.838Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:46.179Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:46.179Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-10T04:51:46.179Z] 1f60e3cf2351: Preparing [2021-03-10T04:51:46.179Z] 1f0eceefbf7f: Preparing [2021-03-10T04:51:46.179Z] 7e742b586930: Preparing [2021-03-10T04:51:46.179Z] 9b43d55035f0: Preparing [2021-03-10T04:51:46.179Z] ff7bdf1f9699: Preparing [2021-03-10T04:51:46.179Z] b5ea4ea7cb4c: Preparing [2021-03-10T04:51:46.179Z] 9666cec206f7: Preparing [2021-03-10T04:51:46.179Z] 9ded3b6bb9b5: Preparing [2021-03-10T04:51:46.179Z] fa1afe8e6ed9: Preparing [2021-03-10T04:51:46.179Z] 87a09b4c083e: Preparing [2021-03-10T04:51:46.179Z] 0f74e9ff2a61: Preparing [2021-03-10T04:51:46.179Z] b122376c33c6: Preparing [2021-03-10T04:51:46.179Z] f8381ed47b22: Preparing [2021-03-10T04:51:46.179Z] e934a737d657: Preparing [2021-03-10T04:51:46.179Z] fa1afe8e6ed9: Waiting [2021-03-10T04:51:46.179Z] 87a09b4c083e: Waiting [2021-03-10T04:51:46.179Z] 0f74e9ff2a61: Waiting [2021-03-10T04:51:46.179Z] b122376c33c6: Waiting [2021-03-10T04:51:46.179Z] f8381ed47b22: Waiting [2021-03-10T04:51:46.179Z] e934a737d657: Waiting [2021-03-10T04:51:46.179Z] 9666cec206f7: Waiting [2021-03-10T04:51:46.179Z] 9ded3b6bb9b5: Waiting [2021-03-10T04:51:46.179Z] b5ea4ea7cb4c: Waiting [2021-03-10T04:51:46.179Z] 1f0eceefbf7f: Layer already exists [2021-03-10T04:51:46.179Z] 9b43d55035f0: Layer already exists [2021-03-10T04:51:46.179Z] 7e742b586930: Layer already exists [2021-03-10T04:51:46.179Z] ff7bdf1f9699: Layer already exists [2021-03-10T04:51:46.179Z] 1f60e3cf2351: Layer already exists [2021-03-10T04:51:46.451Z] b5ea4ea7cb4c: Layer already exists [2021-03-10T04:51:46.451Z] 9666cec206f7: Layer already exists [2021-03-10T04:51:46.451Z] fa1afe8e6ed9: Layer already exists [2021-03-10T04:51:46.451Z] 87a09b4c083e: Layer already exists [2021-03-10T04:51:46.451Z] 9ded3b6bb9b5: Layer already exists [2021-03-10T04:51:46.451Z] b122376c33c6: Layer already exists [2021-03-10T04:51:46.451Z] f8381ed47b22: Layer already exists [2021-03-10T04:51:46.451Z] 0f74e9ff2a61: Layer already exists [2021-03-10T04:51:46.451Z] e934a737d657: Layer already exists [2021-03-10T04:51:46.451Z] e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120: digest: sha256:158679d39b57133ecea4a06d9eeb7e105d0beeb33d14e216096761d69f6a53b7 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:51:46.803Z] + 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-10T04:51:47.142Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-10T04:51:47.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-10T04:51:47.142Z] 1f60e3cf2351: Preparing [2021-03-10T04:51:47.142Z] 1f0eceefbf7f: Preparing [2021-03-10T04:51:47.142Z] 7e742b586930: Preparing [2021-03-10T04:51:47.142Z] 9b43d55035f0: Preparing [2021-03-10T04:51:47.142Z] ff7bdf1f9699: Preparing [2021-03-10T04:51:47.142Z] b5ea4ea7cb4c: Preparing [2021-03-10T04:51:47.142Z] 9666cec206f7: Preparing [2021-03-10T04:51:47.142Z] 9ded3b6bb9b5: Preparing [2021-03-10T04:51:47.142Z] b5ea4ea7cb4c: Waiting [2021-03-10T04:51:47.142Z] 9666cec206f7: Waiting [2021-03-10T04:51:47.142Z] fa1afe8e6ed9: Preparing [2021-03-10T04:51:47.142Z] 87a09b4c083e: Preparing [2021-03-10T04:51:47.142Z] 9ded3b6bb9b5: Waiting [2021-03-10T04:51:47.142Z] 0f74e9ff2a61: Preparing [2021-03-10T04:51:47.142Z] b122376c33c6: Preparing [2021-03-10T04:51:47.142Z] f8381ed47b22: Preparing [2021-03-10T04:51:47.142Z] e934a737d657: Preparing [2021-03-10T04:51:47.142Z] fa1afe8e6ed9: Waiting [2021-03-10T04:51:47.142Z] 87a09b4c083e: Waiting [2021-03-10T04:51:47.142Z] 0f74e9ff2a61: Waiting [2021-03-10T04:51:47.142Z] b122376c33c6: Waiting [2021-03-10T04:51:47.142Z] f8381ed47b22: Waiting [2021-03-10T04:51:47.142Z] e934a737d657: Waiting [2021-03-10T04:51:47.414Z] 9b43d55035f0: Layer already exists [2021-03-10T04:51:47.414Z] 7e742b586930: Layer already exists [2021-03-10T04:51:47.414Z] 1f60e3cf2351: Layer already exists [2021-03-10T04:51:47.414Z] ff7bdf1f9699: Layer already exists [2021-03-10T04:51:47.414Z] 1f0eceefbf7f: Layer already exists [2021-03-10T04:51:47.414Z] 9666cec206f7: Layer already exists [2021-03-10T04:51:47.414Z] b5ea4ea7cb4c: Layer already exists [2021-03-10T04:51:47.414Z] 87a09b4c083e: Layer already exists [2021-03-10T04:51:47.414Z] fa1afe8e6ed9: Layer already exists [2021-03-10T04:51:47.414Z] 0f74e9ff2a61: Layer already exists [2021-03-10T04:51:47.414Z] b122376c33c6: Layer already exists [2021-03-10T04:51:47.414Z] f8381ed47b22: Layer already exists [2021-03-10T04:51:47.414Z] e934a737d657: Layer already exists [2021-03-10T04:51:47.686Z] 9ded3b6bb9b5: Layer already exists [2021-03-10T04:51:47.962Z] master: digest: sha256:158679d39b57133ecea4a06d9eeb7e105d0beeb33d14e216096761d69f6a53b7 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-10T04:51:48.152Z] ===================================================== [Pipeline] echo [2021-03-10T04:51:48.197Z] taggedImages: [2021-03-10T04:51:48.197Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [2021-03-10T04:51:48.197Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.120 [2021-03-10T04:51:48.197Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:e1c877c26fd3ad456d53f84346cbbc11c0c9a37e-2.0.0-dev.120 [2021-03-10T04:51:48.197Z] - 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-10T04:51:49.077Z] ---> job-cost.sh [2021-03-10T04:51:49.077Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FI0s [2021-03-10T04:52:36.020Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-10T04:54:57.867Z] lf-activate-venv(): INFO: Adding /tmp/venv-FI0s/bin to PATH [2021-03-10T04:54:57.867Z] INFO: No Stack... [2021-03-10T04:54:57.867Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-10T04:54:57.867Z] INFO: Archiving Costs [Pipeline] sh [2021-03-10T04:54:58.222Z] + cut -d, -f6 [2021-03-10T04:54:58.222Z] + cat /w/workspace/edgex-go/387/archives/cost.csv [Pipeline] lock [2021-03-10T04:54:58.460Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-387-stack-cost] [2021-03-10T04:54:58.470Z] Resource [jenkins-edgexfoundry-edgex-go-master-387-stack-cost] did not exist. Created. [2021-03-10T04:54:58.470Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-387-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-10T04:54:58.966Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-10T04:55:00.150Z] Stashed 1 file(s) [Pipeline] } [2021-03-10T04:55:00.160Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-387-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-10T04:55:01.965Z] provisioning config files... [2021-03-10T04:55:01.978Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/387@tmp/config3273966620307586272tmp [Pipeline] { [Pipeline] sh [2021-03-10T04:55:02.357Z] + set +x [2021-03-10T04:55:02.357Z] + curl -s https://codecov.io/bash [2021-03-10T04:55:02.357Z] + bash -s -- [2021-03-10T04:55:02.933Z] [2021-03-10T04:55:02.933Z] _____ _ [2021-03-10T04:55:02.933Z] / ____| | | [2021-03-10T04:55:02.933Z] | | ___ __| | ___ ___ _____ __ [2021-03-10T04:55:02.933Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-10T04:55:02.933Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-10T04:55:02.933Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-10T04:55:02.933Z] Bash-20210309-2b87ace [2021-03-10T04:55:02.933Z] [2021-03-10T04:55:02.933Z] [2021-03-10T04:55:02.933Z] ==> git version 2.24.3 found [2021-03-10T04:55:02.933Z] ==> 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-10T04:55:02.933Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-10T04:55:02.933Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-10T04:55:02.933Z] ==> Jenkins CI detected. [2021-03-10T04:55:02.933Z] project root: . [2021-03-10T04:55:02.933Z] --> token set from env [2021-03-10T04:55:02.933Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-10T04:55:03.198Z] ==> Running gcov in . (disable via -X gcov) [2021-03-10T04:55:03.198Z] ==> Python coveragepy not found [2021-03-10T04:55:03.198Z] ==> Searching for coverage reports in: [2021-03-10T04:55:03.198Z] + . [2021-03-10T04:55:03.198Z] -> Found 1 reports [2021-03-10T04:55:03.198Z] ==> Detecting git/mercurial file structure [2021-03-10T04:55:03.198Z] ==> Reading reports [2021-03-10T04:55:03.198Z] + ./coverage.out bytes=625548 [2021-03-10T04:55:03.198Z] ==> Appending adjustments [2021-03-10T04:55:03.198Z] https://docs.codecov.io/docs/fixing-reports [2021-03-10T04:55:07.425Z] + Found adjustments [2021-03-10T04:55:07.425Z] ==> Gzipping contents [2021-03-10T04:55:07.425Z] 92K /tmp/codecov.D8VEM0.gz [2021-03-10T04:55:07.425Z] ==> Uploading reports [2021-03-10T04:55:07.425Z] url: https://codecov.io [2021-03-10T04:55:07.425Z] query: branch=master&commit=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e&build=387&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F387%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-10T04:55:07.426Z] -> Pinging Codecov [2021-03-10T04:55:07.426Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=e1c877c26fd3ad456d53f84346cbbc11c0c9a37e&build=387&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F387%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-10T04:55:07.426Z] -> Uploading to [2021-03-10T04:55:07.426Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/e1c877c26fd3ad456d53f84346cbbc11c0c9a37e/50ea625c-01ba-4876-99f7-48542994b81d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T045507Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eb02c0f749a966cf248364edc5e77694e857840d2f5308a3f128a56edb876ca4 [2021-03-10T04:55:07.426Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:55:07.426Z] Dload Upload Total Spent Left Speed [2021-03-10T04:55:08.005Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92348 0 0 100 92348 0 151k --:--:-- --:--:-- --:--:-- 151k 100 92348 0 0 100 92348 0 151k --:--:-- --:--:-- --:--:-- 151k [2021-03-10T04:55:08.005Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e1c877c26fd3ad456d53f84346cbbc11c0c9a37e [Pipeline] } [2021-03-10T04:55:08.047Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-10T04:55:08.859Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-10T04:55:08.948Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:55:09.301Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T04:55:09.564Z] [2021-03-10T04:55:09.564Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:55:09.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T04:55:09.955Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-10T04:55:09.955Z] 188c0c94c7c5: Already exists [2021-03-10T04:55:09.955Z] 0ef7d3d256c8: Already exists [2021-03-10T04:55:09.955Z] de9db76c5a1d: Already exists [2021-03-10T04:55:09.955Z] 0eba1c9be4d2: Pulling fs layer [2021-03-10T04:55:09.955Z] 0d57e429df01: Pulling fs layer [2021-03-10T04:55:09.955Z] 4e4be7b47b0d: Pulling fs layer [2021-03-10T04:55:09.955Z] e1f770b5df2f: Pulling fs layer [2021-03-10T04:55:09.955Z] 85a0685a4137: Pulling fs layer [2021-03-10T04:55:09.955Z] 85a0685a4137: Waiting [2021-03-10T04:55:09.955Z] e1f770b5df2f: Waiting [2021-03-10T04:55:10.217Z] 4e4be7b47b0d: Verifying Checksum [2021-03-10T04:55:10.217Z] 4e4be7b47b0d: Download complete [2021-03-10T04:55:10.217Z] 0d57e429df01: Download complete [2021-03-10T04:55:12.159Z] e1f770b5df2f: Verifying Checksum [2021-03-10T04:55:12.159Z] e1f770b5df2f: Download complete [2021-03-10T04:55:14.744Z] 0eba1c9be4d2: Verifying Checksum [2021-03-10T04:55:14.744Z] 0eba1c9be4d2: Download complete [2021-03-10T04:55:14.744Z] 85a0685a4137: Verifying Checksum [2021-03-10T04:55:14.744Z] 85a0685a4137: Download complete [2021-03-10T04:55:21.364Z] 0eba1c9be4d2: Pull complete [2021-03-10T04:55:21.364Z] 0d57e429df01: Pull complete [2021-03-10T04:55:21.627Z] 4e4be7b47b0d: Pull complete [2021-03-10T04:55:25.857Z] e1f770b5df2f: Pull complete [2021-03-10T04:55:34.290Z] 85a0685a4137: Pull complete [2021-03-10T04:55:34.290Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-10T04:55:34.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-10T04:55:34.290Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-10T04:55:34.544Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:55:34.606Z] $ 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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:55:35.877Z] $ docker top dfff574af5d432fed6cf9ce592c6c7590178a04ab208fff319b8441af9fc8399 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-10T04:55:36.209Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-10T04:55:36.508Z] + set -o pipefail [2021-03-10T04:55:36.508Z] + snyk monitor '--org=edgex-jenkins' [2021-03-10T04:55:51.449Z] [2021-03-10T04:55:51.449Z] Monitoring /w/workspace/edgex-go/387 (github.com/edgexfoundry/edgex-go)... [2021-03-10T04:55:51.449Z] [2021-03-10T04:55:51.449Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/a450188a-6b18-4385-865f-a43bfe3e8bcc [2021-03-10T04:55:51.449Z] [2021-03-10T04:55:51.449Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-10T04:55:51.449Z] [2021-03-10T04:55:51.449Z] [Pipeline] } [2021-03-10T04:55:51.467Z] $ docker stop --time=1 dfff574af5d432fed6cf9ce592c6c7590178a04ab208fff319b8441af9fc8399 [2021-03-10T04:55:54.393Z] $ docker rm -f dfff574af5d432fed6cf9ce592c6c7590178a04ab208fff319b8441af9fc8399 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-10T04:55:55.822Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T04:55:55.919Z] provisioning config files... [2021-03-10T04:55:55.932Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/387@tmp/config3475370001682823371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:55:56.333Z] --> edgex-publish-swagger.sh [2021-03-10T04:55:56.333Z] === Publish openapi/v1 API === [2021-03-10T04:55:56.333Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-10T04:55:56.333Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/387/openapi/v1/core-command.yaml] [2021-03-10T04:55:56.333Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:55:56.333Z] Dload Upload Total Spent Left Speed [2021-03-10T04:55:57.725Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 7989 0:00:01 0:00:01 --:--:-- 7995 100 10522 0 0 100 10522 0 7987 0:00:01 0:00:01 --:--:-- 7995 [2021-03-10T04:55:57.725Z] [2021-03-10T04:55:57.725Z] [2021-03-10T04:55:57.725Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/387/openapi/v1/core-data.yaml] [2021-03-10T04:55:57.725Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:55:57.725Z] Dload Upload Total Spent Left Speed [2021-03-10T04:55:58.671Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 30264 0:00:01 0:00:01 --:--:-- 30285 [2021-03-10T04:55:58.671Z] [2021-03-10T04:55:58.671Z] [2021-03-10T04:55:58.671Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/387/openapi/v1/core-metadata.yaml] [2021-03-10T04:55:58.671Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:55:58.671Z] Dload Upload Total Spent Left Speed [2021-03-10T04:55:59.878Z] 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 63620 0:00:01 0:00:01 --:--:-- 63607 100 73721 0 0 100 73721 0 63609 0:00:01 0:00:01 --:--:-- 63607 [2021-03-10T04:55:59.878Z] [2021-03-10T04:55:59.878Z] [2021-03-10T04:55:59.878Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/387/openapi/v1/support-logging.yaml] [2021-03-10T04:55:59.878Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:55:59.878Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:01.279Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 11807 0:00:01 0:00:01 --:--:-- 11809 100 13581 0 0 100 13581 0 11805 0:00:01 0:00:01 --:--:-- 11809 [2021-03-10T04:56:01.279Z] [2021-03-10T04:56:01.279Z] [2021-03-10T04:56:01.279Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/387/openapi/v1/support-notifications.yaml] [2021-03-10T04:56:01.279Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:01.279Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:02.231Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 31976 0:00:01 0:00:01 --:--:-- 32008 100 38890 0 0 100 38890 0 30356 0:00:01 0:00:01 --:--:-- 30382 [2021-03-10T04:56:02.231Z] [2021-03-10T04:56:02.231Z] [2021-03-10T04:56:02.231Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/387/openapi/v1/support-scheduler.yaml] [2021-03-10T04:56:02.231Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:02.231Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:03.623Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12842 0:00:01 0:00:01 --:--:-- 12848 100 14249 0 0 100 14249 0 12839 0:00:01 0:00:01 --:--:-- 12848 [2021-03-10T04:56:03.623Z] [2021-03-10T04:56:03.623Z] [2021-03-10T04:56:03.623Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/387/openapi/v1/system-agent.yaml] [2021-03-10T04:56:03.623Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:03.623Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:04.568Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3859 0:00:01 0:00:01 --:--:-- 3862 100 4110 0 0 100 4110 0 3859 0:00:01 0:00:01 --:--:-- 3862 [2021-03-10T04:56:04.568Z] [2021-03-10T04:56:04.568Z] [2021-03-10T04:56:04.568Z] === Publish openapi/v2 API === [2021-03-10T04:56:04.568Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-10T04:56:04.568Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/387/openapi/v2/core-command.yaml] [2021-03-10T04:56:04.568Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:04.568Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:05.516Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 26993 0:00:01 0:00:01 --:--:-- 27015 100 29744 0 0 100 29744 0 26988 0:00:01 0:00:01 --:--:-- 27015 [2021-03-10T04:56:05.516Z] [2021-03-10T04:56:05.516Z] [2021-03-10T04:56:05.516Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/387/openapi/v2/core-data.yaml] [2021-03-10T04:56:05.516Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:05.516Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:06.726Z] 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 52577 0:00:01 0:00:01 --:--:-- 52622 [2021-03-10T04:56:06.726Z] [2021-03-10T04:56:06.726Z] [2021-03-10T04:56:06.726Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/387/openapi/v2/core-metadata.yaml] [2021-03-10T04:56:06.726Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:06.726Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:07.938Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k 100 118k 0 0 100 118k 0 104k 0:00:01 0:00:01 --:--:-- 104k [2021-03-10T04:56:07.938Z] [2021-03-10T04:56:07.938Z] [2021-03-10T04:56:07.938Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/387/openapi/v2/support-notifications.yaml] [2021-03-10T04:56:07.938Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:07.938Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:08.924Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 66458 0:00:01 0:00:01 --:--:-- 66475 100 71727 0 0 100 71727 0 66444 0:00:01 0:00:01 --:--:-- 66475 [2021-03-10T04:56:08.925Z] [2021-03-10T04:56:08.925Z] [2021-03-10T04:56:08.925Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/387/openapi/v2/support-scheduler.yaml] [2021-03-10T04:56:08.925Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:08.925Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:10.338Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 37783 0 0 100 37783 0 32343 0:00:01 0:00:01 --:--:-- 32376 100 37783 0 0 100 37783 0 32338 0:00:01 0:00:01 --:--:-- 32348 [2021-03-10T04:56:10.338Z] [2021-03-10T04:56:10.338Z] [2021-03-10T04:56:10.338Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/387/openapi/v2/system-agent.yaml] [2021-03-10T04:56:10.338Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-10T04:56:10.338Z] Dload Upload Total Spent Left Speed [2021-03-10T04:56:11.289Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 22881 0:00:01 0:00:01 --:--:-- 22899 100 24182 0 0 100 24182 0 22876 0:00:01 0:00:01 --:--:-- 22899 [2021-03-10T04:56:11.289Z] [2021-03-10T04:56:11.289Z] [Pipeline] } [2021-03-10T04:56:11.301Z] 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-10T04:56:12.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T04:56:12.129Z] . [Pipeline] withDockerContainer [2021-03-10T04:56:12.240Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:56:12.292Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:56:13.322Z] $ docker top fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T04:56:13.857Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T04:56:13.857Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T04:56:14.191Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T04:56:14.196Z] $ docker exec fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c ssh-agent [2021-03-10T04:56:14.419Z] SSH_AUTH_SOCK=/tmp/ssh-1WPrJYjbd0qD/agent.11 [2021-03-10T04:56:14.419Z] SSH_AGENT_PID=17 [2021-03-10T04:56:14.428Z] Running ssh-add (command line suppressed) [2021-03-10T04:56:14.590Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_8963268438959754643.key (/w/workspace/edgex-go/387@tmp/private_key_8963268438959754643.key) [2021-03-10T04:56:14.666Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T04:56:15.015Z] + git semver tag [2021-03-10T04:56:15.278Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T04:56:15.278Z] # $GIT_DIR = /w/workspace/edgex-go/387/.git [2021-03-10T04:56:15.278Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/387 [2021-03-10T04:56:15.278Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T04:56:15.278Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T04:56:15.278Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T04:56:15.278Z] # $SEMVER_BRANCH = master [2021-03-10T04:56:15.278Z] # $SEMVER_DIR = /w/workspace/edgex-go/387/.semver [2021-03-10T04:56:15.278Z] # e1c877c26fd3ad456d53f84346cbbc11c0c9a37e HEAD [2021-03-10T04:56:15.852Z] # -> Force: false [2021-03-10T04:56:15.852Z] # 7ee4a2230bbad5ac34b58da9f22f592b85c35b20 refs/tags/v2.0.0-dev.120 [Pipeline] } [2021-03-10T04:56:15.866Z] $ docker exec --env ******** --env ******** fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c ssh-agent -k [2021-03-10T04:56:16.012Z] unset SSH_AUTH_SOCK; [2021-03-10T04:56:16.012Z] unset SSH_AGENT_PID; [2021-03-10T04:56:16.012Z] echo Agent pid 17 killed; [2021-03-10T04:56:16.097Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T04:56:16.599Z] + git semver [Pipeline] } [2021-03-10T04:56:16.618Z] $ docker stop --time=1 fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c [2021-03-10T04:56:18.049Z] $ docker rm -f fcb55986fa862d57ac6039c3e4ab644c98e47a6231556479f768af002ac91e3c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:56:18.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T04:56:18.692Z] [2021-03-10T04:56:18.692Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:56:19.049Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T04:56:19.049Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-10T04:56:19.049Z] ab5ef0e58194: Pulling fs layer [2021-03-10T04:56:19.049Z] 9712f1f96733: Pulling fs layer [2021-03-10T04:56:19.049Z] 63f879dbbcfc: Pulling fs layer [2021-03-10T04:56:19.049Z] 0d9ebad4ef96: Pulling fs layer [2021-03-10T04:56:19.049Z] e9a5061849ea: Pulling fs layer [2021-03-10T04:56:19.049Z] d747dcd14b5f: Pulling fs layer [2021-03-10T04:56:19.049Z] 2de7ff778b66: Pulling fs layer [2021-03-10T04:56:19.049Z] e9a5061849ea: Waiting [2021-03-10T04:56:19.049Z] d747dcd14b5f: Waiting [2021-03-10T04:56:19.049Z] 2de7ff778b66: Waiting [2021-03-10T04:56:19.049Z] 0d9ebad4ef96: Waiting [2021-03-10T04:56:19.049Z] 9712f1f96733: Verifying Checksum [2021-03-10T04:56:19.049Z] 9712f1f96733: Download complete [2021-03-10T04:56:20.993Z] 63f879dbbcfc: Verifying Checksum [2021-03-10T04:56:20.993Z] 63f879dbbcfc: Download complete [2021-03-10T04:56:20.993Z] e9a5061849ea: Verifying Checksum [2021-03-10T04:56:20.993Z] e9a5061849ea: Download complete [2021-03-10T04:56:20.993Z] d747dcd14b5f: Verifying Checksum [2021-03-10T04:56:20.993Z] d747dcd14b5f: Download complete [2021-03-10T04:56:21.258Z] 2de7ff778b66: Verifying Checksum [2021-03-10T04:56:21.258Z] 2de7ff778b66: Download complete [2021-03-10T04:56:21.522Z] 0d9ebad4ef96: Verifying Checksum [2021-03-10T04:56:21.522Z] 0d9ebad4ef96: Download complete [2021-03-10T04:56:21.522Z] ab5ef0e58194: Verifying Checksum [2021-03-10T04:56:21.522Z] ab5ef0e58194: Download complete [2021-03-10T04:56:26.858Z] ab5ef0e58194: Pull complete [2021-03-10T04:56:26.858Z] 9712f1f96733: Pull complete [2021-03-10T04:56:29.427Z] 63f879dbbcfc: Pull complete [2021-03-10T04:56:37.898Z] 0d9ebad4ef96: Pull complete [2021-03-10T04:56:38.845Z] e9a5061849ea: Pull complete [2021-03-10T04:56:38.845Z] d747dcd14b5f: Pull complete [2021-03-10T04:56:42.176Z] 2de7ff778b66: Pull complete [2021-03-10T04:56:42.176Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-10T04:56:42.176Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-10T04:56:42.176Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-10T04:56:42.400Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:56:42.452Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:56:46.733Z] $ docker top 9fcacff4ebb594608deab7abb0fd5c90b4d53125f3c83db1fc7b7c2b0087cd74 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-10T04:56:47.120Z] provisioning config files... [2021-03-10T04:56:47.132Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/387@tmp/config5380886029615203753tmp [2021-03-10T04:56:47.150Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/387@tmp/config2068151934430795729tmp [2021-03-10T04:56:47.166Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/387@tmp/config1665227233466680728tmp [Pipeline] { [Pipeline] echo [2021-03-10T04:56:47.225Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:56:47.529Z] ---> sigul-configuration.sh [2021-03-10T04:56:47.529Z] gpg: directory `/root/.gnupg' created [2021-03-10T04:56:47.529Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-10T04:56:47.529Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-10T04:56:47.529Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-10T04:56:47.529Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-10T04:56:47.529Z] gpg: CAST5 encrypted data [2021-03-10T04:56:47.792Z] gpg: encrypted with 1 passphrase [2021-03-10T04:56:47.792Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-10T04:56:48.095Z] + mkdir /home/jenkins [2021-03-10T04:56:48.095Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-10T04:56:48.396Z] + 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-10T04:56:48.408Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:56:48.708Z] ---> sigul-install.sh [2021-03-10T04:56:55.320Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-10T04:56:55.623Z] + git tag --list [2021-03-10T04:56:55.623Z] 0.6.0 [2021-03-10T04:56:55.623Z] 0.6.1 [2021-03-10T04:56:55.623Z] 0.7.0 [2021-03-10T04:56:55.624Z] 0.7.1 [2021-03-10T04:56:55.624Z] v0.0.0 [2021-03-10T04:56:55.624Z] v0.0.1-dev.1 [2021-03-10T04:56:55.624Z] v1.0.0 [2021-03-10T04:56:55.624Z] v1.0.1 [2021-03-10T04:56:55.624Z] v1.1.0 [2021-03-10T04:56:55.624Z] v1.2.0 [2021-03-10T04:56:55.624Z] v1.2.1 [2021-03-10T04:56:55.624Z] v1.2.2-dev.1 [2021-03-10T04:56:55.624Z] v1.2.2-dev.10 [2021-03-10T04:56:55.624Z] v1.2.2-dev.100 [2021-03-10T04:56:55.624Z] v1.2.2-dev.101 [2021-03-10T04:56:55.624Z] v1.2.2-dev.102 [2021-03-10T04:56:55.624Z] v1.2.2-dev.103 [2021-03-10T04:56:55.624Z] v1.2.2-dev.104 [2021-03-10T04:56:55.624Z] v1.2.2-dev.105 [2021-03-10T04:56:55.624Z] v1.2.2-dev.106 [2021-03-10T04:56:55.624Z] v1.2.2-dev.107 [2021-03-10T04:56:55.624Z] v1.2.2-dev.11 [2021-03-10T04:56:55.624Z] v1.2.2-dev.12 [2021-03-10T04:56:55.624Z] v1.2.2-dev.13 [2021-03-10T04:56:55.624Z] v1.2.2-dev.14 [2021-03-10T04:56:55.624Z] v1.2.2-dev.15 [2021-03-10T04:56:55.624Z] v1.2.2-dev.16 [2021-03-10T04:56:55.624Z] v1.2.2-dev.17 [2021-03-10T04:56:55.624Z] v1.2.2-dev.18 [2021-03-10T04:56:55.624Z] v1.2.2-dev.19 [2021-03-10T04:56:55.624Z] v1.2.2-dev.2 [2021-03-10T04:56:55.624Z] v1.2.2-dev.20 [2021-03-10T04:56:55.624Z] v1.2.2-dev.21 [2021-03-10T04:56:55.624Z] v1.2.2-dev.22 [2021-03-10T04:56:55.624Z] v1.2.2-dev.23 [2021-03-10T04:56:55.624Z] v1.2.2-dev.24 [2021-03-10T04:56:55.624Z] v1.2.2-dev.25 [2021-03-10T04:56:55.624Z] v1.2.2-dev.26 [2021-03-10T04:56:55.624Z] v1.2.2-dev.27 [2021-03-10T04:56:55.624Z] v1.2.2-dev.28 [2021-03-10T04:56:55.624Z] v1.2.2-dev.29 [2021-03-10T04:56:55.624Z] v1.2.2-dev.3 [2021-03-10T04:56:55.624Z] v1.2.2-dev.30 [2021-03-10T04:56:55.624Z] v1.2.2-dev.31 [2021-03-10T04:56:55.624Z] v1.2.2-dev.32 [2021-03-10T04:56:55.624Z] v1.2.2-dev.33 [2021-03-10T04:56:55.624Z] v1.2.2-dev.34 [2021-03-10T04:56:55.624Z] v1.2.2-dev.35 [2021-03-10T04:56:55.624Z] v1.2.2-dev.36 [2021-03-10T04:56:55.624Z] v1.2.2-dev.37 [2021-03-10T04:56:55.624Z] v1.2.2-dev.38 [2021-03-10T04:56:55.624Z] v1.2.2-dev.39 [2021-03-10T04:56:55.624Z] v1.2.2-dev.4 [2021-03-10T04:56:55.624Z] v1.2.2-dev.40 [2021-03-10T04:56:55.624Z] v1.2.2-dev.41 [2021-03-10T04:56:55.624Z] v1.2.2-dev.42 [2021-03-10T04:56:55.624Z] v1.2.2-dev.43 [2021-03-10T04:56:55.624Z] v1.2.2-dev.44 [2021-03-10T04:56:55.624Z] v1.2.2-dev.45 [2021-03-10T04:56:55.624Z] v1.2.2-dev.46 [2021-03-10T04:56:55.624Z] v1.2.2-dev.47 [2021-03-10T04:56:55.624Z] v1.2.2-dev.48 [2021-03-10T04:56:55.624Z] v1.2.2-dev.49 [2021-03-10T04:56:55.624Z] v1.2.2-dev.5 [2021-03-10T04:56:55.624Z] v1.2.2-dev.50 [2021-03-10T04:56:55.624Z] v1.2.2-dev.51 [2021-03-10T04:56:55.624Z] v1.2.2-dev.52 [2021-03-10T04:56:55.624Z] v1.2.2-dev.53 [2021-03-10T04:56:55.624Z] v1.2.2-dev.54 [2021-03-10T04:56:55.624Z] v1.2.2-dev.55 [2021-03-10T04:56:55.624Z] v1.2.2-dev.56 [2021-03-10T04:56:55.624Z] v1.2.2-dev.57 [2021-03-10T04:56:55.624Z] v1.2.2-dev.58 [2021-03-10T04:56:55.624Z] v1.2.2-dev.59 [2021-03-10T04:56:55.624Z] v1.2.2-dev.6 [2021-03-10T04:56:55.624Z] v1.2.2-dev.60 [2021-03-10T04:56:55.624Z] v1.2.2-dev.61 [2021-03-10T04:56:55.624Z] v1.2.2-dev.62 [2021-03-10T04:56:55.624Z] v1.2.2-dev.63 [2021-03-10T04:56:55.624Z] v1.2.2-dev.64 [2021-03-10T04:56:55.624Z] v1.2.2-dev.65 [2021-03-10T04:56:55.624Z] v1.2.2-dev.66 [2021-03-10T04:56:55.624Z] v1.2.2-dev.67 [2021-03-10T04:56:55.624Z] v1.2.2-dev.68 [2021-03-10T04:56:55.624Z] v1.2.2-dev.69 [2021-03-10T04:56:55.624Z] v1.2.2-dev.7 [2021-03-10T04:56:55.624Z] v1.2.2-dev.70 [2021-03-10T04:56:55.624Z] v1.2.2-dev.71 [2021-03-10T04:56:55.624Z] v1.2.2-dev.72 [2021-03-10T04:56:55.624Z] v1.2.2-dev.73 [2021-03-10T04:56:55.624Z] v1.2.2-dev.74 [2021-03-10T04:56:55.624Z] v1.2.2-dev.75 [2021-03-10T04:56:55.624Z] v1.2.2-dev.76 [2021-03-10T04:56:55.624Z] v1.2.2-dev.77 [2021-03-10T04:56:55.624Z] v1.2.2-dev.78 [2021-03-10T04:56:55.624Z] v1.2.2-dev.79 [2021-03-10T04:56:55.624Z] v1.2.2-dev.8 [2021-03-10T04:56:55.624Z] v1.2.2-dev.80 [2021-03-10T04:56:55.624Z] v1.2.2-dev.81 [2021-03-10T04:56:55.624Z] v1.2.2-dev.82 [2021-03-10T04:56:55.624Z] v1.2.2-dev.83 [2021-03-10T04:56:55.624Z] v1.2.2-dev.84 [2021-03-10T04:56:55.624Z] v1.2.2-dev.85 [2021-03-10T04:56:55.624Z] v1.2.2-dev.86 [2021-03-10T04:56:55.624Z] v1.2.2-dev.87 [2021-03-10T04:56:55.624Z] v1.2.2-dev.88 [2021-03-10T04:56:55.624Z] v1.2.2-dev.89 [2021-03-10T04:56:55.624Z] v1.2.2-dev.9 [2021-03-10T04:56:55.624Z] v1.2.2-dev.90 [2021-03-10T04:56:55.624Z] v1.2.2-dev.91 [2021-03-10T04:56:55.624Z] v1.2.2-dev.92 [2021-03-10T04:56:55.624Z] v1.2.2-dev.93 [2021-03-10T04:56:55.624Z] v1.2.2-dev.94 [2021-03-10T04:56:55.624Z] v1.2.2-dev.95 [2021-03-10T04:56:55.624Z] v1.2.2-dev.96 [2021-03-10T04:56:55.624Z] v1.2.2-dev.97 [2021-03-10T04:56:55.624Z] v1.2.2-dev.98 [2021-03-10T04:56:55.624Z] v1.2.2-dev.99 [2021-03-10T04:56:55.624Z] v1.3.0 [2021-03-10T04:56:55.624Z] v1.3.1 [2021-03-10T04:56:55.624Z] v1.3.1-dev.1 [2021-03-10T04:56:55.624Z] v1.3.1-dev.10 [2021-03-10T04:56:55.624Z] v1.3.1-dev.11 [2021-03-10T04:56:55.624Z] v1.3.1-dev.12 [2021-03-10T04:56:55.624Z] v1.3.1-dev.13 [2021-03-10T04:56:55.624Z] v1.3.1-dev.14 [2021-03-10T04:56:55.624Z] v1.3.1-dev.15 [2021-03-10T04:56:55.624Z] v1.3.1-dev.16 [2021-03-10T04:56:55.624Z] v1.3.1-dev.17 [2021-03-10T04:56:55.624Z] v1.3.1-dev.18 [2021-03-10T04:56:55.624Z] v1.3.1-dev.2 [2021-03-10T04:56:55.624Z] v1.3.1-dev.3 [2021-03-10T04:56:55.624Z] v1.3.1-dev.4 [2021-03-10T04:56:55.624Z] v1.3.1-dev.5 [2021-03-10T04:56:55.624Z] v1.3.1-dev.6 [2021-03-10T04:56:55.624Z] v1.3.1-dev.7 [2021-03-10T04:56:55.624Z] v1.3.1-dev.8 [2021-03-10T04:56:55.624Z] v1.3.1-dev.9 [2021-03-10T04:56:55.624Z] v2.0.0-dev.1 [2021-03-10T04:56:55.624Z] v2.0.0-dev.10 [2021-03-10T04:56:55.624Z] v2.0.0-dev.100 [2021-03-10T04:56:55.624Z] v2.0.0-dev.101 [2021-03-10T04:56:55.624Z] v2.0.0-dev.102 [2021-03-10T04:56:55.624Z] v2.0.0-dev.103 [2021-03-10T04:56:55.624Z] v2.0.0-dev.104 [2021-03-10T04:56:55.624Z] v2.0.0-dev.105 [2021-03-10T04:56:55.624Z] v2.0.0-dev.106 [2021-03-10T04:56:55.624Z] v2.0.0-dev.107 [2021-03-10T04:56:55.624Z] v2.0.0-dev.108 [2021-03-10T04:56:55.624Z] v2.0.0-dev.109 [2021-03-10T04:56:55.624Z] v2.0.0-dev.11 [2021-03-10T04:56:55.624Z] v2.0.0-dev.110 [2021-03-10T04:56:55.624Z] v2.0.0-dev.111 [2021-03-10T04:56:55.624Z] v2.0.0-dev.112 [2021-03-10T04:56:55.624Z] v2.0.0-dev.113 [2021-03-10T04:56:55.624Z] v2.0.0-dev.114 [2021-03-10T04:56:55.624Z] v2.0.0-dev.115 [2021-03-10T04:56:55.624Z] v2.0.0-dev.116 [2021-03-10T04:56:55.624Z] v2.0.0-dev.117 [2021-03-10T04:56:55.624Z] v2.0.0-dev.118 [2021-03-10T04:56:55.624Z] v2.0.0-dev.119 [2021-03-10T04:56:55.624Z] v2.0.0-dev.12 [2021-03-10T04:56:55.624Z] v2.0.0-dev.120 [2021-03-10T04:56:55.624Z] v2.0.0-dev.13 [2021-03-10T04:56:55.624Z] v2.0.0-dev.14 [2021-03-10T04:56:55.624Z] v2.0.0-dev.15 [2021-03-10T04:56:55.624Z] v2.0.0-dev.16 [2021-03-10T04:56:55.624Z] v2.0.0-dev.17 [2021-03-10T04:56:55.624Z] v2.0.0-dev.18 [2021-03-10T04:56:55.624Z] v2.0.0-dev.19 [2021-03-10T04:56:55.624Z] v2.0.0-dev.2 [2021-03-10T04:56:55.624Z] v2.0.0-dev.20 [2021-03-10T04:56:55.624Z] v2.0.0-dev.21 [2021-03-10T04:56:55.624Z] v2.0.0-dev.22 [2021-03-10T04:56:55.624Z] v2.0.0-dev.23 [2021-03-10T04:56:55.624Z] v2.0.0-dev.24 [2021-03-10T04:56:55.624Z] v2.0.0-dev.25 [2021-03-10T04:56:55.624Z] v2.0.0-dev.26 [2021-03-10T04:56:55.624Z] v2.0.0-dev.27 [2021-03-10T04:56:55.624Z] v2.0.0-dev.28 [2021-03-10T04:56:55.624Z] v2.0.0-dev.29 [2021-03-10T04:56:55.624Z] v2.0.0-dev.3 [2021-03-10T04:56:55.624Z] v2.0.0-dev.30 [2021-03-10T04:56:55.624Z] v2.0.0-dev.31 [2021-03-10T04:56:55.624Z] v2.0.0-dev.32 [2021-03-10T04:56:55.624Z] v2.0.0-dev.33 [2021-03-10T04:56:55.624Z] v2.0.0-dev.34 [2021-03-10T04:56:55.624Z] v2.0.0-dev.35 [2021-03-10T04:56:55.624Z] v2.0.0-dev.36 [2021-03-10T04:56:55.624Z] v2.0.0-dev.37 [2021-03-10T04:56:55.624Z] v2.0.0-dev.38 [2021-03-10T04:56:55.624Z] v2.0.0-dev.39 [2021-03-10T04:56:55.624Z] v2.0.0-dev.4 [2021-03-10T04:56:55.624Z] v2.0.0-dev.40 [2021-03-10T04:56:55.624Z] v2.0.0-dev.41 [2021-03-10T04:56:55.624Z] v2.0.0-dev.42 [2021-03-10T04:56:55.624Z] v2.0.0-dev.43 [2021-03-10T04:56:55.624Z] v2.0.0-dev.44 [2021-03-10T04:56:55.624Z] v2.0.0-dev.45 [2021-03-10T04:56:55.624Z] v2.0.0-dev.46 [2021-03-10T04:56:55.624Z] v2.0.0-dev.47 [2021-03-10T04:56:55.624Z] v2.0.0-dev.48 [2021-03-10T04:56:55.624Z] v2.0.0-dev.49 [2021-03-10T04:56:55.624Z] v2.0.0-dev.5 [2021-03-10T04:56:55.624Z] v2.0.0-dev.50 [2021-03-10T04:56:55.624Z] v2.0.0-dev.51 [2021-03-10T04:56:55.624Z] v2.0.0-dev.52 [2021-03-10T04:56:55.624Z] v2.0.0-dev.53 [2021-03-10T04:56:55.624Z] v2.0.0-dev.54 [2021-03-10T04:56:55.624Z] v2.0.0-dev.55 [2021-03-10T04:56:55.624Z] v2.0.0-dev.56 [2021-03-10T04:56:55.624Z] v2.0.0-dev.57 [2021-03-10T04:56:55.624Z] v2.0.0-dev.58 [2021-03-10T04:56:55.624Z] v2.0.0-dev.59 [2021-03-10T04:56:55.624Z] v2.0.0-dev.6 [2021-03-10T04:56:55.624Z] v2.0.0-dev.60 [2021-03-10T04:56:55.624Z] v2.0.0-dev.61 [2021-03-10T04:56:55.624Z] v2.0.0-dev.62 [2021-03-10T04:56:55.624Z] v2.0.0-dev.63 [2021-03-10T04:56:55.624Z] v2.0.0-dev.64 [2021-03-10T04:56:55.624Z] v2.0.0-dev.65 [2021-03-10T04:56:55.624Z] v2.0.0-dev.66 [2021-03-10T04:56:55.624Z] v2.0.0-dev.67 [2021-03-10T04:56:55.624Z] v2.0.0-dev.68 [2021-03-10T04:56:55.624Z] v2.0.0-dev.69 [2021-03-10T04:56:55.624Z] v2.0.0-dev.7 [2021-03-10T04:56:55.624Z] v2.0.0-dev.70 [2021-03-10T04:56:55.624Z] v2.0.0-dev.71 [2021-03-10T04:56:55.624Z] v2.0.0-dev.72 [2021-03-10T04:56:55.624Z] v2.0.0-dev.73 [2021-03-10T04:56:55.624Z] v2.0.0-dev.74 [2021-03-10T04:56:55.624Z] v2.0.0-dev.75 [2021-03-10T04:56:55.624Z] v2.0.0-dev.76 [2021-03-10T04:56:55.624Z] v2.0.0-dev.77 [2021-03-10T04:56:55.624Z] v2.0.0-dev.78 [2021-03-10T04:56:55.624Z] v2.0.0-dev.79 [2021-03-10T04:56:55.624Z] v2.0.0-dev.8 [2021-03-10T04:56:55.624Z] v2.0.0-dev.80 [2021-03-10T04:56:55.624Z] v2.0.0-dev.81 [2021-03-10T04:56:55.624Z] v2.0.0-dev.82 [2021-03-10T04:56:55.624Z] v2.0.0-dev.83 [2021-03-10T04:56:55.624Z] v2.0.0-dev.84 [2021-03-10T04:56:55.624Z] v2.0.0-dev.85 [2021-03-10T04:56:55.624Z] v2.0.0-dev.86 [2021-03-10T04:56:55.624Z] v2.0.0-dev.87 [2021-03-10T04:56:55.624Z] v2.0.0-dev.88 [2021-03-10T04:56:55.624Z] v2.0.0-dev.89 [2021-03-10T04:56:55.624Z] v2.0.0-dev.9 [2021-03-10T04:56:55.624Z] v2.0.0-dev.90 [2021-03-10T04:56:55.624Z] v2.0.0-dev.91 [2021-03-10T04:56:55.624Z] v2.0.0-dev.92 [2021-03-10T04:56:55.624Z] v2.0.0-dev.93 [2021-03-10T04:56:55.624Z] v2.0.0-dev.94 [2021-03-10T04:56:55.624Z] v2.0.0-dev.95 [2021-03-10T04:56:55.624Z] v2.0.0-dev.96 [2021-03-10T04:56:55.624Z] v2.0.0-dev.97 [2021-03-10T04:56:55.624Z] v2.0.0-dev.98 [2021-03-10T04:56:55.624Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-10T04:56:55.930Z] + lftools sign git-tag v2.0.0-dev.120 [2021-03-10T04:56:57.324Z] Signing Git tag with Sigul... [2021-03-10T04:56:57.324Z] Signing v2.0.0-dev.120 [Pipeline] echo [2021-03-10T04:56:58.726Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:56:59.028Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-10T04:56:59.038Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-10T04:56:59.142Z] $ docker stop --time=1 9fcacff4ebb594608deab7abb0fd5c90b4d53125f3c83db1fc7b7c2b0087cd74 [2021-03-10T04:57:01.212Z] $ docker rm -f 9fcacff4ebb594608deab7abb0fd5c90b4d53125f3c83db1fc7b7c2b0087cd74 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:57:02.080Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T04:57:02.080Z] . [Pipeline] withDockerContainer [2021-03-10T04:57:02.191Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:57:02.245Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:57:02.987Z] $ docker top 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T04:57:03.347Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T04:57:03.347Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T04:57:03.568Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T04:57:03.573Z] $ docker exec 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 ssh-agent [2021-03-10T04:57:03.817Z] SSH_AUTH_SOCK=/tmp/ssh-LPHJp5GgYvSS/agent.11 [2021-03-10T04:57:03.817Z] SSH_AGENT_PID=17 [2021-03-10T04:57:03.857Z] Running ssh-add (command line suppressed) [2021-03-10T04:57:04.020Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_1373465898254187357.key (/w/workspace/edgex-go/387@tmp/private_key_1373465898254187357.key) [2021-03-10T04:57:04.098Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T04:57:04.442Z] + git semver bump pre [2021-03-10T04:57:04.442Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T04:57:04.442Z] # $GIT_DIR = /w/workspace/edgex-go/387/.git [2021-03-10T04:57:04.442Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/387 [2021-03-10T04:57:04.442Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T04:57:04.442Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T04:57:04.442Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T04:57:04.442Z] # $SEMVER_BRANCH = master [2021-03-10T04:57:04.442Z] # $SEMVER_DIR = /w/workspace/edgex-go/387/.semver [2021-03-10T04:57:04.442Z] 2.0.0-dev.121 [Pipeline] } [2021-03-10T04:57:04.457Z] $ docker exec --env ******** --env ******** 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 ssh-agent -k [2021-03-10T04:57:04.598Z] unset SSH_AUTH_SOCK; [2021-03-10T04:57:04.598Z] unset SSH_AGENT_PID; [2021-03-10T04:57:04.598Z] echo Agent pid 17 killed; [2021-03-10T04:57:04.658Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T04:57:05.141Z] + git semver [Pipeline] } [2021-03-10T04:57:05.161Z] $ docker stop --time=1 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 [2021-03-10T04:57:06.629Z] $ docker rm -f 191b143a2490b4e29b6c7abdb24bb6b2f18c72f3023e61a5e43c810f81e37f74 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:57:07.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-10T04:57:07.183Z] . [Pipeline] withDockerContainer [2021-03-10T04:57:07.299Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:57:07.352Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:57:08.114Z] $ docker top 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-10T04:57:08.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-10T04:57:08.435Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-10T04:57:08.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-10T04:57:08.640Z] $ docker exec 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c ssh-agent [2021-03-10T04:57:08.844Z] SSH_AUTH_SOCK=/tmp/ssh-T1YkIIHOgNsC/agent.11 [2021-03-10T04:57:08.844Z] SSH_AGENT_PID=16 [2021-03-10T04:57:08.851Z] Running ssh-add (command line suppressed) [2021-03-10T04:57:08.994Z] Identity added: /w/workspace/edgex-go/387@tmp/private_key_6326264494588622317.key (/w/workspace/edgex-go/387@tmp/private_key_6326264494588622317.key) [2021-03-10T04:57:09.059Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-10T04:57:09.399Z] + git semver push [2021-03-10T04:57:09.399Z] # -> Open(): unable to determine branch for HEAD [2021-03-10T04:57:09.399Z] # $GIT_DIR = /w/workspace/edgex-go/387/.git [2021-03-10T04:57:09.399Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/387 [2021-03-10T04:57:09.399Z] # $SEMVER_REMOTE_NAME = origin [2021-03-10T04:57:09.399Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-10T04:57:09.399Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-10T04:57:09.399Z] # $SEMVER_BRANCH = master [2021-03-10T04:57:09.399Z] # $SEMVER_DIR = /w/workspace/edgex-go/387/.semver [Pipeline] } [2021-03-10T04:57:17.581Z] $ docker exec --env ******** --env ******** 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c ssh-agent -k [2021-03-10T04:57:17.742Z] unset SSH_AUTH_SOCK; [2021-03-10T04:57:17.742Z] unset SSH_AGENT_PID; [2021-03-10T04:57:17.742Z] echo Agent pid 16 killed; [2021-03-10T04:57:17.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-10T04:57:18.282Z] + git semver [Pipeline] } [2021-03-10T04:57:18.300Z] $ docker stop --time=1 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c [2021-03-10T04:57:19.780Z] $ docker rm -f 87ea9a891d2f2457bfb702dd65fec741dc9d288dd0f55ee7c5692309858c3b1c [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-10T04:57:21.178Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:57:22.065Z] ---> package-listing.sh [2021-03-10T04:57:22.065Z] ++ facter osfamily [2021-03-10T04:57:22.065Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-10T04:57:22.065Z] + OS_FAMILY=redhat [2021-03-10T04:57:22.065Z] + workspace=/w/workspace/edgex-go/387 [2021-03-10T04:57:22.065Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-10T04:57:22.065Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-10T04:57:22.065Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-10T04:57:22.065Z] + PACKAGES=/tmp/packages_start.txt [2021-03-10T04:57:22.065Z] + '[' /w/workspace/edgex-go/387 ']' [2021-03-10T04:57:22.065Z] + PACKAGES=/tmp/packages_end.txt [2021-03-10T04:57:22.065Z] + case "${OS_FAMILY}" in [2021-03-10T04:57:22.065Z] + rpm -qa [2021-03-10T04:57:22.065Z] + sort [2021-03-10T04:57:27.393Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-10T04:57:27.393Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-10T04:57:27.393Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-10T04:57:27.393Z] + '[' /w/workspace/edgex-go/387 ']' [2021-03-10T04:57:27.393Z] + mkdir -p /w/workspace/edgex-go/387/archives/ [2021-03-10T04:57:27.393Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/387/archives/ [Pipeline] echo [2021-03-10T04:57:27.408Z] 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/387/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-10T04:57:27.703Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:57:28.010Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T04:57:28.010Z] [2021-03-10T04:57:28.010Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-10T04:57:28.366Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T04:57:28.366Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-10T04:57:28.366Z] df20fa9351a1: Pulling fs layer [2021-03-10T04:57:28.366Z] 36b3adc4ff6f: Pulling fs layer [2021-03-10T04:57:28.366Z] 8ad3a11d3b57: Pulling fs layer [2021-03-10T04:57:28.366Z] 46f8f816bc3b: Pulling fs layer [2021-03-10T04:57:28.366Z] 93b61091891f: Pulling fs layer [2021-03-10T04:57:28.366Z] 93b9cdb0e59b: Pulling fs layer [2021-03-10T04:57:28.366Z] 5e14af77c1be: Pulling fs layer [2021-03-10T04:57:28.366Z] 01666e4c0597: Pulling fs layer [2021-03-10T04:57:28.366Z] aa168da1d23b: Pulling fs layer [2021-03-10T04:57:28.366Z] 93b9cdb0e59b: Waiting [2021-03-10T04:57:28.366Z] 01666e4c0597: Waiting [2021-03-10T04:57:28.366Z] aa168da1d23b: Waiting [2021-03-10T04:57:28.366Z] 5e14af77c1be: Waiting [2021-03-10T04:57:28.366Z] 46f8f816bc3b: Waiting [2021-03-10T04:57:28.366Z] 36b3adc4ff6f: Verifying Checksum [2021-03-10T04:57:28.366Z] 36b3adc4ff6f: Download complete [2021-03-10T04:57:28.366Z] 46f8f816bc3b: Verifying Checksum [2021-03-10T04:57:28.366Z] 46f8f816bc3b: Download complete [2021-03-10T04:57:28.366Z] df20fa9351a1: Download complete [2021-03-10T04:57:28.366Z] 93b9cdb0e59b: Verifying Checksum [2021-03-10T04:57:28.366Z] 93b9cdb0e59b: Download complete [2021-03-10T04:57:28.634Z] 5e14af77c1be: Verifying Checksum [2021-03-10T04:57:28.634Z] 5e14af77c1be: Download complete [2021-03-10T04:57:28.634Z] 93b61091891f: Verifying Checksum [2021-03-10T04:57:28.634Z] 93b61091891f: Download complete [2021-03-10T04:57:28.634Z] 01666e4c0597: Verifying Checksum [2021-03-10T04:57:28.634Z] 01666e4c0597: Download complete [2021-03-10T04:57:28.634Z] 8ad3a11d3b57: Verifying Checksum [2021-03-10T04:57:28.634Z] 8ad3a11d3b57: Download complete [2021-03-10T04:57:28.976Z] df20fa9351a1: Pull complete [2021-03-10T04:57:29.248Z] 36b3adc4ff6f: Pull complete [2021-03-10T04:57:30.656Z] 8ad3a11d3b57: Pull complete [2021-03-10T04:57:30.656Z] 46f8f816bc3b: Pull complete [2021-03-10T04:57:30.656Z] aa168da1d23b: Verifying Checksum [2021-03-10T04:57:30.656Z] aa168da1d23b: Download complete [2021-03-10T04:57:31.238Z] 93b61091891f: Pull complete [2021-03-10T04:57:31.238Z] 93b9cdb0e59b: Pull complete [2021-03-10T04:57:31.502Z] 5e14af77c1be: Pull complete [2021-03-10T04:57:31.502Z] 01666e4c0597: Pull complete [2021-03-10T04:57:39.699Z] aa168da1d23b: Pull complete [2021-03-10T04:57:39.699Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-10T04:57:39.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-10T04:57:39.699Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-10T04:57:39.872Z] prd-centos7-docker-4c-2g-29250 does not seem to be running inside a container [2021-03-10T04:57:39.934Z] $ 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/387/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/387 -v /w/workspace/edgex-go/387:/w/workspace/edgex-go/387:rw,z -v /w/workspace/edgex-go/387@tmp:/w/workspace/edgex-go/387@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-10T04:57:43.581Z] $ docker top e6f1a9f8dfb89b0a14a0d399f8afb69f63a83bfda7747c2dcbad6806b9ed39a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-10T04:57:44.238Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-10T04:57:44.541Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-10T04:57:44.840Z] + ls /var/log/sa-host [2021-03-10T04:57:44.841Z] + sadf -c /var/log/sa-host/sa10 [2021-03-10T04:57:44.841Z] file_magic: OK [2021-03-10T04:57:44.841Z] HZ: Using current value: 100 [2021-03-10T04:57:44.841Z] file_header: OK [2021-03-10T04:57:44.841Z] 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-10T04:57:44.841Z] Statistics: [2021-03-10T04:57:44.841Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-10T04:57:44.841Z] File successfully converted to sysstat format version 12.2.1 [2021-03-10T04:57:44.841Z] + sadf -c /var/log/sa-host/sa23 [2021-03-10T04:57:44.841Z] file_magic: OK [2021-03-10T04:57:44.841Z] HZ: Using current value: 100 [2021-03-10T04:57:44.841Z] file_header: OK [2021-03-10T04:57:44.841Z] 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-10T04:57:44.841Z] Statistics: [2021-03-10T04:57:44.841Z] Hnuu...uuuununununu... [2021-03-10T04:57:44.841Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-10T04:57:45.476Z] provisioning config files... [2021-03-10T04:57:45.492Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/387@tmp/config7172935903262758058tmp [Pipeline] { [Pipeline] echo [2021-03-10T04:57:45.566Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:57:45.864Z] ---> create-netrc.sh [Pipeline] } [2021-03-10T04:57:45.874Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-10T04:57:45.965Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:57:46.264Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-10T04:57:46.275Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:57:46.573Z] ---> sudo-logs.sh [2021-03-10T04:57:46.573Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-10T04:57:46.647Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:57:46.946Z] ---> job-cost.sh [2021-03-10T04:57:46.946Z] lf-activate-venv: SKIPPING [2021-03-10T04:57:46.946Z] DEBUG: total: 0.20999999344348907 [2021-03-10T04:57:46.946Z] INFO: Retrieving Stack Cost... [2021-03-10T04:57:47.894Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-10T04:57:48.155Z] INFO: Archiving Costs [Pipeline] echo [2021-03-10T04:57:48.169Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-10T04:57:48.473Z] ---> logs-deploy.sh [2021-03-10T04:57:48.473Z] lf-activate-venv: SKIPPING [2021-03-10T04:57:48.473Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/387 [2021-03-10T04:57:48.473Z] INFO: archiving workspace using pattern(s): [2021-03-10T04:57:50.415Z] Archives upload complete. [2021-03-10T04:57:50.415Z] INFO: archiving logs to Nexus [2021-03-10T04:57:51.384Z] ---> uname -a: [2021-03-10T04:57:51.384Z] Linux prd-centos7-docker-4c-2g-29250.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-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] ---> lscpu: [2021-03-10T04:57:51.384Z] Architecture: x86_64 [2021-03-10T04:57:51.384Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-10T04:57:51.384Z] Byte Order: Little Endian [2021-03-10T04:57:51.384Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-10T04:57:51.384Z] CPU(s): 4 [2021-03-10T04:57:51.384Z] On-line CPU(s) list: 0-3 [2021-03-10T04:57:51.384Z] Thread(s) per core: 1 [2021-03-10T04:57:51.384Z] Core(s) per socket: 1 [2021-03-10T04:57:51.384Z] Socket(s): 4 [2021-03-10T04:57:51.384Z] NUMA node(s): 1 [2021-03-10T04:57:51.384Z] Vendor ID: GenuineIntel [2021-03-10T04:57:51.384Z] CPU family: 6 [2021-03-10T04:57:51.384Z] Model: 44 [2021-03-10T04:57:51.384Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-10T04:57:51.384Z] Stepping: 1 [2021-03-10T04:57:51.384Z] CPU MHz: 2933.436 [2021-03-10T04:57:51.384Z] BogoMIPS: 5866.87 [2021-03-10T04:57:51.384Z] Virtualization: VT-x [2021-03-10T04:57:51.384Z] Hypervisor vendor: KVM [2021-03-10T04:57:51.384Z] Virtualization type: full [2021-03-10T04:57:51.384Z] L1d cache: 128 KiB [2021-03-10T04:57:51.384Z] L1i cache: 128 KiB [2021-03-10T04:57:51.384Z] L2 cache: 16 MiB [2021-03-10T04:57:51.384Z] L3 cache: 64 MiB [2021-03-10T04:57:51.384Z] NUMA node0 CPU(s): 0-3 [2021-03-10T04:57:51.384Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-10T04:57:51.384Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-10T04:57:51.384Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-10T04:57:51.384Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-10T04:57:51.384Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-10T04:57:51.384Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-10T04:57:51.384Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-10T04:57:51.384Z] Vulnerability Srbds: Not affected [2021-03-10T04:57:51.384Z] Vulnerability Tsx async abort: Not affected [2021-03-10T04:57:51.384Z] 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-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] ---> nproc: [2021-03-10T04:57:51.384Z] 4 [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] ---> df -h: [2021-03-10T04:57:51.384Z] Filesystem Size Used Available Use% Mounted on [2021-03-10T04:57:51.384Z] overlay 50.0G 13.5G 36.5G 27% / [2021-03-10T04:57:51.384Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-10T04:57:51.384Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-10T04:57:51.384Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /facter-os [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/resolv.conf [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hostname [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /etc/hosts [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/auth.log [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /run/cloud-init/result.json [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/sa-host [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /var/log/secure [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/387 [2021-03-10T04:57:51.384Z] /dev/vda1 50.0G 13.5G 36.5G 27% /w/workspace/edgex-go/387@tmp [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] ---> free -m: [2021-03-10T04:57:51.384Z] total used free shared buff/cache available [2021-03-10T04:57:51.384Z] Mem: 1837 784 150 0 903 1001 [2021-03-10T04:57:51.384Z] Swap: 1023 67 956 [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] ---> ip addr: [2021-03-10T04:57:51.384Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-10T04:57:51.384Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-10T04:57:51.384Z] inet 127.0.0.1/8 scope host lo [2021-03-10T04:57:51.384Z] valid_lft forever preferred_lft forever [2021-03-10T04:57:51.384Z] inet6 ::1/128 scope host [2021-03-10T04:57:51.384Z] valid_lft forever preferred_lft forever [2021-03-10T04:57:51.384Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-10T04:57:51.384Z] link/ether fa:16:3e:75:f2:46 brd ff:ff:ff:ff:ff:ff [2021-03-10T04:57:51.384Z] inet 10.30.122.88/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-10T04:57:51.384Z] valid_lft 85122sec preferred_lft 85122sec [2021-03-10T04:57:51.384Z] inet6 fe80::f816:3eff:fe75:f246/64 scope link [2021-03-10T04:57:51.384Z] valid_lft forever preferred_lft forever [2021-03-10T04:57:51.384Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-10T04:57:51.384Z] link/ether 02:42:ea:d5:05:c8 brd ff:ff:ff:ff:ff:ff [2021-03-10T04:57:51.384Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-10T04:57:51.384Z] valid_lft forever preferred_lft forever [2021-03-10T04:57:51.384Z] inet6 fe80::42:eaff:fed5:5c8/64 scope link [2021-03-10T04:57:51.384Z] valid_lft forever preferred_lft forever [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] ---> sar -b -r -n DEV: [2021-03-10T04:57:51.384Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] 04:36:22 LINUX RESTART (4 CPU) [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] 04:37:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-10T04:57:51.384Z] 04:38:01 62.59 13.91 48.68 0.00 4846.31 10665.39 0.00 [2021-03-10T04:57:51.384Z] 04:39:01 301.76 134.38 167.39 0.00 7659.50 52419.38 0.00 [2021-03-10T04:57:51.384Z] 04:40:01 212.66 104.82 107.84 0.00 3352.58 14153.03 0.00 [2021-03-10T04:57:51.384Z] 04:41:01 114.56 44.48 70.08 0.00 1625.80 8348.42 0.00 [2021-03-10T04:57:51.384Z] 04:42:01 136.32 39.31 97.01 0.00 2799.93 24075.40 0.00 [2021-03-10T04:57:51.384Z] 04:43:06 1321.37 1057.33 264.04 0.00 109711.61 162220.35 0.00 [2021-03-10T04:57:51.384Z] 04:44:01 2424.99 2170.31 254.68 0.00 130706.83 141514.16 0.00 [2021-03-10T04:57:51.384Z] 04:45:02 844.09 542.47 301.62 0.00 55511.75 101527.27 0.00 [2021-03-10T04:57:51.384Z] 04:46:01 2738.38 2381.23 357.14 0.00 150835.44 161388.33 0.00 [2021-03-10T04:57:51.384Z] 04:47:01 443.42 226.26 217.16 0.00 14362.22 46534.51 0.00 [2021-03-10T04:57:51.384Z] 04:48:02 101.76 39.97 61.80 0.00 7300.50 3664.69 0.00 [2021-03-10T04:57:51.384Z] 04:49:01 6.59 2.62 3.96 0.00 91.28 76.43 0.00 [2021-03-10T04:57:51.384Z] 04:50:01 0.33 0.07 0.27 0.00 0.80 3.41 0.00 [2021-03-10T04:57:51.384Z] 04:51:01 0.28 0.03 0.25 0.00 0.27 2.43 0.00 [2021-03-10T04:57:51.384Z] 04:52:01 2.56 1.96 0.60 0.00 66.47 7.41 0.00 [2021-03-10T04:57:51.384Z] 04:53:01 1.17 0.05 1.12 0.00 1.20 18.00 0.00 [2021-03-10T04:57:51.384Z] 04:54:01 0.47 0.33 0.13 0.00 3.73 2.18 0.00 [2021-03-10T04:57:51.384Z] 04:55:01 0.32 0.07 0.25 0.00 0.53 3.85 0.00 [2021-03-10T04:57:51.384Z] 04:56:01 330.63 174.38 156.26 0.00 9124.79 37452.30 0.00 [2021-03-10T04:57:51.384Z] 04:57:01 213.58 65.74 147.84 0.00 5545.26 33447.01 0.00 [2021-03-10T04:57:51.384Z] Average: 458.12 345.08 113.04 0.00 25073.02 39973.89 0.00 [2021-03-10T04:57:51.384Z] [2021-03-10T04:57:51.384Z] 04:37:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-10T04:57:51.384Z] 04:38:01 77044 0 691152 36.73 2620 1110728 1314292 44.85 584172 1015624 89020 [2021-03-10T04:57:51.384Z] 04:39:01 110204 0 734828 39.05 1512 1035000 1321688 45.11 557644 933708 52 [2021-03-10T04:57:51.384Z] 04:40:01 118256 0 812144 43.16 884 950260 1742188 59.46 679568 802964 87640 [2021-03-10T04:57:51.385Z] 04:41:01 206728 0 788732 41.92 660 885424 1742056 59.45 613380 771600 81104 [2021-03-10T04:57:51.385Z] 04:42:01 199960 0 742160 39.44 488 938936 1319868 45.04 553600 838336 36 [2021-03-10T04:57:51.385Z] 04:43:06 82556 0 834792 44.37 0 964196 2322360 79.26 745456 835312 33360 [2021-03-10T04:57:51.385Z] 04:44:01 139312 0 1275384 67.78 0 466848 3705924 126.48 829992 634388 39028 [2021-03-10T04:57:51.385Z] 04:45:02 106476 0 777384 41.32 0 997684 2220840 75.79 700340 843660 48132 [2021-03-10T04:57:51.385Z] 04:46:01 67140 0 760336 40.41 0 1054068 2602184 88.81 534416 1039504 77192 [2021-03-10T04:57:51.385Z] 04:47:01 109476 0 686568 36.49 0 1085500 1366872 46.65 517164 991260 58840 [2021-03-10T04:57:51.385Z] 04:48:02 67216 0 675476 35.90 0 1138852 1427044 48.70 582584 970960 28 [2021-03-10T04:57:51.385Z] 04:49:01 95584 0 646756 34.37 0 1139204 1217980 41.57 610504 916740 8 [2021-03-10T04:57:51.385Z] 04:50:01 100872 0 641460 34.09 0 1139212 1183816 40.40 606068 916288 8 [2021-03-10T04:57:51.385Z] 04:51:01 101708 0 640620 34.05 0 1139216 1183768 40.40 606188 916292 8 [2021-03-10T04:57:51.385Z] 04:52:01 99832 0 641204 34.08 0 1140508 1183820 40.40 607156 916856 8 [2021-03-10T04:57:51.385Z] 04:53:01 99744 0 641272 34.08 0 1140528 1183832 40.40 607096 916864 20 [2021-03-10T04:57:51.385Z] 04:54:01 99776 0 641248 34.08 0 1140520 1183896 40.40 607216 916964 16 [2021-03-10T04:57:51.385Z] 04:55:01 99408 0 641536 34.10 0 1140600 1183932 40.41 607072 917012 20 [2021-03-10T04:57:51.385Z] 04:56:01 254660 0 679396 36.11 0 947488 1194372 40.76 635084 698736 32 [2021-03-10T04:57:51.385Z] 04:57:01 251532 0 743844 39.53 0 886168 1207820 41.22 498872 769488 20 [2021-03-10T04:57:51.385Z] Average: 124374 0 734815 39.05 308 1022047 1590428 54.28 614179 878128 25729 [2021-03-10T04:57:51.385Z] [2021-03-10T04:57:51.385Z] 04:37:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-10T04:57:51.385Z] 04:38:01 vethebc8b43 953.81 771.87 86.94 2568.61 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:38:01 eth0 1541.47 1441.01 5495.60 159.20 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:38:01 docker0 953.81 771.73 73.90 2568.60 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:39:01 eth0 493.69 411.26 3831.16 43.38 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:39:01 docker0 163.31 198.60 11.69 989.30 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:40:01 eth0 49.88 38.73 30.75 60.18 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:40:01 vetha5d0ff7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:41:01 eth0 23.85 13.18 18.80 9.22 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:41:01 vetha5d0ff7 2.43 2.43 0.20 0.20 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:41:01 docker0 2.43 2.43 0.16 0.20 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:42:01 eth0 207.70 171.14 1694.45 79.89 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:43:06 eth0 50.95 24.90 161.55 11.44 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:43:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:43:06 veth49840d3 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:43:06 docker0 9.28 25.17 0.49 135.83 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:44:01 vethe647ce1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:44:01 veth4a53dac 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:44:01 veth5f36b7a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:44:01 eth0 15.15 12.08 6.89 47.34 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:45:02 eth0 63.46 32.16 236.17 14.29 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:45:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:45:02 veth49840d3 0.00 0.55 0.00 0.03 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:45:02 vetha5d5f78 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:46:01 vethce3e496 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:46:01 veth45540fb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:46:01 eth0 87.13 58.51 149.92 79.22 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:47:01 eth0 214.97 151.90 1665.66 66.35 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:47:01 veth49840d3 0.00 1.01 0.00 0.05 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:47:01 docker0 1164.56 1095.84 87.78 4363.81 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:48:02 eth0 339.07 306.74 205.73 1096.34 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:48:02 docker0 5.66 9.27 0.58 54.14 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:49:01 eth0 115.02 109.23 39.41 499.97 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:50:01 eth0 0.40 0.38 0.51 0.03 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:51:01 eth0 0.03 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:52:01 eth0 0.20 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:53:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:54:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:55:01 eth0 0.25 0.13 0.13 0.01 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:56:01 eth0 516.77 445.24 4295.94 81.65 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:56:01 docker0 33.39 34.73 3.15 248.39 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:57:01 eth0 506.66 401.07 3460.26 83.76 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] 04:57:01 docker0 47.31 83.75 2.44 222.33 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] Average: eth0 210.47 179.97 1062.69 116.11 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] Average: docker0 62.70 61.33 4.71 245.04 0.00 0.00 0.00 0.00 [2021-03-10T04:57:51.385Z] [2021-03-10T04:57:51.385Z] [2021-03-10T04:57:51.385Z] ---> sar -P ALL: [2021-03-10T04:57:51.385Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) [2021-03-10T04:57:51.385Z] [2021-03-10T04:57:51.385Z] 04:36:22 LINUX RESTART (4 CPU) [2021-03-10T04:57:51.385Z] [2021-03-10T04:57:51.385Z] 04:37:02 CPU %user %nice %system %iowait %steal %idle [2021-03-10T04:57:51.385Z] 04:38:01 all 8.77 0.00 5.08 1.56 0.27 84.32 [2021-03-10T04:57:51.385Z] 04:38:01 0 9.15 0.00 6.38 1.91 0.28 82.28 [2021-03-10T04:57:51.385Z] 04:38:01 1 8.07 0.00 4.26 0.54 0.28 86.85 [2021-03-10T04:57:51.385Z] 04:38:01 2 11.16 0.00 5.17 0.90 0.26 82.50 [2021-03-10T04:57:51.385Z] 04:38:01 3 6.70 0.00 4.52 2.91 0.26 85.61 [2021-03-10T04:57:51.385Z] 04:39:01 all 13.79 0.00 8.63 2.88 0.45 74.25 [2021-03-10T04:57:51.385Z] 04:39:01 0 14.12 0.00 9.58 2.32 0.50 73.48 [2021-03-10T04:57:51.385Z] 04:39:01 1 13.27 0.00 7.99 2.83 0.43 75.48 [2021-03-10T04:57:51.385Z] 04:39:01 2 12.34 0.00 8.09 3.54 0.48 75.55 [2021-03-10T04:57:51.385Z] 04:39:01 3 15.42 0.00 8.87 2.82 0.40 72.49 [2021-03-10T04:57:51.385Z] 04:40:01 all 39.55 0.00 12.12 5.93 0.63 41.78 [2021-03-10T04:57:51.385Z] 04:40:01 0 40.08 0.00 11.85 5.73 0.62 41.72 [2021-03-10T04:57:51.385Z] 04:40:01 1 38.94 0.00 11.92 4.77 0.64 43.73 [2021-03-10T04:57:51.385Z] 04:40:01 2 38.91 0.00 13.14 6.70 0.66 40.58 [2021-03-10T04:57:51.385Z] 04:40:01 3 40.27 0.00 11.57 6.50 0.57 41.09 [2021-03-10T04:57:51.385Z] 04:41:01 all 49.49 0.00 13.86 2.74 0.88 33.02 [2021-03-10T04:57:51.385Z] 04:41:01 0 48.94 0.00 14.29 4.24 0.81 31.72 [2021-03-10T04:57:51.385Z] 04:41:01 1 49.77 0.00 14.15 2.81 0.88 32.39 [2021-03-10T04:57:51.385Z] 04:41:01 2 48.88 0.00 14.12 1.31 0.93 34.76 [2021-03-10T04:57:51.385Z] 04:41:01 3 50.39 0.00 12.88 2.62 0.90 33.21 [2021-03-10T04:57:51.385Z] 04:42:01 all 31.24 0.00 11.87 2.49 0.64 53.76 [2021-03-10T04:57:51.385Z] 04:42:01 0 31.68 0.00 11.55 4.51 0.63 51.62 [2021-03-10T04:57:51.385Z] 04:42:01 1 31.43 0.00 11.80 1.35 0.65 54.76 [2021-03-10T04:57:51.385Z] 04:42:01 2 32.10 0.00 12.55 1.89 0.69 52.77 [2021-03-10T04:57:51.385Z] 04:42:01 3 29.74 0.00 11.59 2.20 0.57 55.91 [2021-03-10T04:57:51.385Z] 04:43:06 all 20.15 0.00 25.95 12.71 1.79 39.41 [2021-03-10T04:57:51.385Z] 04:43:06 0 18.94 0.00 26.14 11.71 1.78 41.44 [2021-03-10T04:57:51.385Z] 04:43:06 1 21.41 0.00 25.71 13.50 2.07 37.31 [2021-03-10T04:57:51.385Z] 04:43:06 2 20.31 0.00 25.80 12.71 1.63 39.54 [2021-03-10T04:57:51.385Z] 04:43:06 3 19.92 0.00 26.13 12.91 1.68 39.36 [2021-03-10T04:57:51.385Z] 04:44:01 all 45.69 0.00 26.19 14.23 0.84 13.05 [2021-03-10T04:57:51.385Z] 04:44:01 0 46.01 0.00 27.49 14.47 0.77 11.26 [2021-03-10T04:57:51.385Z] 04:44:01 1 44.33 0.00 23.81 13.25 1.02 17.60 [2021-03-10T04:57:51.385Z] 04:44:01 2 46.34 0.00 26.04 13.99 0.85 12.78 [2021-03-10T04:57:51.385Z] 04:44:01 3 46.09 0.00 27.45 15.23 0.71 10.52 [2021-03-10T04:57:51.385Z] 04:45:02 all 39.74 0.00 20.91 18.00 1.01 20.34 [2021-03-10T04:57:51.385Z] 04:45:02 0 40.53 0.00 19.79 14.20 0.84 24.63 [2021-03-10T04:57:51.385Z] 04:45:02 1 38.15 0.00 20.78 17.35 1.05 22.68 [2021-03-10T04:57:51.385Z] 04:45:02 2 40.01 0.00 20.56 20.16 1.22 18.05 [2021-03-10T04:57:51.385Z] 04:45:02 3 40.28 0.00 22.53 20.30 0.94 15.96 [2021-03-10T04:57:51.385Z] 04:46:01 all 18.79 0.00 26.73 25.03 1.38 28.06 [2021-03-10T04:57:51.385Z] 04:46:01 0 18.68 0.00 26.30 22.74 1.40 30.88 [2021-03-10T04:57:51.385Z] 04:46:01 1 18.30 0.00 25.88 25.50 1.51 28.81 [2021-03-10T04:57:51.385Z] 04:46:01 2 18.30 0.00 27.12 24.86 1.39 28.34 [2021-03-10T04:57:51.385Z] 04:46:01 3 19.91 0.00 27.65 27.07 1.24 24.14 [2021-03-10T04:57:51.385Z] 04:47:01 all 48.01 0.00 17.73 8.07 0.50 25.69 [2021-03-10T04:57:51.385Z] 04:47:01 0 48.86 0.00 16.84 8.53 0.45 25.32 [2021-03-10T04:57:51.385Z] 04:47:01 1 47.69 0.00 18.25 9.67 0.57 23.82 [2021-03-10T04:57:51.385Z] 04:47:01 2 47.52 0.00 18.07 8.61 0.57 25.23 [2021-03-10T04:57:51.385Z] 04:47:01 3 47.96 0.00 17.75 5.48 0.43 28.39 [2021-03-10T04:57:51.385Z] 04:48:02 all 10.48 0.00 4.94 3.15 0.51 80.92 [2021-03-10T04:57:51.385Z] 04:48:02 0 9.28 0.00 5.10 1.95 0.34 83.33 [2021-03-10T04:57:51.385Z] 04:48:02 1 12.60 0.00 5.01 2.22 0.53 79.63 [2021-03-10T04:57:51.385Z] 04:48:02 2 8.05 0.00 4.87 6.01 0.66 80.42 [2021-03-10T04:57:51.385Z] 04:48:02 3 12.00 0.00 4.78 2.41 0.51 80.31 [2021-03-10T04:57:51.385Z] [2021-03-10T04:57:51.385Z] 04:48:02 CPU %user %nice %system %iowait %steal %idle [2021-03-10T04:57:51.385Z] 04:49:01 all 3.06 0.00 1.03 0.08 0.17 95.66 [2021-03-10T04:57:51.385Z] 04:49:01 0 3.01 0.00 1.29 0.10 0.19 95.40 [2021-03-10T04:57:51.385Z] 04:49:01 1 2.89 0.00 0.95 0.09 0.17 95.90 [2021-03-10T04:57:51.385Z] 04:49:01 2 2.94 0.00 0.87 0.09 0.14 95.97 [2021-03-10T04:57:51.386Z] 04:49:01 3 3.41 0.00 1.02 0.03 0.17 95.37 [2021-03-10T04:57:51.386Z] 04:50:01 all 0.12 0.00 0.05 0.00 0.00 99.83 [2021-03-10T04:57:51.386Z] 04:50:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2021-03-10T04:57:51.386Z] 04:50:01 1 0.08 0.00 0.07 0.00 0.00 99.85 [2021-03-10T04:57:51.386Z] 04:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-10T04:57:51.386Z] 04:50:01 3 0.30 0.00 0.03 0.00 0.00 99.67 [2021-03-10T04:57:51.386Z] 04:51:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-03-10T04:57:51.386Z] 04:51:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-03-10T04:57:51.386Z] 04:51:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-03-10T04:57:51.386Z] 04:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-10T04:57:51.386Z] 04:51:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-03-10T04:57:51.386Z] 04:52:01 all 0.19 0.00 0.08 0.02 0.02 99.68 [2021-03-10T04:57:51.386Z] 04:52:01 0 0.03 0.00 0.05 0.02 0.02 99.88 [2021-03-10T04:57:51.386Z] 04:52:01 1 0.15 0.00 0.08 0.00 0.02 99.75 [2021-03-10T04:57:51.386Z] 04:52:01 2 0.28 0.00 0.15 0.08 0.02 99.47 [2021-03-10T04:57:51.386Z] 04:52:01 3 0.28 0.00 0.03 0.00 0.05 99.63 [2021-03-10T04:57:51.386Z] 04:53:01 all 0.20 0.00 0.16 0.00 0.06 99.59 [2021-03-10T04:57:51.386Z] 04:53:01 0 0.08 0.00 0.18 0.00 0.07 99.67 [2021-03-10T04:57:51.386Z] 04:53:01 1 0.05 0.00 0.12 0.00 0.03 99.80 [2021-03-10T04:57:51.386Z] 04:53:01 2 0.58 0.00 0.20 0.00 0.07 99.15 [2021-03-10T04:57:51.386Z] 04:53:01 3 0.07 0.00 0.13 0.00 0.07 99.73 [2021-03-10T04:57:51.386Z] 04:54:01 all 0.23 0.00 0.02 0.01 0.00 99.74 [2021-03-10T04:57:51.386Z] 04:54:01 0 0.23 0.00 0.02 0.02 0.00 99.73 [2021-03-10T04:57:51.386Z] 04:54:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-03-10T04:57:51.386Z] 04:54:01 2 0.55 0.00 0.05 0.00 0.00 99.40 [2021-03-10T04:57:51.386Z] 04:54:01 3 0.12 0.00 0.00 0.02 0.00 99.87 [2021-03-10T04:57:51.386Z] 04:55:01 all 0.13 0.00 0.04 0.01 0.00 99.82 [2021-03-10T04:57:51.386Z] 04:55:01 0 0.05 0.00 0.02 0.02 0.00 99.92 [2021-03-10T04:57:51.386Z] 04:55:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-10T04:57:51.386Z] 04:55:01 2 0.38 0.00 0.07 0.00 0.00 99.55 [2021-03-10T04:57:51.386Z] 04:55:01 3 0.05 0.00 0.03 0.02 0.00 99.90 [2021-03-10T04:57:51.386Z] 04:56:01 all 11.50 0.00 9.03 6.14 0.46 72.86 [2021-03-10T04:57:51.386Z] 04:56:01 0 12.84 0.00 9.83 6.32 0.45 70.55 [2021-03-10T04:57:51.386Z] 04:56:01 1 11.41 0.00 9.38 5.32 0.50 73.39 [2021-03-10T04:57:51.386Z] 04:56:01 2 10.28 0.00 7.77 6.09 0.48 75.37 [2021-03-10T04:57:51.386Z] 04:56:01 3 11.49 0.00 9.14 6.85 0.42 72.10 [2021-03-10T04:57:51.386Z] 04:57:01 all 11.53 0.00 9.45 3.13 0.53 75.36 [2021-03-10T04:57:51.386Z] 04:57:01 0 10.96 0.00 9.73 2.08 0.54 76.70 [2021-03-10T04:57:51.386Z] 04:57:01 1 10.04 0.00 7.63 1.24 0.57 80.52 [2021-03-10T04:57:51.386Z] 04:57:01 2 10.23 0.00 10.14 2.41 0.45 76.77 [2021-03-10T04:57:51.386Z] 04:57:01 3 14.92 0.00 10.30 6.83 0.56 67.39 [2021-03-10T04:57:51.386Z] Average: all 17.06 0.00 9.42 5.13 0.50 67.89 [2021-03-10T04:57:51.386Z] Average: 0 17.10 0.00 9.55 4.88 0.48 67.99 [2021-03-10T04:57:51.386Z] Average: 1 16.89 0.00 9.15 4.86 0.54 68.56 [2021-03-10T04:57:51.386Z] Average: 2 16.86 0.00 9.46 5.29 0.51 67.87 [2021-03-10T04:57:51.386Z] Average: 3 17.39 0.00 9.51 5.50 0.46 67.13 [2021-03-10T04:57:51.386Z] [2021-03-10T04:57:51.386Z] [2021-03-10T04:57:51.386Z]