Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 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-30006 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/396 [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/396 # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.51 (#3266)" > git rev-list --no-walk e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-16T16:57:10.483Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-16T16:57:10.870Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-16T16:57:10.982Z] ========================================================= [2021-03-16T16:57:10.982Z] EdgeX Global Pipelines Version Info [2021-03-16T16:57:10.982Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-16T16:57:12.559Z] ------------------- [2021-03-16T16:57:12.559Z] stable info: [2021-03-16T16:57:12.559Z] ------------------- [2021-03-16T16:57:12.559Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-16T16:57:12.559Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T16:57:12.559Z] Message: update stable to v1.0.184 [2021-03-16T16:57:13.509Z] ------------------- [2021-03-16T16:57:13.509Z] experimental info: [2021-03-16T16:57:13.509Z] ------------------- [2021-03-16T16:57:13.509Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-16T16:57:13.509Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-16T16:57:13.509Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-16T16:57:13.801Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-16T16:57:13.883Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-16T16:57:13.995Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-16T16:57:14.089Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-16T16:57:14.172Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-16T16:57:14.260Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-16T16:57:14.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-16T16:57:14.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-16T16:57:14.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-16T16:57:14.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-16T16:57:14.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-16T16:57:14.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-16T16:57:14.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-16T16:57:14.970Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-16T16:57:15.051Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T16:57:15.139Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-16T16:57:15.225Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-16T16:57:15.303Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-16T16:57:15.386Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-16T16:57:15.480Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-16T16:57:15.566Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-16T16:57:15.650Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-16T16:57:15.746Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-16T16:57:15.834Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-16T16:57:15.954Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-16T16:57:16.049Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] echo [2021-03-16T16:57:16.163Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4dfaf16 [Pipeline] echo [2021-03-16T16:57:16.249Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T16:57:16.444Z] provisioning config files... [2021-03-16T16:57:16.510Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/396@tmp/config4250246635262699471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T16:57:16.867Z] ---> docker-login.sh [2021-03-16T16:57:16.867Z] nexus3.edgexfoundry.org:10001 [2021-03-16T16:57:17.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:57:17.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:57:17.408Z] Configure a credential helper to remove this warning. See [2021-03-16T16:57:17.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:57:17.408Z] [2021-03-16T16:57:17.408Z] Login Succeeded [2021-03-16T16:57:17.408Z] nexus3.edgexfoundry.org:10002 [2021-03-16T16:57:17.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:57:17.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:57:17.408Z] Configure a credential helper to remove this warning. See [2021-03-16T16:57:17.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:57:17.408Z] [2021-03-16T16:57:17.408Z] Login Succeeded [2021-03-16T16:57:17.408Z] nexus3.edgexfoundry.org:10003 [2021-03-16T16:57:17.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:57:17.676Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:57:17.676Z] Configure a credential helper to remove this warning. See [2021-03-16T16:57:17.676Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:57:17.676Z] [2021-03-16T16:57:17.676Z] Login Succeeded [2021-03-16T16:57:17.676Z] nexus3.edgexfoundry.org:10004 [2021-03-16T16:57:17.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:57:17.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:57:17.947Z] Configure a credential helper to remove this warning. See [2021-03-16T16:57:17.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:57:17.947Z] [2021-03-16T16:57:17.947Z] Login Succeeded [2021-03-16T16:57:17.947Z] docker.io [2021-03-16T16:57:17.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T16:57:18.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T16:57:18.209Z] Configure a credential helper to remove this warning. See [2021-03-16T16:57:18.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T16:57:18.209Z] [2021-03-16T16:57:18.209Z] Login Succeeded [2021-03-16T16:57:18.209Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T16:57:18.217Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T16:57:18.726Z] ++ 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-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/core-command/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/core-data/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-16T16:57:18.726Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-16T16:57:18.726Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-16T16:57:18.726Z] ++ cut -d/ -f2 [2021-03-16T16:57:18.726Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-16T16:57:18.804Z] 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-16T16:57:20.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T16:57:20.306Z] [2021-03-16T16:57:20.306Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T16:57:20.682Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T16:57:20.682Z] latest: Pulling from edgex-devops/git-semver [2021-03-16T16:57:20.682Z] 31603596830f: Pulling fs layer [2021-03-16T16:57:20.682Z] 2a8b12db71e7: Pulling fs layer [2021-03-16T16:57:20.682Z] 6ca5941a6612: Pulling fs layer [2021-03-16T16:57:20.682Z] ecc8261a40a4: Pulling fs layer [2021-03-16T16:57:20.682Z] ecc8261a40a4: Waiting [2021-03-16T16:57:20.682Z] 2a8b12db71e7: Verifying Checksum [2021-03-16T16:57:20.682Z] 2a8b12db71e7: Download complete [2021-03-16T16:57:20.945Z] 31603596830f: Verifying Checksum [2021-03-16T16:57:20.945Z] 31603596830f: Download complete [2021-03-16T16:57:20.945Z] 6ca5941a6612: Verifying Checksum [2021-03-16T16:57:20.945Z] 6ca5941a6612: Download complete [2021-03-16T16:57:20.945Z] ecc8261a40a4: Verifying Checksum [2021-03-16T16:57:20.945Z] ecc8261a40a4: Download complete [2021-03-16T16:57:21.523Z] 31603596830f: Pull complete [2021-03-16T16:57:21.523Z] 2a8b12db71e7: Pull complete [2021-03-16T16:57:22.474Z] 6ca5941a6612: Pull complete [2021-03-16T16:57:22.738Z] ecc8261a40a4: Pull complete [2021-03-16T16:57:22.738Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-16T16:57:22.738Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T16:57:22.738Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-16T16:57:22.854Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T16:57:22.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T16:57:25.838Z] $ docker top c395614ed34eecf6529bcf194c3172e2669a9fc19afa57c3cc5ed9cc0f01fbad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T16:57:26.350Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T16:57:26.350Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T16:57:26.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T16:57:26.602Z] $ docker exec c395614ed34eecf6529bcf194c3172e2669a9fc19afa57c3cc5ed9cc0f01fbad ssh-agent [2021-03-16T16:57:26.774Z] SSH_AUTH_SOCK=/tmp/ssh-gyYokWCbmcLR/agent.11 [2021-03-16T16:57:26.774Z] SSH_AGENT_PID=17 [2021-03-16T16:57:26.799Z] Running ssh-add (command line suppressed) [2021-03-16T16:57:26.928Z] Identity added: /w/workspace/edgex-go/396@tmp/private_key_6813865596892331127.key (/w/workspace/edgex-go/396@tmp/private_key_6813865596892331127.key) [2021-03-16T16:57:26.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T16:57:27.325Z] + git tag --points-at HEAD [Pipeline] } [2021-03-16T16:57:27.351Z] $ docker exec --env ******** --env ******** c395614ed34eecf6529bcf194c3172e2669a9fc19afa57c3cc5ed9cc0f01fbad ssh-agent -k [2021-03-16T16:57:27.471Z] unset SSH_AUTH_SOCK; [2021-03-16T16:57:27.471Z] unset SSH_AGENT_PID; [2021-03-16T16:57:27.471Z] echo Agent pid 17 killed; [2021-03-16T16:57:27.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-16T16:57:27.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T16:57:27.657Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T16:57:27.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T16:57:27.848Z] $ docker exec c395614ed34eecf6529bcf194c3172e2669a9fc19afa57c3cc5ed9cc0f01fbad ssh-agent [2021-03-16T16:57:28.047Z] SSH_AUTH_SOCK=/tmp/ssh-YZnMweIdwd8F/agent.46 [2021-03-16T16:57:28.047Z] SSH_AGENT_PID=51 [2021-03-16T16:57:28.054Z] Running ssh-add (command line suppressed) [2021-03-16T16:57:28.186Z] Identity added: /w/workspace/edgex-go/396@tmp/private_key_2861834438610904213.key (/w/workspace/edgex-go/396@tmp/private_key_2861834438610904213.key) [2021-03-16T16:57:28.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T16:57:28.588Z] + git semver init [2021-03-16T16:57:28.588Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T16:57:28.588Z] # $GIT_DIR = /w/workspace/edgex-go/396/.git [2021-03-16T16:57:28.588Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/396 [2021-03-16T16:57:28.588Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T16:57:28.588Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T16:57:28.588Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T16:57:28.588Z] # $SEMVER_BRANCH = master [2021-03-16T16:57:28.588Z] # $SEMVER_TEMP = /tmp/semver-750755846 [2021-03-16T16:57:28.588Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-16T16:58:00.782Z] # '/tmp/semver-750755846' -> '/w/workspace/edgex-go/396/.semver' [2021-03-16T16:58:00.782Z] # -> Force: false [2021-03-16T16:58:00.782Z] # $SEMVER_DIR = /w/workspace/edgex-go/396/.semver [Pipeline] } [2021-03-16T16:58:00.797Z] $ docker exec --env ******** --env ******** c395614ed34eecf6529bcf194c3172e2669a9fc19afa57c3cc5ed9cc0f01fbad ssh-agent -k [2021-03-16T16:58:01.018Z] unset SSH_AUTH_SOCK; [2021-03-16T16:58:01.019Z] unset SSH_AGENT_PID; [2021-03-16T16:58:01.019Z] echo Agent pid 51 killed; [2021-03-16T16:58:01.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T16:58:01.579Z] + git semver [Pipeline] } [2021-03-16T16:58:01.600Z] $ docker stop --time=1 c395614ed34eecf6529bcf194c3172e2669a9fc19afa57c3cc5ed9cc0f01fbad [2021-03-16T16:58:03.635Z] $ docker rm -f c395614ed34eecf6529bcf194c3172e2669a9fc19afa57c3cc5ed9cc0f01fbad [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T16:58:04.178Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-16T16:58:04.712Z] Stashed 1 file(s) [Pipeline] echo [2021-03-16T16:58:04.715Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.129 [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-16T16:58:05.627Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-16T16:58:05.933Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T16:58:06.243Z] + sudo service docker restart [2021-03-16T16:58:06.243Z] + true [2021-03-16T16:58:06.243Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-16T16:58:06.835Z] ========================================================= [2021-03-16T16:58:06.835Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-16T16:58:06.835Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T16:58:07.237Z] + 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-16T16:58:11.504Z] Sending build context to Docker daemon 328.6MB [2021-03-16T16:58:11.504Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T16:58:11.504Z] Step 2/6 : FROM ${BASE} [2021-03-16T16:58:11.767Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-16T16:58:11.767Z] 188c0c94c7c5: Pulling fs layer [2021-03-16T16:58:11.767Z] 0ef7d3d256c8: Pulling fs layer [2021-03-16T16:58:11.767Z] de9db76c5a1d: Pulling fs layer [2021-03-16T16:58:11.767Z] bca2f99d35d6: Pulling fs layer [2021-03-16T16:58:11.767Z] 93359f2a8cfa: Pulling fs layer [2021-03-16T16:58:11.767Z] 7c6f9722023f: Pulling fs layer [2021-03-16T16:58:11.767Z] a35cf1a2eb13: Pulling fs layer [2021-03-16T16:58:11.767Z] 93359f2a8cfa: Waiting [2021-03-16T16:58:11.767Z] a35cf1a2eb13: Waiting [2021-03-16T16:58:11.767Z] 7c6f9722023f: Waiting [2021-03-16T16:58:11.767Z] bca2f99d35d6: Waiting [2021-03-16T16:58:11.767Z] de9db76c5a1d: Verifying Checksum [2021-03-16T16:58:11.767Z] de9db76c5a1d: Download complete [2021-03-16T16:58:11.767Z] 0ef7d3d256c8: Download complete [2021-03-16T16:58:11.767Z] 93359f2a8cfa: Verifying Checksum [2021-03-16T16:58:11.767Z] 93359f2a8cfa: Download complete [2021-03-16T16:58:11.767Z] 7c6f9722023f: Verifying Checksum [2021-03-16T16:58:11.767Z] 7c6f9722023f: Download complete [2021-03-16T16:58:11.767Z] 188c0c94c7c5: Verifying Checksum [2021-03-16T16:58:11.767Z] 188c0c94c7c5: Download complete [2021-03-16T16:58:12.032Z] 188c0c94c7c5: Pull complete [2021-03-16T16:58:12.988Z] 0ef7d3d256c8: Pull complete [2021-03-16T16:58:12.988Z] de9db76c5a1d: Pull complete [2021-03-16T16:58:13.571Z] a35cf1a2eb13: Verifying Checksum [2021-03-16T16:58:13.572Z] a35cf1a2eb13: Download complete [2021-03-16T16:58:14.163Z] bca2f99d35d6: Verifying Checksum [2021-03-16T16:58:14.163Z] bca2f99d35d6: Download complete [2021-03-16T16:58:20.389Z] Still waiting to schedule task [2021-03-16T16:58:20.389Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-16T16:58:20.400Z] bca2f99d35d6: Pull complete [2021-03-16T16:58:20.400Z] 93359f2a8cfa: Pull complete [2021-03-16T16:58:20.400Z] 7c6f9722023f: Pull complete [2021-03-16T16:58:25.772Z] a35cf1a2eb13: Pull complete [2021-03-16T16:58:25.772Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-16T16:58:25.772Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-16T16:58:25.772Z] ---> a62c8e92a672 [2021-03-16T16:58:25.772Z] 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-16T16:58:25.772Z] ---> Running in bdbdab306b88 [2021-03-16T16:58:25.772Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T16:58:26.738Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T16:58:27.322Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T16:58:27.585Z] (2/12) Installing file (5.38-r0) [2021-03-16T16:58:27.850Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T16:58:27.850Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T16:58:49.967Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T16:58:49.967Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T16:58:49.967Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T16:58:49.967Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T16:58:49.967Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T16:58:49.967Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T16:58:49.967Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T16:58:49.967Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T16:58:49.967Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T16:58:49.967Z] OK: 233 MiB in 51 packages [2021-03-16T16:58:53.283Z] Removing intermediate container bdbdab306b88 [2021-03-16T16:58:53.283Z] ---> 46e6c95091d3 [2021-03-16T16:58:53.283Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T16:58:53.283Z] ---> Running in 725c8e566df3 [2021-03-16T16:58:53.545Z] Removing intermediate container 725c8e566df3 [2021-03-16T16:58:53.545Z] ---> b7a07b9304f8 [2021-03-16T16:58:53.545Z] Step 5/6 : COPY go.mod . [2021-03-16T16:58:53.814Z] ---> 252504894d97 [2021-03-16T16:58:53.814Z] Step 6/6 : RUN go mod download [2021-03-16T16:58:53.814Z] ---> Running in e2d43903a362 [2021-03-16T16:59:15.876Z] Removing intermediate container e2d43903a362 [2021-03-16T16:59:15.876Z] ---> eaad934da784 [2021-03-16T16:59:16.139Z] Successfully built eaad934da784 [2021-03-16T16:59:16.407Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T16:59:16.730Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T16:59:16.730Z] . [Pipeline] withDockerContainer [2021-03-16T16:59:16.846Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T16:59:16.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T16:59:17.704Z] $ docker top d7f37cdf70a8a0c7a9cfc3ef0aa0367132e3115f6986557984f6eecd7dac7127 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T16:59:18.222Z] + go version [2021-03-16T16:59:18.222Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-16T16:59:18.240Z] $ docker stop --time=1 d7f37cdf70a8a0c7a9cfc3ef0aa0367132e3115f6986557984f6eecd7dac7127 [2021-03-16T16:59:19.631Z] $ docker rm -f d7f37cdf70a8a0c7a9cfc3ef0aa0367132e3115f6986557984f6eecd7dac7127 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T16:59:20.518Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-16T16:59:20.518Z] . [Pipeline] withDockerContainer [2021-03-16T16:59:20.621Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T16:59:20.720Z] $ 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/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T16:59:21.490Z] $ docker top d9aca0ad98bf6fd88ec047a3108ca635a45ab6d6a3f7e9a65acfa37205acf8a9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T16:59:21.801Z] ========================================================= [2021-03-16T16:59:21.801Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-16T16:59:21.801Z] ========================================================= [Pipeline] sh [2021-03-16T16:59:22.122Z] + make test [2021-03-16T16:59:22.122Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-16T16:59:32.207Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-16T16:59:50.510Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-16T16:59:55.911Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-16T16:59:55.911Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-16T16:59:55.911Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-16T16:59:56.512Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-16T16:59:56.512Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-16T16:59:56.512Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-16T16:59:57.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-16T16:59:58.075Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-16T16:59:58.666Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-16T17:00:00.644Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-16T17:00:00.644Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-16T17:00:00.644Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-16T17:00:04.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.185s coverage: 45.9% of statements [2021-03-16T17:00:04.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-16T17:00:04.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-16T17:00:04.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-16T17:00:04.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-16T17:00:04.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-16T17:00:04.948Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-16T17:00:04.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.059s coverage: 19.8% of statements [2021-03-16T17:00:04.948Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.101s coverage: 100.0% of statements [2021-03-16T17:00:06.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.248s coverage: 27.1% of statements [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-16T17:00:06.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-16T17:00:06.393Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-16T17:00:06.393Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-16T17:00:06.988Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.107s coverage: 71.3% of statements [2021-03-16T17:00:06.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-16T17:00:06.988Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-16T17:00:07.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.199s coverage: 82.9% of statements [2021-03-16T17:00:07.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-16T17:00:07.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:00:07.960Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.068s coverage: 78.9% of statements [2021-03-16T17:00:07.960Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-16T17:00:10.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-16T17:00:10.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.085s coverage: 100.0% of statements [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-16T17:00:10.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-16T17:00:10.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.198s coverage: 86.7% of statements [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-16T17:00:10.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-16T17:00:10.560Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.064s coverage: 78.3% of statements [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-16T17:00:10.560Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-16T17:00:11.813Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-30013 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2021-03-16T17:00:11.873Z] Running in /w/workspace/edgex-go/396 [Pipeline] { [Pipeline] checkout [2021-03-16T17:00:13.199Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.455s coverage: 92.8% of statements [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-16T17:00:13.199Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-16T17:00:13.199Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-16T17:00:13.199Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-16T17:00:13.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 47.1% of statements [2021-03-16T17:00:13.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-03-16T17:00:13.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-03-16T17:00:13.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-03-16T17:00:13.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements [2021-03-16T17:00:17.237Z] using credential edgex-jenkins-ssh [2021-03-16T17:00:17.309Z] Cloning the remote Git repository [2021-03-16T17:00:17.391Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:00:17.512Z] > git init /w/workspace/edgex-go/396 # timeout=10 [2021-03-16T17:00:17.587Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:00:17.588Z] > git --version # timeout=10 [2021-03-16T17:00:17.605Z] > git --version # 'git version 2.17.1' [2021-03-16T17:00:17.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:00:17.702Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:00:28.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements [2021-03-16T17:00:28.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-03-16T17:00:28.744Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.130s coverage: 81.9% of statements [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.076s coverage: 92.9% of statements [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.039s coverage: 75.5% of statements [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.6% of statements [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.6% of statements [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 62.4% of statements [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-16T17:00:41.079Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2021-03-16T17:00:41.079Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.327s coverage: 69.0% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 38.4% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.043s coverage: 89.5% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.043s coverage: 84.8% of statements [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.156s coverage: 47.0% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.148s coverage: 87.1% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 29.1% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.089s coverage: 96.5% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-16T17:00:41.080Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-03-16T17:00:41.080Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-03-16T17:00:41.080Z] GO111MODULE=on go vet ./... [2021-03-16T17:00:42.873Z] Checking out Revision 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (master) [2021-03-16T17:00:42.105Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:00:42.124Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-16T17:00:42.156Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-16T17:00:42.210Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-16T17:00:42.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-16T17:00:42.223Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-16T17:00:42.914Z] > git config core.sparsecheckout # timeout=10 [2021-03-16T17:00:42.939Z] > git checkout -f 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 [2021-03-16T17:00:47.633Z] Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.51 (#3266)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-16T17:00:49.099Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:00:49.524Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-16T17:00:49.867Z] + sudo service docker restart [2021-03-16T17:00:49.867Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T17:00:52.569Z] provisioning config files... [2021-03-16T17:00:52.647Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/396@tmp/config5002795519270004659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:00:53.152Z] ---> docker-login.sh [2021-03-16T17:00:53.152Z] nexus3.edgexfoundry.org:10001 [2021-03-16T17:00:53.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:00:54.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:00:54.354Z] Configure a credential helper to remove this warning. See [2021-03-16T17:00:54.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:00:54.354Z] [2021-03-16T17:00:54.354Z] Login Succeeded [2021-03-16T17:00:54.354Z] nexus3.edgexfoundry.org:10002 [2021-03-16T17:00:54.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:00:54.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:00:54.922Z] Configure a credential helper to remove this warning. See [2021-03-16T17:00:54.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:00:54.922Z] [2021-03-16T17:00:54.922Z] Login Succeeded [2021-03-16T17:00:54.922Z] nexus3.edgexfoundry.org:10003 [2021-03-16T17:00:55.195Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:00:55.195Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:00:55.195Z] Configure a credential helper to remove this warning. See [2021-03-16T17:00:55.195Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:00:55.195Z] [2021-03-16T17:00:55.195Z] Login Succeeded [2021-03-16T17:00:55.195Z] nexus3.edgexfoundry.org:10004 [2021-03-16T17:00:55.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:00:55.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:00:55.795Z] Configure a credential helper to remove this warning. See [2021-03-16T17:00:55.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:00:55.795Z] [2021-03-16T17:00:55.795Z] Login Succeeded [2021-03-16T17:00:55.795Z] docker.io [2021-03-16T17:00:56.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:00:56.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:00:56.346Z] Configure a credential helper to remove this warning. See [2021-03-16T17:00:56.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:00:56.346Z] [2021-03-16T17:00:56.346Z] Login Succeeded [2021-03-16T17:00:56.346Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T17:00:56.363Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-16T17:00:56.800Z] ========================================================= [2021-03-16T17:00:56.800Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-16T17:00:56.800Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:00:57.193Z] + 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-16T17:00:59.842Z] Sending build context to Docker daemon 166.8MB [2021-03-16T17:00:59.842Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-16T17:00:59.842Z] Step 2/6 : FROM ${BASE} [2021-03-16T17:00:59.842Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-16T17:00:59.842Z] 5f621e34cdf4: Pulling fs layer [2021-03-16T17:00:59.842Z] a4357932f1b6: Pulling fs layer [2021-03-16T17:00:59.842Z] 18c013af1878: Pulling fs layer [2021-03-16T17:00:59.842Z] 00ac8860ef70: Pulling fs layer [2021-03-16T17:00:59.842Z] 63d7cb157983: Pulling fs layer [2021-03-16T17:00:59.842Z] b116817d02f9: Pulling fs layer [2021-03-16T17:00:59.842Z] 745a02a5169b: Pulling fs layer [2021-03-16T17:00:59.842Z] 00ac8860ef70: Waiting [2021-03-16T17:00:59.842Z] 63d7cb157983: Waiting [2021-03-16T17:00:59.842Z] b116817d02f9: Waiting [2021-03-16T17:00:59.842Z] 745a02a5169b: Waiting [2021-03-16T17:00:59.842Z] 18c013af1878: Download complete [2021-03-16T17:00:59.842Z] a4357932f1b6: Download complete [2021-03-16T17:00:59.842Z] 63d7cb157983: Download complete [2021-03-16T17:00:59.842Z] b116817d02f9: Download complete [2021-03-16T17:01:00.459Z] 5f621e34cdf4: Download complete [2021-03-16T17:01:01.078Z] 5f621e34cdf4: Pull complete [2021-03-16T17:01:01.685Z] a4357932f1b6: Pull complete [2021-03-16T17:01:01.959Z] 18c013af1878: Pull complete [2021-03-16T17:01:02.564Z] 745a02a5169b: Verifying Checksum [2021-03-16T17:01:02.564Z] 745a02a5169b: Download complete [2021-03-16T17:01:03.997Z] 00ac8860ef70: Verifying Checksum [2021-03-16T17:01:03.997Z] 00ac8860ef70: Download complete [2021-03-16T17:01:07.833Z] gofmt -l . [2021-03-16T17:01:08.789Z] [ "`gofmt -l .`" = "" ] [2021-03-16T17:01:09.377Z] ./bin/test-go-mod-tidy.sh [2021-03-16T17:01:09.966Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-16T17:01:11.164Z] + ls -al . [2021-03-16T17:01:11.164Z] total 760 [2021-03-16T17:01:11.164Z] drwxrwxr-x 10 1001 1001 4096 Mar 16 17:01 . [2021-03-16T17:01:11.164Z] drwxr-xr-x 4 root root 32 Mar 16 16:59 .. [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 11 Mar 16 16:57 .dockerignore [2021-03-16T17:01:11.164Z] drwxrwxr-x 8 1001 1001 162 Mar 16 16:57 .git [2021-03-16T17:01:11.164Z] drwxrwxr-x 3 1001 1001 125 Mar 16 16:57 .github [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 818 Mar 16 16:57 .gitignore [2021-03-16T17:01:11.164Z] drwx------ 3 1001 1001 45 Mar 16 16:57 .semver [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 166 Mar 16 16:57 .sonarcloud.properties [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 8607 Mar 16 16:57 Attribution.txt [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 3804 Mar 16 16:57 CONTRIBUTING.md [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 931 Mar 16 16:57 Dockerfile.build [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 863 Mar 16 16:57 Jenkinsfile [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 10775 Mar 16 16:57 LICENSE [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 5774 Mar 16 16:57 Makefile [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 6548 Mar 16 16:57 README.md [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 6755 Mar 16 16:57 SECURITY.md [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 13 Mar 16 16:58 VERSION [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 4131 Mar 16 16:57 ZMQWindows.md [2021-03-16T17:01:11.164Z] drwxrwxr-x 2 1001 1001 117 Mar 16 16:57 bin [2021-03-16T17:01:11.164Z] drwxrwxr-x 14 1001 1001 4096 Mar 16 16:57 cmd [2021-03-16T17:01:11.164Z] -rw-r--r-- 1 root root 650607 Mar 16 17:00 coverage.out [2021-03-16T17:01:11.164Z] -rw-r--r-- 1 root root 1055 Mar 16 17:01 go.mod [2021-03-16T17:01:11.164Z] -rw-r--r-- 1 root root 21981 Mar 16 17:01 go.sum [2021-03-16T17:01:11.164Z] drwxrwxr-x 8 1001 1001 127 Mar 16 16:57 internal [2021-03-16T17:01:11.164Z] drwxrwxr-x 4 1001 1001 26 Mar 16 16:57 openapi [2021-03-16T17:01:11.164Z] drwxrwxr-x 4 1001 1001 71 Mar 16 16:57 snap [2021-03-16T17:01:11.164Z] -rw-rw-r-- 1 1001 1001 168 Mar 16 16:57 version.go [Pipeline] sh [2021-03-16T17:01:11.493Z] + '[' -e coverage.out ] [2021-03-16T17:01:11.493Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-16T17:01:11.694Z] Stashed 1 file(s) [Pipeline] sh [2021-03-16T17:01:11.989Z] + make build [2021-03-16T17:01:11.990Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T17:01:14.187Z] 00ac8860ef70: Pull complete [2021-03-16T17:01:14.187Z] 63d7cb157983: Pull complete [2021-03-16T17:01:14.465Z] b116817d02f9: Pull complete [2021-03-16T17:01:16.233Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T17:01:18.805Z] 745a02a5169b: Pull complete [2021-03-16T17:01:18.805Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-16T17:01:18.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-16T17:01:18.806Z] ---> b7e6874047d6 [2021-03-16T17:01:18.806Z] 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-16T17:01:21.463Z] ---> Running in 42a228708fef [2021-03-16T17:01:22.906Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:01:23.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:01:24.107Z] (1/12) Installing libmagic (5.38-r0) [2021-03-16T17:01:24.379Z] (2/12) Installing file (5.38-r0) [2021-03-16T17:01:24.379Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-16T17:01:24.471Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:01:24.652Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-16T17:01:25.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T17:01:27.308Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T17:01:27.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T17:01:29.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T17:01:31.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T17:01:33.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T17:01:34.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T17:01:35.840Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T17:01:37.238Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-16T17:01:39.823Z] $ docker stop --time=1 d9aca0ad98bf6fd88ec047a3108ca635a45ab6d6a3f7e9a65acfa37205acf8a9 [2021-03-16T17:01:41.585Z] $ docker rm -f d9aca0ad98bf6fd88ec047a3108ca635a45ab6d6a3f7e9a65acfa37205acf8a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-03-16T17:01:42.963Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-16T17:01:42.963Z] (6/12) Installing patch (2.7.6-r6) [2021-03-16T17:01:42.963Z] (7/12) Installing build-base (0.5-r2) [2021-03-16T17:01:42.963Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-16T17:01:42.963Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-16T17:01:42.963Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-16T17:01:42.963Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-16T17:01:42.963Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-16T17:01:42.963Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:01:42.963Z] OK: 217 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:01:45.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:01:45.424Z] [2021-03-16T17:01:45.424Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:01:45.584Z] Removing intermediate container 42a228708fef [2021-03-16T17:01:45.584Z] ---> 6bfa7c21072d [2021-03-16T17:01:45.584Z] Step 4/6 : WORKDIR /edgex-go [2021-03-16T17:01:45.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:01:45.784Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-16T17:01:45.784Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-16T17:01:45.784Z] ca9280d653b3: Pulling fs layer [2021-03-16T17:01:45.784Z] 7e9c9ca2126c: Pulling fs layer [2021-03-16T17:01:45.856Z] ---> Running in d8b456b21514 [2021-03-16T17:01:46.131Z] Removing intermediate container d8b456b21514 [2021-03-16T17:01:46.131Z] ---> dd790c7c3d98 [2021-03-16T17:01:46.131Z] Step 5/6 : COPY go.mod . [2021-03-16T17:01:46.365Z] cbdbe7a5bc2a: Download complete [2021-03-16T17:01:46.634Z] ca9280d653b3: Verifying Checksum [2021-03-16T17:01:46.634Z] ca9280d653b3: Download complete [2021-03-16T17:01:46.744Z] ---> be6aa3febb1f [2021-03-16T17:01:46.744Z] Step 6/6 : RUN go mod download [2021-03-16T17:01:46.897Z] cbdbe7a5bc2a: Pull complete [2021-03-16T17:01:47.016Z] ---> Running in c2ca9ab2af8e [2021-03-16T17:01:47.851Z] 7e9c9ca2126c: Verifying Checksum [2021-03-16T17:01:47.851Z] 7e9c9ca2126c: Download complete [2021-03-16T17:01:48.116Z] ca9280d653b3: Pull complete [2021-03-16T17:01:54.761Z] 7e9c9ca2126c: Pull complete [2021-03-16T17:01:54.761Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-16T17:01:54.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:01:54.761Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-16T17:01:54.899Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T17:01:54.950Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:01:57.905Z] $ docker top 566802b093915dd0db52aeb4203e6cfc721a4b3f0be4abed4c0e7f0d1cd241b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:01:58.524Z] + docker-compose build --help [2021-03-16T17:01:58.524Z] + grep parallel [2021-03-16T17:01:59.925Z] --parallel Build images in parallel. [Pipeline] } [2021-03-16T17:01:59.943Z] $ docker stop --time=1 566802b093915dd0db52aeb4203e6cfc721a4b3f0be4abed4c0e7f0d1cd241b9 [2021-03-16T17:02:01.402Z] $ docker rm -f 566802b093915dd0db52aeb4203e6cfc721a4b3f0be4abed4c0e7f0d1cd241b9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:02:02.057Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-16T17:02:02.057Z] . [Pipeline] withDockerContainer [2021-03-16T17:02:02.186Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T17:02:02.236Z] $ 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/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:02:03.076Z] $ docker top 64f75c4498195c7f4e85cd57e45690b290642e07da8f3a9687bbe441c496fae0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:02:03.616Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T17:02:05.020Z] Building docker-core-command-go ... [2021-03-16T17:02:05.020Z] Building docker-core-data-go ... [2021-03-16T17:02:05.020Z] Building docker-core-metadata-go ... [2021-03-16T17:02:05.020Z] Building docker-security-bootstrapper-go ... [2021-03-16T17:02:05.020Z] Building docker-security-proxy-setup-go ... [2021-03-16T17:02:05.020Z] Building docker-security-secretstore-setup-go ... [2021-03-16T17:02:05.020Z] Building docker-support-notifications-go ... [2021-03-16T17:02:05.020Z] Building docker-support-scheduler-go ... [2021-03-16T17:02:05.020Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T17:02:05.020Z] Building docker-support-notifications-go [2021-03-16T17:02:05.020Z] Building docker-core-metadata-go [2021-03-16T17:02:05.020Z] Building docker-sys-mgmt-agent-go [2021-03-16T17:02:05.020Z] Building docker-security-proxy-setup-go [2021-03-16T17:02:05.020Z] Building docker-security-secretstore-setup-go [2021-03-16T17:02:13.831Z] Removing intermediate container c2ca9ab2af8e [2021-03-16T17:02:13.832Z] ---> 75e6c15b8f8e [2021-03-16T17:02:13.832Z] Successfully built 75e6c15b8f8e [2021-03-16T17:02:13.832Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:02:14.178Z] + docker inspect -f . ci-base-image-arm64 [2021-03-16T17:02:14.178Z] . [Pipeline] withDockerContainer [2021-03-16T17:02:14.451Z] prd-ubuntu18.04-docker-arm64-4c-16g-30013 does not seem to be running inside a container [2021-03-16T17:02:14.561Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:02:16.088Z] $ docker top 7865c417f8eddb74662e235a361e66b1f46447340abc483ef3118454f7c43dcc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:02:17.082Z] + go version [2021-03-16T17:02:17.082Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-16T17:02:17.136Z] $ docker stop --time=1 7865c417f8eddb74662e235a361e66b1f46447340abc483ef3118454f7c43dcc [2021-03-16T17:02:19.043Z] $ docker rm -f 7865c417f8eddb74662e235a361e66b1f46447340abc483ef3118454f7c43dcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:02:20.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:02:20.142Z] [2021-03-16T17:02:20.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:02:20.818Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:02:20.818Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-16T17:02:20.818Z] 29e5d40040c1: Pulling fs layer [2021-03-16T17:02:20.818Z] 1ce36da41761: Pulling fs layer [2021-03-16T17:02:20.818Z] 25b303627fd3: Pulling fs layer [2021-03-16T17:02:21.414Z] 29e5d40040c1: Download complete [2021-03-16T17:02:22.010Z] 1ce36da41761: Verifying Checksum [2021-03-16T17:02:22.010Z] 1ce36da41761: Download complete [2021-03-16T17:02:22.010Z] 29e5d40040c1: Pull complete [2021-03-16T17:02:23.453Z] 1ce36da41761: Pull complete [2021-03-16T17:02:23.726Z] 25b303627fd3: Verifying Checksum [2021-03-16T17:02:23.727Z] 25b303627fd3: Download complete [2021-03-16T17:02:33.918Z] 25b303627fd3: Pull complete [2021-03-16T17:02:33.918Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-16T17:02:33.918Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:02:33.918Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-16T17:02:34.143Z] prd-ubuntu18.04-docker-arm64-4c-16g-30013 does not seem to be running inside a container [2021-03-16T17:02:34.258Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:02:37.303Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:02:37.303Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:02:37.303Z] ---> eaad934da784 [2021-03-16T17:02:37.303Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T17:02:37.386Z] $ docker top 5ea73e688f1c2e7fa60f43147ad59a35174f6cd7d3a1572dd042e19a815ccef1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:02:38.331Z] + docker-compose build --help [2021-03-16T17:02:38.331Z] + grep parallel [2021-03-16T17:02:38.713Z] ---> Running in a0d72106b8af [2021-03-16T17:02:38.713Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:02:38.713Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:02:38.713Z] ---> eaad934da784 [2021-03-16T17:02:38.713Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:02:38.983Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:02:38.983Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:02:38.983Z] ---> eaad934da784 [2021-03-16T17:02:38.983Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T17:02:38.983Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:02:38.983Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:02:38.983Z] ---> eaad934da784 [2021-03-16T17:02:38.983Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:02:38.983Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:02:38.983Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:02:38.983Z] ---> eaad934da784 [2021-03-16T17:02:38.983Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T17:02:39.933Z] ---> Running in b7bddbd3afad [2021-03-16T17:02:39.933Z] ---> Running in 370ee8ba8405 [2021-03-16T17:02:39.933Z] ---> Running in ca00f94e044f [2021-03-16T17:02:39.933Z] ---> Running in 118b961fae48 [2021-03-16T17:02:39.933Z] Removing intermediate container a0d72106b8af [2021-03-16T17:02:39.933Z] ---> 268c3b29dd51 [2021-03-16T17:02:39.933Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:02:39.933Z] ---> Running in 072ba33f9b06 [2021-03-16T17:02:40.196Z] Removing intermediate container 370ee8ba8405 [2021-03-16T17:02:40.196Z] ---> c75112539d43 [2021-03-16T17:02:40.196Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:02:40.196Z] Removing intermediate container b7bddbd3afad [2021-03-16T17:02:40.196Z] ---> a368ab1e489a [2021-03-16T17:02:40.196Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:02:40.196Z] Removing intermediate container ca00f94e044f [2021-03-16T17:02:40.196Z] ---> c39368e354bd [2021-03-16T17:02:40.196Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:02:40.196Z] Removing intermediate container 118b961fae48 [2021-03-16T17:02:40.196Z] ---> 3f30edd981c5 [2021-03-16T17:02:40.196Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:02:40.458Z] ---> Running in 63b1403f3b7d [2021-03-16T17:02:40.458Z] ---> Running in 15e0a95e716d [2021-03-16T17:02:40.458Z] ---> Running in 81b1832332b2 [2021-03-16T17:02:40.458Z] ---> Running in 7a3cdc6c26c3 [2021-03-16T17:02:41.702Z] --parallel Build images in parallel. [2021-03-16T17:02:41.868Z] Removing intermediate container 072ba33f9b06 [2021-03-16T17:02:41.868Z] ---> 021a2d073a71 [2021-03-16T17:02:41.868Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T17:02:41.868Z] ---> Running in 4d2d0e9b1650 [Pipeline] } [2021-03-16T17:02:42.038Z] $ docker stop --time=1 5ea73e688f1c2e7fa60f43147ad59a35174f6cd7d3a1572dd042e19a815ccef1 [2021-03-16T17:02:42.134Z] Removing intermediate container 63b1403f3b7d [2021-03-16T17:02:42.134Z] ---> c4b956477df0 [2021-03-16T17:02:42.134Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T17:02:42.134Z] ---> Running in d1b77104406c [2021-03-16T17:02:42.397Z] Removing intermediate container 15e0a95e716d [2021-03-16T17:02:42.397Z] ---> ab7e01c75748 [2021-03-16T17:02:42.397Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:02:42.660Z] Removing intermediate container 81b1832332b2 [2021-03-16T17:02:42.660Z] ---> 75d959df0528 [2021-03-16T17:02:42.660Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T17:02:42.660Z] ---> Running in 09e4f1c8a756 [2021-03-16T17:02:42.924Z] ---> Running in 3d77537f4159 [2021-03-16T17:02:43.193Z] Removing intermediate container 7a3cdc6c26c3 [2021-03-16T17:02:43.193Z] ---> 431f9501c4dc [2021-03-16T17:02:43.193Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T17:02:43.460Z] ---> Running in b3c0ba347880 [2021-03-16T17:02:43.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:43.723Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:43.893Z] $ docker rm -f 5ea73e688f1c2e7fa60f43147ad59a35174f6cd7d3a1572dd042e19a815ccef1 [2021-03-16T17:02:43.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:43.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:43.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:02:44.658Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-16T17:02:44.658Z] . [Pipeline] withDockerContainer [2021-03-16T17:02:44.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:44.944Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:44.957Z] prd-ubuntu18.04-docker-arm64-4c-16g-30013 does not seem to be running inside a container [2021-03-16T17:02:45.078Z] $ 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/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:02:45.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:45.205Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:45.466Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:02:46.443Z] OK: 233 MiB in 51 packages [2021-03-16T17:02:46.443Z] OK: 233 MiB in 51 packages [2021-03-16T17:02:46.443Z] OK: 233 MiB in 51 packages [2021-03-16T17:02:46.505Z] $ docker top 3113aad0377913add2269826ca15ed1565b7264d8d96fb2bf9b9ef336b333207 -eo pid,comm [2021-03-16T17:02:46.708Z] OK: 233 MiB in 51 packages [2021-03-16T17:02:46.708Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh [2021-03-16T17:02:47.295Z] Removing intermediate container d1b77104406c [2021-03-16T17:02:47.295Z] ---> e9a4cc3d1edf [2021-03-16T17:02:47.295Z] Step 6/24 : COPY go.mod . [2021-03-16T17:02:47.295Z] Removing intermediate container 4d2d0e9b1650 [2021-03-16T17:02:47.296Z] ---> 5817e6614c58 [2021-03-16T17:02:47.296Z] Step 6/26 : COPY go.mod . [2021-03-16T17:02:47.296Z] Removing intermediate container 3d77537f4159 [2021-03-16T17:02:47.296Z] ---> 9da7adce894a [2021-03-16T17:02:47.296Z] Step 6/22 : COPY go.mod . [2021-03-16T17:02:47.564Z] Removing intermediate container b3c0ba347880 [2021-03-16T17:02:47.564Z] ---> ef5a66e5ed45 [2021-03-16T17:02:47.564Z] Step 6/21 : COPY go.mod . [2021-03-16T17:02:47.564Z] Removing intermediate container 09e4f1c8a756 [2021-03-16T17:02:47.564Z] ---> 2aacf3ba2c2e [2021-03-16T17:02:47.564Z] Step 6/23 : COPY go.mod . [2021-03-16T17:02:47.564Z] ---> 49c6c0c9c7f6 [2021-03-16T17:02:47.564Z] Step 7/24 : RUN go mod download [2021-03-16T17:02:47.647Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-16T17:02:47.832Z] ---> Running in 9360efb63e2e [2021-03-16T17:02:47.832Z] ---> ef22958741f1 [2021-03-16T17:02:47.832Z] Step 7/26 : RUN go mod download [2021-03-16T17:02:48.099Z] ---> Running in 3391f71dc721 [2021-03-16T17:02:48.099Z] ---> f1d718f1c56f [2021-03-16T17:02:48.099Z] Step 7/21 : RUN go mod download [2021-03-16T17:02:48.099Z] ---> 5af7e5648638 [2021-03-16T17:02:48.099Z] Step 7/23 : RUN go mod download [2021-03-16T17:02:48.371Z] ---> 15bbc6239a84 [2021-03-16T17:02:48.371Z] Step 7/22 : RUN go mod download [2021-03-16T17:02:48.371Z] ---> Running in 636079efb858 [2021-03-16T17:02:48.371Z] ---> Running in c1854f1679b7 [2021-03-16T17:02:48.371Z] ---> Running in 6b00f062ae05 [2021-03-16T17:02:51.053Z] Removing intermediate container 9360efb63e2e [2021-03-16T17:02:51.053Z] ---> bd783a727fde [2021-03-16T17:02:51.053Z] Step 8/24 : COPY . . [2021-03-16T17:02:51.053Z] Removing intermediate container c1854f1679b7 [2021-03-16T17:02:51.053Z] ---> 9f6f1e69f172 [2021-03-16T17:02:51.053Z] Step 8/21 : COPY . . [2021-03-16T17:02:51.053Z] Removing intermediate container 3391f71dc721 [2021-03-16T17:02:51.053Z] ---> 6424e3b831cb [2021-03-16T17:02:51.053Z] Step 8/26 : COPY . . [2021-03-16T17:02:51.053Z] Removing intermediate container 636079efb858 [2021-03-16T17:02:51.053Z] ---> 027a70bbcf83 [2021-03-16T17:02:51.053Z] Step 8/22 : COPY . . [2021-03-16T17:02:51.053Z] Removing intermediate container 6b00f062ae05 [2021-03-16T17:02:51.053Z] ---> f4786f965d79 [2021-03-16T17:02:51.053Z] Step 8/23 : COPY . . [2021-03-16T17:02:51.064Z] Building docker-core-command-go ... [2021-03-16T17:02:51.064Z] Building docker-core-data-go ... [2021-03-16T17:02:51.064Z] Building docker-core-metadata-go ... [2021-03-16T17:02:51.064Z] Building docker-security-bootstrapper-go ... [2021-03-16T17:02:51.064Z] Building docker-security-proxy-setup-go ... [2021-03-16T17:02:51.064Z] Building docker-security-secretstore-setup-go ... [2021-03-16T17:02:51.064Z] Building docker-support-notifications-go ... [2021-03-16T17:02:51.064Z] Building docker-support-scheduler-go ... [2021-03-16T17:02:51.064Z] Building docker-sys-mgmt-agent-go ... [2021-03-16T17:02:51.064Z] Building docker-security-bootstrapper-go [2021-03-16T17:02:51.064Z] Building docker-core-command-go [2021-03-16T17:02:51.064Z] Building docker-security-proxy-setup-go [2021-03-16T17:02:51.064Z] Building docker-sys-mgmt-agent-go [2021-03-16T17:02:51.064Z] Building docker-support-scheduler-go [2021-03-16T17:03:30.351Z] ---> a6adf11a32af [2021-03-16T17:03:30.351Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T17:03:30.351Z] ---> fb91cb453f08 [2021-03-16T17:03:30.351Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T17:03:30.351Z] ---> 528432d77ca3 [2021-03-16T17:03:30.351Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T17:03:30.351Z] ---> Running in da88ef02f8ff [2021-03-16T17:03:30.351Z] ---> Running in 05ad552dcece [2021-03-16T17:03:30.351Z] ---> 1a7b18a4e624 [2021-03-16T17:03:30.351Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-16T17:03:30.351Z] ---> 4ae61f1cc35a [2021-03-16T17:03:30.351Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T17:03:30.351Z] ---> Running in 856bdff59d0a [2021-03-16T17:03:30.351Z] ---> Running in c37a571b3675 [2021-03-16T17:03:30.351Z] ---> Running in 4b2d1c06295a [2021-03-16T17:03:30.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T17:03:30.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T17:03:30.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T17:03:30.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T17:03:30.959Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T17:03:38.046Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:03:38.046Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:03:38.046Z] ---> 75e6c15b8f8e [2021-03-16T17:03:38.046Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:03:38.321Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:03:38.322Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:03:38.322Z] ---> 75e6c15b8f8e [2021-03-16T17:03:38.322Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:03:38.322Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:03:38.322Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:03:38.322Z] ---> 75e6c15b8f8e [2021-03-16T17:03:38.322Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T17:03:38.322Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:03:38.322Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:03:38.322Z] ---> 75e6c15b8f8e [2021-03-16T17:03:38.322Z] Step 3/21 : WORKDIR /edgex-go [2021-03-16T17:03:38.322Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:03:38.322Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:03:38.322Z] ---> 75e6c15b8f8e [2021-03-16T17:03:38.322Z] Step 3/26 : WORKDIR /edgex-go [2021-03-16T17:03:41.478Z] ---> Running in 2d35c2f3ec7e [2021-03-16T17:03:41.478Z] ---> Running in d26e57696727 [2021-03-16T17:03:41.478Z] ---> Running in 8550d58c176b [2021-03-16T17:03:41.478Z] ---> Running in cf9c1303f6f1 [2021-03-16T17:03:41.478Z] ---> Running in 90db6a3f9371 [2021-03-16T17:03:42.074Z] Removing intermediate container d26e57696727 [2021-03-16T17:03:42.074Z] ---> 3a47c6d5002d [2021-03-16T17:03:42.074Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:03:42.074Z] Removing intermediate container 90db6a3f9371 [2021-03-16T17:03:42.074Z] ---> 57b14ee96b03 [2021-03-16T17:03:42.074Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:03:42.074Z] Removing intermediate container cf9c1303f6f1 [2021-03-16T17:03:42.074Z] ---> 023052f059a4 [2021-03-16T17:03:42.074Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:03:42.074Z] Removing intermediate container 2d35c2f3ec7e [2021-03-16T17:03:42.074Z] ---> 0642dfab0165 [2021-03-16T17:03:42.074Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:03:42.074Z] Removing intermediate container 8550d58c176b [2021-03-16T17:03:42.074Z] ---> a2a50bd3eaa9 [2021-03-16T17:03:42.074Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:03:42.347Z] ---> Running in 626e236194e2 [2021-03-16T17:03:42.347Z] ---> Running in 97521d77b1c9 [2021-03-16T17:03:42.347Z] ---> Running in 08486e645f15 [2021-03-16T17:03:42.347Z] ---> Running in 927bb6efbc2f [2021-03-16T17:03:42.347Z] ---> Running in ec78ae4152c2 [2021-03-16T17:03:45.785Z] Removing intermediate container 626e236194e2 [2021-03-16T17:03:45.785Z] ---> 5007e49a6d8d [2021-03-16T17:03:45.785Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-16T17:03:46.067Z] ---> Running in edd3dbb952a2 [2021-03-16T17:03:46.067Z] Removing intermediate container 927bb6efbc2f [2021-03-16T17:03:46.067Z] ---> 35a4c6915e28 [2021-03-16T17:03:46.067Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-16T17:03:46.666Z] ---> Running in b518bf5f9929 [2021-03-16T17:03:46.666Z] Removing intermediate container ec78ae4152c2 [2021-03-16T17:03:46.666Z] ---> 334a2a94dfbb [2021-03-16T17:03:46.666Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:03:46.666Z] Removing intermediate container 08486e645f15 [2021-03-16T17:03:46.666Z] ---> 266ca1f61827 [2021-03-16T17:03:46.666Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T17:03:46.666Z] Removing intermediate container 97521d77b1c9 [2021-03-16T17:03:46.666Z] ---> 185f5099d580 [2021-03-16T17:03:46.666Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T17:03:46.940Z] ---> Running in 6932226121b0 [2021-03-16T17:03:46.940Z] ---> Running in 792dbb029a6c [2021-03-16T17:03:47.216Z] ---> Running in 8f5c1c0acb22 [2021-03-16T17:03:48.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:48.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:48.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:49.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:49.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:49.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:49.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:49.630Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:50.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:50.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:03:50.228Z] OK: 217 MiB in 51 packages [2021-03-16T17:03:50.837Z] OK: 217 MiB in 51 packages [2021-03-16T17:03:51.439Z] Removing intermediate container edd3dbb952a2 [2021-03-16T17:03:51.439Z] ---> 8726805aef25 [2021-03-16T17:03:51.439Z] Step 6/21 : COPY go.mod . [2021-03-16T17:03:51.714Z] OK: 217 MiB in 51 packages [2021-03-16T17:03:52.328Z] OK: 217 MiB in 51 packages [2021-03-16T17:03:52.328Z] Removing intermediate container b518bf5f9929 [2021-03-16T17:03:52.328Z] ---> 617dfaef933e [2021-03-16T17:03:52.328Z] Step 6/26 : COPY go.mod . [2021-03-16T17:03:52.605Z] ---> 459f019d7443 [2021-03-16T17:03:52.605Z] Step 7/21 : RUN go mod download [2021-03-16T17:03:52.605Z] OK: 217 MiB in 51 packages [2021-03-16T17:03:52.880Z] ---> Running in 1832588f4611 [2021-03-16T17:03:53.479Z] ---> 683be3ad2e7d [2021-03-16T17:03:53.479Z] Step 7/26 : RUN go mod download [2021-03-16T17:03:53.761Z] Removing intermediate container 8f5c1c0acb22 [2021-03-16T17:03:53.761Z] ---> 905d4017245f [2021-03-16T17:03:53.761Z] Step 6/31 : COPY go.mod . [2021-03-16T17:03:53.761Z] ---> Running in 0b85062c8635 [2021-03-16T17:03:54.057Z] Removing intermediate container 6932226121b0 [2021-03-16T17:03:54.057Z] ---> 450afe900eaf [2021-03-16T17:03:54.057Z] Step 6/23 : COPY go.mod . [2021-03-16T17:03:54.666Z] Removing intermediate container 792dbb029a6c [2021-03-16T17:03:54.666Z] ---> e879e6536046 [2021-03-16T17:03:54.666Z] Step 6/22 : COPY go.mod . [2021-03-16T17:03:54.942Z] ---> 6ffb23fa6a50 [2021-03-16T17:03:54.942Z] Step 7/31 : RUN go mod download [2021-03-16T17:03:55.225Z] ---> Running in 31754d21a625 [2021-03-16T17:03:55.501Z] ---> 668757f52d5f [2021-03-16T17:03:55.501Z] Step 7/23 : RUN go mod download [2021-03-16T17:03:55.781Z] ---> Running in 71f3d8f6647b [2021-03-16T17:03:55.781Z] ---> f6b93dd3f848 [2021-03-16T17:03:55.781Z] Step 7/22 : RUN go mod download [2021-03-16T17:03:56.060Z] ---> Running in f5c0b541118c [2021-03-16T17:03:57.510Z] Removing intermediate container 1832588f4611 [2021-03-16T17:03:57.510Z] ---> 94bff1f7ae06 [2021-03-16T17:03:57.510Z] Step 8/21 : COPY . . [2021-03-16T17:03:57.795Z] Removing intermediate container 0b85062c8635 [2021-03-16T17:03:57.795Z] ---> cf8355c653c0 [2021-03-16T17:03:57.795Z] Step 8/26 : COPY . . [2021-03-16T17:04:01.236Z] Removing intermediate container 31754d21a625 [2021-03-16T17:04:01.236Z] ---> 296abed1141d [2021-03-16T17:04:01.236Z] Step 8/31 : COPY . . [2021-03-16T17:04:01.236Z] Removing intermediate container 71f3d8f6647b [2021-03-16T17:04:01.236Z] ---> 17aefca3cefc [2021-03-16T17:04:01.236Z] Step 8/23 : COPY . . [2021-03-16T17:04:01.840Z] Removing intermediate container f5c0b541118c [2021-03-16T17:04:01.840Z] ---> a4a7763ffdb8 [2021-03-16T17:04:01.840Z] Step 8/22 : COPY . . [2021-03-16T17:04:03.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T17:04:03.283Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T17:04:13.523Z] Removing intermediate container 4b2d1c06295a [2021-03-16T17:04:13.523Z] ---> 27f2e531bc3e [2021-03-16T17:04:13.523Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T17:04:13.997Z] Removing intermediate container 05ad552dcece [2021-03-16T17:04:13.997Z] ---> a7a4340b0fa8 [2021-03-16T17:04:13.997Z] [2021-03-16T17:04:13.997Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T17:04:13.997Z] ---> Running in 5fcecc292232 [2021-03-16T17:04:13.997Z] 3.12: Pulling from library/alpine [2021-03-16T17:04:13.997Z] Removing intermediate container 856bdff59d0a [2021-03-16T17:04:13.997Z] ---> 1ef692330410 [2021-03-16T17:04:13.997Z] [2021-03-16T17:04:13.997Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T17:04:13.997Z] 3.12: Pulling from library/alpine [2021-03-16T17:04:13.997Z] Removing intermediate container da88ef02f8ff [2021-03-16T17:04:13.997Z] ---> 7a3df95ea436 [2021-03-16T17:04:13.997Z] [2021-03-16T17:04:13.997Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:04:13.997Z] 3.12: Pulling from library/alpine [2021-03-16T17:04:14.585Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:04:14.585Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:04:14.585Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:04:14.585Z] Status: Image is up to date for alpine:3.12 [2021-03-16T17:04:14.585Z] ---> 88dd2752d2ea [2021-03-16T17:04:14.585Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T17:04:14.585Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T17:04:14.585Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T17:04:14.585Z] ---> 88dd2752d2ea [2021-03-16T17:04:14.585Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T17:04:14.585Z] ---> 88dd2752d2ea [2021-03-16T17:04:14.585Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T17:04:15.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T17:04:16.554Z] ---> Running in 7358bd765dea [2021-03-16T17:04:16.555Z] ---> Running in 8aef047bfacd [2021-03-16T17:04:16.555Z] ---> Running in 58709bf70e6b [2021-03-16T17:04:16.941Z] ---> 892a2e0d9eb2 [2021-03-16T17:04:16.941Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-16T17:04:16.941Z] ---> cb8cbb35b970 [2021-03-16T17:04:16.941Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-16T17:04:16.941Z] ---> 8f652f0b48dd [2021-03-16T17:04:16.941Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T17:04:16.941Z] ---> 99cd20074ff6 [2021-03-16T17:04:16.941Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T17:04:16.941Z] ---> f8ead5d2db82 [2021-03-16T17:04:16.941Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T17:04:16.941Z] ---> Running in 03f55353d76e [2021-03-16T17:04:16.941Z] ---> Running in db2d9ae9cc59 [2021-03-16T17:04:16.941Z] ---> Running in 2b48c6774dbd [2021-03-16T17:04:16.941Z] ---> Running in 7569cf47ee06 [2021-03-16T17:04:16.941Z] ---> Running in 079ed762b759 [2021-03-16T17:04:17.506Z] Removing intermediate container c37a571b3675 [2021-03-16T17:04:17.506Z] ---> 5b5cacdc969b [2021-03-16T17:04:17.506Z] [2021-03-16T17:04:17.506Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:04:17.506Z] ---> 88dd2752d2ea [2021-03-16T17:04:17.506Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:04:17.506Z] ---> Running in c8e1cb37a081 [2021-03-16T17:04:18.092Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:18.361Z] Removing intermediate container 5fcecc292232 [2021-03-16T17:04:18.361Z] ---> 794d243eccad [2021-03-16T17:04:18.361Z] [2021-03-16T17:04:18.361Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T17:04:18.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:18.361Z] 20.10.0: Pulling from library/docker [2021-03-16T17:04:18.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:18.361Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:18.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-16T17:04:18.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-16T17:04:18.388Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:04:18.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:18.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:18.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:18.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:18.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T17:04:18.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T17:04:19.207Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:04:19.207Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:04:19.207Z] OK: 6 MiB in 15 packages [2021-03-16T17:04:19.207Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T17:04:19.207Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T17:04:19.475Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:04:19.475Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T17:04:19.475Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:04:19.475Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T17:04:19.475Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T17:04:19.475Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T17:04:19.475Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:04:19.740Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:04:19.740Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:04:19.740Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T17:04:19.740Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:04:19.740Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T17:04:19.740Z] OK: 7 MiB in 18 packages [2021-03-16T17:04:20.011Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:04:20.011Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:04:20.011Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:04:20.011Z] OK: 7 MiB in 19 packages [2021-03-16T17:04:20.011Z] OK: 6 MiB in 16 packages [2021-03-16T17:04:21.426Z] Removing intermediate container c8e1cb37a081 [2021-03-16T17:04:21.426Z] ---> 42bd51444bcb [2021-03-16T17:04:21.426Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:04:22.014Z] ---> Running in 61393a379ded [2021-03-16T17:04:22.276Z] Removing intermediate container 58709bf70e6b [2021-03-16T17:04:22.276Z] ---> 042725d20e4e [2021-03-16T17:04:22.276Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:04:22.542Z] Removing intermediate container 7358bd765dea [2021-03-16T17:04:22.542Z] ---> 5ee2b9e7e952 [2021-03-16T17:04:22.542Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:04:22.818Z] ---> Running in e9606718649e [2021-03-16T17:04:22.818Z] Removing intermediate container 61393a379ded [2021-03-16T17:04:22.818Z] ---> 89ab6aa8cc32 [2021-03-16T17:04:22.818Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T17:04:22.818Z] ---> Running in 323c8485231f [2021-03-16T17:04:22.818Z] Removing intermediate container 8aef047bfacd [2021-03-16T17:04:22.818Z] ---> 891d816d316e [2021-03-16T17:04:22.818Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:04:23.093Z] ---> Running in 1e82a804751d [2021-03-16T17:04:23.093Z] ---> Running in 53c3aa8d0dcb [2021-03-16T17:04:23.675Z] Removing intermediate container e9606718649e [2021-03-16T17:04:23.675Z] ---> 5a97f96ae8f0 [2021-03-16T17:04:23.675Z] Step 13/21 : WORKDIR /edgex [2021-03-16T17:04:24.253Z] Removing intermediate container 323c8485231f [2021-03-16T17:04:24.253Z] ---> ae487803ebbb [2021-03-16T17:04:24.253Z] Step 13/24 : WORKDIR / [2021-03-16T17:04:24.253Z] Removing intermediate container 1e82a804751d [2021-03-16T17:04:24.253Z] ---> 3016a6bfe006 [2021-03-16T17:04:24.253Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:04:24.518Z] ---> Running in 9781c86e92d9 [2021-03-16T17:04:24.518Z] ---> Running in dbba8047592a [2021-03-16T17:04:24.518Z] Removing intermediate container 53c3aa8d0dcb [2021-03-16T17:04:24.518Z] ---> 667bc8068764 [2021-03-16T17:04:24.518Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T17:04:24.518Z] ---> Running in 13cd19f365b3 [2021-03-16T17:04:24.518Z] ---> Running in 9f5262c021d0 [2021-03-16T17:04:24.788Z] Removing intermediate container 9781c86e92d9 [2021-03-16T17:04:24.788Z] ---> ac6f3cd162eb [2021-03-16T17:04:24.788Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T17:04:24.788Z] Removing intermediate container dbba8047592a [2021-03-16T17:04:24.788Z] ---> 2cbd5406b7b2 [2021-03-16T17:04:24.788Z] 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-16T17:04:25.057Z] Removing intermediate container 9f5262c021d0 [2021-03-16T17:04:25.057Z] ---> c5d28577898d [2021-03-16T17:04:25.057Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:04:25.057Z] Removing intermediate container 13cd19f365b3 [2021-03-16T17:04:25.057Z] ---> 8595fcd16b58 [2021-03-16T17:04:25.057Z] Step 15/23 : WORKDIR / [2021-03-16T17:04:25.057Z] ---> Running in 1027fdda44c0 [2021-03-16T17:04:25.057Z] ---> Running in 8366cabee314 [2021-03-16T17:04:25.326Z] ---> 8ad41a66bd5a [2021-03-16T17:04:25.326Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T17:04:25.326Z] ---> ed7c535005c9 [2021-03-16T17:04:25.326Z] 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-16T17:04:25.595Z] Removing intermediate container 1027fdda44c0 [2021-03-16T17:04:25.595Z] ---> 0cc66590d8c3 [2021-03-16T17:04:25.595Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:04:25.595Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T17:04:25.595Z] Removing intermediate container 8366cabee314 [2021-03-16T17:04:25.595Z] ---> 268ae4047525 [2021-03-16T17:04:25.595Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:04:25.595Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T17:04:25.595Z] ---> aefe523efa57 [2021-03-16T17:04:25.595Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T17:04:26.178Z] ---> Running in 22f8b5d86680 [2021-03-16T17:04:26.178Z] ---> 644f25c0ea65 [2021-03-16T17:04:26.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T17:04:26.459Z] ---> f38711ca67ae [2021-03-16T17:04:26.459Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T17:04:26.459Z] ---> 8b6f73c70c49 [2021-03-16T17:04:26.459Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T17:04:26.459Z] ---> 5738fa79ea17 [2021-03-16T17:04:26.459Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T17:04:27.458Z] ---> 8163c916611d [2021-03-16T17:04:27.458Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T17:04:27.458Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:27.733Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:27.733Z] ---> 362e08656983 [2021-03-16T17:04:27.733Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T17:04:27.733Z] ---> 16de3917588b [2021-03-16T17:04:27.733Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T17:04:27.733Z] ---> 8e23a3a3bb81 [2021-03-16T17:04:27.733Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T17:04:27.733Z] ---> Running in 7e052d0ddff7 [2021-03-16T17:04:27.995Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T17:04:27.995Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T17:04:27.995Z] Executing bash-5.0.17-r0.post-install [2021-03-16T17:04:27.995Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:04:27.995Z] OK: 12 MiB in 22 packages [2021-03-16T17:04:28.260Z] Removing intermediate container 7e052d0ddff7 [2021-03-16T17:04:28.260Z] ---> ee2aeacc4f84 [2021-03-16T17:04:28.260Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T17:04:28.260Z] ---> 85684681a386 [2021-03-16T17:04:28.260Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T17:04:28.527Z] ---> f5e0ed664942 [2021-03-16T17:04:28.527Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T17:04:28.527Z] ---> Running in 8fa48e013aa5 [2021-03-16T17:04:28.527Z] ---> Running in acebecc70a60 [2021-03-16T17:04:28.527Z] ---> 1999c9a46b6e [2021-03-16T17:04:28.527Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T17:04:28.527Z] ---> Running in 3dae89df5d22 [2021-03-16T17:04:28.793Z] Removing intermediate container acebecc70a60 [2021-03-16T17:04:28.793Z] ---> 778e5ec3e27d [2021-03-16T17:04:28.793Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:04:28.793Z] Removing intermediate container 8fa48e013aa5 [2021-03-16T17:04:28.793Z] ---> 102e630bc88b [2021-03-16T17:04:28.793Z] Step 19/21 : LABEL arch=x86_64 [2021-03-16T17:04:29.058Z] ---> Running in 08cc31a25155 [2021-03-16T17:04:29.058Z] ---> Running in 164ce9680b83 [2021-03-16T17:04:29.333Z] Removing intermediate container 3dae89df5d22 [2021-03-16T17:04:29.333Z] ---> dfe9652d4918 [2021-03-16T17:04:29.333Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:04:29.333Z] Removing intermediate container 22f8b5d86680 [2021-03-16T17:04:29.333Z] ---> c4ad70f789e9 [2021-03-16T17:04:29.333Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T17:04:29.333Z] ---> 8ca2b857f99a [2021-03-16T17:04:29.333Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T17:04:29.333Z] ---> Running in dc9062df4431 [2021-03-16T17:04:29.333Z] ---> Running in 992ba3e9817a [2021-03-16T17:04:29.602Z] Removing intermediate container 08cc31a25155 [2021-03-16T17:04:29.602Z] ---> 56befe1d9f0c [2021-03-16T17:04:29.602Z] Step 20/21 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:04:29.602Z] Removing intermediate container 164ce9680b83 [2021-03-16T17:04:29.602Z] ---> 24a6fb9e5534 [2021-03-16T17:04:29.602Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:04:29.602Z] ---> Running in 043c9cce0662 [2021-03-16T17:04:29.602Z] ---> Running in e1b46a47b93b [2021-03-16T17:04:29.870Z] ---> 2970e8bf0d5e [2021-03-16T17:04:29.870Z] 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-16T17:04:29.870Z] Removing intermediate container dc9062df4431 [2021-03-16T17:04:29.870Z] ---> a9b960eda5c4 [2021-03-16T17:04:29.870Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T17:04:29.870Z] Removing intermediate container 992ba3e9817a [2021-03-16T17:04:29.870Z] ---> 1b7aae1c3ff1 [2021-03-16T17:04:29.870Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T17:04:29.870Z] ---> Running in eb07d9822c28 [2021-03-16T17:04:30.134Z] ---> Running in 3597bacf6fc2 [2021-03-16T17:04:30.134Z] ---> Running in b9e8e22f58aa [2021-03-16T17:04:30.134Z] Removing intermediate container 043c9cce0662 [2021-03-16T17:04:30.134Z] ---> 8b7c97aec08b [2021-03-16T17:04:30.134Z] Step 21/21 : LABEL version=2.0.0-dev.129 [2021-03-16T17:04:30.406Z] Removing intermediate container e1b46a47b93b [2021-03-16T17:04:30.406Z] ---> c8ea7dceed4f [2021-03-16T17:04:30.406Z] Step 22/23 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:04:30.406Z] ---> Running in b057654d1fa8 [2021-03-16T17:04:30.406Z] ---> Running in ce9948b10182 [2021-03-16T17:04:30.672Z] Removing intermediate container 3597bacf6fc2 [2021-03-16T17:04:30.672Z] ---> 61eb9b516584 [2021-03-16T17:04:30.672Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-16T17:04:30.672Z] Removing intermediate container b9e8e22f58aa [2021-03-16T17:04:30.672Z] ---> e200736f342b [2021-03-16T17:04:30.672Z] Step 21/22 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:04:30.672Z] ---> Running in cf9bc751cd45 [2021-03-16T17:04:30.672Z] ---> Running in a18201b869b0 [2021-03-16T17:04:30.941Z] Removing intermediate container b057654d1fa8 [2021-03-16T17:04:30.941Z] ---> 6a55585fc828 [2021-03-16T17:04:30.941Z] [2021-03-16T17:04:30.941Z] Removing intermediate container ce9948b10182 [2021-03-16T17:04:30.941Z] ---> 3418cd66c03c [2021-03-16T17:04:30.941Z] Step 23/23 : LABEL version=2.0.0-dev.129 [2021-03-16T17:04:30.941Z] ---> Running in 56a384f6ca8b [2021-03-16T17:04:30.941Z] Removing intermediate container a18201b869b0 [2021-03-16T17:04:30.941Z] ---> 489a493efc4c [2021-03-16T17:04:30.941Z] Step 22/22 : LABEL version=2.0.0-dev.129 [2021-03-16T17:04:30.942Z] Removing intermediate container cf9bc751cd45 [2021-03-16T17:04:30.942Z] ---> 7931cc9af3f2 [2021-03-16T17:04:30.942Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T17:04:31.211Z] ---> Running in c3d584a01b49 [2021-03-16T17:04:31.211Z] Successfully built 6a55585fc828 [2021-03-16T17:04:31.211Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-16T17:04:31.211Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-03-16T17:04:31.474Z] Removing intermediate container 56a384f6ca8b [2021-03-16T17:04:31.474Z] ---> 3436e011b6ae [2021-03-16T17:04:31.474Z] [2021-03-16T17:04:31.474Z] Removing intermediate container c3d584a01b49 [2021-03-16T17:04:31.474Z] ---> c07fcbe20840 [2021-03-16T17:04:31.474Z] [2021-03-16T17:04:31.742Z] ---> d0cd94c7ea5f [2021-03-16T17:04:31.742Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T17:04:31.742Z] Successfully built 3436e011b6ae [2021-03-16T17:04:32.015Z] Successfully built c07fcbe20840 [2021-03-16T17:04:32.015Z] Removing intermediate container eb07d9822c28 [2021-03-16T17:04:32.015Z] ---> 0235b78a2aa4 [2021-03-16T17:04:32.015Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T17:04:32.015Z] Successfully tagged docker-support-notifications-go:latest [2021-03-16T17:04:32.015Z] Building docker-core-command-go [2021-03-16T17:04:32.015Z]  Building docker-support-notifications-go ... done Successfully tagged docker-core-metadata-go:latest [2021-03-16T17:04:32.015Z] Building docker-support-scheduler-go [2021-03-16T17:04:36.251Z]  Building docker-core-metadata-go ... done  ---> Running in 103b2d13e288 [2021-03-16T17:04:36.251Z] ---> e5f502cff9bb [2021-03-16T17:04:36.251Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T17:04:38.202Z] Removing intermediate container 103b2d13e288 [2021-03-16T17:04:38.202Z] ---> 9b36277ecdde [2021-03-16T17:04:38.202Z] Step 22/24 : LABEL arch=x86_64 [2021-03-16T17:04:38.468Z] ---> db617ba95161 [2021-03-16T17:04:38.468Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T17:04:38.468Z] ---> Running in d510c0805460 [2021-03-16T17:04:38.738Z] ---> Running in 1adf5eaee5af [2021-03-16T17:04:39.691Z] Removing intermediate container d510c0805460 [2021-03-16T17:04:39.691Z] ---> bd7059e296e6 [2021-03-16T17:04:39.691Z] Step 23/24 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:04:40.682Z] ---> Running in a01739e9f631 [2021-03-16T17:04:40.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:41.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:04:41.236Z] Removing intermediate container a01739e9f631 [2021-03-16T17:04:41.236Z] ---> 7d8c1fefdfb4 [2021-03-16T17:04:41.236Z] Step 24/24 : LABEL version=2.0.0-dev.129 [2021-03-16T17:04:41.236Z] ---> Running in 36a3ed22f7b6 [2021-03-16T17:04:41.503Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T17:04:41.503Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T17:04:41.503Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T17:04:41.503Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T17:04:41.503Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T17:04:41.503Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T17:04:41.503Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T17:04:41.788Z] Removing intermediate container 36a3ed22f7b6 [2021-03-16T17:04:41.788Z] ---> 382ef7dfb878 [2021-03-16T17:04:41.788Z] [2021-03-16T17:04:42.058Z] Successfully built 382ef7dfb878 [2021-03-16T17:04:42.058Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-16T17:04:42.058Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-03-16T17:04:43.018Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T17:04:43.018Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T17:04:43.018Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T17:04:43.018Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T17:04:43.018Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T17:04:44.440Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T17:04:44.704Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T17:04:46.117Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T17:04:46.117Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T17:04:46.117Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T17:04:46.117Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T17:04:46.117Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T17:04:46.384Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T17:04:47.356Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T17:04:49.358Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T17:04:49.358Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T17:04:49.630Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T17:04:49.630Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T17:04:49.630Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T17:04:49.630Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T17:04:49.630Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T17:04:49.630Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T17:04:49.631Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T17:04:49.631Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T17:04:49.631Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T17:04:49.631Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T17:04:50.226Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:04:50.226Z] OK: 71 MiB in 55 packages [2021-03-16T17:05:00.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:05:00.374Z] [2021-03-16T17:05:00.374Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:05:00.374Z] ---> eaad934da784 [2021-03-16T17:05:00.374Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:05:00.374Z] [2021-03-16T17:05:00.374Z] ---> eaad934da784 [2021-03-16T17:05:00.374Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 3f30edd981c5 [2021-03-16T17:05:00.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 431f9501c4dc [2021-03-16T17:05:00.374Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 3f30edd981c5 [2021-03-16T17:05:00.374Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 431f9501c4dc [2021-03-16T17:05:00.374Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> ef5a66e5ed45 [2021-03-16T17:05:00.374Z] Step 6/22 : COPY go.mod . [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> f1d718f1c56f [2021-03-16T17:05:00.374Z] Step 7/22 : RUN go mod download [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 9f6f1e69f172 [2021-03-16T17:05:00.374Z] Step 8/22 : COPY . . [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 528432d77ca3 [2021-03-16T17:05:00.374Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-16T17:05:00.374Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:05:00.374Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:05:00.374Z] ---> eaad934da784 [2021-03-16T17:05:00.374Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 3f30edd981c5 [2021-03-16T17:05:00.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 431f9501c4dc [2021-03-16T17:05:00.374Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> ef5a66e5ed45 [2021-03-16T17:05:00.374Z] Step 6/23 : COPY go.mod . [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> f1d718f1c56f [2021-03-16T17:05:00.374Z] Step 7/23 : RUN go mod download [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 9f6f1e69f172 [2021-03-16T17:05:00.374Z] Step 8/23 : COPY . . [2021-03-16T17:05:00.374Z] ---> Using cache [2021-03-16T17:05:00.374Z] ---> 528432d77ca3 [2021-03-16T17:05:00.374Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-16T17:05:02.893Z] ---> Running in 4ccfd6908e4d [2021-03-16T17:05:02.893Z] ---> Running in e6718072e76c [2021-03-16T17:05:02.893Z] ---> Running in 223ad1aa1685 [2021-03-16T17:05:06.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-command/core-command ./cmd/core-command [2021-03-16T17:05:06.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-16T17:05:06.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:05:06.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:05:07.833Z] OK: 233 MiB in 51 packages [2021-03-16T17:05:08.818Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:05:08.818Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:05:08.818Z] ---> eaad934da784 [2021-03-16T17:05:08.818Z] Step 3/31 : WORKDIR /edgex-go [2021-03-16T17:05:08.818Z] ---> Using cache [2021-03-16T17:05:08.818Z] ---> 3f30edd981c5 [2021-03-16T17:05:08.818Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:05:08.818Z] ---> Using cache [2021-03-16T17:05:08.818Z] ---> 431f9501c4dc [2021-03-16T17:05:08.818Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-16T17:05:08.818Z] ---> Using cache [2021-03-16T17:05:08.818Z] ---> ef5a66e5ed45 [2021-03-16T17:05:08.818Z] Step 6/31 : COPY go.mod . [2021-03-16T17:05:08.818Z] ---> Using cache [2021-03-16T17:05:08.818Z] ---> f1d718f1c56f [2021-03-16T17:05:08.818Z] Step 7/31 : RUN go mod download [2021-03-16T17:05:08.818Z] ---> Using cache [2021-03-16T17:05:08.818Z] ---> 9f6f1e69f172 [2021-03-16T17:05:08.818Z] Step 8/31 : COPY . . [2021-03-16T17:05:08.818Z] ---> Using cache [2021-03-16T17:05:08.818Z] ---> 528432d77ca3 [2021-03-16T17:05:08.818Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-16T17:05:10.244Z] ---> Running in a3eceef697a2 [2021-03-16T17:05:10.514Z] Removing intermediate container 223ad1aa1685 [2021-03-16T17:05:10.514Z] ---> 62b75c5c7e20 [2021-03-16T17:05:10.514Z] Step 6/23 : COPY go.mod . [2021-03-16T17:05:12.285Z] ---> 03ad71c2bd0a [2021-03-16T17:05:12.285Z] Step 7/23 : RUN go mod download [2021-03-16T17:05:12.285Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-16T17:05:13.556Z] ---> Running in 22f4b47faf1c [2021-03-16T17:05:13.835Z] Removing intermediate container 1adf5eaee5af [2021-03-16T17:05:13.835Z] ---> c3b66a6340b5 [2021-03-16T17:05:13.835Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T17:05:13.835Z] ---> Running in 7737c7a90803 [2021-03-16T17:05:18.101Z] Removing intermediate container 22f4b47faf1c [2021-03-16T17:05:18.101Z] ---> 858d800378f9 [2021-03-16T17:05:18.101Z] Step 8/23 : COPY . . [2021-03-16T17:05:18.382Z] Collecting docker-compose==1.23.2 [2021-03-16T17:05:18.382Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T17:05:20.387Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T17:05:20.387Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T17:05:22.393Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T17:05:22.393Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T17:05:24.376Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T17:05:24.376Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T17:05:25.830Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T17:05:25.830Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T17:05:26.420Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T17:05:26.420Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T17:05:27.402Z] 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-16T17:05:27.675Z] Collecting PyYAML<4,>=3.10 [2021-03-16T17:05:27.675Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T17:05:29.655Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T17:05:29.655Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T17:05:29.929Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T17:05:29.929Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T17:05:30.541Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T17:05:30.541Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T17:05:33.190Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T17:05:33.190Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T17:05:33.190Z] 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-16T17:05:33.468Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T17:05:33.468Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T17:05:33.468Z] Collecting idna<2.8,>=2.5 [2021-03-16T17:05:33.468Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T17:05:33.743Z] 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-16T17:05:33.743Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T17:05:33.743Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T17:05:33.743Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T17:05:33.743Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T17:05:34.354Z] Installing collected packages: texttable, docopt, cached-property, jsonschema, dockerpty, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-03-16T17:05:34.354Z] Running setup.py install for texttable: started [2021-03-16T17:05:35.777Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T17:05:35.777Z] Running setup.py install for docopt: started [2021-03-16T17:05:37.776Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T17:05:37.776Z] Running setup.py install for dockerpty: started [2021-03-16T17:05:38.751Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T17:05:38.751Z] Running setup.py install for PyYAML: started [2021-03-16T17:05:40.774Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T17:05:41.057Z] Attempting uninstall: urllib3 [2021-03-16T17:05:41.057Z] Found existing installation: urllib3 1.25.9 [2021-03-16T17:05:41.057Z] Uninstalling urllib3-1.25.9: [2021-03-16T17:05:41.336Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T17:05:41.612Z] Attempting uninstall: idna [2021-03-16T17:05:41.612Z] Found existing installation: idna 2.9 [2021-03-16T17:05:41.612Z] Uninstalling idna-2.9: [2021-03-16T17:05:41.612Z] Successfully uninstalled idna-2.9 [2021-03-16T17:05:42.604Z] Attempting uninstall: requests [2021-03-16T17:05:42.604Z] Found existing installation: requests 2.23.0 [2021-03-16T17:05:42.604Z] Uninstalling requests-2.23.0: [2021-03-16T17:05:42.604Z] Successfully uninstalled requests-2.23.0 [2021-03-16T17:05:45.959Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-16T17:05:45.959Z] ---> b41826f056e2 [2021-03-16T17:05:45.959Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T17:05:45.959Z] ---> Running in 4f5e4f0d185d [2021-03-16T17:05:46.937Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T17:05:51.170Z] Removing intermediate container 7737c7a90803 [2021-03-16T17:05:51.170Z] ---> 2ace6baca50f [2021-03-16T17:05:51.170Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T17:05:53.126Z] ---> Running in cdb257d46005 [2021-03-16T17:05:53.126Z] Removing intermediate container a3eceef697a2 [2021-03-16T17:05:53.126Z] ---> 48b71396ccc1 [2021-03-16T17:05:53.126Z] [2021-03-16T17:05:53.126Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T17:05:53.126Z] ---> 88dd2752d2ea [2021-03-16T17:05:53.126Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T17:05:53.126Z] Removing intermediate container 4ccfd6908e4d [2021-03-16T17:05:53.126Z] ---> f7af8cbde1d6 [2021-03-16T17:05:53.126Z] [2021-03-16T17:05:53.126Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:05:53.126Z] ---> 88dd2752d2ea [2021-03-16T17:05:53.126Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:05:53.126Z] ---> Using cache [2021-03-16T17:05:53.126Z] ---> 42bd51444bcb [2021-03-16T17:05:53.126Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:05:53.126Z] ---> Using cache [2021-03-16T17:05:53.126Z] ---> 89ab6aa8cc32 [2021-03-16T17:05:53.126Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T17:05:53.126Z] Removing intermediate container e6718072e76c [2021-03-16T17:05:53.126Z] ---> 86f80b2158d3 [2021-03-16T17:05:53.126Z] [2021-03-16T17:05:53.126Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:05:53.126Z] ---> 88dd2752d2ea [2021-03-16T17:05:53.126Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:05:53.126Z] ---> Using cache [2021-03-16T17:05:53.126Z] ---> 42bd51444bcb [2021-03-16T17:05:53.126Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:05:53.126Z] ---> Using cache [2021-03-16T17:05:53.126Z] ---> 89ab6aa8cc32 [2021-03-16T17:05:53.126Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T17:05:53.450Z] ---> Running in aeba09409bcc [2021-03-16T17:05:53.450Z] ---> Running in befc9cb13fb5 [2021-03-16T17:05:53.450Z] ---> Running in 3922a2dd5ff6 [2021-03-16T17:05:53.744Z] Removing intermediate container aeba09409bcc [2021-03-16T17:05:53.744Z] ---> d0055327fe2f [2021-03-16T17:05:53.744Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T17:05:53.744Z] Removing intermediate container 3922a2dd5ff6 [2021-03-16T17:05:53.744Z] ---> ce79f6d5f9f5 [2021-03-16T17:05:53.744Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:05:54.018Z] Removing intermediate container befc9cb13fb5 [2021-03-16T17:05:54.018Z] ---> d7424d954cc5 [2021-03-16T17:05:54.018Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:05:54.018Z] ---> Running in 7f2ae1cdb257 [2021-03-16T17:05:54.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:05:54.018Z] ---> Running in 83230ffee2ee [2021-03-16T17:05:54.018Z] ---> Running in 6b45d9796c32 [2021-03-16T17:05:54.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:05:54.636Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:05:54.636Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T17:05:54.636Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T17:05:54.636Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:05:54.636Z] Removing intermediate container 6b45d9796c32 [2021-03-16T17:05:54.636Z] ---> bbe746bfa621 [2021-03-16T17:05:54.636Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:05:54.636Z] Removing intermediate container 83230ffee2ee [2021-03-16T17:05:54.636Z] ---> 2011786f7ec1 [2021-03-16T17:05:54.636Z] Step 15/23 : WORKDIR / [2021-03-16T17:05:54.636Z] OK: 72 MiB in 58 packages [2021-03-16T17:05:55.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-16T17:05:55.621Z] ---> Running in f74a74a146cd [2021-03-16T17:05:55.621Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:05:55.908Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:05:55.908Z] ---> 80ae64220064 [2021-03-16T17:05:55.908Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T17:05:56.189Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:05:56.189Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T17:05:56.189Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:05:56.189Z] OK: 6 MiB in 16 packages [2021-03-16T17:05:56.189Z] Removing intermediate container f74a74a146cd [2021-03-16T17:05:56.189Z] ---> 5960c5aae6fd [2021-03-16T17:05:56.189Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:05:56.476Z] Removing intermediate container cdb257d46005 [2021-03-16T17:05:56.477Z] ---> 81ff24f61ea0 [2021-03-16T17:05:56.477Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T17:05:56.748Z] ---> Running in ebbd849e77b5 [2021-03-16T17:05:57.026Z] ---> 09225f71384c [2021-03-16T17:05:57.026Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T17:05:57.319Z] ---> 3b79de4ffede [2021-03-16T17:05:57.319Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T17:05:57.319Z] Removing intermediate container ebbd849e77b5 [2021-03-16T17:05:57.319Z] ---> 000f025ee9b9 [2021-03-16T17:05:57.319Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:05:57.319Z] Removing intermediate container 7f2ae1cdb257 [2021-03-16T17:05:57.319Z] ---> 58a954599882 [2021-03-16T17:05:57.319Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T17:05:57.612Z] ---> Running in 6ca60a667453 [2021-03-16T17:05:57.612Z] ---> Running in 78b54550806c [2021-03-16T17:05:59.601Z] ---> 3ff7ea47600b [2021-03-16T17:05:59.601Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T17:05:59.601Z] ---> ec1e908199ae [2021-03-16T17:05:59.601Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T17:05:59.601Z] Removing intermediate container 78b54550806c [2021-03-16T17:05:59.601Z] ---> 8067b961e9ef [2021-03-16T17:05:59.601Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T17:05:59.601Z] Removing intermediate container 6ca60a667453 [2021-03-16T17:05:59.601Z] ---> 658e34ee7856 [2021-03-16T17:05:59.601Z] Step 24/26 : LABEL arch=x86_64 [2021-03-16T17:05:59.601Z] ---> Running in e5e781f83992 [2021-03-16T17:05:59.601Z] ---> Running in 4ba42d7bf14d [2021-03-16T17:05:59.876Z] ---> Running in 400d01b78d2a [2021-03-16T17:05:59.876Z] ---> 0348bcda34cb [2021-03-16T17:05:59.876Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T17:06:00.153Z] ---> Running in 7be11ae4c38b [2021-03-16T17:06:00.153Z] Removing intermediate container 4ba42d7bf14d [2021-03-16T17:06:00.153Z] ---> f50bcf69a17c [2021-03-16T17:06:00.153Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:06:00.153Z] Removing intermediate container e5e781f83992 [2021-03-16T17:06:00.153Z] ---> 90ff882fa5da [2021-03-16T17:06:00.153Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T17:06:00.153Z] Removing intermediate container 400d01b78d2a [2021-03-16T17:06:00.153Z] ---> 787f993b3d2a [2021-03-16T17:06:00.154Z] Step 25/26 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:00.421Z] ---> Running in d51eeea65113 [2021-03-16T17:06:00.421Z] ---> Running in fce8f2002e37 [2021-03-16T17:06:00.688Z] ---> Running in f6c44ba140cc [2021-03-16T17:06:00.688Z] Removing intermediate container 7be11ae4c38b [2021-03-16T17:06:00.688Z] ---> c5d0717335f9 [2021-03-16T17:06:00.688Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:06:01.293Z] ---> Running in 7733da9b01c4 [2021-03-16T17:06:01.293Z] Removing intermediate container d51eeea65113 [2021-03-16T17:06:01.293Z] ---> 71f43774f1f0 [2021-03-16T17:06:01.293Z] Step 20/22 : LABEL arch=x86_64 [2021-03-16T17:06:01.293Z] Removing intermediate container f6c44ba140cc [2021-03-16T17:06:01.293Z] ---> 436e327445ab [2021-03-16T17:06:01.293Z] Step 26/26 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:01.293Z] ---> Running in 20898b2a341f [2021-03-16T17:06:01.579Z] ---> Running in feb4d5a02e58 [2021-03-16T17:06:01.579Z] Removing intermediate container 7733da9b01c4 [2021-03-16T17:06:01.579Z] ---> aa33e755666f [2021-03-16T17:06:01.579Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:06:01.857Z] ---> Running in b26b961a008a [2021-03-16T17:06:01.857Z] Removing intermediate container 20898b2a341f [2021-03-16T17:06:01.857Z] ---> 442c2b6dabd0 [2021-03-16T17:06:01.857Z] Step 21/22 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:02.135Z] Removing intermediate container feb4d5a02e58 [2021-03-16T17:06:02.135Z] ---> b427f9490a0b [2021-03-16T17:06:02.135Z] [2021-03-16T17:06:02.135Z] ---> Running in 0a6c45280d57 [2021-03-16T17:06:02.420Z] Removing intermediate container b26b961a008a [2021-03-16T17:06:02.420Z] ---> c7a207d79efb [2021-03-16T17:06:02.420Z] Step 22/23 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:02.420Z] Successfully built b427f9490a0b [2021-03-16T17:06:02.420Z] ---> Running in 271f6b183813 [2021-03-16T17:06:02.420Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-16T17:06:02.420Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0a6c45280d57 [2021-03-16T17:06:02.420Z] ---> a8d27f4b4200 [2021-03-16T17:06:02.420Z] Step 22/22 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:03.018Z] ---> Running in 03003b234a22 [2021-03-16T17:06:03.018Z] Removing intermediate container 271f6b183813 [2021-03-16T17:06:03.018Z] ---> 98cd573fbf6a [2021-03-16T17:06:03.018Z] Step 23/23 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:03.302Z] ---> Running in 331a700b208c [2021-03-16T17:06:03.302Z] Removing intermediate container fce8f2002e37 [2021-03-16T17:06:03.302Z] ---> b516d8e843fa [2021-03-16T17:06:03.302Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T17:06:03.602Z] Removing intermediate container 03003b234a22 [2021-03-16T17:06:03.602Z] ---> da9d2e463955 [2021-03-16T17:06:03.602Z] [2021-03-16T17:06:03.602Z] ---> Running in 381123e3d56c [2021-03-16T17:06:03.871Z] Removing intermediate container 331a700b208c [2021-03-16T17:06:03.871Z] ---> 37cad78fcb29 [2021-03-16T17:06:03.871Z] [2021-03-16T17:06:03.889Z] Removing intermediate container db2d9ae9cc59 [2021-03-16T17:06:03.889Z] ---> eeb62dcc5b9d [2021-03-16T17:06:03.889Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-16T17:06:03.889Z] ---> Running in 2dc320a0f17d [2021-03-16T17:06:03.889Z] Removing intermediate container 03f55353d76e [2021-03-16T17:06:03.889Z] ---> 946541cd0c62 [2021-03-16T17:06:03.889Z] [2021-03-16T17:06:03.889Z] Step 10/21 : FROM alpine:3.12 [2021-03-16T17:06:03.889Z] Removing intermediate container 7569cf47ee06 [2021-03-16T17:06:03.889Z] ---> 6469f8c00a8b [2021-03-16T17:06:03.889Z] [2021-03-16T17:06:03.889Z] Step 10/31 : FROM alpine:3.12 [2021-03-16T17:06:03.889Z] 3.12: Pulling from library/alpine [2021-03-16T17:06:03.889Z] 3.12: Pulling from library/alpine [2021-03-16T17:06:04.146Z] Successfully built da9d2e463955 [2021-03-16T17:06:04.146Z] Successfully built 37cad78fcb29 [2021-03-16T17:06:04.146Z] Successfully tagged docker-core-command-go:latest [2021-03-16T17:06:04.146Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-16T17:06:04.413Z]  Building docker-core-command-go ... done  Building docker-support-scheduler-go ... done Removing intermediate container 381123e3d56c [2021-03-16T17:06:04.413Z] ---> 95da70ad2dd8 [2021-03-16T17:06:04.413Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T17:06:04.885Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:06:04.885Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-16T17:06:04.885Z] Status: Downloaded newer image for alpine:3.12 [2021-03-16T17:06:04.885Z] ---> d10569e2745f [2021-03-16T17:06:04.885Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-16T17:06:04.885Z] Status: Image is up to date for alpine:3.12 [2021-03-16T17:06:04.885Z] ---> d10569e2745f [2021-03-16T17:06:04.885Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-16T17:06:04.885Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-16T17:06:05.007Z] ---> da1d848fc59f [2021-03-16T17:06:05.007Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T17:06:05.007Z] ---> Running in 04ef575c1de2 [2021-03-16T17:06:05.488Z] ---> Running in 10707f4461f9 [2021-03-16T17:06:05.488Z] ---> Running in 0e52064f3cdf [2021-03-16T17:06:06.479Z] Removing intermediate container 10707f4461f9 [2021-03-16T17:06:06.479Z] ---> 5a5485fd7f00 [2021-03-16T17:06:06.479Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-16T17:06:06.754Z] ---> Running in bc4b963b9eed [2021-03-16T17:06:06.986Z] Removing intermediate container 04ef575c1de2 [2021-03-16T17:06:06.986Z] ---> f427b1fc36cd [2021-03-16T17:06:06.986Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:06:07.355Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:07.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:08.249Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-16T17:06:08.249Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:06:08.249Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-16T17:06:08.249Z] (4/4) Installing curl (7.69.1-r3) [2021-03-16T17:06:08.249Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:08.395Z] ---> 85b21ba3ac62 [2021-03-16T17:06:08.395Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T17:06:08.527Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:06:08.527Z] OK: 7 MiB in 18 packages [2021-03-16T17:06:08.665Z] ---> 27255bd3ca42 [2021-03-16T17:06:08.665Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T17:06:09.254Z] ---> a704e942196c [2021-03-16T17:06:09.254Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T17:06:09.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:09.515Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:10.117Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:06:10.117Z] (2/2) Installing su-exec (0.2-r1) [2021-03-16T17:06:10.117Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:10.117Z] OK: 5 MiB in 16 packages [2021-03-16T17:06:10.667Z] ---> 39fc4a800698 [2021-03-16T17:06:10.667Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T17:06:10.932Z] ---> 81d1a230993d [2021-03-16T17:06:10.932Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T17:06:11.096Z] Removing intermediate container 2b48c6774dbd [2021-03-16T17:06:11.096Z] ---> 26965c62f9f9 [2021-03-16T17:06:11.096Z] [2021-03-16T17:06:11.096Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:06:11.096Z] ---> d10569e2745f [2021-03-16T17:06:11.096Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:06:11.096Z] Removing intermediate container 2dc320a0f17d [2021-03-16T17:06:11.096Z] ---> d0c8f58bbee3 [2021-03-16T17:06:11.096Z] [2021-03-16T17:06:11.096Z] Step 11/26 : FROM docker:20.10.0 [2021-03-16T17:06:11.096Z] 20.10.0: Pulling from library/docker [2021-03-16T17:06:11.201Z] ---> Running in c402b11f5ab7 [2021-03-16T17:06:11.477Z] Removing intermediate container c402b11f5ab7 [2021-03-16T17:06:11.477Z] ---> a0d33df3b206 [2021-03-16T17:06:11.477Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-16T17:06:11.743Z] ---> e230accb9e63 [2021-03-16T17:06:11.743Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T17:06:12.107Z] ---> Running in 850b8c41b9a7 [2021-03-16T17:06:12.534Z] ---> Running in e6d0eb66c31e [2021-03-16T17:06:12.535Z] Removing intermediate container 0e52064f3cdf [2021-03-16T17:06:12.535Z] ---> 537049a933fe [2021-03-16T17:06:12.535Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:06:13.132Z] Removing intermediate container 079ed762b759 [2021-03-16T17:06:13.132Z] ---> d122a1d0c020 [2021-03-16T17:06:13.132Z] [2021-03-16T17:06:13.132Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:06:13.132Z] ---> d10569e2745f [2021-03-16T17:06:13.132Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:06:13.407Z] ---> Running in e94391fa933c [2021-03-16T17:06:13.684Z] Removing intermediate container bc4b963b9eed [2021-03-16T17:06:13.684Z] ---> 609823e0aa8e [2021-03-16T17:06:13.684Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-16T17:06:13.684Z] ---> Running in 02069d445e60 [2021-03-16T17:06:13.961Z] ---> Running in 582a7c3d1f8e [2021-03-16T17:06:14.246Z] Removing intermediate container e94391fa933c [2021-03-16T17:06:14.246Z] ---> 37d9451d6e13 [2021-03-16T17:06:14.246Z] Step 13/21 : WORKDIR /edgex [2021-03-16T17:06:14.246Z] ---> Running in f13171271fe3 [2021-03-16T17:06:14.272Z] Removing intermediate container 4f5e4f0d185d [2021-03-16T17:06:14.272Z] ---> 11251e0ff9ad [2021-03-16T17:06:14.272Z] [2021-03-16T17:06:14.272Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:06:14.272Z] ---> 88dd2752d2ea [2021-03-16T17:06:14.272Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T17:06:14.272Z] Removing intermediate container 850b8c41b9a7 [2021-03-16T17:06:14.272Z] ---> 7b8d76604604 [2021-03-16T17:06:14.272Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T17:06:14.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:14.521Z] Removing intermediate container 582a7c3d1f8e [2021-03-16T17:06:14.521Z] ---> 20992787e6f1 [2021-03-16T17:06:14.521Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-16T17:06:14.536Z] ---> Running in 757fd6006c66 [2021-03-16T17:06:14.536Z] ---> Running in 338c44c68c02 [2021-03-16T17:06:14.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:14.801Z] ---> Running in 2966adec36fc [2021-03-16T17:06:14.805Z] Removing intermediate container 757fd6006c66 [2021-03-16T17:06:14.805Z] ---> a37e4f12317b [2021-03-16T17:06:14.805Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T17:06:14.805Z] Removing intermediate container 338c44c68c02 [2021-03-16T17:06:14.805Z] ---> b9fbf955546c [2021-03-16T17:06:14.805Z] Step 28/31 : CMD ["gate"] [2021-03-16T17:06:14.805Z] ---> Running in bc45a96dd871 [2021-03-16T17:06:14.805Z] ---> Running in 5759c58cd94f [2021-03-16T17:06:15.077Z] Removing intermediate container f13171271fe3 [2021-03-16T17:06:15.077Z] ---> 593f83f177b6 [2021-03-16T17:06:15.077Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-16T17:06:15.077Z] Removing intermediate container bc45a96dd871 [2021-03-16T17:06:15.077Z] ---> cdd87122b731 [2021-03-16T17:06:15.077Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T17:06:15.077Z] ---> Running in 03bb3ec14052 [2021-03-16T17:06:15.077Z] Removing intermediate container 5759c58cd94f [2021-03-16T17:06:15.077Z] ---> 9341193af9a5 [2021-03-16T17:06:15.077Z] Step 29/31 : LABEL arch=x86_64 [2021-03-16T17:06:15.351Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:06:15.351Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:15.351Z] OK: 5 MiB in 15 packages [2021-03-16T17:06:15.351Z] ---> Running in df29250a69f6 [2021-03-16T17:06:15.352Z] Removing intermediate container 03bb3ec14052 [2021-03-16T17:06:15.352Z] ---> e6a4c8ad998e [2021-03-16T17:06:15.352Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:06:15.352Z] ---> Running in bbbd9f1baa38 [2021-03-16T17:06:15.619Z] Removing intermediate container df29250a69f6 [2021-03-16T17:06:15.619Z] ---> c9ea8d2e0efb [2021-03-16T17:06:15.619Z] Step 30/31 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:15.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:15.634Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:15.888Z] ---> Running in da4981bf78f5 [2021-03-16T17:06:15.888Z] Removing intermediate container da4981bf78f5 [2021-03-16T17:06:15.888Z] ---> 027e51a44587 [2021-03-16T17:06:15.888Z] Step 31/31 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:15.913Z] Removing intermediate container 2966adec36fc [2021-03-16T17:06:15.913Z] ---> c5118d435cb6 [2021-03-16T17:06:15.913Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-16T17:06:16.153Z] ---> Running in 9a7d1762fcd1 [2021-03-16T17:06:16.191Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-16T17:06:16.191Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:16.191Z] OK: 5 MiB in 15 packages [2021-03-16T17:06:16.423Z] Removing intermediate container 9a7d1762fcd1 [2021-03-16T17:06:16.423Z] ---> bb8966de3fc8 [2021-03-16T17:06:16.423Z] [2021-03-16T17:06:16.423Z] Successfully built bb8966de3fc8 [2021-03-16T17:06:16.467Z] ---> Running in d294470147dd [2021-03-16T17:06:16.467Z] ---> 7e6f4c782965 [2021-03-16T17:06:16.467Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-16T17:06:16.690Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-16T17:06:16.690Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container bbbd9f1baa38 [2021-03-16T17:06:16.690Z] ---> ae7800d5952c [2021-03-16T17:06:16.690Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T17:06:16.690Z] ---> Running in ec82020426c2 [2021-03-16T17:06:17.277Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:17.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-16T17:06:18.030Z] Removing intermediate container e6d0eb66c31e [2021-03-16T17:06:18.030Z] ---> 6b335ae43c34 [2021-03-16T17:06:18.030Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:06:18.333Z] ---> Running in 894f8788d85c [2021-03-16T17:06:18.629Z] Removing intermediate container 02069d445e60 [2021-03-16T17:06:18.629Z] ---> 1f7f5eb3e2f1 [2021-03-16T17:06:18.629Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:06:18.819Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T17:06:18.820Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T17:06:18.820Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T17:06:18.820Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T17:06:19.087Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T17:06:19.253Z] ---> Running in c3c21510b06a [2021-03-16T17:06:19.253Z] ---> 8b278fd30ea9 [2021-03-16T17:06:19.253Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-16T17:06:19.351Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T17:06:19.351Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:19.351Z] OK: 8 MiB in 20 packages [2021-03-16T17:06:19.530Z] Removing intermediate container 894f8788d85c [2021-03-16T17:06:19.530Z] ---> f94cd721102d [2021-03-16T17:06:19.530Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-16T17:06:19.817Z] ---> Running in 0ed1f7c6a942 [2021-03-16T17:06:19.927Z] Removing intermediate container ec82020426c2 [2021-03-16T17:06:19.927Z] ---> bbe31d586aaf [2021-03-16T17:06:19.927Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:06:20.090Z] Removing intermediate container c3c21510b06a [2021-03-16T17:06:20.090Z] ---> 70a806a51753 [2021-03-16T17:06:20.090Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-16T17:06:20.192Z] ---> 4ac2ae7f137b [2021-03-16T17:06:20.192Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T17:06:20.683Z] ---> Running in f23635b09de1 [2021-03-16T17:06:20.683Z] Removing intermediate container d294470147dd [2021-03-16T17:06:20.683Z] ---> 5954e87d7df5 [2021-03-16T17:06:20.683Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-16T17:06:20.770Z] ---> ebf1e6803a47 [2021-03-16T17:06:20.770Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T17:06:20.954Z] Removing intermediate container 0ed1f7c6a942 [2021-03-16T17:06:20.954Z] ---> d9a8633fc896 [2021-03-16T17:06:20.954Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:06:21.039Z] ---> a1e8cff47e6e [2021-03-16T17:06:21.039Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T17:06:21.039Z] ---> Running in 475c40f2be49 [2021-03-16T17:06:21.227Z] ---> Running in 808476a30bcc [2021-03-16T17:06:21.304Z] Removing intermediate container 475c40f2be49 [2021-03-16T17:06:21.304Z] ---> 3d1722dd96c7 [2021-03-16T17:06:21.304Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:06:21.304Z] ---> Running in ad38aa6cc76f [2021-03-16T17:06:21.500Z] ---> 9b79bbd5979c [2021-03-16T17:06:21.500Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-16T17:06:21.569Z] Removing intermediate container ad38aa6cc76f [2021-03-16T17:06:21.569Z] ---> dc5a9b59d4c8 [2021-03-16T17:06:21.569Z] Step 21/23 : LABEL arch=x86_64 [2021-03-16T17:06:21.569Z] ---> Running in 629e56622862 [2021-03-16T17:06:21.774Z] ---> Running in a084fef9451b [2021-03-16T17:06:21.775Z] Removing intermediate container f23635b09de1 [2021-03-16T17:06:21.775Z] ---> ef95d85b2a5a [2021-03-16T17:06:21.775Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:06:21.834Z] Removing intermediate container 629e56622862 [2021-03-16T17:06:21.834Z] ---> 402daa87ea9c [2021-03-16T17:06:21.834Z] Step 22/23 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:21.834Z] ---> Running in 098aa20ed64c [2021-03-16T17:06:22.050Z] ---> Running in ccf6f7e6a64e [2021-03-16T17:06:22.050Z] ---> Running in d77a3d0a9044 [2021-03-16T17:06:22.050Z] Removing intermediate container 808476a30bcc [2021-03-16T17:06:22.050Z] ---> 6a2a86aec279 [2021-03-16T17:06:22.050Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-16T17:06:22.098Z] Removing intermediate container 098aa20ed64c [2021-03-16T17:06:22.098Z] ---> 31fb64db002f [2021-03-16T17:06:22.098Z] Step 23/23 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:22.098Z] ---> Running in d5d727cff3a0 [2021-03-16T17:06:22.363Z] Removing intermediate container d5d727cff3a0 [2021-03-16T17:06:22.363Z] ---> 9b1f97c96b9b [2021-03-16T17:06:22.363Z] [2021-03-16T17:06:22.363Z] Successfully built 9b1f97c96b9b [2021-03-16T17:06:22.363Z] Successfully tagged docker-core-data-go:latest [2021-03-16T17:06:22.637Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-16T17:06:22.646Z] Removing intermediate container a084fef9451b [2021-03-16T17:06:22.646Z] ---> 6ea80716cf62 [2021-03-16T17:06:22.646Z] Step 15/23 : WORKDIR / [2021-03-16T17:06:22.646Z] Removing intermediate container ccf6f7e6a64e [2021-03-16T17:06:22.646Z] ---> ebe98b56634e [2021-03-16T17:06:22.646Z] Step 18/21 : CMD ["--init=true"] [2021-03-16T17:06:22.650Z] $ docker stop --time=1 64f75c4498195c7f4e85cd57e45690b290642e07da8f3a9687bbe441c496fae0 [2021-03-16T17:06:22.922Z] ---> Running in 71064370a2b4 [2021-03-16T17:06:23.195Z] Removing intermediate container d77a3d0a9044 [2021-03-16T17:06:23.195Z] ---> c338699d6103 [2021-03-16T17:06:23.195Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:06:23.195Z] ---> Running in 89cd856b8e3d [2021-03-16T17:06:23.470Z] ---> aa87f5fe275d [2021-03-16T17:06:23.470Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-16T17:06:23.744Z] ---> Running in 0ea4422604d6 [2021-03-16T17:06:24.020Z] Removing intermediate container 89cd856b8e3d [2021-03-16T17:06:24.020Z] ---> 0ab61dde95da [2021-03-16T17:06:24.020Z] Step 19/21 : LABEL arch=arm64 [2021-03-16T17:06:24.020Z] Removing intermediate container 71064370a2b4 [2021-03-16T17:06:24.020Z] ---> 9c4ea1ed6677 [2021-03-16T17:06:24.020Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:06:24.298Z] ---> Running in 9e54eed92125 [2021-03-16T17:06:24.298Z] ---> d460a5e92ba6 [2021-03-16T17:06:24.298Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-16T17:06:24.644Z] $ docker rm -f 64f75c4498195c7f4e85cd57e45690b290642e07da8f3a9687bbe441c496fae0 [Pipeline] // withDockerContainer [2021-03-16T17:06:24.917Z] Removing intermediate container 9e54eed92125 [2021-03-16T17:06:24.917Z] ---> f3b6d6f586bc [2021-03-16T17:06:24.917Z] Step 20/21 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] sh [2021-03-16T17:06:25.222Z] + docker images [2021-03-16T17:06:25.222Z] + grep docker [2021-03-16T17:06:25.484Z] docker-core-data-go latest 9b1f97c96b9b 3 seconds ago 22.6MB [2021-03-16T17:06:25.484Z] docker-security-bootstrapper-go latest bb8966de3fc8 9 seconds ago 18.8MB [2021-03-16T17:06:25.484Z] docker-support-scheduler-go latest da9d2e463955 22 seconds ago 17.3MB [2021-03-16T17:06:25.484Z] docker-core-command-go latest 37cad78fcb29 22 seconds ago 17.2MB [2021-03-16T17:06:25.484Z] docker-sys-mgmt-agent-go latest b427f9490a0b 24 seconds ago 313MB [2021-03-16T17:06:25.484Z] docker-security-secretstore-setup-go latest 382ef7dfb878 About a minute ago 24.9MB [2021-03-16T17:06:25.484Z] docker-core-metadata-go latest 3436e011b6ae About a minute ago 19MB [2021-03-16T17:06:25.484Z] docker-support-notifications-go latest c07fcbe20840 About a minute ago 17.8MB [2021-03-16T17:06:25.484Z] docker-security-proxy-setup-go latest 6a55585fc828 About a minute ago 24.7MB [2021-03-16T17:06:25.484Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [2021-03-16T17:06:25.522Z] ---> 45e952458d5f [2021-03-16T17:06:25.522Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-16T17:06:25.522Z] ---> Running in 849225996ff8 [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T17:06:26.008Z] provisioning config files... [2021-03-16T17:06:26.048Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/396@tmp/config8225748986524961591tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:06:26.428Z] ---> docker-login.sh [2021-03-16T17:06:26.428Z] nexus3.edgexfoundry.org:10001 [2021-03-16T17:06:26.428Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:26.514Z] Removing intermediate container 849225996ff8 [2021-03-16T17:06:26.514Z] ---> 4042ea919a28 [2021-03-16T17:06:26.514Z] Step 21/21 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:26.514Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-16T17:06:26.514Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-16T17:06:26.514Z] ---> eeaf43b92773 [2021-03-16T17:06:26.514Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-16T17:06:26.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:26.692Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:26.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:26.692Z] [2021-03-16T17:06:26.692Z] Login Succeeded [2021-03-16T17:06:26.692Z] nexus3.edgexfoundry.org:10002 [2021-03-16T17:06:26.692Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:26.692Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:26.692Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:26.692Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:26.692Z] [2021-03-16T17:06:26.692Z] Login Succeeded [2021-03-16T17:06:26.692Z] nexus3.edgexfoundry.org:10003 [2021-03-16T17:06:26.788Z] ---> 0550012e5435 [2021-03-16T17:06:26.788Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-16T17:06:26.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:26.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:26.954Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:26.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:26.954Z] [2021-03-16T17:06:26.954Z] Login Succeeded [2021-03-16T17:06:26.954Z] nexus3.edgexfoundry.org:10004 [2021-03-16T17:06:27.068Z] ---> Running in 0c3d252dec8e [2021-03-16T17:06:27.068Z] ---> Running in 7c6c7acc0b47 [2021-03-16T17:06:27.068Z] Removing intermediate container 0ea4422604d6 [2021-03-16T17:06:27.068Z] ---> 5db7052e7eec [2021-03-16T17:06:27.068Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:06:27.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:27.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:27.223Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:27.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:27.223Z] [2021-03-16T17:06:27.223Z] Login Succeeded [2021-03-16T17:06:27.223Z] docker.io [2021-03-16T17:06:27.223Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:06:27.351Z] ---> 8d1e566e6548 [2021-03-16T17:06:27.351Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-16T17:06:27.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:06:27.485Z] Configure a credential helper to remove this warning. See [2021-03-16T17:06:27.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:06:27.485Z] [2021-03-16T17:06:27.485Z] Login Succeeded [2021-03-16T17:06:27.485Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T17:06:27.501Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [2021-03-16T17:06:27.623Z] Removing intermediate container 0c3d252dec8e [2021-03-16T17:06:27.623Z] ---> a7eccd42ce4e [2021-03-16T17:06:27.623Z] [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:06:27.717Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2021-03-16T17:06:27.717Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:27.717Z] 2.0.0-dev.129 [2021-03-16T17:06:27.717Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:27.717Z] master [2021-03-16T17:06:27.717Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:28.200Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:28.221Z] ---> 439218d5e3ec [2021-03-16T17:06:28.221Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-16T17:06:28.221Z] Successfully built a7eccd42ce4e [2021-03-16T17:06:28.221Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-16T17:06:28.221Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-03-16T17:06:28.493Z] ---> Running in 0d19b012e389 [2021-03-16T17:06:28.493Z] ---> 40ef4739307f [2021-03-16T17:06:28.493Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-16T17:06:28.493Z] ---> f69f6db85735 [2021-03-16T17:06:28.493Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-16T17:06:28.509Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:28.509Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-16T17:06:28.509Z] 1d13b63d2547: Preparing [2021-03-16T17:06:28.509Z] ca2eb998c5f5: Preparing [2021-03-16T17:06:28.509Z] 77b1fa69760c: Preparing [2021-03-16T17:06:28.509Z] f6e52cf48d2c: Preparing [2021-03-16T17:06:28.509Z] 33e8713114f8: Preparing [2021-03-16T17:06:28.509Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:28.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:28.764Z] ---> Running in f759fd95c541 [2021-03-16T17:06:28.764Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:28.771Z] 1d13b63d2547: Pushed [2021-03-16T17:06:28.771Z] 77b1fa69760c: Pushed [2021-03-16T17:06:28.771Z] f6e52cf48d2c: Pushed [2021-03-16T17:06:29.038Z] Removing intermediate container 0d19b012e389 [2021-03-16T17:06:29.038Z] ---> dad130b55204 [2021-03-16T17:06:29.038Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:06:29.312Z] (1/2) Installing readline (8.0.4-r0) [2021-03-16T17:06:29.312Z] (2/2) Installing bash (5.0.17-r0) [2021-03-16T17:06:29.588Z] Executing bash-5.0.17-r0.post-install [2021-03-16T17:06:29.588Z] ---> Running in d74650029241 [2021-03-16T17:06:29.588Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:29.588Z] OK: 12 MiB in 22 packages [2021-03-16T17:06:29.715Z] ca2eb998c5f5: Pushed [2021-03-16T17:06:29.864Z] Removing intermediate container f759fd95c541 [2021-03-16T17:06:29.864Z] ---> e03545745e3a [2021-03-16T17:06:29.864Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:06:29.976Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:f61c3a4c58b123d3acb1b61ad5990e4691c68b3ab48427e963889ef8e7d903fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:30.296Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:30.604Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.129 [2021-03-16T17:06:30.604Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-16T17:06:30.604Z] 1d13b63d2547: Preparing [2021-03-16T17:06:30.604Z] ca2eb998c5f5: Preparing [2021-03-16T17:06:30.604Z] 77b1fa69760c: Preparing [2021-03-16T17:06:30.604Z] f6e52cf48d2c: Preparing [2021-03-16T17:06:30.604Z] 33e8713114f8: Preparing [2021-03-16T17:06:30.604Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:30.604Z] 1d13b63d2547: Layer already exists [2021-03-16T17:06:30.604Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:06:30.604Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:30.604Z] ca2eb998c5f5: Layer already exists [2021-03-16T17:06:30.604Z] 2.0.0-dev.129: digest: sha256:f61c3a4c58b123d3acb1b61ad5990e4691c68b3ab48427e963889ef8e7d903fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:30.916Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:31.220Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:31.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-16T17:06:31.220Z] 1d13b63d2547: Preparing [2021-03-16T17:06:31.220Z] ca2eb998c5f5: Preparing [2021-03-16T17:06:31.220Z] 77b1fa69760c: Preparing [2021-03-16T17:06:31.220Z] f6e52cf48d2c: Preparing [2021-03-16T17:06:31.220Z] 33e8713114f8: Preparing [2021-03-16T17:06:31.220Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:06:31.220Z] ca2eb998c5f5: Layer already exists [2021-03-16T17:06:31.220Z] 1d13b63d2547: Layer already exists [2021-03-16T17:06:31.220Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:31.220Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:31.220Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:f61c3a4c58b123d3acb1b61ad5990e4691c68b3ab48427e963889ef8e7d903fc size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:31.301Z] ---> Running in 582dc42950a0 [2021-03-16T17:06:31.529Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:31.834Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2021-03-16T17:06:31.834Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2021-03-16T17:06:31.834Z] 1d13b63d2547: Preparing [2021-03-16T17:06:31.834Z] ca2eb998c5f5: Preparing [2021-03-16T17:06:31.834Z] 77b1fa69760c: Preparing [2021-03-16T17:06:31.834Z] f6e52cf48d2c: Preparing [2021-03-16T17:06:31.834Z] 33e8713114f8: Preparing [2021-03-16T17:06:31.834Z] ca2eb998c5f5: Layer already exists [2021-03-16T17:06:31.834Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:31.834Z] 1d13b63d2547: Layer already exists [2021-03-16T17:06:31.834Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:31.834Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:06:31.834Z] master: digest: sha256:f61c3a4c58b123d3acb1b61ad5990e4691c68b3ab48427e963889ef8e7d903fc size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [2021-03-16T17:06:31.908Z] Removing intermediate container d74650029241 [2021-03-16T17:06:31.908Z] ---> edb1f4a6ba64 [2021-03-16T17:06:31.908Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T17:06:31.908Z] ---> 73a9be350163 [2021-03-16T17:06:31.908Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-16T17:06:31.908Z] Removing intermediate container 582dc42950a0 [2021-03-16T17:06:31.908Z] ---> 59a16247884c [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:06:32.014Z] ===================================================== [Pipeline] echo [2021-03-16T17:06:32.084Z] taggedImages: [2021-03-16T17:06:32.084Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:32.084Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:2.0.0-dev.129 [2021-03-16T17:06:32.084Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:32.084Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2021-03-16T17:06:32.146Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2021-03-16T17:06:32.146Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:32.146Z] 2.0.0-dev.129 [2021-03-16T17:06:32.146Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:32.146Z] master [2021-03-16T17:06:32.146Z] ===================================================== [2021-03-16T17:06:32.186Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T17:06:32.186Z] ---> Running in b29da5cf2ce2 [2021-03-16T17:06:32.186Z] ---> Running in 50bd1a72ea5c [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:32.617Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:32.786Z] Removing intermediate container 7c6c7acc0b47 [2021-03-16T17:06:32.786Z] ---> cd099e6cf45f [2021-03-16T17:06:32.786Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-16T17:06:32.786Z] ---> 0b6c436ad0df [2021-03-16T17:06:32.786Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-16T17:06:32.926Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:32.926Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-16T17:06:32.926Z] ba5eb8e401ca: Preparing [2021-03-16T17:06:32.926Z] 2c6eb56c4ab5: Preparing [2021-03-16T17:06:32.926Z] 77b1fa69760c: Preparing [2021-03-16T17:06:32.926Z] c785d0f04421: Preparing [2021-03-16T17:06:32.926Z] e1002396ca74: Preparing [2021-03-16T17:06:32.926Z] 33e8713114f8: Preparing [2021-03-16T17:06:32.926Z] 33e8713114f8: Waiting [2021-03-16T17:06:32.926Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:32.926Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:33.060Z] ---> Running in 6d7e778d92dc [2021-03-16T17:06:33.060Z] Removing intermediate container 50bd1a72ea5c [2021-03-16T17:06:33.060Z] Removing intermediate container b29da5cf2ce2 [2021-03-16T17:06:33.060Z] ---> be1457e35c49 [2021-03-16T17:06:33.060Z] Step 22/23 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:33.060Z] ---> 2313c79ea86f [2021-03-16T17:06:33.060Z] Step 21/22 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:33.188Z] ba5eb8e401ca: Pushed [2021-03-16T17:06:33.188Z] e1002396ca74: Pushed [2021-03-16T17:06:33.345Z] ---> Running in e36faa6432af [2021-03-16T17:06:33.345Z] ---> Running in 3f75ee4b6b4a [2021-03-16T17:06:33.449Z] c785d0f04421: Pushed [2021-03-16T17:06:33.619Z] Removing intermediate container 6d7e778d92dc [2021-03-16T17:06:33.620Z] ---> 66c7bb428697 [2021-03-16T17:06:33.620Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-16T17:06:33.892Z] ---> 533df37d2a60 [2021-03-16T17:06:33.892Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-16T17:06:33.892Z] ---> Running in 8d85c269e3c3 [2021-03-16T17:06:34.163Z] Removing intermediate container e36faa6432af [2021-03-16T17:06:34.163Z] ---> 6954176fb3c9 [2021-03-16T17:06:34.163Z] Step 22/22 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:34.163Z] Removing intermediate container 3f75ee4b6b4a [2021-03-16T17:06:34.163Z] ---> 504f80586701 [2021-03-16T17:06:34.163Z] Step 23/23 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:34.396Z] 2c6eb56c4ab5: Pushed [2021-03-16T17:06:34.433Z] ---> Running in 611c2d805f4a [2021-03-16T17:06:34.658Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:9d0608d46e1999a08903bca494231723d040e84b5428a4868d628b355843a354 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:34.708Z] ---> Running in 99a997d5fd0c [2021-03-16T17:06:34.978Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.129 [2021-03-16T17:06:34.989Z] Removing intermediate container 8d85c269e3c3 [2021-03-16T17:06:34.989Z] ---> 4adc2ed01df6 [2021-03-16T17:06:34.989Z] Step 15/26 : EXPOSE $APP_PORT [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:35.281Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.129 [2021-03-16T17:06:35.281Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-16T17:06:35.281Z] ba5eb8e401ca: Preparing [2021-03-16T17:06:35.281Z] 2c6eb56c4ab5: Preparing [2021-03-16T17:06:35.281Z] 77b1fa69760c: Preparing [2021-03-16T17:06:35.281Z] c785d0f04421: Preparing [2021-03-16T17:06:35.281Z] e1002396ca74: Preparing [2021-03-16T17:06:35.281Z] 33e8713114f8: Preparing [2021-03-16T17:06:35.281Z] 33e8713114f8: Waiting [2021-03-16T17:06:35.281Z] e1002396ca74: Layer already exists [2021-03-16T17:06:35.281Z] ba5eb8e401ca: Layer already exists [2021-03-16T17:06:35.281Z] 2c6eb56c4ab5: Layer already exists [2021-03-16T17:06:35.281Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:35.281Z] c785d0f04421: Layer already exists [2021-03-16T17:06:35.281Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:35.281Z] 2.0.0-dev.129: digest: sha256:9d0608d46e1999a08903bca494231723d040e84b5428a4868d628b355843a354 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:35.588Z] ---> bba58049fbdf [2021-03-16T17:06:35.588Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-16T17:06:35.591Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:35.861Z] ---> Running in 34a123c4287e [2021-03-16T17:06:35.900Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:35.900Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-16T17:06:35.900Z] ba5eb8e401ca: Preparing [2021-03-16T17:06:35.900Z] 2c6eb56c4ab5: Preparing [2021-03-16T17:06:35.900Z] 77b1fa69760c: Preparing [2021-03-16T17:06:35.900Z] c785d0f04421: Preparing [2021-03-16T17:06:35.900Z] e1002396ca74: Preparing [2021-03-16T17:06:35.900Z] 33e8713114f8: Preparing [2021-03-16T17:06:35.900Z] 33e8713114f8: Waiting [2021-03-16T17:06:35.900Z] ba5eb8e401ca: Layer already exists [2021-03-16T17:06:35.900Z] 2c6eb56c4ab5: Layer already exists [2021-03-16T17:06:35.900Z] e1002396ca74: Layer already exists [2021-03-16T17:06:35.900Z] c785d0f04421: Layer already exists [2021-03-16T17:06:35.900Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:35.900Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:35.900Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:9d0608d46e1999a08903bca494231723d040e84b5428a4868d628b355843a354 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:36.140Z] ---> Running in 4090c0337bdc [2021-03-16T17:06:36.140Z] Removing intermediate container 99a997d5fd0c [2021-03-16T17:06:36.140Z] ---> 959c6415ecf1 [2021-03-16T17:06:36.140Z] [2021-03-16T17:06:36.140Z] Removing intermediate container 611c2d805f4a [2021-03-16T17:06:36.140Z] ---> e88fe7c8b836 [2021-03-16T17:06:36.140Z] [2021-03-16T17:06:36.212Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:36.521Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2021-03-16T17:06:36.521Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2021-03-16T17:06:36.521Z] ba5eb8e401ca: Preparing [2021-03-16T17:06:36.521Z] 2c6eb56c4ab5: Preparing [2021-03-16T17:06:36.521Z] 77b1fa69760c: Preparing [2021-03-16T17:06:36.521Z] c785d0f04421: Preparing [2021-03-16T17:06:36.521Z] e1002396ca74: Preparing [2021-03-16T17:06:36.521Z] 33e8713114f8: Preparing [2021-03-16T17:06:36.521Z] 33e8713114f8: Waiting [2021-03-16T17:06:36.521Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:36.521Z] 2c6eb56c4ab5: Layer already exists [2021-03-16T17:06:36.521Z] e1002396ca74: Layer already exists [2021-03-16T17:06:36.521Z] c785d0f04421: Layer already exists [2021-03-16T17:06:36.521Z] ba5eb8e401ca: Layer already exists [2021-03-16T17:06:36.521Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:36.521Z] master: digest: sha256:9d0608d46e1999a08903bca494231723d040e84b5428a4868d628b355843a354 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:06:36.740Z] ===================================================== [2021-03-16T17:06:36.752Z] Removing intermediate container 34a123c4287e [2021-03-16T17:06:36.752Z] ---> 2b4bacc5cb3e [2021-03-16T17:06:36.752Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-16T17:06:36.752Z] Successfully built e88fe7c8b836 [2021-03-16T17:06:36.752Z] Successfully built 959c6415ecf1 [Pipeline] echo [2021-03-16T17:06:36.786Z] taggedImages: [2021-03-16T17:06:36.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:36.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:2.0.0-dev.129 [2021-03-16T17:06:36.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:36.786Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2021-03-16T17:06:36.851Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2021-03-16T17:06:36.851Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:36.851Z] 2.0.0-dev.129 [2021-03-16T17:06:36.851Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:36.851Z] master [2021-03-16T17:06:36.851Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [2021-03-16T17:06:37.027Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-16T17:06:37.027Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2021-03-16T17:06:37.027Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-16T17:06:37.027Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-03-16T17:06:37.027Z] Removing intermediate container 4090c0337bdc [2021-03-16T17:06:37.027Z] ---> df09dbd4447d [2021-03-16T17:06:37.027Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:37.359Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:37.923Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:37.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-16T17:06:37.923Z] 0287790c582a: Preparing [2021-03-16T17:06:37.923Z] fef6a75fdfc9: Preparing [2021-03-16T17:06:37.923Z] 77b1fa69760c: Preparing [2021-03-16T17:06:37.923Z] f6e52cf48d2c: Preparing [2021-03-16T17:06:37.923Z] 33e8713114f8: Preparing [2021-03-16T17:06:37.923Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:37.923Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:37.923Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:06:37.923Z] 0287790c582a: Pushed [2021-03-16T17:06:38.469Z] ---> 4cc1f098f667 [2021-03-16T17:06:38.469Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-16T17:06:38.469Z] ---> 644472006b2b [2021-03-16T17:06:38.469Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-16T17:06:38.748Z] ---> Running in 2544a20a7cc6 [2021-03-16T17:06:39.344Z] ---> fb17da1c7fda [2021-03-16T17:06:39.344Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-16T17:06:39.450Z] fef6a75fdfc9: Pushed [2021-03-16T17:06:39.450Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:7f194bb9083ba9deeeb29080f2bd2eab96a58981ab2bbc53195617e389497e64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:39.762Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:40.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.129 [2021-03-16T17:06:40.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-16T17:06:40.067Z] 0287790c582a: Preparing [2021-03-16T17:06:40.067Z] fef6a75fdfc9: Preparing [2021-03-16T17:06:40.067Z] 77b1fa69760c: Preparing [2021-03-16T17:06:40.067Z] f6e52cf48d2c: Preparing [2021-03-16T17:06:40.067Z] 33e8713114f8: Preparing [2021-03-16T17:06:40.067Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:40.067Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:06:40.067Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:40.067Z] 0287790c582a: Layer already exists [2021-03-16T17:06:40.067Z] fef6a75fdfc9: Layer already exists [2021-03-16T17:06:40.067Z] 2.0.0-dev.129: digest: sha256:7f194bb9083ba9deeeb29080f2bd2eab96a58981ab2bbc53195617e389497e64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:40.374Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:40.673Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:40.673Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-16T17:06:40.673Z] 0287790c582a: Preparing [2021-03-16T17:06:40.673Z] fef6a75fdfc9: Preparing [2021-03-16T17:06:40.673Z] 77b1fa69760c: Preparing [2021-03-16T17:06:40.673Z] f6e52cf48d2c: Preparing [2021-03-16T17:06:40.673Z] 33e8713114f8: Preparing [2021-03-16T17:06:40.673Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:40.673Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:06:40.673Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:40.673Z] fef6a75fdfc9: Layer already exists [2021-03-16T17:06:40.673Z] 0287790c582a: Layer already exists [2021-03-16T17:06:40.673Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:7f194bb9083ba9deeeb29080f2bd2eab96a58981ab2bbc53195617e389497e64 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:40.981Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:41.291Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-16T17:06:41.291Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2021-03-16T17:06:41.291Z] 0287790c582a: Preparing [2021-03-16T17:06:41.291Z] fef6a75fdfc9: Preparing [2021-03-16T17:06:41.291Z] 77b1fa69760c: Preparing [2021-03-16T17:06:41.291Z] f6e52cf48d2c: Preparing [2021-03-16T17:06:41.291Z] 33e8713114f8: Preparing [2021-03-16T17:06:41.291Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:41.291Z] 0287790c582a: Layer already exists [2021-03-16T17:06:41.291Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:06:41.291Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:41.291Z] fef6a75fdfc9: Layer already exists [2021-03-16T17:06:41.291Z] master: digest: sha256:7f194bb9083ba9deeeb29080f2bd2eab96a58981ab2bbc53195617e389497e64 size: 1363 [Pipeline] } [2021-03-16T17:06:41.325Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:06:41.325Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:06:41.325Z] ---> 75e6c15b8f8e [2021-03-16T17:06:41.325Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:06:41.325Z] ---> Using cache [2021-03-16T17:06:41.325Z] ---> a2a50bd3eaa9 [2021-03-16T17:06:41.325Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:06:41.325Z] ---> Using cache [2021-03-16T17:06:41.325Z] ---> 185f5099d580 [2021-03-16T17:06:41.325Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-16T17:06:41.325Z] ---> Using cache [2021-03-16T17:06:41.325Z] ---> 905d4017245f [2021-03-16T17:06:41.325Z] Step 6/23 : COPY go.mod . [2021-03-16T17:06:41.325Z] ---> Using cache [2021-03-16T17:06:41.325Z] ---> 6ffb23fa6a50 [2021-03-16T17:06:41.325Z] Step 7/23 : RUN go mod download [2021-03-16T17:06:41.325Z] ---> Using cache [2021-03-16T17:06:41.325Z] ---> 296abed1141d [2021-03-16T17:06:41.325Z] Step 8/23 : COPY . . [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:06:41.482Z] ===================================================== [Pipeline] echo [2021-03-16T17:06:41.549Z] taggedImages: [2021-03-16T17:06:41.549Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:41.549Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:2.0.0-dev.129 [2021-03-16T17:06:41.549Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:41.549Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2021-03-16T17:06:41.603Z] ---> Using cache [2021-03-16T17:06:41.603Z] ---> 8f652f0b48dd [2021-03-16T17:06:41.603Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [Pipeline] echo [2021-03-16T17:06:41.614Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go with the following tags: [2021-03-16T17:06:41.614Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:41.614Z] 2.0.0-dev.129 [2021-03-16T17:06:41.614Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:41.614Z] master [2021-03-16T17:06:41.614Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:41.878Z] ---> 9c9103274772 [2021-03-16T17:06:41.878Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-16T17:06:42.123Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:42.421Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:42.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-16T17:06:42.421Z] a8252add3421: Preparing [2021-03-16T17:06:42.421Z] a8252add3421: Preparing [2021-03-16T17:06:42.421Z] ca4f3ce65eba: Preparing [2021-03-16T17:06:42.421Z] f266c58305ef: Preparing [2021-03-16T17:06:42.421Z] f3baa032b83e: Preparing [2021-03-16T17:06:42.421Z] d6fcc1aaaee5: Preparing [2021-03-16T17:06:42.421Z] 77b1fa69760c: Preparing [2021-03-16T17:06:42.421Z] 7d263537a903: Preparing [2021-03-16T17:06:42.421Z] 7d263537a903: Preparing [2021-03-16T17:06:42.421Z] 4a764273deb6: Preparing [2021-03-16T17:06:42.421Z] b0c2eeee22c7: Preparing [2021-03-16T17:06:42.421Z] 33e8713114f8: Preparing [2021-03-16T17:06:42.421Z] 7d263537a903: Waiting [2021-03-16T17:06:42.421Z] 77b1fa69760c: Waiting [2021-03-16T17:06:42.421Z] 4a764273deb6: Waiting [2021-03-16T17:06:42.421Z] b0c2eeee22c7: Waiting [2021-03-16T17:06:42.421Z] 33e8713114f8: Waiting [2021-03-16T17:06:42.682Z] f3baa032b83e: Pushed [2021-03-16T17:06:42.682Z] f266c58305ef: Pushed [2021-03-16T17:06:42.682Z] ca4f3ce65eba: Pushed [2021-03-16T17:06:42.682Z] a8252add3421: Pushed [2021-03-16T17:06:42.682Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:42.682Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:42.682Z] 7d263537a903: Pushed [2021-03-16T17:06:42.858Z] ---> Running in 2aac93c2275f [2021-03-16T17:06:42.945Z] 4a764273deb6: Pushed [2021-03-16T17:06:42.945Z] b0c2eeee22c7: Pushed [2021-03-16T17:06:43.131Z] ---> Running in 26e4f7ce8013 [2021-03-16T17:06:43.890Z] d6fcc1aaaee5: Pushed [2021-03-16T17:06:44.122Z] Removing intermediate container 2544a20a7cc6 [2021-03-16T17:06:44.122Z] ---> cabc34a83812 [2021-03-16T17:06:44.122Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-16T17:06:44.152Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:79e8aa27bf1e084bcafaaa2dd8d70e4abd0705ada06f28e3cfe73a055b7d77c0 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:44.460Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:44.722Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-16T17:06:44.722Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:44.722Z] ---> Running in 5b77bd3ab6ee [2021-03-16T17:06:44.761Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.129 [2021-03-16T17:06:44.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-16T17:06:44.761Z] a8252add3421: Preparing [2021-03-16T17:06:44.761Z] a8252add3421: Preparing [2021-03-16T17:06:44.761Z] ca4f3ce65eba: Preparing [2021-03-16T17:06:44.761Z] f266c58305ef: Preparing [2021-03-16T17:06:44.761Z] f3baa032b83e: Preparing [2021-03-16T17:06:44.761Z] d6fcc1aaaee5: Preparing [2021-03-16T17:06:44.761Z] 77b1fa69760c: Preparing [2021-03-16T17:06:44.761Z] 7d263537a903: Preparing [2021-03-16T17:06:44.761Z] 7d263537a903: Preparing [2021-03-16T17:06:44.761Z] 4a764273deb6: Preparing [2021-03-16T17:06:44.761Z] b0c2eeee22c7: Preparing [2021-03-16T17:06:44.761Z] 33e8713114f8: Preparing [2021-03-16T17:06:44.761Z] 4a764273deb6: Waiting [2021-03-16T17:06:44.761Z] b0c2eeee22c7: Waiting [2021-03-16T17:06:44.761Z] 33e8713114f8: Waiting [2021-03-16T17:06:44.761Z] 77b1fa69760c: Waiting [2021-03-16T17:06:44.761Z] 7d263537a903: Waiting [2021-03-16T17:06:44.761Z] a8252add3421: Layer already exists [2021-03-16T17:06:44.761Z] f3baa032b83e: Layer already exists [2021-03-16T17:06:44.761Z] f266c58305ef: Layer already exists [2021-03-16T17:06:44.761Z] ca4f3ce65eba: Layer already exists [2021-03-16T17:06:44.761Z] d6fcc1aaaee5: Layer already exists [2021-03-16T17:06:44.761Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:44.761Z] 7d263537a903: Layer already exists [2021-03-16T17:06:44.761Z] 4a764273deb6: Layer already exists [2021-03-16T17:06:44.761Z] b0c2eeee22c7: Layer already exists [2021-03-16T17:06:44.761Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:44.761Z] 2.0.0-dev.129: digest: sha256:79e8aa27bf1e084bcafaaa2dd8d70e4abd0705ada06f28e3cfe73a055b7d77c0 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:44.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:06:45.072Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:45.267Z] Removing intermediate container 5b77bd3ab6ee [2021-03-16T17:06:45.267Z] ---> 447e632785d1 [2021-03-16T17:06:45.267Z] Step 28/31 : CMD ["gate"] [2021-03-16T17:06:45.370Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:45.370Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-16T17:06:45.370Z] a8252add3421: Preparing [2021-03-16T17:06:45.370Z] a8252add3421: Preparing [2021-03-16T17:06:45.370Z] ca4f3ce65eba: Preparing [2021-03-16T17:06:45.370Z] f266c58305ef: Preparing [2021-03-16T17:06:45.370Z] f3baa032b83e: Preparing [2021-03-16T17:06:45.370Z] d6fcc1aaaee5: Preparing [2021-03-16T17:06:45.370Z] 77b1fa69760c: Preparing [2021-03-16T17:06:45.370Z] 7d263537a903: Preparing [2021-03-16T17:06:45.370Z] 7d263537a903: Preparing [2021-03-16T17:06:45.370Z] 4a764273deb6: Preparing [2021-03-16T17:06:45.370Z] b0c2eeee22c7: Preparing [2021-03-16T17:06:45.370Z] 33e8713114f8: Preparing [2021-03-16T17:06:45.370Z] 7d263537a903: Waiting [2021-03-16T17:06:45.370Z] 4a764273deb6: Waiting [2021-03-16T17:06:45.370Z] 77b1fa69760c: Waiting [2021-03-16T17:06:45.370Z] b0c2eeee22c7: Waiting [2021-03-16T17:06:45.370Z] 33e8713114f8: Waiting [2021-03-16T17:06:45.370Z] a8252add3421: Layer already exists [2021-03-16T17:06:45.370Z] d6fcc1aaaee5: Layer already exists [2021-03-16T17:06:45.370Z] f3baa032b83e: Layer already exists [2021-03-16T17:06:45.370Z] f266c58305ef: Layer already exists [2021-03-16T17:06:45.370Z] ca4f3ce65eba: Layer already exists [2021-03-16T17:06:45.370Z] 7d263537a903: Layer already exists [2021-03-16T17:06:45.370Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:45.370Z] b0c2eeee22c7: Layer already exists [2021-03-16T17:06:45.370Z] 4a764273deb6: Layer already exists [2021-03-16T17:06:45.370Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:45.370Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:79e8aa27bf1e084bcafaaa2dd8d70e4abd0705ada06f28e3cfe73a055b7d77c0 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:45.546Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-16T17:06:45.546Z] (2/33) Installing expat (2.2.9-r1) [2021-03-16T17:06:45.546Z] (3/33) Installing libffi (3.3-r2) [2021-03-16T17:06:45.546Z] (4/33) Installing gdbm (1.13-r1) [2021-03-16T17:06:45.546Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-16T17:06:45.546Z] ---> Running in 08f8a18a7a9e [2021-03-16T17:06:45.546Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-16T17:06:45.673Z] + docker tag docker-security-bootstrapper-go nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:45.819Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-16T17:06:45.972Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [2021-03-16T17:06:45.972Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go] [2021-03-16T17:06:45.972Z] a8252add3421: Preparing [2021-03-16T17:06:45.972Z] a8252add3421: Preparing [2021-03-16T17:06:45.972Z] ca4f3ce65eba: Preparing [2021-03-16T17:06:45.972Z] f266c58305ef: Preparing [2021-03-16T17:06:45.972Z] f3baa032b83e: Preparing [2021-03-16T17:06:45.972Z] d6fcc1aaaee5: Preparing [2021-03-16T17:06:45.972Z] 77b1fa69760c: Preparing [2021-03-16T17:06:45.972Z] 7d263537a903: Preparing [2021-03-16T17:06:45.972Z] 7d263537a903: Preparing [2021-03-16T17:06:45.972Z] 4a764273deb6: Preparing [2021-03-16T17:06:45.972Z] b0c2eeee22c7: Preparing [2021-03-16T17:06:45.972Z] 33e8713114f8: Preparing [2021-03-16T17:06:45.972Z] 7d263537a903: Waiting [2021-03-16T17:06:45.972Z] 4a764273deb6: Waiting [2021-03-16T17:06:45.972Z] b0c2eeee22c7: Waiting [2021-03-16T17:06:45.972Z] 33e8713114f8: Waiting [2021-03-16T17:06:45.972Z] 77b1fa69760c: Waiting [2021-03-16T17:06:45.972Z] f266c58305ef: Layer already exists [2021-03-16T17:06:45.972Z] ca4f3ce65eba: Layer already exists [2021-03-16T17:06:45.972Z] d6fcc1aaaee5: Layer already exists [2021-03-16T17:06:45.972Z] a8252add3421: Layer already exists [2021-03-16T17:06:45.972Z] f3baa032b83e: Layer already exists [2021-03-16T17:06:45.972Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:45.972Z] 7d263537a903: Layer already exists [2021-03-16T17:06:45.972Z] 4a764273deb6: Layer already exists [2021-03-16T17:06:45.972Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:45.972Z] b0c2eeee22c7: Layer already exists [2021-03-16T17:06:45.972Z] master: digest: sha256:79e8aa27bf1e084bcafaaa2dd8d70e4abd0705ada06f28e3cfe73a055b7d77c0 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:06:46.143Z] ===================================================== [Pipeline] echo [2021-03-16T17:06:46.190Z] taggedImages: [2021-03-16T17:06:46.190Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:46.190Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:2.0.0-dev.129 [2021-03-16T17:06:46.190Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:46.190Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go:master [Pipeline] echo [2021-03-16T17:06:46.288Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2021-03-16T17:06:46.288Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:46.288Z] 2.0.0-dev.129 [2021-03-16T17:06:46.288Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:46.288Z] master [2021-03-16T17:06:46.288Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:46.778Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:46.830Z] Removing intermediate container 08f8a18a7a9e [2021-03-16T17:06:46.830Z] ---> 453274bb627f [2021-03-16T17:06:46.830Z] Step 29/31 : LABEL arch=arm64 [2021-03-16T17:06:47.080Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:47.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-16T17:06:47.080Z] f75952552fb3: Preparing [2021-03-16T17:06:47.080Z] cdd03491cc1c: Preparing [2021-03-16T17:06:47.080Z] e8fd059db81c: Preparing [2021-03-16T17:06:47.080Z] 2b1dcbefe2cb: Preparing [2021-03-16T17:06:47.080Z] 5fe84c9a7a24: Preparing [2021-03-16T17:06:47.080Z] 33e8713114f8: Preparing [2021-03-16T17:06:47.080Z] 33e8713114f8: Waiting [2021-03-16T17:06:47.350Z] e8fd059db81c: Pushed [2021-03-16T17:06:47.350Z] 2b1dcbefe2cb: Pushed [2021-03-16T17:06:47.350Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:47.428Z] ---> Running in d2eb47d55887 [2021-03-16T17:06:47.621Z] 5fe84c9a7a24: Pushed [2021-03-16T17:06:47.708Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-16T17:06:47.708Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-16T17:06:47.708Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-16T17:06:47.996Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-16T17:06:47.996Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-16T17:06:47.996Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-16T17:06:47.996Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-16T17:06:47.996Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-16T17:06:47.996Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-16T17:06:47.996Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-16T17:06:48.201Z] cdd03491cc1c: Pushed [2021-03-16T17:06:48.201Z] f75952552fb3: Pushed [2021-03-16T17:06:48.269Z] Removing intermediate container d2eb47d55887 [2021-03-16T17:06:48.269Z] ---> a4eea3accdd6 [2021-03-16T17:06:48.269Z] Step 30/31 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:48.269Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-16T17:06:48.269Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-16T17:06:48.269Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-16T17:06:48.269Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-16T17:06:48.269Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-16T17:06:48.269Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-16T17:06:48.269Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-16T17:06:48.269Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-16T17:06:48.269Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-16T17:06:48.269Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-16T17:06:48.269Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-16T17:06:48.269Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-16T17:06:48.269Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-16T17:06:48.462Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:dab903bc2368d52a694f64189c4f6769cd1a55489c4b98e452d028a31f1af8d0 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:48.546Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-16T17:06:48.546Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-16T17:06:48.546Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-16T17:06:48.546Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:06:48.546Z] ---> Running in 14237602124f [2021-03-16T17:06:48.546Z] OK: 71 MiB in 55 packages [2021-03-16T17:06:48.767Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:49.070Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.129 [2021-03-16T17:06:49.070Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-16T17:06:49.070Z] f75952552fb3: Preparing [2021-03-16T17:06:49.070Z] cdd03491cc1c: Preparing [2021-03-16T17:06:49.070Z] e8fd059db81c: Preparing [2021-03-16T17:06:49.070Z] 2b1dcbefe2cb: Preparing [2021-03-16T17:06:49.070Z] 5fe84c9a7a24: Preparing [2021-03-16T17:06:49.070Z] 33e8713114f8: Preparing [2021-03-16T17:06:49.070Z] 33e8713114f8: Waiting [2021-03-16T17:06:49.070Z] 2b1dcbefe2cb: Layer already exists [2021-03-16T17:06:49.070Z] cdd03491cc1c: Layer already exists [2021-03-16T17:06:49.070Z] e8fd059db81c: Layer already exists [2021-03-16T17:06:49.070Z] 5fe84c9a7a24: Layer already exists [2021-03-16T17:06:49.070Z] f75952552fb3: Layer already exists [2021-03-16T17:06:49.070Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:49.070Z] 2.0.0-dev.129: digest: sha256:dab903bc2368d52a694f64189c4f6769cd1a55489c4b98e452d028a31f1af8d0 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:49.376Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:49.536Z] Removing intermediate container 14237602124f [2021-03-16T17:06:49.537Z] ---> bef6501cc3a7 [2021-03-16T17:06:49.537Z] Step 31/31 : LABEL version=2.0.0-dev.129 [2021-03-16T17:06:49.675Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:49.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-16T17:06:49.675Z] f75952552fb3: Preparing [2021-03-16T17:06:49.675Z] cdd03491cc1c: Preparing [2021-03-16T17:06:49.675Z] e8fd059db81c: Preparing [2021-03-16T17:06:49.675Z] 2b1dcbefe2cb: Preparing [2021-03-16T17:06:49.675Z] 5fe84c9a7a24: Preparing [2021-03-16T17:06:49.675Z] 33e8713114f8: Preparing [2021-03-16T17:06:49.675Z] 33e8713114f8: Waiting [2021-03-16T17:06:49.675Z] f75952552fb3: Layer already exists [2021-03-16T17:06:49.675Z] 5fe84c9a7a24: Layer already exists [2021-03-16T17:06:49.675Z] e8fd059db81c: Layer already exists [2021-03-16T17:06:49.675Z] 2b1dcbefe2cb: Layer already exists [2021-03-16T17:06:49.675Z] cdd03491cc1c: Layer already exists [2021-03-16T17:06:49.675Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:49.675Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:dab903bc2368d52a694f64189c4f6769cd1a55489c4b98e452d028a31f1af8d0 size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:49.812Z] ---> Running in f03241a4629f [2021-03-16T17:06:49.982Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:50.284Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2021-03-16T17:06:50.284Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2021-03-16T17:06:50.284Z] f75952552fb3: Preparing [2021-03-16T17:06:50.284Z] cdd03491cc1c: Preparing [2021-03-16T17:06:50.284Z] e8fd059db81c: Preparing [2021-03-16T17:06:50.284Z] 2b1dcbefe2cb: Preparing [2021-03-16T17:06:50.284Z] 5fe84c9a7a24: Preparing [2021-03-16T17:06:50.284Z] 33e8713114f8: Preparing [2021-03-16T17:06:50.284Z] 33e8713114f8: Waiting [2021-03-16T17:06:50.284Z] e8fd059db81c: Layer already exists [2021-03-16T17:06:50.284Z] 2b1dcbefe2cb: Layer already exists [2021-03-16T17:06:50.284Z] cdd03491cc1c: Layer already exists [2021-03-16T17:06:50.284Z] 5fe84c9a7a24: Layer already exists [2021-03-16T17:06:50.284Z] f75952552fb3: Layer already exists [2021-03-16T17:06:50.284Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:50.284Z] master: digest: sha256:dab903bc2368d52a694f64189c4f6769cd1a55489c4b98e452d028a31f1af8d0 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:06:50.475Z] ===================================================== [Pipeline] echo [2021-03-16T17:06:50.540Z] taggedImages: [2021-03-16T17:06:50.540Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:50.540Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:2.0.0-dev.129 [2021-03-16T17:06:50.540Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:50.540Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2021-03-16T17:06:50.612Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2021-03-16T17:06:50.612Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:50.612Z] 2.0.0-dev.129 [2021-03-16T17:06:50.612Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:50.612Z] master [2021-03-16T17:06:50.612Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:51.164Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:51.259Z] Removing intermediate container f03241a4629f [2021-03-16T17:06:51.259Z] ---> 219d847221c9 [2021-03-16T17:06:51.259Z] [2021-03-16T17:06:51.475Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:51.475Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-16T17:06:51.475Z] 6a7c179d71ad: Preparing [2021-03-16T17:06:51.475Z] 8f752165046d: Preparing [2021-03-16T17:06:51.475Z] 492ce18074ff: Preparing [2021-03-16T17:06:51.475Z] eb7fa348e03e: Preparing [2021-03-16T17:06:51.475Z] a87933bd7e8d: Preparing [2021-03-16T17:06:51.475Z] daaeb7fe8115: Preparing [2021-03-16T17:06:51.475Z] af89715d159f: Preparing [2021-03-16T17:06:51.475Z] ac5a41288c9d: Preparing [2021-03-16T17:06:51.475Z] 33e8713114f8: Preparing [2021-03-16T17:06:51.475Z] daaeb7fe8115: Waiting [2021-03-16T17:06:51.475Z] af89715d159f: Waiting [2021-03-16T17:06:51.475Z] ac5a41288c9d: Waiting [2021-03-16T17:06:51.475Z] 33e8713114f8: Waiting [2021-03-16T17:06:51.475Z] 6a7c179d71ad: Pushed [2021-03-16T17:06:51.745Z] a87933bd7e8d: Pushed [2021-03-16T17:06:51.745Z] 8f752165046d: Pushed [2021-03-16T17:06:51.745Z] daaeb7fe8115: Pushed [2021-03-16T17:06:51.745Z] af89715d159f: Pushed [2021-03-16T17:06:51.745Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:52.320Z] ac5a41288c9d: Pushed [2021-03-16T17:06:52.582Z] 492ce18074ff: Pushed [2021-03-16T17:06:52.582Z] eb7fa348e03e: Pushed [2021-03-16T17:06:52.696Z] Successfully built 219d847221c9 [2021-03-16T17:06:52.696Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-16T17:06:52.696Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-03-16T17:06:52.844Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:2ac917f33a3a4cf19a699667a1653709cd677737fc736c980cdc3dcc067221e3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:53.151Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:53.448Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.129 [2021-03-16T17:06:53.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-16T17:06:53.448Z] 6a7c179d71ad: Preparing [2021-03-16T17:06:53.448Z] 8f752165046d: Preparing [2021-03-16T17:06:53.448Z] 492ce18074ff: Preparing [2021-03-16T17:06:53.448Z] eb7fa348e03e: Preparing [2021-03-16T17:06:53.448Z] a87933bd7e8d: Preparing [2021-03-16T17:06:53.448Z] daaeb7fe8115: Preparing [2021-03-16T17:06:53.448Z] af89715d159f: Preparing [2021-03-16T17:06:53.448Z] ac5a41288c9d: Preparing [2021-03-16T17:06:53.448Z] 33e8713114f8: Preparing [2021-03-16T17:06:53.448Z] daaeb7fe8115: Waiting [2021-03-16T17:06:53.448Z] af89715d159f: Waiting [2021-03-16T17:06:53.449Z] ac5a41288c9d: Waiting [2021-03-16T17:06:53.449Z] 33e8713114f8: Waiting [2021-03-16T17:06:53.449Z] 6a7c179d71ad: Layer already exists [2021-03-16T17:06:53.449Z] a87933bd7e8d: Layer already exists [2021-03-16T17:06:53.449Z] eb7fa348e03e: Layer already exists [2021-03-16T17:06:53.449Z] 492ce18074ff: Layer already exists [2021-03-16T17:06:53.449Z] 8f752165046d: Layer already exists [2021-03-16T17:06:53.449Z] daaeb7fe8115: Layer already exists [2021-03-16T17:06:53.449Z] af89715d159f: Layer already exists [2021-03-16T17:06:53.449Z] ac5a41288c9d: Layer already exists [2021-03-16T17:06:53.449Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:53.449Z] 2.0.0-dev.129: digest: sha256:2ac917f33a3a4cf19a699667a1653709cd677737fc736c980cdc3dcc067221e3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:53.753Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:54.049Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:54.049Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-16T17:06:54.049Z] 6a7c179d71ad: Preparing [2021-03-16T17:06:54.049Z] 8f752165046d: Preparing [2021-03-16T17:06:54.049Z] 492ce18074ff: Preparing [2021-03-16T17:06:54.049Z] eb7fa348e03e: Preparing [2021-03-16T17:06:54.049Z] a87933bd7e8d: Preparing [2021-03-16T17:06:54.049Z] daaeb7fe8115: Preparing [2021-03-16T17:06:54.049Z] af89715d159f: Preparing [2021-03-16T17:06:54.049Z] ac5a41288c9d: Preparing [2021-03-16T17:06:54.049Z] 33e8713114f8: Preparing [2021-03-16T17:06:54.049Z] af89715d159f: Waiting [2021-03-16T17:06:54.049Z] ac5a41288c9d: Waiting [2021-03-16T17:06:54.049Z] 33e8713114f8: Waiting [2021-03-16T17:06:54.049Z] daaeb7fe8115: Waiting [2021-03-16T17:06:54.049Z] 6a7c179d71ad: Layer already exists [2021-03-16T17:06:54.049Z] a87933bd7e8d: Layer already exists [2021-03-16T17:06:54.049Z] eb7fa348e03e: Layer already exists [2021-03-16T17:06:54.049Z] 8f752165046d: Layer already exists [2021-03-16T17:06:54.049Z] 492ce18074ff: Layer already exists [2021-03-16T17:06:54.049Z] ac5a41288c9d: Layer already exists [2021-03-16T17:06:54.049Z] af89715d159f: Layer already exists [2021-03-16T17:06:54.049Z] daaeb7fe8115: Layer already exists [2021-03-16T17:06:54.049Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:54.049Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:2ac917f33a3a4cf19a699667a1653709cd677737fc736c980cdc3dcc067221e3 size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:54.353Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:54.723Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2021-03-16T17:06:54.723Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2021-03-16T17:06:54.723Z] 6a7c179d71ad: Preparing [2021-03-16T17:06:54.723Z] 8f752165046d: Preparing [2021-03-16T17:06:54.723Z] 492ce18074ff: Preparing [2021-03-16T17:06:54.723Z] eb7fa348e03e: Preparing [2021-03-16T17:06:54.723Z] a87933bd7e8d: Preparing [2021-03-16T17:06:54.723Z] daaeb7fe8115: Preparing [2021-03-16T17:06:54.723Z] af89715d159f: Preparing [2021-03-16T17:06:54.723Z] ac5a41288c9d: Preparing [2021-03-16T17:06:54.723Z] 33e8713114f8: Preparing [2021-03-16T17:06:54.723Z] daaeb7fe8115: Waiting [2021-03-16T17:06:54.723Z] af89715d159f: Waiting [2021-03-16T17:06:54.723Z] ac5a41288c9d: Waiting [2021-03-16T17:06:54.723Z] 33e8713114f8: Waiting [2021-03-16T17:06:54.723Z] 6a7c179d71ad: Layer already exists [2021-03-16T17:06:54.723Z] a87933bd7e8d: Layer already exists [2021-03-16T17:06:54.723Z] 492ce18074ff: Layer already exists [2021-03-16T17:06:54.723Z] 8f752165046d: Layer already exists [2021-03-16T17:06:54.723Z] eb7fa348e03e: Layer already exists [2021-03-16T17:06:54.723Z] daaeb7fe8115: Layer already exists [2021-03-16T17:06:54.723Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:54.723Z] af89715d159f: Layer already exists [2021-03-16T17:06:54.723Z] ac5a41288c9d: Layer already exists [2021-03-16T17:06:54.723Z] master: digest: sha256:2ac917f33a3a4cf19a699667a1653709cd677737fc736c980cdc3dcc067221e3 size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:06:54.925Z] ===================================================== [Pipeline] echo [2021-03-16T17:06:54.972Z] taggedImages: [2021-03-16T17:06:54.972Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:54.972Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:2.0.0-dev.129 [2021-03-16T17:06:54.972Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:54.972Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2021-03-16T17:06:55.052Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2021-03-16T17:06:55.052Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:55.052Z] 2.0.0-dev.129 [2021-03-16T17:06:55.052Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:55.052Z] master [2021-03-16T17:06:55.052Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:55.545Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:55.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:55.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-16T17:06:55.849Z] e234fdf203e6: Preparing [2021-03-16T17:06:55.849Z] 43637fd227b7: Preparing [2021-03-16T17:06:55.849Z] 77b1fa69760c: Preparing [2021-03-16T17:06:55.849Z] e14aa0975027: Preparing [2021-03-16T17:06:55.849Z] 33e8713114f8: Preparing [2021-03-16T17:06:55.849Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:55.849Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:55.849Z] e234fdf203e6: Pushed [2021-03-16T17:06:56.116Z] e14aa0975027: Pushed [2021-03-16T17:06:57.069Z] 43637fd227b7: Pushed [2021-03-16T17:06:57.331Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:5f970e6fa18c55c0392a87cb2ae339183daa1b6f1220f518cd443968ccabc4e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:57.642Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:57.947Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.129 [2021-03-16T17:06:57.947Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-16T17:06:57.947Z] e234fdf203e6: Preparing [2021-03-16T17:06:57.947Z] 43637fd227b7: Preparing [2021-03-16T17:06:57.947Z] 77b1fa69760c: Preparing [2021-03-16T17:06:57.947Z] e14aa0975027: Preparing [2021-03-16T17:06:57.947Z] 33e8713114f8: Preparing [2021-03-16T17:06:57.947Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:57.947Z] 43637fd227b7: Layer already exists [2021-03-16T17:06:57.947Z] e234fdf203e6: Layer already exists [2021-03-16T17:06:57.947Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:57.947Z] e14aa0975027: Layer already exists [2021-03-16T17:06:57.947Z] 2.0.0-dev.129: digest: sha256:5f970e6fa18c55c0392a87cb2ae339183daa1b6f1220f518cd443968ccabc4e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:58.256Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:58.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:58.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-16T17:06:58.607Z] e234fdf203e6: Preparing [2021-03-16T17:06:58.607Z] 43637fd227b7: Preparing [2021-03-16T17:06:58.607Z] 77b1fa69760c: Preparing [2021-03-16T17:06:58.607Z] e14aa0975027: Preparing [2021-03-16T17:06:58.607Z] 33e8713114f8: Preparing [2021-03-16T17:06:58.607Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:58.607Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:58.607Z] e234fdf203e6: Layer already exists [2021-03-16T17:06:58.607Z] e14aa0975027: Layer already exists [2021-03-16T17:06:58.607Z] 43637fd227b7: Layer already exists [2021-03-16T17:06:58.607Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:5f970e6fa18c55c0392a87cb2ae339183daa1b6f1220f518cd443968ccabc4e5 size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:58.909Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:59.208Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2021-03-16T17:06:59.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2021-03-16T17:06:59.209Z] e234fdf203e6: Preparing [2021-03-16T17:06:59.209Z] 43637fd227b7: Preparing [2021-03-16T17:06:59.209Z] 77b1fa69760c: Preparing [2021-03-16T17:06:59.209Z] e14aa0975027: Preparing [2021-03-16T17:06:59.209Z] 33e8713114f8: Preparing [2021-03-16T17:06:59.209Z] 33e8713114f8: Layer already exists [2021-03-16T17:06:59.209Z] 43637fd227b7: Layer already exists [2021-03-16T17:06:59.209Z] e14aa0975027: Layer already exists [2021-03-16T17:06:59.209Z] e234fdf203e6: Layer already exists [2021-03-16T17:06:59.209Z] 77b1fa69760c: Layer already exists [2021-03-16T17:06:59.209Z] master: digest: sha256:5f970e6fa18c55c0392a87cb2ae339183daa1b6f1220f518cd443968ccabc4e5 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:06:59.414Z] ===================================================== [Pipeline] echo [2021-03-16T17:06:59.462Z] taggedImages: [2021-03-16T17:06:59.462Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:59.462Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:2.0.0-dev.129 [2021-03-16T17:06:59.462Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:59.462Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2021-03-16T17:06:59.523Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2021-03-16T17:06:59.523Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:06:59.523Z] 2.0.0-dev.129 [2021-03-16T17:06:59.523Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:06:59.523Z] master [2021-03-16T17:06:59.523Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:06:59.991Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:00.294Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:07:00.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-16T17:07:00.294Z] 48a8a4a1c10f: Preparing [2021-03-16T17:07:00.294Z] 5bbf88c9c9c4: Preparing [2021-03-16T17:07:00.294Z] 77b1fa69760c: Preparing [2021-03-16T17:07:00.294Z] f6e52cf48d2c: Preparing [2021-03-16T17:07:00.294Z] 33e8713114f8: Preparing [2021-03-16T17:07:00.294Z] 77b1fa69760c: Layer already exists [2021-03-16T17:07:00.294Z] 33e8713114f8: Layer already exists [2021-03-16T17:07:00.294Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:07:00.294Z] 48a8a4a1c10f: Pushed [2021-03-16T17:07:01.688Z] 5bbf88c9c9c4: Pushed [2021-03-16T17:07:01.950Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:f54a0ac2935538e70212920c27be4930727d7a40d9869c098b7c227fe8916f79 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:02.257Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:02.560Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.129 [2021-03-16T17:07:02.560Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-16T17:07:02.560Z] 48a8a4a1c10f: Preparing [2021-03-16T17:07:02.560Z] 5bbf88c9c9c4: Preparing [2021-03-16T17:07:02.560Z] 77b1fa69760c: Preparing [2021-03-16T17:07:02.560Z] f6e52cf48d2c: Preparing [2021-03-16T17:07:02.560Z] 33e8713114f8: Preparing [2021-03-16T17:07:02.560Z] 77b1fa69760c: Layer already exists [2021-03-16T17:07:02.560Z] 48a8a4a1c10f: Layer already exists [2021-03-16T17:07:02.560Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:07:02.560Z] 33e8713114f8: Layer already exists [2021-03-16T17:07:02.560Z] 5bbf88c9c9c4: Layer already exists [2021-03-16T17:07:02.560Z] 2.0.0-dev.129: digest: sha256:f54a0ac2935538e70212920c27be4930727d7a40d9869c098b7c227fe8916f79 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:02.866Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:03.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:07:03.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-16T17:07:03.168Z] 48a8a4a1c10f: Preparing [2021-03-16T17:07:03.168Z] 5bbf88c9c9c4: Preparing [2021-03-16T17:07:03.168Z] 77b1fa69760c: Preparing [2021-03-16T17:07:03.168Z] f6e52cf48d2c: Preparing [2021-03-16T17:07:03.168Z] 33e8713114f8: Preparing [2021-03-16T17:07:03.168Z] 33e8713114f8: Layer already exists [2021-03-16T17:07:03.168Z] 48a8a4a1c10f: Layer already exists [2021-03-16T17:07:03.168Z] 77b1fa69760c: Layer already exists [2021-03-16T17:07:03.168Z] 5bbf88c9c9c4: Layer already exists [2021-03-16T17:07:03.168Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:07:03.168Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:f54a0ac2935538e70212920c27be4930727d7a40d9869c098b7c227fe8916f79 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:03.471Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:03.770Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2021-03-16T17:07:03.770Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2021-03-16T17:07:03.770Z] 48a8a4a1c10f: Preparing [2021-03-16T17:07:03.770Z] 5bbf88c9c9c4: Preparing [2021-03-16T17:07:03.770Z] 77b1fa69760c: Preparing [2021-03-16T17:07:03.770Z] f6e52cf48d2c: Preparing [2021-03-16T17:07:03.770Z] 33e8713114f8: Preparing [2021-03-16T17:07:03.770Z] f6e52cf48d2c: Layer already exists [2021-03-16T17:07:03.770Z] 5bbf88c9c9c4: Layer already exists [2021-03-16T17:07:03.770Z] 77b1fa69760c: Layer already exists [2021-03-16T17:07:03.770Z] 48a8a4a1c10f: Layer already exists [2021-03-16T17:07:03.770Z] 33e8713114f8: Layer already exists [2021-03-16T17:07:03.770Z] master: digest: sha256:f54a0ac2935538e70212920c27be4930727d7a40d9869c098b7c227fe8916f79 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:07:03.971Z] ===================================================== [Pipeline] echo [2021-03-16T17:07:04.032Z] taggedImages: [2021-03-16T17:07:04.032Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:07:04.032Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:2.0.0-dev.129 [2021-03-16T17:07:04.033Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:07:04.033Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2021-03-16T17:07:04.096Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2021-03-16T17:07:04.096Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:07:04.096Z] 2.0.0-dev.129 [2021-03-16T17:07:04.096Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:07:04.096Z] master [2021-03-16T17:07:04.096Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:04.569Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:04.873Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:07:04.873Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-16T17:07:04.873Z] b9ad12b4262b: Preparing [2021-03-16T17:07:04.873Z] ad6331758a15: Preparing [2021-03-16T17:07:04.873Z] 1aaa9ee6b392: Preparing [2021-03-16T17:07:04.873Z] e92168897829: Preparing [2021-03-16T17:07:04.873Z] a4ec84cb0b3b: Preparing [2021-03-16T17:07:04.873Z] 6d963c63c95a: Preparing [2021-03-16T17:07:04.873Z] c9b049bb6154: Preparing [2021-03-16T17:07:04.873Z] 0754057c0ad3: Preparing [2021-03-16T17:07:04.873Z] 998cdf262ab1: Preparing [2021-03-16T17:07:04.873Z] 02e56110abd2: Preparing [2021-03-16T17:07:04.873Z] abc36efb885a: Preparing [2021-03-16T17:07:04.873Z] b0b09059f4e1: Preparing [2021-03-16T17:07:04.873Z] bb961f40224b: Preparing [2021-03-16T17:07:04.873Z] f4666769fca7: Preparing [2021-03-16T17:07:04.873Z] 6d963c63c95a: Waiting [2021-03-16T17:07:04.873Z] c9b049bb6154: Waiting [2021-03-16T17:07:04.873Z] 0754057c0ad3: Waiting [2021-03-16T17:07:04.873Z] 998cdf262ab1: Waiting [2021-03-16T17:07:04.873Z] 02e56110abd2: Waiting [2021-03-16T17:07:04.873Z] abc36efb885a: Waiting [2021-03-16T17:07:04.873Z] b0b09059f4e1: Waiting [2021-03-16T17:07:04.873Z] bb961f40224b: Waiting [2021-03-16T17:07:04.873Z] f4666769fca7: Waiting [2021-03-16T17:07:05.122Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:07:05.122Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:07:05.122Z] ---> 75e6c15b8f8e [2021-03-16T17:07:05.122Z] Step 3/23 : WORKDIR /edgex-go [2021-03-16T17:07:05.122Z] ---> Using cache [2021-03-16T17:07:05.122Z] ---> a2a50bd3eaa9 [2021-03-16T17:07:05.122Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:07:05.122Z] ---> Using cache [2021-03-16T17:07:05.122Z] ---> 185f5099d580 [2021-03-16T17:07:05.122Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-16T17:07:05.122Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:07:05.122Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:07:05.122Z] ---> 75e6c15b8f8e [2021-03-16T17:07:05.122Z] Step 3/24 : WORKDIR /edgex-go [2021-03-16T17:07:05.122Z] ---> Using cache [2021-03-16T17:07:05.122Z] ---> a2a50bd3eaa9 [2021-03-16T17:07:05.122Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:07:05.122Z] ---> Using cache [2021-03-16T17:07:05.122Z] ---> 185f5099d580 [2021-03-16T17:07:05.122Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-16T17:07:05.122Z] ---> Using cache [2021-03-16T17:07:05.122Z] ---> 905d4017245f [2021-03-16T17:07:05.122Z] Step 6/24 : COPY go.mod . [2021-03-16T17:07:05.122Z] ---> Using cache [2021-03-16T17:07:05.122Z] ---> 6ffb23fa6a50 [2021-03-16T17:07:05.122Z] Step 7/24 : RUN go mod download [2021-03-16T17:07:05.122Z] ---> Using cache [2021-03-16T17:07:05.122Z] ---> Running in fad344546078 [2021-03-16T17:07:05.122Z] ---> 296abed1141d [2021-03-16T17:07:05.122Z] Step 8/24 : COPY . . [2021-03-16T17:07:05.122Z] ---> Using cache [2021-03-16T17:07:05.122Z] ---> 8f652f0b48dd [2021-03-16T17:07:05.122Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-16T17:07:05.122Z] ---> Running in a535977ec722 [2021-03-16T17:07:05.122Z] Removing intermediate container 26e4f7ce8013 [2021-03-16T17:07:05.122Z] ---> 5e68236f6f6e [2021-03-16T17:07:05.122Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-16T17:07:05.149Z] a4ec84cb0b3b: Pushed [2021-03-16T17:07:05.149Z] b9ad12b4262b: Pushed [2021-03-16T17:07:05.399Z] ---> Running in 86780e386650 [2021-03-16T17:07:05.417Z] e92168897829: Pushed [2021-03-16T17:07:05.417Z] 0754057c0ad3: Layer already exists [2021-03-16T17:07:05.417Z] 998cdf262ab1: Layer already exists [2021-03-16T17:07:05.679Z] 02e56110abd2: Layer already exists [2021-03-16T17:07:05.679Z] c9b049bb6154: Pushed [2021-03-16T17:07:05.679Z] abc36efb885a: Layer already exists [2021-03-16T17:07:05.679Z] b0b09059f4e1: Layer already exists [2021-03-16T17:07:05.679Z] bb961f40224b: Layer already exists [2021-03-16T17:07:05.679Z] f4666769fca7: Layer already exists [2021-03-16T17:07:05.679Z] ad6331758a15: Pushed [2021-03-16T17:07:06.254Z] 6d963c63c95a: Pushed [2021-03-16T17:07:06.851Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:07:07.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-16T17:07:08.443Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:07:11.837Z] OK: 217 MiB in 51 packages [2021-03-16T17:07:12.857Z] 1aaa9ee6b392: Pushed [2021-03-16T17:07:13.119Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:1cf5969b8c72e9bff05914f71ea429f6c9d759d2ecfe492d542b7294d65e36aa size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:13.424Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:13.732Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.129 [2021-03-16T17:07:13.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-16T17:07:13.732Z] b9ad12b4262b: Preparing [2021-03-16T17:07:13.732Z] ad6331758a15: Preparing [2021-03-16T17:07:13.732Z] 1aaa9ee6b392: Preparing [2021-03-16T17:07:13.732Z] e92168897829: Preparing [2021-03-16T17:07:13.732Z] a4ec84cb0b3b: Preparing [2021-03-16T17:07:13.732Z] 6d963c63c95a: Preparing [2021-03-16T17:07:13.732Z] c9b049bb6154: Preparing [2021-03-16T17:07:13.732Z] 0754057c0ad3: Preparing [2021-03-16T17:07:13.732Z] 998cdf262ab1: Preparing [2021-03-16T17:07:13.732Z] 02e56110abd2: Preparing [2021-03-16T17:07:13.732Z] abc36efb885a: Preparing [2021-03-16T17:07:13.732Z] b0b09059f4e1: Preparing [2021-03-16T17:07:13.732Z] bb961f40224b: Preparing [2021-03-16T17:07:13.732Z] f4666769fca7: Preparing [2021-03-16T17:07:13.732Z] 02e56110abd2: Waiting [2021-03-16T17:07:13.732Z] abc36efb885a: Waiting [2021-03-16T17:07:13.732Z] 6d963c63c95a: Waiting [2021-03-16T17:07:13.732Z] c9b049bb6154: Waiting [2021-03-16T17:07:13.732Z] b0b09059f4e1: Waiting [2021-03-16T17:07:13.732Z] 998cdf262ab1: Waiting [2021-03-16T17:07:13.732Z] bb961f40224b: Waiting [2021-03-16T17:07:13.732Z] f4666769fca7: Waiting [2021-03-16T17:07:13.732Z] b9ad12b4262b: Layer already exists [2021-03-16T17:07:13.732Z] e92168897829: Layer already exists [2021-03-16T17:07:13.732Z] 1aaa9ee6b392: Layer already exists [2021-03-16T17:07:13.732Z] ad6331758a15: Layer already exists [2021-03-16T17:07:13.732Z] a4ec84cb0b3b: Layer already exists [2021-03-16T17:07:13.732Z] 02e56110abd2: Layer already exists [2021-03-16T17:07:13.732Z] 0754057c0ad3: Layer already exists [2021-03-16T17:07:13.732Z] c9b049bb6154: Layer already exists [2021-03-16T17:07:13.732Z] 998cdf262ab1: Layer already exists [2021-03-16T17:07:13.732Z] 6d963c63c95a: Layer already exists [2021-03-16T17:07:13.732Z] b0b09059f4e1: Layer already exists [2021-03-16T17:07:13.732Z] abc36efb885a: Layer already exists [2021-03-16T17:07:13.732Z] bb961f40224b: Layer already exists [2021-03-16T17:07:13.733Z] f4666769fca7: Layer already exists [2021-03-16T17:07:13.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-16T17:07:13.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-16T17:07:13.849Z] ---> 75e6c15b8f8e [2021-03-16T17:07:13.849Z] Step 3/22 : WORKDIR /edgex-go [2021-03-16T17:07:13.849Z] ---> Using cache [2021-03-16T17:07:13.849Z] ---> a2a50bd3eaa9 [2021-03-16T17:07:13.849Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:07:13.849Z] ---> Using cache [2021-03-16T17:07:13.849Z] ---> 185f5099d580 [2021-03-16T17:07:13.849Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-16T17:07:13.849Z] ---> Running in bfd92cdff95e [2021-03-16T17:07:13.995Z] 2.0.0-dev.129: digest: sha256:1cf5969b8c72e9bff05914f71ea429f6c9d759d2ecfe492d542b7294d65e36aa size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:14.303Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:14.450Z] Collecting docker-compose==1.23.2 [2021-03-16T17:07:14.607Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:07:14.607Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-16T17:07:14.607Z] b9ad12b4262b: Preparing [2021-03-16T17:07:14.607Z] ad6331758a15: Preparing [2021-03-16T17:07:14.607Z] 1aaa9ee6b392: Preparing [2021-03-16T17:07:14.607Z] e92168897829: Preparing [2021-03-16T17:07:14.607Z] a4ec84cb0b3b: Preparing [2021-03-16T17:07:14.607Z] 6d963c63c95a: Preparing [2021-03-16T17:07:14.607Z] c9b049bb6154: Preparing [2021-03-16T17:07:14.607Z] 0754057c0ad3: Preparing [2021-03-16T17:07:14.607Z] 998cdf262ab1: Preparing [2021-03-16T17:07:14.607Z] 02e56110abd2: Preparing [2021-03-16T17:07:14.607Z] abc36efb885a: Preparing [2021-03-16T17:07:14.607Z] b0b09059f4e1: Preparing [2021-03-16T17:07:14.607Z] bb961f40224b: Preparing [2021-03-16T17:07:14.607Z] f4666769fca7: Preparing [2021-03-16T17:07:14.607Z] 6d963c63c95a: Waiting [2021-03-16T17:07:14.607Z] c9b049bb6154: Waiting [2021-03-16T17:07:14.607Z] 0754057c0ad3: Waiting [2021-03-16T17:07:14.607Z] 998cdf262ab1: Waiting [2021-03-16T17:07:14.607Z] 02e56110abd2: Waiting [2021-03-16T17:07:14.607Z] abc36efb885a: Waiting [2021-03-16T17:07:14.607Z] f4666769fca7: Waiting [2021-03-16T17:07:14.607Z] b0b09059f4e1: Waiting [2021-03-16T17:07:14.607Z] bb961f40224b: Waiting [2021-03-16T17:07:14.607Z] b9ad12b4262b: Layer already exists [2021-03-16T17:07:14.607Z] 1aaa9ee6b392: Layer already exists [2021-03-16T17:07:14.607Z] a4ec84cb0b3b: Layer already exists [2021-03-16T17:07:14.607Z] e92168897829: Layer already exists [2021-03-16T17:07:14.607Z] ad6331758a15: Layer already exists [2021-03-16T17:07:14.607Z] 6d963c63c95a: Layer already exists [2021-03-16T17:07:14.607Z] 0754057c0ad3: Layer already exists [2021-03-16T17:07:14.607Z] 998cdf262ab1: Layer already exists [2021-03-16T17:07:14.607Z] c9b049bb6154: Layer already exists [2021-03-16T17:07:14.607Z] 02e56110abd2: Layer already exists [2021-03-16T17:07:14.607Z] b0b09059f4e1: Layer already exists [2021-03-16T17:07:14.607Z] f4666769fca7: Layer already exists [2021-03-16T17:07:14.607Z] bb961f40224b: Layer already exists [2021-03-16T17:07:14.607Z] abc36efb885a: Layer already exists [2021-03-16T17:07:14.727Z] Removing intermediate container fad344546078 [2021-03-16T17:07:14.727Z] ---> 0d7699e6aa60 [2021-03-16T17:07:14.727Z] Step 6/23 : COPY go.mod . [2021-03-16T17:07:14.727Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-16T17:07:14.876Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:1cf5969b8c72e9bff05914f71ea429f6c9d759d2ecfe492d542b7294d65e36aa size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:15.186Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:07:15.487Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2021-03-16T17:07:15.487Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2021-03-16T17:07:15.487Z] b9ad12b4262b: Preparing [2021-03-16T17:07:15.487Z] ad6331758a15: Preparing [2021-03-16T17:07:15.487Z] 1aaa9ee6b392: Preparing [2021-03-16T17:07:15.487Z] e92168897829: Preparing [2021-03-16T17:07:15.487Z] a4ec84cb0b3b: Preparing [2021-03-16T17:07:15.487Z] 6d963c63c95a: Preparing [2021-03-16T17:07:15.487Z] c9b049bb6154: Preparing [2021-03-16T17:07:15.487Z] 0754057c0ad3: Preparing [2021-03-16T17:07:15.487Z] 998cdf262ab1: Preparing [2021-03-16T17:07:15.487Z] 02e56110abd2: Preparing [2021-03-16T17:07:15.487Z] abc36efb885a: Preparing [2021-03-16T17:07:15.487Z] b0b09059f4e1: Preparing [2021-03-16T17:07:15.487Z] bb961f40224b: Preparing [2021-03-16T17:07:15.487Z] f4666769fca7: Preparing [2021-03-16T17:07:15.487Z] 6d963c63c95a: Waiting [2021-03-16T17:07:15.487Z] c9b049bb6154: Waiting [2021-03-16T17:07:15.487Z] 0754057c0ad3: Waiting [2021-03-16T17:07:15.487Z] 998cdf262ab1: Waiting [2021-03-16T17:07:15.487Z] 02e56110abd2: Waiting [2021-03-16T17:07:15.487Z] abc36efb885a: Waiting [2021-03-16T17:07:15.487Z] b0b09059f4e1: Waiting [2021-03-16T17:07:15.487Z] bb961f40224b: Waiting [2021-03-16T17:07:15.487Z] f4666769fca7: Waiting [2021-03-16T17:07:15.487Z] ad6331758a15: Layer already exists [2021-03-16T17:07:15.487Z] b9ad12b4262b: Layer already exists [2021-03-16T17:07:15.487Z] 1aaa9ee6b392: Layer already exists [2021-03-16T17:07:15.487Z] a4ec84cb0b3b: Layer already exists [2021-03-16T17:07:15.487Z] e92168897829: Layer already exists [2021-03-16T17:07:15.487Z] 998cdf262ab1: Layer already exists [2021-03-16T17:07:15.487Z] 6d963c63c95a: Layer already exists [2021-03-16T17:07:15.487Z] 02e56110abd2: Layer already exists [2021-03-16T17:07:15.487Z] c9b049bb6154: Layer already exists [2021-03-16T17:07:15.487Z] 0754057c0ad3: Layer already exists [2021-03-16T17:07:15.487Z] abc36efb885a: Layer already exists [2021-03-16T17:07:15.487Z] b0b09059f4e1: Layer already exists [2021-03-16T17:07:15.487Z] bb961f40224b: Layer already exists [2021-03-16T17:07:15.487Z] f4666769fca7: Layer already exists [2021-03-16T17:07:15.710Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-16T17:07:15.710Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-16T17:07:15.749Z] master: digest: sha256:1cf5969b8c72e9bff05914f71ea429f6c9d759d2ecfe492d542b7294d65e36aa size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:07:15.963Z] ===================================================== [2021-03-16T17:07:15.985Z] ---> 24ea357ff669 [2021-03-16T17:07:15.985Z] Step 7/23 : RUN go mod download [2021-03-16T17:07:15.985Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] echo [2021-03-16T17:07:16.030Z] taggedImages: [2021-03-16T17:07:16.030Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:07:16.030Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:2.0.0-dev.129 [2021-03-16T17:07:16.030Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:07:16.030Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2021-03-16T17:07:16.263Z] ---> Running in 0145ec6441b3 [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-16T17:07:16.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:07:18.316Z] OK: 217 MiB in 51 packages [2021-03-16T17:07:18.917Z] Collecting cached-property<2,>=1.2.0 [2021-03-16T17:07:18.917Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-16T17:07:19.914Z] Removing intermediate container bfd92cdff95e [2021-03-16T17:07:19.914Z] ---> 56fbcde3564f [2021-03-16T17:07:19.914Z] Step 6/22 : COPY go.mod . [2021-03-16T17:07:20.901Z] Removing intermediate container 0145ec6441b3 [2021-03-16T17:07:20.901Z] ---> 526b46bf6016 [2021-03-16T17:07:20.901Z] Step 8/23 : COPY . . [2021-03-16T17:07:20.901Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-16T17:07:20.901Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-16T17:07:21.179Z] ---> 3721d86af3da [2021-03-16T17:07:21.179Z] Step 7/22 : RUN go mod download [2021-03-16T17:07:21.457Z] ---> Running in ab48fe8915e6 [2021-03-16T17:07:21.737Z] Collecting texttable<0.10,>=0.9.0 [2021-03-16T17:07:21.737Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-16T17:07:25.152Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-16T17:07:25.152Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-16T17:07:25.441Z] Collecting docopt<0.7,>=0.6.1 [2021-03-16T17:07:25.441Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-16T17:07:28.142Z] Removing intermediate container ab48fe8915e6 [2021-03-16T17:07:28.142Z] ---> 3f87b52a181f [2021-03-16T17:07:28.142Z] Step 8/22 : COPY . . [2021-03-16T17:07:28.746Z] Collecting docker<4.0,>=3.6.0 [2021-03-16T17:07:28.746Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-16T17:07:30.197Z] Collecting PyYAML<4,>=3.10 [2021-03-16T17:07:30.197Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-16T17:07:35.837Z] Collecting jsonschema<3,>=2.5.1 [2021-03-16T17:07:35.837Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-16T17:07:36.452Z] 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-16T17:07:36.452Z] 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-16T17:07:37.075Z] Collecting idna<2.8,>=2.5 [2021-03-16T17:07:37.075Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-16T17:07:37.362Z] 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-16T17:07:37.640Z] ---> 7750655533ab [2021-03-16T17:07:37.640Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-16T17:07:37.924Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-16T17:07:38.215Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-16T17:07:38.215Z] ---> Running in 2f1549534f89 [2021-03-16T17:07:38.493Z] Collecting docker-pycreds>=0.4.0 [2021-03-16T17:07:38.493Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-16T17:07:38.768Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-16T17:07:38.768Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-16T17:07:38.768Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-16T17:07:38.768Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-16T17:07:40.218Z] Installing collected packages: dockerpty, cached-property, idna, urllib3, requests, texttable, websocket-client, docopt, docker-pycreds, docker, PyYAML, jsonschema, docker-compose [2021-03-16T17:07:40.218Z] Running setup.py install for dockerpty: started [2021-03-16T17:07:40.821Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/core-data/core-data ./cmd/core-data [2021-03-16T17:07:42.816Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-16T17:07:42.816Z] Attempting uninstall: idna [2021-03-16T17:07:43.102Z] Found existing installation: idna 2.9 [2021-03-16T17:07:43.102Z] Uninstalling idna-2.9: [2021-03-16T17:07:43.102Z] Successfully uninstalled idna-2.9 [2021-03-16T17:07:43.708Z] Attempting uninstall: urllib3 [2021-03-16T17:07:43.708Z] Found existing installation: urllib3 1.25.9 [2021-03-16T17:07:43.708Z] Uninstalling urllib3-1.25.9: [2021-03-16T17:07:44.317Z] Successfully uninstalled urllib3-1.25.9 [2021-03-16T17:07:45.311Z] Attempting uninstall: requests [2021-03-16T17:07:45.311Z] Found existing installation: requests 2.23.0 [2021-03-16T17:07:45.311Z] Uninstalling requests-2.23.0: [2021-03-16T17:07:45.311Z] ---> aef04599b974 [2021-03-16T17:07:45.311Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-16T17:07:45.311Z] Successfully uninstalled requests-2.23.0 [2021-03-16T17:07:45.311Z] ---> Running in eecbd52f6804 [2021-03-16T17:07:45.916Z] Running setup.py install for texttable: started [2021-03-16T17:07:47.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-16T17:07:48.824Z] Running setup.py install for texttable: finished with status 'done' [2021-03-16T17:07:49.102Z] Running setup.py install for docopt: started [2021-03-16T17:07:51.733Z] Running setup.py install for docopt: finished with status 'done' [2021-03-16T17:07:52.720Z] Running setup.py install for PyYAML: started [2021-03-16T17:07:55.354Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-16T17:07:56.810Z] 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-16T17:08:02.250Z] Removing intermediate container 86780e386650 [2021-03-16T17:08:02.250Z] ---> 649c393acab7 [2021-03-16T17:08:02.250Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-16T17:08:02.250Z] ---> Running in af1e0f176c03 [2021-03-16T17:08:04.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:08:04.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:08:04.838Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:08:04.838Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-16T17:08:04.838Z] (3/3) Installing curl (7.69.1-r3) [2021-03-16T17:08:04.838Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:08:04.838Z] OK: 72 MiB in 58 packages [2021-03-16T17:08:06.841Z] Removing intermediate container af1e0f176c03 [2021-03-16T17:08:06.841Z] ---> 18726a5cde82 [2021-03-16T17:08:06.841Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-16T17:08:06.841Z] ---> Running in 2115b1f083dd [2021-03-16T17:08:07.442Z] Removing intermediate container 2115b1f083dd [2021-03-16T17:08:07.442Z] ---> 8b6f19afe0d1 [2021-03-16T17:08:07.442Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:08:07.719Z] ---> Running in 428a4b9d5b92 [2021-03-16T17:08:08.337Z] Removing intermediate container 428a4b9d5b92 [2021-03-16T17:08:08.337Z] ---> 9a5ae782ec1a [2021-03-16T17:08:08.337Z] Step 24/26 : LABEL arch=arm64 [2021-03-16T17:08:08.617Z] ---> Running in ac1decdb8ba1 [2021-03-16T17:08:09.607Z] Removing intermediate container ac1decdb8ba1 [2021-03-16T17:08:09.608Z] ---> 4c59167f1b7d [2021-03-16T17:08:09.608Z] Step 25/26 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:08:09.608Z] ---> Running in 3a5e74380bb8 [2021-03-16T17:08:10.214Z] Removing intermediate container 3a5e74380bb8 [2021-03-16T17:08:10.214Z] ---> 136801fcafd9 [2021-03-16T17:08:10.214Z] Step 26/26 : LABEL version=2.0.0-dev.129 [2021-03-16T17:08:10.494Z] ---> Running in 5ddccdb1ff15 [2021-03-16T17:08:11.096Z] Removing intermediate container 5ddccdb1ff15 [2021-03-16T17:08:11.096Z] ---> f15427ce7df0 [2021-03-16T17:08:11.096Z] [2021-03-16T17:08:11.377Z] Successfully built f15427ce7df0 [2021-03-16T17:08:11.653Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-16T17:08:26.763Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.0.0-dev.129" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-16T17:08:32.227Z] Removing intermediate container 2aac93c2275f [2021-03-16T17:08:32.227Z] ---> 036c2a7f92bc [2021-03-16T17:08:32.227Z] [2021-03-16T17:08:32.227Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:08:32.227Z] ---> d10569e2745f [2021-03-16T17:08:32.227Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-16T17:08:32.227Z] ---> Using cache [2021-03-16T17:08:32.227Z] ---> 1f7f5eb3e2f1 [2021-03-16T17:08:32.227Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:08:32.227Z] ---> Using cache [2021-03-16T17:08:32.227Z] ---> 70a806a51753 [2021-03-16T17:08:32.227Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-16T17:08:32.227Z] ---> Running in 182d704aa951 [2021-03-16T17:08:32.227Z] Removing intermediate container 182d704aa951 [2021-03-16T17:08:32.227Z] ---> 1e2451e54f94 [2021-03-16T17:08:32.227Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-16T17:08:32.506Z] ---> Running in 5530dfa319fe [2021-03-16T17:08:33.109Z] Removing intermediate container 5530dfa319fe [2021-03-16T17:08:33.109Z] ---> 71ac8aca3c03 [2021-03-16T17:08:33.109Z] Step 15/23 : WORKDIR / [2021-03-16T17:08:33.109Z] ---> Running in 3205405de37d [2021-03-16T17:08:34.101Z] Removing intermediate container 3205405de37d [2021-03-16T17:08:34.101Z] ---> 4fc64d89fedf [2021-03-16T17:08:34.101Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:08:35.099Z] ---> f917b759b8b8 [2021-03-16T17:08:35.099Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-16T17:08:37.735Z] ---> 919ef2da404b [2021-03-16T17:08:37.735Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-16T17:08:38.730Z] ---> d6844fb368ae [2021-03-16T17:08:38.730Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-16T17:08:39.005Z] ---> Running in 136c1fbbdc32 [2021-03-16T17:08:39.981Z] Removing intermediate container 136c1fbbdc32 [2021-03-16T17:08:39.981Z] ---> 0dc9e31fa630 [2021-03-16T17:08:39.981Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:08:40.258Z] ---> Running in cc3d97edcfe2 [2021-03-16T17:08:40.874Z] Removing intermediate container a535977ec722 [2021-03-16T17:08:40.874Z] ---> 70a3d591b0a0 [2021-03-16T17:08:40.874Z] [2021-03-16T17:08:40.874Z] Step 10/24 : FROM alpine:3.12 [2021-03-16T17:08:40.874Z] ---> d10569e2745f [2021-03-16T17:08:40.874Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-16T17:08:40.874Z] Removing intermediate container cc3d97edcfe2 [2021-03-16T17:08:40.874Z] ---> 3dabaf2a5b1b [2021-03-16T17:08:40.874Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T17:08:41.154Z] ---> Running in 6b78c3b405ba [2021-03-16T17:08:41.154Z] ---> Running in 9d19df95d72b [2021-03-16T17:08:42.166Z] Removing intermediate container 9d19df95d72b [2021-03-16T17:08:42.166Z] ---> 51dcdb28adf5 [2021-03-16T17:08:42.166Z] Step 22/23 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:08:42.166Z] ---> Running in 5a3e69906464 [2021-03-16T17:08:43.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:08:43.159Z] Removing intermediate container 5a3e69906464 [2021-03-16T17:08:43.159Z] ---> 223bdbd63c66 [2021-03-16T17:08:43.159Z] Step 23/23 : LABEL version=2.0.0-dev.129 [2021-03-16T17:08:43.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:08:43.159Z] ---> Running in 2023d87c723c [2021-03-16T17:08:44.147Z] Removing intermediate container 2023d87c723c [2021-03-16T17:08:44.147Z] ---> 9f4ee51a64bb [2021-03-16T17:08:44.148Z] [2021-03-16T17:08:44.148Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-16T17:08:44.148Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-16T17:08:44.148Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-16T17:08:44.148Z] (4/5) Installing curl (7.69.1-r3) [2021-03-16T17:08:44.148Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-16T17:08:44.148Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:08:44.148Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:08:44.148Z] Successfully built 9f4ee51a64bb [2021-03-16T17:08:44.148Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-16T17:08:44.421Z]  Building docker-core-metadata-go ... done OK: 7 MiB in 19 packages [2021-03-16T17:08:47.056Z] Removing intermediate container 6b78c3b405ba [2021-03-16T17:08:47.057Z] ---> 1bbc443a28a8 [2021-03-16T17:08:47.057Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-16T17:08:47.057Z] ---> Running in 7e81ca8e08b1 [2021-03-16T17:08:47.663Z] Removing intermediate container 7e81ca8e08b1 [2021-03-16T17:08:47.663Z] ---> d814db4d5e18 [2021-03-16T17:08:47.663Z] Step 13/24 : WORKDIR / [2021-03-16T17:08:47.937Z] ---> Running in 40cc1d174c3f [2021-03-16T17:08:48.540Z] Removing intermediate container 40cc1d174c3f [2021-03-16T17:08:48.540Z] ---> d9ad3318f71a [2021-03-16T17:08:48.540Z] 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-16T17:08:50.004Z] ---> c10e8fb3f2e2 [2021-03-16T17:08:50.004Z] 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-16T17:08:51.451Z] ---> a6bb7f7bd986 [2021-03-16T17:08:51.452Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-16T17:08:52.447Z] ---> c5283fbdadde [2021-03-16T17:08:52.447Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-16T17:08:53.898Z] ---> f76f43d370bb [2021-03-16T17:08:53.899Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-16T17:08:55.508Z] ---> fc93c96105a8 [2021-03-16T17:08:55.508Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-16T17:08:56.597Z] ---> 5f8db384e059 [2021-03-16T17:08:56.597Z] 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-16T17:08:56.874Z] ---> Running in 2bb5e2d05b8c [2021-03-16T17:09:00.278Z] Removing intermediate container 2bb5e2d05b8c [2021-03-16T17:09:00.278Z] ---> 9e60b5402e87 [2021-03-16T17:09:00.278Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-16T17:09:00.278Z] ---> Running in d96cf5a11571 [2021-03-16T17:09:00.874Z] Removing intermediate container d96cf5a11571 [2021-03-16T17:09:00.874Z] ---> 42124ef398c1 [2021-03-16T17:09:00.874Z] Step 22/24 : LABEL arch=arm64 [2021-03-16T17:09:01.150Z] ---> Running in d60b8adffc55 [2021-03-16T17:09:01.751Z] Removing intermediate container d60b8adffc55 [2021-03-16T17:09:01.751Z] ---> bae47ce57f70 [2021-03-16T17:09:01.751Z] Step 23/24 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:01.751Z] ---> Running in db180a01da5b [2021-03-16T17:09:02.358Z] Removing intermediate container db180a01da5b [2021-03-16T17:09:02.358Z] ---> b8dd423c9c64 [2021-03-16T17:09:02.358Z] Step 24/24 : LABEL version=2.0.0-dev.129 [2021-03-16T17:09:02.632Z] ---> Running in ffb09f8a96af [2021-03-16T17:09:03.233Z] Removing intermediate container ffb09f8a96af [2021-03-16T17:09:03.233Z] ---> e11a51484654 [2021-03-16T17:09:03.233Z] [2021-03-16T17:09:03.838Z] Successfully built e11a51484654 [2021-03-16T17:09:03.838Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-16T17:09:14.010Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container eecbd52f6804 [2021-03-16T17:09:14.010Z] ---> ed3546dd6a70 [2021-03-16T17:09:14.010Z] [2021-03-16T17:09:14.010Z] Step 10/22 : FROM alpine:3.12 [2021-03-16T17:09:14.010Z] ---> d10569e2745f [2021-03-16T17:09:14.010Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-16T17:09:14.010Z] ---> Running in 437cb74d80b6 [2021-03-16T17:09:14.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:09:14.987Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:09:15.581Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-16T17:09:15.581Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-16T17:09:15.581Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:09:15.581Z] Executing ca-certificates-20191127-r4.trigger [2021-03-16T17:09:15.850Z] OK: 6 MiB in 16 packages [2021-03-16T17:09:17.821Z] Removing intermediate container 437cb74d80b6 [2021-03-16T17:09:17.822Z] ---> baef085c583d [2021-03-16T17:09:17.822Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-16T17:09:17.822Z] ---> Running in 47fe1d4153c6 [2021-03-16T17:09:18.801Z] Removing intermediate container 47fe1d4153c6 [2021-03-16T17:09:18.801Z] ---> 5f4a85b114b4 [2021-03-16T17:09:18.801Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-16T17:09:19.076Z] ---> Running in 73f9721efe4d [2021-03-16T17:09:19.670Z] Removing intermediate container 73f9721efe4d [2021-03-16T17:09:19.670Z] ---> 0f516afb5dbe [2021-03-16T17:09:19.670Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-16T17:09:19.943Z] Removing intermediate container 2f1549534f89 [2021-03-16T17:09:19.943Z] ---> cb9e59412df8 [2021-03-16T17:09:19.943Z] [2021-03-16T17:09:19.943Z] Step 10/23 : FROM alpine:3.12 [2021-03-16T17:09:19.943Z] ---> d10569e2745f [2021-03-16T17:09:19.943Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-16T17:09:19.943Z] ---> Running in 7d37009a6b66 [2021-03-16T17:09:20.214Z] ---> Running in 7ae2db1f1660 [2021-03-16T17:09:20.485Z] Removing intermediate container 7d37009a6b66 [2021-03-16T17:09:20.485Z] ---> 3d8fe3b79810 [2021-03-16T17:09:20.485Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:09:20.758Z] Removing intermediate container 7ae2db1f1660 [2021-03-16T17:09:20.758Z] ---> 952fed4b6881 [2021-03-16T17:09:20.758Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-16T17:09:20.758Z] ---> Running in 13d90ad7d601 [2021-03-16T17:09:21.349Z] Removing intermediate container 13d90ad7d601 [2021-03-16T17:09:21.349Z] ---> 5c68ca4bb5bd [2021-03-16T17:09:21.349Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-16T17:09:21.349Z] ---> 3acbfbcc7b42 [2021-03-16T17:09:21.349Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-16T17:09:21.349Z] ---> Running in dbec50acb592 [2021-03-16T17:09:21.946Z] Removing intermediate container dbec50acb592 [2021-03-16T17:09:21.946Z] ---> 490ca5c0e150 [2021-03-16T17:09:21.946Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-16T17:09:22.222Z] ---> Running in 79cdf3f5eb7a [2021-03-16T17:09:22.500Z] ---> 92871ed3b53d [2021-03-16T17:09:22.500Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-16T17:09:23.488Z] ---> 078fccf58ea9 [2021-03-16T17:09:23.488Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-16T17:09:23.488Z] ---> Running in 4612a721aad9 [2021-03-16T17:09:23.793Z] Removing intermediate container 4612a721aad9 [2021-03-16T17:09:23.793Z] ---> cbaf04b6eea3 [2021-03-16T17:09:23.793Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:09:24.070Z] ---> Running in 128a17579ff4 [2021-03-16T17:09:24.674Z] Removing intermediate container 128a17579ff4 [2021-03-16T17:09:24.675Z] ---> 0e535afe4b41 [2021-03-16T17:09:24.675Z] Step 20/22 : LABEL arch=arm64 [2021-03-16T17:09:24.675Z] Removing intermediate container 79cdf3f5eb7a [2021-03-16T17:09:24.675Z] ---> 3a8f35d2bfc1 [2021-03-16T17:09:24.675Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-16T17:09:24.675Z] ---> Running in e309ed72b317 [2021-03-16T17:09:24.675Z] ---> Running in 6378b7cbc7bd [2021-03-16T17:09:25.268Z] Removing intermediate container e309ed72b317 [2021-03-16T17:09:25.268Z] ---> 92575b1866e4 [2021-03-16T17:09:25.268Z] Step 21/22 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:25.544Z] ---> Running in 74bce0a75566 [2021-03-16T17:09:25.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-16T17:09:25.818Z] Removing intermediate container 74bce0a75566 [2021-03-16T17:09:25.818Z] ---> 7f74282bbc84 [2021-03-16T17:09:25.818Z] Step 22/22 : LABEL version=2.0.0-dev.129 [2021-03-16T17:09:26.094Z] ---> Running in 79c9d187d9f0 [2021-03-16T17:09:26.374Z] Removing intermediate container 79c9d187d9f0 [2021-03-16T17:09:26.374Z] ---> bfac166033f6 [2021-03-16T17:09:26.374Z] [2021-03-16T17:09:26.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-16T17:09:26.656Z] Successfully built bfac166033f6 [2021-03-16T17:09:26.933Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-16T17:09:27.534Z]  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-03-16T17:09:27.534Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-16T17:09:27.807Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-16T17:09:27.807Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-16T17:09:28.400Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-16T17:09:28.400Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-16T17:09:28.400Z] Executing busybox-1.31.1-r19.trigger [2021-03-16T17:09:28.400Z] OK: 8 MiB in 20 packages [2021-03-16T17:09:29.841Z] Removing intermediate container 6378b7cbc7bd [2021-03-16T17:09:29.841Z] ---> 6b37f508d502 [2021-03-16T17:09:29.841Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-16T17:09:30.435Z] ---> 101a91c004c7 [2021-03-16T17:09:30.435Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-16T17:09:31.876Z] ---> efe2d32986bf [2021-03-16T17:09:31.876Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-16T17:09:32.467Z] ---> c7fa224ae94d [2021-03-16T17:09:32.467Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-16T17:09:32.467Z] ---> Running in a12a13517549 [2021-03-16T17:09:33.071Z] Removing intermediate container a12a13517549 [2021-03-16T17:09:33.071Z] ---> 93cc55a4b0ab [2021-03-16T17:09:33.071Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-16T17:09:33.071Z] ---> Running in c8925498b5d3 [2021-03-16T17:09:33.668Z] Removing intermediate container c8925498b5d3 [2021-03-16T17:09:33.668Z] ---> 10639ffaf17b [2021-03-16T17:09:33.668Z] Step 21/23 : LABEL arch=arm64 [2021-03-16T17:09:33.668Z] ---> Running in 3240d961f7cc [2021-03-16T17:09:34.260Z] Removing intermediate container 3240d961f7cc [2021-03-16T17:09:34.260Z] ---> 6907d2d3ed25 [2021-03-16T17:09:34.260Z] Step 22/23 : LABEL git_sha=4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:34.260Z] ---> Running in 1b03b9868ed3 [2021-03-16T17:09:34.856Z] Removing intermediate container 1b03b9868ed3 [2021-03-16T17:09:34.856Z] ---> c524bdd9a4df [2021-03-16T17:09:34.856Z] Step 23/23 : LABEL version=2.0.0-dev.129 [2021-03-16T17:09:34.856Z] ---> Running in d9cf6dd4e735 [2021-03-16T17:09:35.448Z] Removing intermediate container d9cf6dd4e735 [2021-03-16T17:09:35.448Z] ---> be1a86c6e960 [2021-03-16T17:09:35.448Z] [2021-03-16T17:09:35.722Z] Successfully built be1a86c6e960 [2021-03-16T17:09:35.722Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-16T17:09:36.009Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-16T17:09:36.066Z] $ docker stop --time=1 3113aad0377913add2269826ca15ed1565b7264d8d96fb2bf9b9ef336b333207 [2021-03-16T17:09:37.966Z] $ docker rm -f 3113aad0377913add2269826ca15ed1565b7264d8d96fb2bf9b9ef336b333207 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-16T17:09:38.581Z] + grep docker [2021-03-16T17:09:38.581Z] + docker images [2021-03-16T17:09:38.852Z] docker-core-data-go-arm64 latest be1a86c6e960 3 seconds ago 21.3MB [2021-03-16T17:09:38.852Z] docker-support-notifications-go-arm64 latest bfac166033f6 12 seconds ago 16.9MB [2021-03-16T17:09:38.852Z] docker-security-secretstore-setup-go-arm64 latest e11a51484654 36 seconds ago 23.7MB [2021-03-16T17:09:38.852Z] docker-core-metadata-go-arm64 latest 9f4ee51a64bb 55 seconds ago 17.9MB [2021-03-16T17:09:38.852Z] docker-sys-mgmt-agent-go-arm64 latest f15427ce7df0 About a minute ago 300MB [2021-03-16T17:09:38.852Z] docker-security-bootstrapper-go-arm64 latest 219d847221c9 2 minutes ago 17.8MB [2021-03-16T17:09:38.852Z] docker-support-scheduler-go-arm64 latest e88fe7c8b836 3 minutes ago 16.3MB [2021-03-16T17:09:38.852Z] docker-core-command-go-arm64 latest 959c6415ecf1 3 minutes ago 16.2MB [2021-03-16T17:09:38.852Z] docker-security-proxy-setup-go-arm64 latest a7eccd42ce4e 3 minutes ago 23.4MB [2021-03-16T17:09:38.852Z] docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-16T17:09:39.330Z] provisioning config files... [2021-03-16T17:09:39.372Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/396@tmp/config7098544839296418556tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:09:39.767Z] ---> docker-login.sh [2021-03-16T17:09:39.767Z] nexus3.edgexfoundry.org:10001 [2021-03-16T17:09:40.037Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:09:40.310Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:09:40.310Z] Configure a credential helper to remove this warning. See [2021-03-16T17:09:40.310Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:09:40.310Z] [2021-03-16T17:09:40.310Z] Login Succeeded [2021-03-16T17:09:40.310Z] nexus3.edgexfoundry.org:10002 [2021-03-16T17:09:40.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:09:40.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:09:40.579Z] Configure a credential helper to remove this warning. See [2021-03-16T17:09:40.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:09:40.579Z] [2021-03-16T17:09:40.579Z] Login Succeeded [2021-03-16T17:09:40.850Z] nexus3.edgexfoundry.org:10003 [2021-03-16T17:09:41.122Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:09:41.122Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:09:41.122Z] Configure a credential helper to remove this warning. See [2021-03-16T17:09:41.122Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:09:41.122Z] [2021-03-16T17:09:41.122Z] Login Succeeded [2021-03-16T17:09:41.122Z] nexus3.edgexfoundry.org:10004 [2021-03-16T17:09:41.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:09:41.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:09:41.715Z] Configure a credential helper to remove this warning. See [2021-03-16T17:09:41.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:09:41.715Z] [2021-03-16T17:09:41.715Z] Login Succeeded [2021-03-16T17:09:41.715Z] docker.io [2021-03-16T17:09:41.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-16T17:09:42.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-16T17:09:42.578Z] Configure a credential helper to remove this warning. See [2021-03-16T17:09:42.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-16T17:09:42.578Z] [2021-03-16T17:09:42.578Z] Login Succeeded [2021-03-16T17:09:42.578Z] ---> docker-login.sh ends [Pipeline] } [2021-03-16T17:09:42.594Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:09:42.826Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2021-03-16T17:09:42.826Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:42.826Z] 2.0.0-dev.129 [2021-03-16T17:09:42.826Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:09:42.826Z] master [2021-03-16T17:09:42.826Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:43.372Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:43.719Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:43.719Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-16T17:09:43.719Z] 82605c25baec: Preparing [2021-03-16T17:09:43.719Z] a915ba773560: Preparing [2021-03-16T17:09:43.719Z] 706f0eac2a81: Preparing [2021-03-16T17:09:43.719Z] b27a3ff170c3: Preparing [2021-03-16T17:09:43.719Z] 02a88cfff88f: Preparing [2021-03-16T17:09:43.991Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:43.991Z] 706f0eac2a81: Pushed [2021-03-16T17:09:43.991Z] b27a3ff170c3: Pushed [2021-03-16T17:09:43.991Z] 82605c25baec: Pushed [2021-03-16T17:09:46.594Z] a915ba773560: Pushed [2021-03-16T17:09:46.594Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:60d3849a7177d9f6abcd6c1b2f4e8529ba85a45c1dbfcc93132dc56a2254c825 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:46.935Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:47.269Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.129 [2021-03-16T17:09:47.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-16T17:09:47.269Z] 82605c25baec: Preparing [2021-03-16T17:09:47.269Z] a915ba773560: Preparing [2021-03-16T17:09:47.269Z] 706f0eac2a81: Preparing [2021-03-16T17:09:47.269Z] b27a3ff170c3: Preparing [2021-03-16T17:09:47.269Z] 02a88cfff88f: Preparing [2021-03-16T17:09:47.269Z] 82605c25baec: Layer already exists [2021-03-16T17:09:47.269Z] 706f0eac2a81: Layer already exists [2021-03-16T17:09:47.269Z] a915ba773560: Layer already exists [2021-03-16T17:09:47.269Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:47.269Z] b27a3ff170c3: Layer already exists [2021-03-16T17:09:47.538Z] 2.0.0-dev.129: digest: sha256:60d3849a7177d9f6abcd6c1b2f4e8529ba85a45c1dbfcc93132dc56a2254c825 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:47.881Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:48.293Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:09:48.293Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-16T17:09:48.293Z] 82605c25baec: Preparing [2021-03-16T17:09:48.293Z] a915ba773560: Preparing [2021-03-16T17:09:48.293Z] 706f0eac2a81: Preparing [2021-03-16T17:09:48.293Z] b27a3ff170c3: Preparing [2021-03-16T17:09:48.293Z] 02a88cfff88f: Preparing [2021-03-16T17:09:48.293Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:48.293Z] a915ba773560: Layer already exists [2021-03-16T17:09:48.293Z] 706f0eac2a81: Layer already exists [2021-03-16T17:09:48.293Z] 82605c25baec: Layer already exists [2021-03-16T17:09:48.293Z] b27a3ff170c3: Layer already exists [2021-03-16T17:09:48.571Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:60d3849a7177d9f6abcd6c1b2f4e8529ba85a45c1dbfcc93132dc56a2254c825 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:48.926Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:49.279Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2021-03-16T17:09:49.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2021-03-16T17:09:49.280Z] 82605c25baec: Preparing [2021-03-16T17:09:49.280Z] a915ba773560: Preparing [2021-03-16T17:09:49.280Z] 706f0eac2a81: Preparing [2021-03-16T17:09:49.280Z] b27a3ff170c3: Preparing [2021-03-16T17:09:49.280Z] 02a88cfff88f: Preparing [2021-03-16T17:09:49.280Z] b27a3ff170c3: Layer already exists [2021-03-16T17:09:49.280Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:49.280Z] 706f0eac2a81: Layer already exists [2021-03-16T17:09:49.280Z] a915ba773560: Layer already exists [2021-03-16T17:09:49.280Z] 82605c25baec: Layer already exists [2021-03-16T17:09:49.560Z] master: digest: sha256:60d3849a7177d9f6abcd6c1b2f4e8529ba85a45c1dbfcc93132dc56a2254c825 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:09:49.766Z] ===================================================== [Pipeline] echo [2021-03-16T17:09:49.810Z] taggedImages: [2021-03-16T17:09:49.810Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:49.810Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:2.0.0-dev.129 [2021-03-16T17:09:49.810Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:09:49.810Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2021-03-16T17:09:49.875Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2021-03-16T17:09:49.875Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:49.875Z] 2.0.0-dev.129 [2021-03-16T17:09:49.875Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:09:49.875Z] master [2021-03-16T17:09:49.875Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:50.386Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:50.716Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:50.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-16T17:09:50.717Z] 814c6cfe8317: Preparing [2021-03-16T17:09:50.717Z] bf683bee0d1d: Preparing [2021-03-16T17:09:50.717Z] 706f0eac2a81: Preparing [2021-03-16T17:09:50.717Z] b74d5e4e8ee5: Preparing [2021-03-16T17:09:50.717Z] 4b9015ddbea4: Preparing [2021-03-16T17:09:50.717Z] 02a88cfff88f: Preparing [2021-03-16T17:09:50.717Z] 02a88cfff88f: Waiting [2021-03-16T17:09:51.004Z] 706f0eac2a81: Layer already exists [2021-03-16T17:09:51.004Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:51.004Z] 4b9015ddbea4: Pushed [2021-03-16T17:09:51.004Z] 814c6cfe8317: Pushed [2021-03-16T17:09:51.597Z] b74d5e4e8ee5: Pushed [2021-03-16T17:09:54.193Z] bf683bee0d1d: Pushed [2021-03-16T17:09:54.193Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:cbaec179b37b9797a26ccc61bf2b3a7feddcc1295b4350d098e6d8f8af6f80d2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:54.535Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:54.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.129 [2021-03-16T17:09:54.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-16T17:09:54.869Z] 814c6cfe8317: Preparing [2021-03-16T17:09:54.869Z] bf683bee0d1d: Preparing [2021-03-16T17:09:54.869Z] 706f0eac2a81: Preparing [2021-03-16T17:09:54.869Z] b74d5e4e8ee5: Preparing [2021-03-16T17:09:54.869Z] 4b9015ddbea4: Preparing [2021-03-16T17:09:54.869Z] 02a88cfff88f: Preparing [2021-03-16T17:09:54.869Z] 02a88cfff88f: Waiting [2021-03-16T17:09:54.869Z] bf683bee0d1d: Layer already exists [2021-03-16T17:09:54.869Z] 706f0eac2a81: Layer already exists [2021-03-16T17:09:54.869Z] 4b9015ddbea4: Layer already exists [2021-03-16T17:09:54.869Z] 814c6cfe8317: Layer already exists [2021-03-16T17:09:54.869Z] b74d5e4e8ee5: Layer already exists [2021-03-16T17:09:54.869Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:55.139Z] 2.0.0-dev.129: digest: sha256:cbaec179b37b9797a26ccc61bf2b3a7feddcc1295b4350d098e6d8f8af6f80d2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:55.746Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:56.081Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:09:56.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-16T17:09:56.081Z] 814c6cfe8317: Preparing [2021-03-16T17:09:56.081Z] bf683bee0d1d: Preparing [2021-03-16T17:09:56.081Z] 706f0eac2a81: Preparing [2021-03-16T17:09:56.081Z] b74d5e4e8ee5: Preparing [2021-03-16T17:09:56.081Z] 4b9015ddbea4: Preparing [2021-03-16T17:09:56.081Z] 02a88cfff88f: Preparing [2021-03-16T17:09:56.081Z] 02a88cfff88f: Waiting [2021-03-16T17:09:56.081Z] b74d5e4e8ee5: Layer already exists [2021-03-16T17:09:56.081Z] bf683bee0d1d: Layer already exists [2021-03-16T17:09:56.081Z] 814c6cfe8317: Layer already exists [2021-03-16T17:09:56.081Z] 4b9015ddbea4: Layer already exists [2021-03-16T17:09:56.081Z] 706f0eac2a81: Layer already exists [2021-03-16T17:09:56.351Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:56.351Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:cbaec179b37b9797a26ccc61bf2b3a7feddcc1295b4350d098e6d8f8af6f80d2 size: 1572 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:56.689Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:57.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2021-03-16T17:09:57.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2021-03-16T17:09:57.031Z] 814c6cfe8317: Preparing [2021-03-16T17:09:57.031Z] bf683bee0d1d: Preparing [2021-03-16T17:09:57.031Z] 706f0eac2a81: Preparing [2021-03-16T17:09:57.031Z] b74d5e4e8ee5: Preparing [2021-03-16T17:09:57.031Z] 4b9015ddbea4: Preparing [2021-03-16T17:09:57.031Z] 02a88cfff88f: Preparing [2021-03-16T17:09:57.031Z] 02a88cfff88f: Waiting [2021-03-16T17:09:57.031Z] 4b9015ddbea4: Layer already exists [2021-03-16T17:09:57.031Z] 814c6cfe8317: Layer already exists [2021-03-16T17:09:57.031Z] 706f0eac2a81: Layer already exists [2021-03-16T17:09:57.031Z] bf683bee0d1d: Layer already exists [2021-03-16T17:09:57.031Z] b74d5e4e8ee5: Layer already exists [2021-03-16T17:09:57.304Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:57.304Z] master: digest: sha256:cbaec179b37b9797a26ccc61bf2b3a7feddcc1295b4350d098e6d8f8af6f80d2 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:09:57.508Z] ===================================================== [Pipeline] echo [2021-03-16T17:09:57.566Z] taggedImages: [2021-03-16T17:09:57.566Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:57.566Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:2.0.0-dev.129 [2021-03-16T17:09:57.566Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:09:57.566Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2021-03-16T17:09:57.634Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2021-03-16T17:09:57.634Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:57.634Z] 2.0.0-dev.129 [2021-03-16T17:09:57.634Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:09:57.634Z] master [2021-03-16T17:09:57.634Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:58.150Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:09:58.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:09:58.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-16T17:09:58.484Z] 4a5a000da740: Preparing [2021-03-16T17:09:58.484Z] 93558ce07399: Preparing [2021-03-16T17:09:58.484Z] 706f0eac2a81: Preparing [2021-03-16T17:09:58.484Z] 5c91ace6abf2: Preparing [2021-03-16T17:09:58.484Z] 02a88cfff88f: Preparing [2021-03-16T17:09:58.759Z] 02a88cfff88f: Layer already exists [2021-03-16T17:09:58.759Z] 706f0eac2a81: Layer already exists [2021-03-16T17:09:58.759Z] 5c91ace6abf2: Pushed [2021-03-16T17:09:58.759Z] 4a5a000da740: Pushed [2021-03-16T17:10:01.359Z] 93558ce07399: Pushed [2021-03-16T17:10:01.633Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:e760887b270756e623d6c3559f39e5e81cc2ea88cbcc58afd35f20d0cfcddbe8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:01.977Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:02.312Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:02.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-16T17:10:02.313Z] 4a5a000da740: Preparing [2021-03-16T17:10:02.313Z] 93558ce07399: Preparing [2021-03-16T17:10:02.313Z] 706f0eac2a81: Preparing [2021-03-16T17:10:02.313Z] 5c91ace6abf2: Preparing [2021-03-16T17:10:02.313Z] 02a88cfff88f: Preparing [2021-03-16T17:10:02.582Z] 4a5a000da740: Layer already exists [2021-03-16T17:10:02.582Z] 5c91ace6abf2: Layer already exists [2021-03-16T17:10:02.582Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:02.582Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:02.582Z] 93558ce07399: Layer already exists [2021-03-16T17:10:02.582Z] 2.0.0-dev.129: digest: sha256:e760887b270756e623d6c3559f39e5e81cc2ea88cbcc58afd35f20d0cfcddbe8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:02.923Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:03.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:03.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-16T17:10:03.257Z] 4a5a000da740: Preparing [2021-03-16T17:10:03.257Z] 93558ce07399: Preparing [2021-03-16T17:10:03.257Z] 706f0eac2a81: Preparing [2021-03-16T17:10:03.257Z] 5c91ace6abf2: Preparing [2021-03-16T17:10:03.257Z] 02a88cfff88f: Preparing [2021-03-16T17:10:03.257Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:03.257Z] 5c91ace6abf2: Layer already exists [2021-03-16T17:10:03.257Z] 93558ce07399: Layer already exists [2021-03-16T17:10:03.257Z] 4a5a000da740: Layer already exists [2021-03-16T17:10:03.257Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:03.526Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:e760887b270756e623d6c3559f39e5e81cc2ea88cbcc58afd35f20d0cfcddbe8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:03.865Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:04.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2021-03-16T17:10:04.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2021-03-16T17:10:04.199Z] 4a5a000da740: Preparing [2021-03-16T17:10:04.199Z] 93558ce07399: Preparing [2021-03-16T17:10:04.199Z] 706f0eac2a81: Preparing [2021-03-16T17:10:04.199Z] 5c91ace6abf2: Preparing [2021-03-16T17:10:04.199Z] 02a88cfff88f: Preparing [2021-03-16T17:10:04.199Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:04.199Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:04.199Z] 4a5a000da740: Layer already exists [2021-03-16T17:10:04.199Z] 5c91ace6abf2: Layer already exists [2021-03-16T17:10:04.199Z] 93558ce07399: Layer already exists [2021-03-16T17:10:04.468Z] master: digest: sha256:e760887b270756e623d6c3559f39e5e81cc2ea88cbcc58afd35f20d0cfcddbe8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:10:04.659Z] ===================================================== [Pipeline] echo [2021-03-16T17:10:04.705Z] taggedImages: [2021-03-16T17:10:04.705Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:04.705Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:04.705Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:04.705Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2021-03-16T17:10:04.778Z] [edgeXDocker.push] Tagging docker image docker-security-bootstrapper-go-arm64 with the following tags: [2021-03-16T17:10:04.778Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:04.778Z] 2.0.0-dev.129 [2021-03-16T17:10:04.778Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:04.778Z] master [2021-03-16T17:10:04.778Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:05.322Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:05.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:05.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-16T17:10:05.657Z] 0df4434c6f2f: Preparing [2021-03-16T17:10:05.657Z] 0df4434c6f2f: Preparing [2021-03-16T17:10:05.657Z] f546063c48d0: Preparing [2021-03-16T17:10:05.657Z] 139c3f2442a8: Preparing [2021-03-16T17:10:05.657Z] 53073e0001c5: Preparing [2021-03-16T17:10:05.657Z] 73f4990ff634: Preparing [2021-03-16T17:10:05.657Z] 706f0eac2a81: Preparing [2021-03-16T17:10:05.657Z] 0f20501d17c3: Preparing [2021-03-16T17:10:05.657Z] 0f20501d17c3: Preparing [2021-03-16T17:10:05.657Z] 5365a8c65ac0: Preparing [2021-03-16T17:10:05.657Z] 281ed92f71e4: Preparing [2021-03-16T17:10:05.657Z] 02a88cfff88f: Preparing [2021-03-16T17:10:05.657Z] 706f0eac2a81: Waiting [2021-03-16T17:10:05.657Z] 281ed92f71e4: Waiting [2021-03-16T17:10:05.657Z] 0f20501d17c3: Waiting [2021-03-16T17:10:05.657Z] 5365a8c65ac0: Waiting [2021-03-16T17:10:05.657Z] 02a88cfff88f: Waiting [2021-03-16T17:10:05.934Z] 139c3f2442a8: Pushed [2021-03-16T17:10:05.934Z] f546063c48d0: Pushed [2021-03-16T17:10:05.934Z] 0df4434c6f2f: Pushed [2021-03-16T17:10:05.934Z] 53073e0001c5: Pushed [2021-03-16T17:10:05.934Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:06.205Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:06.205Z] 0f20501d17c3: Pushed [2021-03-16T17:10:06.205Z] 5365a8c65ac0: Pushed [2021-03-16T17:10:06.205Z] 281ed92f71e4: Pushed [2021-03-16T17:10:09.578Z] 73f4990ff634: Pushed [2021-03-16T17:10:09.578Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:54ab2f7c4ed3e13296ca2eb4d7c2205e33bd29e87166da6a8608d1c36b2d3a34 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:09.917Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:10.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:10.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-16T17:10:10.254Z] 0df4434c6f2f: Preparing [2021-03-16T17:10:10.254Z] 0df4434c6f2f: Preparing [2021-03-16T17:10:10.254Z] f546063c48d0: Preparing [2021-03-16T17:10:10.254Z] 139c3f2442a8: Preparing [2021-03-16T17:10:10.254Z] 53073e0001c5: Preparing [2021-03-16T17:10:10.254Z] 73f4990ff634: Preparing [2021-03-16T17:10:10.254Z] 706f0eac2a81: Preparing [2021-03-16T17:10:10.254Z] 0f20501d17c3: Preparing [2021-03-16T17:10:10.254Z] 0f20501d17c3: Preparing [2021-03-16T17:10:10.254Z] 5365a8c65ac0: Preparing [2021-03-16T17:10:10.254Z] 281ed92f71e4: Preparing [2021-03-16T17:10:10.254Z] 02a88cfff88f: Preparing [2021-03-16T17:10:10.254Z] 0f20501d17c3: Waiting [2021-03-16T17:10:10.254Z] 5365a8c65ac0: Waiting [2021-03-16T17:10:10.254Z] 281ed92f71e4: Waiting [2021-03-16T17:10:10.254Z] 02a88cfff88f: Waiting [2021-03-16T17:10:10.254Z] 706f0eac2a81: Waiting [2021-03-16T17:10:10.254Z] 0df4434c6f2f: Layer already exists [2021-03-16T17:10:10.254Z] 53073e0001c5: Layer already exists [2021-03-16T17:10:10.254Z] 139c3f2442a8: Layer already exists [2021-03-16T17:10:10.254Z] 73f4990ff634: Layer already exists [2021-03-16T17:10:10.254Z] f546063c48d0: Layer already exists [2021-03-16T17:10:10.526Z] 0f20501d17c3: Layer already exists [2021-03-16T17:10:10.526Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:10.526Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:10.526Z] 281ed92f71e4: Layer already exists [2021-03-16T17:10:10.526Z] 5365a8c65ac0: Layer already exists [2021-03-16T17:10:10.526Z] 2.0.0-dev.129: digest: sha256:54ab2f7c4ed3e13296ca2eb4d7c2205e33bd29e87166da6a8608d1c36b2d3a34 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:10.865Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:11.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:11.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-16T17:10:11.244Z] 0df4434c6f2f: Preparing [2021-03-16T17:10:11.244Z] 0df4434c6f2f: Preparing [2021-03-16T17:10:11.244Z] f546063c48d0: Preparing [2021-03-16T17:10:11.244Z] 139c3f2442a8: Preparing [2021-03-16T17:10:11.244Z] 53073e0001c5: Preparing [2021-03-16T17:10:11.244Z] 73f4990ff634: Preparing [2021-03-16T17:10:11.244Z] 706f0eac2a81: Preparing [2021-03-16T17:10:11.244Z] 0f20501d17c3: Preparing [2021-03-16T17:10:11.244Z] 0f20501d17c3: Preparing [2021-03-16T17:10:11.244Z] 5365a8c65ac0: Preparing [2021-03-16T17:10:11.244Z] 281ed92f71e4: Preparing [2021-03-16T17:10:11.244Z] 02a88cfff88f: Preparing [2021-03-16T17:10:11.244Z] 706f0eac2a81: Waiting [2021-03-16T17:10:11.244Z] 0f20501d17c3: Waiting [2021-03-16T17:10:11.244Z] 5365a8c65ac0: Waiting [2021-03-16T17:10:11.244Z] 281ed92f71e4: Waiting [2021-03-16T17:10:11.244Z] 02a88cfff88f: Waiting [2021-03-16T17:10:11.244Z] f546063c48d0: Layer already exists [2021-03-16T17:10:11.244Z] 139c3f2442a8: Layer already exists [2021-03-16T17:10:11.514Z] 73f4990ff634: Layer already exists [2021-03-16T17:10:11.514Z] 53073e0001c5: Layer already exists [2021-03-16T17:10:11.514Z] 0df4434c6f2f: Layer already exists [2021-03-16T17:10:11.514Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:11.514Z] 0f20501d17c3: Layer already exists [2021-03-16T17:10:11.514Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:11.514Z] 5365a8c65ac0: Layer already exists [2021-03-16T17:10:11.514Z] 281ed92f71e4: Layer already exists [2021-03-16T17:10:11.514Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:54ab2f7c4ed3e13296ca2eb4d7c2205e33bd29e87166da6a8608d1c36b2d3a34 size: 2816 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:11.851Z] + docker tag docker-security-bootstrapper-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:12.223Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [2021-03-16T17:10:12.223Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64] [2021-03-16T17:10:12.223Z] 0df4434c6f2f: Preparing [2021-03-16T17:10:12.223Z] 0df4434c6f2f: Preparing [2021-03-16T17:10:12.223Z] f546063c48d0: Preparing [2021-03-16T17:10:12.223Z] 139c3f2442a8: Preparing [2021-03-16T17:10:12.223Z] 53073e0001c5: Preparing [2021-03-16T17:10:12.223Z] 73f4990ff634: Preparing [2021-03-16T17:10:12.223Z] 706f0eac2a81: Preparing [2021-03-16T17:10:12.223Z] 0f20501d17c3: Preparing [2021-03-16T17:10:12.223Z] 0f20501d17c3: Preparing [2021-03-16T17:10:12.223Z] 5365a8c65ac0: Preparing [2021-03-16T17:10:12.223Z] 281ed92f71e4: Preparing [2021-03-16T17:10:12.223Z] 02a88cfff88f: Preparing [2021-03-16T17:10:12.223Z] 706f0eac2a81: Waiting [2021-03-16T17:10:12.223Z] 0f20501d17c3: Waiting [2021-03-16T17:10:12.223Z] 5365a8c65ac0: Waiting [2021-03-16T17:10:12.223Z] 281ed92f71e4: Waiting [2021-03-16T17:10:12.223Z] 02a88cfff88f: Waiting [2021-03-16T17:10:12.503Z] f546063c48d0: Layer already exists [2021-03-16T17:10:12.503Z] 0df4434c6f2f: Layer already exists [2021-03-16T17:10:12.503Z] 139c3f2442a8: Layer already exists [2021-03-16T17:10:12.503Z] 73f4990ff634: Layer already exists [2021-03-16T17:10:12.503Z] 53073e0001c5: Layer already exists [2021-03-16T17:10:12.503Z] 5365a8c65ac0: Layer already exists [2021-03-16T17:10:12.503Z] 0f20501d17c3: Layer already exists [2021-03-16T17:10:12.503Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:12.503Z] 281ed92f71e4: Layer already exists [2021-03-16T17:10:12.503Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:12.503Z] master: digest: sha256:54ab2f7c4ed3e13296ca2eb4d7c2205e33bd29e87166da6a8608d1c36b2d3a34 size: 2816 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:10:12.701Z] ===================================================== [Pipeline] echo [2021-03-16T17:10:12.748Z] taggedImages: [2021-03-16T17:10:12.748Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:12.748Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:12.748Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:12.748Z] - nexus3.edgexfoundry.org:10004/docker-security-bootstrapper-go-arm64:master [Pipeline] echo [2021-03-16T17:10:12.814Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2021-03-16T17:10:12.814Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:12.814Z] 2.0.0-dev.129 [2021-03-16T17:10:12.814Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:12.814Z] master [2021-03-16T17:10:12.814Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:13.330Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:13.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:13.681Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-16T17:10:13.681Z] 1b5583c5cd71: Preparing [2021-03-16T17:10:13.681Z] 8d3a2f433929: Preparing [2021-03-16T17:10:13.681Z] 9e1d0cb71948: Preparing [2021-03-16T17:10:13.681Z] 0e292eb28155: Preparing [2021-03-16T17:10:13.681Z] 8c384b1cd32d: Preparing [2021-03-16T17:10:13.681Z] 02a88cfff88f: Preparing [2021-03-16T17:10:13.681Z] 02a88cfff88f: Waiting [2021-03-16T17:10:13.952Z] 0e292eb28155: Pushed [2021-03-16T17:10:13.952Z] 9e1d0cb71948: Pushed [2021-03-16T17:10:14.226Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:14.495Z] 8c384b1cd32d: Pushed [2021-03-16T17:10:16.464Z] 1b5583c5cd71: Pushed [2021-03-16T17:10:16.464Z] 8d3a2f433929: Pushed [2021-03-16T17:10:16.464Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:596caf1ce85404a3e3fc7aed3f2160289fc1fe2a6944c4dcfd28a761700a9ddb size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:16.804Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:17.144Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:17.144Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-16T17:10:17.144Z] 1b5583c5cd71: Preparing [2021-03-16T17:10:17.144Z] 8d3a2f433929: Preparing [2021-03-16T17:10:17.144Z] 9e1d0cb71948: Preparing [2021-03-16T17:10:17.144Z] 0e292eb28155: Preparing [2021-03-16T17:10:17.144Z] 8c384b1cd32d: Preparing [2021-03-16T17:10:17.144Z] 02a88cfff88f: Preparing [2021-03-16T17:10:17.144Z] 02a88cfff88f: Waiting [2021-03-16T17:10:17.144Z] 1b5583c5cd71: Layer already exists [2021-03-16T17:10:17.144Z] 9e1d0cb71948: Layer already exists [2021-03-16T17:10:17.144Z] 8d3a2f433929: Layer already exists [2021-03-16T17:10:17.144Z] 8c384b1cd32d: Layer already exists [2021-03-16T17:10:17.144Z] 0e292eb28155: Layer already exists [2021-03-16T17:10:17.413Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:17.413Z] 2.0.0-dev.129: digest: sha256:596caf1ce85404a3e3fc7aed3f2160289fc1fe2a6944c4dcfd28a761700a9ddb size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:17.751Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:18.082Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:18.082Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-16T17:10:18.082Z] 1b5583c5cd71: Preparing [2021-03-16T17:10:18.082Z] 8d3a2f433929: Preparing [2021-03-16T17:10:18.082Z] 9e1d0cb71948: Preparing [2021-03-16T17:10:18.082Z] 0e292eb28155: Preparing [2021-03-16T17:10:18.082Z] 8c384b1cd32d: Preparing [2021-03-16T17:10:18.082Z] 02a88cfff88f: Preparing [2021-03-16T17:10:18.082Z] 02a88cfff88f: Waiting [2021-03-16T17:10:18.082Z] 8d3a2f433929: Layer already exists [2021-03-16T17:10:18.082Z] 1b5583c5cd71: Layer already exists [2021-03-16T17:10:18.082Z] 8c384b1cd32d: Layer already exists [2021-03-16T17:10:18.350Z] 0e292eb28155: Layer already exists [2021-03-16T17:10:18.350Z] 9e1d0cb71948: Layer already exists [2021-03-16T17:10:18.350Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:18.350Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:596caf1ce85404a3e3fc7aed3f2160289fc1fe2a6944c4dcfd28a761700a9ddb size: 1575 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:18.692Z] + 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-16T17:10:19.028Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2021-03-16T17:10:19.028Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2021-03-16T17:10:19.028Z] 1b5583c5cd71: Preparing [2021-03-16T17:10:19.028Z] 8d3a2f433929: Preparing [2021-03-16T17:10:19.028Z] 9e1d0cb71948: Preparing [2021-03-16T17:10:19.028Z] 0e292eb28155: Preparing [2021-03-16T17:10:19.028Z] 8c384b1cd32d: Preparing [2021-03-16T17:10:19.028Z] 02a88cfff88f: Preparing [2021-03-16T17:10:19.028Z] 02a88cfff88f: Waiting [2021-03-16T17:10:19.028Z] 1b5583c5cd71: Layer already exists [2021-03-16T17:10:19.028Z] 0e292eb28155: Layer already exists [2021-03-16T17:10:19.028Z] 8c384b1cd32d: Layer already exists [2021-03-16T17:10:19.028Z] 8d3a2f433929: Layer already exists [2021-03-16T17:10:19.028Z] 9e1d0cb71948: Layer already exists [2021-03-16T17:10:19.296Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:19.296Z] master: digest: sha256:596caf1ce85404a3e3fc7aed3f2160289fc1fe2a6944c4dcfd28a761700a9ddb size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:10:19.533Z] ===================================================== [Pipeline] echo [2021-03-16T17:10:19.585Z] taggedImages: [2021-03-16T17:10:19.585Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:19.585Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:19.585Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:19.585Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2021-03-16T17:10:19.654Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2021-03-16T17:10:19.654Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:19.654Z] 2.0.0-dev.129 [2021-03-16T17:10:19.654Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:19.654Z] master [2021-03-16T17:10:19.654Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:20.160Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:20.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:20.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-16T17:10:20.497Z] 2387b1e7bac0: Preparing [2021-03-16T17:10:20.497Z] 1860a2189244: Preparing [2021-03-16T17:10:20.497Z] adf71d4c3d50: Preparing [2021-03-16T17:10:20.497Z] e23243d91063: Preparing [2021-03-16T17:10:20.497Z] 4d99bbcade5b: Preparing [2021-03-16T17:10:20.497Z] fdd311a9060c: Preparing [2021-03-16T17:10:20.497Z] 9af8f94c8edd: Preparing [2021-03-16T17:10:20.497Z] 124b72315a32: Preparing [2021-03-16T17:10:20.497Z] 02a88cfff88f: Preparing [2021-03-16T17:10:20.497Z] 124b72315a32: Waiting [2021-03-16T17:10:20.497Z] fdd311a9060c: Waiting [2021-03-16T17:10:20.497Z] 9af8f94c8edd: Waiting [2021-03-16T17:10:20.497Z] 02a88cfff88f: Waiting [2021-03-16T17:10:20.795Z] 2387b1e7bac0: Pushed [2021-03-16T17:10:20.795Z] 1860a2189244: Pushed [2021-03-16T17:10:20.795Z] 4d99bbcade5b: Pushed [2021-03-16T17:10:21.073Z] fdd311a9060c: Pushed [2021-03-16T17:10:21.073Z] 9af8f94c8edd: Pushed [2021-03-16T17:10:21.073Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:21.668Z] 124b72315a32: Pushed [2021-03-16T17:10:23.095Z] e23243d91063: Pushed [2021-03-16T17:10:23.095Z] adf71d4c3d50: Pushed [2021-03-16T17:10:23.095Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:4cf257381587f33fd533ef5a814076528ec40af27a321424e117c938f326d1ed size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:23.434Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:23.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:23.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-16T17:10:23.772Z] 2387b1e7bac0: Preparing [2021-03-16T17:10:23.772Z] 1860a2189244: Preparing [2021-03-16T17:10:23.772Z] adf71d4c3d50: Preparing [2021-03-16T17:10:23.772Z] e23243d91063: Preparing [2021-03-16T17:10:23.772Z] 4d99bbcade5b: Preparing [2021-03-16T17:10:23.772Z] fdd311a9060c: Preparing [2021-03-16T17:10:23.772Z] 9af8f94c8edd: Preparing [2021-03-16T17:10:23.772Z] 124b72315a32: Preparing [2021-03-16T17:10:23.772Z] 02a88cfff88f: Preparing [2021-03-16T17:10:23.772Z] fdd311a9060c: Waiting [2021-03-16T17:10:23.772Z] 9af8f94c8edd: Waiting [2021-03-16T17:10:23.772Z] 124b72315a32: Waiting [2021-03-16T17:10:23.772Z] 02a88cfff88f: Waiting [2021-03-16T17:10:23.772Z] adf71d4c3d50: Layer already exists [2021-03-16T17:10:23.772Z] 1860a2189244: Layer already exists [2021-03-16T17:10:23.772Z] e23243d91063: Layer already exists [2021-03-16T17:10:23.772Z] 4d99bbcade5b: Layer already exists [2021-03-16T17:10:23.772Z] 2387b1e7bac0: Layer already exists [2021-03-16T17:10:23.772Z] fdd311a9060c: Layer already exists [2021-03-16T17:10:23.772Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:23.772Z] 124b72315a32: Layer already exists [2021-03-16T17:10:23.772Z] 9af8f94c8edd: Layer already exists [2021-03-16T17:10:24.042Z] 2.0.0-dev.129: digest: sha256:4cf257381587f33fd533ef5a814076528ec40af27a321424e117c938f326d1ed size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:24.390Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:24.731Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:24.731Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-16T17:10:24.731Z] 2387b1e7bac0: Preparing [2021-03-16T17:10:24.731Z] 1860a2189244: Preparing [2021-03-16T17:10:24.731Z] adf71d4c3d50: Preparing [2021-03-16T17:10:24.731Z] e23243d91063: Preparing [2021-03-16T17:10:24.731Z] 4d99bbcade5b: Preparing [2021-03-16T17:10:24.731Z] fdd311a9060c: Preparing [2021-03-16T17:10:24.731Z] 9af8f94c8edd: Preparing [2021-03-16T17:10:24.731Z] 124b72315a32: Preparing [2021-03-16T17:10:24.731Z] 02a88cfff88f: Preparing [2021-03-16T17:10:24.731Z] fdd311a9060c: Waiting [2021-03-16T17:10:24.731Z] 9af8f94c8edd: Waiting [2021-03-16T17:10:24.731Z] 124b72315a32: Waiting [2021-03-16T17:10:24.731Z] 02a88cfff88f: Waiting [2021-03-16T17:10:24.731Z] 4d99bbcade5b: Layer already exists [2021-03-16T17:10:24.731Z] e23243d91063: Layer already exists [2021-03-16T17:10:24.731Z] 1860a2189244: Layer already exists [2021-03-16T17:10:24.731Z] 2387b1e7bac0: Layer already exists [2021-03-16T17:10:24.731Z] adf71d4c3d50: Layer already exists [2021-03-16T17:10:25.001Z] 124b72315a32: Layer already exists [2021-03-16T17:10:25.002Z] fdd311a9060c: Layer already exists [2021-03-16T17:10:25.002Z] 9af8f94c8edd: Layer already exists [2021-03-16T17:10:25.002Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:25.002Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:4cf257381587f33fd533ef5a814076528ec40af27a321424e117c938f326d1ed size: 2198 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:25.344Z] + 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-16T17:10:25.680Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2021-03-16T17:10:25.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2021-03-16T17:10:25.680Z] 2387b1e7bac0: Preparing [2021-03-16T17:10:25.680Z] 1860a2189244: Preparing [2021-03-16T17:10:25.680Z] adf71d4c3d50: Preparing [2021-03-16T17:10:25.680Z] e23243d91063: Preparing [2021-03-16T17:10:25.680Z] 4d99bbcade5b: Preparing [2021-03-16T17:10:25.680Z] fdd311a9060c: Preparing [2021-03-16T17:10:25.680Z] 9af8f94c8edd: Preparing [2021-03-16T17:10:25.680Z] 124b72315a32: Preparing [2021-03-16T17:10:25.680Z] 02a88cfff88f: Preparing [2021-03-16T17:10:25.680Z] fdd311a9060c: Waiting [2021-03-16T17:10:25.680Z] 124b72315a32: Waiting [2021-03-16T17:10:25.680Z] 9af8f94c8edd: Waiting [2021-03-16T17:10:25.680Z] 02a88cfff88f: Waiting [2021-03-16T17:10:25.680Z] 1860a2189244: Layer already exists [2021-03-16T17:10:25.680Z] e23243d91063: Layer already exists [2021-03-16T17:10:25.680Z] 4d99bbcade5b: Layer already exists [2021-03-16T17:10:25.680Z] 2387b1e7bac0: Layer already exists [2021-03-16T17:10:25.680Z] adf71d4c3d50: Layer already exists [2021-03-16T17:10:25.680Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:25.680Z] 9af8f94c8edd: Layer already exists [2021-03-16T17:10:25.680Z] fdd311a9060c: Layer already exists [2021-03-16T17:10:25.680Z] 124b72315a32: Layer already exists [2021-03-16T17:10:25.950Z] master: digest: sha256:4cf257381587f33fd533ef5a814076528ec40af27a321424e117c938f326d1ed size: 2198 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:10:26.147Z] ===================================================== [Pipeline] echo [2021-03-16T17:10:26.193Z] taggedImages: [2021-03-16T17:10:26.193Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:26.193Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:26.193Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:26.193Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2021-03-16T17:10:26.277Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2021-03-16T17:10:26.277Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:26.277Z] 2.0.0-dev.129 [2021-03-16T17:10:26.277Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:26.277Z] master [2021-03-16T17:10:26.277Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:26.782Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:27.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:27.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-16T17:10:27.130Z] 6c525e8b7542: Preparing [2021-03-16T17:10:27.130Z] 0593b1fd7b36: Preparing [2021-03-16T17:10:27.130Z] 706f0eac2a81: Preparing [2021-03-16T17:10:27.130Z] 94ea955b0c32: Preparing [2021-03-16T17:10:27.130Z] 02a88cfff88f: Preparing [2021-03-16T17:10:27.400Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:27.400Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:27.400Z] 6c525e8b7542: Pushed [2021-03-16T17:10:27.674Z] 94ea955b0c32: Pushed [2021-03-16T17:10:30.279Z] 0593b1fd7b36: Pushed [2021-03-16T17:10:30.279Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:e0781bfc69db430f1b57d2771924cbd551e90c27618f8593f9eacaf4768a93bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:30.620Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:30.955Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:30.955Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-16T17:10:30.955Z] 6c525e8b7542: Preparing [2021-03-16T17:10:30.955Z] 0593b1fd7b36: Preparing [2021-03-16T17:10:30.955Z] 706f0eac2a81: Preparing [2021-03-16T17:10:30.955Z] 94ea955b0c32: Preparing [2021-03-16T17:10:30.955Z] 02a88cfff88f: Preparing [2021-03-16T17:10:30.955Z] 0593b1fd7b36: Layer already exists [2021-03-16T17:10:30.955Z] 6c525e8b7542: Layer already exists [2021-03-16T17:10:30.955Z] 94ea955b0c32: Layer already exists [2021-03-16T17:10:30.955Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:30.955Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:31.226Z] 2.0.0-dev.129: digest: sha256:e0781bfc69db430f1b57d2771924cbd551e90c27618f8593f9eacaf4768a93bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:31.566Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:31.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:31.902Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-16T17:10:31.902Z] 6c525e8b7542: Preparing [2021-03-16T17:10:31.902Z] 0593b1fd7b36: Preparing [2021-03-16T17:10:31.902Z] 706f0eac2a81: Preparing [2021-03-16T17:10:31.902Z] 94ea955b0c32: Preparing [2021-03-16T17:10:31.902Z] 02a88cfff88f: Preparing [2021-03-16T17:10:31.902Z] 94ea955b0c32: Layer already exists [2021-03-16T17:10:31.902Z] 6c525e8b7542: Layer already exists [2021-03-16T17:10:31.902Z] 0593b1fd7b36: Layer already exists [2021-03-16T17:10:31.902Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:31.902Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:32.173Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:e0781bfc69db430f1b57d2771924cbd551e90c27618f8593f9eacaf4768a93bf size: 1364 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:32.514Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:32.852Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2021-03-16T17:10:32.852Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2021-03-16T17:10:32.852Z] 6c525e8b7542: Preparing [2021-03-16T17:10:32.852Z] 0593b1fd7b36: Preparing [2021-03-16T17:10:32.852Z] 706f0eac2a81: Preparing [2021-03-16T17:10:32.852Z] 94ea955b0c32: Preparing [2021-03-16T17:10:32.852Z] 02a88cfff88f: Preparing [2021-03-16T17:10:32.852Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:32.852Z] 94ea955b0c32: Layer already exists [2021-03-16T17:10:32.852Z] 0593b1fd7b36: Layer already exists [2021-03-16T17:10:32.852Z] 6c525e8b7542: Layer already exists [2021-03-16T17:10:32.852Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:33.122Z] master: digest: sha256:e0781bfc69db430f1b57d2771924cbd551e90c27618f8593f9eacaf4768a93bf size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:10:33.335Z] ===================================================== [Pipeline] echo [2021-03-16T17:10:33.382Z] taggedImages: [2021-03-16T17:10:33.382Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:33.382Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:33.382Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:33.382Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2021-03-16T17:10:33.451Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2021-03-16T17:10:33.451Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:33.451Z] 2.0.0-dev.129 [2021-03-16T17:10:33.451Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:33.451Z] master [2021-03-16T17:10:33.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:34.053Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:34.388Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:34.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-16T17:10:34.388Z] 163956e4be19: Preparing [2021-03-16T17:10:34.388Z] e2be3ccadd51: Preparing [2021-03-16T17:10:34.388Z] 706f0eac2a81: Preparing [2021-03-16T17:10:34.388Z] 5c91ace6abf2: Preparing [2021-03-16T17:10:34.388Z] 02a88cfff88f: Preparing [2021-03-16T17:10:34.658Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:34.658Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:34.658Z] 5c91ace6abf2: Layer already exists [2021-03-16T17:10:34.658Z] 163956e4be19: Pushed [2021-03-16T17:10:37.266Z] e2be3ccadd51: Pushed [2021-03-16T17:10:37.535Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:530d16a6cc11d039d9f3f8ac6978516ae8698215cdaa4aadd6e18008089e8ad8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:37.874Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:38.203Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:38.203Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-16T17:10:38.203Z] 163956e4be19: Preparing [2021-03-16T17:10:38.203Z] e2be3ccadd51: Preparing [2021-03-16T17:10:38.203Z] 706f0eac2a81: Preparing [2021-03-16T17:10:38.203Z] 5c91ace6abf2: Preparing [2021-03-16T17:10:38.203Z] 02a88cfff88f: Preparing [2021-03-16T17:10:38.203Z] 163956e4be19: Layer already exists [2021-03-16T17:10:38.203Z] e2be3ccadd51: Layer already exists [2021-03-16T17:10:38.203Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:38.203Z] 5c91ace6abf2: Layer already exists [2021-03-16T17:10:38.203Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:38.482Z] 2.0.0-dev.129: digest: sha256:530d16a6cc11d039d9f3f8ac6978516ae8698215cdaa4aadd6e18008089e8ad8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:38.855Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:39.305Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:39.305Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-16T17:10:39.305Z] 163956e4be19: Preparing [2021-03-16T17:10:39.305Z] e2be3ccadd51: Preparing [2021-03-16T17:10:39.305Z] 706f0eac2a81: Preparing [2021-03-16T17:10:39.305Z] 5c91ace6abf2: Preparing [2021-03-16T17:10:39.305Z] 02a88cfff88f: Preparing [2021-03-16T17:10:39.305Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:39.305Z] e2be3ccadd51: Layer already exists [2021-03-16T17:10:39.305Z] 5c91ace6abf2: Layer already exists [2021-03-16T17:10:39.305Z] 163956e4be19: Layer already exists [2021-03-16T17:10:39.305Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:39.579Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:530d16a6cc11d039d9f3f8ac6978516ae8698215cdaa4aadd6e18008089e8ad8 size: 1363 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:39.922Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:40.254Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2021-03-16T17:10:40.254Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2021-03-16T17:10:40.254Z] 163956e4be19: Preparing [2021-03-16T17:10:40.254Z] e2be3ccadd51: Preparing [2021-03-16T17:10:40.254Z] 706f0eac2a81: Preparing [2021-03-16T17:10:40.254Z] 5c91ace6abf2: Preparing [2021-03-16T17:10:40.254Z] 02a88cfff88f: Preparing [2021-03-16T17:10:40.254Z] 706f0eac2a81: Layer already exists [2021-03-16T17:10:40.254Z] e2be3ccadd51: Layer already exists [2021-03-16T17:10:40.254Z] 5c91ace6abf2: Layer already exists [2021-03-16T17:10:40.254Z] 02a88cfff88f: Layer already exists [2021-03-16T17:10:40.254Z] 163956e4be19: Layer already exists [2021-03-16T17:10:40.525Z] master: digest: sha256:530d16a6cc11d039d9f3f8ac6978516ae8698215cdaa4aadd6e18008089e8ad8 size: 1363 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:10:40.808Z] ===================================================== [Pipeline] echo [2021-03-16T17:10:40.854Z] taggedImages: [2021-03-16T17:10:40.854Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:40.854Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:40.854Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:40.854Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2021-03-16T17:10:40.918Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2021-03-16T17:10:40.919Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:40.919Z] 2.0.0-dev.129 [2021-03-16T17:10:40.919Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:40.919Z] master [2021-03-16T17:10:40.919Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:41.464Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:41.797Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:41.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-16T17:10:41.797Z] 10f91efb0fa4: Preparing [2021-03-16T17:10:41.797Z] dffa65c1bc12: Preparing [2021-03-16T17:10:41.797Z] 4a2ee7df10c4: Preparing [2021-03-16T17:10:41.797Z] 5657d4358b93: Preparing [2021-03-16T17:10:41.797Z] a04b54f90d45: Preparing [2021-03-16T17:10:41.797Z] c65eba592024: Preparing [2021-03-16T17:10:41.797Z] 529bbdbc5a29: Preparing [2021-03-16T17:10:41.797Z] 9ded3b6bb9b5: Preparing [2021-03-16T17:10:41.797Z] fa1afe8e6ed9: Preparing [2021-03-16T17:10:41.797Z] 87a09b4c083e: Preparing [2021-03-16T17:10:41.797Z] 0f74e9ff2a61: Preparing [2021-03-16T17:10:41.797Z] b122376c33c6: Preparing [2021-03-16T17:10:41.797Z] f8381ed47b22: Preparing [2021-03-16T17:10:41.797Z] e934a737d657: Preparing [2021-03-16T17:10:41.797Z] c65eba592024: Waiting [2021-03-16T17:10:41.797Z] 87a09b4c083e: Waiting [2021-03-16T17:10:41.797Z] 0f74e9ff2a61: Waiting [2021-03-16T17:10:41.797Z] b122376c33c6: Waiting [2021-03-16T17:10:41.797Z] f8381ed47b22: Waiting [2021-03-16T17:10:41.797Z] e934a737d657: Waiting [2021-03-16T17:10:41.797Z] 9ded3b6bb9b5: Waiting [2021-03-16T17:10:41.797Z] fa1afe8e6ed9: Waiting [2021-03-16T17:10:41.797Z] 529bbdbc5a29: Waiting [2021-03-16T17:10:42.391Z] a04b54f90d45: Pushed [2021-03-16T17:10:42.391Z] 10f91efb0fa4: Pushed [2021-03-16T17:10:42.987Z] 5657d4358b93: Pushed [2021-03-16T17:10:42.987Z] 9ded3b6bb9b5: Layer already exists [2021-03-16T17:10:42.987Z] fa1afe8e6ed9: Layer already exists [2021-03-16T17:10:42.987Z] 529bbdbc5a29: Pushed [2021-03-16T17:10:42.987Z] 87a09b4c083e: Layer already exists [2021-03-16T17:10:43.260Z] 0f74e9ff2a61: Layer already exists [2021-03-16T17:10:43.260Z] b122376c33c6: Layer already exists [2021-03-16T17:10:43.260Z] f8381ed47b22: Layer already exists [2021-03-16T17:10:43.260Z] e934a737d657: Layer already exists [2021-03-16T17:10:43.850Z] dffa65c1bc12: Pushed [2021-03-16T17:10:44.821Z] c65eba592024: Pushed [2021-03-16T17:10:54.942Z] 4a2ee7df10c4: Pushed [2021-03-16T17:10:54.943Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637: digest: sha256:4102de363020e921915b494b636207afc03a85b8c1fc5ff635fe62834bfee542 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:55.281Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:55.611Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:55.611Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-16T17:10:55.611Z] 10f91efb0fa4: Preparing [2021-03-16T17:10:55.611Z] dffa65c1bc12: Preparing [2021-03-16T17:10:55.611Z] 4a2ee7df10c4: Preparing [2021-03-16T17:10:55.611Z] 5657d4358b93: Preparing [2021-03-16T17:10:55.611Z] a04b54f90d45: Preparing [2021-03-16T17:10:55.611Z] c65eba592024: Preparing [2021-03-16T17:10:55.611Z] 529bbdbc5a29: Preparing [2021-03-16T17:10:55.611Z] 9ded3b6bb9b5: Preparing [2021-03-16T17:10:55.611Z] fa1afe8e6ed9: Preparing [2021-03-16T17:10:55.611Z] 87a09b4c083e: Preparing [2021-03-16T17:10:55.611Z] 0f74e9ff2a61: Preparing [2021-03-16T17:10:55.611Z] b122376c33c6: Preparing [2021-03-16T17:10:55.611Z] f8381ed47b22: Preparing [2021-03-16T17:10:55.611Z] e934a737d657: Preparing [2021-03-16T17:10:55.611Z] c65eba592024: Waiting [2021-03-16T17:10:55.611Z] 529bbdbc5a29: Waiting [2021-03-16T17:10:55.611Z] 9ded3b6bb9b5: Waiting [2021-03-16T17:10:55.611Z] fa1afe8e6ed9: Waiting [2021-03-16T17:10:55.611Z] 87a09b4c083e: Waiting [2021-03-16T17:10:55.611Z] 0f74e9ff2a61: Waiting [2021-03-16T17:10:55.611Z] b122376c33c6: Waiting [2021-03-16T17:10:55.611Z] f8381ed47b22: Waiting [2021-03-16T17:10:55.611Z] e934a737d657: Waiting [2021-03-16T17:10:55.611Z] 4a2ee7df10c4: Layer already exists [2021-03-16T17:10:55.883Z] dffa65c1bc12: Layer already exists [2021-03-16T17:10:55.883Z] a04b54f90d45: Layer already exists [2021-03-16T17:10:55.883Z] 10f91efb0fa4: Layer already exists [2021-03-16T17:10:55.883Z] 5657d4358b93: Layer already exists [2021-03-16T17:10:55.883Z] 9ded3b6bb9b5: Layer already exists [2021-03-16T17:10:55.883Z] 529bbdbc5a29: Layer already exists [2021-03-16T17:10:55.883Z] fa1afe8e6ed9: Layer already exists [2021-03-16T17:10:55.883Z] 87a09b4c083e: Layer already exists [2021-03-16T17:10:55.883Z] c65eba592024: Layer already exists [2021-03-16T17:10:55.883Z] e934a737d657: Layer already exists [2021-03-16T17:10:55.883Z] 0f74e9ff2a61: Layer already exists [2021-03-16T17:10:55.883Z] b122376c33c6: Layer already exists [2021-03-16T17:10:55.883Z] f8381ed47b22: Layer already exists [2021-03-16T17:10:55.883Z] 2.0.0-dev.129: digest: sha256:4102de363020e921915b494b636207afc03a85b8c1fc5ff635fe62834bfee542 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:56.222Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:56.555Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:56.555Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-16T17:10:56.555Z] 10f91efb0fa4: Preparing [2021-03-16T17:10:56.555Z] dffa65c1bc12: Preparing [2021-03-16T17:10:56.555Z] 4a2ee7df10c4: Preparing [2021-03-16T17:10:56.555Z] 5657d4358b93: Preparing [2021-03-16T17:10:56.555Z] a04b54f90d45: Preparing [2021-03-16T17:10:56.555Z] c65eba592024: Preparing [2021-03-16T17:10:56.555Z] 529bbdbc5a29: Preparing [2021-03-16T17:10:56.555Z] 9ded3b6bb9b5: Preparing [2021-03-16T17:10:56.555Z] fa1afe8e6ed9: Preparing [2021-03-16T17:10:56.555Z] 87a09b4c083e: Preparing [2021-03-16T17:10:56.555Z] 0f74e9ff2a61: Preparing [2021-03-16T17:10:56.555Z] b122376c33c6: Preparing [2021-03-16T17:10:56.555Z] f8381ed47b22: Preparing [2021-03-16T17:10:56.555Z] e934a737d657: Preparing [2021-03-16T17:10:56.555Z] 87a09b4c083e: Waiting [2021-03-16T17:10:56.555Z] 0f74e9ff2a61: Waiting [2021-03-16T17:10:56.555Z] b122376c33c6: Waiting [2021-03-16T17:10:56.555Z] f8381ed47b22: Waiting [2021-03-16T17:10:56.555Z] e934a737d657: Waiting [2021-03-16T17:10:56.555Z] 9ded3b6bb9b5: Waiting [2021-03-16T17:10:56.555Z] c65eba592024: Waiting [2021-03-16T17:10:56.555Z] fa1afe8e6ed9: Waiting [2021-03-16T17:10:56.555Z] 529bbdbc5a29: Waiting [2021-03-16T17:10:56.555Z] 10f91efb0fa4: Layer already exists [2021-03-16T17:10:56.555Z] 5657d4358b93: Layer already exists [2021-03-16T17:10:56.555Z] a04b54f90d45: Layer already exists [2021-03-16T17:10:56.555Z] dffa65c1bc12: Layer already exists [2021-03-16T17:10:56.828Z] 4a2ee7df10c4: Layer already exists [2021-03-16T17:10:56.828Z] 529bbdbc5a29: Layer already exists [2021-03-16T17:10:56.828Z] fa1afe8e6ed9: Layer already exists [2021-03-16T17:10:56.828Z] c65eba592024: Layer already exists [2021-03-16T17:10:56.828Z] 9ded3b6bb9b5: Layer already exists [2021-03-16T17:10:56.828Z] 87a09b4c083e: Layer already exists [2021-03-16T17:10:56.828Z] b122376c33c6: Layer already exists [2021-03-16T17:10:56.828Z] e934a737d657: Layer already exists [2021-03-16T17:10:56.828Z] f8381ed47b22: Layer already exists [2021-03-16T17:10:56.828Z] 0f74e9ff2a61: Layer already exists [2021-03-16T17:10:56.828Z] 4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129: digest: sha256:4102de363020e921915b494b636207afc03a85b8c1fc5ff635fe62834bfee542 size: 3252 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:10:57.166Z] + 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-16T17:10:57.497Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2021-03-16T17:10:57.497Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2021-03-16T17:10:57.497Z] 10f91efb0fa4: Preparing [2021-03-16T17:10:57.497Z] dffa65c1bc12: Preparing [2021-03-16T17:10:57.497Z] 4a2ee7df10c4: Preparing [2021-03-16T17:10:57.497Z] 5657d4358b93: Preparing [2021-03-16T17:10:57.497Z] a04b54f90d45: Preparing [2021-03-16T17:10:57.497Z] c65eba592024: Preparing [2021-03-16T17:10:57.497Z] 529bbdbc5a29: Preparing [2021-03-16T17:10:57.497Z] 9ded3b6bb9b5: Preparing [2021-03-16T17:10:57.497Z] fa1afe8e6ed9: Preparing [2021-03-16T17:10:57.497Z] 87a09b4c083e: Preparing [2021-03-16T17:10:57.497Z] 0f74e9ff2a61: Preparing [2021-03-16T17:10:57.497Z] b122376c33c6: Preparing [2021-03-16T17:10:57.497Z] f8381ed47b22: Preparing [2021-03-16T17:10:57.497Z] e934a737d657: Preparing [2021-03-16T17:10:57.497Z] 87a09b4c083e: Waiting [2021-03-16T17:10:57.497Z] c65eba592024: Waiting [2021-03-16T17:10:57.497Z] 0f74e9ff2a61: Waiting [2021-03-16T17:10:57.497Z] f8381ed47b22: Waiting [2021-03-16T17:10:57.497Z] 529bbdbc5a29: Waiting [2021-03-16T17:10:57.497Z] 9ded3b6bb9b5: Waiting [2021-03-16T17:10:57.497Z] fa1afe8e6ed9: Waiting [2021-03-16T17:10:57.497Z] e934a737d657: Waiting [2021-03-16T17:10:57.497Z] b122376c33c6: Waiting [2021-03-16T17:10:57.497Z] 5657d4358b93: Layer already exists [2021-03-16T17:10:57.497Z] dffa65c1bc12: Layer already exists [2021-03-16T17:10:57.497Z] 10f91efb0fa4: Layer already exists [2021-03-16T17:10:57.769Z] a04b54f90d45: Layer already exists [2021-03-16T17:10:57.769Z] 4a2ee7df10c4: Layer already exists [2021-03-16T17:10:57.769Z] c65eba592024: Layer already exists [2021-03-16T17:10:57.769Z] 529bbdbc5a29: Layer already exists [2021-03-16T17:10:57.769Z] 9ded3b6bb9b5: Layer already exists [2021-03-16T17:10:57.769Z] 87a09b4c083e: Layer already exists [2021-03-16T17:10:57.769Z] fa1afe8e6ed9: Layer already exists [2021-03-16T17:10:57.769Z] b122376c33c6: Layer already exists [2021-03-16T17:10:57.769Z] 0f74e9ff2a61: Layer already exists [2021-03-16T17:10:57.769Z] f8381ed47b22: Layer already exists [2021-03-16T17:10:57.769Z] e934a737d657: Layer already exists [2021-03-16T17:10:57.769Z] master: digest: sha256:4102de363020e921915b494b636207afc03a85b8c1fc5ff635fe62834bfee542 size: 3252 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-03-16T17:10:58.006Z] ===================================================== [Pipeline] echo [2021-03-16T17:10:58.054Z] taggedImages: [2021-03-16T17:10:58.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [2021-03-16T17:10:58.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:2.0.0-dev.129 [2021-03-16T17:10:58.054Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:4dfaf167a75f3c6dea6f872deeb8969b2f6df637-2.0.0-dev.129 [2021-03-16T17:10:58.054Z] - 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-16T17:10:58.882Z] ---> job-cost.sh [2021-03-16T17:10:58.882Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7Lcd [2021-03-16T17:11:37.851Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-16T17:13:14.577Z] lf-activate-venv(): INFO: Adding /tmp/venv-7Lcd/bin to PATH [2021-03-16T17:13:14.577Z] INFO: No Stack... [2021-03-16T17:13:14.577Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-16T17:13:14.577Z] INFO: Archiving Costs [Pipeline] sh [2021-03-16T17:13:14.914Z] + cat+ /w/workspace/edgex-go/396/archives/cost.csv [2021-03-16T17:13:14.914Z] cut -d, -f6 [Pipeline] lock [2021-03-16T17:13:15.029Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-master-396-stack-cost] [2021-03-16T17:13:15.043Z] Resource [jenkins-edgexfoundry-edgex-go-master-396-stack-cost] did not exist. Created. [2021-03-16T17:13:15.043Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-master-396-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-16T17:13:15.487Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-16T17:13:16.563Z] Stashed 1 file(s) [Pipeline] } [2021-03-16T17:13:16.574Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-master-396-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-16T17:13:18.060Z] provisioning config files... [2021-03-16T17:13:18.074Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/396@tmp/config2699361644643108313tmp [Pipeline] { [Pipeline] sh [2021-03-16T17:13:18.461Z] + set +x [2021-03-16T17:13:18.461Z] + curl -s https://codecov.io/bash [2021-03-16T17:13:18.461Z] + bash -s -- [2021-03-16T17:13:19.037Z] [2021-03-16T17:13:19.037Z] _____ _ [2021-03-16T17:13:19.037Z] / ____| | | [2021-03-16T17:13:19.037Z] | | ___ __| | ___ ___ _____ __ [2021-03-16T17:13:19.037Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-16T17:13:19.037Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-16T17:13:19.037Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-16T17:13:19.037Z] Bash-20210309-2b87ace [2021-03-16T17:13:19.037Z] [2021-03-16T17:13:19.037Z] [2021-03-16T17:13:19.037Z] ==> git version 2.24.3 found [2021-03-16T17:13:19.037Z] ==> 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-16T17:13:19.037Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-16T17:13:19.037Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-16T17:13:19.037Z] curl: option -sm: expected a proper numerical parameter [2021-03-16T17:13:19.037Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-03-16T17:13:19.037Z] ==> Jenkins CI detected. [2021-03-16T17:13:19.037Z] project root: . [2021-03-16T17:13:19.037Z] --> token set from env [2021-03-16T17:13:19.037Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-16T17:13:19.037Z] ==> Running gcov in . (disable via -X gcov) [2021-03-16T17:13:19.037Z] ==> Python coveragepy not found [2021-03-16T17:13:19.037Z] ==> Searching for coverage reports in: [2021-03-16T17:13:19.037Z] + . [2021-03-16T17:13:19.037Z] -> Found 1 reports [2021-03-16T17:13:19.037Z] ==> Detecting git/mercurial file structure [2021-03-16T17:13:19.037Z] ==> Reading reports [2021-03-16T17:13:19.302Z] + ./coverage.out bytes=650607 [2021-03-16T17:13:19.302Z] ==> Appending adjustments [2021-03-16T17:13:19.302Z] https://docs.codecov.io/docs/fixing-reports [2021-03-16T17:13:22.617Z] + Found adjustments [2021-03-16T17:13:22.617Z] ==> Gzipping contents [2021-03-16T17:13:22.617Z] 96K /tmp/codecov.nhCJRq.gz [2021-03-16T17:13:22.617Z] ==> Uploading reports [2021-03-16T17:13:22.617Z] url: https://codecov.io [2021-03-16T17:13:22.618Z] query: branch=master&commit=4dfaf167a75f3c6dea6f872deeb8969b2f6df637&build=396&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F396%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-16T17:13:22.618Z] -> Pinging Codecov [2021-03-16T17:13:22.618Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=4dfaf167a75f3c6dea6f872deeb8969b2f6df637&build=396&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmaster%2F396%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-16T17:13:23.567Z] -> Uploading to [2021-03-16T17:13:23.567Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/4dfaf167a75f3c6dea6f872deeb8969b2f6df637/6f2c421d-1f7c-4b4e-b845-99386501976a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T171323Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=acac601df34c19bbfca6b1939e6d7863dd56a34efab7d2da6368c826f46eb766 [2021-03-16T17:13:23.567Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:13:23.567Z] Dload Upload Total Spent Left Speed [2021-03-16T17:13:23.829Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 51 95032 0 0 51 49152 0 160k --:--:-- --:--:-- --:--:-- 160k 100 95032 0 0 100 95032 0 174k --:--:-- --:--:-- --:--:-- 174k [2021-03-16T17:13:23.829Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4dfaf167a75f3c6dea6f872deeb8969b2f6df637 [Pipeline] } [2021-03-16T17:13:23.840Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2021-03-16T17:13:24.834Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-16T17:13:24.916Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:13:25.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-16T17:13:25.275Z] [2021-03-16T17:13:25.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:13:25.622Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-16T17:13:25.622Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-16T17:13:25.622Z] 188c0c94c7c5: Already exists [2021-03-16T17:13:25.622Z] 0ef7d3d256c8: Already exists [2021-03-16T17:13:25.622Z] de9db76c5a1d: Already exists [2021-03-16T17:13:25.622Z] 0eba1c9be4d2: Pulling fs layer [2021-03-16T17:13:25.622Z] 0d57e429df01: Pulling fs layer [2021-03-16T17:13:25.622Z] 4e4be7b47b0d: Pulling fs layer [2021-03-16T17:13:25.622Z] e1f770b5df2f: Pulling fs layer [2021-03-16T17:13:25.622Z] 85a0685a4137: Pulling fs layer [2021-03-16T17:13:25.622Z] e1f770b5df2f: Waiting [2021-03-16T17:13:25.622Z] 85a0685a4137: Waiting [2021-03-16T17:13:25.622Z] 4e4be7b47b0d: Download complete [2021-03-16T17:13:25.622Z] 0d57e429df01: Download complete [2021-03-16T17:13:27.021Z] e1f770b5df2f: Verifying Checksum [2021-03-16T17:13:27.021Z] e1f770b5df2f: Download complete [2021-03-16T17:13:30.378Z] 0eba1c9be4d2: Download complete [2021-03-16T17:13:30.971Z] 85a0685a4137: Verifying Checksum [2021-03-16T17:13:30.971Z] 85a0685a4137: Download complete [2021-03-16T17:13:35.205Z] 0eba1c9be4d2: Pull complete [2021-03-16T17:13:35.205Z] 0d57e429df01: Pull complete [2021-03-16T17:13:35.466Z] 4e4be7b47b0d: Pull complete [2021-03-16T17:13:39.687Z] e1f770b5df2f: Pull complete [2021-03-16T17:13:49.717Z] 85a0685a4137: Pull complete [2021-03-16T17:13:49.717Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-16T17:13:49.717Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-16T17:13:49.717Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-16T17:13:49.912Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T17:13:49.966Z] $ 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/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:13:51.045Z] $ docker top 2707102803c1269d4d8e9debfa0500b710634bc83959715ca52de25c77071b66 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-16T17:13:51.291Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-16T17:13:51.584Z] + set -o pipefail [2021-03-16T17:13:51.584Z] + snyk monitor '--org=edgex-jenkins' [2021-03-16T17:14:06.531Z] [2021-03-16T17:14:06.531Z] Monitoring /w/workspace/edgex-go/396 (github.com/edgexfoundry/edgex-go)... [2021-03-16T17:14:06.531Z] [2021-03-16T17:14:06.531Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/585d6153-96bf-494d-a765-be1cab7e627d [2021-03-16T17:14:06.531Z] [2021-03-16T17:14:06.531Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-16T17:14:06.531Z] [2021-03-16T17:14:06.531Z] [Pipeline] } [2021-03-16T17:14:06.547Z] $ docker stop --time=1 2707102803c1269d4d8e9debfa0500b710634bc83959715ca52de25c77071b66 [2021-03-16T17:14:09.999Z] $ docker rm -f 2707102803c1269d4d8e9debfa0500b710634bc83959715ca52de25c77071b66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2021-03-16T17:14:11.369Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T17:14:11.420Z] provisioning config files... [2021-03-16T17:14:11.431Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/396@tmp/config7515866344495172442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:14:11.812Z] --> edgex-publish-swagger.sh [2021-03-16T17:14:11.812Z] === Publish openapi/v1 API === [2021-03-16T17:14:11.812Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2021-03-16T17:14:11.812Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/396/openapi/v1/core-command.yaml] [2021-03-16T17:14:11.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:11.812Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:12.774Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10522 0 0 100 10522 0 9206 0:00:01 0:00:01 --:--:-- 9213 100 10522 0 0 100 10522 0 9204 0:00:01 0:00:01 --:--:-- 9213 [2021-03-16T17:14:12.774Z] [2021-03-16T17:14:12.774Z] [2021-03-16T17:14:12.774Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/396/openapi/v1/core-data.yaml] [2021-03-16T17:14:12.774Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:12.774Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:14.188Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32557 0 0 100 32557 0 27890 0:00:01 0:00:01 --:--:-- 27898 100 32557 0 0 100 32557 0 27886 0:00:01 0:00:01 --:--:-- 27898 [2021-03-16T17:14:14.188Z] [2021-03-16T17:14:14.188Z] [2021-03-16T17:14:14.188Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/396/openapi/v1/core-metadata.yaml] [2021-03-16T17:14:14.188Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:14.188Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:15.581Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73721 0 0 100 73721 0 60803 0:00:01 0:00:01 --:--:-- 60825 100 73721 0 0 100 73721 0 60725 0:00:01 0:00:01 --:--:-- 60775 [2021-03-16T17:14:15.581Z] [2021-03-16T17:14:15.581Z] [2021-03-16T17:14:15.581Z] [publishToSwagger] Publishing API Name [support-logging] [/w/workspace/edgex-go/396/openapi/v1/support-logging.yaml] [2021-03-16T17:14:15.581Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:15.581Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:16.533Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13581 0 0 100 13581 0 12269 0:00:01 0:00:01 --:--:-- 12279 100 13581 0 0 100 13581 0 12266 0:00:01 0:00:01 --:--:-- 12279 [2021-03-16T17:14:16.533Z] [2021-03-16T17:14:16.533Z] [2021-03-16T17:14:16.533Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/396/openapi/v1/support-notifications.yaml] [2021-03-16T17:14:16.533Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:16.533Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:17.483Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38890 0 0 100 38890 0 34569 0:00:01 0:00:01 --:--:-- 34599 100 38890 0 0 100 38890 0 34562 0:00:01 0:00:01 --:--:-- 34568 [2021-03-16T17:14:17.484Z] [2021-03-16T17:14:17.484Z] [2021-03-16T17:14:17.484Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/396/openapi/v1/support-scheduler.yaml] [2021-03-16T17:14:17.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:17.484Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:18.705Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14249 0 0 100 14249 0 12783 0:00:01 0:00:01 --:--:-- 12779 100 14249 0 0 100 14249 0 12780 0:00:01 0:00:01 --:--:-- 12779 [2021-03-16T17:14:18.706Z] [2021-03-16T17:14:18.706Z] [2021-03-16T17:14:18.706Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/396/openapi/v1/system-agent.yaml] [2021-03-16T17:14:18.706Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:18.706Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:20.155Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4110 0 0 100 4110 0 3391 0:00:01 0:00:01 --:--:-- 3393 100 4110 0 0 100 4110 0 2963 0:00:01 0:00:01 --:--:-- 2965 [2021-03-16T17:14:20.155Z] [2021-03-16T17:14:20.155Z] [2021-03-16T17:14:20.155Z] === Publish openapi/v2 API === [2021-03-16T17:14:20.155Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-16T17:14:20.155Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/396/openapi/v2/core-command.yaml] [2021-03-16T17:14:20.155Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:20.155Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:21.206Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29744 0 0 100 29744 0 27485 0:00:01 0:00:01 --:--:-- 27489 100 29744 0 0 100 29744 0 27481 0:00:01 0:00:01 --:--:-- 27489 [2021-03-16T17:14:21.206Z] [2021-03-16T17:14:21.206Z] [2021-03-16T17:14:21.206Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/396/openapi/v2/core-data.yaml] [2021-03-16T17:14:21.206Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:21.206Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:22.596Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57287 0 0 100 57287 0 47299 0:00:01 0:00:01 --:--:-- 47344 100 57287 0 0 100 57287 0 46084 0:00:01 0:00:01 --:--:-- 46124 [2021-03-16T17:14:22.596Z] [2021-03-16T17:14:22.596Z] [2021-03-16T17:14:22.596Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/396/openapi/v2/core-metadata.yaml] [2021-03-16T17:14:22.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:22.596Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:23.542Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 116k 0 0 100 116k 0 99k 0:00:01 0:00:01 --:--:-- 99k [2021-03-16T17:14:23.542Z] [2021-03-16T17:14:23.542Z] [2021-03-16T17:14:23.542Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/396/openapi/v2/support-notifications.yaml] [2021-03-16T17:14:23.542Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:23.542Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:24.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71727 0 0 100 71727 0 59490 0:00:01 0:00:01 --:--:-- 59475 100 71727 0 0 100 71727 0 59482 0:00:01 0:00:01 --:--:-- 59475 [2021-03-16T17:14:24.752Z] [2021-03-16T17:14:24.752Z] [2021-03-16T17:14:24.752Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/396/openapi/v2/support-scheduler.yaml] [2021-03-16T17:14:24.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:24.752Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:26.143Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39475 0 0 100 39475 0 33735 0:00:01 0:00:01 --:--:-- 33768 100 39475 0 0 100 39475 0 33730 0:00:01 0:00:01 --:--:-- 33739 [2021-03-16T17:14:26.143Z] [2021-03-16T17:14:26.143Z] [2021-03-16T17:14:26.143Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/396/openapi/v2/system-agent.yaml] [2021-03-16T17:14:26.143Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-16T17:14:26.143Z] Dload Upload Total Spent Left Speed [2021-03-16T17:14:27.088Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24182 0 0 100 24182 0 22707 0:00:01 0:00:01 --:--:-- 22727 100 24182 0 0 100 24182 0 22703 0:00:01 0:00:01 --:--:-- 22727 [2021-03-16T17:14:27.088Z] [2021-03-16T17:14:27.088Z] [Pipeline] } [2021-03-16T17:14:27.098Z] 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-16T17:14:27.869Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T17:14:27.869Z] . [Pipeline] withDockerContainer [2021-03-16T17:14:27.995Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T17:14:28.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:14:29.440Z] $ docker top ca38f51313ecac177634d6f7ada09df5aee02c7ac67819a277e8e08648369749 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T17:14:29.796Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T17:14:29.796Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T17:14:30.069Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T17:14:30.071Z] $ docker exec ca38f51313ecac177634d6f7ada09df5aee02c7ac67819a277e8e08648369749 ssh-agent [2021-03-16T17:14:30.275Z] SSH_AUTH_SOCK=/tmp/ssh-IbWh0CpUxv8L/agent.12 [2021-03-16T17:14:30.275Z] SSH_AGENT_PID=17 [2021-03-16T17:14:30.283Z] Running ssh-add (command line suppressed) [2021-03-16T17:14:30.421Z] Identity added: /w/workspace/edgex-go/396@tmp/private_key_2693982138021885607.key (/w/workspace/edgex-go/396@tmp/private_key_2693982138021885607.key) [2021-03-16T17:14:30.485Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T17:14:30.848Z] + git semver tag [2021-03-16T17:14:31.110Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T17:14:31.110Z] # $GIT_DIR = /w/workspace/edgex-go/396/.git [2021-03-16T17:14:31.110Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/396 [2021-03-16T17:14:31.110Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T17:14:31.110Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T17:14:31.110Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T17:14:31.110Z] # $SEMVER_BRANCH = master [2021-03-16T17:14:31.110Z] # $SEMVER_DIR = /w/workspace/edgex-go/396/.semver [2021-03-16T17:14:31.110Z] # 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 HEAD [2021-03-16T17:14:31.683Z] # -> Force: false [2021-03-16T17:14:31.683Z] # a24ff1036ee0533b77dc43f5e078e54b56d62d48 refs/tags/v2.0.0-dev.129 [Pipeline] } [2021-03-16T17:14:31.694Z] $ docker exec --env ******** --env ******** ca38f51313ecac177634d6f7ada09df5aee02c7ac67819a277e8e08648369749 ssh-agent -k [2021-03-16T17:14:31.847Z] unset SSH_AUTH_SOCK; [2021-03-16T17:14:31.847Z] unset SSH_AGENT_PID; [2021-03-16T17:14:31.847Z] echo Agent pid 17 killed; [2021-03-16T17:14:31.926Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T17:14:32.390Z] + git semver [Pipeline] } [2021-03-16T17:14:32.406Z] $ docker stop --time=1 ca38f51313ecac177634d6f7ada09df5aee02c7ac67819a277e8e08648369749 [2021-03-16T17:14:34.155Z] $ docker rm -f ca38f51313ecac177634d6f7ada09df5aee02c7ac67819a277e8e08648369749 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:14:34.785Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-16T17:14:34.785Z] [2021-03-16T17:14:34.785Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:14:35.130Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-16T17:14:35.130Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-16T17:14:35.130Z] ab5ef0e58194: Pulling fs layer [2021-03-16T17:14:35.130Z] 9712f1f96733: Pulling fs layer [2021-03-16T17:14:35.130Z] 63f879dbbcfc: Pulling fs layer [2021-03-16T17:14:35.130Z] 0d9ebad4ef96: Pulling fs layer [2021-03-16T17:14:35.130Z] e9a5061849ea: Pulling fs layer [2021-03-16T17:14:35.130Z] d747dcd14b5f: Pulling fs layer [2021-03-16T17:14:35.130Z] 2de7ff778b66: Pulling fs layer [2021-03-16T17:14:35.130Z] e9a5061849ea: Waiting [2021-03-16T17:14:35.130Z] d747dcd14b5f: Waiting [2021-03-16T17:14:35.130Z] 2de7ff778b66: Waiting [2021-03-16T17:14:35.130Z] 0d9ebad4ef96: Waiting [2021-03-16T17:14:35.130Z] 9712f1f96733: Verifying Checksum [2021-03-16T17:14:35.130Z] 9712f1f96733: Download complete [2021-03-16T17:14:37.051Z] 63f879dbbcfc: Verifying Checksum [2021-03-16T17:14:37.051Z] 63f879dbbcfc: Download complete [2021-03-16T17:14:37.625Z] ab5ef0e58194: Verifying Checksum [2021-03-16T17:14:37.625Z] ab5ef0e58194: Download complete [2021-03-16T17:14:37.625Z] d747dcd14b5f: Verifying Checksum [2021-03-16T17:14:37.625Z] d747dcd14b5f: Download complete [2021-03-16T17:14:37.625Z] e9a5061849ea: Verifying Checksum [2021-03-16T17:14:37.625Z] e9a5061849ea: Download complete [2021-03-16T17:14:38.200Z] 0d9ebad4ef96: Verifying Checksum [2021-03-16T17:14:38.200Z] 0d9ebad4ef96: Download complete [2021-03-16T17:14:38.779Z] 2de7ff778b66: Verifying Checksum [2021-03-16T17:14:38.779Z] 2de7ff778b66: Download complete [2021-03-16T17:14:43.018Z] ab5ef0e58194: Pull complete [2021-03-16T17:14:43.018Z] 9712f1f96733: Pull complete [2021-03-16T17:14:45.583Z] 63f879dbbcfc: Pull complete [2021-03-16T17:14:55.924Z] 0d9ebad4ef96: Pull complete [2021-03-16T17:14:55.924Z] e9a5061849ea: Pull complete [2021-03-16T17:14:55.924Z] d747dcd14b5f: Pull complete [2021-03-16T17:14:58.513Z] 2de7ff778b66: Pull complete [2021-03-16T17:14:58.513Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-16T17:14:58.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-16T17:14:58.513Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-16T17:14:58.739Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T17:14:58.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:15:03.274Z] $ docker top 9df246a45d162ded1df5a844acab2e8320d8712e596b4b99aef2b8bb648fed79 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-16T17:15:03.552Z] provisioning config files... [2021-03-16T17:15:03.574Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/396@tmp/config5802264885143042915tmp [2021-03-16T17:15:03.606Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/396@tmp/config5195152369822058403tmp [2021-03-16T17:15:03.621Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/396@tmp/config5790910031754262270tmp [Pipeline] { [Pipeline] echo [2021-03-16T17:15:03.674Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:15:03.980Z] ---> sigul-configuration.sh [2021-03-16T17:15:03.980Z] gpg: directory `/root/.gnupg' created [2021-03-16T17:15:03.980Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-16T17:15:03.980Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-16T17:15:03.980Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-16T17:15:03.980Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-16T17:15:03.980Z] gpg: CAST5 encrypted data [2021-03-16T17:15:04.256Z] gpg: encrypted with 1 passphrase [2021-03-16T17:15:04.256Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-16T17:15:04.555Z] + mkdir /home/jenkins [2021-03-16T17:15:04.556Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-16T17:15:04.855Z] + 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-16T17:15:04.868Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:15:05.184Z] ---> sigul-install.sh [2021-03-16T17:15:17.440Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-16T17:15:18.062Z] + git tag --list [2021-03-16T17:15:18.063Z] 0.6.0 [2021-03-16T17:15:18.063Z] 0.6.1 [2021-03-16T17:15:18.063Z] 0.7.0 [2021-03-16T17:15:18.063Z] 0.7.1 [2021-03-16T17:15:18.063Z] v0.0.0 [2021-03-16T17:15:18.063Z] v0.0.1-dev.1 [2021-03-16T17:15:18.063Z] v1.0.0 [2021-03-16T17:15:18.063Z] v1.0.1 [2021-03-16T17:15:18.063Z] v1.1.0 [2021-03-16T17:15:18.063Z] v1.2.0 [2021-03-16T17:15:18.063Z] v1.2.1 [2021-03-16T17:15:18.063Z] v1.2.2-dev.1 [2021-03-16T17:15:18.063Z] v1.2.2-dev.10 [2021-03-16T17:15:18.063Z] v1.2.2-dev.100 [2021-03-16T17:15:18.063Z] v1.2.2-dev.101 [2021-03-16T17:15:18.063Z] v1.2.2-dev.102 [2021-03-16T17:15:18.063Z] v1.2.2-dev.103 [2021-03-16T17:15:18.063Z] v1.2.2-dev.104 [2021-03-16T17:15:18.063Z] v1.2.2-dev.105 [2021-03-16T17:15:18.063Z] v1.2.2-dev.106 [2021-03-16T17:15:18.063Z] v1.2.2-dev.107 [2021-03-16T17:15:18.063Z] v1.2.2-dev.11 [2021-03-16T17:15:18.063Z] v1.2.2-dev.12 [2021-03-16T17:15:18.063Z] v1.2.2-dev.13 [2021-03-16T17:15:18.063Z] v1.2.2-dev.14 [2021-03-16T17:15:18.063Z] v1.2.2-dev.15 [2021-03-16T17:15:18.063Z] v1.2.2-dev.16 [2021-03-16T17:15:18.063Z] v1.2.2-dev.17 [2021-03-16T17:15:18.063Z] v1.2.2-dev.18 [2021-03-16T17:15:18.063Z] v1.2.2-dev.19 [2021-03-16T17:15:18.063Z] v1.2.2-dev.2 [2021-03-16T17:15:18.063Z] v1.2.2-dev.20 [2021-03-16T17:15:18.063Z] v1.2.2-dev.21 [2021-03-16T17:15:18.063Z] v1.2.2-dev.22 [2021-03-16T17:15:18.063Z] v1.2.2-dev.23 [2021-03-16T17:15:18.063Z] v1.2.2-dev.24 [2021-03-16T17:15:18.063Z] v1.2.2-dev.25 [2021-03-16T17:15:18.063Z] v1.2.2-dev.26 [2021-03-16T17:15:18.063Z] v1.2.2-dev.27 [2021-03-16T17:15:18.063Z] v1.2.2-dev.28 [2021-03-16T17:15:18.063Z] v1.2.2-dev.29 [2021-03-16T17:15:18.063Z] v1.2.2-dev.3 [2021-03-16T17:15:18.063Z] v1.2.2-dev.30 [2021-03-16T17:15:18.063Z] v1.2.2-dev.31 [2021-03-16T17:15:18.063Z] v1.2.2-dev.32 [2021-03-16T17:15:18.063Z] v1.2.2-dev.33 [2021-03-16T17:15:18.063Z] v1.2.2-dev.34 [2021-03-16T17:15:18.063Z] v1.2.2-dev.35 [2021-03-16T17:15:18.063Z] v1.2.2-dev.36 [2021-03-16T17:15:18.063Z] v1.2.2-dev.37 [2021-03-16T17:15:18.063Z] v1.2.2-dev.38 [2021-03-16T17:15:18.063Z] v1.2.2-dev.39 [2021-03-16T17:15:18.063Z] v1.2.2-dev.4 [2021-03-16T17:15:18.063Z] v1.2.2-dev.40 [2021-03-16T17:15:18.063Z] v1.2.2-dev.41 [2021-03-16T17:15:18.063Z] v1.2.2-dev.42 [2021-03-16T17:15:18.063Z] v1.2.2-dev.43 [2021-03-16T17:15:18.063Z] v1.2.2-dev.44 [2021-03-16T17:15:18.063Z] v1.2.2-dev.45 [2021-03-16T17:15:18.063Z] v1.2.2-dev.46 [2021-03-16T17:15:18.063Z] v1.2.2-dev.47 [2021-03-16T17:15:18.063Z] v1.2.2-dev.48 [2021-03-16T17:15:18.063Z] v1.2.2-dev.49 [2021-03-16T17:15:18.063Z] v1.2.2-dev.5 [2021-03-16T17:15:18.063Z] v1.2.2-dev.50 [2021-03-16T17:15:18.063Z] v1.2.2-dev.51 [2021-03-16T17:15:18.063Z] v1.2.2-dev.52 [2021-03-16T17:15:18.063Z] v1.2.2-dev.53 [2021-03-16T17:15:18.063Z] v1.2.2-dev.54 [2021-03-16T17:15:18.063Z] v1.2.2-dev.55 [2021-03-16T17:15:18.063Z] v1.2.2-dev.56 [2021-03-16T17:15:18.063Z] v1.2.2-dev.57 [2021-03-16T17:15:18.063Z] v1.2.2-dev.58 [2021-03-16T17:15:18.063Z] v1.2.2-dev.59 [2021-03-16T17:15:18.063Z] v1.2.2-dev.6 [2021-03-16T17:15:18.063Z] v1.2.2-dev.60 [2021-03-16T17:15:18.063Z] v1.2.2-dev.61 [2021-03-16T17:15:18.063Z] v1.2.2-dev.62 [2021-03-16T17:15:18.063Z] v1.2.2-dev.63 [2021-03-16T17:15:18.063Z] v1.2.2-dev.64 [2021-03-16T17:15:18.063Z] v1.2.2-dev.65 [2021-03-16T17:15:18.063Z] v1.2.2-dev.66 [2021-03-16T17:15:18.063Z] v1.2.2-dev.67 [2021-03-16T17:15:18.063Z] v1.2.2-dev.68 [2021-03-16T17:15:18.063Z] v1.2.2-dev.69 [2021-03-16T17:15:18.063Z] v1.2.2-dev.7 [2021-03-16T17:15:18.063Z] v1.2.2-dev.70 [2021-03-16T17:15:18.063Z] v1.2.2-dev.71 [2021-03-16T17:15:18.063Z] v1.2.2-dev.72 [2021-03-16T17:15:18.063Z] v1.2.2-dev.73 [2021-03-16T17:15:18.063Z] v1.2.2-dev.74 [2021-03-16T17:15:18.063Z] v1.2.2-dev.75 [2021-03-16T17:15:18.063Z] v1.2.2-dev.76 [2021-03-16T17:15:18.063Z] v1.2.2-dev.77 [2021-03-16T17:15:18.063Z] v1.2.2-dev.78 [2021-03-16T17:15:18.063Z] v1.2.2-dev.79 [2021-03-16T17:15:18.063Z] v1.2.2-dev.8 [2021-03-16T17:15:18.063Z] v1.2.2-dev.80 [2021-03-16T17:15:18.063Z] v1.2.2-dev.81 [2021-03-16T17:15:18.063Z] v1.2.2-dev.82 [2021-03-16T17:15:18.063Z] v1.2.2-dev.83 [2021-03-16T17:15:18.063Z] v1.2.2-dev.84 [2021-03-16T17:15:18.063Z] v1.2.2-dev.85 [2021-03-16T17:15:18.063Z] v1.2.2-dev.86 [2021-03-16T17:15:18.063Z] v1.2.2-dev.87 [2021-03-16T17:15:18.063Z] v1.2.2-dev.88 [2021-03-16T17:15:18.063Z] v1.2.2-dev.89 [2021-03-16T17:15:18.063Z] v1.2.2-dev.9 [2021-03-16T17:15:18.063Z] v1.2.2-dev.90 [2021-03-16T17:15:18.063Z] v1.2.2-dev.91 [2021-03-16T17:15:18.063Z] v1.2.2-dev.92 [2021-03-16T17:15:18.063Z] v1.2.2-dev.93 [2021-03-16T17:15:18.063Z] v1.2.2-dev.94 [2021-03-16T17:15:18.063Z] v1.2.2-dev.95 [2021-03-16T17:15:18.063Z] v1.2.2-dev.96 [2021-03-16T17:15:18.063Z] v1.2.2-dev.97 [2021-03-16T17:15:18.063Z] v1.2.2-dev.98 [2021-03-16T17:15:18.063Z] v1.2.2-dev.99 [2021-03-16T17:15:18.063Z] v1.3.0 [2021-03-16T17:15:18.063Z] v1.3.1 [2021-03-16T17:15:18.063Z] v1.3.1-dev.1 [2021-03-16T17:15:18.063Z] v1.3.1-dev.10 [2021-03-16T17:15:18.063Z] v1.3.1-dev.11 [2021-03-16T17:15:18.063Z] v1.3.1-dev.12 [2021-03-16T17:15:18.063Z] v1.3.1-dev.13 [2021-03-16T17:15:18.063Z] v1.3.1-dev.14 [2021-03-16T17:15:18.063Z] v1.3.1-dev.15 [2021-03-16T17:15:18.063Z] v1.3.1-dev.16 [2021-03-16T17:15:18.063Z] v1.3.1-dev.17 [2021-03-16T17:15:18.063Z] v1.3.1-dev.18 [2021-03-16T17:15:18.063Z] v1.3.1-dev.2 [2021-03-16T17:15:18.063Z] v1.3.1-dev.3 [2021-03-16T17:15:18.063Z] v1.3.1-dev.4 [2021-03-16T17:15:18.063Z] v1.3.1-dev.5 [2021-03-16T17:15:18.063Z] v1.3.1-dev.6 [2021-03-16T17:15:18.063Z] v1.3.1-dev.7 [2021-03-16T17:15:18.063Z] v1.3.1-dev.8 [2021-03-16T17:15:18.063Z] v1.3.1-dev.9 [2021-03-16T17:15:18.063Z] v2.0.0-dev.1 [2021-03-16T17:15:18.063Z] v2.0.0-dev.10 [2021-03-16T17:15:18.063Z] v2.0.0-dev.100 [2021-03-16T17:15:18.063Z] v2.0.0-dev.101 [2021-03-16T17:15:18.063Z] v2.0.0-dev.102 [2021-03-16T17:15:18.063Z] v2.0.0-dev.103 [2021-03-16T17:15:18.063Z] v2.0.0-dev.104 [2021-03-16T17:15:18.063Z] v2.0.0-dev.105 [2021-03-16T17:15:18.063Z] v2.0.0-dev.106 [2021-03-16T17:15:18.063Z] v2.0.0-dev.107 [2021-03-16T17:15:18.063Z] v2.0.0-dev.108 [2021-03-16T17:15:18.063Z] v2.0.0-dev.109 [2021-03-16T17:15:18.063Z] v2.0.0-dev.11 [2021-03-16T17:15:18.063Z] v2.0.0-dev.110 [2021-03-16T17:15:18.063Z] v2.0.0-dev.111 [2021-03-16T17:15:18.063Z] v2.0.0-dev.112 [2021-03-16T17:15:18.063Z] v2.0.0-dev.113 [2021-03-16T17:15:18.063Z] v2.0.0-dev.114 [2021-03-16T17:15:18.063Z] v2.0.0-dev.115 [2021-03-16T17:15:18.063Z] v2.0.0-dev.116 [2021-03-16T17:15:18.063Z] v2.0.0-dev.117 [2021-03-16T17:15:18.063Z] v2.0.0-dev.118 [2021-03-16T17:15:18.063Z] v2.0.0-dev.119 [2021-03-16T17:15:18.063Z] v2.0.0-dev.12 [2021-03-16T17:15:18.063Z] v2.0.0-dev.120 [2021-03-16T17:15:18.063Z] v2.0.0-dev.121 [2021-03-16T17:15:18.063Z] v2.0.0-dev.122 [2021-03-16T17:15:18.063Z] v2.0.0-dev.123 [2021-03-16T17:15:18.063Z] v2.0.0-dev.124 [2021-03-16T17:15:18.063Z] v2.0.0-dev.125 [2021-03-16T17:15:18.063Z] v2.0.0-dev.126 [2021-03-16T17:15:18.063Z] v2.0.0-dev.127 [2021-03-16T17:15:18.063Z] v2.0.0-dev.128 [2021-03-16T17:15:18.063Z] v2.0.0-dev.129 [2021-03-16T17:15:18.063Z] v2.0.0-dev.13 [2021-03-16T17:15:18.063Z] v2.0.0-dev.14 [2021-03-16T17:15:18.063Z] v2.0.0-dev.15 [2021-03-16T17:15:18.063Z] v2.0.0-dev.16 [2021-03-16T17:15:18.063Z] v2.0.0-dev.17 [2021-03-16T17:15:18.063Z] v2.0.0-dev.18 [2021-03-16T17:15:18.063Z] v2.0.0-dev.19 [2021-03-16T17:15:18.063Z] v2.0.0-dev.2 [2021-03-16T17:15:18.063Z] v2.0.0-dev.20 [2021-03-16T17:15:18.063Z] v2.0.0-dev.21 [2021-03-16T17:15:18.063Z] v2.0.0-dev.22 [2021-03-16T17:15:18.063Z] v2.0.0-dev.23 [2021-03-16T17:15:18.063Z] v2.0.0-dev.24 [2021-03-16T17:15:18.063Z] v2.0.0-dev.25 [2021-03-16T17:15:18.063Z] v2.0.0-dev.26 [2021-03-16T17:15:18.063Z] v2.0.0-dev.27 [2021-03-16T17:15:18.063Z] v2.0.0-dev.28 [2021-03-16T17:15:18.063Z] v2.0.0-dev.29 [2021-03-16T17:15:18.063Z] v2.0.0-dev.3 [2021-03-16T17:15:18.063Z] v2.0.0-dev.30 [2021-03-16T17:15:18.063Z] v2.0.0-dev.31 [2021-03-16T17:15:18.063Z] v2.0.0-dev.32 [2021-03-16T17:15:18.063Z] v2.0.0-dev.33 [2021-03-16T17:15:18.063Z] v2.0.0-dev.34 [2021-03-16T17:15:18.063Z] v2.0.0-dev.35 [2021-03-16T17:15:18.063Z] v2.0.0-dev.36 [2021-03-16T17:15:18.063Z] v2.0.0-dev.37 [2021-03-16T17:15:18.063Z] v2.0.0-dev.38 [2021-03-16T17:15:18.063Z] v2.0.0-dev.39 [2021-03-16T17:15:18.063Z] v2.0.0-dev.4 [2021-03-16T17:15:18.063Z] v2.0.0-dev.40 [2021-03-16T17:15:18.063Z] v2.0.0-dev.41 [2021-03-16T17:15:18.063Z] v2.0.0-dev.42 [2021-03-16T17:15:18.063Z] v2.0.0-dev.43 [2021-03-16T17:15:18.063Z] v2.0.0-dev.44 [2021-03-16T17:15:18.063Z] v2.0.0-dev.45 [2021-03-16T17:15:18.063Z] v2.0.0-dev.46 [2021-03-16T17:15:18.063Z] v2.0.0-dev.47 [2021-03-16T17:15:18.063Z] v2.0.0-dev.48 [2021-03-16T17:15:18.063Z] v2.0.0-dev.49 [2021-03-16T17:15:18.063Z] v2.0.0-dev.5 [2021-03-16T17:15:18.063Z] v2.0.0-dev.50 [2021-03-16T17:15:18.063Z] v2.0.0-dev.51 [2021-03-16T17:15:18.063Z] v2.0.0-dev.52 [2021-03-16T17:15:18.063Z] v2.0.0-dev.53 [2021-03-16T17:15:18.063Z] v2.0.0-dev.54 [2021-03-16T17:15:18.063Z] v2.0.0-dev.55 [2021-03-16T17:15:18.063Z] v2.0.0-dev.56 [2021-03-16T17:15:18.063Z] v2.0.0-dev.57 [2021-03-16T17:15:18.063Z] v2.0.0-dev.58 [2021-03-16T17:15:18.063Z] v2.0.0-dev.59 [2021-03-16T17:15:18.063Z] v2.0.0-dev.6 [2021-03-16T17:15:18.063Z] v2.0.0-dev.60 [2021-03-16T17:15:18.063Z] v2.0.0-dev.61 [2021-03-16T17:15:18.063Z] v2.0.0-dev.62 [2021-03-16T17:15:18.063Z] v2.0.0-dev.63 [2021-03-16T17:15:18.063Z] v2.0.0-dev.64 [2021-03-16T17:15:18.063Z] v2.0.0-dev.65 [2021-03-16T17:15:18.063Z] v2.0.0-dev.66 [2021-03-16T17:15:18.063Z] v2.0.0-dev.67 [2021-03-16T17:15:18.063Z] v2.0.0-dev.68 [2021-03-16T17:15:18.063Z] v2.0.0-dev.69 [2021-03-16T17:15:18.063Z] v2.0.0-dev.7 [2021-03-16T17:15:18.063Z] v2.0.0-dev.70 [2021-03-16T17:15:18.063Z] v2.0.0-dev.71 [2021-03-16T17:15:18.063Z] v2.0.0-dev.72 [2021-03-16T17:15:18.063Z] v2.0.0-dev.73 [2021-03-16T17:15:18.063Z] v2.0.0-dev.74 [2021-03-16T17:15:18.063Z] v2.0.0-dev.75 [2021-03-16T17:15:18.063Z] v2.0.0-dev.76 [2021-03-16T17:15:18.063Z] v2.0.0-dev.77 [2021-03-16T17:15:18.063Z] v2.0.0-dev.78 [2021-03-16T17:15:18.063Z] v2.0.0-dev.79 [2021-03-16T17:15:18.063Z] v2.0.0-dev.8 [2021-03-16T17:15:18.063Z] v2.0.0-dev.80 [2021-03-16T17:15:18.063Z] v2.0.0-dev.81 [2021-03-16T17:15:18.063Z] v2.0.0-dev.82 [2021-03-16T17:15:18.063Z] v2.0.0-dev.83 [2021-03-16T17:15:18.063Z] v2.0.0-dev.84 [2021-03-16T17:15:18.063Z] v2.0.0-dev.85 [2021-03-16T17:15:18.063Z] v2.0.0-dev.86 [2021-03-16T17:15:18.063Z] v2.0.0-dev.87 [2021-03-16T17:15:18.063Z] v2.0.0-dev.88 [2021-03-16T17:15:18.063Z] v2.0.0-dev.89 [2021-03-16T17:15:18.063Z] v2.0.0-dev.9 [2021-03-16T17:15:18.063Z] v2.0.0-dev.90 [2021-03-16T17:15:18.063Z] v2.0.0-dev.91 [2021-03-16T17:15:18.063Z] v2.0.0-dev.92 [2021-03-16T17:15:18.063Z] v2.0.0-dev.93 [2021-03-16T17:15:18.063Z] v2.0.0-dev.94 [2021-03-16T17:15:18.063Z] v2.0.0-dev.95 [2021-03-16T17:15:18.063Z] v2.0.0-dev.96 [2021-03-16T17:15:18.063Z] v2.0.0-dev.97 [2021-03-16T17:15:18.063Z] v2.0.0-dev.98 [2021-03-16T17:15:18.063Z] v2.0.0-dev.99 [Pipeline] sh [2021-03-16T17:15:18.366Z] + lftools sign git-tag v2.0.0-dev.129 [2021-03-16T17:15:19.756Z] Signing Git tag with Sigul... [2021-03-16T17:15:19.756Z] Signing v2.0.0-dev.129 [Pipeline] echo [2021-03-16T17:15:20.714Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:15:21.010Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-16T17:15:21.021Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-16T17:15:21.131Z] $ docker stop --time=1 9df246a45d162ded1df5a844acab2e8320d8712e596b4b99aef2b8bb648fed79 [2021-03-16T17:15:22.794Z] $ docker rm -f 9df246a45d162ded1df5a844acab2e8320d8712e596b4b99aef2b8bb648fed79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:15:23.728Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T17:15:23.728Z] . [Pipeline] withDockerContainer [2021-03-16T17:15:23.835Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T17:15:23.882Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:15:24.817Z] $ docker top 9d5653428e402824335ae434593c00b3027539984aee8b2ac753144ce05b8856 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T17:15:25.189Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T17:15:25.189Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T17:15:25.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T17:15:25.413Z] $ docker exec 9d5653428e402824335ae434593c00b3027539984aee8b2ac753144ce05b8856 ssh-agent [2021-03-16T17:15:25.593Z] SSH_AUTH_SOCK=/tmp/ssh-IVyzwhOLcmeZ/agent.12 [2021-03-16T17:15:25.593Z] SSH_AGENT_PID=17 [2021-03-16T17:15:25.601Z] Running ssh-add (command line suppressed) [2021-03-16T17:15:25.731Z] Identity added: /w/workspace/edgex-go/396@tmp/private_key_7686652223762270485.key (/w/workspace/edgex-go/396@tmp/private_key_7686652223762270485.key) [2021-03-16T17:15:25.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T17:15:26.149Z] + git semver bump pre [2021-03-16T17:15:26.149Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T17:15:26.149Z] # $GIT_DIR = /w/workspace/edgex-go/396/.git [2021-03-16T17:15:26.149Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/396 [2021-03-16T17:15:26.149Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T17:15:26.149Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T17:15:26.149Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T17:15:26.149Z] # $SEMVER_BRANCH = master [2021-03-16T17:15:26.149Z] # $SEMVER_DIR = /w/workspace/edgex-go/396/.semver [2021-03-16T17:15:26.149Z] 2.0.0-dev.130 [Pipeline] } [2021-03-16T17:15:26.159Z] $ docker exec --env ******** --env ******** 9d5653428e402824335ae434593c00b3027539984aee8b2ac753144ce05b8856 ssh-agent -k [2021-03-16T17:15:26.294Z] unset SSH_AUTH_SOCK; [2021-03-16T17:15:26.294Z] unset SSH_AGENT_PID; [2021-03-16T17:15:26.294Z] echo Agent pid 17 killed; [2021-03-16T17:15:26.349Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T17:15:26.805Z] + git semver [Pipeline] } [2021-03-16T17:15:26.819Z] $ docker stop --time=1 9d5653428e402824335ae434593c00b3027539984aee8b2ac753144ce05b8856 [2021-03-16T17:15:28.183Z] $ docker rm -f 9d5653428e402824335ae434593c00b3027539984aee8b2ac753144ce05b8856 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:15:28.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-16T17:15:28.707Z] . [Pipeline] withDockerContainer [2021-03-16T17:15:28.807Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T17:15:28.855Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:15:29.517Z] $ docker top 762691e0fa3dd1d0ea9d575630cc9002b8e98f82e6a3fcd38e63f82fefcb754d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-16T17:15:29.796Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-16T17:15:29.796Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-16T17:15:29.980Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-16T17:15:29.982Z] $ docker exec 762691e0fa3dd1d0ea9d575630cc9002b8e98f82e6a3fcd38e63f82fefcb754d ssh-agent [2021-03-16T17:15:30.163Z] SSH_AUTH_SOCK=/tmp/ssh-O8dYldIuKiA4/agent.11 [2021-03-16T17:15:30.163Z] SSH_AGENT_PID=16 [2021-03-16T17:15:30.171Z] Running ssh-add (command line suppressed) [2021-03-16T17:15:30.297Z] Identity added: /w/workspace/edgex-go/396@tmp/private_key_9064905185735099090.key (/w/workspace/edgex-go/396@tmp/private_key_9064905185735099090.key) [2021-03-16T17:15:30.367Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-16T17:15:30.698Z] + git semver push [2021-03-16T17:15:30.698Z] # -> Open(): unable to determine branch for HEAD [2021-03-16T17:15:30.698Z] # $GIT_DIR = /w/workspace/edgex-go/396/.git [2021-03-16T17:15:30.698Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/396 [2021-03-16T17:15:30.698Z] # $SEMVER_REMOTE_NAME = origin [2021-03-16T17:15:30.698Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-16T17:15:30.698Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-16T17:15:30.698Z] # $SEMVER_BRANCH = master [2021-03-16T17:15:30.698Z] # $SEMVER_DIR = /w/workspace/edgex-go/396/.semver [Pipeline] } [2021-03-16T17:15:38.857Z] $ docker exec --env ******** --env ******** 762691e0fa3dd1d0ea9d575630cc9002b8e98f82e6a3fcd38e63f82fefcb754d ssh-agent -k [2021-03-16T17:15:39.018Z] unset SSH_AUTH_SOCK; [2021-03-16T17:15:39.018Z] unset SSH_AGENT_PID; [2021-03-16T17:15:39.018Z] echo Agent pid 16 killed; [2021-03-16T17:15:39.088Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-16T17:15:39.603Z] + git semver [Pipeline] } [2021-03-16T17:15:39.618Z] $ docker stop --time=1 762691e0fa3dd1d0ea9d575630cc9002b8e98f82e6a3fcd38e63f82fefcb754d [2021-03-16T17:15:41.030Z] $ docker rm -f 762691e0fa3dd1d0ea9d575630cc9002b8e98f82e6a3fcd38e63f82fefcb754d [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-16T17:15:42.127Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:15:43.008Z] ---> package-listing.sh [2021-03-16T17:15:43.008Z] ++ facter osfamily [2021-03-16T17:15:43.008Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-16T17:15:43.008Z] + OS_FAMILY=redhat [2021-03-16T17:15:43.008Z] + workspace=/w/workspace/edgex-go/396 [2021-03-16T17:15:43.008Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-16T17:15:43.008Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-16T17:15:43.008Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-16T17:15:43.008Z] + PACKAGES=/tmp/packages_start.txt [2021-03-16T17:15:43.008Z] + '[' /w/workspace/edgex-go/396 ']' [2021-03-16T17:15:43.008Z] + PACKAGES=/tmp/packages_end.txt [2021-03-16T17:15:43.008Z] + case "${OS_FAMILY}" in [2021-03-16T17:15:43.008Z] + rpm -qa [2021-03-16T17:15:43.008Z] + sort [2021-03-16T17:15:48.313Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-16T17:15:48.313Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-16T17:15:48.313Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-16T17:15:48.313Z] + '[' /w/workspace/edgex-go/396 ']' [2021-03-16T17:15:48.313Z] + mkdir -p /w/workspace/edgex-go/396/archives/ [2021-03-16T17:15:48.313Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/396/archives/ [Pipeline] echo [2021-03-16T17:15:48.328Z] 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/396/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-16T17:15:48.622Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:15:48.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:15:48.928Z] [2021-03-16T17:15:48.928Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-16T17:15:49.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:15:49.270Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-16T17:15:49.270Z] df20fa9351a1: Pulling fs layer [2021-03-16T17:15:49.270Z] 36b3adc4ff6f: Pulling fs layer [2021-03-16T17:15:49.270Z] 8ad3a11d3b57: Pulling fs layer [2021-03-16T17:15:49.270Z] 46f8f816bc3b: Pulling fs layer [2021-03-16T17:15:49.270Z] 93b61091891f: Pulling fs layer [2021-03-16T17:15:49.270Z] 93b9cdb0e59b: Pulling fs layer [2021-03-16T17:15:49.270Z] 5e14af77c1be: Pulling fs layer [2021-03-16T17:15:49.270Z] 01666e4c0597: Pulling fs layer [2021-03-16T17:15:49.270Z] aa168da1d23b: Pulling fs layer [2021-03-16T17:15:49.270Z] 93b9cdb0e59b: Waiting [2021-03-16T17:15:49.270Z] 5e14af77c1be: Waiting [2021-03-16T17:15:49.270Z] 01666e4c0597: Waiting [2021-03-16T17:15:49.270Z] aa168da1d23b: Waiting [2021-03-16T17:15:49.270Z] 46f8f816bc3b: Waiting [2021-03-16T17:15:49.270Z] 93b61091891f: Waiting [2021-03-16T17:15:49.270Z] 36b3adc4ff6f: Verifying Checksum [2021-03-16T17:15:49.270Z] 36b3adc4ff6f: Download complete [2021-03-16T17:15:49.270Z] 46f8f816bc3b: Verifying Checksum [2021-03-16T17:15:49.270Z] 46f8f816bc3b: Download complete [2021-03-16T17:15:49.270Z] df20fa9351a1: Verifying Checksum [2021-03-16T17:15:49.270Z] df20fa9351a1: Download complete [2021-03-16T17:15:49.533Z] 93b9cdb0e59b: Download complete [2021-03-16T17:15:49.533Z] 5e14af77c1be: Verifying Checksum [2021-03-16T17:15:49.533Z] 5e14af77c1be: Download complete [2021-03-16T17:15:49.533Z] 93b61091891f: Verifying Checksum [2021-03-16T17:15:49.533Z] 93b61091891f: Download complete [2021-03-16T17:15:49.533Z] 01666e4c0597: Verifying Checksum [2021-03-16T17:15:49.533Z] 01666e4c0597: Download complete [2021-03-16T17:15:49.533Z] 8ad3a11d3b57: Verifying Checksum [2021-03-16T17:15:49.533Z] 8ad3a11d3b57: Download complete [2021-03-16T17:15:49.799Z] df20fa9351a1: Pull complete [2021-03-16T17:15:50.062Z] 36b3adc4ff6f: Pull complete [2021-03-16T17:15:51.017Z] 8ad3a11d3b57: Pull complete [2021-03-16T17:15:51.017Z] 46f8f816bc3b: Pull complete [2021-03-16T17:15:51.592Z] 93b61091891f: Pull complete [2021-03-16T17:15:51.853Z] 93b9cdb0e59b: Pull complete [2021-03-16T17:15:51.853Z] aa168da1d23b: Verifying Checksum [2021-03-16T17:15:51.853Z] aa168da1d23b: Download complete [2021-03-16T17:15:51.853Z] 5e14af77c1be: Pull complete [2021-03-16T17:15:52.115Z] 01666e4c0597: Pull complete [2021-03-16T17:16:02.143Z] aa168da1d23b: Pull complete [2021-03-16T17:16:02.143Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-16T17:16:02.143Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-16T17:16:02.143Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-16T17:16:02.340Z] prd-centos7-docker-4c-2g-30006 does not seem to be running inside a container [2021-03-16T17:16:02.388Z] $ 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/396/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/396 -v /w/workspace/edgex-go/396:/w/workspace/edgex-go/396:rw,z -v /w/workspace/edgex-go/396@tmp:/w/workspace/edgex-go/396@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-16T17:16:05.376Z] $ docker top e1eb13f39561a8ce86e9c6fc6dc3398983d7a926801051729f0e33c3b5e8ddad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-16T17:16:05.968Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-16T17:16:06.274Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-16T17:16:06.572Z] + ls /var/log/sa-host [2021-03-16T17:16:06.572Z] + sadf -c /var/log/sa-host/sa16 [2021-03-16T17:16:06.572Z] file_magic: OK [2021-03-16T17:16:06.572Z] HZ: Using current value: 100 [2021-03-16T17:16:06.572Z] file_header: OK [2021-03-16T17:16:06.572Z] 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-16T17:16:06.572Z] Statistics: [2021-03-16T17:16:06.572Z] 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... [2021-03-16T17:16:06.572Z] File successfully converted to sysstat format version 12.2.1 [2021-03-16T17:16:06.572Z] + sadf -c /var/log/sa-host/sa23 [2021-03-16T17:16:06.572Z] file_magic: OK [2021-03-16T17:16:06.572Z] HZ: Using current value: 100 [2021-03-16T17:16:06.572Z] file_header: OK [2021-03-16T17:16:06.572Z] 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-16T17:16:06.572Z] Statistics: [2021-03-16T17:16:06.572Z] Hnuu...uuuununununu... [2021-03-16T17:16:06.572Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-16T17:16:07.190Z] provisioning config files... [2021-03-16T17:16:07.209Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/396@tmp/config970092011922804080tmp [Pipeline] { [Pipeline] echo [2021-03-16T17:16:07.276Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:16:07.582Z] ---> create-netrc.sh [Pipeline] } [2021-03-16T17:16:07.592Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-16T17:16:07.675Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:16:07.971Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-16T17:16:07.983Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:16:08.371Z] ---> sudo-logs.sh [2021-03-16T17:16:08.371Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-16T17:16:08.449Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:16:08.744Z] ---> job-cost.sh [2021-03-16T17:16:08.744Z] lf-activate-venv: SKIPPING [2021-03-16T17:16:08.744Z] DEBUG: total: 0.20999999344348907 [2021-03-16T17:16:08.744Z] INFO: Retrieving Stack Cost... [2021-03-16T17:16:09.696Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-16T17:16:09.957Z] INFO: Archiving Costs [Pipeline] echo [2021-03-16T17:16:09.971Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-16T17:16:10.269Z] ---> logs-deploy.sh [2021-03-16T17:16:10.269Z] lf-activate-venv: SKIPPING [2021-03-16T17:16:10.269Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/396 [2021-03-16T17:16:10.269Z] INFO: archiving workspace using pattern(s): [2021-03-16T17:16:11.659Z] Archives upload complete. [2021-03-16T17:16:11.922Z] INFO: archiving logs to Nexus [2021-03-16T17:16:12.866Z] ---> uname -a: [2021-03-16T17:16:12.866Z] Linux prd-centos7-docker-4c-2g-30006.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-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] ---> lscpu: [2021-03-16T17:16:12.866Z] Architecture: x86_64 [2021-03-16T17:16:12.866Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-16T17:16:12.866Z] Byte Order: Little Endian [2021-03-16T17:16:12.866Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-16T17:16:12.866Z] CPU(s): 4 [2021-03-16T17:16:12.866Z] On-line CPU(s) list: 0-3 [2021-03-16T17:16:12.866Z] Thread(s) per core: 1 [2021-03-16T17:16:12.866Z] Core(s) per socket: 1 [2021-03-16T17:16:12.866Z] Socket(s): 4 [2021-03-16T17:16:12.866Z] NUMA node(s): 1 [2021-03-16T17:16:12.866Z] Vendor ID: GenuineIntel [2021-03-16T17:16:12.866Z] CPU family: 6 [2021-03-16T17:16:12.866Z] Model: 44 [2021-03-16T17:16:12.866Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-16T17:16:12.866Z] Stepping: 1 [2021-03-16T17:16:12.866Z] CPU MHz: 2933.438 [2021-03-16T17:16:12.866Z] BogoMIPS: 5866.87 [2021-03-16T17:16:12.866Z] Virtualization: VT-x [2021-03-16T17:16:12.866Z] Hypervisor vendor: KVM [2021-03-16T17:16:12.866Z] Virtualization type: full [2021-03-16T17:16:12.866Z] L1d cache: 128 KiB [2021-03-16T17:16:12.866Z] L1i cache: 128 KiB [2021-03-16T17:16:12.866Z] L2 cache: 16 MiB [2021-03-16T17:16:12.866Z] L3 cache: 64 MiB [2021-03-16T17:16:12.866Z] NUMA node0 CPU(s): 0-3 [2021-03-16T17:16:12.866Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-16T17:16:12.866Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-16T17:16:12.866Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-16T17:16:12.866Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-16T17:16:12.866Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-16T17:16:12.866Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-16T17:16:12.866Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-16T17:16:12.866Z] Vulnerability Srbds: Not affected [2021-03-16T17:16:12.866Z] Vulnerability Tsx async abort: Not affected [2021-03-16T17:16:12.866Z] 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-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] ---> nproc: [2021-03-16T17:16:12.866Z] 4 [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] ---> df -h: [2021-03-16T17:16:12.866Z] Filesystem Size Used Available Use% Mounted on [2021-03-16T17:16:12.866Z] overlay 50.0G 12.2G 37.8G 24% / [2021-03-16T17:16:12.866Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-16T17:16:12.866Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-16T17:16:12.866Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/396@tmp [2021-03-16T17:16:12.866Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/396 [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] ---> free -m: [2021-03-16T17:16:12.866Z] total used free shared buff/cache available [2021-03-16T17:16:12.866Z] Mem: 1837 856 141 0 839 940 [2021-03-16T17:16:12.866Z] Swap: 1023 63 960 [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] ---> ip addr: [2021-03-16T17:16:12.866Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-16T17:16:12.866Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-16T17:16:12.866Z] inet 127.0.0.1/8 scope host lo [2021-03-16T17:16:12.866Z] valid_lft forever preferred_lft forever [2021-03-16T17:16:12.866Z] inet6 ::1/128 scope host [2021-03-16T17:16:12.866Z] valid_lft forever preferred_lft forever [2021-03-16T17:16:12.866Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-16T17:16:12.866Z] link/ether fa:16:3e:f5:82:4d brd ff:ff:ff:ff:ff:ff [2021-03-16T17:16:12.866Z] inet 10.30.122.94/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-16T17:16:12.866Z] valid_lft 85204sec preferred_lft 85204sec [2021-03-16T17:16:12.866Z] inet6 fe80::f816:3eff:fef5:824d/64 scope link [2021-03-16T17:16:12.866Z] valid_lft forever preferred_lft forever [2021-03-16T17:16:12.866Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-16T17:16:12.866Z] link/ether 02:42:f4:c8:e9:ba brd ff:ff:ff:ff:ff:ff [2021-03-16T17:16:12.866Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-16T17:16:12.866Z] valid_lft forever preferred_lft forever [2021-03-16T17:16:12.866Z] inet6 fe80::42:f4ff:fec8:e9ba/64 scope link [2021-03-16T17:16:12.866Z] valid_lft forever preferred_lft forever [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] ---> sar -b -r -n DEV: [2021-03-16T17:16:12.866Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] 16:56:06 LINUX RESTART (4 CPU) [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] 16:57:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-16T17:16:12.866Z] 16:58:01 91.40 39.58 51.83 0.00 7230.59 15233.60 0.00 [2021-03-16T17:16:12.866Z] 16:59:01 225.51 86.37 139.13 0.00 5023.89 40937.97 0.00 [2021-03-16T17:16:12.866Z] 17:00:01 243.37 106.22 137.15 0.00 3780.74 18464.89 0.00 [2021-03-16T17:16:12.866Z] 17:01:01 117.26 44.52 72.75 0.00 1611.03 9542.02 0.00 [2021-03-16T17:16:12.866Z] 17:02:01 128.73 37.82 90.91 0.00 2627.17 23689.84 0.00 [2021-03-16T17:16:12.866Z] 17:03:02 1966.55 1652.22 314.34 0.00 140537.07 199053.41 0.00 [2021-03-16T17:16:12.866Z] 17:04:01 1681.04 1460.03 221.01 0.00 98678.43 109284.66 0.00 [2021-03-16T17:16:12.866Z] 17:05:02 628.82 272.65 356.17 0.00 94062.69 143727.84 0.00 [2021-03-16T17:16:12.866Z] 17:06:01 1302.65 1015.32 287.33 0.00 58981.32 64170.19 0.00 [2021-03-16T17:16:12.866Z] 17:07:01 128.25 37.05 91.20 0.00 6186.89 11650.82 0.00 [2021-03-16T17:16:12.866Z] 17:08:01 53.54 48.69 4.84 0.00 1693.89 114.35 0.00 [2021-03-16T17:16:12.866Z] 17:09:01 1.72 1.30 0.42 0.00 100.98 6.63 0.00 [2021-03-16T17:16:12.866Z] 17:10:01 0.32 0.00 0.32 0.00 0.00 5.15 0.00 [2021-03-16T17:16:12.866Z] 17:11:01 0.25 0.05 0.20 0.00 1.20 1.75 0.00 [2021-03-16T17:16:12.866Z] 17:12:01 2.23 1.45 0.78 0.00 51.96 14.89 0.00 [2021-03-16T17:16:12.866Z] 17:13:01 0.30 0.00 0.30 0.00 0.00 4.01 0.00 [2021-03-16T17:16:12.866Z] 17:14:01 242.00 113.51 128.49 0.00 6969.81 34093.01 0.00 [2021-03-16T17:16:12.866Z] 17:15:01 451.53 282.03 169.50 0.00 8759.13 33275.21 0.00 [2021-03-16T17:16:12.866Z] 17:16:01 340.88 247.28 93.60 0.00 11103.24 21429.06 0.00 [2021-03-16T17:16:12.866Z] Average: 400.38 286.49 113.88 0.00 23587.37 38239.87 0.00 [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] 16:57:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-16T17:16:12.866Z] 16:58:01 253632 0 574416 30.53 2620 1050876 1186444 40.49 563132 860812 43116 [2021-03-16T17:16:12.866Z] 16:59:01 64816 0 714988 38.00 2076 1099664 1515912 51.74 588752 960680 63476 [2021-03-16T17:16:12.866Z] 17:00:01 125704 0 816552 43.40 896 938392 1622100 55.36 708024 760656 91744 [2021-03-16T17:16:12.866Z] 17:01:01 227404 0 760468 40.42 712 892960 1728084 58.98 622860 738532 45100 [2021-03-16T17:16:12.866Z] 17:02:01 221376 0 700216 37.21 556 959396 1109236 37.86 560372 811176 44 [2021-03-16T17:16:12.866Z] 17:03:02 76784 0 825572 43.88 60 979128 2314424 78.99 753488 834212 82212 [2021-03-16T17:16:12.866Z] 17:04:01 87104 0 1109212 58.95 60 685168 3359244 114.65 811680 707492 57432 [2021-03-16T17:16:12.866Z] 17:05:02 83596 0 715676 38.04 60 1082212 1736516 59.26 723872 852524 41716 [2021-03-16T17:16:12.866Z] 17:06:01 121080 0 892056 47.41 60 868348 3000008 102.39 727068 772896 48 [2021-03-16T17:16:12.866Z] 17:07:01 321448 0 660564 35.11 60 899472 1438548 49.10 544148 769060 28 [2021-03-16T17:16:12.866Z] 17:08:01 307600 0 624272 33.18 60 949612 1201932 41.02 521328 808080 8 [2021-03-16T17:16:12.866Z] 17:09:01 309824 0 619020 32.90 60 952640 1154416 39.40 517392 810436 8 [2021-03-16T17:16:12.866Z] 17:10:01 308808 0 620024 32.95 60 952652 1154680 39.41 518844 810444 8 [2021-03-16T17:16:12.866Z] 17:11:01 309820 0 619016 32.90 60 952648 1173648 40.05 517816 810440 12 [2021-03-16T17:16:12.866Z] 17:12:01 307696 0 620256 32.97 60 953532 1154636 39.41 518648 811224 16 [2021-03-16T17:16:12.866Z] 17:13:01 308876 0 619072 32.90 60 953536 1154492 39.40 517660 811220 12 [2021-03-16T17:16:12.866Z] 17:14:01 75492 0 763672 40.59 60 1042320 1417068 48.36 654636 842580 55892 [2021-03-16T17:16:12.866Z] 17:15:01 118268 0 766448 40.74 0 996828 1375400 46.94 466784 936408 152 [2021-03-16T17:16:12.866Z] 17:16:01 248032 0 825728 43.89 0 807784 1153248 39.36 357324 825196 59340 [2021-03-16T17:16:12.866Z] Average: 204072 0 728801 38.73 399 948272 1576318 53.80 589149 817583 28440 [2021-03-16T17:16:12.866Z] [2021-03-16T17:16:12.866Z] 16:57:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-16T17:16:12.866Z] 16:58:01 vethbd27922 908.36 764.52 87.58 2729.57 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 16:58:01 eth0 1003.13 1090.36 3723.46 134.23 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 16:58:01 docker0 908.36 764.38 75.16 2729.56 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 16:59:01 veth61afe7e 114.04 117.84 10.83 459.50 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 16:59:01 eth0 491.81 422.05 3663.39 44.19 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 16:59:01 docker0 167.29 191.53 12.09 820.41 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:00:01 vethb2854dc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:00:01 eth0 59.87 46.63 44.41 66.72 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:00:01 docker0 2.06 2.05 0.16 11.64 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:01:01 vethb2854dc 2.34 2.34 0.19 0.19 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:01:01 eth0 22.15 12.43 16.59 9.10 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:01:01 docker0 2.34 2.34 0.16 0.19 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:02:01 eth0 204.21 166.00 1699.90 82.81 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:03:02 vethf80dd4d 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:03:02 eth0 74.98 43.42 173.29 56.18 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:03:02 docker0 13.13 29.93 0.69 145.87 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:04:01 vethf80dd4d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:04:01 eth0 8.86 3.97 6.41 3.35 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:04:01 veth01a2faf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:04:01 veth44f903a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:05:02 vethf80dd4d 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:05:02 eth0 288.85 211.99 1774.71 30.58 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:05:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:05:02 docker0 1142.08 1082.54 90.39 4121.71 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:06:01 veth249552f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:06:01 vethba38680 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:06:01 vethf80dd4d 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:06:01 eth0 75.64 53.14 151.29 82.33 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.866Z] 17:07:01 eth0 344.09 317.87 201.13 1144.59 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:07:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:07:01 docker0 1165.27 1120.07 92.13 4310.81 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:08:01 eth0 99.85 98.27 37.99 467.88 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:09:01 eth0 1.07 0.08 0.09 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:10:01 eth0 2.86 2.13 0.45 6.75 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:11:01 eth0 0.73 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:12:01 eth0 8.94 8.74 0.94 18.03 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:13:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:14:01 veth2ce1952 38.56 37.54 3.88 247.96 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:14:01 eth0 498.34 452.22 4286.10 43.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:14:01 docker0 38.56 37.41 3.35 247.95 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:15:01 eth0 411.83 354.19 3229.85 86.46 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:15:01 docker0 3.81 3.33 0.60 3.02 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:16:01 eth0 287.89 234.27 2438.25 81.11 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] 17:16:01 docker0 32.31 38.98 2.44 220.41 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] Average: eth0 204.17 184.69 1128.90 124.21 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] Average: docker0 65.41 63.29 5.20 252.27 0.00 0.00 0.00 0.00 [2021-03-16T17:16:12.867Z] [2021-03-16T17:16:12.867Z] [2021-03-16T17:16:12.867Z] ---> sar -P ALL: [2021-03-16T17:16:12.867Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) [2021-03-16T17:16:12.867Z] [2021-03-16T17:16:12.867Z] 16:56:06 LINUX RESTART (4 CPU) [2021-03-16T17:16:12.867Z] [2021-03-16T17:16:12.867Z] 16:57:02 CPU %user %nice %system %iowait %steal %idle [2021-03-16T17:16:12.867Z] 16:58:01 all 12.10 0.00 5.53 1.79 0.31 80.27 [2021-03-16T17:16:12.867Z] 16:58:01 0 11.83 0.00 6.79 2.41 0.31 78.65 [2021-03-16T17:16:12.867Z] 16:58:01 1 9.17 0.00 4.25 0.29 0.31 85.97 [2021-03-16T17:16:12.867Z] 16:58:01 2 16.90 0.00 5.11 1.14 0.31 76.54 [2021-03-16T17:16:12.867Z] 16:58:01 3 10.50 0.00 5.99 3.32 0.30 79.90 [2021-03-16T17:16:12.867Z] 16:59:01 all 9.08 0.00 7.35 2.96 0.21 80.40 [2021-03-16T17:16:12.867Z] 16:59:01 0 9.69 0.00 8.59 1.92 0.26 79.53 [2021-03-16T17:16:12.867Z] 16:59:01 1 9.50 0.00 6.82 3.61 0.17 79.90 [2021-03-16T17:16:12.867Z] 16:59:01 2 8.38 0.00 7.32 3.33 0.22 80.75 [2021-03-16T17:16:12.867Z] 16:59:01 3 8.76 0.00 6.67 2.97 0.17 81.43 [2021-03-16T17:16:12.867Z] 17:00:01 all 42.48 0.00 13.00 6.29 0.22 38.02 [2021-03-16T17:16:12.867Z] 17:00:01 0 41.23 0.00 13.57 4.72 0.23 40.25 [2021-03-16T17:16:12.867Z] 17:00:01 1 41.30 0.00 13.23 9.38 0.21 35.88 [2021-03-16T17:16:12.867Z] 17:00:01 2 43.08 0.00 12.61 4.20 0.23 39.87 [2021-03-16T17:16:12.867Z] 17:00:01 3 44.31 0.00 12.57 6.83 0.23 36.06 [2021-03-16T17:16:12.867Z] 17:01:01 all 48.53 0.00 13.61 4.14 0.25 33.47 [2021-03-16T17:16:12.867Z] 17:01:01 0 48.53 0.00 13.80 3.00 0.26 34.40 [2021-03-16T17:16:12.867Z] 17:01:01 1 48.28 0.00 13.42 3.56 0.23 34.51 [2021-03-16T17:16:12.867Z] 17:01:01 2 48.60 0.00 13.57 5.22 0.21 32.40 [2021-03-16T17:16:12.867Z] 17:01:01 3 48.71 0.00 13.62 4.77 0.31 32.58 [2021-03-16T17:16:12.867Z] 17:02:01 all 29.75 0.00 11.88 2.40 0.80 55.17 [2021-03-16T17:16:12.867Z] 17:02:01 0 30.37 0.00 12.49 2.73 0.83 53.58 [2021-03-16T17:16:12.867Z] 17:02:01 1 29.74 0.00 11.72 1.79 0.88 55.88 [2021-03-16T17:16:12.867Z] 17:02:01 2 28.79 0.00 11.96 1.57 0.66 57.02 [2021-03-16T17:16:12.867Z] 17:02:01 3 30.09 0.00 11.35 3.51 0.85 54.20 [2021-03-16T17:16:12.867Z] 17:03:02 all 21.81 0.00 30.37 12.93 2.07 32.82 [2021-03-16T17:16:12.867Z] 17:03:02 0 22.01 0.00 27.71 12.53 2.28 35.47 [2021-03-16T17:16:12.867Z] 17:03:02 1 22.16 0.00 30.54 11.63 2.11 33.56 [2021-03-16T17:16:12.867Z] 17:03:02 2 21.41 0.00 31.47 14.02 2.10 31.01 [2021-03-16T17:16:12.867Z] 17:03:02 3 21.66 0.00 31.77 13.55 1.79 31.24 [2021-03-16T17:16:12.867Z] 17:04:01 all 55.97 0.00 21.02 11.27 1.11 10.63 [2021-03-16T17:16:12.867Z] 17:04:01 0 55.18 0.00 19.31 10.56 1.28 13.67 [2021-03-16T17:16:12.867Z] 17:04:01 1 55.92 0.00 21.53 11.40 1.03 10.13 [2021-03-16T17:16:12.867Z] 17:04:01 2 56.06 0.00 21.65 11.88 1.22 9.18 [2021-03-16T17:16:12.867Z] 17:04:01 3 56.73 0.00 21.57 11.25 0.89 9.56 [2021-03-16T17:16:12.867Z] 17:05:02 all 30.54 0.00 25.93 19.06 2.07 22.39 [2021-03-16T17:16:12.867Z] 17:05:02 0 29.43 0.00 24.76 18.77 2.23 24.82 [2021-03-16T17:16:12.867Z] 17:05:02 1 30.55 0.00 25.31 18.54 1.96 23.64 [2021-03-16T17:16:12.867Z] 17:05:02 2 31.40 0.00 27.32 20.24 2.01 19.04 [2021-03-16T17:16:12.867Z] 17:05:02 3 30.80 0.00 26.34 18.71 2.10 22.05 [2021-03-16T17:16:12.867Z] 17:06:01 all 60.65 0.00 22.70 11.32 0.75 4.58 [2021-03-16T17:16:12.867Z] 17:06:01 0 61.88 0.00 21.61 11.74 0.75 4.01 [2021-03-16T17:16:12.867Z] 17:06:01 1 59.88 0.00 23.01 10.97 0.81 5.32 [2021-03-16T17:16:12.867Z] 17:06:01 2 59.65 0.00 23.32 11.03 0.72 5.28 [2021-03-16T17:16:12.867Z] 17:06:01 3 61.18 0.00 22.87 11.53 0.71 3.71 [2021-03-16T17:16:12.867Z] 17:07:01 all 15.46 0.00 8.03 3.27 0.64 72.61 [2021-03-16T17:16:12.867Z] 17:07:01 0 15.96 0.00 8.81 3.79 0.53 70.91 [2021-03-16T17:16:12.867Z] 17:07:01 1 15.27 0.00 7.47 3.91 0.73 72.63 [2021-03-16T17:16:12.867Z] 17:07:01 2 16.16 0.00 8.45 1.56 0.68 73.16 [2021-03-16T17:16:12.867Z] 17:07:01 3 14.47 0.00 7.38 3.83 0.60 73.72 [2021-03-16T17:16:12.867Z] 17:08:01 all 3.13 0.00 1.15 1.28 0.31 94.13 [2021-03-16T17:16:12.867Z] 17:08:01 0 3.35 0.00 1.51 1.22 0.23 93.68 [2021-03-16T17:16:12.867Z] 17:08:01 1 2.98 0.00 0.94 1.32 0.32 94.45 [2021-03-16T17:16:12.867Z] 17:08:01 2 2.96 0.00 1.12 1.29 0.30 94.33 [2021-03-16T17:16:12.867Z] 17:08:01 3 3.23 0.00 1.05 1.27 0.38 94.06 [2021-03-16T17:16:12.867Z] [2021-03-16T17:16:12.867Z] 17:08:01 CPU %user %nice %system %iowait %steal %idle [2021-03-16T17:16:12.867Z] 17:09:01 all 0.05 0.00 0.05 0.00 0.02 99.88 [2021-03-16T17:16:12.867Z] 17:09:01 0 0.10 0.00 0.07 0.00 0.02 99.82 [2021-03-16T17:16:12.867Z] 17:09:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-16T17:16:12.867Z] 17:09:01 2 0.03 0.00 0.02 0.00 0.03 99.92 [2021-03-16T17:16:12.867Z] 17:09:01 3 0.02 0.00 0.05 0.02 0.02 99.90 [2021-03-16T17:16:12.867Z] 17:10:01 all 0.09 0.00 0.05 0.00 0.00 99.86 [2021-03-16T17:16:12.867Z] 17:10:01 0 0.08 0.00 0.05 0.00 0.02 99.85 [2021-03-16T17:16:12.867Z] 17:10:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-03-16T17:16:12.867Z] 17:10:01 2 0.12 0.00 0.08 0.00 0.00 99.80 [2021-03-16T17:16:12.867Z] 17:10:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2021-03-16T17:16:12.867Z] 17:11:01 all 0.03 0.00 0.04 0.00 0.00 99.93 [2021-03-16T17:16:12.867Z] 17:11:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-03-16T17:16:12.867Z] 17:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-16T17:16:12.867Z] 17:11:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-03-16T17:16:12.867Z] 17:11:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-03-16T17:16:12.867Z] 17:12:01 all 0.15 0.00 0.27 0.02 0.00 99.55 [2021-03-16T17:16:12.867Z] 17:12:01 0 0.07 0.00 0.08 0.00 0.00 99.85 [2021-03-16T17:16:12.867Z] 17:12:01 1 0.33 0.00 0.17 0.00 0.02 99.48 [2021-03-16T17:16:12.867Z] 17:12:01 2 0.15 0.00 0.22 0.08 0.00 99.55 [2021-03-16T17:16:12.867Z] 17:12:01 3 0.07 0.00 0.63 0.00 0.00 99.30 [2021-03-16T17:16:12.867Z] 17:13:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-03-16T17:16:12.867Z] 17:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-16T17:16:12.867Z] 17:13:01 1 0.53 0.00 0.02 0.00 0.00 99.46 [2021-03-16T17:16:12.867Z] 17:13:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-03-16T17:16:12.867Z] 17:13:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-03-16T17:16:12.867Z] 17:14:01 all 9.88 0.00 7.07 4.96 0.05 78.03 [2021-03-16T17:16:12.867Z] 17:14:01 0 9.08 0.00 6.86 4.69 0.05 79.32 [2021-03-16T17:16:12.867Z] 17:14:01 1 10.89 0.00 7.98 5.65 0.05 75.44 [2021-03-16T17:16:12.867Z] 17:14:01 2 9.61 0.00 6.49 4.23 0.05 79.62 [2021-03-16T17:16:12.867Z] 17:14:01 3 9.95 0.00 6.96 5.29 0.03 77.76 [2021-03-16T17:16:12.867Z] 17:15:01 all 9.47 2.62 20.46 11.00 0.07 56.38 [2021-03-16T17:16:12.867Z] 17:15:01 0 10.05 2.39 20.63 10.44 0.07 56.41 [2021-03-16T17:16:12.867Z] 17:15:01 1 9.52 2.49 20.20 10.75 0.10 56.94 [2021-03-16T17:16:12.867Z] 17:15:01 2 8.61 2.88 20.18 13.85 0.07 54.42 [2021-03-16T17:16:12.867Z] 17:15:01 3 9.70 2.71 20.84 8.92 0.05 57.78 [2021-03-16T17:16:12.867Z] 17:16:01 all 10.30 0.16 9.08 3.23 0.05 77.18 [2021-03-16T17:16:12.867Z] 17:16:01 0 8.53 0.14 9.55 3.44 0.03 78.31 [2021-03-16T17:16:12.867Z] 17:16:01 1 9.55 0.15 9.29 3.96 0.03 77.01 [2021-03-16T17:16:12.867Z] 17:16:01 2 13.51 0.12 8.55 2.94 0.07 74.81 [2021-03-16T17:16:12.867Z] 17:16:01 3 9.62 0.24 8.90 2.56 0.07 78.61 [2021-03-16T17:16:12.867Z] Average: all 18.52 0.15 10.21 4.95 0.46 65.72 [2021-03-16T17:16:12.867Z] Average: 0 18.42 0.13 10.16 4.75 0.48 66.04 [2021-03-16T17:16:12.867Z] Average: 1 18.29 0.14 10.11 4.99 0.46 66.00 [2021-03-16T17:16:12.867Z] Average: 2 18.82 0.16 10.31 4.99 0.46 65.27 [2021-03-16T17:16:12.867Z] Average: 3 18.53 0.15 10.24 5.06 0.44 65.58 [2021-03-16T17:16:12.867Z] [2021-03-16T17:16:12.867Z] [2021-03-16T17:16:12.867Z]