Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 55aabd380bacd0682e281293f744acb10e15a247 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6823 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/197 [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/197 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 55aabd380bacd0682e281293f744acb10e15a247 (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 --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 55aabd380bacd0682e281293f744acb10e15a247 # timeout=10 Commit message: "Merge pull request #2806 from weichou1229/issue-2799" > git rev-list --no-walk c53c6110231c23d325d1b3c1e00c5fc26ac542f6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-20T02:06:01.012Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-20T02:06:01.292Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-20T02:06:01.397Z] ========================================================= [2020-10-20T02:06:01.397Z] EdgeX Global Pipelines Version Info [2020-10-20T02:06:01.397Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:06:02.911Z] ------------------- [2020-10-20T02:06:02.911Z] stable info: [2020-10-20T02:06:02.911Z] ------------------- [2020-10-20T02:06:02.911Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-20T02:06:02.911Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-20T02:06:02.911Z] Message: update stable to v1.0.144 [2020-10-20T02:06:03.867Z] ------------------- [2020-10-20T02:06:03.867Z] experimental info: [2020-10-20T02:06:03.867Z] ------------------- [2020-10-20T02:06:03.867Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-20T02:06:03.867Z] Commit SHA: c640cc8e0f176a0a86b153ebfcb15f3e2f33f7bd [2020-10-20T02:06:03.867Z] Message: update experimental to v1.0.145 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-20T02:06:04.119Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-20T02:06:04.203Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-20T02:06:04.285Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-20T02:06:04.370Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-20T02:06:04.450Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-20T02:06:04.531Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-20T02:06:04.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-20T02:06:04.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-20T02:06:04.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-20T02:06:04.882Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-20T02:06:04.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-20T02:06:05.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-20T02:06:05.148Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-20T02:06:05.242Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-20T02:06:05.334Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T02:06:05.423Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-20T02:06:05.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-20T02:06:05.618Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-20T02:06:05.700Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-20T02:06:05.781Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-20T02:06:05.866Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-20T02:06:05.972Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-20T02:06:06.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-20T02:06:06.184Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-20T02:06:06.264Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] echo [2020-10-20T02:06:06.366Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 55aabd3 [Pipeline] echo [2020-10-20T02:06:06.448Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-20T02:06:06.822Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-20T02:06:06.822Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.822Z] ++ dirname cmd/core-command/Dockerfile [2020-10-20T02:06:06.822Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.822Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-20T02:06:06.822Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.822Z] ++ dirname cmd/core-data/Dockerfile [2020-10-20T02:06:06.822Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.822Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-20T02:06:06.822Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.823Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-20T02:06:06.823Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.823Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-20T02:06:06.823Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.823Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-20T02:06:06.823Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.823Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-20T02:06:06.823Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.823Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-20T02:06:06.823Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.823Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-20T02:06:06.823Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.823Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-20T02:06:06.823Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.823Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-20T02:06:06.823Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.823Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-20T02:06:06.823Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.823Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-20T02:06:06.823Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.823Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-20T02:06:06.823Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.823Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-20T02:06:06.823Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.823Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-20T02:06:06.823Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.823Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-20T02:06:06.823Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-20T02:06:06.823Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-20T02:06:06.823Z] ++ cut -d/ -f2 [2020-10-20T02:06:06.823Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-20T02:06:06.895Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-10-20T02:06:07.739Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:06:08.002Z] [2020-10-20T02:06:08.002Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:06:08.398Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:06:08.399Z] latest: Pulling from edgex-devops/git-semver [2020-10-20T02:06:08.399Z] 31603596830f: Pulling fs layer [2020-10-20T02:06:08.399Z] 2a8b12db71e7: Pulling fs layer [2020-10-20T02:06:08.399Z] 6ca5941a6612: Pulling fs layer [2020-10-20T02:06:08.399Z] ecc8261a40a4: Pulling fs layer [2020-10-20T02:06:08.399Z] ecc8261a40a4: Waiting [2020-10-20T02:06:08.399Z] 2a8b12db71e7: Verifying Checksum [2020-10-20T02:06:08.399Z] 2a8b12db71e7: Download complete [2020-10-20T02:06:08.662Z] 31603596830f: Verifying Checksum [2020-10-20T02:06:08.662Z] 31603596830f: Download complete [2020-10-20T02:06:08.662Z] ecc8261a40a4: Verifying Checksum [2020-10-20T02:06:08.662Z] ecc8261a40a4: Download complete [2020-10-20T02:06:08.662Z] 6ca5941a6612: Verifying Checksum [2020-10-20T02:06:08.662Z] 6ca5941a6612: Download complete [2020-10-20T02:06:08.925Z] 31603596830f: Pull complete [2020-10-20T02:06:09.195Z] 2a8b12db71e7: Pull complete [2020-10-20T02:06:10.157Z] 6ca5941a6612: Pull complete [2020-10-20T02:06:10.157Z] ecc8261a40a4: Pull complete [2020-10-20T02:06:10.157Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-20T02:06:10.157Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:06:10.157Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-20T02:06:10.274Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:06:10.340Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-20T02:06:13.108Z] $ docker top 2e7ee5a8eb497c239e6ac664b2dfaa6736eafe65f85bfb53ed3fa965d56d69f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T02:06:13.388Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:06:13.388Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:06:13.642Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:06:13.648Z] $ docker exec 2e7ee5a8eb497c239e6ac664b2dfaa6736eafe65f85bfb53ed3fa965d56d69f8 ssh-agent [2020-10-20T02:06:13.838Z] SSH_AUTH_SOCK=/tmp/ssh-f446vD9XtsHi/agent.13 [2020-10-20T02:06:13.838Z] SSH_AGENT_PID=19 [2020-10-20T02:06:13.850Z] Running ssh-add (command line suppressed) [2020-10-20T02:06:13.987Z] Identity added: /w/workspace/edgex-go/197@tmp/private_key_5416668185464071692.key (/w/workspace/edgex-go/197@tmp/private_key_5416668185464071692.key) [2020-10-20T02:06:14.044Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:06:14.389Z] + git tag --points-at HEAD [Pipeline] } [2020-10-20T02:06:14.416Z] $ docker exec --env ******** --env ******** 2e7ee5a8eb497c239e6ac664b2dfaa6736eafe65f85bfb53ed3fa965d56d69f8 ssh-agent -k [2020-10-20T02:06:14.553Z] unset SSH_AUTH_SOCK; [2020-10-20T02:06:14.554Z] unset SSH_AGENT_PID; [2020-10-20T02:06:14.554Z] echo Agent pid 19 killed; [2020-10-20T02:06:14.598Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-20T02:06:14.743Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:06:14.743Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:06:14.940Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:06:14.947Z] $ docker exec 2e7ee5a8eb497c239e6ac664b2dfaa6736eafe65f85bfb53ed3fa965d56d69f8 ssh-agent [2020-10-20T02:06:15.141Z] SSH_AUTH_SOCK=/tmp/ssh-QK4q7ziGRWok/agent.49 [2020-10-20T02:06:15.141Z] SSH_AGENT_PID=55 [2020-10-20T02:06:15.149Z] Running ssh-add (command line suppressed) [2020-10-20T02:06:15.291Z] Identity added: /w/workspace/edgex-go/197@tmp/private_key_6213846646877563504.key (/w/workspace/edgex-go/197@tmp/private_key_6213846646877563504.key) [2020-10-20T02:06:15.344Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:06:15.706Z] + git semver init [2020-10-20T02:06:15.706Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T02:06:15.706Z] # $GIT_DIR = /w/workspace/edgex-go/197/.git [2020-10-20T02:06:15.706Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/197 [2020-10-20T02:06:15.706Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T02:06:15.706Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T02:06:15.706Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T02:06:15.706Z] # $SEMVER_BRANCH = master [2020-10-20T02:06:15.706Z] # $SEMVER_TEMP = /tmp/semver-520508488 [2020-10-20T02:06:15.706Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-20T02:06:42.369Z] # '/tmp/semver-520508488' -> '/w/workspace/edgex-go/197/.semver' [2020-10-20T02:06:42.369Z] # -> Force: false [2020-10-20T02:06:42.369Z] # $SEMVER_DIR = /w/workspace/edgex-go/197/.semver [Pipeline] } [2020-10-20T02:06:42.393Z] $ docker exec --env ******** --env ******** 2e7ee5a8eb497c239e6ac664b2dfaa6736eafe65f85bfb53ed3fa965d56d69f8 ssh-agent -k [2020-10-20T02:06:42.636Z] unset SSH_AUTH_SOCK; [2020-10-20T02:06:42.637Z] unset SSH_AGENT_PID; [2020-10-20T02:06:42.637Z] echo Agent pid 55 killed; [2020-10-20T02:06:42.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T02:06:43.275Z] + git semver [Pipeline] } [2020-10-20T02:06:43.298Z] $ docker stop --time=1 2e7ee5a8eb497c239e6ac664b2dfaa6736eafe65f85bfb53ed3fa965d56d69f8 [2020-10-20T02:06:44.961Z] $ docker rm -f 2e7ee5a8eb497c239e6ac664b2dfaa6736eafe65f85bfb53ed3fa965d56d69f8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:06:45.484Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-20T02:06:46.094Z] Stashed 1 file(s) [Pipeline] echo [2020-10-20T02:06:46.097Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.81 [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] echo [2020-10-20T02:06:46.866Z] ========================================================= [2020-10-20T02:06:46.866Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-20T02:06:46.866Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:06:47.216Z] + 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 . [2020-10-20T02:06:51.463Z] Sending build context to Docker daemon 325.3MB [2020-10-20T02:06:51.463Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T02:06:51.463Z] Step 2/7 : FROM ${BASE} [2020-10-20T02:06:51.463Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-20T02:06:51.463Z] df20fa9351a1: Pulling fs layer [2020-10-20T02:06:51.463Z] ed8968b2872e: Pulling fs layer [2020-10-20T02:06:51.463Z] a92cc7c5fd73: Pulling fs layer [2020-10-20T02:06:51.463Z] e871e8e8d7a9: Pulling fs layer [2020-10-20T02:06:51.463Z] e73272ec9a57: Pulling fs layer [2020-10-20T02:06:51.463Z] 1e910a182e73: Pulling fs layer [2020-10-20T02:06:51.463Z] 4e634b169226: Pulling fs layer [2020-10-20T02:06:51.463Z] e871e8e8d7a9: Waiting [2020-10-20T02:06:51.463Z] e73272ec9a57: Waiting [2020-10-20T02:06:51.463Z] 1e910a182e73: Waiting [2020-10-20T02:06:51.463Z] 4e634b169226: Waiting [2020-10-20T02:06:51.463Z] a92cc7c5fd73: Download complete [2020-10-20T02:06:51.463Z] ed8968b2872e: Verifying Checksum [2020-10-20T02:06:51.463Z] ed8968b2872e: Download complete [2020-10-20T02:06:51.463Z] e73272ec9a57: Verifying Checksum [2020-10-20T02:06:51.463Z] e73272ec9a57: Download complete [2020-10-20T02:06:51.463Z] 1e910a182e73: Verifying Checksum [2020-10-20T02:06:51.463Z] 1e910a182e73: Download complete [2020-10-20T02:06:51.463Z] df20fa9351a1: Verifying Checksum [2020-10-20T02:06:51.463Z] df20fa9351a1: Download complete [2020-10-20T02:06:52.040Z] df20fa9351a1: Pull complete [2020-10-20T02:06:52.304Z] ed8968b2872e: Pull complete [2020-10-20T02:06:52.304Z] a92cc7c5fd73: Pull complete [2020-10-20T02:06:53.714Z] 4e634b169226: Verifying Checksum [2020-10-20T02:06:53.714Z] 4e634b169226: Download complete [2020-10-20T02:06:54.294Z] e871e8e8d7a9: Verifying Checksum [2020-10-20T02:06:54.294Z] e871e8e8d7a9: Download complete [2020-10-20T02:06:59.635Z] e871e8e8d7a9: Pull complete [2020-10-20T02:06:59.635Z] e73272ec9a57: Pull complete [2020-10-20T02:06:59.898Z] 1e910a182e73: Pull complete [2020-10-20T02:07:01.629Z] Still waiting to schedule task [2020-10-20T02:07:01.629Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-20T02:07:05.221Z] 4e634b169226: Pull complete [2020-10-20T02:07:05.221Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-20T02:07:05.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-20T02:07:05.221Z] ---> f7629b54cfaa [2020-10-20T02:07:05.221Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-20T02:07:05.221Z] ---> Running in e233c9bccaa8 [2020-10-20T02:07:05.221Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:07:05.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:07:06.372Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T02:07:06.637Z] (2/12) Installing file (5.38-r0) [2020-10-20T02:07:06.637Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T02:07:06.637Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T02:07:18.896Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T02:07:18.896Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T02:07:18.896Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T02:07:18.896Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T02:07:18.896Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T02:07:18.896Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T02:07:18.896Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T02:07:19.158Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T02:07:19.158Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:07:19.158Z] OK: 233 MiB in 51 packages [2020-10-20T02:07:23.400Z] Removing intermediate container e233c9bccaa8 [2020-10-20T02:07:23.400Z] ---> 07a218b5202b [2020-10-20T02:07:23.400Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T02:07:23.400Z] ---> Running in b21c7b02e191 [2020-10-20T02:07:23.400Z] Removing intermediate container b21c7b02e191 [2020-10-20T02:07:23.400Z] ---> d3219d4a5a32 [2020-10-20T02:07:23.400Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T02:07:23.979Z] latest: Pulling from library/docker [2020-10-20T02:07:23.979Z] df20fa9351a1: Already exists [2020-10-20T02:07:23.979Z] 25ad7478873d: Pulling fs layer [2020-10-20T02:07:23.979Z] 4684f6177b5d: Pulling fs layer [2020-10-20T02:07:23.979Z] 8ba584e970af: Pulling fs layer [2020-10-20T02:07:23.979Z] 3cdc74d2b06d: Pulling fs layer [2020-10-20T02:07:23.979Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-20T02:07:23.979Z] fca0ccc462d5: Pulling fs layer [2020-10-20T02:07:23.979Z] 3cdc74d2b06d: Waiting [2020-10-20T02:07:23.979Z] 4cf5a0d07c1f: Waiting [2020-10-20T02:07:23.979Z] fca0ccc462d5: Waiting [2020-10-20T02:07:24.243Z] 25ad7478873d: Verifying Checksum [2020-10-20T02:07:24.243Z] 25ad7478873d: Download complete [2020-10-20T02:07:24.243Z] 3cdc74d2b06d: Verifying Checksum [2020-10-20T02:07:24.243Z] 3cdc74d2b06d: Download complete [2020-10-20T02:07:24.243Z] 4684f6177b5d: Verifying Checksum [2020-10-20T02:07:24.243Z] 4684f6177b5d: Download complete [2020-10-20T02:07:24.508Z] fca0ccc462d5: Verifying Checksum [2020-10-20T02:07:24.508Z] fca0ccc462d5: Download complete [2020-10-20T02:07:24.508Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-20T02:07:24.508Z] 4cf5a0d07c1f: Download complete [2020-10-20T02:07:24.508Z] 25ad7478873d: Pull complete [2020-10-20T02:07:24.771Z] 4684f6177b5d: Pull complete [2020-10-20T02:07:25.351Z] 8ba584e970af: Verifying Checksum [2020-10-20T02:07:25.351Z] 8ba584e970af: Download complete [2020-10-20T02:07:27.931Z] 8ba584e970af: Pull complete [2020-10-20T02:07:27.931Z] 3cdc74d2b06d: Pull complete [2020-10-20T02:07:27.931Z] 4cf5a0d07c1f: Pull complete [2020-10-20T02:07:28.195Z] fca0ccc462d5: Pull complete [2020-10-20T02:07:28.195Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T02:07:28.195Z] Status: Downloaded newer image for docker:latest [2020-10-20T02:07:30.135Z] ---> 991a69aabd8d [2020-10-20T02:07:30.135Z] Step 6/7 : COPY go.mod . [2020-10-20T02:07:30.135Z] ---> 68c3b1b7c20c [2020-10-20T02:07:30.135Z] Step 7/7 : RUN go mod download [2020-10-20T02:07:30.135Z] ---> Running in 05b54481c9d3 [2020-10-20T02:07:52.179Z] Removing intermediate container 05b54481c9d3 [2020-10-20T02:07:52.179Z] ---> 87f915498a1b [2020-10-20T02:07:52.179Z] Successfully built 87f915498a1b [2020-10-20T02:07:52.179Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:07:52.507Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-20T02:07:52.507Z] . [Pipeline] withDockerContainer [2020-10-20T02:07:52.621Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:07:52.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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 ******** ci-base-image-x86_64 cat [2020-10-20T02:07:54.312Z] $ docker top d8eab7e9e6854532bf4d11c6eaa6ff61bd8e7e58c5e44f194584349f2c7fdabe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:07:54.869Z] + go version [2020-10-20T02:07:54.869Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-20T02:07:54.886Z] $ docker stop --time=1 d8eab7e9e6854532bf4d11c6eaa6ff61bd8e7e58c5e44f194584349f2c7fdabe [2020-10-20T02:07:56.252Z] $ docker rm -f d8eab7e9e6854532bf4d11c6eaa6ff61bd8e7e58c5e44f194584349f2c7fdabe [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 [2020-10-20T02:07:58.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T02:07:58.895Z] [2020-10-20T02:07:58.895Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:07:59.245Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T02:07:59.245Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-20T02:07:59.245Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-20T02:07:59.245Z] ca9280d653b3: Pulling fs layer [2020-10-20T02:07:59.245Z] 7e9c9ca2126c: Pulling fs layer [2020-10-20T02:07:59.824Z] cbdbe7a5bc2a: Download complete [2020-10-20T02:08:00.093Z] cbdbe7a5bc2a: Pull complete [2020-10-20T02:08:00.359Z] ca9280d653b3: Download complete [2020-10-20T02:08:01.331Z] ca9280d653b3: Pull complete [2020-10-20T02:08:01.331Z] 7e9c9ca2126c: Verifying Checksum [2020-10-20T02:08:01.331Z] 7e9c9ca2126c: Download complete [2020-10-20T02:08:07.974Z] 7e9c9ca2126c: Pull complete [2020-10-20T02:08:07.974Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-20T02:08:07.974Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T02:08:07.974Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-20T02:08:08.114Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:08:08.163Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-20T02:08:09.054Z] $ docker top 4dc7c0ff7780c30747db714ae0ddea4db715b4229b80c1e8708dd0c3990004b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:08:09.577Z] + docker-compose build --help [2020-10-20T02:08:09.577Z] + grep parallel [2020-10-20T02:08:10.521Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T02:08:10.538Z] $ docker stop --time=1 4dc7c0ff7780c30747db714ae0ddea4db715b4229b80c1e8708dd0c3990004b1 [2020-10-20T02:08:11.906Z] $ docker rm -f 4dc7c0ff7780c30747db714ae0ddea4db715b4229b80c1e8708dd0c3990004b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:08:12.570Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-20T02:08:12.570Z] . [Pipeline] withDockerContainer [2020-10-20T02:08:12.675Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:08:12.841Z] $ 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/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-20T02:08:13.540Z] $ docker top 76f6fd3963416d1cb251e6e1e6597cc44f8fbed45ac9c4dcd15de1f6903ed298 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:08:14.126Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T02:08:15.113Z] Building docker-core-command-go ... [2020-10-20T02:08:15.113Z] Building docker-core-data-go ... [2020-10-20T02:08:15.113Z] Building docker-core-metadata-go ... [2020-10-20T02:08:15.113Z] Building docker-security-proxy-setup-go ... [2020-10-20T02:08:15.113Z] Building docker-security-secrets-setup-go ... [2020-10-20T02:08:15.113Z] Building docker-security-secretstore-setup-go ... [2020-10-20T02:08:15.113Z] Building docker-support-logging-go ... [2020-10-20T02:08:15.113Z] Building docker-support-notifications-go ... [2020-10-20T02:08:15.113Z] Building docker-support-scheduler-go ... [2020-10-20T02:08:15.113Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T02:08:15.113Z] Building docker-security-secretstore-setup-go [2020-10-20T02:08:15.113Z] Building docker-sys-mgmt-agent-go [2020-10-20T02:08:15.113Z] Building docker-security-secrets-setup-go [2020-10-20T02:08:15.113Z] Building docker-support-notifications-go [2020-10-20T02:08:15.113Z] Building docker-core-command-go [2020-10-20T02:08:41.984Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:08:41.984Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:08:41.984Z] ---> 87f915498a1b [2020-10-20T02:08:41.984Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T02:08:41.984Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:08:41.984Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:08:41.984Z] ---> 87f915498a1b [2020-10-20T02:08:41.984Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T02:08:41.984Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:08:41.984Z] Step 2/27 : FROM ${BUILDER_BASE} AS builderStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:08:41.984Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:08:41.984Z] ---> 87f915498a1b [2020-10-20T02:08:41.984Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T02:08:41.984Z] [2020-10-20T02:08:41.984Z] ---> 87f915498a1b [2020-10-20T02:08:41.984Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T02:08:41.984Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:08:41.984Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T02:08:41.984Z] ---> 87f915498a1b [2020-10-20T02:08:41.984Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T02:08:41.984Z] ---> Running in 8b5cbfbb8831 [2020-10-20T02:08:41.984Z] ---> Running in 52e2f017b289 [2020-10-20T02:08:41.984Z] ---> Running in f384b6580f6d [2020-10-20T02:08:41.984Z] ---> Running in ee7ba7bc53c6 [2020-10-20T02:08:41.984Z] ---> Running in f87e0ce70d6c [2020-10-20T02:08:41.984Z] Removing intermediate container 52e2f017b289 [2020-10-20T02:08:41.984Z] ---> 67e93ac1efbc [2020-10-20T02:08:41.984Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:08:41.984Z] Removing intermediate container f384b6580f6d [2020-10-20T02:08:41.984Z] ---> 9d6639459c9c [2020-10-20T02:08:41.984Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:08:41.984Z] Removing intermediate container 8b5cbfbb8831 [2020-10-20T02:08:41.984Z] ---> 5b595ba1f3ef [2020-10-20T02:08:41.984Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:08:41.984Z] Removing intermediate container ee7ba7bc53c6 [2020-10-20T02:08:41.984Z] ---> ada6bedf6ab7 [2020-10-20T02:08:41.984Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T02:08:41.984Z] Removing intermediate container f87e0ce70d6c [2020-10-20T02:08:41.984Z] ---> 8df120356c8b [2020-10-20T02:08:41.984Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:08:41.984Z] ---> Running in 7cecc98ac538 [2020-10-20T02:08:41.984Z] ---> Running in 3083b170fed2 [2020-10-20T02:08:41.984Z] ---> Running in ce6b7b440bf2 [2020-10-20T02:08:41.984Z] ---> Running in c371a9a8bc3f [2020-10-20T02:08:41.984Z] ---> Running in 0e0e9dfb3926 [2020-10-20T02:08:42.589Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:43.198Z] Removing intermediate container 7cecc98ac538 [2020-10-20T02:08:43.475Z] ---> ea1427b95dec [2020-10-20T02:08:43.475Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T02:08:43.475Z] Removing intermediate container 3083b170fed2 [2020-10-20T02:08:43.475Z] ---> 18150fe89d4d [2020-10-20T02:08:43.475Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T02:08:43.475Z] ---> Running in ecb6773400ed [2020-10-20T02:08:43.739Z] ---> Running in 252995738bb1 [2020-10-20T02:08:43.740Z] Removing intermediate container 0e0e9dfb3926 [2020-10-20T02:08:43.740Z] ---> 3322185ea26c [2020-10-20T02:08:43.740Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T02:08:43.740Z] Removing intermediate container c371a9a8bc3f [2020-10-20T02:08:43.740Z] ---> 9cb65b2514bb [2020-10-20T02:08:43.740Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T02:08:43.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:43.740Z] ---> Running in 62aa21695d8c [2020-10-20T02:08:44.007Z] ---> Running in cb83a3da7aeb [2020-10-20T02:08:44.288Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:44.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:44.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:44.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:45.122Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:08:45.122Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:08:45.122Z] OK: 12752 distinct packages available [2020-10-20T02:08:45.122Z] OK: 233 MiB in 51 packages [2020-10-20T02:08:45.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:45.702Z] Removing intermediate container ce6b7b440bf2 [2020-10-20T02:08:45.702Z] ---> e1a421f6a04e [2020-10-20T02:08:45.702Z] Step 5/29 : COPY go.mod . [2020-10-20T02:08:45.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:45.989Z] ---> 6d0a65e32eb4 [2020-10-20T02:08:45.989Z] Step 6/29 : RUN go mod download [2020-10-20T02:08:45.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:45.989Z] ---> Running in f3918bb88796 [2020-10-20T02:08:45.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:08:46.964Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:08:46.964Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:08:46.964Z] OK: 12752 distinct packages available [2020-10-20T02:08:47.246Z] OK: 233 MiB in 51 packages [2020-10-20T02:08:47.246Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:08:47.246Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:08:47.246Z] OK: 12752 distinct packages available [2020-10-20T02:08:47.538Z] Removing intermediate container f3918bb88796 [2020-10-20T02:08:47.538Z] ---> 48e21e71124b [2020-10-20T02:08:47.538Z] Step 7/29 : COPY . . [2020-10-20T02:08:47.538Z] OK: 233 MiB in 51 packages [2020-10-20T02:08:47.828Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:08:47.828Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:08:47.828Z] OK: 12752 distinct packages available [2020-10-20T02:08:48.123Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:08:48.123Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:08:48.123Z] OK: 12752 distinct packages available [2020-10-20T02:08:48.123Z] OK: 233 MiB in 51 packages [2020-10-20T02:08:48.428Z] OK: 233 MiB in 51 packages [2020-10-20T02:08:48.428Z] Removing intermediate container 252995738bb1 [2020-10-20T02:08:48.428Z] ---> 091d0131be22 [2020-10-20T02:08:48.428Z] Step 6/22 : COPY go.mod . [2020-10-20T02:08:51.964Z] ---> b2e17666a5ad [2020-10-20T02:08:51.964Z] Step 7/22 : RUN go mod download [2020-10-20T02:08:51.964Z] Removing intermediate container ecb6773400ed [2020-10-20T02:08:51.964Z] ---> baa6d9818f3c [2020-10-20T02:08:51.964Z] Step 6/27 : COPY go.mod . [2020-10-20T02:08:52.604Z] ---> Running in 3ead01b00623 [2020-10-20T02:08:52.880Z] Removing intermediate container 62aa21695d8c [2020-10-20T02:08:52.880Z] ---> ea666bcba3df [2020-10-20T02:08:52.880Z] Step 6/24 : COPY go.mod . [2020-10-20T02:08:54.342Z] ---> 614b2d7fd870 [2020-10-20T02:08:54.342Z] Step 7/27 : RUN go mod download [2020-10-20T02:08:54.342Z] Removing intermediate container cb83a3da7aeb [2020-10-20T02:08:54.342Z] ---> 29dd42bf7ceb [2020-10-20T02:08:54.342Z] Step 6/26 : COPY go.mod . [2020-10-20T02:08:54.940Z] ---> Running in c07590996f13 [2020-10-20T02:08:55.557Z] ---> 0b8714ddec46 [2020-10-20T02:08:55.557Z] Step 7/24 : RUN go mod download [2020-10-20T02:08:56.166Z] ---> 573a9b3f12fb [2020-10-20T02:08:56.166Z] Step 7/26 : RUN go mod download [2020-10-20T02:08:56.768Z] ---> Running in 12e2e747ea40 [2020-10-20T02:08:56.768Z] ---> Running in 104cc9b7820c [2020-10-20T02:08:57.038Z] ---> 78f93b63555f [2020-10-20T02:08:57.038Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T02:08:57.322Z] ---> Running in 7130acf9ce60 [2020-10-20T02:08:57.322Z] Removing intermediate container 3ead01b00623 [2020-10-20T02:08:57.322Z] ---> 044ad9a25f1e [2020-10-20T02:08:57.322Z] Step 8/22 : COPY . . [2020-10-20T02:08:58.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T02:08:58.921Z] Removing intermediate container c07590996f13 [2020-10-20T02:08:58.921Z] ---> 66484ee22033 [2020-10-20T02:08:58.921Z] Step 8/27 : COPY . . [2020-10-20T02:09:02.320Z] Removing intermediate container 12e2e747ea40 [2020-10-20T02:09:02.320Z] ---> c891cdb5b40e [2020-10-20T02:09:02.320Z] Step 8/24 : COPY . . [2020-10-20T02:09:05.653Z] Removing intermediate container 104cc9b7820c [2020-10-20T02:09:05.653Z] ---> 42e872329a6c [2020-10-20T02:09:05.653Z] Step 8/26 : COPY . . [2020-10-20T02:09:27.813Z] ---> 4ca36188d5ac [2020-10-20T02:09:27.813Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T02:09:27.813Z] ---> 02f3b38c8262 [2020-10-20T02:09:27.813Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T02:09:28.078Z] ---> 5d3f2eda60e7 [2020-10-20T02:09:28.078Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T02:09:29.033Z] ---> Running in c2085bb4e6d8 [2020-10-20T02:09:29.034Z] ---> Running in d9be130c5b47 [2020-10-20T02:09:29.300Z] ---> Running in 6789e5da147c [2020-10-20T02:09:30.713Z] Removing intermediate container 7130acf9ce60 [2020-10-20T02:09:30.713Z] ---> fa900f8d3231 [2020-10-20T02:09:30.713Z] [2020-10-20T02:09:30.713Z] Step 9/29 : FROM alpine:latest [2020-10-20T02:09:30.713Z] ---> a42f80a444bb [2020-10-20T02:09:30.713Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-20T02:09:30.713Z] latest: Pulling from library/alpine [2020-10-20T02:09:30.713Z] ---> Running in b820e129e40c [2020-10-20T02:09:30.713Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T02:09:30.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T02:09:30.995Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T02:09:30.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T02:09:30.995Z] Status: Downloaded newer image for alpine:latest [2020-10-20T02:09:30.995Z] ---> a24bb4013296 [2020-10-20T02:09:30.995Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-20T02:09:31.268Z] ---> Running in d4f7f013ee70 [2020-10-20T02:09:31.534Z] Removing intermediate container d4f7f013ee70 [2020-10-20T02:09:31.534Z] ---> 46a21e947df1 [2020-10-20T02:09:31.534Z] Step 11/29 : USER root [2020-10-20T02:09:31.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T02:09:31.534Z] ---> Running in 3850b01fd91e [2020-10-20T02:09:31.802Z] Removing intermediate container 3850b01fd91e [2020-10-20T02:09:31.803Z] ---> 0eb02a60f85a [2020-10-20T02:09:31.803Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T02:09:32.071Z] ---> Running in 1c2b10e18826 [2020-10-20T02:09:33.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:09:33.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:09:33.309Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:09:33.309Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:09:33.309Z] OK: 12750 distinct packages available [2020-10-20T02:09:33.900Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T02:09:33.900Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T02:09:33.900Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:09:33.900Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T02:09:34.168Z] OK: 6 MiB in 16 packages [2020-10-20T02:09:37.545Z] Removing intermediate container 1c2b10e18826 [2020-10-20T02:09:37.545Z] ---> b6b316617953 [2020-10-20T02:09:37.545Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T02:09:37.827Z] ---> Running in 41aaa0db04b0 [2020-10-20T02:09:38.104Z] Removing intermediate container 41aaa0db04b0 [2020-10-20T02:09:38.104Z] ---> 6e1d8eea7370 [2020-10-20T02:09:38.104Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T02:09:38.395Z] ---> Running in 6e084798a4fc [2020-10-20T02:09:38.666Z] Removing intermediate container 6e084798a4fc [2020-10-20T02:09:38.666Z] ---> ed79e9dca42b [2020-10-20T02:09:38.666Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T02:09:38.666Z] ---> Running in 4bea87bd9e18 [2020-10-20T02:09:40.636Z] Removing intermediate container 4bea87bd9e18 [2020-10-20T02:09:40.636Z] ---> 154ea686f7f9 [2020-10-20T02:09:40.636Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T02:09:41.220Z] ---> d582637dd983 [2020-10-20T02:09:41.220Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T02:09:41.817Z] ---> 7d2988fb1523 [2020-10-20T02:09:41.817Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T02:09:42.410Z] ---> 0070a84a239d [2020-10-20T02:09:42.410Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T02:09:42.691Z] ---> c2d41933ae8a [2020-10-20T02:09:42.691Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T02:09:42.759Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6830 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-10-20T02:09:42.807Z] Running in /w/workspace/edgex-go/197 [Pipeline] { [Pipeline] checkout [2020-10-20T02:09:43.280Z] ---> ef3e44f75b0e [2020-10-20T02:09:43.280Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T02:09:43.280Z] ---> Running in 6d83e66a0d80 [2020-10-20T02:09:44.721Z] Removing intermediate container 6d83e66a0d80 [2020-10-20T02:09:44.721Z] ---> b8f2f2351ddc [2020-10-20T02:09:44.721Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T02:09:45.313Z] ---> 3f7de680e46c [2020-10-20T02:09:45.313Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T02:09:45.313Z] ---> Running in 09f7de3fc5e5 [2020-10-20T02:09:47.946Z] Removing intermediate container 09f7de3fc5e5 [2020-10-20T02:09:47.946Z] ---> a66add80a180 [2020-10-20T02:09:47.946Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T02:09:47.946Z] ---> Running in 6339a2fbb4b4 [2020-10-20T02:09:48.033Z] using credential edgex-jenkins-ssh [2020-10-20T02:09:48.100Z] Cloning the remote Git repository [2020-10-20T02:09:48.168Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-20T02:09:48.274Z] > git init /w/workspace/edgex-go/197 # timeout=10 [2020-10-20T02:09:48.353Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T02:09:48.354Z] > git --version # timeout=10 [2020-10-20T02:09:48.372Z] > git --version # 'git version 2.17.1' [2020-10-20T02:09:48.373Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T02:09:48.434Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T02:09:50.633Z] Removing intermediate container 6339a2fbb4b4 [2020-10-20T02:09:50.633Z] ---> 4838a28ec943 [2020-10-20T02:09:50.633Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T02:09:50.633Z] ---> Running in 56fdd1211a3e [2020-10-20T02:09:50.633Z] Removing intermediate container 56fdd1211a3e [2020-10-20T02:09:50.633Z] ---> e90521438d90 [2020-10-20T02:09:50.633Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T02:09:50.633Z] ---> Running in 43f67092e1b9 [2020-10-20T02:09:51.254Z] Removing intermediate container 43f67092e1b9 [2020-10-20T02:09:51.254Z] ---> aeaae4429dcc [2020-10-20T02:09:51.254Z] Step 27/29 : LABEL arch=x86_64 [2020-10-20T02:09:51.254Z] ---> Running in 51b380695a61 [2020-10-20T02:09:51.526Z] Removing intermediate container 51b380695a61 [2020-10-20T02:09:51.526Z] ---> ac662ad2489b [2020-10-20T02:09:51.526Z] Step 28/29 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:09:51.799Z] ---> Running in 05d5ed1d09a8 [2020-10-20T02:09:52.072Z] Removing intermediate container 05d5ed1d09a8 [2020-10-20T02:09:52.072Z] ---> 2c4382a84f40 [2020-10-20T02:09:52.072Z] Step 29/29 : LABEL version=1.2.2-dev.81 [2020-10-20T02:09:52.072Z] ---> Running in 78f1ab5e192d [2020-10-20T02:09:52.345Z] Removing intermediate container 78f1ab5e192d [2020-10-20T02:09:52.345Z] ---> f5088f980b59 [2020-10-20T02:09:52.345Z] [2020-10-20T02:09:52.614Z] Successfully built f5088f980b59 [2020-10-20T02:09:52.926Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-20T02:09:52.926Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-10-20T02:09:58.293Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T02:10:05.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T02:10:07.615Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:10:07.615Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:10:07.615Z] ---> 87f915498a1b [2020-10-20T02:10:07.615Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T02:10:07.615Z] ---> Using cache [2020-10-20T02:10:07.615Z] ---> 8df120356c8b [2020-10-20T02:10:07.615Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:10:07.615Z] ---> Using cache [2020-10-20T02:10:07.615Z] ---> 3322185ea26c [2020-10-20T02:10:07.615Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T02:10:10.182Z] ---> Running in 81a22ea3795e [2020-10-20T02:10:10.182Z] Removing intermediate container d9be130c5b47 [2020-10-20T02:10:10.182Z] ---> 52d2bd1caf9a [2020-10-20T02:10:10.182Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T02:10:10.449Z] Removing intermediate container c2085bb4e6d8 [2020-10-20T02:10:10.449Z] ---> c0923e5a4dc1 [2020-10-20T02:10:10.449Z] [2020-10-20T02:10:10.449Z] Step 10/22 : FROM scratch [2020-10-20T02:10:10.449Z] ---> [2020-10-20T02:10:10.449Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T02:10:10.449Z] Removing intermediate container 6789e5da147c [2020-10-20T02:10:10.449Z] ---> 8c00a579d27a [2020-10-20T02:10:10.449Z] [2020-10-20T02:10:10.449Z] Step 10/24 : FROM scratch [2020-10-20T02:10:10.449Z] ---> [2020-10-20T02:10:10.449Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T02:10:10.449Z] ---> Running in cb3e42f897f9 [2020-10-20T02:10:10.721Z] ---> Running in 5060f3e3437c [2020-10-20T02:10:10.721Z] ---> Running in 6b1a46f49d6e [2020-10-20T02:10:10.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:11.570Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T02:10:12.153Z] Removing intermediate container 6b1a46f49d6e [2020-10-20T02:10:12.153Z] ---> 711adac542a9 [2020-10-20T02:10:12.153Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T02:10:12.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:12.153Z] Removing intermediate container 5060f3e3437c [2020-10-20T02:10:12.153Z] ---> 1e7580323385 [2020-10-20T02:10:12.153Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T02:10:12.153Z] ---> Running in 2b0117bc1161 [2020-10-20T02:10:12.419Z] Removing intermediate container b820e129e40c [2020-10-20T02:10:12.419Z] ---> e6c1deb2139e [2020-10-20T02:10:12.419Z] [2020-10-20T02:10:12.419Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T02:10:12.419Z] ---> Running in fbce165a0460 [2020-10-20T02:10:12.419Z] Removing intermediate container 2b0117bc1161 [2020-10-20T02:10:12.419Z] ---> af96f295e088 [2020-10-20T02:10:12.419Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T02:10:12.685Z] ---> Running in b1dc494aaeb1 [2020-10-20T02:10:12.685Z] Removing intermediate container fbce165a0460 [2020-10-20T02:10:12.685Z] ---> b1035f2f5eb6 [2020-10-20T02:10:12.685Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T02:10:12.685Z] 3.10: Pulling from library/alpine [2020-10-20T02:10:12.685Z] ---> Running in 2169b76ec630 [2020-10-20T02:10:12.951Z] Removing intermediate container b1dc494aaeb1 [2020-10-20T02:10:12.951Z] ---> ff76b5ff8a2f [2020-10-20T02:10:12.951Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T02:10:12.951Z] Removing intermediate container 2169b76ec630 [2020-10-20T02:10:12.951Z] ---> fa692587c76d [2020-10-20T02:10:12.951Z] Step 14/22 : WORKDIR / [2020-10-20T02:10:12.951Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:10:12.951Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:10:12.951Z] OK: 12752 distinct packages available [2020-10-20T02:10:13.221Z] Removing intermediate container cb3e42f897f9 [2020-10-20T02:10:13.221Z] ---> 09bf19cf2a62 [2020-10-20T02:10:13.221Z] [2020-10-20T02:10:13.221Z] Step 11/27 : FROM docker:latest [2020-10-20T02:10:13.221Z] ---> 809cc4dba987 [2020-10-20T02:10:13.221Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T02:10:13.221Z] ---> Running in 34baffd9c25c [2020-10-20T02:10:13.221Z] OK: 233 MiB in 51 packages [2020-10-20T02:10:13.221Z] ---> 7835f9740cb2 [2020-10-20T02:10:13.221Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T02:10:14.626Z] ---> Running in 5e4d332e68bf [2020-10-20T02:10:14.626Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T02:10:14.626Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T02:10:14.626Z] ---> be4e4bea2c2e [2020-10-20T02:10:14.626Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T02:10:14.889Z] Removing intermediate container 34baffd9c25c [2020-10-20T02:10:14.889Z] ---> 89e4240f4743 [2020-10-20T02:10:14.889Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T02:10:15.153Z] ---> 1fdb411c8fb6 [2020-10-20T02:10:15.153Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T02:10:15.153Z] ---> Running in f5969449a34f [2020-10-20T02:10:15.424Z] ---> 9059c7455a68 [2020-10-20T02:10:15.424Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T02:10:15.687Z] Removing intermediate container 81a22ea3795e [2020-10-20T02:10:15.687Z] ---> 5b13fb4691ca [2020-10-20T02:10:15.687Z] Step 6/20 : COPY go.mod . [2020-10-20T02:10:15.952Z] ---> 9dd07721f260 [2020-10-20T02:10:15.952Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T02:10:15.952Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:16.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:16.227Z] ---> 405704690ad4 [2020-10-20T02:10:16.227Z] Step 7/20 : RUN go mod download [2020-10-20T02:10:16.227Z] ---> 3ae0daa08ffb [2020-10-20T02:10:16.227Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T02:10:16.227Z] ---> Running in c4a340639afe [2020-10-20T02:10:16.227Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:16.227Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T02:10:16.227Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T02:10:16.227Z] ---> 774b4ccd1d92 [2020-10-20T02:10:16.227Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T02:10:16.227Z] Executing bash-5.0.17-r0.post-install [2020-10-20T02:10:16.504Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:10:16.504Z] OK: 12 MiB in 22 packages [2020-10-20T02:10:16.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:16.504Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T02:10:16.504Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T02:10:16.504Z] OK: 10346 distinct packages available [2020-10-20T02:10:16.770Z] ---> 73b3063b3d66 [2020-10-20T02:10:16.770Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T02:10:16.770Z] ---> Running in 57d72ee93bbc [2020-10-20T02:10:16.770Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T02:10:16.770Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T02:10:16.770Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T02:10:17.037Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T02:10:17.037Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T02:10:17.037Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T02:10:17.037Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T02:10:17.037Z] OK: 7 MiB in 19 packages [2020-10-20T02:10:17.620Z] Removing intermediate container 57d72ee93bbc [2020-10-20T02:10:17.620Z] ---> 62cff773c068 [2020-10-20T02:10:17.620Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:10:17.888Z] ---> 87edb172ec3e [2020-10-20T02:10:17.888Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T02:10:17.888Z] Removing intermediate container 5e4d332e68bf [2020-10-20T02:10:17.888Z] ---> 3b25fe57a664 [2020-10-20T02:10:17.888Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T02:10:17.888Z] ---> Running in f98b85011d5b [2020-10-20T02:10:18.225Z] ---> Running in 5183d0d16bd7 [2020-10-20T02:10:18.856Z] Removing intermediate container f98b85011d5b [2020-10-20T02:10:18.856Z] ---> 32a8bd22a4a1 [2020-10-20T02:10:18.856Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T02:10:18.856Z] ---> 960de79de185 [2020-10-20T02:10:18.856Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T02:10:19.144Z] ---> Running in f25dcd87b6b6 [2020-10-20T02:10:19.144Z] ---> Running in 5efc13c4d85a [2020-10-20T02:10:19.144Z] Removing intermediate container f5969449a34f [2020-10-20T02:10:19.144Z] ---> 572a1c29635a [2020-10-20T02:10:19.144Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T02:10:19.144Z] Removing intermediate container c4a340639afe [2020-10-20T02:10:19.144Z] ---> 14b5514edb7c [2020-10-20T02:10:19.144Z] Step 8/20 : COPY . . [2020-10-20T02:10:19.504Z] ---> Running in 06115f9545f3 [2020-10-20T02:10:19.810Z] Removing intermediate container f25dcd87b6b6 [2020-10-20T02:10:19.810Z] ---> eb5e2e4e7f47 [2020-10-20T02:10:19.810Z] Step 21/22 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:10:20.509Z] Removing intermediate container 5efc13c4d85a [2020-10-20T02:10:20.509Z] ---> 8543cc4128de [2020-10-20T02:10:20.509Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:10:20.509Z] Removing intermediate container 06115f9545f3 [2020-10-20T02:10:20.509Z] ---> 6be7bc4e6d38 [2020-10-20T02:10:20.509Z] Step 13/26 : WORKDIR / [2020-10-20T02:10:20.509Z] ---> Running in fa1d08c98663 [2020-10-20T02:10:21.460Z] ---> Running in 9391781c3588 [2020-10-20T02:10:23.393Z] ---> Running in 05c5ac1d47ac [2020-10-20T02:10:24.358Z] Removing intermediate container fa1d08c98663 [2020-10-20T02:10:24.358Z] ---> 4ca22875405b [2020-10-20T02:10:24.358Z] Step 22/22 : LABEL version=1.2.2-dev.81 [2020-10-20T02:10:24.953Z] Removing intermediate container 9391781c3588 [2020-10-20T02:10:24.953Z] ---> 88e5cec4e09c [2020-10-20T02:10:24.953Z] Step 22/24 : LABEL arch=x86_64 [2020-10-20T02:10:25.910Z] ---> Running in 65f72eac15fc [2020-10-20T02:10:25.910Z] Removing intermediate container 5183d0d16bd7 [2020-10-20T02:10:25.910Z] ---> fb6c985075fb [2020-10-20T02:10:25.910Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T02:10:26.174Z] Removing intermediate container 05c5ac1d47ac [2020-10-20T02:10:26.174Z] ---> 78d080dff013 [2020-10-20T02:10:26.174Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-20T02:10:28.752Z] ---> Running in 73e1669ac806 [2020-10-20T02:10:29.328Z] Removing intermediate container 65f72eac15fc [2020-10-20T02:10:29.328Z] ---> b366182638ae [2020-10-20T02:10:29.328Z] [2020-10-20T02:10:29.328Z] ---> Running in 2836c1a0a901 [2020-10-20T02:10:29.591Z] Successfully built b366182638ae [2020-10-20T02:10:29.968Z] Successfully tagged docker-core-command-go:latest [2020-10-20T02:10:30.231Z] Building docker-support-logging-go [2020-10-20T02:10:30.494Z]  Building docker-core-command-go ... done  ---> 32c5ee8872ce [2020-10-20T02:10:30.494Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-20T02:10:33.827Z] Removing intermediate container 2836c1a0a901 [2020-10-20T02:10:33.827Z] ---> bf305170f6b1 [2020-10-20T02:10:33.827Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T02:10:33.827Z] Removing intermediate container 73e1669ac806 [2020-10-20T02:10:33.827Z] ---> 8a70a7828ae8 [2020-10-20T02:10:33.827Z] Step 23/24 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:10:34.091Z] ---> Running in d251aad8b292 [2020-10-20T02:10:34.091Z] ---> fe5c5541379a [2020-10-20T02:10:34.091Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T02:10:34.091Z] ---> f7cf65e2b22d [2020-10-20T02:10:34.091Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T02:10:34.091Z] ---> Running in 4b43af37c380 [2020-10-20T02:10:34.091Z] ---> Running in bd1d3bfa5ca3 [2020-10-20T02:10:34.358Z] Removing intermediate container d251aad8b292 [2020-10-20T02:10:34.358Z] ---> d78d633da022 [2020-10-20T02:10:34.358Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T02:10:34.632Z] Removing intermediate container 4b43af37c380 [2020-10-20T02:10:34.632Z] ---> cf73a89a075e [2020-10-20T02:10:34.632Z] Step 24/24 : LABEL version=1.2.2-dev.81 [2020-10-20T02:10:34.632Z] ---> 3901a962386f [2020-10-20T02:10:34.632Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T02:10:34.632Z] ---> Running in 1d858092a016 [2020-10-20T02:10:34.632Z] ---> Running in 208d85b016c8 [2020-10-20T02:10:34.907Z] Removing intermediate container 1d858092a016 [2020-10-20T02:10:34.907Z] ---> d98398f754c1 [2020-10-20T02:10:34.907Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T02:10:34.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T02:10:34.907Z] Removing intermediate container 208d85b016c8 [2020-10-20T02:10:34.907Z] ---> 0220ebce549a [2020-10-20T02:10:34.907Z] [2020-10-20T02:10:34.907Z] ---> 1269643f23ac [2020-10-20T02:10:34.907Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T02:10:35.180Z] Successfully built 0220ebce549a [2020-10-20T02:10:35.445Z] Successfully tagged docker-support-notifications-go:latest [2020-10-20T02:10:35.445Z] Building docker-support-scheduler-go [2020-10-20T02:10:37.519Z] Checking out Revision 55aabd380bacd0682e281293f744acb10e15a247 (master) [2020-10-20T02:10:36.901Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T02:10:36.921Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-20T02:10:36.943Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-20T02:10:36.981Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-20T02:10:36.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-20T02:10:36.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-20T02:10:37.542Z] > git config core.sparsecheckout # timeout=10 [2020-10-20T02:10:37.563Z] > git checkout -f 55aabd380bacd0682e281293f744acb10e15a247 # timeout=10 [2020-10-20T02:10:38.811Z]  Building docker-support-notifications-go ... done  ---> 0c4912d8577a [2020-10-20T02:10:38.811Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T02:10:38.811Z] ---> e07e86ec9cc9 [2020-10-20T02:10:38.811Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T02:10:41.482Z] ---> 061e948bf5bf [2020-10-20T02:10:41.482Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T02:10:41.482Z] ---> 6504bba99ebf [2020-10-20T02:10:41.482Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T02:10:42.263Z] Commit message: "Merge pull request #2806 from weichou1229/issue-2799" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-20T02:10:42.912Z] ---> fb3b20d7b2a9 [2020-10-20T02:10:42.912Z] Step 20/27 : RUN apk --no-cache add py3-pip [Pipeline] echo [2020-10-20T02:10:43.118Z] ========================================================= [2020-10-20T02:10:43.118Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-20T02:10:43.118Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:10:43.182Z] ---> 9c4f72b04c33 [2020-10-20T02:10:43.182Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T02:10:43.182Z] ---> Running in ee4c31cf4de5 [2020-10-20T02:10:44.103Z] + 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 . [2020-10-20T02:10:44.188Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:44.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:45.054Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T02:10:45.054Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T02:10:45.054Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T02:10:45.054Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T02:10:45.054Z] ---> 57d313068cea [2020-10-20T02:10:45.054Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T02:10:45.054Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T02:10:45.054Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T02:10:45.054Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T02:10:46.065Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:10:46.065Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:10:46.065Z] ---> 87f915498a1b [2020-10-20T02:10:46.065Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T02:10:46.328Z] ---> Using cache [2020-10-20T02:10:46.328Z] ---> 8df120356c8b [2020-10-20T02:10:46.328Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:10:46.328Z] ---> Using cache [2020-10-20T02:10:46.328Z] ---> 3322185ea26c [2020-10-20T02:10:46.328Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T02:10:46.755Z] Sending build context to Docker daemon 165MB [2020-10-20T02:10:46.755Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-20T02:10:46.755Z] Step 2/7 : FROM ${BASE} [2020-10-20T02:10:47.032Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-20T02:10:47.032Z] b538f80385f9: Pulling fs layer [2020-10-20T02:10:47.032Z] 74f711af9a0d: Pulling fs layer [2020-10-20T02:10:47.032Z] 99f96fe45779: Pulling fs layer [2020-10-20T02:10:47.032Z] 8529a6b9a6be: Pulling fs layer [2020-10-20T02:10:47.032Z] 45590311c82a: Pulling fs layer [2020-10-20T02:10:47.032Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-20T02:10:47.032Z] 209524e5b208: Pulling fs layer [2020-10-20T02:10:47.032Z] 45590311c82a: Waiting [2020-10-20T02:10:47.032Z] 69ca0ff8b7b3: Waiting [2020-10-20T02:10:47.032Z] 209524e5b208: Waiting [2020-10-20T02:10:47.032Z] 8529a6b9a6be: Waiting [2020-10-20T02:10:47.314Z] 99f96fe45779: Download complete [2020-10-20T02:10:47.315Z] 74f711af9a0d: Verifying Checksum [2020-10-20T02:10:47.315Z] 74f711af9a0d: Download complete [2020-10-20T02:10:47.315Z] 45590311c82a: Download complete [2020-10-20T02:10:47.315Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-20T02:10:47.315Z] 69ca0ff8b7b3: Download complete [2020-10-20T02:10:47.315Z] b538f80385f9: Verifying Checksum [2020-10-20T02:10:47.315Z] b538f80385f9: Download complete [2020-10-20T02:10:47.925Z] b538f80385f9: Pull complete [2020-10-20T02:10:48.529Z] 74f711af9a0d: Pull complete [2020-10-20T02:10:48.805Z] 99f96fe45779: Pull complete [2020-10-20T02:10:48.912Z] ---> Running in 1793a755b9e0 [2020-10-20T02:10:48.912Z] ---> Running in 1de0c16f5694 [2020-10-20T02:10:49.187Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T02:10:49.187Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T02:10:49.187Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T02:10:49.187Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T02:10:49.187Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T02:10:49.187Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T02:10:49.469Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T02:10:50.243Z] 209524e5b208: Verifying Checksum [2020-10-20T02:10:50.243Z] 209524e5b208: Download complete [2020-10-20T02:10:50.446Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T02:10:50.714Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T02:10:50.999Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T02:10:50.999Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T02:10:51.265Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T02:10:51.545Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T02:10:51.545Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:51.545Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T02:10:51.685Z] 8529a6b9a6be: Verifying Checksum [2020-10-20T02:10:51.685Z] 8529a6b9a6be: Download complete [2020-10-20T02:10:51.813Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T02:10:51.813Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T02:10:51.813Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:10:51.813Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:10:51.813Z] ---> 87f915498a1b [2020-10-20T02:10:51.813Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T02:10:51.813Z] ---> Using cache [2020-10-20T02:10:51.813Z] ---> 8df120356c8b [2020-10-20T02:10:51.813Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:10:51.813Z] ---> Using cache [2020-10-20T02:10:51.813Z] ---> 3322185ea26c [2020-10-20T02:10:51.813Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T02:10:51.813Z] ---> Using cache [2020-10-20T02:10:51.813Z] ---> 5b13fb4691ca [2020-10-20T02:10:51.813Z] Step 6/21 : COPY go.mod . [2020-10-20T02:10:51.813Z] ---> Using cache [2020-10-20T02:10:51.813Z] ---> 405704690ad4 [2020-10-20T02:10:51.813Z] Step 7/21 : RUN go mod download [2020-10-20T02:10:51.813Z] ---> Using cache [2020-10-20T02:10:51.813Z] ---> 14b5514edb7c [2020-10-20T02:10:52.076Z] Step 8/21 : COPY . . [2020-10-20T02:10:52.076Z] ---> Using cache [2020-10-20T02:10:52.076Z] ---> fe5c5541379a [2020-10-20T02:10:52.076Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T02:10:52.338Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:10:52.917Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T02:10:52.917Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T02:10:52.917Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T02:10:53.194Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T02:10:53.194Z] ---> Running in 1d54bd65566c [2020-10-20T02:10:53.194Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T02:10:53.194Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T02:10:53.194Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T02:10:53.194Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T02:10:53.194Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T02:10:53.194Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T02:10:53.460Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:10:53.461Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:10:53.461Z] OK: 12752 distinct packages available [2020-10-20T02:10:53.725Z] OK: 233 MiB in 51 packages [2020-10-20T02:10:54.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T02:10:54.683Z] OK: 233 MiB in 51 packages [2020-10-20T02:10:54.683Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:10:54.683Z] Removing intermediate container 1793a755b9e0 [2020-10-20T02:10:54.683Z] ---> 2efe9898d956 [2020-10-20T02:10:54.683Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T02:10:54.683Z] OK: 71 MiB in 55 packages [2020-10-20T02:10:54.957Z] ---> Running in 4c9dc67a15ec [2020-10-20T02:10:55.236Z] Removing intermediate container 4c9dc67a15ec [2020-10-20T02:10:55.236Z] ---> c320c7cf4926 [2020-10-20T02:10:55.236Z] Step 24/26 : LABEL arch=x86_64 [2020-10-20T02:10:55.830Z] ---> Running in 1df1838fad4c [2020-10-20T02:10:56.093Z] Removing intermediate container 1de0c16f5694 [2020-10-20T02:10:56.093Z] ---> c2fdbd8cd9eb [2020-10-20T02:10:56.093Z] Step 6/22 : COPY go.mod . [2020-10-20T02:10:56.367Z] Removing intermediate container 1df1838fad4c [2020-10-20T02:10:56.367Z] ---> bddad0ceabc3 [2020-10-20T02:10:56.367Z] Step 25/26 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:10:56.648Z] ---> Running in 4f9e815097f7 [2020-10-20T02:10:58.072Z] ---> 40fc6a86e792 [2020-10-20T02:10:58.072Z] Step 7/22 : RUN go mod download [2020-10-20T02:11:00.009Z] ---> Running in 401b2e5d4be6 [2020-10-20T02:11:00.292Z] Removing intermediate container 4f9e815097f7 [2020-10-20T02:11:00.292Z] ---> aa7b535627a4 [2020-10-20T02:11:00.292Z] Step 26/26 : LABEL version=1.2.2-dev.81 [2020-10-20T02:11:01.258Z] Removing intermediate container bd1d3bfa5ca3 [2020-10-20T02:11:01.258Z] ---> e419125bb231 [2020-10-20T02:11:01.258Z] [2020-10-20T02:11:01.258Z] Step 10/20 : FROM alpine [2020-10-20T02:11:01.258Z] ---> a24bb4013296 [2020-10-20T02:11:01.258Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T02:11:01.873Z] 8529a6b9a6be: Pull complete [2020-10-20T02:11:02.147Z] 45590311c82a: Pull complete [2020-10-20T02:11:02.422Z] 69ca0ff8b7b3: Pull complete [2020-10-20T02:11:03.265Z] ---> Running in 54396e021b6a [2020-10-20T02:11:03.266Z] ---> Running in ccc62b33c243 [2020-10-20T02:11:03.537Z] Removing intermediate container ee4c31cf4de5 [2020-10-20T02:11:03.537Z] ---> 4524f3d2fbe9 [2020-10-20T02:11:03.537Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T02:11:03.823Z] Removing intermediate container 54396e021b6a [2020-10-20T02:11:03.823Z] ---> f59c0559d779 [2020-10-20T02:11:03.823Z] [2020-10-20T02:11:03.823Z] Successfully built f59c0559d779 [2020-10-20T02:11:03.823Z] ---> Running in be8a3ee4dff7 [2020-10-20T02:11:03.823Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-20T02:11:03.823Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2020-10-20T02:11:04.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:11:06.190Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:11:06.190Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:11:06.190Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:11:06.190Z] OK: 12750 distinct packages available [2020-10-20T02:11:06.754Z] 209524e5b208: Pull complete [2020-10-20T02:11:06.754Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-20T02:11:06.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-20T02:11:06.754Z] ---> 5bddaf1c2fca [2020-10-20T02:11:06.754Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-20T02:11:06.778Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T02:11:07.041Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T02:11:07.041Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T02:11:07.041Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T02:11:07.041Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:11:07.041Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T02:11:08.443Z] OK: 7 MiB in 18 packages [2020-10-20T02:11:09.426Z] Collecting docker-compose==1.23.2 [2020-10-20T02:11:09.706Z] Removing intermediate container 401b2e5d4be6 [2020-10-20T02:11:09.706Z] ---> a026257e3dde [2020-10-20T02:11:09.706Z] Step 8/22 : COPY . . [2020-10-20T02:11:09.706Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T02:11:09.983Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T02:11:09.983Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T02:11:09.983Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-20T02:11:10.156Z] ---> Running in fb1b444679b0 [2020-10-20T02:11:10.562Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T02:11:11.138Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T02:11:11.599Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:11:12.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:11:13.105Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T02:11:13.369Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T02:11:14.020Z] (1/12) Installing libmagic (5.38-r0) [2020-10-20T02:11:14.613Z] (2/12) Installing file (5.38-r0) [2020-10-20T02:11:14.613Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-20T02:11:14.613Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-20T02:11:16.741Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T02:11:16.741Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T02:11:18.163Z] Removing intermediate container ccc62b33c243 [2020-10-20T02:11:18.163Z] ---> c33f7c885114 [2020-10-20T02:11:18.163Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T02:11:19.120Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T02:11:19.120Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T02:11:21.074Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T02:11:21.074Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T02:11:21.676Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:11:21.676Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:11:21.676Z] ---> 87f915498a1b [2020-10-20T02:11:21.676Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T02:11:21.676Z] ---> Using cache [2020-10-20T02:11:21.676Z] ---> 8df120356c8b [2020-10-20T02:11:21.676Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:11:21.676Z] ---> Using cache [2020-10-20T02:11:21.676Z] ---> 3322185ea26c [2020-10-20T02:11:21.676Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T02:11:21.676Z] ---> Running in 7655129935b3 [2020-10-20T02:11:22.254Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T02:11:22.518Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T02:11:22.518Z] ---> Running in eac7ed0c20e2 [2020-10-20T02:11:22.785Z] Removing intermediate container 7655129935b3 [2020-10-20T02:11:22.785Z] ---> b5b82a791552 [2020-10-20T02:11:22.785Z] Step 13/20 : WORKDIR /edgex [2020-10-20T02:11:23.059Z] ---> Running in bd64742fb7c7 [2020-10-20T02:11:24.029Z] Collecting PyYAML<4,>=3.10 [2020-10-20T02:11:24.029Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T02:11:24.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:11:24.293Z] Removing intermediate container bd64742fb7c7 [2020-10-20T02:11:24.293Z] ---> e838a539071c [2020-10-20T02:11:24.293Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T02:11:25.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:11:26.949Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:11:26.949Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:11:26.949Z] OK: 12752 distinct packages available [2020-10-20T02:11:27.542Z] OK: 233 MiB in 51 packages [2020-10-20T02:11:27.830Z] ---> 8d7941d5aeb3 [2020-10-20T02:11:27.830Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T02:11:27.830Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T02:11:27.830Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T02:11:29.769Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T02:11:29.769Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T02:11:30.348Z] Collecting idna<2.8,>=2.5 [2020-10-20T02:11:30.348Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T02:11:30.610Z] 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) [2020-10-20T02:11:30.610Z] 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) [2020-10-20T02:11:30.878Z] ---> 40ad89a9a256 [2020-10-20T02:11:30.878Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T02:11:31.151Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T02:11:31.152Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T02:11:31.152Z] Removing intermediate container 1d54bd65566c [2020-10-20T02:11:31.152Z] ---> b3bc786fd36d [2020-10-20T02:11:31.152Z] [2020-10-20T02:11:31.152Z] Step 10/21 : FROM scratch [2020-10-20T02:11:31.152Z] ---> [2020-10-20T02:11:31.152Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T02:11:31.152Z] ---> Running in 63c7445edaab [2020-10-20T02:11:31.152Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T02:11:31.152Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T02:11:31.152Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T02:11:31.152Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T02:11:31.152Z] Removing intermediate container eac7ed0c20e2 [2020-10-20T02:11:31.152Z] ---> 8ab9e21e65c3 [2020-10-20T02:11:31.152Z] Step 6/23 : COPY go.mod . [2020-10-20T02:11:31.424Z] ---> c88b86e06432 [2020-10-20T02:11:31.424Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T02:11:31.424Z] Installing collected packages: cached-property, jsonschema, websocket-client, docopt, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, texttable, docker-compose [2020-10-20T02:11:31.424Z] ---> Running in ed3d3742f262 [2020-10-20T02:11:32.003Z] ---> Using cache [2020-10-20T02:11:32.003Z] ---> 1e7580323385 [2020-10-20T02:11:32.003Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T02:11:32.003Z] ---> 10aa07bfeece [2020-10-20T02:11:32.003Z] Step 7/23 : RUN go mod download [2020-10-20T02:11:32.003Z] Running setup.py install for docopt: started [2020-10-20T02:11:32.003Z] Removing intermediate container 63c7445edaab [2020-10-20T02:11:32.003Z] ---> a04e0e22ff78 [2020-10-20T02:11:32.003Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T02:11:32.265Z] ---> Running in d445bf336f60 [2020-10-20T02:11:32.265Z] ---> Running in fec5e6cf8d33 [2020-10-20T02:11:32.265Z] ---> Running in 082eb87ad7d6 [2020-10-20T02:11:32.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T02:11:32.535Z] Removing intermediate container d445bf336f60 [2020-10-20T02:11:32.535Z] ---> 3e277a109821 [2020-10-20T02:11:32.535Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T02:11:32.535Z] Removing intermediate container 082eb87ad7d6 [2020-10-20T02:11:32.535Z] ---> e520f0665749 [2020-10-20T02:11:32.535Z] Step 18/20 : LABEL arch=x86_64 [2020-10-20T02:11:32.803Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T02:11:32.803Z] Attempting uninstall: idna [2020-10-20T02:11:32.803Z] Found existing installation: idna 2.9 [2020-10-20T02:11:32.803Z] Uninstalling idna-2.9: [2020-10-20T02:11:32.803Z] ---> Running in 580edbb327f6 [2020-10-20T02:11:32.803Z] Successfully uninstalled idna-2.9 [2020-10-20T02:11:32.803Z] ---> Running in e3fe2bb463da [2020-10-20T02:11:33.074Z] Removing intermediate container 580edbb327f6 [2020-10-20T02:11:33.074Z] ---> 80e3c3a5192d [2020-10-20T02:11:33.074Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T02:11:33.074Z] Attempting uninstall: urllib3 [2020-10-20T02:11:33.074Z] Found existing installation: urllib3 1.25.9 [2020-10-20T02:11:33.074Z] Uninstalling urllib3-1.25.9: [2020-10-20T02:11:33.074Z] Removing intermediate container e3fe2bb463da [2020-10-20T02:11:33.074Z] ---> a3490e9e00b2 [2020-10-20T02:11:33.074Z] Step 19/20 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:11:33.074Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T02:11:33.657Z] ---> Running in 7ffbfd6de6b6 [2020-10-20T02:11:33.657Z] Attempting uninstall: requests [2020-10-20T02:11:33.657Z] Found existing installation: requests 2.23.0 [2020-10-20T02:11:33.657Z] Uninstalling requests-2.23.0: [2020-10-20T02:11:33.657Z] Successfully uninstalled requests-2.23.0 [2020-10-20T02:11:34.266Z] ---> 7141d793deaf [2020-10-20T02:11:34.266Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T02:11:34.565Z] Removing intermediate container 7ffbfd6de6b6 [2020-10-20T02:11:34.565Z] ---> 6835d7af296f [2020-10-20T02:11:34.565Z] Step 20/20 : LABEL version=1.2.2-dev.81 [2020-10-20T02:11:35.979Z] Running setup.py install for dockerpty: started [2020-10-20T02:11:36.595Z] Removing intermediate container fec5e6cf8d33 [2020-10-20T02:11:36.595Z] ---> edb6d90de891 [2020-10-20T02:11:36.595Z] Step 8/23 : COPY . . [2020-10-20T02:11:36.595Z] ---> Running in cb4a09a864e0 [2020-10-20T02:11:36.595Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T02:11:36.595Z] Running setup.py install for PyYAML: started [2020-10-20T02:11:36.595Z] ---> b0b7aad0aa25 [2020-10-20T02:11:36.595Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T02:11:36.883Z] Removing intermediate container cb4a09a864e0 [2020-10-20T02:11:36.883Z] ---> 49f7fbebe8be [2020-10-20T02:11:36.883Z] [2020-10-20T02:11:37.492Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T02:11:37.492Z] Running setup.py install for texttable: started [2020-10-20T02:11:37.492Z] Successfully built 49f7fbebe8be [2020-10-20T02:11:37.784Z] ---> 651ad77191e8 [2020-10-20T02:11:37.784Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T02:11:37.784Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-20T02:11:37.784Z] Building docker-core-metadata-go [2020-10-20T02:11:38.808Z]  Building docker-security-proxy-setup-go ... done  Running setup.py install for texttable: finished with status 'done' [2020-10-20T02:11:40.226Z] ---> Running in ad587de9d366 [2020-10-20T02:11:41.400Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-20T02:11:41.400Z] (6/12) Installing patch (2.7.6-r6) [2020-10-20T02:11:41.400Z] (7/12) Installing build-base (0.5-r2) [2020-10-20T02:11:41.400Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-20T02:11:41.400Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-20T02:11:41.400Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-20T02:11:41.400Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-20T02:11:41.400Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-20T02:11:41.400Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:11:41.400Z] OK: 217 MiB in 51 packages [2020-10-20T02:11:45.085Z] 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.57.0 [2020-10-20T02:11:45.085Z] Removing intermediate container ad587de9d366 [2020-10-20T02:11:45.085Z] ---> 596ae852d84f [2020-10-20T02:11:45.085Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:11:45.740Z] Removing intermediate container fb1b444679b0 [2020-10-20T02:11:45.740Z] ---> f5833eb62a08 [2020-10-20T02:11:45.740Z] Step 4/7 : WORKDIR /edgex-go [2020-10-20T02:11:45.740Z] ---> Running in bcf132e4be8f [2020-10-20T02:11:45.740Z] Removing intermediate container bcf132e4be8f [2020-10-20T02:11:45.740Z] ---> def75d1d2a7b [2020-10-20T02:11:45.740Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-20T02:11:46.016Z] latest: Pulling from library/docker [2020-10-20T02:11:46.291Z] b538f80385f9: Already exists [2020-10-20T02:11:46.291Z] 259a493cd78d: Pulling fs layer [2020-10-20T02:11:46.291Z] b8e66b5100f5: Pulling fs layer [2020-10-20T02:11:46.291Z] 7f8258a56ab6: Pulling fs layer [2020-10-20T02:11:46.291Z] 75a0a0ebb566: Pulling fs layer [2020-10-20T02:11:46.291Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-20T02:11:46.291Z] 294320357d30: Pulling fs layer [2020-10-20T02:11:46.291Z] 75a0a0ebb566: Waiting [2020-10-20T02:11:46.291Z] 4a2c62f0a2a3: Waiting [2020-10-20T02:11:46.291Z] 294320357d30: Waiting [2020-10-20T02:11:46.567Z] b8e66b5100f5: Verifying Checksum [2020-10-20T02:11:46.567Z] b8e66b5100f5: Download complete [2020-10-20T02:11:46.567Z] 259a493cd78d: Download complete [2020-10-20T02:11:46.567Z] 75a0a0ebb566: Verifying Checksum [2020-10-20T02:11:46.567Z] 75a0a0ebb566: Download complete [2020-10-20T02:11:46.581Z] ---> Running in 4abb47f72168 [2020-10-20T02:11:46.845Z] 4a2c62f0a2a3: Verifying Checksum [2020-10-20T02:11:46.845Z] 4a2c62f0a2a3: Download complete [2020-10-20T02:11:46.845Z] 294320357d30: Verifying Checksum [2020-10-20T02:11:46.845Z] 294320357d30: Download complete [2020-10-20T02:11:47.128Z] 259a493cd78d: Pull complete [2020-10-20T02:11:47.728Z] b8e66b5100f5: Pull complete [2020-10-20T02:11:48.002Z] 7f8258a56ab6: Verifying Checksum [2020-10-20T02:11:48.002Z] 7f8258a56ab6: Download complete [2020-10-20T02:11:51.418Z] 7f8258a56ab6: Pull complete [2020-10-20T02:11:51.418Z] 75a0a0ebb566: Pull complete [2020-10-20T02:11:52.013Z] 4a2c62f0a2a3: Pull complete [2020-10-20T02:11:52.285Z] 294320357d30: Pull complete [2020-10-20T02:11:52.285Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-20T02:11:52.285Z] Status: Downloaded newer image for docker:latest [2020-10-20T02:11:53.254Z] Removing intermediate container 4abb47f72168 [2020-10-20T02:11:53.254Z] ---> bbe83890319e [2020-10-20T02:11:53.254Z] Step 19/21 : LABEL arch=x86_64 [2020-10-20T02:11:55.680Z] ---> 2157838d5107 [2020-10-20T02:11:55.681Z] Step 6/7 : COPY go.mod . [2020-10-20T02:11:55.952Z] ---> d5c63c9388e2 [2020-10-20T02:11:55.952Z] Step 7/7 : RUN go mod download [2020-10-20T02:11:56.223Z] ---> Running in 9fa82d0b85bb [2020-10-20T02:11:56.586Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:11:56.586Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:11:56.586Z] ---> 87f915498a1b [2020-10-20T02:11:56.586Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T02:11:56.586Z] ---> Using cache [2020-10-20T02:11:56.586Z] ---> 8df120356c8b [2020-10-20T02:11:56.586Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:11:56.586Z] ---> Using cache [2020-10-20T02:11:56.586Z] ---> 3322185ea26c [2020-10-20T02:11:56.586Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T02:11:56.586Z] ---> Using cache [2020-10-20T02:11:56.586Z] ---> 5b13fb4691ca [2020-10-20T02:11:56.586Z] Step 6/22 : COPY go.mod . [2020-10-20T02:11:56.586Z] ---> Using cache [2020-10-20T02:11:56.586Z] ---> 405704690ad4 [2020-10-20T02:11:56.586Z] Step 7/22 : RUN go mod download [2020-10-20T02:11:56.586Z] ---> Using cache [2020-10-20T02:11:56.586Z] ---> 14b5514edb7c [2020-10-20T02:11:56.586Z] Step 8/22 : COPY . . [2020-10-20T02:11:56.586Z] ---> Using cache [2020-10-20T02:11:56.586Z] ---> fe5c5541379a [2020-10-20T02:11:56.586Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T02:11:56.586Z] ---> Running in 519f9778c748 [2020-10-20T02:11:58.530Z] ---> Running in aa4970051ca6 [2020-10-20T02:11:58.530Z] Removing intermediate container 519f9778c748 [2020-10-20T02:11:58.530Z] ---> 8716762770d9 [2020-10-20T02:11:58.530Z] Step 20/21 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:11:58.530Z] Removing intermediate container be8a3ee4dff7 [2020-10-20T02:11:58.530Z] ---> 89d2f7b5bd09 [2020-10-20T02:11:58.530Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T02:11:58.530Z] ---> 764e5371a5d7 [2020-10-20T02:11:58.530Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T02:11:58.801Z] ---> Running in b2b63fe4f6a9 [2020-10-20T02:11:58.801Z] ---> Running in 33487663e739 [2020-10-20T02:11:58.801Z] ---> Running in 624c8a6c6da4 [2020-10-20T02:11:59.068Z] Removing intermediate container b2b63fe4f6a9 [2020-10-20T02:11:59.068Z] ---> aa7ff8694767 [2020-10-20T02:11:59.068Z] Step 21/21 : LABEL version=1.2.2-dev.81 [2020-10-20T02:11:59.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T02:11:59.338Z] ---> Running in d449a79c9e49 [2020-10-20T02:11:59.613Z] Removing intermediate container d449a79c9e49 [2020-10-20T02:11:59.613Z] ---> 5edb490e8534 [2020-10-20T02:11:59.613Z] [2020-10-20T02:11:59.889Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T02:11:59.889Z] Successfully built 5edb490e8534 [2020-10-20T02:11:59.889Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-20T02:12:00.165Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:12:00.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:12:00.445Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T02:12:00.445Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T02:12:00.445Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T02:12:00.445Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:12:00.445Z] OK: 72 MiB in 58 packages [2020-10-20T02:12:02.423Z] Removing intermediate container ed3d3742f262 [2020-10-20T02:12:02.423Z] ---> f1077f68d87f [2020-10-20T02:12:02.423Z] [2020-10-20T02:12:02.423Z] Step 10/22 : FROM scratch [2020-10-20T02:12:02.423Z] ---> [2020-10-20T02:12:02.423Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T02:12:02.423Z] Removing intermediate container 624c8a6c6da4 [2020-10-20T02:12:02.423Z] ---> 3224fe2fdcd3 [2020-10-20T02:12:02.423Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T02:12:02.694Z] ---> Running in 84c752b6b4ac [2020-10-20T02:12:02.694Z] ---> Using cache [2020-10-20T02:12:02.694Z] ---> 711adac542a9 [2020-10-20T02:12:02.694Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T02:12:02.694Z] ---> Running in 09437f6bfb39 [2020-10-20T02:12:02.963Z] Removing intermediate container 84c752b6b4ac [2020-10-20T02:12:02.964Z] ---> ffce4c5bf32e [2020-10-20T02:12:02.964Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:12:02.964Z] ---> Running in e018525b03f5 [2020-10-20T02:12:04.390Z] Removing intermediate container 09437f6bfb39 [2020-10-20T02:12:04.390Z] ---> 77a04c021e5c [2020-10-20T02:12:04.390Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T02:12:04.390Z] Removing intermediate container e018525b03f5 [2020-10-20T02:12:04.390Z] ---> a9d9ccfa18fa [2020-10-20T02:12:04.390Z] Step 25/27 : LABEL arch=x86_64 [2020-10-20T02:12:04.390Z] ---> Running in 6c06701d4431 [2020-10-20T02:12:04.390Z] ---> Running in 215d7a01ea3e [2020-10-20T02:12:04.661Z] Removing intermediate container 6c06701d4431 [2020-10-20T02:12:04.661Z] ---> 00456e746276 [2020-10-20T02:12:04.661Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T02:12:04.929Z] Removing intermediate container 215d7a01ea3e [2020-10-20T02:12:04.929Z] ---> f4d71a117902 [2020-10-20T02:12:04.929Z] Step 26/27 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:04.929Z] ---> Running in 21a08ad4ae77 [2020-10-20T02:12:05.201Z] ---> c5db63fb7a19 [2020-10-20T02:12:05.201Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T02:12:06.173Z] Removing intermediate container 21a08ad4ae77 [2020-10-20T02:12:06.173Z] ---> 446b6d6a2236 [2020-10-20T02:12:06.173Z] Step 27/27 : LABEL version=1.2.2-dev.81 [2020-10-20T02:12:06.173Z] ---> Running in b0bb1a0afbc3 [2020-10-20T02:12:06.173Z] ---> 73c662629e27 [2020-10-20T02:12:06.173Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T02:12:07.152Z] Removing intermediate container b0bb1a0afbc3 [2020-10-20T02:12:07.152Z] ---> 54e12fec5360 [2020-10-20T02:12:07.152Z] [2020-10-20T02:12:07.421Z] Successfully built 54e12fec5360 [2020-10-20T02:12:07.421Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-20T02:12:07.689Z]  Building docker-sys-mgmt-agent-go ... done  ---> 948f2b8721be [2020-10-20T02:12:07.689Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T02:12:08.274Z] ---> db7756b97eac [2020-10-20T02:12:08.274Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T02:12:08.274Z] ---> Running in 56d90b469b2a [2020-10-20T02:12:09.246Z] Removing intermediate container 56d90b469b2a [2020-10-20T02:12:09.246Z] ---> fd0b5c3987cc [2020-10-20T02:12:09.246Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:12:09.516Z] ---> Running in 9121d3059d63 [2020-10-20T02:12:10.110Z] Removing intermediate container 9121d3059d63 [2020-10-20T02:12:10.110Z] ---> a8909149d92e [2020-10-20T02:12:10.110Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T02:12:10.110Z] ---> Running in 132cc523e909 [2020-10-20T02:12:10.703Z] Removing intermediate container 132cc523e909 [2020-10-20T02:12:10.703Z] ---> 25ea26911754 [2020-10-20T02:12:10.703Z] Step 21/22 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:10.981Z] ---> Running in 189822ebe390 [2020-10-20T02:12:11.582Z] Removing intermediate container 189822ebe390 [2020-10-20T02:12:11.582Z] ---> ef3f4da428cf [2020-10-20T02:12:11.582Z] Step 22/22 : LABEL version=1.2.2-dev.81 [2020-10-20T02:12:11.859Z] ---> Running in 0a9aa1e00002 [2020-10-20T02:12:12.135Z] Removing intermediate container 0a9aa1e00002 [2020-10-20T02:12:12.135Z] ---> 3ebc8e94d81f [2020-10-20T02:12:12.135Z] [2020-10-20T02:12:12.413Z] Successfully built 3ebc8e94d81f [2020-10-20T02:12:12.413Z] Successfully tagged docker-support-logging-go:latest [2020-10-20T02:12:23.069Z] Removing intermediate container 9fa82d0b85bb [2020-10-20T02:12:23.069Z] ---> 67bf0a199152 [2020-10-20T02:12:23.069Z] Successfully built 67bf0a199152 [2020-10-20T02:12:23.069Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:23.497Z] + docker inspect -f . ci-base-image-arm64 [2020-10-20T02:12:23.497Z] . [Pipeline] withDockerContainer [2020-10-20T02:12:23.779Z] prd-ubuntu18.04-docker-arm64-4c-16g-6830 does not seem to be running inside a container [2020-10-20T02:12:23.876Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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 ******** ci-base-image-arm64 cat [2020-10-20T02:12:25.717Z] $ docker top ccda1ecdd3e7167ab6a7ef0391543222e11587c3cb80922565661dca2be89a7a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:12:27.149Z] + go version [2020-10-20T02:12:27.149Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-20T02:12:27.176Z] $ docker stop --time=1 ccda1ecdd3e7167ab6a7ef0391543222e11587c3cb80922565661dca2be89a7a [2020-10-20T02:12:27.439Z]  Building docker-support-logging-go ... done Removing intermediate container aa4970051ca6 [2020-10-20T02:12:27.439Z] ---> 3909ab2d6ab8 [2020-10-20T02:12:27.439Z] [2020-10-20T02:12:27.439Z] Step 10/22 : FROM scratch [2020-10-20T02:12:27.439Z] ---> [2020-10-20T02:12:27.439Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T02:12:27.439Z] ---> Using cache [2020-10-20T02:12:27.439Z] ---> 1e7580323385 [2020-10-20T02:12:27.439Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T02:12:27.439Z] ---> Running in 84a69737a6e6 [2020-10-20T02:12:27.439Z] Removing intermediate container 84a69737a6e6 [2020-10-20T02:12:27.439Z] ---> 0ac5a7367e8a [2020-10-20T02:12:27.439Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T02:12:27.439Z] ---> Running in e514af82bfed [2020-10-20T02:12:27.439Z] Removing intermediate container e514af82bfed [2020-10-20T02:12:27.439Z] ---> 7b42a6bfc1af [2020-10-20T02:12:27.439Z] Step 14/22 : WORKDIR / [2020-10-20T02:12:28.837Z] ---> Running in d05abd1bff7d [2020-10-20T02:12:28.837Z] Removing intermediate container 33487663e739 [2020-10-20T02:12:28.837Z] ---> 75dae6a7fd9c [2020-10-20T02:12:28.837Z] [2020-10-20T02:12:28.837Z] Step 10/23 : FROM alpine [2020-10-20T02:12:28.837Z] ---> a24bb4013296 [2020-10-20T02:12:28.837Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T02:12:28.837Z] ---> Running in da06188b95e7 [2020-10-20T02:12:28.837Z] Removing intermediate container d05abd1bff7d [2020-10-20T02:12:28.837Z] ---> e4ae1ce5cd93 [2020-10-20T02:12:28.837Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T02:12:28.837Z] Removing intermediate container da06188b95e7 [2020-10-20T02:12:28.837Z] ---> 4878daa59c08 [2020-10-20T02:12:28.837Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T02:12:29.100Z] ---> Running in 330374c384fa [2020-10-20T02:12:29.100Z] ---> 24fd08253204 [2020-10-20T02:12:29.100Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T02:12:29.100Z] Removing intermediate container 330374c384fa [2020-10-20T02:12:29.100Z] ---> 73dea752de5f [2020-10-20T02:12:29.100Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T02:12:29.118Z] $ docker rm -f ccda1ecdd3e7167ab6a7ef0391543222e11587c3cb80922565661dca2be89a7a [2020-10-20T02:12:29.362Z] ---> Running in 042b8a974e16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-20T02:12:29.631Z] Removing intermediate container 042b8a974e16 [2020-10-20T02:12:29.631Z] ---> 7a85a379ce8b [2020-10-20T02:12:29.631Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:12:29.631Z] ---> Running in 5dd508d3cb57 [2020-10-20T02:12:29.631Z] ---> 1bbfa89b9cc6 [2020-10-20T02:12:29.631Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [2020-10-20T02:12:29.902Z] ---> 30d7e0fb2e0b [2020-10-20T02:12:29.902Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T02:12:29.902Z] ---> Running in c48851688557 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:30.166Z] Removing intermediate container c48851688557 [2020-10-20T02:12:30.166Z] ---> 805bdf6eb025 [2020-10-20T02:12:30.166Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:12:30.166Z] ---> Running in a95d563a2ee9 [2020-10-20T02:12:30.431Z] Removing intermediate container a95d563a2ee9 [2020-10-20T02:12:30.431Z] ---> d3b2320d3789 [2020-10-20T02:12:30.431Z] Step 20/22 : LABEL arch=x86_64 [2020-10-20T02:12:30.431Z] ---> Running in 41bc6f924f81 [2020-10-20T02:12:30.431Z] Removing intermediate container 5dd508d3cb57 [2020-10-20T02:12:30.431Z] ---> 215bf7b00c9c [2020-10-20T02:12:30.431Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T02:12:30.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T02:12:30.436Z] [2020-10-20T02:12:30.436Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:30.702Z] ---> Running in 9130ee48f1bd [2020-10-20T02:12:30.702Z] Removing intermediate container 41bc6f924f81 [2020-10-20T02:12:30.702Z] ---> 5a317859dcd2 [2020-10-20T02:12:30.702Z] Step 21/22 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:30.834Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T02:12:30.967Z] ---> Running in d12de865cfce [2020-10-20T02:12:31.111Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-20T02:12:31.111Z] 29e5d40040c1: Pulling fs layer [2020-10-20T02:12:31.111Z] 1ce36da41761: Pulling fs layer [2020-10-20T02:12:31.111Z] 25b303627fd3: Pulling fs layer [2020-10-20T02:12:31.111Z] 29e5d40040c1: Verifying Checksum [2020-10-20T02:12:31.111Z] 29e5d40040c1: Download complete [2020-10-20T02:12:31.229Z] Removing intermediate container d12de865cfce [2020-10-20T02:12:31.229Z] ---> 247a543bc67d [2020-10-20T02:12:31.229Z] Step 22/22 : LABEL version=1.2.2-dev.81 [2020-10-20T02:12:31.229Z] ---> Running in c0fc7d93031d [2020-10-20T02:12:31.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-20T02:12:31.229Z] Removing intermediate container c0fc7d93031d [2020-10-20T02:12:31.229Z] ---> c4b567fab6e4 [2020-10-20T02:12:31.229Z] [2020-10-20T02:12:31.492Z] Successfully built c4b567fab6e4 [2020-10-20T02:12:31.492Z] Successfully tagged docker-core-metadata-go:latest [2020-10-20T02:12:31.713Z] 1ce36da41761: Verifying Checksum [2020-10-20T02:12:31.713Z] 1ce36da41761: Download complete [2020-10-20T02:12:31.713Z] 29e5d40040c1: Pull complete [2020-10-20T02:12:32.441Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-20T02:12:33.152Z] 1ce36da41761: Pull complete [2020-10-20T02:12:33.429Z] 25b303627fd3: Verifying Checksum [2020-10-20T02:12:33.429Z] 25b303627fd3: Download complete [2020-10-20T02:12:34.364Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T02:12:34.626Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T02:12:34.889Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T02:12:35.471Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T02:12:35.733Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T02:12:36.000Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:12:36.000Z] OK: 8 MiB in 19 packages [2020-10-20T02:12:36.576Z] Removing intermediate container 9130ee48f1bd [2020-10-20T02:12:36.576Z] ---> 7021c9e9ff1f [2020-10-20T02:12:36.576Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T02:12:36.576Z] ---> e392696ebf92 [2020-10-20T02:12:36.576Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T02:12:37.528Z] ---> da035b12c2f9 [2020-10-20T02:12:37.528Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T02:12:37.528Z] ---> f04b30f94560 [2020-10-20T02:12:37.528Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T02:12:37.790Z] ---> Running in 5a17cd9a07c8 [2020-10-20T02:12:37.790Z] Removing intermediate container 5a17cd9a07c8 [2020-10-20T02:12:37.790Z] ---> c985df51b917 [2020-10-20T02:12:37.790Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:12:38.053Z] ---> Running in 133d84962a2a [2020-10-20T02:12:39.004Z] Removing intermediate container 133d84962a2a [2020-10-20T02:12:39.004Z] ---> e0e0c0441b2f [2020-10-20T02:12:39.004Z] Step 21/23 : LABEL arch=x86_64 [2020-10-20T02:12:39.004Z] ---> Running in 15a433b76cbb [2020-10-20T02:12:39.269Z] Removing intermediate container 15a433b76cbb [2020-10-20T02:12:39.269Z] ---> 58a7d5709948 [2020-10-20T02:12:39.269Z] Step 22/23 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:39.269Z] ---> Running in 6ac4402d01f6 [2020-10-20T02:12:39.531Z] Removing intermediate container 6ac4402d01f6 [2020-10-20T02:12:39.532Z] ---> 8bd36e0ad8d5 [2020-10-20T02:12:39.532Z] Step 23/23 : LABEL version=1.2.2-dev.81 [2020-10-20T02:12:39.532Z] ---> Running in f1b557d7ee07 [2020-10-20T02:12:39.794Z] Removing intermediate container f1b557d7ee07 [2020-10-20T02:12:39.794Z] ---> be8dd90ffd0e [2020-10-20T02:12:39.794Z] [2020-10-20T02:12:39.794Z] Successfully built be8dd90ffd0e [2020-10-20T02:12:39.794Z] Successfully tagged docker-core-data-go:latest [2020-10-20T02:12:40.068Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-10-20T02:12:40.090Z] $ docker stop --time=1 76f6fd3963416d1cb251e6e1e6597cc44f8fbed45ac9c4dcd15de1f6903ed298 [2020-10-20T02:12:41.788Z] $ docker rm -f 76f6fd3963416d1cb251e6e1e6597cc44f8fbed45ac9c4dcd15de1f6903ed298 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:12:42.342Z] + docker images [2020-10-20T02:12:42.342Z] + grep docker [2020-10-20T02:12:42.342Z] docker-core-data-go latest be8dd90ffd0e 3 seconds ago 23.6MB [2020-10-20T02:12:42.342Z] docker-core-metadata-go latest c4b567fab6e4 11 seconds ago 14.4MB [2020-10-20T02:12:42.342Z] docker-support-logging-go latest 3ebc8e94d81f 31 seconds ago 11.1MB [2020-10-20T02:12:42.342Z] docker-sys-mgmt-agent-go latest 54e12fec5360 36 seconds ago 290MB [2020-10-20T02:12:42.342Z] docker-support-scheduler-go latest 5edb490e8534 43 seconds ago 12.3MB [2020-10-20T02:12:42.342Z] docker-security-proxy-setup-go latest 49f7fbebe8be About a minute ago 15.8MB [2020-10-20T02:12:42.342Z] docker-security-secretstore-setup-go latest f59c0559d779 About a minute ago 32.4MB [2020-10-20T02:12:42.342Z] docker-support-notifications-go latest 0220ebce549a 2 minutes ago 13.6MB [2020-10-20T02:12:42.342Z] docker-core-command-go latest b366182638ae 2 minutes ago 12.2MB [2020-10-20T02:12:42.342Z] docker-security-secrets-setup-go latest f5088f980b59 2 minutes ago 24MB [2020-10-20T02:12:42.342Z] docker latest 809cc4dba987 4 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-20T02:12:42.966Z] provisioning config files... [2020-10-20T02:12:43.024Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/197@tmp/config988322783901244152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:12:43.436Z] ---> docker-login.sh [2020-10-20T02:12:43.436Z] nexus3.edgexfoundry.org:10001 [2020-10-20T02:12:43.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:12:43.607Z] 25b303627fd3: Pull complete [2020-10-20T02:12:43.607Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-20T02:12:43.607Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T02:12:43.607Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-20T02:12:43.700Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:12:43.700Z] Configure a credential helper to remove this warning. See [2020-10-20T02:12:43.700Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:12:43.700Z] [2020-10-20T02:12:43.700Z] Login Succeeded [2020-10-20T02:12:43.700Z] nexus3.edgexfoundry.org:10002 [2020-10-20T02:12:43.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:12:43.885Z] prd-ubuntu18.04-docker-arm64-4c-16g-6830 does not seem to be running inside a container [2020-10-20T02:12:43.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:12:43.964Z] Configure a credential helper to remove this warning. See [2020-10-20T02:12:43.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:12:43.964Z] [2020-10-20T02:12:43.964Z] Login Succeeded [2020-10-20T02:12:43.964Z] nexus3.edgexfoundry.org:10003 [2020-10-20T02:12:43.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:12:43.964Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:12:43.964Z] Configure a credential helper to remove this warning. See [2020-10-20T02:12:43.964Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:12:43.964Z] [2020-10-20T02:12:43.964Z] Login Succeeded [2020-10-20T02:12:43.980Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-20T02:12:44.272Z] nexus3.edgexfoundry.org:10004 [2020-10-20T02:12:44.272Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:12:44.272Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:12:44.272Z] Configure a credential helper to remove this warning. See [2020-10-20T02:12:44.272Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:12:44.272Z] [2020-10-20T02:12:44.272Z] Login Succeeded [2020-10-20T02:12:44.272Z] docker.io [2020-10-20T02:12:44.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:12:44.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:12:44.810Z] Configure a credential helper to remove this warning. See [2020-10-20T02:12:44.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:12:44.810Z] [2020-10-20T02:12:44.810Z] Login Succeeded [2020-10-20T02:12:44.810Z] ---> docker-login.sh ends [2020-10-20T02:12:47.286Z] $ docker top 756bf682c29714b7198c9899d8bd447f774b676f37b0cbdda44fe6bf26a9bcbd -eo pid,comm [Pipeline] { [Pipeline] } [2020-10-20T02:12:47.642Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:12:48.007Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-10-20T02:12:48.007Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:48.007Z] 1.2.2-dev.81 [2020-10-20T02:12:48.007Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:12:48.007Z] master [2020-10-20T02:12:48.007Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:48.534Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:48.734Z] + docker-compose build --help [2020-10-20T02:12:48.735Z] + grep parallel [2020-10-20T02:12:48.843Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:48.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T02:12:48.843Z] 3fec70c13924: Preparing [2020-10-20T02:12:48.843Z] 9e47973eec97: Preparing [2020-10-20T02:12:48.843Z] 7ab6385f9e5a: Preparing [2020-10-20T02:12:49.107Z] 7ab6385f9e5a: Pushed [2020-10-20T02:12:49.107Z] 3fec70c13924: Pushed [2020-10-20T02:12:50.504Z] 9e47973eec97: Pushed [2020-10-20T02:12:50.504Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:bfe0b26c0ff8c381cfdfd26aa31da54eb97318a65c9da3a7df0c47c08e153f42 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:50.820Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:51.131Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.81 [2020-10-20T02:12:51.132Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T02:12:51.132Z] 3fec70c13924: Preparing [2020-10-20T02:12:51.132Z] 9e47973eec97: Preparing [2020-10-20T02:12:51.132Z] 7ab6385f9e5a: Preparing [2020-10-20T02:12:51.132Z] 3fec70c13924: Layer already exists [2020-10-20T02:12:51.132Z] 9e47973eec97: Layer already exists [2020-10-20T02:12:51.132Z] 7ab6385f9e5a: Layer already exists [2020-10-20T02:12:51.132Z] 1.2.2-dev.81: digest: sha256:bfe0b26c0ff8c381cfdfd26aa31da54eb97318a65c9da3a7df0c47c08e153f42 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:51.445Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:51.750Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:12:51.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T02:12:51.750Z] 3fec70c13924: Preparing [2020-10-20T02:12:51.750Z] 9e47973eec97: Preparing [2020-10-20T02:12:51.750Z] 7ab6385f9e5a: Preparing [2020-10-20T02:12:51.750Z] 9e47973eec97: Layer already exists [2020-10-20T02:12:51.750Z] 3fec70c13924: Layer already exists [2020-10-20T02:12:51.750Z] 7ab6385f9e5a: Layer already exists [2020-10-20T02:12:51.750Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:bfe0b26c0ff8c381cfdfd26aa31da54eb97318a65c9da3a7df0c47c08e153f42 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:52.057Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:52.108Z] --parallel Build images in parallel. [Pipeline] } [2020-10-20T02:12:52.164Z] $ docker stop --time=1 756bf682c29714b7198c9899d8bd447f774b676f37b0cbdda44fe6bf26a9bcbd [2020-10-20T02:12:52.362Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-10-20T02:12:52.362Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-10-20T02:12:52.362Z] 3fec70c13924: Preparing [2020-10-20T02:12:52.362Z] 9e47973eec97: Preparing [2020-10-20T02:12:52.362Z] 7ab6385f9e5a: Preparing [2020-10-20T02:12:52.362Z] 9e47973eec97: Layer already exists [2020-10-20T02:12:52.362Z] 3fec70c13924: Layer already exists [2020-10-20T02:12:52.362Z] 7ab6385f9e5a: Layer already exists [2020-10-20T02:12:52.362Z] master: digest: sha256:bfe0b26c0ff8c381cfdfd26aa31da54eb97318a65c9da3a7df0c47c08e153f42 size: 943 [2020-10-20T02:12:54.089Z] $ docker rm -f 756bf682c29714b7198c9899d8bd447f774b676f37b0cbdda44fe6bf26a9bcbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:12:54.518Z] ===================================================== [Pipeline] echo [2020-10-20T02:12:54.569Z] taggedImages: [2020-10-20T02:12:54.569Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:54.569Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.81 [2020-10-20T02:12:54.569Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:12:54.569Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-10-20T02:12:54.637Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-10-20T02:12:54.637Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:54.637Z] 1.2.2-dev.81 [2020-10-20T02:12:54.637Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:12:54.637Z] master [2020-10-20T02:12:54.637Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:55.105Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:55.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-20T02:12:55.272Z] . [Pipeline] withDockerContainer [2020-10-20T02:12:55.412Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:55.412Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T02:12:55.412Z] e702ce8ac129: Preparing [2020-10-20T02:12:55.412Z] 2550a641e01d: Preparing [2020-10-20T02:12:55.412Z] ba2e45599c4e: Preparing [2020-10-20T02:12:55.412Z] f08572c8795c: Preparing [2020-10-20T02:12:55.412Z] 919183a2e264: Preparing [2020-10-20T02:12:55.412Z] 50644c29ef5a: Preparing [2020-10-20T02:12:55.412Z] 50644c29ef5a: Waiting [2020-10-20T02:12:55.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-6830 does not seem to be running inside a container [2020-10-20T02:12:55.602Z] $ 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/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-20T02:12:55.676Z] ba2e45599c4e: Pushed [2020-10-20T02:12:55.676Z] 919183a2e264: Pushed [2020-10-20T02:12:55.676Z] e702ce8ac129: Pushed [2020-10-20T02:12:55.676Z] 50644c29ef5a: Layer already exists [2020-10-20T02:12:55.676Z] f08572c8795c: Pushed [2020-10-20T02:12:57.050Z] $ docker top 4ec961c32e748d64f113b1cb0de326406db81ae46613f00306772c4a21235209 -eo pid,comm [2020-10-20T02:12:57.070Z] 2550a641e01d: Pushed [2020-10-20T02:12:57.331Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:142047dc68c28e4bfba9c90715956ff84026d050d3a44750605b548b22839d37 size: 1572 [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:57.949Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:58.187Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-20T02:12:58.252Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.81 [2020-10-20T02:12:58.252Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T02:12:58.252Z] e702ce8ac129: Preparing [2020-10-20T02:12:58.252Z] 2550a641e01d: Preparing [2020-10-20T02:12:58.252Z] ba2e45599c4e: Preparing [2020-10-20T02:12:58.252Z] f08572c8795c: Preparing [2020-10-20T02:12:58.252Z] 919183a2e264: Preparing [2020-10-20T02:12:58.252Z] 50644c29ef5a: Preparing [2020-10-20T02:12:58.252Z] 50644c29ef5a: Waiting [2020-10-20T02:12:58.252Z] 2550a641e01d: Layer already exists [2020-10-20T02:12:58.252Z] ba2e45599c4e: Layer already exists [2020-10-20T02:12:58.252Z] f08572c8795c: Layer already exists [2020-10-20T02:12:58.252Z] e702ce8ac129: Layer already exists [2020-10-20T02:12:58.252Z] 919183a2e264: Layer already exists [2020-10-20T02:12:58.252Z] 50644c29ef5a: Layer already exists [2020-10-20T02:12:58.252Z] 1.2.2-dev.81: digest: sha256:142047dc68c28e4bfba9c90715956ff84026d050d3a44750605b548b22839d37 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:58.576Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:58.973Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:12:58.973Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T02:12:58.973Z] e702ce8ac129: Preparing [2020-10-20T02:12:58.973Z] 2550a641e01d: Preparing [2020-10-20T02:12:58.973Z] ba2e45599c4e: Preparing [2020-10-20T02:12:58.973Z] f08572c8795c: Preparing [2020-10-20T02:12:58.973Z] 919183a2e264: Preparing [2020-10-20T02:12:58.973Z] 50644c29ef5a: Preparing [2020-10-20T02:12:58.973Z] 50644c29ef5a: Waiting [2020-10-20T02:12:58.973Z] ba2e45599c4e: Layer already exists [2020-10-20T02:12:58.973Z] 2550a641e01d: Layer already exists [2020-10-20T02:12:58.973Z] f08572c8795c: Layer already exists [2020-10-20T02:12:58.973Z] e702ce8ac129: Layer already exists [2020-10-20T02:12:58.973Z] 919183a2e264: Layer already exists [2020-10-20T02:12:58.973Z] 50644c29ef5a: Layer already exists [2020-10-20T02:12:58.973Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:142047dc68c28e4bfba9c90715956ff84026d050d3a44750605b548b22839d37 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:59.339Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:12:59.645Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-10-20T02:12:59.645Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-10-20T02:12:59.645Z] e702ce8ac129: Preparing [2020-10-20T02:12:59.645Z] 2550a641e01d: Preparing [2020-10-20T02:12:59.645Z] ba2e45599c4e: Preparing [2020-10-20T02:12:59.645Z] f08572c8795c: Preparing [2020-10-20T02:12:59.645Z] 919183a2e264: Preparing [2020-10-20T02:12:59.645Z] 50644c29ef5a: Preparing [2020-10-20T02:12:59.645Z] 50644c29ef5a: Waiting [2020-10-20T02:12:59.645Z] f08572c8795c: Layer already exists [2020-10-20T02:12:59.645Z] 2550a641e01d: Layer already exists [2020-10-20T02:12:59.645Z] ba2e45599c4e: Layer already exists [2020-10-20T02:12:59.645Z] e702ce8ac129: Layer already exists [2020-10-20T02:12:59.645Z] 919183a2e264: Layer already exists [2020-10-20T02:12:59.645Z] 50644c29ef5a: Layer already exists [2020-10-20T02:12:59.645Z] master: digest: sha256:142047dc68c28e4bfba9c90715956ff84026d050d3a44750605b548b22839d37 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:12:59.881Z] ===================================================== [Pipeline] echo [2020-10-20T02:12:59.926Z] taggedImages: [2020-10-20T02:12:59.926Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:59.926Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.81 [2020-10-20T02:12:59.926Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:12:59.926Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-10-20T02:12:59.991Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-10-20T02:12:59.991Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:12:59.991Z] 1.2.2-dev.81 [2020-10-20T02:12:59.991Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:12:59.991Z] master [2020-10-20T02:12:59.991Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:00.595Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:00.898Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:00.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T02:13:00.899Z] dbe3e874a01f: Preparing [2020-10-20T02:13:00.899Z] c38b17639340: Preparing [2020-10-20T02:13:00.899Z] 16ec1b79423e: Preparing [2020-10-20T02:13:01.162Z] dbe3e874a01f: Pushed [2020-10-20T02:13:01.162Z] 16ec1b79423e: Pushed [2020-10-20T02:13:01.722Z] Building docker-core-command-go ... [2020-10-20T02:13:01.722Z] Building docker-core-data-go ... [2020-10-20T02:13:01.722Z] Building docker-core-metadata-go ... [2020-10-20T02:13:01.722Z] Building docker-security-proxy-setup-go ... [2020-10-20T02:13:01.722Z] Building docker-security-secrets-setup-go ... [2020-10-20T02:13:01.722Z] Building docker-security-secretstore-setup-go ... [2020-10-20T02:13:01.722Z] Building docker-support-logging-go ... [2020-10-20T02:13:01.722Z] Building docker-support-notifications-go ... [2020-10-20T02:13:01.722Z] Building docker-support-scheduler-go ... [2020-10-20T02:13:01.722Z] Building docker-sys-mgmt-agent-go ... [2020-10-20T02:13:01.722Z] Building docker-support-logging-go [2020-10-20T02:13:01.722Z] Building docker-security-secrets-setup-go [2020-10-20T02:13:01.722Z] Building docker-core-command-go [2020-10-20T02:13:01.722Z] Building docker-core-data-go [2020-10-20T02:13:01.722Z] Building docker-support-scheduler-go [2020-10-20T02:13:02.555Z] c38b17639340: Pushed [2020-10-20T02:13:02.818Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:01621aa8fba8d7e2296d1ff086d01cc392f8fc6768c166207014efbd5bc29847 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:03.131Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:03.433Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.81 [2020-10-20T02:13:03.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T02:13:03.433Z] dbe3e874a01f: Preparing [2020-10-20T02:13:03.433Z] c38b17639340: Preparing [2020-10-20T02:13:03.433Z] 16ec1b79423e: Preparing [2020-10-20T02:13:03.433Z] c38b17639340: Layer already exists [2020-10-20T02:13:03.433Z] 16ec1b79423e: Layer already exists [2020-10-20T02:13:03.433Z] dbe3e874a01f: Layer already exists [2020-10-20T02:13:03.433Z] 1.2.2-dev.81: digest: sha256:01621aa8fba8d7e2296d1ff086d01cc392f8fc6768c166207014efbd5bc29847 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:03.745Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:04.061Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:04.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T02:13:04.061Z] dbe3e874a01f: Preparing [2020-10-20T02:13:04.061Z] c38b17639340: Preparing [2020-10-20T02:13:04.061Z] 16ec1b79423e: Preparing [2020-10-20T02:13:04.061Z] c38b17639340: Layer already exists [2020-10-20T02:13:04.061Z] 16ec1b79423e: Layer already exists [2020-10-20T02:13:04.061Z] dbe3e874a01f: Layer already exists [2020-10-20T02:13:04.061Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:01621aa8fba8d7e2296d1ff086d01cc392f8fc6768c166207014efbd5bc29847 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:04.372Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:04.676Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-10-20T02:13:04.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-10-20T02:13:04.676Z] dbe3e874a01f: Preparing [2020-10-20T02:13:04.676Z] c38b17639340: Preparing [2020-10-20T02:13:04.676Z] 16ec1b79423e: Preparing [2020-10-20T02:13:04.676Z] 16ec1b79423e: Layer already exists [2020-10-20T02:13:04.676Z] c38b17639340: Layer already exists [2020-10-20T02:13:04.676Z] dbe3e874a01f: Layer already exists [2020-10-20T02:13:04.676Z] master: digest: sha256:01621aa8fba8d7e2296d1ff086d01cc392f8fc6768c166207014efbd5bc29847 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:13:04.859Z] ===================================================== [Pipeline] echo [2020-10-20T02:13:04.989Z] taggedImages: [2020-10-20T02:13:04.990Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:04.990Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.81 [2020-10-20T02:13:04.990Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:04.990Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-10-20T02:13:05.055Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-10-20T02:13:05.055Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:05.055Z] 1.2.2-dev.81 [2020-10-20T02:13:05.055Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:05.055Z] master [2020-10-20T02:13:05.055Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:05.536Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:05.839Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:05.839Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T02:13:05.839Z] 439c1c67decc: Preparing [2020-10-20T02:13:05.839Z] ef600c0ffb5c: Preparing [2020-10-20T02:13:05.839Z] 63a99550b9c1: Preparing [2020-10-20T02:13:05.839Z] cfdc76b5a00c: Preparing [2020-10-20T02:13:05.839Z] 50644c29ef5a: Preparing [2020-10-20T02:13:05.839Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:06.102Z] 63a99550b9c1: Pushed [2020-10-20T02:13:06.102Z] ef600c0ffb5c: Pushed [2020-10-20T02:13:06.364Z] cfdc76b5a00c: Pushed [2020-10-20T02:13:06.940Z] 439c1c67decc: Pushed [2020-10-20T02:13:07.203Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:60c93f62967c80baf95fb6f27b14eff73dcd82f66a54be57651863e69dd705ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:07.516Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:07.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.81 [2020-10-20T02:13:07.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T02:13:07.822Z] 439c1c67decc: Preparing [2020-10-20T02:13:07.822Z] ef600c0ffb5c: Preparing [2020-10-20T02:13:07.822Z] 63a99550b9c1: Preparing [2020-10-20T02:13:07.822Z] cfdc76b5a00c: Preparing [2020-10-20T02:13:07.822Z] 50644c29ef5a: Preparing [2020-10-20T02:13:07.822Z] 63a99550b9c1: Layer already exists [2020-10-20T02:13:07.822Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:07.822Z] cfdc76b5a00c: Layer already exists [2020-10-20T02:13:07.822Z] 439c1c67decc: Layer already exists [2020-10-20T02:13:07.822Z] ef600c0ffb5c: Layer already exists [2020-10-20T02:13:07.822Z] 1.2.2-dev.81: digest: sha256:60c93f62967c80baf95fb6f27b14eff73dcd82f66a54be57651863e69dd705ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:08.134Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:08.436Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:08.436Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T02:13:08.436Z] 439c1c67decc: Preparing [2020-10-20T02:13:08.436Z] ef600c0ffb5c: Preparing [2020-10-20T02:13:08.436Z] 63a99550b9c1: Preparing [2020-10-20T02:13:08.436Z] cfdc76b5a00c: Preparing [2020-10-20T02:13:08.436Z] 50644c29ef5a: Preparing [2020-10-20T02:13:08.436Z] 439c1c67decc: Layer already exists [2020-10-20T02:13:08.436Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:08.436Z] 63a99550b9c1: Layer already exists [2020-10-20T02:13:08.436Z] cfdc76b5a00c: Layer already exists [2020-10-20T02:13:08.436Z] ef600c0ffb5c: Layer already exists [2020-10-20T02:13:08.436Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:60c93f62967c80baf95fb6f27b14eff73dcd82f66a54be57651863e69dd705ab size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:08.747Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:09.053Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-10-20T02:13:09.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-10-20T02:13:09.053Z] 439c1c67decc: Preparing [2020-10-20T02:13:09.053Z] ef600c0ffb5c: Preparing [2020-10-20T02:13:09.053Z] 63a99550b9c1: Preparing [2020-10-20T02:13:09.053Z] cfdc76b5a00c: Preparing [2020-10-20T02:13:09.053Z] 50644c29ef5a: Preparing [2020-10-20T02:13:09.053Z] 439c1c67decc: Layer already exists [2020-10-20T02:13:09.053Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:09.053Z] cfdc76b5a00c: Layer already exists [2020-10-20T02:13:09.053Z] 63a99550b9c1: Layer already exists [2020-10-20T02:13:09.053Z] ef600c0ffb5c: Layer already exists [2020-10-20T02:13:09.053Z] master: digest: sha256:60c93f62967c80baf95fb6f27b14eff73dcd82f66a54be57651863e69dd705ab size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:13:09.280Z] ===================================================== [Pipeline] echo [2020-10-20T02:13:09.335Z] taggedImages: [2020-10-20T02:13:09.335Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:09.335Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.81 [2020-10-20T02:13:09.335Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:09.335Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-10-20T02:13:09.406Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-10-20T02:13:09.406Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:09.406Z] 1.2.2-dev.81 [2020-10-20T02:13:09.406Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:09.406Z] master [2020-10-20T02:13:09.406Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:09.902Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:10.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:10.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T02:13:10.204Z] 56ab6b0e148a: Preparing [2020-10-20T02:13:10.204Z] 0b091c7d2026: Preparing [2020-10-20T02:13:10.204Z] 090f8da99f2d: Preparing [2020-10-20T02:13:10.204Z] ce68ec9f4aac: Preparing [2020-10-20T02:13:10.204Z] ce68ec9f4aac: Preparing [2020-10-20T02:13:10.204Z] cee9e3629bd8: Preparing [2020-10-20T02:13:10.204Z] d25cae646787: Preparing [2020-10-20T02:13:10.204Z] 380e09147e50: Preparing [2020-10-20T02:13:10.204Z] 56ab6b0e148a: Preparing [2020-10-20T02:13:10.204Z] 81fdd1422841: Preparing [2020-10-20T02:13:10.204Z] 33c16b074c89: Preparing [2020-10-20T02:13:10.204Z] 517a952c4040: Preparing [2020-10-20T02:13:10.204Z] 50644c29ef5a: Preparing [2020-10-20T02:13:10.204Z] d25cae646787: Waiting [2020-10-20T02:13:10.204Z] 380e09147e50: Waiting [2020-10-20T02:13:10.204Z] 81fdd1422841: Waiting [2020-10-20T02:13:10.204Z] 33c16b074c89: Waiting [2020-10-20T02:13:10.204Z] 517a952c4040: Waiting [2020-10-20T02:13:10.204Z] 50644c29ef5a: Waiting [2020-10-20T02:13:10.466Z] ce68ec9f4aac: Pushed [2020-10-20T02:13:10.466Z] 0b091c7d2026: Pushed [2020-10-20T02:13:10.733Z] cee9e3629bd8: Pushed [2020-10-20T02:13:10.733Z] 090f8da99f2d: Pushed [2020-10-20T02:13:10.733Z] d25cae646787: Pushed [2020-10-20T02:13:10.995Z] 81fdd1422841: Pushed [2020-10-20T02:13:10.995Z] 380e09147e50: Pushed [2020-10-20T02:13:10.995Z] 33c16b074c89: Pushed [2020-10-20T02:13:10.995Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:11.257Z] 517a952c4040: Pushed [2020-10-20T02:13:11.257Z] 56ab6b0e148a: Pushed [2020-10-20T02:13:11.832Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:bb420c407c7ebaa6f97e1550b4052929d40c7dabd50e3f5cb0ae0ad315134bbc size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:12.154Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:12.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.81 [2020-10-20T02:13:12.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T02:13:12.498Z] 56ab6b0e148a: Preparing [2020-10-20T02:13:12.498Z] 0b091c7d2026: Preparing [2020-10-20T02:13:12.498Z] 090f8da99f2d: Preparing [2020-10-20T02:13:12.498Z] ce68ec9f4aac: Preparing [2020-10-20T02:13:12.498Z] ce68ec9f4aac: Preparing [2020-10-20T02:13:12.498Z] cee9e3629bd8: Preparing [2020-10-20T02:13:12.498Z] d25cae646787: Preparing [2020-10-20T02:13:12.498Z] 380e09147e50: Preparing [2020-10-20T02:13:12.498Z] 56ab6b0e148a: Preparing [2020-10-20T02:13:12.498Z] 81fdd1422841: Preparing [2020-10-20T02:13:12.498Z] 33c16b074c89: Preparing [2020-10-20T02:13:12.498Z] 517a952c4040: Preparing [2020-10-20T02:13:12.498Z] 50644c29ef5a: Preparing [2020-10-20T02:13:12.498Z] d25cae646787: Waiting [2020-10-20T02:13:12.498Z] 380e09147e50: Waiting [2020-10-20T02:13:12.498Z] 81fdd1422841: Waiting [2020-10-20T02:13:12.498Z] 33c16b074c89: Waiting [2020-10-20T02:13:12.498Z] 517a952c4040: Waiting [2020-10-20T02:13:12.498Z] 50644c29ef5a: Waiting [2020-10-20T02:13:12.761Z] cee9e3629bd8: Layer already exists [2020-10-20T02:13:12.761Z] 0b091c7d2026: Layer already exists [2020-10-20T02:13:12.761Z] 56ab6b0e148a: Layer already exists [2020-10-20T02:13:12.761Z] 090f8da99f2d: Layer already exists [2020-10-20T02:13:12.761Z] ce68ec9f4aac: Layer already exists [2020-10-20T02:13:12.761Z] 380e09147e50: Layer already exists [2020-10-20T02:13:12.761Z] 81fdd1422841: Layer already exists [2020-10-20T02:13:12.761Z] 517a952c4040: Layer already exists [2020-10-20T02:13:12.761Z] 33c16b074c89: Layer already exists [2020-10-20T02:13:12.761Z] d25cae646787: Layer already exists [2020-10-20T02:13:12.761Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:12.761Z] 1.2.2-dev.81: digest: sha256:bb420c407c7ebaa6f97e1550b4052929d40c7dabd50e3f5cb0ae0ad315134bbc size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:13.073Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:13.381Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:13.381Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T02:13:13.381Z] 56ab6b0e148a: Preparing [2020-10-20T02:13:13.381Z] 0b091c7d2026: Preparing [2020-10-20T02:13:13.381Z] 090f8da99f2d: Preparing [2020-10-20T02:13:13.381Z] ce68ec9f4aac: Preparing [2020-10-20T02:13:13.381Z] ce68ec9f4aac: Preparing [2020-10-20T02:13:13.381Z] cee9e3629bd8: Preparing [2020-10-20T02:13:13.381Z] d25cae646787: Preparing [2020-10-20T02:13:13.381Z] 380e09147e50: Preparing [2020-10-20T02:13:13.381Z] 56ab6b0e148a: Preparing [2020-10-20T02:13:13.381Z] 81fdd1422841: Preparing [2020-10-20T02:13:13.381Z] 33c16b074c89: Preparing [2020-10-20T02:13:13.381Z] 517a952c4040: Preparing [2020-10-20T02:13:13.381Z] 50644c29ef5a: Preparing [2020-10-20T02:13:13.381Z] d25cae646787: Waiting [2020-10-20T02:13:13.381Z] 380e09147e50: Waiting [2020-10-20T02:13:13.381Z] 81fdd1422841: Waiting [2020-10-20T02:13:13.381Z] 517a952c4040: Waiting [2020-10-20T02:13:13.381Z] 50644c29ef5a: Waiting [2020-10-20T02:13:13.381Z] 33c16b074c89: Waiting [2020-10-20T02:13:13.381Z] 090f8da99f2d: Layer already exists [2020-10-20T02:13:13.381Z] 56ab6b0e148a: Layer already exists [2020-10-20T02:13:13.381Z] cee9e3629bd8: Layer already exists [2020-10-20T02:13:13.381Z] 0b091c7d2026: Layer already exists [2020-10-20T02:13:13.381Z] ce68ec9f4aac: Layer already exists [2020-10-20T02:13:13.381Z] d25cae646787: Layer already exists [2020-10-20T02:13:13.381Z] 380e09147e50: Layer already exists [2020-10-20T02:13:13.381Z] 81fdd1422841: Layer already exists [2020-10-20T02:13:13.381Z] 33c16b074c89: Layer already exists [2020-10-20T02:13:13.381Z] 517a952c4040: Layer already exists [2020-10-20T02:13:13.381Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:13.644Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:bb420c407c7ebaa6f97e1550b4052929d40c7dabd50e3f5cb0ae0ad315134bbc size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:13.953Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:14.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-10-20T02:13:14.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-10-20T02:13:14.261Z] 56ab6b0e148a: Preparing [2020-10-20T02:13:14.261Z] 0b091c7d2026: Preparing [2020-10-20T02:13:14.261Z] 090f8da99f2d: Preparing [2020-10-20T02:13:14.261Z] ce68ec9f4aac: Preparing [2020-10-20T02:13:14.261Z] ce68ec9f4aac: Preparing [2020-10-20T02:13:14.261Z] cee9e3629bd8: Preparing [2020-10-20T02:13:14.261Z] d25cae646787: Preparing [2020-10-20T02:13:14.261Z] 380e09147e50: Preparing [2020-10-20T02:13:14.261Z] 56ab6b0e148a: Preparing [2020-10-20T02:13:14.261Z] 81fdd1422841: Preparing [2020-10-20T02:13:14.261Z] 33c16b074c89: Preparing [2020-10-20T02:13:14.261Z] 517a952c4040: Preparing [2020-10-20T02:13:14.261Z] 50644c29ef5a: Preparing [2020-10-20T02:13:14.261Z] 81fdd1422841: Waiting [2020-10-20T02:13:14.261Z] d25cae646787: Waiting [2020-10-20T02:13:14.261Z] 33c16b074c89: Waiting [2020-10-20T02:13:14.261Z] 517a952c4040: Waiting [2020-10-20T02:13:14.261Z] 50644c29ef5a: Waiting [2020-10-20T02:13:14.261Z] 380e09147e50: Waiting [2020-10-20T02:13:14.261Z] cee9e3629bd8: Layer already exists [2020-10-20T02:13:14.261Z] 0b091c7d2026: Layer already exists [2020-10-20T02:13:14.261Z] ce68ec9f4aac: Layer already exists [2020-10-20T02:13:14.261Z] 56ab6b0e148a: Layer already exists [2020-10-20T02:13:14.261Z] 090f8da99f2d: Layer already exists [2020-10-20T02:13:14.524Z] d25cae646787: Layer already exists [2020-10-20T02:13:14.524Z] 380e09147e50: Layer already exists [2020-10-20T02:13:14.524Z] 81fdd1422841: Layer already exists [2020-10-20T02:13:14.524Z] 517a952c4040: Layer already exists [2020-10-20T02:13:14.524Z] 33c16b074c89: Layer already exists [2020-10-20T02:13:14.524Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:14.524Z] master: digest: sha256:bb420c407c7ebaa6f97e1550b4052929d40c7dabd50e3f5cb0ae0ad315134bbc size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:13:14.725Z] ===================================================== [Pipeline] echo [2020-10-20T02:13:14.776Z] taggedImages: [2020-10-20T02:13:14.782Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:14.782Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.81 [2020-10-20T02:13:14.782Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:14.782Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-10-20T02:13:14.881Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-10-20T02:13:14.881Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:14.881Z] 1.2.2-dev.81 [2020-10-20T02:13:14.881Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:14.881Z] master [2020-10-20T02:13:14.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:15.375Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:15.677Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:15.677Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T02:13:15.677Z] 973c309dcaf3: Preparing [2020-10-20T02:13:15.677Z] 1f2212f50b36: Preparing [2020-10-20T02:13:15.677Z] be937976cda2: Preparing [2020-10-20T02:13:15.677Z] b56a6238cca4: Preparing [2020-10-20T02:13:15.677Z] 433a021e5ff0: Preparing [2020-10-20T02:13:15.677Z] 6ce1c3ae206d: Preparing [2020-10-20T02:13:15.677Z] 45ebd7f7e091: Preparing [2020-10-20T02:13:15.677Z] fd1a34cc28b4: Preparing [2020-10-20T02:13:15.677Z] 45c1ce6404d7: Preparing [2020-10-20T02:13:15.677Z] df7adc215962: Preparing [2020-10-20T02:13:15.677Z] 1b3ee35aacca: Preparing [2020-10-20T02:13:15.677Z] fd1a34cc28b4: Waiting [2020-10-20T02:13:15.677Z] 45c1ce6404d7: Waiting [2020-10-20T02:13:15.677Z] df7adc215962: Waiting [2020-10-20T02:13:15.677Z] 6ce1c3ae206d: Waiting [2020-10-20T02:13:15.677Z] 1b3ee35aacca: Waiting [2020-10-20T02:13:15.677Z] 45ebd7f7e091: Waiting [2020-10-20T02:13:15.945Z] 973c309dcaf3: Pushed [2020-10-20T02:13:15.945Z] 1f2212f50b36: Pushed [2020-10-20T02:13:15.945Z] 6ce1c3ae206d: Pushed [2020-10-20T02:13:16.210Z] 45ebd7f7e091: Pushed [2020-10-20T02:13:16.474Z] fd1a34cc28b4: Pushed [2020-10-20T02:13:16.474Z] 45c1ce6404d7: Pushed [2020-10-20T02:13:16.474Z] 1b3ee35aacca: Layer already exists [2020-10-20T02:13:16.736Z] be937976cda2: Pushed [2020-10-20T02:13:16.736Z] 433a021e5ff0: Pushed [2020-10-20T02:13:16.736Z] b56a6238cca4: Pushed [2020-10-20T02:13:16.999Z] df7adc215962: Pushed [2020-10-20T02:13:17.262Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:d6fe79b3089a115c1fe25b7f7e4638b05101d22b6dfb30762e6bb13574b7fb77 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:17.594Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:17.892Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.81 [2020-10-20T02:13:17.892Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T02:13:17.892Z] 973c309dcaf3: Preparing [2020-10-20T02:13:17.892Z] 1f2212f50b36: Preparing [2020-10-20T02:13:17.892Z] be937976cda2: Preparing [2020-10-20T02:13:17.892Z] b56a6238cca4: Preparing [2020-10-20T02:13:17.892Z] 433a021e5ff0: Preparing [2020-10-20T02:13:17.892Z] 6ce1c3ae206d: Preparing [2020-10-20T02:13:17.892Z] 45ebd7f7e091: Preparing [2020-10-20T02:13:17.892Z] fd1a34cc28b4: Preparing [2020-10-20T02:13:17.892Z] 45c1ce6404d7: Preparing [2020-10-20T02:13:17.892Z] df7adc215962: Preparing [2020-10-20T02:13:17.892Z] 1b3ee35aacca: Preparing [2020-10-20T02:13:17.892Z] 6ce1c3ae206d: Waiting [2020-10-20T02:13:17.892Z] 45ebd7f7e091: Waiting [2020-10-20T02:13:17.892Z] fd1a34cc28b4: Waiting [2020-10-20T02:13:17.892Z] 45c1ce6404d7: Waiting [2020-10-20T02:13:17.892Z] df7adc215962: Waiting [2020-10-20T02:13:17.892Z] 1b3ee35aacca: Waiting [2020-10-20T02:13:17.892Z] 433a021e5ff0: Layer already exists [2020-10-20T02:13:17.892Z] 973c309dcaf3: Layer already exists [2020-10-20T02:13:17.892Z] 1f2212f50b36: Layer already exists [2020-10-20T02:13:17.892Z] b56a6238cca4: Layer already exists [2020-10-20T02:13:17.892Z] be937976cda2: Layer already exists [2020-10-20T02:13:17.892Z] fd1a34cc28b4: Layer already exists [2020-10-20T02:13:17.892Z] 45ebd7f7e091: Layer already exists [2020-10-20T02:13:17.892Z] df7adc215962: Layer already exists [2020-10-20T02:13:17.892Z] 6ce1c3ae206d: Layer already exists [2020-10-20T02:13:17.892Z] 45c1ce6404d7: Layer already exists [2020-10-20T02:13:17.892Z] 1b3ee35aacca: Layer already exists [2020-10-20T02:13:17.892Z] 1.2.2-dev.81: digest: sha256:d6fe79b3089a115c1fe25b7f7e4638b05101d22b6dfb30762e6bb13574b7fb77 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:18.197Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:18.498Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:18.498Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T02:13:18.498Z] 973c309dcaf3: Preparing [2020-10-20T02:13:18.498Z] 1f2212f50b36: Preparing [2020-10-20T02:13:18.498Z] be937976cda2: Preparing [2020-10-20T02:13:18.498Z] b56a6238cca4: Preparing [2020-10-20T02:13:18.498Z] 433a021e5ff0: Preparing [2020-10-20T02:13:18.498Z] 6ce1c3ae206d: Preparing [2020-10-20T02:13:18.498Z] 45ebd7f7e091: Preparing [2020-10-20T02:13:18.498Z] fd1a34cc28b4: Preparing [2020-10-20T02:13:18.498Z] 45c1ce6404d7: Preparing [2020-10-20T02:13:18.498Z] df7adc215962: Preparing [2020-10-20T02:13:18.498Z] 1b3ee35aacca: Preparing [2020-10-20T02:13:18.498Z] 6ce1c3ae206d: Waiting [2020-10-20T02:13:18.498Z] 45ebd7f7e091: Waiting [2020-10-20T02:13:18.498Z] df7adc215962: Waiting [2020-10-20T02:13:18.498Z] fd1a34cc28b4: Waiting [2020-10-20T02:13:18.498Z] 45c1ce6404d7: Waiting [2020-10-20T02:13:18.498Z] b56a6238cca4: Layer already exists [2020-10-20T02:13:18.498Z] 433a021e5ff0: Layer already exists [2020-10-20T02:13:18.498Z] 1f2212f50b36: Layer already exists [2020-10-20T02:13:18.498Z] 973c309dcaf3: Layer already exists [2020-10-20T02:13:18.498Z] be937976cda2: Layer already exists [2020-10-20T02:13:18.498Z] 6ce1c3ae206d: Layer already exists [2020-10-20T02:13:18.498Z] 45ebd7f7e091: Layer already exists [2020-10-20T02:13:18.498Z] fd1a34cc28b4: Layer already exists [2020-10-20T02:13:18.498Z] 45c1ce6404d7: Layer already exists [2020-10-20T02:13:18.498Z] df7adc215962: Layer already exists [2020-10-20T02:13:18.498Z] 1b3ee35aacca: Layer already exists [2020-10-20T02:13:18.498Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:d6fe79b3089a115c1fe25b7f7e4638b05101d22b6dfb30762e6bb13574b7fb77 size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:18.803Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:19.104Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-10-20T02:13:19.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-10-20T02:13:19.104Z] 973c309dcaf3: Preparing [2020-10-20T02:13:19.104Z] 1f2212f50b36: Preparing [2020-10-20T02:13:19.104Z] be937976cda2: Preparing [2020-10-20T02:13:19.104Z] b56a6238cca4: Preparing [2020-10-20T02:13:19.104Z] 433a021e5ff0: Preparing [2020-10-20T02:13:19.104Z] 6ce1c3ae206d: Preparing [2020-10-20T02:13:19.104Z] 45ebd7f7e091: Preparing [2020-10-20T02:13:19.104Z] fd1a34cc28b4: Preparing [2020-10-20T02:13:19.104Z] 45c1ce6404d7: Preparing [2020-10-20T02:13:19.104Z] df7adc215962: Preparing [2020-10-20T02:13:19.104Z] 1b3ee35aacca: Preparing [2020-10-20T02:13:19.104Z] 45ebd7f7e091: Waiting [2020-10-20T02:13:19.104Z] fd1a34cc28b4: Waiting [2020-10-20T02:13:19.104Z] 45c1ce6404d7: Waiting [2020-10-20T02:13:19.104Z] df7adc215962: Waiting [2020-10-20T02:13:19.104Z] 1b3ee35aacca: Waiting [2020-10-20T02:13:19.104Z] 6ce1c3ae206d: Waiting [2020-10-20T02:13:19.104Z] 973c309dcaf3: Layer already exists [2020-10-20T02:13:19.104Z] b56a6238cca4: Layer already exists [2020-10-20T02:13:19.104Z] 1f2212f50b36: Layer already exists [2020-10-20T02:13:19.104Z] be937976cda2: Layer already exists [2020-10-20T02:13:19.104Z] 433a021e5ff0: Layer already exists [2020-10-20T02:13:19.104Z] 6ce1c3ae206d: Layer already exists [2020-10-20T02:13:19.104Z] fd1a34cc28b4: Layer already exists [2020-10-20T02:13:19.104Z] 45ebd7f7e091: Layer already exists [2020-10-20T02:13:19.104Z] 45c1ce6404d7: Layer already exists [2020-10-20T02:13:19.104Z] 1b3ee35aacca: Layer already exists [2020-10-20T02:13:19.104Z] df7adc215962: Layer already exists [2020-10-20T02:13:19.369Z] master: digest: sha256:d6fe79b3089a115c1fe25b7f7e4638b05101d22b6dfb30762e6bb13574b7fb77 size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:13:19.563Z] ===================================================== [Pipeline] echo [2020-10-20T02:13:19.612Z] taggedImages: [2020-10-20T02:13:19.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:19.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.81 [2020-10-20T02:13:19.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:19.612Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-10-20T02:13:19.684Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-10-20T02:13:19.684Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:19.684Z] 1.2.2-dev.81 [2020-10-20T02:13:19.684Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:19.684Z] master [2020-10-20T02:13:19.684Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:20.172Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:20.467Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:20.467Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T02:13:20.467Z] 9c9545eeccb3: Preparing [2020-10-20T02:13:20.467Z] 265ca768aae7: Preparing [2020-10-20T02:13:20.467Z] f01d8a150a60: Preparing [2020-10-20T02:13:20.467Z] 09d44e610d6c: Preparing [2020-10-20T02:13:20.728Z] 9c9545eeccb3: Pushed [2020-10-20T02:13:20.728Z] f01d8a150a60: Pushed [2020-10-20T02:13:20.728Z] 09d44e610d6c: Pushed [2020-10-20T02:13:21.674Z] 265ca768aae7: Pushed [2020-10-20T02:13:21.937Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:8cb86ab9ef71627fb78350dbe1c0e6fa9d30e1bfe3f7c040f05f474151f1578f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:22.251Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:22.552Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.81 [2020-10-20T02:13:22.553Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T02:13:22.553Z] 9c9545eeccb3: Preparing [2020-10-20T02:13:22.553Z] 265ca768aae7: Preparing [2020-10-20T02:13:22.553Z] f01d8a150a60: Preparing [2020-10-20T02:13:22.553Z] 09d44e610d6c: Preparing [2020-10-20T02:13:22.553Z] 9c9545eeccb3: Layer already exists [2020-10-20T02:13:22.553Z] f01d8a150a60: Layer already exists [2020-10-20T02:13:22.553Z] 09d44e610d6c: Layer already exists [2020-10-20T02:13:22.553Z] 265ca768aae7: Layer already exists [2020-10-20T02:13:22.553Z] 1.2.2-dev.81: digest: sha256:8cb86ab9ef71627fb78350dbe1c0e6fa9d30e1bfe3f7c040f05f474151f1578f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:22.857Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:23.211Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:23.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T02:13:23.211Z] 9c9545eeccb3: Preparing [2020-10-20T02:13:23.211Z] 265ca768aae7: Preparing [2020-10-20T02:13:23.211Z] f01d8a150a60: Preparing [2020-10-20T02:13:23.211Z] 09d44e610d6c: Preparing [2020-10-20T02:13:23.211Z] 09d44e610d6c: Layer already exists [2020-10-20T02:13:23.211Z] f01d8a150a60: Layer already exists [2020-10-20T02:13:23.211Z] 265ca768aae7: Layer already exists [2020-10-20T02:13:23.211Z] 9c9545eeccb3: Layer already exists [2020-10-20T02:13:23.211Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:8cb86ab9ef71627fb78350dbe1c0e6fa9d30e1bfe3f7c040f05f474151f1578f size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:23.736Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:24.038Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-10-20T02:13:24.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-10-20T02:13:24.038Z] 9c9545eeccb3: Preparing [2020-10-20T02:13:24.038Z] 265ca768aae7: Preparing [2020-10-20T02:13:24.038Z] f01d8a150a60: Preparing [2020-10-20T02:13:24.038Z] 09d44e610d6c: Preparing [2020-10-20T02:13:24.038Z] f01d8a150a60: Layer already exists [2020-10-20T02:13:24.038Z] 9c9545eeccb3: Layer already exists [2020-10-20T02:13:24.038Z] 265ca768aae7: Layer already exists [2020-10-20T02:13:24.038Z] 09d44e610d6c: Layer already exists [2020-10-20T02:13:24.038Z] master: digest: sha256:8cb86ab9ef71627fb78350dbe1c0e6fa9d30e1bfe3f7c040f05f474151f1578f size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:13:24.237Z] ===================================================== [Pipeline] echo [2020-10-20T02:13:24.291Z] taggedImages: [2020-10-20T02:13:24.291Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:24.291Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.81 [2020-10-20T02:13:24.291Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:24.291Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-10-20T02:13:24.369Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-10-20T02:13:24.369Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:24.369Z] 1.2.2-dev.81 [2020-10-20T02:13:24.369Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:24.369Z] master [2020-10-20T02:13:24.369Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:24.862Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:25.168Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:25.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T02:13:25.168Z] c0e03dcd34bd: Preparing [2020-10-20T02:13:25.168Z] 9b7f49f61561: Preparing [2020-10-20T02:13:25.168Z] c244f75facf5: Preparing [2020-10-20T02:13:25.168Z] ae82488df9e0: Preparing [2020-10-20T02:13:25.168Z] bc5483bb4e55: Preparing [2020-10-20T02:13:25.168Z] 13e6596d38ba: Preparing [2020-10-20T02:13:25.168Z] 13e6596d38ba: Waiting [2020-10-20T02:13:25.434Z] c244f75facf5: Pushed [2020-10-20T02:13:25.434Z] ae82488df9e0: Pushed [2020-10-20T02:13:25.434Z] c0e03dcd34bd: Pushed [2020-10-20T02:13:25.434Z] bc5483bb4e55: Pushed [2020-10-20T02:13:25.698Z] 13e6596d38ba: Pushed [2020-10-20T02:13:26.650Z] 9b7f49f61561: Pushed [2020-10-20T02:13:26.913Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:22227bde5cdd1f6d8c6e1ca050a1a64331c24a4f9d0eeb2199ae45232fd8eff2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:27.223Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:27.527Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.81 [2020-10-20T02:13:27.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T02:13:27.527Z] c0e03dcd34bd: Preparing [2020-10-20T02:13:27.527Z] 9b7f49f61561: Preparing [2020-10-20T02:13:27.527Z] c244f75facf5: Preparing [2020-10-20T02:13:27.527Z] ae82488df9e0: Preparing [2020-10-20T02:13:27.527Z] bc5483bb4e55: Preparing [2020-10-20T02:13:27.527Z] 13e6596d38ba: Preparing [2020-10-20T02:13:27.527Z] 13e6596d38ba: Waiting [2020-10-20T02:13:27.527Z] c244f75facf5: Layer already exists [2020-10-20T02:13:27.527Z] bc5483bb4e55: Layer already exists [2020-10-20T02:13:27.527Z] c0e03dcd34bd: Layer already exists [2020-10-20T02:13:27.527Z] ae82488df9e0: Layer already exists [2020-10-20T02:13:27.527Z] 9b7f49f61561: Layer already exists [2020-10-20T02:13:27.527Z] 13e6596d38ba: Layer already exists [2020-10-20T02:13:27.527Z] 1.2.2-dev.81: digest: sha256:22227bde5cdd1f6d8c6e1ca050a1a64331c24a4f9d0eeb2199ae45232fd8eff2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:27.838Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:28.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:28.141Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T02:13:28.141Z] c0e03dcd34bd: Preparing [2020-10-20T02:13:28.141Z] 9b7f49f61561: Preparing [2020-10-20T02:13:28.141Z] c244f75facf5: Preparing [2020-10-20T02:13:28.141Z] ae82488df9e0: Preparing [2020-10-20T02:13:28.141Z] bc5483bb4e55: Preparing [2020-10-20T02:13:28.141Z] 13e6596d38ba: Preparing [2020-10-20T02:13:28.141Z] 13e6596d38ba: Waiting [2020-10-20T02:13:28.141Z] bc5483bb4e55: Layer already exists [2020-10-20T02:13:28.141Z] ae82488df9e0: Layer already exists [2020-10-20T02:13:28.141Z] c244f75facf5: Layer already exists [2020-10-20T02:13:28.141Z] 9b7f49f61561: Layer already exists [2020-10-20T02:13:28.141Z] c0e03dcd34bd: Layer already exists [2020-10-20T02:13:28.141Z] 13e6596d38ba: Layer already exists [2020-10-20T02:13:28.141Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:22227bde5cdd1f6d8c6e1ca050a1a64331c24a4f9d0eeb2199ae45232fd8eff2 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:28.450Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:28.748Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-10-20T02:13:28.748Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-10-20T02:13:28.748Z] c0e03dcd34bd: Preparing [2020-10-20T02:13:28.748Z] 9b7f49f61561: Preparing [2020-10-20T02:13:28.748Z] c244f75facf5: Preparing [2020-10-20T02:13:28.748Z] ae82488df9e0: Preparing [2020-10-20T02:13:28.748Z] bc5483bb4e55: Preparing [2020-10-20T02:13:28.748Z] 13e6596d38ba: Preparing [2020-10-20T02:13:28.748Z] 13e6596d38ba: Waiting [2020-10-20T02:13:28.748Z] c0e03dcd34bd: Layer already exists [2020-10-20T02:13:28.748Z] ae82488df9e0: Layer already exists [2020-10-20T02:13:28.748Z] c244f75facf5: Layer already exists [2020-10-20T02:13:28.748Z] bc5483bb4e55: Layer already exists [2020-10-20T02:13:28.748Z] 9b7f49f61561: Layer already exists [2020-10-20T02:13:28.748Z] 13e6596d38ba: Layer already exists [2020-10-20T02:13:28.748Z] master: digest: sha256:22227bde5cdd1f6d8c6e1ca050a1a64331c24a4f9d0eeb2199ae45232fd8eff2 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:13:28.954Z] ===================================================== [Pipeline] echo [2020-10-20T02:13:29.013Z] taggedImages: [2020-10-20T02:13:29.013Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:29.013Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.81 [2020-10-20T02:13:29.013Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:29.013Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-10-20T02:13:29.081Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-10-20T02:13:29.081Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:29.081Z] 1.2.2-dev.81 [2020-10-20T02:13:29.081Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:29.081Z] master [2020-10-20T02:13:29.081Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:29.569Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:29.869Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:29.869Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T02:13:29.869Z] f35b12285dc1: Preparing [2020-10-20T02:13:29.869Z] c59fd36f022d: Preparing [2020-10-20T02:13:29.869Z] 26e07e815b08: Preparing [2020-10-20T02:13:30.131Z] 26e07e815b08: Pushed [2020-10-20T02:13:30.131Z] f35b12285dc1: Pushed [2020-10-20T02:13:31.078Z] c59fd36f022d: Pushed [2020-10-20T02:13:31.344Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:31937c52bc5b268d8e74f296143dd903c7ed8acac747fd5bda26200312ffcf58 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:31.663Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:31.977Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.81 [2020-10-20T02:13:31.978Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T02:13:31.978Z] f35b12285dc1: Preparing [2020-10-20T02:13:31.978Z] c59fd36f022d: Preparing [2020-10-20T02:13:31.978Z] 26e07e815b08: Preparing [2020-10-20T02:13:31.978Z] f35b12285dc1: Layer already exists [2020-10-20T02:13:31.978Z] 26e07e815b08: Layer already exists [2020-10-20T02:13:31.978Z] c59fd36f022d: Layer already exists [2020-10-20T02:13:31.978Z] 1.2.2-dev.81: digest: sha256:31937c52bc5b268d8e74f296143dd903c7ed8acac747fd5bda26200312ffcf58 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:32.281Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:32.578Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:32.578Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T02:13:32.578Z] f35b12285dc1: Preparing [2020-10-20T02:13:32.578Z] c59fd36f022d: Preparing [2020-10-20T02:13:32.578Z] 26e07e815b08: Preparing [2020-10-20T02:13:32.578Z] c59fd36f022d: Layer already exists [2020-10-20T02:13:32.578Z] f35b12285dc1: Layer already exists [2020-10-20T02:13:32.578Z] 26e07e815b08: Layer already exists [2020-10-20T02:13:32.578Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:31937c52bc5b268d8e74f296143dd903c7ed8acac747fd5bda26200312ffcf58 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:32.882Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:33.180Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-10-20T02:13:33.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-10-20T02:13:33.180Z] f35b12285dc1: Preparing [2020-10-20T02:13:33.180Z] c59fd36f022d: Preparing [2020-10-20T02:13:33.180Z] 26e07e815b08: Preparing [2020-10-20T02:13:33.180Z] c59fd36f022d: Layer already exists [2020-10-20T02:13:33.180Z] 26e07e815b08: Layer already exists [2020-10-20T02:13:33.180Z] f35b12285dc1: Layer already exists [2020-10-20T02:13:33.180Z] master: digest: sha256:31937c52bc5b268d8e74f296143dd903c7ed8acac747fd5bda26200312ffcf58 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:13:33.437Z] ===================================================== [Pipeline] echo [2020-10-20T02:13:33.485Z] taggedImages: [2020-10-20T02:13:33.485Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:33.485Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.81 [2020-10-20T02:13:33.485Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:33.485Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-10-20T02:13:33.548Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-10-20T02:13:33.548Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:33.548Z] 1.2.2-dev.81 [2020-10-20T02:13:33.548Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:33.548Z] master [2020-10-20T02:13:33.548Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:34.042Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:34.346Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:34.346Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T02:13:34.346Z] 6484b5a4bd24: Preparing [2020-10-20T02:13:34.346Z] 84569a7068ac: Preparing [2020-10-20T02:13:34.346Z] 3631f068dc73: Preparing [2020-10-20T02:13:34.346Z] a523426b0e8e: Preparing [2020-10-20T02:13:34.346Z] cf1d2b0cd965: Preparing [2020-10-20T02:13:34.346Z] 2b57dd07fe8b: Preparing [2020-10-20T02:13:34.346Z] 5816343cac14: Preparing [2020-10-20T02:13:34.346Z] 527eef706b20: Preparing [2020-10-20T02:13:34.346Z] 224742e9e948: Preparing [2020-10-20T02:13:34.346Z] 5391e5290f13: Preparing [2020-10-20T02:13:34.346Z] 13baed61c795: Preparing [2020-10-20T02:13:34.346Z] 51d6d3d09136: Preparing [2020-10-20T02:13:34.346Z] 1507bc794612: Preparing [2020-10-20T02:13:34.346Z] 50644c29ef5a: Preparing [2020-10-20T02:13:34.346Z] 224742e9e948: Waiting [2020-10-20T02:13:34.346Z] 5391e5290f13: Waiting [2020-10-20T02:13:34.346Z] 13baed61c795: Waiting [2020-10-20T02:13:34.346Z] 51d6d3d09136: Waiting [2020-10-20T02:13:34.346Z] 2b57dd07fe8b: Waiting [2020-10-20T02:13:34.346Z] 1507bc794612: Waiting [2020-10-20T02:13:34.346Z] 50644c29ef5a: Waiting [2020-10-20T02:13:34.346Z] 5816343cac14: Waiting [2020-10-20T02:13:34.346Z] 527eef706b20: Waiting [2020-10-20T02:13:34.612Z] cf1d2b0cd965: Pushed [2020-10-20T02:13:34.612Z] 6484b5a4bd24: Pushed [2020-10-20T02:13:34.875Z] a523426b0e8e: Pushed [2020-10-20T02:13:34.875Z] 5816343cac14: Pushed [2020-10-20T02:13:35.138Z] 527eef706b20: Layer already exists [2020-10-20T02:13:35.138Z] 224742e9e948: Layer already exists [2020-10-20T02:13:35.138Z] 5391e5290f13: Layer already exists [2020-10-20T02:13:35.138Z] 13baed61c795: Layer already exists [2020-10-20T02:13:35.138Z] 51d6d3d09136: Layer already exists [2020-10-20T02:13:35.138Z] 1507bc794612: Layer already exists [2020-10-20T02:13:35.138Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:35.399Z] 84569a7068ac: Pushed [2020-10-20T02:13:35.973Z] 2b57dd07fe8b: Pushed [2020-10-20T02:13:42.574Z] 3631f068dc73: Pushed [2020-10-20T02:13:42.837Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:67f20bc14e43e78492ded1e8d9ba88f2d8f898488272a7ddaaf33e17fb235393 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:43.155Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:43.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.81 [2020-10-20T02:13:43.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T02:13:43.455Z] 6484b5a4bd24: Preparing [2020-10-20T02:13:43.455Z] 84569a7068ac: Preparing [2020-10-20T02:13:43.455Z] 3631f068dc73: Preparing [2020-10-20T02:13:43.455Z] a523426b0e8e: Preparing [2020-10-20T02:13:43.455Z] cf1d2b0cd965: Preparing [2020-10-20T02:13:43.455Z] 2b57dd07fe8b: Preparing [2020-10-20T02:13:43.455Z] 5816343cac14: Preparing [2020-10-20T02:13:43.455Z] 527eef706b20: Preparing [2020-10-20T02:13:43.455Z] 224742e9e948: Preparing [2020-10-20T02:13:43.455Z] 5391e5290f13: Preparing [2020-10-20T02:13:43.455Z] 13baed61c795: Preparing [2020-10-20T02:13:43.455Z] 51d6d3d09136: Preparing [2020-10-20T02:13:43.455Z] 1507bc794612: Preparing [2020-10-20T02:13:43.455Z] 50644c29ef5a: Preparing [2020-10-20T02:13:43.455Z] 2b57dd07fe8b: Waiting [2020-10-20T02:13:43.455Z] 5816343cac14: Waiting [2020-10-20T02:13:43.455Z] 527eef706b20: Waiting [2020-10-20T02:13:43.455Z] 224742e9e948: Waiting [2020-10-20T02:13:43.455Z] 5391e5290f13: Waiting [2020-10-20T02:13:43.455Z] 13baed61c795: Waiting [2020-10-20T02:13:43.455Z] 51d6d3d09136: Waiting [2020-10-20T02:13:43.455Z] 1507bc794612: Waiting [2020-10-20T02:13:43.455Z] 50644c29ef5a: Waiting [2020-10-20T02:13:43.455Z] a523426b0e8e: Layer already exists [2020-10-20T02:13:43.455Z] 6484b5a4bd24: Layer already exists [2020-10-20T02:13:43.455Z] cf1d2b0cd965: Layer already exists [2020-10-20T02:13:43.455Z] 3631f068dc73: Layer already exists [2020-10-20T02:13:43.455Z] 84569a7068ac: Layer already exists [2020-10-20T02:13:43.455Z] 5816343cac14: Layer already exists [2020-10-20T02:13:43.455Z] 527eef706b20: Layer already exists [2020-10-20T02:13:43.455Z] 5391e5290f13: Layer already exists [2020-10-20T02:13:43.455Z] 2b57dd07fe8b: Layer already exists [2020-10-20T02:13:43.455Z] 1507bc794612: Layer already exists [2020-10-20T02:13:43.455Z] 224742e9e948: Layer already exists [2020-10-20T02:13:43.455Z] 13baed61c795: Layer already exists [2020-10-20T02:13:43.455Z] 51d6d3d09136: Layer already exists [2020-10-20T02:13:43.455Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:43.455Z] 1.2.2-dev.81: digest: sha256:67f20bc14e43e78492ded1e8d9ba88f2d8f898488272a7ddaaf33e17fb235393 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:43.768Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:44.074Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:44.074Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T02:13:44.074Z] 6484b5a4bd24: Preparing [2020-10-20T02:13:44.074Z] 84569a7068ac: Preparing [2020-10-20T02:13:44.074Z] 3631f068dc73: Preparing [2020-10-20T02:13:44.074Z] a523426b0e8e: Preparing [2020-10-20T02:13:44.074Z] cf1d2b0cd965: Preparing [2020-10-20T02:13:44.074Z] 2b57dd07fe8b: Preparing [2020-10-20T02:13:44.074Z] 5816343cac14: Preparing [2020-10-20T02:13:44.074Z] 527eef706b20: Preparing [2020-10-20T02:13:44.074Z] 224742e9e948: Preparing [2020-10-20T02:13:44.074Z] 5391e5290f13: Preparing [2020-10-20T02:13:44.074Z] 13baed61c795: Preparing [2020-10-20T02:13:44.074Z] 51d6d3d09136: Preparing [2020-10-20T02:13:44.074Z] 1507bc794612: Preparing [2020-10-20T02:13:44.074Z] 50644c29ef5a: Preparing [2020-10-20T02:13:44.074Z] 224742e9e948: Waiting [2020-10-20T02:13:44.074Z] 5391e5290f13: Waiting [2020-10-20T02:13:44.074Z] 13baed61c795: Waiting [2020-10-20T02:13:44.074Z] 51d6d3d09136: Waiting [2020-10-20T02:13:44.074Z] 1507bc794612: Waiting [2020-10-20T02:13:44.074Z] 50644c29ef5a: Waiting [2020-10-20T02:13:44.074Z] 2b57dd07fe8b: Waiting [2020-10-20T02:13:44.074Z] 5816343cac14: Waiting [2020-10-20T02:13:44.074Z] 527eef706b20: Waiting [2020-10-20T02:13:44.074Z] 84569a7068ac: Layer already exists [2020-10-20T02:13:44.074Z] cf1d2b0cd965: Layer already exists [2020-10-20T02:13:44.074Z] 3631f068dc73: Layer already exists [2020-10-20T02:13:44.074Z] 6484b5a4bd24: Layer already exists [2020-10-20T02:13:44.074Z] a523426b0e8e: Layer already exists [2020-10-20T02:13:44.074Z] 224742e9e948: Layer already exists [2020-10-20T02:13:44.074Z] 2b57dd07fe8b: Layer already exists [2020-10-20T02:13:44.074Z] 5816343cac14: Layer already exists [2020-10-20T02:13:44.074Z] 527eef706b20: Layer already exists [2020-10-20T02:13:44.074Z] 5391e5290f13: Layer already exists [2020-10-20T02:13:44.074Z] 1507bc794612: Layer already exists [2020-10-20T02:13:44.074Z] 51d6d3d09136: Layer already exists [2020-10-20T02:13:44.074Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:44.074Z] 13baed61c795: Layer already exists [2020-10-20T02:13:44.074Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:67f20bc14e43e78492ded1e8d9ba88f2d8f898488272a7ddaaf33e17fb235393 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:44.391Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:13:44.692Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-10-20T02:13:44.693Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-10-20T02:13:44.693Z] 6484b5a4bd24: Preparing [2020-10-20T02:13:44.693Z] 84569a7068ac: Preparing [2020-10-20T02:13:44.693Z] 3631f068dc73: Preparing [2020-10-20T02:13:44.693Z] a523426b0e8e: Preparing [2020-10-20T02:13:44.693Z] cf1d2b0cd965: Preparing [2020-10-20T02:13:44.693Z] 2b57dd07fe8b: Preparing [2020-10-20T02:13:44.693Z] 5816343cac14: Preparing [2020-10-20T02:13:44.693Z] 527eef706b20: Preparing [2020-10-20T02:13:44.693Z] 224742e9e948: Preparing [2020-10-20T02:13:44.693Z] 5391e5290f13: Preparing [2020-10-20T02:13:44.693Z] 13baed61c795: Preparing [2020-10-20T02:13:44.693Z] 51d6d3d09136: Preparing [2020-10-20T02:13:44.693Z] 1507bc794612: Preparing [2020-10-20T02:13:44.693Z] 50644c29ef5a: Preparing [2020-10-20T02:13:44.693Z] 2b57dd07fe8b: Waiting [2020-10-20T02:13:44.693Z] 5816343cac14: Waiting [2020-10-20T02:13:44.693Z] 527eef706b20: Waiting [2020-10-20T02:13:44.693Z] 224742e9e948: Waiting [2020-10-20T02:13:44.693Z] 5391e5290f13: Waiting [2020-10-20T02:13:44.693Z] 13baed61c795: Waiting [2020-10-20T02:13:44.693Z] 1507bc794612: Waiting [2020-10-20T02:13:44.693Z] 50644c29ef5a: Waiting [2020-10-20T02:13:44.693Z] 51d6d3d09136: Waiting [2020-10-20T02:13:44.693Z] a523426b0e8e: Layer already exists [2020-10-20T02:13:44.693Z] 84569a7068ac: Layer already exists [2020-10-20T02:13:44.693Z] 6484b5a4bd24: Layer already exists [2020-10-20T02:13:44.693Z] 3631f068dc73: Layer already exists [2020-10-20T02:13:44.693Z] cf1d2b0cd965: Layer already exists [2020-10-20T02:13:44.693Z] 2b57dd07fe8b: Layer already exists [2020-10-20T02:13:44.693Z] 5816343cac14: Layer already exists [2020-10-20T02:13:44.693Z] 5391e5290f13: Layer already exists [2020-10-20T02:13:44.693Z] 224742e9e948: Layer already exists [2020-10-20T02:13:44.693Z] 527eef706b20: Layer already exists [2020-10-20T02:13:44.693Z] 13baed61c795: Layer already exists [2020-10-20T02:13:44.693Z] 1507bc794612: Layer already exists [2020-10-20T02:13:44.693Z] 51d6d3d09136: Layer already exists [2020-10-20T02:13:44.693Z] 50644c29ef5a: Layer already exists [2020-10-20T02:13:44.693Z] master: digest: sha256:67f20bc14e43e78492ded1e8d9ba88f2d8f898488272a7ddaaf33e17fb235393 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:13:44.895Z] ===================================================== [Pipeline] echo [2020-10-20T02:13:44.940Z] taggedImages: [2020-10-20T02:13:44.940Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:13:44.940Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.81 [2020-10-20T02:13:44.940Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:13:44.940Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-20T02:13:48.701Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:13:48.701Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:13:48.701Z] ---> 67bf0a199152 [2020-10-20T02:13:48.701Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T02:13:48.701Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:13:48.701Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:13:48.701Z] ---> 67bf0a199152 [2020-10-20T02:13:48.701Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T02:13:48.701Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:13:48.701Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:13:48.701Z] ---> 67bf0a199152 [2020-10-20T02:13:48.701Z] Step 3/21 : WORKDIR /edgex-go [2020-10-20T02:13:48.701Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:13:48.701Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:13:48.701Z] ---> 67bf0a199152 [2020-10-20T02:13:48.701Z] Step 3/23 : WORKDIR /edgex-go [2020-10-20T02:13:48.701Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:13:48.701Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-20T02:13:48.701Z] ---> 67bf0a199152 [2020-10-20T02:13:48.701Z] Step 3/29 : WORKDIR /edgex-go [2020-10-20T02:13:51.316Z] ---> Running in 43142e13be50 [2020-10-20T02:13:51.316Z] ---> Running in b65f4dc19e19 [2020-10-20T02:13:51.316Z] ---> Running in b6f6552e0e8d [2020-10-20T02:13:51.316Z] ---> Running in f7fcf6cb1f87 [2020-10-20T02:13:51.316Z] ---> Running in c4c8a05aae6c [2020-10-20T02:13:51.590Z] Removing intermediate container f7fcf6cb1f87 [2020-10-20T02:13:51.590Z] ---> b1fa1473ea2c [2020-10-20T02:13:51.590Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:13:51.590Z] Removing intermediate container 43142e13be50 [2020-10-20T02:13:51.590Z] ---> 8bf4b2cfe191 [2020-10-20T02:13:51.590Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:13:51.590Z] Removing intermediate container b65f4dc19e19 [2020-10-20T02:13:51.590Z] ---> ea6ceb2781e2 [2020-10-20T02:13:51.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:13:51.590Z] Removing intermediate container b6f6552e0e8d [2020-10-20T02:13:51.590Z] ---> ea1670a60cdd [2020-10-20T02:13:51.590Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:13:51.868Z] Removing intermediate container c4c8a05aae6c [2020-10-20T02:13:51.868Z] ---> 46326f4c8952 [2020-10-20T02:13:51.868Z] Step 4/29 : RUN apk update && apk add make git [2020-10-20T02:13:51.868Z] ---> Running in b3fc1c5115ce [2020-10-20T02:13:51.868Z] ---> Running in db5aceb13d0c [2020-10-20T02:13:51.868Z] ---> Running in 7b76934ddc8d [2020-10-20T02:13:52.145Z] ---> Running in fc9de205adb7 [2020-10-20T02:13:52.145Z] ---> Running in 1795ab38f26e [2020-10-20T02:13:55.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:13:56.556Z] Removing intermediate container b3fc1c5115ce [2020-10-20T02:13:56.556Z] ---> c5f825c4c781 [2020-10-20T02:13:56.556Z] Step 5/21 : RUN apk update && apk add make git [2020-10-20T02:13:56.556Z] ---> Running in 6d42626d7637 [2020-10-20T02:13:56.832Z] Removing intermediate container db5aceb13d0c [2020-10-20T02:13:56.832Z] ---> 849ee23dd195 [2020-10-20T02:13:56.832Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-20T02:13:56.832Z] Removing intermediate container 7b76934ddc8d [2020-10-20T02:13:56.832Z] ---> 351f6fecd162 [2020-10-20T02:13:56.832Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T02:13:57.122Z] ---> Running in 3fa749ddbd20 [2020-10-20T02:13:57.122Z] Removing intermediate container fc9de205adb7 [2020-10-20T02:13:57.122Z] ---> 199150f8744d [2020-10-20T02:13:57.122Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-20T02:13:57.122Z] ---> Running in ffeef8057c63 [2020-10-20T02:13:57.423Z] ---> Running in ae26f0d5d1f6 [2020-10-20T02:13:58.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:13:58.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:13:59.300Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:13:59.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:13:59.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:14:02.195Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:14:02.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:14:02.469Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:14:03.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:14:03.068Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:14:03.068Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:14:03.068Z] OK: 12623 distinct packages available [2020-10-20T02:14:04.051Z] OK: 217 MiB in 51 packages [2020-10-20T02:14:05.495Z] Removing intermediate container 1795ab38f26e [2020-10-20T02:14:05.495Z] ---> 1759c581d983 [2020-10-20T02:14:05.495Z] Step 5/29 : COPY go.mod . [2020-10-20T02:14:06.096Z] ---> 9574c4c9dfb1 [2020-10-20T02:14:06.096Z] Step 6/29 : RUN go mod download [2020-10-20T02:14:06.096Z] ---> Running in 3d4ff55b07dd [2020-10-20T02:14:06.696Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:14:06.696Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:14:06.696Z] OK: 12623 distinct packages available [2020-10-20T02:14:07.683Z] OK: 217 MiB in 51 packages [2020-10-20T02:14:08.296Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:14:08.296Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:14:08.296Z] OK: 12623 distinct packages available [2020-10-20T02:14:08.296Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:14:08.296Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:14:08.296Z] OK: 12623 distinct packages available [2020-10-20T02:14:09.299Z] OK: 217 MiB in 51 packages [2020-10-20T02:14:09.299Z] Removing intermediate container 6d42626d7637 [2020-10-20T02:14:09.299Z] ---> 5fdae9328513 [2020-10-20T02:14:09.299Z] Step 6/21 : COPY go.mod . [2020-10-20T02:14:09.299Z] OK: 217 MiB in 51 packages [2020-10-20T02:14:09.580Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:14:09.580Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:14:09.580Z] OK: 12623 distinct packages available [2020-10-20T02:14:09.863Z] Removing intermediate container 3d4ff55b07dd [2020-10-20T02:14:09.863Z] ---> 7cbf0b1c4888 [2020-10-20T02:14:09.863Z] Step 7/29 : COPY . . [2020-10-20T02:14:10.171Z] OK: 217 MiB in 51 packages [2020-10-20T02:14:10.450Z] OK: 217 MiB in 51 packages [2020-10-20T02:14:10.730Z] ---> 15e603f0a436 [2020-10-20T02:14:10.730Z] Step 7/21 : RUN go mod download [2020-10-20T02:14:11.010Z] ---> Running in 8f152f2bfdbc [2020-10-20T02:14:11.292Z] Removing intermediate container ffeef8057c63 [2020-10-20T02:14:11.292Z] ---> d2af96a90fb6 [2020-10-20T02:14:11.292Z] Step 6/22 : COPY go.mod . [2020-10-20T02:14:12.380Z] Removing intermediate container ae26f0d5d1f6 [2020-10-20T02:14:12.380Z] ---> 8e12beaab952 [2020-10-20T02:14:12.380Z] Step 6/22 : COPY go.mod . [2020-10-20T02:14:12.665Z] ---> 623d42a5f1f8 [2020-10-20T02:14:12.665Z] Step 7/22 : RUN go mod download [2020-10-20T02:14:13.271Z] ---> Running in cd728baf40fc [2020-10-20T02:14:13.271Z] Removing intermediate container 3fa749ddbd20 [2020-10-20T02:14:13.271Z] ---> c41145764533 [2020-10-20T02:14:13.271Z] Step 6/23 : COPY go.mod . [2020-10-20T02:14:13.551Z] ---> 0e0c18d8773b [2020-10-20T02:14:13.551Z] Step 7/22 : RUN go mod download [2020-10-20T02:14:14.152Z] ---> Running in 8e4494d10e21 [2020-10-20T02:14:15.159Z] ---> 84f9e7cf033d [2020-10-20T02:14:15.159Z] Step 7/23 : RUN go mod download [2020-10-20T02:14:15.159Z] ---> Running in 4da9dbb47197 [2020-10-20T02:14:16.162Z] Removing intermediate container 8f152f2bfdbc [2020-10-20T02:14:16.162Z] ---> 25df19f198bf [2020-10-20T02:14:16.162Z] Step 8/21 : COPY . . [2020-10-20T02:14:18.804Z] Removing intermediate container cd728baf40fc [2020-10-20T02:14:18.804Z] ---> df8af11b6eba [2020-10-20T02:14:18.804Z] Step 8/22 : COPY . . [2020-10-20T02:14:19.079Z] Removing intermediate container 8e4494d10e21 [2020-10-20T02:14:19.079Z] ---> f9dbe908773d [2020-10-20T02:14:19.079Z] Step 8/22 : COPY . . [2020-10-20T02:14:20.074Z] Removing intermediate container 4da9dbb47197 [2020-10-20T02:14:20.074Z] ---> b91581ab9386 [2020-10-20T02:14:20.074Z] Step 8/23 : COPY . . [2020-10-20T02:14:25.508Z] ---> 93439ca18200 [2020-10-20T02:14:25.508Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-20T02:14:28.154Z] ---> Running in b65b6a7b24fd [2020-10-20T02:14:29.146Z] ---> 28097391b4c8 [2020-10-20T02:14:29.146Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-20T02:14:30.144Z] ---> Running in 61b0608871f8 [2020-10-20T02:14:30.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-20T02:14:30.700Z] ---> 4832e46dcc56 [2020-10-20T02:14:30.700Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-20T02:14:31.295Z] ---> Running in 1ce2dc14e89d [2020-10-20T02:14:31.906Z] ---> 56f53c301017 [2020-10-20T02:14:31.906Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-20T02:14:31.906Z] ---> Running in 3308429f0e21 [2020-10-20T02:14:32.514Z] ---> d419ee21bfb3 [2020-10-20T02:14:32.514Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-20T02:14:32.793Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-20T02:14:32.793Z] ---> Running in 89c835f3f4a7 [2020-10-20T02:14:34.267Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/core-command/core-command ./cmd/core-command [2020-10-20T02:14:34.546Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-20T02:14:35.545Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/core-data/core-data ./cmd/core-data [2020-10-20T02:15:57.404Z] Removing intermediate container b65b6a7b24fd [2020-10-20T02:15:57.404Z] ---> 9da8a95789c4 [2020-10-20T02:15:57.404Z] [2020-10-20T02:15:57.404Z] Step 9/29 : FROM alpine:latest [2020-10-20T02:15:57.404Z] latest: Pulling from library/alpine [2020-10-20T02:15:57.404Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-20T02:15:57.404Z] Status: Downloaded newer image for alpine:latest [2020-10-20T02:15:57.404Z] ---> 62ee0e9f8440 [2020-10-20T02:15:57.404Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-20T02:15:57.404Z] ---> Running in 122e44aa4158 [2020-10-20T02:15:57.404Z] Removing intermediate container 122e44aa4158 [2020-10-20T02:15:57.404Z] ---> e24bf9c73ce4 [2020-10-20T02:15:57.404Z] Step 11/29 : USER root [2020-10-20T02:15:57.404Z] ---> Running in f4d69cfd7f0b [2020-10-20T02:15:57.404Z] Removing intermediate container f4d69cfd7f0b [2020-10-20T02:15:57.404Z] ---> bd6ae0c711e9 [2020-10-20T02:15:57.404Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-20T02:15:57.404Z] ---> Running in ef9e83e23cc3 [2020-10-20T02:15:57.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:15:57.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:15:57.404Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:15:57.404Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:15:57.404Z] OK: 12621 distinct packages available [2020-10-20T02:15:57.679Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-20T02:15:57.956Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-20T02:15:57.956Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:15:57.956Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T02:15:58.233Z] OK: 6 MiB in 16 packages [2020-10-20T02:16:00.888Z] Removing intermediate container ef9e83e23cc3 [2020-10-20T02:16:00.888Z] ---> db9b44b58266 [2020-10-20T02:16:00.888Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-20T02:16:01.174Z] ---> Running in 425f0a0d4228 [2020-10-20T02:16:01.791Z] Removing intermediate container 425f0a0d4228 [2020-10-20T02:16:01.791Z] ---> f142b1c8e1ef [2020-10-20T02:16:01.791Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-20T02:16:02.073Z] ---> Running in 5f7d2e7eda42 [2020-10-20T02:16:03.079Z] Removing intermediate container 5f7d2e7eda42 [2020-10-20T02:16:03.079Z] ---> 25002f7aaa6f [2020-10-20T02:16:03.079Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-20T02:16:03.079Z] ---> Running in e45f00275a16 [2020-10-20T02:16:07.407Z] Removing intermediate container e45f00275a16 [2020-10-20T02:16:07.407Z] ---> e4422862fee7 [2020-10-20T02:16:07.407Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-20T02:16:09.457Z] ---> 7490cf27a07a [2020-10-20T02:16:09.457Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-20T02:16:10.934Z] ---> 1f0fab123cb6 [2020-10-20T02:16:10.934Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-20T02:16:11.941Z] Removing intermediate container 3308429f0e21 [2020-10-20T02:16:11.941Z] ---> c2b2dab253dc [2020-10-20T02:16:11.941Z] [2020-10-20T02:16:11.941Z] Step 10/22 : FROM scratch [2020-10-20T02:16:11.941Z] ---> [2020-10-20T02:16:11.941Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T02:16:12.630Z] ---> Running in 7c9f0da7ad71 [2020-10-20T02:16:12.630Z] ---> 0e649008c3bf [2020-10-20T02:16:12.630Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-20T02:16:13.481Z] Removing intermediate container 7c9f0da7ad71 [2020-10-20T02:16:13.481Z] ---> 4723530745cb [2020-10-20T02:16:13.481Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-20T02:16:14.111Z] ---> Running in 6e133e49bf1e [2020-10-20T02:16:14.111Z] ---> 3524a38dcc1b [2020-10-20T02:16:14.111Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-20T02:16:14.546Z] Removing intermediate container 6e133e49bf1e [2020-10-20T02:16:14.546Z] ---> 784dbd082f5f [2020-10-20T02:16:14.546Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T02:16:14.546Z] ---> Running in 2005d0c4dfdf [2020-10-20T02:16:15.177Z] Removing intermediate container 2005d0c4dfdf [2020-10-20T02:16:15.177Z] ---> 389b3d12c485 [2020-10-20T02:16:15.177Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-20T02:16:15.177Z] ---> c8ad67951181 [2020-10-20T02:16:15.177Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-20T02:16:15.466Z] ---> Running in 3f1eff7c157b [2020-10-20T02:16:16.685Z] ---> 6737967f7f30 [2020-10-20T02:16:16.685Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-20T02:16:18.195Z] ---> dec217f55af1 [2020-10-20T02:16:18.195Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-20T02:16:20.410Z] ---> db80a04b735d [2020-10-20T02:16:20.410Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-20T02:16:20.410Z] Removing intermediate container 3f1eff7c157b [2020-10-20T02:16:20.410Z] ---> f15c4b342917 [2020-10-20T02:16:20.410Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T02:16:21.526Z] ---> 0d69f9ca9cf8 [2020-10-20T02:16:21.526Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-20T02:16:21.823Z] ---> 5a2a42ae4fc1 [2020-10-20T02:16:21.823Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T02:16:21.823Z] ---> Running in 50218bca602d [2020-10-20T02:16:22.100Z] ---> Running in ebeda8e8b23b [2020-10-20T02:16:22.728Z] Removing intermediate container 50218bca602d [2020-10-20T02:16:22.728Z] ---> 9d4d57ff2f38 [2020-10-20T02:16:22.728Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:16:23.352Z] ---> Running in d00f2dcd54f0 [2020-10-20T02:16:24.417Z] Removing intermediate container d00f2dcd54f0 [2020-10-20T02:16:24.417Z] ---> 731bde349567 [2020-10-20T02:16:24.417Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T02:16:24.779Z] ---> Running in 7d3b5de6c719 [2020-10-20T02:16:26.396Z] Removing intermediate container 7d3b5de6c719 [2020-10-20T02:16:26.396Z] ---> a7385f783500 [2020-10-20T02:16:26.396Z] Step 21/22 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:16:26.683Z] ---> Running in 72a6ba024ede [2020-10-20T02:16:26.994Z] Removing intermediate container ebeda8e8b23b [2020-10-20T02:16:26.994Z] ---> 8e347a42ff12 [2020-10-20T02:16:26.994Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-20T02:16:27.648Z] ---> Running in 5131d82367f2 [2020-10-20T02:16:28.248Z] Removing intermediate container 72a6ba024ede [2020-10-20T02:16:28.248Z] ---> 3170ad314b76 [2020-10-20T02:16:28.248Z] Step 22/22 : LABEL version=1.2.2-dev.81 [2020-10-20T02:16:28.872Z] ---> Running in 3d78f68ce597 [2020-10-20T02:16:29.884Z] Removing intermediate container 61b0608871f8 [2020-10-20T02:16:29.884Z] ---> 38b0e1d772d8 [2020-10-20T02:16:29.884Z] [2020-10-20T02:16:29.884Z] Step 10/21 : FROM scratch [2020-10-20T02:16:29.884Z] ---> [2020-10-20T02:16:29.884Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T02:16:30.564Z] ---> Running in 0d6a4407528f [2020-10-20T02:16:30.564Z] Removing intermediate container 3d78f68ce597 [2020-10-20T02:16:30.564Z] ---> 281b20a6e1e0 [2020-10-20T02:16:30.564Z] [2020-10-20T02:16:31.197Z] Successfully built 281b20a6e1e0 [2020-10-20T02:16:31.197Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-20T02:16:31.197Z]  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go [2020-10-20T02:16:31.545Z] Removing intermediate container 0d6a4407528f [2020-10-20T02:16:31.545Z] ---> 21472f49d3e4 [2020-10-20T02:16:31.545Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-20T02:16:31.545Z] Removing intermediate container 1ce2dc14e89d [2020-10-20T02:16:31.545Z] ---> ef03773f1b32 [2020-10-20T02:16:31.545Z] [2020-10-20T02:16:31.545Z] Step 10/22 : FROM scratch [2020-10-20T02:16:31.545Z] ---> [2020-10-20T02:16:31.841Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T02:16:31.841Z] ---> Using cache [2020-10-20T02:16:31.841Z] ---> 21472f49d3e4 [2020-10-20T02:16:31.841Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-20T02:16:31.841Z] ---> Running in e6632663fb43 [2020-10-20T02:16:31.841Z] ---> Running in 21c7725843f6 [2020-10-20T02:16:32.924Z] Removing intermediate container e6632663fb43 [2020-10-20T02:16:32.924Z] ---> 8a1bb82adc69 [2020-10-20T02:16:32.924Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-20T02:16:33.589Z] Removing intermediate container 21c7725843f6 [2020-10-20T02:16:33.589Z] ---> 23c1de385929 [2020-10-20T02:16:33.589Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T02:16:33.589Z] ---> Running in 76141766abef [2020-10-20T02:16:34.215Z] ---> Running in eb7ba94bc79a [2020-10-20T02:16:34.215Z] Removing intermediate container 5131d82367f2 [2020-10-20T02:16:34.215Z] ---> c8f4c25b8915 [2020-10-20T02:16:34.215Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T02:16:34.535Z] Removing intermediate container 76141766abef [2020-10-20T02:16:34.535Z] ---> da3756a792af [2020-10-20T02:16:34.535Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-20T02:16:34.820Z] ---> Running in 3108ed927ad7 [2020-10-20T02:16:34.820Z] Removing intermediate container eb7ba94bc79a [2020-10-20T02:16:34.820Z] ---> 98bb61553313 [2020-10-20T02:16:34.820Z] Step 14/22 : WORKDIR / [2020-10-20T02:16:35.117Z] ---> Running in 3f2c468f492e [2020-10-20T02:16:35.404Z] Removing intermediate container 3108ed927ad7 [2020-10-20T02:16:35.404Z] ---> 8963675dd9cd [2020-10-20T02:16:35.404Z] Step 26/29 : CMD [ "generate" ] [2020-10-20T02:16:35.691Z] ---> Running in 2ae99bdd2dce [2020-10-20T02:16:35.691Z] ---> e67934b11813 [2020-10-20T02:16:35.691Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-20T02:16:35.968Z] Removing intermediate container 3f2c468f492e [2020-10-20T02:16:35.968Z] ---> 118ca6683935 [2020-10-20T02:16:35.968Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-20T02:16:36.577Z] Removing intermediate container 2ae99bdd2dce [2020-10-20T02:16:36.577Z] ---> 9b9a5b6de80b [2020-10-20T02:16:36.577Z] Step 27/29 : LABEL arch=arm64 [2020-10-20T02:16:36.863Z] ---> Running in e9d93e154fa2 [2020-10-20T02:16:36.863Z] ---> a3f7588f63b0 [2020-10-20T02:16:36.863Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-20T02:16:37.476Z] ---> fbbe74cb37c1 [2020-10-20T02:16:37.476Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-20T02:16:37.769Z] Removing intermediate container e9d93e154fa2 [2020-10-20T02:16:37.769Z] ---> da7a2b410cb2 [2020-10-20T02:16:37.769Z] Step 28/29 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:16:38.397Z] ---> Running in 9ddd69829d5e [2020-10-20T02:16:39.403Z] ---> af717495ab8e [2020-10-20T02:16:39.403Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-20T02:16:40.041Z] Removing intermediate container 9ddd69829d5e [2020-10-20T02:16:40.041Z] ---> 6ede044b9315 [2020-10-20T02:16:40.041Z] Step 29/29 : LABEL version=1.2.2-dev.81 [2020-10-20T02:16:40.340Z] ---> 1054a7640544 [2020-10-20T02:16:40.340Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-20T02:16:40.340Z] ---> Running in e9a1f853f821 [2020-10-20T02:16:40.627Z] ---> Running in 5e37b92716d6 [2020-10-20T02:16:41.639Z] Removing intermediate container e9a1f853f821 [2020-10-20T02:16:41.639Z] ---> 9906063ca6de [2020-10-20T02:16:41.639Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:16:42.246Z] Removing intermediate container 5e37b92716d6 [2020-10-20T02:16:42.246Z] ---> 85650a50f1ff [2020-10-20T02:16:42.246Z] [2020-10-20T02:16:42.246Z] ---> 1a0c2eacffc6 [2020-10-20T02:16:42.246Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-20T02:16:42.532Z] Successfully built 85650a50f1ff [2020-10-20T02:16:42.532Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:16:42.532Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:16:42.532Z] ---> 67bf0a199152 [2020-10-20T02:16:42.532Z] Step 3/27 : WORKDIR /edgex-go [2020-10-20T02:16:42.532Z] ---> Using cache [2020-10-20T02:16:42.532Z] ---> 46326f4c8952 [2020-10-20T02:16:42.532Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:16:42.532Z] ---> Running in 2f608e10dff6 [2020-10-20T02:16:42.532Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-20T02:16:42.532Z] Building docker-security-proxy-setup-go [2020-10-20T02:16:42.807Z]  Building docker-security-secrets-setup-go ... done  ---> Running in 16c9d0e346e2 [2020-10-20T02:16:42.808Z] ---> Running in f9416a642e9f [2020-10-20T02:16:43.417Z] Removing intermediate container 2f608e10dff6 [2020-10-20T02:16:43.417Z] ---> 15ee33fc4f78 [2020-10-20T02:16:43.417Z] Step 19/21 : LABEL arch=arm64 [2020-10-20T02:16:43.698Z] ---> Running in 53547c6669b5 [2020-10-20T02:16:43.698Z] Removing intermediate container 16c9d0e346e2 [2020-10-20T02:16:43.698Z] ---> 7d096f48794f [2020-10-20T02:16:43.698Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:16:44.333Z] ---> Running in 8c2d90044d97 [2020-10-20T02:16:44.698Z] Removing intermediate container 53547c6669b5 [2020-10-20T02:16:44.698Z] ---> 402b2cbdc66d [2020-10-20T02:16:44.698Z] Step 20/21 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:16:44.979Z] Removing intermediate container 8c2d90044d97 [2020-10-20T02:16:44.979Z] ---> 421db87aa696 [2020-10-20T02:16:44.979Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T02:16:45.583Z] ---> Running in da7fda3c4f31 [2020-10-20T02:16:46.192Z] ---> Running in a40ae7ed8d07 [2020-10-20T02:16:46.467Z] Removing intermediate container da7fda3c4f31 [2020-10-20T02:16:46.467Z] ---> a199339d88e3 [2020-10-20T02:16:46.467Z] Step 21/21 : LABEL version=1.2.2-dev.81 [2020-10-20T02:16:46.745Z] ---> Running in 903c2c955b37 [2020-10-20T02:16:46.745Z] Removing intermediate container a40ae7ed8d07 [2020-10-20T02:16:46.745Z] ---> a7d65579b4d9 [2020-10-20T02:16:46.745Z] Step 21/22 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:16:47.350Z] ---> Running in 6e75e02004ae [2020-10-20T02:16:47.350Z] Removing intermediate container f9416a642e9f [2020-10-20T02:16:47.350Z] ---> 90c063caaa48 [2020-10-20T02:16:47.350Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-20T02:16:47.350Z] Removing intermediate container 903c2c955b37 [2020-10-20T02:16:47.350Z] ---> 2c5738364b14 [2020-10-20T02:16:47.350Z] [2020-10-20T02:16:47.626Z] ---> Running in 25a2a9fafe82 [2020-10-20T02:16:47.900Z] Successfully built 2c5738364b14 [2020-10-20T02:16:47.900Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-20T02:16:47.900Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-10-20T02:16:48.178Z] Removing intermediate container 6e75e02004ae [2020-10-20T02:16:48.178Z] ---> f6b9039e2d58 [2020-10-20T02:16:48.178Z] Step 22/22 : LABEL version=1.2.2-dev.81 [2020-10-20T02:16:48.452Z] ---> Running in d14c8bf4f7a8 [2020-10-20T02:16:49.897Z] Removing intermediate container d14c8bf4f7a8 [2020-10-20T02:16:49.897Z] ---> 9ee2b5c1c318 [2020-10-20T02:16:49.897Z] [2020-10-20T02:16:50.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:16:50.176Z] Successfully built 9ee2b5c1c318 [2020-10-20T02:16:50.176Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-20T02:16:50.450Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2020-10-20T02:16:51.047Z] Removing intermediate container 89c835f3f4a7 [2020-10-20T02:16:51.047Z] ---> 573f1c27196a [2020-10-20T02:16:51.047Z] [2020-10-20T02:16:51.047Z] Step 10/23 : FROM alpine [2020-10-20T02:16:51.047Z] ---> 62ee0e9f8440 [2020-10-20T02:16:51.047Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T02:16:51.047Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:16:51.320Z] ---> Running in ce43adb0944d [2020-10-20T02:16:51.917Z] Removing intermediate container ce43adb0944d [2020-10-20T02:16:51.917Z] ---> c23c49d43512 [2020-10-20T02:16:51.917Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-20T02:16:52.512Z] ---> Running in 84138d717cd0 [2020-10-20T02:16:52.784Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:16:52.784Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:16:52.784Z] OK: 12623 distinct packages available [2020-10-20T02:16:53.383Z] Removing intermediate container 84138d717cd0 [2020-10-20T02:16:53.383Z] ---> 4f2efe09ab31 [2020-10-20T02:16:53.383Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-20T02:16:53.663Z] OK: 217 MiB in 51 packages [2020-10-20T02:16:53.938Z] ---> Running in 1597f889db50 [2020-10-20T02:16:55.385Z] Removing intermediate container 1597f889db50 [2020-10-20T02:16:55.385Z] ---> 41ccb8267590 [2020-10-20T02:16:55.385Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:16:55.667Z] ---> Running in 21ca2f6b952c [2020-10-20T02:16:55.946Z] Removing intermediate container 25a2a9fafe82 [2020-10-20T02:16:55.946Z] ---> 1d6cca3222df [2020-10-20T02:16:55.946Z] Step 6/27 : COPY go.mod . [2020-10-20T02:16:57.396Z] ---> daf4988c47ab [2020-10-20T02:16:57.396Z] Step 7/27 : RUN go mod download [2020-10-20T02:16:57.670Z] ---> Running in 91f1ce3472d0 [2020-10-20T02:17:00.307Z] Removing intermediate container 21ca2f6b952c [2020-10-20T02:17:00.307Z] ---> ee2e158eed47 [2020-10-20T02:17:00.307Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-20T02:17:00.307Z] ---> Running in f9bf291d9b83 [2020-10-20T02:17:01.760Z] Removing intermediate container 91f1ce3472d0 [2020-10-20T02:17:01.760Z] ---> 5fa7d97c6b56 [2020-10-20T02:17:01.760Z] Step 8/27 : COPY . . [2020-10-20T02:17:02.379Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:17:02.379Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:17:02.379Z] ---> 67bf0a199152 [2020-10-20T02:17:02.379Z] Step 3/20 : WORKDIR /edgex-go [2020-10-20T02:17:02.379Z] ---> Using cache [2020-10-20T02:17:02.379Z] ---> 46326f4c8952 [2020-10-20T02:17:02.379Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:17:02.379Z] ---> Using cache [2020-10-20T02:17:02.379Z] ---> 90c063caaa48 [2020-10-20T02:17:02.379Z] Step 5/20 : RUN apk update && apk add make git [2020-10-20T02:17:02.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:17:03.357Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:17:03.677Z] ---> Running in 4621a1b57536 [2020-10-20T02:17:04.410Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-20T02:17:04.410Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-20T02:17:04.768Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-20T02:17:04.768Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-20T02:17:05.068Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-20T02:17:05.068Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:17:05.068Z] OK: 8 MiB in 19 packages [2020-10-20T02:17:06.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:17:07.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:17:08.234Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:17:08.234Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:17:08.234Z] OK: 12623 distinct packages available [2020-10-20T02:17:09.238Z] OK: 217 MiB in 51 packages [2020-10-20T02:17:09.238Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:17:09.238Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:17:09.238Z] ---> 67bf0a199152 [2020-10-20T02:17:09.238Z] Step 3/26 : WORKDIR /edgex-go [2020-10-20T02:17:09.238Z] ---> Using cache [2020-10-20T02:17:09.238Z] ---> 46326f4c8952 [2020-10-20T02:17:09.238Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:17:09.238Z] ---> Using cache [2020-10-20T02:17:09.238Z] ---> 90c063caaa48 [2020-10-20T02:17:09.238Z] Step 5/26 : RUN apk update && apk add make git [2020-10-20T02:17:09.542Z] Removing intermediate container f9bf291d9b83 [2020-10-20T02:17:09.542Z] ---> 4132c57d1b8f [2020-10-20T02:17:09.542Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-20T02:17:10.544Z] ---> Running in 7b00277a8a6c [2020-10-20T02:17:11.163Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:17:11.163Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:17:11.163Z] ---> 67bf0a199152 [2020-10-20T02:17:11.163Z] Step 3/24 : WORKDIR /edgex-go [2020-10-20T02:17:11.163Z] ---> Using cache [2020-10-20T02:17:11.163Z] ---> 46326f4c8952 [2020-10-20T02:17:11.163Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:17:11.163Z] ---> Using cache [2020-10-20T02:17:11.163Z] ---> 90c063caaa48 [2020-10-20T02:17:11.163Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-20T02:17:12.167Z] ---> 90c4a340dacb [2020-10-20T02:17:12.167Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-20T02:17:12.168Z] ---> Running in a3192027fecf [2020-10-20T02:17:12.811Z] Removing intermediate container 4621a1b57536 [2020-10-20T02:17:12.811Z] ---> 6ca97cfc0390 [2020-10-20T02:17:12.811Z] Step 6/20 : COPY go.mod . [2020-10-20T02:17:13.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:17:14.087Z] ---> 720e5d33bdc6 [2020-10-20T02:17:14.087Z] Step 7/20 : RUN go mod download [2020-10-20T02:17:14.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:17:14.645Z] ---> Running in ec4c42ad8ce4 [2020-10-20T02:17:14.645Z] ---> 9817737acae3 [2020-10-20T02:17:14.645Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-20T02:17:14.645Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:17:14.645Z] ---> fcd9c631c338 [2020-10-20T02:17:14.645Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-20T02:17:14.921Z] ---> Running in 931646cb345e [2020-10-20T02:17:15.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:17:15.526Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:17:15.526Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:17:15.526Z] OK: 12623 distinct packages available [2020-10-20T02:17:15.809Z] ---> 8d5939bad4f0 [2020-10-20T02:17:15.809Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-20T02:17:16.088Z] ---> Running in e13b3b512b10 [2020-10-20T02:17:16.713Z] OK: 217 MiB in 51 packages [2020-10-20T02:17:16.713Z] v3.12.0-449-gcef0201abc [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:17:16.713Z] v3.12.0-446-gf82c3de405 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:17:16.713Z] OK: 12623 distinct packages available [2020-10-20T02:17:16.713Z] Removing intermediate container e13b3b512b10 [2020-10-20T02:17:16.713Z] ---> 0b82fd176672 [2020-10-20T02:17:16.713Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:17:17.001Z] ---> Running in cbc65c65ac05 [2020-10-20T02:17:17.280Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-20T02:17:17.564Z] OK: 217 MiB in 51 packages [2020-10-20T02:17:18.174Z] Removing intermediate container cbc65c65ac05 [2020-10-20T02:17:18.174Z] ---> ea38b93fd4f7 [2020-10-20T02:17:18.174Z] Step 21/23 : LABEL arch=arm64 [2020-10-20T02:17:18.460Z] ---> Running in 8d1d443a1498 [2020-10-20T02:17:18.460Z] Removing intermediate container 7b00277a8a6c [2020-10-20T02:17:18.460Z] ---> 96d8280a6968 [2020-10-20T02:17:18.460Z] Step 6/26 : COPY go.mod . [2020-10-20T02:17:19.461Z] Removing intermediate container 8d1d443a1498 [2020-10-20T02:17:19.461Z] ---> c0106c3f1c30 [2020-10-20T02:17:19.461Z] Step 22/23 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:17:19.461Z] Removing intermediate container ec4c42ad8ce4 [2020-10-20T02:17:19.461Z] ---> 40fb1498d0ab [2020-10-20T02:17:19.461Z] Step 8/20 : COPY . . [2020-10-20T02:17:19.738Z] ---> Running in 19cee9796844 [2020-10-20T02:17:20.015Z] Removing intermediate container a3192027fecf [2020-10-20T02:17:20.015Z] ---> c13c8bc64572 [2020-10-20T02:17:20.015Z] Step 7/26 : RUN go mod download [2020-10-20T02:17:20.015Z] ---> 98e1581f027a [2020-10-20T02:17:20.015Z] Step 6/24 : COPY go.mod . [2020-10-20T02:17:20.294Z] ---> Running in 5b371bd3da3e [2020-10-20T02:17:21.308Z] Removing intermediate container 19cee9796844 [2020-10-20T02:17:21.308Z] ---> 1d7677e7279a [2020-10-20T02:17:21.308Z] Step 23/23 : LABEL version=1.2.2-dev.81 [2020-10-20T02:17:21.916Z] ---> Running in 8b74c23e9623 [2020-10-20T02:17:22.197Z] ---> 958a2a381c79 [2020-10-20T02:17:22.197Z] Step 7/24 : RUN go mod download [2020-10-20T02:17:23.189Z] ---> Running in 25afa5fa90ce [2020-10-20T02:17:23.189Z] Removing intermediate container 8b74c23e9623 [2020-10-20T02:17:23.189Z] ---> 8cecbe874d92 [2020-10-20T02:17:23.189Z] [2020-10-20T02:17:24.185Z] Successfully built 8cecbe874d92 [2020-10-20T02:17:24.185Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-20T02:17:24.185Z] Building docker-core-metadata-go [2020-10-20T02:17:26.837Z]  Building docker-core-data-go ... done Removing intermediate container 5b371bd3da3e [2020-10-20T02:17:26.837Z] ---> 353f1495a579 [2020-10-20T02:17:26.837Z] Step 8/26 : COPY . . [2020-10-20T02:17:30.272Z] Removing intermediate container 25afa5fa90ce [2020-10-20T02:17:30.272Z] ---> 17d8d89ff244 [2020-10-20T02:17:30.272Z] Step 8/24 : COPY . . [2020-10-20T02:17:40.495Z] ---> 855fbe9b522a [2020-10-20T02:17:40.495Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-20T02:17:40.495Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-20T02:17:40.495Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-20T02:17:40.495Z] ---> 67bf0a199152 [2020-10-20T02:17:40.495Z] Step 3/22 : WORKDIR /edgex-go [2020-10-20T02:17:40.495Z] ---> Using cache [2020-10-20T02:17:40.495Z] ---> 46326f4c8952 [2020-10-20T02:17:40.495Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-20T02:17:40.495Z] ---> Using cache [2020-10-20T02:17:40.495Z] ---> 90c063caaa48 [2020-10-20T02:17:40.495Z] Step 5/22 : RUN apk update && apk add make git [2020-10-20T02:17:40.495Z] ---> Using cache [2020-10-20T02:17:40.495Z] ---> 96d8280a6968 [2020-10-20T02:17:40.495Z] Step 6/22 : COPY go.mod . [2020-10-20T02:17:40.495Z] ---> Using cache [2020-10-20T02:17:40.495Z] ---> c13c8bc64572 [2020-10-20T02:17:40.495Z] Step 7/22 : RUN go mod download [2020-10-20T02:17:40.495Z] ---> Using cache [2020-10-20T02:17:40.495Z] ---> 353f1495a579 [2020-10-20T02:17:40.495Z] Step 8/22 : COPY . . [2020-10-20T02:17:40.495Z] ---> Running in 6fd2d0c296af [2020-10-20T02:17:43.150Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-20T02:17:45.160Z] ---> 3dffb6462cbc [2020-10-20T02:17:45.160Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-20T02:17:45.443Z] ---> Running in d071bd7fe694 [2020-10-20T02:17:48.898Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-20T02:17:49.176Z] ---> fe2f0e592417 [2020-10-20T02:17:49.176Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-20T02:17:49.785Z] ---> Running in b2a15e66e225 [2020-10-20T02:17:53.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-20T02:17:55.226Z] ---> 2304e9256d13 [2020-10-20T02:17:55.226Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-20T02:17:55.509Z] ---> Running in cc5352540971 [2020-10-20T02:17:58.174Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-20T02:18:25.050Z] Removing intermediate container 931646cb345e [2020-10-20T02:18:25.051Z] ---> 34d3c7a9e098 [2020-10-20T02:18:25.051Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-20T02:18:25.051Z] ---> Running in 45612cc5c6d7 [2020-10-20T02:18:25.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-20T02:18:30.473Z] Removing intermediate container 45612cc5c6d7 [2020-10-20T02:18:30.473Z] ---> 393fc2ae4287 [2020-10-20T02:18:30.473Z] [2020-10-20T02:18:30.473Z] Step 11/27 : FROM docker:latest [2020-10-20T02:18:30.473Z] ---> 45884bde0078 [2020-10-20T02:18:30.473Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-20T02:18:30.747Z] ---> Running in 4c3a47dd1908 [2020-10-20T02:18:32.755Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:18:33.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:18:34.016Z] (1/2) Installing readline (8.0.4-r0) [2020-10-20T02:18:34.016Z] (2/2) Installing bash (5.0.17-r0) [2020-10-20T02:18:34.016Z] Executing bash-5.0.17-r0.post-install [2020-10-20T02:18:34.016Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:18:34.016Z] OK: 12 MiB in 22 packages [2020-10-20T02:18:36.016Z] Removing intermediate container 4c3a47dd1908 [2020-10-20T02:18:36.016Z] ---> 4cd0a331a40a [2020-10-20T02:18:36.016Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-20T02:18:36.016Z] ---> Running in b25127b6e2f1 [2020-10-20T02:18:40.363Z] Removing intermediate container b25127b6e2f1 [2020-10-20T02:18:40.363Z] ---> 2b14803fb8e6 [2020-10-20T02:18:40.363Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-20T02:18:40.363Z] ---> Running in 3d8922f97a0f [2020-10-20T02:18:40.991Z] Removing intermediate container 3d8922f97a0f [2020-10-20T02:18:40.991Z] ---> 319f6b6300aa [2020-10-20T02:18:40.991Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-20T02:18:40.991Z] ---> Running in 32987590c785 [2020-10-20T02:18:41.855Z] Removing intermediate container 32987590c785 [2020-10-20T02:18:41.855Z] ---> cbbb24c26add [2020-10-20T02:18:41.855Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-20T02:18:41.855Z] ---> Running in 736ec8c805e6 [2020-10-20T02:18:42.488Z] Removing intermediate container 736ec8c805e6 [2020-10-20T02:18:42.488Z] ---> d10808a39701 [2020-10-20T02:18:42.488Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-20T02:18:44.583Z] ---> 22d31ac54694 [2020-10-20T02:18:44.583Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-20T02:18:45.186Z] ---> d8a3b252624b [2020-10-20T02:18:45.186Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-20T02:18:46.639Z] ---> bc32371fe3b6 [2020-10-20T02:18:46.639Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-20T02:18:46.914Z] ---> Running in ca992eff343b [2020-10-20T02:18:49.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:18:49.564Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:18:50.570Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-20T02:18:50.570Z] (2/33) Installing expat (2.2.9-r1) [2020-10-20T02:18:50.570Z] (3/33) Installing libffi (3.3-r2) [2020-10-20T02:18:50.570Z] (4/33) Installing gdbm (1.13-r1) [2020-10-20T02:18:50.570Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-20T02:18:50.570Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-20T02:18:50.570Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-20T02:18:52.578Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-20T02:18:52.578Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-20T02:18:52.854Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-20T02:18:52.854Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-20T02:18:52.854Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-20T02:18:52.854Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-20T02:18:52.854Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-20T02:18:53.166Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-20T02:18:53.166Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-20T02:18:53.166Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-20T02:18:53.166Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-20T02:18:53.166Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-20T02:18:53.166Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-20T02:18:53.166Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-20T02:18:53.166Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-20T02:18:53.166Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-20T02:18:53.442Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-20T02:18:53.442Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-20T02:18:53.442Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-20T02:18:53.442Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-20T02:18:53.442Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-20T02:18:53.442Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-20T02:18:53.442Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-20T02:18:53.442Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-20T02:18:53.442Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-20T02:18:53.442Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-20T02:18:53.721Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:18:53.721Z] OK: 71 MiB in 55 packages [2020-10-20T02:19:03.959Z] Removing intermediate container ca992eff343b [2020-10-20T02:19:03.959Z] ---> 8c6b50931a47 [2020-10-20T02:19:03.959Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-20T02:19:03.959Z] ---> Running in 70160b8d1103 [2020-10-20T02:19:05.416Z] Removing intermediate container 6fd2d0c296af [2020-10-20T02:19:05.416Z] ---> f581aa23dae8 [2020-10-20T02:19:05.416Z] [2020-10-20T02:19:05.416Z] Step 10/20 : FROM alpine [2020-10-20T02:19:05.416Z] ---> 62ee0e9f8440 [2020-10-20T02:19:05.416Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-20T02:19:05.696Z] ---> Running in f1cf98beed1f [2020-10-20T02:19:07.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-20T02:19:08.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:19:08.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:19:09.869Z] v3.12.0-449-gcef0201abc [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-20T02:19:09.869Z] v3.12.0-446-gf82c3de405 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-20T02:19:09.869Z] OK: 12621 distinct packages available [2020-10-20T02:19:10.474Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-20T02:19:10.749Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T02:19:10.749Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-20T02:19:10.749Z] (4/4) Installing curl (7.69.1-r1) [2020-10-20T02:19:10.749Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:19:10.749Z] Executing ca-certificates-20191127-r4.trigger [2020-10-20T02:19:11.025Z] OK: 7 MiB in 18 packages [2020-10-20T02:19:12.013Z] Collecting docker-compose==1.23.2 [2020-10-20T02:19:12.290Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-20T02:19:13.736Z] Removing intermediate container f1cf98beed1f [2020-10-20T02:19:13.736Z] ---> 495bab7d402d [2020-10-20T02:19:13.736Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T02:19:13.736Z] Collecting docker<4.0,>=3.6.0 [2020-10-20T02:19:13.736Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-20T02:19:13.736Z] ---> Running in 5ed90397e63d [2020-10-20T02:19:14.339Z] Removing intermediate container 5ed90397e63d [2020-10-20T02:19:14.339Z] ---> 2e76a9c9d888 [2020-10-20T02:19:14.339Z] Step 13/20 : WORKDIR /edgex [2020-10-20T02:19:14.339Z] Collecting docopt<0.7,>=0.6.1 [2020-10-20T02:19:14.339Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-20T02:19:14.615Z] ---> Running in 8ac9b33e48ca [2020-10-20T02:19:15.213Z] Removing intermediate container 8ac9b33e48ca [2020-10-20T02:19:15.213Z] ---> 22fa2f111bb4 [2020-10-20T02:19:15.213Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-20T02:19:16.216Z] ---> ef6c16db0a15 [2020-10-20T02:19:16.216Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-20T02:19:18.203Z] ---> 5f4970d1e311 [2020-10-20T02:19:18.203Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-20T02:19:18.203Z] ---> Running in bb6f6aba89e2 [2020-10-20T02:19:18.499Z] Collecting PyYAML<4,>=3.10 [2020-10-20T02:19:18.499Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-20T02:19:18.499Z] Removing intermediate container bb6f6aba89e2 [2020-10-20T02:19:18.499Z] ---> ab9a7ab0dc57 [2020-10-20T02:19:18.499Z] Step 17/20 : CMD ["--init=true"] [2020-10-20T02:19:18.779Z] ---> Running in c6dc859bccf9 [2020-10-20T02:19:19.377Z] Removing intermediate container c6dc859bccf9 [2020-10-20T02:19:19.378Z] ---> b7ffda4cdcc2 [2020-10-20T02:19:19.378Z] Step 18/20 : LABEL arch=arm64 [2020-10-20T02:19:19.652Z] ---> Running in 33d8aae73c97 [2020-10-20T02:19:20.272Z] Removing intermediate container 33d8aae73c97 [2020-10-20T02:19:20.272Z] ---> eb5fa93d3aac [2020-10-20T02:19:20.272Z] Step 19/20 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:19:20.568Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.81" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-20T02:19:20.568Z] ---> Running in 44da80f1eb5d [2020-10-20T02:19:21.189Z] Removing intermediate container 44da80f1eb5d [2020-10-20T02:19:21.189Z] ---> 196a9fd75e30 [2020-10-20T02:19:21.189Z] Step 20/20 : LABEL version=1.2.2-dev.81 [2020-10-20T02:19:21.189Z] ---> Running in 99aa27b2927c [2020-10-20T02:19:21.804Z] Removing intermediate container 99aa27b2927c [2020-10-20T02:19:21.804Z] ---> 96446a3be9b2 [2020-10-20T02:19:21.804Z] [2020-10-20T02:19:22.082Z] Successfully built 96446a3be9b2 [2020-10-20T02:19:22.082Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-20T02:19:23.088Z]  Building docker-security-proxy-setup-go ... done Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-20T02:19:24.559Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-20T02:19:24.559Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-20T02:19:25.167Z] Collecting jsonschema<3,>=2.5.1 [2020-10-20T02:19:25.167Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-20T02:19:26.158Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-20T02:19:26.158Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-20T02:19:26.436Z] Collecting texttable<0.10,>=0.9.0 [2020-10-20T02:19:26.436Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-20T02:19:29.089Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-20T02:19:29.089Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-20T02:19:31.745Z] Removing intermediate container d071bd7fe694 [2020-10-20T02:19:31.745Z] ---> b4138c571904 [2020-10-20T02:19:31.745Z] [2020-10-20T02:19:31.745Z] Step 10/26 : FROM alpine:3.10 [2020-10-20T02:19:32.022Z] Collecting cached-property<2,>=1.2.0 [2020-10-20T02:19:32.022Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-20T02:19:32.022Z] 3.10: Pulling from library/alpine [2020-10-20T02:19:32.304Z] Collecting docker-pycreds>=0.4.0 [2020-10-20T02:19:32.587Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-20T02:19:32.587Z] 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) [2020-10-20T02:19:32.867Z] Collecting idna<2.8,>=2.5 [2020-10-20T02:19:32.867Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-20T02:19:33.144Z] 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) [2020-10-20T02:19:33.424Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-20T02:19:33.424Z] Status: Downloaded newer image for alpine:3.10 [2020-10-20T02:19:33.424Z] ---> 536a684cf733 [2020-10-20T02:19:33.424Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-20T02:19:33.703Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-20T02:19:33.703Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-20T02:19:33.982Z] ---> Running in 599ad0771659 [2020-10-20T02:19:34.262Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-20T02:19:34.262Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-20T02:19:34.262Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-20T02:19:34.262Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-20T02:19:35.257Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, jsonschema, texttable, dockerpty, cached-property, docker-compose [2020-10-20T02:19:35.864Z] Attempting uninstall: idna [2020-10-20T02:19:35.864Z] Found existing installation: idna 2.9 [2020-10-20T02:19:35.864Z] Uninstalling idna-2.9: [2020-10-20T02:19:36.142Z] Successfully uninstalled idna-2.9 [2020-10-20T02:19:36.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:19:36.743Z] Attempting uninstall: urllib3 [2020-10-20T02:19:36.743Z] Found existing installation: urllib3 1.25.9 [2020-10-20T02:19:36.743Z] Uninstalling urllib3-1.25.9: [2020-10-20T02:19:37.017Z] Successfully uninstalled urllib3-1.25.9 [2020-10-20T02:19:37.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:19:37.617Z] Attempting uninstall: requests [2020-10-20T02:19:37.617Z] Found existing installation: requests 2.23.0 [2020-10-20T02:19:37.617Z] Uninstalling requests-2.23.0: [2020-10-20T02:19:37.893Z] Successfully uninstalled requests-2.23.0 [2020-10-20T02:19:38.170Z] v3.10.5-101-g200b36bd90 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-20T02:19:38.170Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-20T02:19:38.170Z] OK: 10167 distinct packages available [2020-10-20T02:19:39.160Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-20T02:19:39.160Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-20T02:19:39.160Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-20T02:19:39.160Z] Running setup.py install for docopt: started [2020-10-20T02:19:39.763Z] (4/5) Installing curl (7.66.0-r1) [2020-10-20T02:19:39.763Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-20T02:19:39.763Z] Executing busybox-1.30.1-r3.trigger [2020-10-20T02:19:39.763Z] Executing ca-certificates-20191127-r2.trigger [2020-10-20T02:19:40.039Z] OK: 7 MiB in 19 packages [2020-10-20T02:19:41.487Z] Running setup.py install for docopt: finished with status 'done' [2020-10-20T02:19:41.768Z] Running setup.py install for PyYAML: started [2020-10-20T02:19:42.769Z] Removing intermediate container b2a15e66e225 [2020-10-20T02:19:42.769Z] ---> 2ad9a79102a4 [2020-10-20T02:19:42.769Z] [2020-10-20T02:19:42.769Z] Step 10/24 : FROM scratch [2020-10-20T02:19:42.769Z] ---> [2020-10-20T02:19:42.769Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-20T02:19:42.769Z] ---> Using cache [2020-10-20T02:19:42.769Z] ---> 4723530745cb [2020-10-20T02:19:42.769Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-20T02:19:43.045Z] ---> Running in 650b92fade4f [2020-10-20T02:19:43.045Z] Removing intermediate container 599ad0771659 [2020-10-20T02:19:43.045Z] ---> 35ada27e3e76 [2020-10-20T02:19:43.045Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-20T02:19:43.342Z] ---> Running in b3bb59bf338d [2020-10-20T02:19:43.947Z] Removing intermediate container 650b92fade4f [2020-10-20T02:19:43.947Z] ---> b1e7c4a096a2 [2020-10-20T02:19:43.947Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-20T02:19:43.947Z] ---> Running in a61e009c7d0a [2020-10-20T02:19:43.947Z] Removing intermediate container b3bb59bf338d [2020-10-20T02:19:43.947Z] ---> 826158616380 [2020-10-20T02:19:43.947Z] Step 13/26 : WORKDIR / [2020-10-20T02:19:44.230Z] ---> Running in 65461d5efee5 [2020-10-20T02:19:44.510Z] Removing intermediate container a61e009c7d0a [2020-10-20T02:19:44.510Z] ---> c87750a65621 [2020-10-20T02:19:44.510Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-20T02:19:44.510Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-20T02:19:44.791Z] Removing intermediate container 65461d5efee5 [2020-10-20T02:19:44.791Z] ---> 16bac0f1985e [2020-10-20T02:19:44.791Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-20T02:19:45.075Z] Running setup.py install for texttable: started [2020-10-20T02:19:45.682Z] ---> 6e27ea9963a0 [2020-10-20T02:19:45.682Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-20T02:19:46.299Z] ---> 8b49ed2804a1 [2020-10-20T02:19:46.299Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-20T02:19:46.928Z] ---> 1a93f71a616c [2020-10-20T02:19:46.928Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-20T02:19:47.311Z] ---> d9cecccc26b3 [2020-10-20T02:19:47.311Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-20T02:19:47.678Z] Running setup.py install for texttable: finished with status 'done' [2020-10-20T02:19:47.678Z] Running setup.py install for dockerpty: started [2020-10-20T02:19:49.179Z] ---> 13bbf5527659 [2020-10-20T02:19:49.179Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-20T02:19:49.179Z] ---> 3149406e90a3 [2020-10-20T02:19:49.179Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-20T02:19:49.811Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-20T02:19:50.813Z] ---> c3c66cb65772 [2020-10-20T02:19:50.813Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-20T02:19:50.813Z] ---> a11b9e4361b8 [2020-10-20T02:19:50.813Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-20T02:19:51.092Z] 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.57.0 [2020-10-20T02:19:52.554Z] ---> fb903d9d4875 [2020-10-20T02:19:52.554Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-20T02:19:52.554Z] ---> 4f7984682d74 [2020-10-20T02:19:52.554Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-20T02:19:54.009Z] ---> 618c5d6ce7e3 [2020-10-20T02:19:54.009Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-20T02:19:54.289Z] ---> bd2d87a6f1c8 [2020-10-20T02:19:54.289Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-20T02:19:54.289Z] ---> Running in 9961caf41a65 [2020-10-20T02:19:55.284Z] Removing intermediate container 9961caf41a65 [2020-10-20T02:19:55.284Z] ---> 9aec40ca554a [2020-10-20T02:19:55.284Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:19:55.897Z] ---> Running in 0ed613743aa9 [2020-10-20T02:19:55.898Z] ---> 57266ec81294 [2020-10-20T02:19:55.898Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-20T02:19:55.898Z] Removing intermediate container 70160b8d1103 [2020-10-20T02:19:55.898Z] ---> 126a374f6d24 [2020-10-20T02:19:55.898Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-20T02:19:56.507Z] ---> Running in cc9bafca17ac [2020-10-20T02:19:56.507Z] Removing intermediate container cc5352540971 [2020-10-20T02:19:56.507Z] ---> 43fab7be697a [2020-10-20T02:19:56.507Z] [2020-10-20T02:19:56.507Z] Step 10/22 : FROM scratch [2020-10-20T02:19:56.507Z] ---> [2020-10-20T02:19:56.507Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-20T02:19:56.507Z] Removing intermediate container 0ed613743aa9 [2020-10-20T02:19:56.507Z] ---> c4ba3cd47a7d [2020-10-20T02:19:56.507Z] Step 22/24 : LABEL arch=arm64 [2020-10-20T02:19:56.785Z] ---> Using cache [2020-10-20T02:19:56.785Z] ---> 21472f49d3e4 [2020-10-20T02:19:56.785Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-20T02:19:56.785Z] ---> Running in 62ecf61bf306 [2020-10-20T02:19:56.785Z] ---> Running in da47b330c38e [2020-10-20T02:19:56.785Z] ---> 5834f8d04f90 [2020-10-20T02:19:56.785Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-20T02:19:57.064Z] ---> Running in 521e934e9f94 [2020-10-20T02:19:57.347Z] Removing intermediate container 62ecf61bf306 [2020-10-20T02:19:57.347Z] ---> 9caf9e316afe [2020-10-20T02:19:57.347Z] Step 23/24 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:19:57.347Z] Removing intermediate container da47b330c38e [2020-10-20T02:19:57.347Z] ---> 247c9a09d7dc [2020-10-20T02:19:57.347Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-20T02:19:57.626Z] ---> Running in 0ce390ce9ec4 [2020-10-20T02:19:57.626Z] ---> Running in 8f89987195b3 [2020-10-20T02:19:58.234Z] Removing intermediate container 0ce390ce9ec4 [2020-10-20T02:19:58.234Z] ---> 39b86546d8fc [2020-10-20T02:19:58.234Z] Step 24/24 : LABEL version=1.2.2-dev.81 [2020-10-20T02:19:58.234Z] Removing intermediate container 8f89987195b3 [2020-10-20T02:19:58.234Z] ---> f428603091ea [2020-10-20T02:19:58.234Z] Step 14/22 : WORKDIR / [2020-10-20T02:19:58.519Z] ---> Running in 3f25f9a254f9 [2020-10-20T02:19:58.519Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-20T02:19:58.519Z] ---> Running in 9fea52c6e2e4 [2020-10-20T02:19:58.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-20T02:19:59.074Z] Removing intermediate container 3f25f9a254f9 [2020-10-20T02:19:59.074Z] Removing intermediate container 9fea52c6e2e4 [2020-10-20T02:19:59.074Z] ---> 8830625f19b1 [2020-10-20T02:19:59.074Z] [2020-10-20T02:19:59.074Z] ---> 974704e85502 [2020-10-20T02:19:59.074Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-20T02:19:59.356Z] Successfully built 8830625f19b1 [2020-10-20T02:19:59.356Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-20T02:19:59.632Z]  Building docker-support-notifications-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-20T02:19:59.911Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-20T02:19:59.911Z] ---> 6f5e3265aa3a [2020-10-20T02:19:59.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-20T02:19:59.911Z] (3/3) Installing curl (7.69.1-r1) [2020-10-20T02:19:59.911Z] Executing busybox-1.31.1-r16.trigger [2020-10-20T02:20:00.189Z] OK: 71 MiB in 58 packages [2020-10-20T02:20:00.189Z] Removing intermediate container 521e934e9f94 [2020-10-20T02:20:00.189Z] ---> 5578876f7baa [2020-10-20T02:20:00.189Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-20T02:20:00.470Z] ---> Running in 3a147ac9de9d [2020-10-20T02:20:01.100Z] Removing intermediate container 3a147ac9de9d [2020-10-20T02:20:01.100Z] ---> 538a9229cdd0 [2020-10-20T02:20:01.100Z] Step 24/26 : LABEL arch=arm64 [2020-10-20T02:20:01.379Z] ---> 994cfadf1379 [2020-10-20T02:20:01.379Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-20T02:20:01.379Z] ---> Running in 8c216e16a084 [2020-10-20T02:20:01.655Z] Removing intermediate container cc9bafca17ac [2020-10-20T02:20:01.655Z] ---> 074ec8c6f38b [2020-10-20T02:20:01.655Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-20T02:20:01.936Z] ---> Running in 74b284c568bc [2020-10-20T02:20:01.936Z] Removing intermediate container 8c216e16a084 [2020-10-20T02:20:01.936Z] ---> a0095e75d861 [2020-10-20T02:20:01.936Z] Step 25/26 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:02.211Z] ---> Running in a6cc2d29e467 [2020-10-20T02:20:02.212Z] ---> 5bced4b82a15 [2020-10-20T02:20:02.212Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-20T02:20:02.488Z] ---> Running in 7d10f19ce1e5 [2020-10-20T02:20:02.488Z] Removing intermediate container 74b284c568bc [2020-10-20T02:20:02.488Z] ---> 2074eaa22fc4 [2020-10-20T02:20:02.488Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:20:02.764Z] Removing intermediate container a6cc2d29e467 [2020-10-20T02:20:02.764Z] ---> cd508adfe0d9 [2020-10-20T02:20:02.764Z] Step 26/26 : LABEL version=1.2.2-dev.81 [2020-10-20T02:20:02.764Z] ---> Running in 7bd5fbe8e83b [2020-10-20T02:20:02.764Z] ---> Running in 5c492efa8551 [2020-10-20T02:20:02.764Z] Removing intermediate container 7d10f19ce1e5 [2020-10-20T02:20:02.764Z] ---> d5f10d7551ed [2020-10-20T02:20:02.764Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-20T02:20:03.041Z] ---> Running in f3c4ebc80123 [2020-10-20T02:20:03.319Z] Removing intermediate container 7bd5fbe8e83b [2020-10-20T02:20:03.319Z] ---> 902919ca935d [2020-10-20T02:20:03.319Z] Step 25/27 : LABEL arch=arm64 [2020-10-20T02:20:03.319Z] Removing intermediate container 5c492efa8551 [2020-10-20T02:20:03.319Z] ---> 1ef819dd0ef3 [2020-10-20T02:20:03.319Z] [2020-10-20T02:20:03.319Z] ---> Running in 467ba6227c77 [2020-10-20T02:20:03.597Z] Successfully built 1ef819dd0ef3 [2020-10-20T02:20:03.597Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-20T02:20:03.597Z] Removing intermediate container f3c4ebc80123 [2020-10-20T02:20:03.597Z]  Building docker-security-secretstore-setup-go ... done  ---> ddf745366027 [2020-10-20T02:20:03.597Z] Step 20/22 : LABEL arch=arm64 [2020-10-20T02:20:03.874Z] ---> Running in 6b1b3ae6217c [2020-10-20T02:20:03.874Z] Removing intermediate container 467ba6227c77 [2020-10-20T02:20:03.874Z] ---> d3f7fa1e152f [2020-10-20T02:20:03.874Z] Step 26/27 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:04.151Z] ---> Running in 80efb0c14bc6 [2020-10-20T02:20:04.427Z] Removing intermediate container 6b1b3ae6217c [2020-10-20T02:20:04.427Z] ---> 083056894b8c [2020-10-20T02:20:04.427Z] Step 21/22 : LABEL git_sha=55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:04.427Z] Removing intermediate container 80efb0c14bc6 [2020-10-20T02:20:04.427Z] ---> aca663486b30 [2020-10-20T02:20:04.427Z] Step 27/27 : LABEL version=1.2.2-dev.81 [2020-10-20T02:20:04.703Z] ---> Running in d05ea5c954a6 [2020-10-20T02:20:04.703Z] ---> Running in 16efc2fe1a74 [2020-10-20T02:20:04.979Z] Removing intermediate container d05ea5c954a6 [2020-10-20T02:20:04.979Z] ---> 04020231d07e [2020-10-20T02:20:04.979Z] Step 22/22 : LABEL version=1.2.2-dev.81 [2020-10-20T02:20:05.253Z] Removing intermediate container 16efc2fe1a74 [2020-10-20T02:20:05.253Z] ---> a76874a20c11 [2020-10-20T02:20:05.253Z] [2020-10-20T02:20:05.253Z] ---> Running in 235b8fc856aa [2020-10-20T02:20:05.524Z] Successfully built a76874a20c11 [2020-10-20T02:20:05.524Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-20T02:20:05.798Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 235b8fc856aa [2020-10-20T02:20:05.798Z] ---> baa802b6cd38 [2020-10-20T02:20:05.798Z] [2020-10-20T02:20:06.072Z] Successfully built baa802b6cd38 [2020-10-20T02:20:06.072Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-20T02:20:06.362Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-10-20T02:20:06.364Z] $ docker stop --time=1 4ec961c32e748d64f113b1cb0de326406db81ae46613f00306772c4a21235209 [2020-10-20T02:20:08.325Z] $ docker rm -f 4ec961c32e748d64f113b1cb0de326406db81ae46613f00306772c4a21235209 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:20:09.033Z] + + grepdocker docker images [2020-10-20T02:20:09.033Z] [2020-10-20T02:20:09.306Z] docker-core-metadata-go-arm64 latest baa802b6cd38 4 seconds ago 13.5MB [2020-10-20T02:20:09.306Z] docker-sys-mgmt-agent-go-arm64 latest a76874a20c11 5 seconds ago 270MB [2020-10-20T02:20:09.306Z] docker-security-secretstore-setup-go-arm64 latest 1ef819dd0ef3 6 seconds ago 30.8MB [2020-10-20T02:20:09.306Z] docker-support-notifications-go-arm64 latest 8830625f19b1 11 seconds ago 12.9MB [2020-10-20T02:20:09.306Z] docker-security-proxy-setup-go-arm64 latest 96446a3be9b2 48 seconds ago 15.1MB [2020-10-20T02:20:09.306Z] docker-core-data-go-arm64 latest 8cecbe874d92 2 minutes ago 22.2MB [2020-10-20T02:20:09.306Z] docker-core-command-go-arm64 latest 9ee2b5c1c318 3 minutes ago 11.4MB [2020-10-20T02:20:09.306Z] docker-support-scheduler-go-arm64 latest 2c5738364b14 3 minutes ago 11.5MB [2020-10-20T02:20:09.306Z] docker-security-secrets-setup-go-arm64 latest 85650a50f1ff 3 minutes ago 22.7MB [2020-10-20T02:20:09.306Z] docker-support-logging-go-arm64 latest 281b20a6e1e0 3 minutes ago 10.6MB [2020-10-20T02:20:09.306Z] docker latest 45884bde0078 4 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-10-20T02:20:10.083Z] provisioning config files... [2020-10-20T02:20:10.132Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/197@tmp/config5732502117321398173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:20:10.616Z] ---> docker-login.sh [2020-10-20T02:20:10.616Z] nexus3.edgexfoundry.org:10001 [2020-10-20T02:20:10.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:20:11.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:20:11.166Z] Configure a credential helper to remove this warning. See [2020-10-20T02:20:11.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:20:11.166Z] [2020-10-20T02:20:11.167Z] Login Succeeded [2020-10-20T02:20:11.167Z] nexus3.edgexfoundry.org:10002 [2020-10-20T02:20:11.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:20:12.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:20:12.036Z] Configure a credential helper to remove this warning. See [2020-10-20T02:20:12.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:20:12.036Z] [2020-10-20T02:20:12.036Z] Login Succeeded [2020-10-20T02:20:12.036Z] nexus3.edgexfoundry.org:10003 [2020-10-20T02:20:12.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:20:12.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:20:12.583Z] Configure a credential helper to remove this warning. See [2020-10-20T02:20:12.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:20:12.583Z] [2020-10-20T02:20:12.583Z] Login Succeeded [2020-10-20T02:20:12.583Z] nexus3.edgexfoundry.org:10004 [2020-10-20T02:20:13.183Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:20:13.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:20:13.183Z] Configure a credential helper to remove this warning. See [2020-10-20T02:20:13.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:20:13.183Z] [2020-10-20T02:20:13.183Z] Login Succeeded [2020-10-20T02:20:13.183Z] docker.io [2020-10-20T02:20:13.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-10-20T02:20:14.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-10-20T02:20:14.056Z] Configure a credential helper to remove this warning. See [2020-10-20T02:20:14.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-10-20T02:20:14.056Z] [2020-10-20T02:20:14.057Z] Login Succeeded [2020-10-20T02:20:14.057Z] ---> docker-login.sh ends [Pipeline] } [2020-10-20T02:20:14.077Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:20:14.350Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-10-20T02:20:14.350Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:14.350Z] 1.2.2-dev.81 [2020-10-20T02:20:14.350Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:14.350Z] master [2020-10-20T02:20:14.350Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:14.913Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:15.253Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:15.253Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T02:20:15.253Z] 164b90ecb66e: Preparing [2020-10-20T02:20:15.253Z] f059e1ecf4f6: Preparing [2020-10-20T02:20:15.253Z] 7b31206e7e7b: Preparing [2020-10-20T02:20:15.525Z] 7b31206e7e7b: Pushed [2020-10-20T02:20:15.525Z] 164b90ecb66e: Pushed [2020-10-20T02:20:18.135Z] f059e1ecf4f6: Pushed [2020-10-20T02:20:18.408Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:608c13b4f5fb357e90ab8a125d9dfc0849008daf038c1d00db06808dc926673c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:18.759Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:19.096Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:19.096Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T02:20:19.096Z] 164b90ecb66e: Preparing [2020-10-20T02:20:19.096Z] f059e1ecf4f6: Preparing [2020-10-20T02:20:19.096Z] 7b31206e7e7b: Preparing [2020-10-20T02:20:19.369Z] f059e1ecf4f6: Layer already exists [2020-10-20T02:20:19.369Z] 164b90ecb66e: Layer already exists [2020-10-20T02:20:19.369Z] 7b31206e7e7b: Layer already exists [2020-10-20T02:20:19.641Z] 1.2.2-dev.81: digest: sha256:608c13b4f5fb357e90ab8a125d9dfc0849008daf038c1d00db06808dc926673c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:19.992Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:20.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:20.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T02:20:20.337Z] 164b90ecb66e: Preparing [2020-10-20T02:20:20.337Z] f059e1ecf4f6: Preparing [2020-10-20T02:20:20.337Z] 7b31206e7e7b: Preparing [2020-10-20T02:20:20.610Z] 7b31206e7e7b: Layer already exists [2020-10-20T02:20:20.610Z] 164b90ecb66e: Layer already exists [2020-10-20T02:20:20.610Z] f059e1ecf4f6: Layer already exists [2020-10-20T02:20:20.610Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:608c13b4f5fb357e90ab8a125d9dfc0849008daf038c1d00db06808dc926673c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:20.962Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:21.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-10-20T02:20:21.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-10-20T02:20:21.303Z] 164b90ecb66e: Preparing [2020-10-20T02:20:21.303Z] f059e1ecf4f6: Preparing [2020-10-20T02:20:21.303Z] 7b31206e7e7b: Preparing [2020-10-20T02:20:21.303Z] 7b31206e7e7b: Layer already exists [2020-10-20T02:20:21.303Z] f059e1ecf4f6: Layer already exists [2020-10-20T02:20:21.303Z] 164b90ecb66e: Layer already exists [2020-10-20T02:20:21.575Z] master: digest: sha256:608c13b4f5fb357e90ab8a125d9dfc0849008daf038c1d00db06808dc926673c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:20:21.845Z] ===================================================== [Pipeline] echo [2020-10-20T02:20:21.900Z] taggedImages: [2020-10-20T02:20:21.900Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:21.900Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:21.900Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:21.900Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-10-20T02:20:21.972Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-10-20T02:20:21.972Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:21.972Z] 1.2.2-dev.81 [2020-10-20T02:20:21.972Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:21.972Z] master [2020-10-20T02:20:21.972Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:22.558Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:22.896Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:22.896Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T02:20:22.896Z] 758a82a35dd6: Preparing [2020-10-20T02:20:22.896Z] 14a7a3a319ab: Preparing [2020-10-20T02:20:22.896Z] 6d7cf1c81a5d: Preparing [2020-10-20T02:20:22.896Z] f831c625e1e5: Preparing [2020-10-20T02:20:22.896Z] 78950b482541: Preparing [2020-10-20T02:20:22.896Z] e2f13739ad41: Preparing [2020-10-20T02:20:22.896Z] e2f13739ad41: Waiting [2020-10-20T02:20:23.169Z] 78950b482541: Pushed [2020-10-20T02:20:23.169Z] 758a82a35dd6: Pushed [2020-10-20T02:20:23.441Z] 6d7cf1c81a5d: Pushed [2020-10-20T02:20:23.441Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:24.035Z] f831c625e1e5: Pushed [2020-10-20T02:20:28.461Z] 14a7a3a319ab: Pushed [2020-10-20T02:20:28.461Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:e1e81c6b63c5fc80b5e0dab7c91326661bebbfc482506510d15e72b3b23f33fb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:28.806Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:29.141Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:29.142Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T02:20:29.142Z] 758a82a35dd6: Preparing [2020-10-20T02:20:29.142Z] 14a7a3a319ab: Preparing [2020-10-20T02:20:29.142Z] 6d7cf1c81a5d: Preparing [2020-10-20T02:20:29.142Z] f831c625e1e5: Preparing [2020-10-20T02:20:29.142Z] 78950b482541: Preparing [2020-10-20T02:20:29.142Z] e2f13739ad41: Preparing [2020-10-20T02:20:29.142Z] e2f13739ad41: Waiting [2020-10-20T02:20:29.142Z] f831c625e1e5: Layer already exists [2020-10-20T02:20:29.142Z] 14a7a3a319ab: Layer already exists [2020-10-20T02:20:29.142Z] 78950b482541: Layer already exists [2020-10-20T02:20:29.142Z] 6d7cf1c81a5d: Layer already exists [2020-10-20T02:20:29.142Z] 758a82a35dd6: Layer already exists [2020-10-20T02:20:29.410Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:29.410Z] 1.2.2-dev.81: digest: sha256:e1e81c6b63c5fc80b5e0dab7c91326661bebbfc482506510d15e72b3b23f33fb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:29.755Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:30.090Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:30.090Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T02:20:30.090Z] 758a82a35dd6: Preparing [2020-10-20T02:20:30.090Z] 14a7a3a319ab: Preparing [2020-10-20T02:20:30.090Z] 6d7cf1c81a5d: Preparing [2020-10-20T02:20:30.090Z] f831c625e1e5: Preparing [2020-10-20T02:20:30.090Z] 78950b482541: Preparing [2020-10-20T02:20:30.091Z] e2f13739ad41: Preparing [2020-10-20T02:20:30.091Z] e2f13739ad41: Waiting [2020-10-20T02:20:30.362Z] 78950b482541: Layer already exists [2020-10-20T02:20:30.362Z] f831c625e1e5: Layer already exists [2020-10-20T02:20:30.362Z] 6d7cf1c81a5d: Layer already exists [2020-10-20T02:20:30.362Z] 14a7a3a319ab: Layer already exists [2020-10-20T02:20:30.362Z] 758a82a35dd6: Layer already exists [2020-10-20T02:20:30.362Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:30.635Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:e1e81c6b63c5fc80b5e0dab7c91326661bebbfc482506510d15e72b3b23f33fb size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:30.985Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:31.324Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-10-20T02:20:31.324Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-10-20T02:20:31.324Z] 758a82a35dd6: Preparing [2020-10-20T02:20:31.324Z] 14a7a3a319ab: Preparing [2020-10-20T02:20:31.324Z] 6d7cf1c81a5d: Preparing [2020-10-20T02:20:31.324Z] f831c625e1e5: Preparing [2020-10-20T02:20:31.324Z] 78950b482541: Preparing [2020-10-20T02:20:31.324Z] e2f13739ad41: Preparing [2020-10-20T02:20:31.324Z] e2f13739ad41: Waiting [2020-10-20T02:20:31.324Z] 78950b482541: Layer already exists [2020-10-20T02:20:31.324Z] 14a7a3a319ab: Layer already exists [2020-10-20T02:20:31.324Z] f831c625e1e5: Layer already exists [2020-10-20T02:20:31.324Z] 6d7cf1c81a5d: Layer already exists [2020-10-20T02:20:31.324Z] 758a82a35dd6: Layer already exists [2020-10-20T02:20:31.595Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:31.867Z] master: digest: sha256:e1e81c6b63c5fc80b5e0dab7c91326661bebbfc482506510d15e72b3b23f33fb size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:20:32.094Z] ===================================================== [Pipeline] echo [2020-10-20T02:20:32.146Z] taggedImages: [2020-10-20T02:20:32.146Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:32.146Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:32.146Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:32.146Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-10-20T02:20:32.220Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-10-20T02:20:32.220Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:32.220Z] 1.2.2-dev.81 [2020-10-20T02:20:32.220Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:32.220Z] master [2020-10-20T02:20:32.220Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:32.764Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:33.107Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:33.107Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T02:20:33.107Z] fd0ba6f99b16: Preparing [2020-10-20T02:20:33.107Z] 835cd5270bc0: Preparing [2020-10-20T02:20:33.107Z] 1e6d89049c2f: Preparing [2020-10-20T02:20:33.701Z] fd0ba6f99b16: Pushed [2020-10-20T02:20:33.701Z] 1e6d89049c2f: Pushed [2020-10-20T02:20:38.017Z] 835cd5270bc0: Pushed [2020-10-20T02:20:38.990Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:1b4c0f0c91150e4686c3a1472cf1cabb288b548e526863998f047fdf50b15a2c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:39.336Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:39.678Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:39.678Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T02:20:39.678Z] fd0ba6f99b16: Preparing [2020-10-20T02:20:39.678Z] 835cd5270bc0: Preparing [2020-10-20T02:20:39.678Z] 1e6d89049c2f: Preparing [2020-10-20T02:20:39.948Z] fd0ba6f99b16: Layer already exists [2020-10-20T02:20:39.948Z] 835cd5270bc0: Layer already exists [2020-10-20T02:20:39.948Z] 1e6d89049c2f: Layer already exists [2020-10-20T02:20:40.220Z] 1.2.2-dev.81: digest: sha256:1b4c0f0c91150e4686c3a1472cf1cabb288b548e526863998f047fdf50b15a2c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:40.567Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:40.915Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:40.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T02:20:40.915Z] fd0ba6f99b16: Preparing [2020-10-20T02:20:40.915Z] 835cd5270bc0: Preparing [2020-10-20T02:20:40.915Z] 1e6d89049c2f: Preparing [2020-10-20T02:20:41.192Z] 835cd5270bc0: Layer already exists [2020-10-20T02:20:41.192Z] 1e6d89049c2f: Layer already exists [2020-10-20T02:20:41.192Z] fd0ba6f99b16: Layer already exists [2020-10-20T02:20:41.192Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:1b4c0f0c91150e4686c3a1472cf1cabb288b548e526863998f047fdf50b15a2c size: 943 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:41.538Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:41.885Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-10-20T02:20:41.885Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-10-20T02:20:41.885Z] fd0ba6f99b16: Preparing [2020-10-20T02:20:41.885Z] 835cd5270bc0: Preparing [2020-10-20T02:20:41.885Z] 1e6d89049c2f: Preparing [2020-10-20T02:20:42.163Z] fd0ba6f99b16: Layer already exists [2020-10-20T02:20:43.141Z] 835cd5270bc0: Layer already exists [2020-10-20T02:20:44.570Z] 1e6d89049c2f: Layer already exists [2020-10-20T02:20:44.570Z] master: digest: sha256:1b4c0f0c91150e4686c3a1472cf1cabb288b548e526863998f047fdf50b15a2c size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:20:45.286Z] ===================================================== [Pipeline] echo [2020-10-20T02:20:45.340Z] taggedImages: [2020-10-20T02:20:45.340Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:45.340Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:45.340Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:45.340Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-10-20T02:20:45.417Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-10-20T02:20:45.417Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:45.417Z] 1.2.2-dev.81 [2020-10-20T02:20:45.417Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:45.417Z] master [2020-10-20T02:20:45.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:45.960Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:46.296Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:46.296Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T02:20:46.296Z] ef2585075e32: Preparing [2020-10-20T02:20:46.296Z] 0601825fe73b: Preparing [2020-10-20T02:20:46.296Z] 76debf748cf6: Preparing [2020-10-20T02:20:46.296Z] e8cd456b9b9d: Preparing [2020-10-20T02:20:46.296Z] e2f13739ad41: Preparing [2020-10-20T02:20:46.569Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:46.569Z] 0601825fe73b: Pushed [2020-10-20T02:20:46.569Z] 76debf748cf6: Pushed [2020-10-20T02:20:46.842Z] e8cd456b9b9d: Pushed [2020-10-20T02:20:48.813Z] ef2585075e32: Pushed [2020-10-20T02:20:49.408Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:66fef9249c79e86679c4269c3114458a2e69c556e16962d4b2d0a252c445f89e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:49.756Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:50.097Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:50.097Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T02:20:50.097Z] ef2585075e32: Preparing [2020-10-20T02:20:50.097Z] 0601825fe73b: Preparing [2020-10-20T02:20:50.097Z] 76debf748cf6: Preparing [2020-10-20T02:20:50.097Z] e8cd456b9b9d: Preparing [2020-10-20T02:20:50.097Z] e2f13739ad41: Preparing [2020-10-20T02:20:50.368Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:50.368Z] 76debf748cf6: Layer already exists [2020-10-20T02:20:50.368Z] ef2585075e32: Layer already exists [2020-10-20T02:20:50.368Z] e8cd456b9b9d: Layer already exists [2020-10-20T02:20:50.368Z] 0601825fe73b: Layer already exists [2020-10-20T02:20:50.639Z] 1.2.2-dev.81: digest: sha256:66fef9249c79e86679c4269c3114458a2e69c556e16962d4b2d0a252c445f89e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:50.988Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:51.327Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:51.327Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T02:20:51.327Z] ef2585075e32: Preparing [2020-10-20T02:20:51.327Z] 0601825fe73b: Preparing [2020-10-20T02:20:51.327Z] 76debf748cf6: Preparing [2020-10-20T02:20:51.327Z] e8cd456b9b9d: Preparing [2020-10-20T02:20:51.327Z] e2f13739ad41: Preparing [2020-10-20T02:20:51.599Z] ef2585075e32: Layer already exists [2020-10-20T02:20:51.599Z] 76debf748cf6: Layer already exists [2020-10-20T02:20:51.599Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:51.599Z] 0601825fe73b: Layer already exists [2020-10-20T02:20:51.599Z] e8cd456b9b9d: Layer already exists [2020-10-20T02:20:51.599Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:66fef9249c79e86679c4269c3114458a2e69c556e16962d4b2d0a252c445f89e size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:51.944Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:52.280Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-10-20T02:20:52.280Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-10-20T02:20:52.280Z] ef2585075e32: Preparing [2020-10-20T02:20:52.280Z] 0601825fe73b: Preparing [2020-10-20T02:20:52.280Z] 76debf748cf6: Preparing [2020-10-20T02:20:52.280Z] e8cd456b9b9d: Preparing [2020-10-20T02:20:52.280Z] e2f13739ad41: Preparing [2020-10-20T02:20:52.551Z] 0601825fe73b: Layer already exists [2020-10-20T02:20:52.551Z] ef2585075e32: Layer already exists [2020-10-20T02:20:52.551Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:52.551Z] 76debf748cf6: Layer already exists [2020-10-20T02:20:52.551Z] e8cd456b9b9d: Layer already exists [2020-10-20T02:20:52.821Z] master: digest: sha256:66fef9249c79e86679c4269c3114458a2e69c556e16962d4b2d0a252c445f89e size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:20:53.035Z] ===================================================== [Pipeline] echo [2020-10-20T02:20:53.089Z] taggedImages: [2020-10-20T02:20:53.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:53.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:53.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:53.089Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-10-20T02:20:53.201Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-10-20T02:20:53.201Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:53.201Z] 1.2.2-dev.81 [2020-10-20T02:20:53.201Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:20:53.201Z] master [2020-10-20T02:20:53.201Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:53.856Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:54.201Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:20:54.201Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T02:20:54.477Z] f8d21e6b7c49: Preparing [2020-10-20T02:20:54.477Z] 642c87f6aa92: Preparing [2020-10-20T02:20:54.477Z] b3043d08c1d0: Preparing [2020-10-20T02:20:54.477Z] 55e40f39be46: Preparing [2020-10-20T02:20:54.477Z] 55e40f39be46: Preparing [2020-10-20T02:20:54.477Z] e1a2ed195dda: Preparing [2020-10-20T02:20:54.477Z] 70e406bfcec1: Preparing [2020-10-20T02:20:54.477Z] 2964f27687dc: Preparing [2020-10-20T02:20:54.477Z] f8d21e6b7c49: Preparing [2020-10-20T02:20:54.477Z] 42906bfe22a7: Preparing [2020-10-20T02:20:54.478Z] 459d67980c80: Preparing [2020-10-20T02:20:54.478Z] e44ac696d3c2: Preparing [2020-10-20T02:20:54.478Z] e2f13739ad41: Preparing [2020-10-20T02:20:54.478Z] 70e406bfcec1: Waiting [2020-10-20T02:20:54.478Z] 2964f27687dc: Waiting [2020-10-20T02:20:54.478Z] 42906bfe22a7: Waiting [2020-10-20T02:20:54.478Z] 459d67980c80: Waiting [2020-10-20T02:20:54.478Z] e44ac696d3c2: Waiting [2020-10-20T02:20:54.478Z] e2f13739ad41: Waiting [2020-10-20T02:20:54.771Z] 55e40f39be46: Pushed [2020-10-20T02:20:54.772Z] b3043d08c1d0: Pushed [2020-10-20T02:20:55.075Z] 70e406bfcec1: Pushed [2020-10-20T02:20:55.075Z] e1a2ed195dda: Pushed [2020-10-20T02:20:55.075Z] 642c87f6aa92: Pushed [2020-10-20T02:20:55.075Z] 42906bfe22a7: Pushed [2020-10-20T02:20:55.075Z] 459d67980c80: Pushed [2020-10-20T02:20:55.075Z] 2964f27687dc: Pushed [2020-10-20T02:20:55.404Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:55.404Z] e44ac696d3c2: Pushed [2020-10-20T02:20:57.382Z] f8d21e6b7c49: Pushed [2020-10-20T02:20:57.382Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:e698f7d83525b7708b90643ae63cd0ddfcd221218e2e51ff499dfefc9c591b72 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:57.724Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:58.063Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.81 [2020-10-20T02:20:58.063Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T02:20:59.041Z] f8d21e6b7c49: Preparing [2020-10-20T02:20:59.041Z] 642c87f6aa92: Preparing [2020-10-20T02:20:59.041Z] b3043d08c1d0: Preparing [2020-10-20T02:20:59.041Z] 55e40f39be46: Preparing [2020-10-20T02:20:59.041Z] 55e40f39be46: Preparing [2020-10-20T02:20:59.041Z] e1a2ed195dda: Preparing [2020-10-20T02:20:59.041Z] 70e406bfcec1: Preparing [2020-10-20T02:20:59.041Z] 2964f27687dc: Preparing [2020-10-20T02:20:59.041Z] f8d21e6b7c49: Preparing [2020-10-20T02:20:59.041Z] 42906bfe22a7: Preparing [2020-10-20T02:20:59.041Z] 459d67980c80: Preparing [2020-10-20T02:20:59.041Z] e44ac696d3c2: Preparing [2020-10-20T02:20:59.041Z] e2f13739ad41: Preparing [2020-10-20T02:20:59.041Z] e44ac696d3c2: Waiting [2020-10-20T02:20:59.041Z] 42906bfe22a7: Waiting [2020-10-20T02:20:59.041Z] 459d67980c80: Waiting [2020-10-20T02:20:59.041Z] e2f13739ad41: Waiting [2020-10-20T02:20:59.041Z] 70e406bfcec1: Waiting [2020-10-20T02:20:59.041Z] 2964f27687dc: Waiting [2020-10-20T02:20:59.313Z] b3043d08c1d0: Layer already exists [2020-10-20T02:20:59.313Z] e1a2ed195dda: Layer already exists [2020-10-20T02:20:59.313Z] f8d21e6b7c49: Layer already exists [2020-10-20T02:20:59.313Z] 55e40f39be46: Layer already exists [2020-10-20T02:20:59.313Z] 70e406bfcec1: Layer already exists [2020-10-20T02:20:59.313Z] 42906bfe22a7: Layer already exists [2020-10-20T02:20:59.313Z] 459d67980c80: Layer already exists [2020-10-20T02:20:59.313Z] 2964f27687dc: Layer already exists [2020-10-20T02:20:59.313Z] e2f13739ad41: Layer already exists [2020-10-20T02:20:59.313Z] e44ac696d3c2: Layer already exists [2020-10-20T02:20:59.313Z] 642c87f6aa92: Layer already exists [2020-10-20T02:20:59.582Z] 1.2.2-dev.81: digest: sha256:e698f7d83525b7708b90643ae63cd0ddfcd221218e2e51ff499dfefc9c591b72 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:20:59.923Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:00.264Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:00.264Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T02:21:00.264Z] f8d21e6b7c49: Preparing [2020-10-20T02:21:00.264Z] 642c87f6aa92: Preparing [2020-10-20T02:21:00.264Z] b3043d08c1d0: Preparing [2020-10-20T02:21:00.264Z] 55e40f39be46: Preparing [2020-10-20T02:21:00.264Z] 55e40f39be46: Preparing [2020-10-20T02:21:00.264Z] e1a2ed195dda: Preparing [2020-10-20T02:21:00.264Z] 70e406bfcec1: Preparing [2020-10-20T02:21:00.264Z] 2964f27687dc: Preparing [2020-10-20T02:21:00.264Z] f8d21e6b7c49: Preparing [2020-10-20T02:21:00.264Z] 42906bfe22a7: Preparing [2020-10-20T02:21:00.264Z] 459d67980c80: Preparing [2020-10-20T02:21:00.264Z] e44ac696d3c2: Preparing [2020-10-20T02:21:00.264Z] e2f13739ad41: Preparing [2020-10-20T02:21:00.264Z] 70e406bfcec1: Waiting [2020-10-20T02:21:00.264Z] 2964f27687dc: Waiting [2020-10-20T02:21:00.264Z] 42906bfe22a7: Waiting [2020-10-20T02:21:00.264Z] 459d67980c80: Waiting [2020-10-20T02:21:00.264Z] e2f13739ad41: Waiting [2020-10-20T02:21:00.264Z] e44ac696d3c2: Waiting [2020-10-20T02:21:00.264Z] e1a2ed195dda: Layer already exists [2020-10-20T02:21:00.264Z] f8d21e6b7c49: Layer already exists [2020-10-20T02:21:00.264Z] b3043d08c1d0: Layer already exists [2020-10-20T02:21:00.264Z] 642c87f6aa92: Layer already exists [2020-10-20T02:21:00.264Z] 55e40f39be46: Layer already exists [2020-10-20T02:21:00.536Z] 70e406bfcec1: Layer already exists [2020-10-20T02:21:00.536Z] 2964f27687dc: Layer already exists [2020-10-20T02:21:00.536Z] 42906bfe22a7: Layer already exists [2020-10-20T02:21:00.536Z] 459d67980c80: Layer already exists [2020-10-20T02:21:00.536Z] e44ac696d3c2: Layer already exists [2020-10-20T02:21:00.536Z] e2f13739ad41: Layer already exists [2020-10-20T02:21:00.536Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:e698f7d83525b7708b90643ae63cd0ddfcd221218e2e51ff499dfefc9c591b72 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:00.880Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:01.225Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-10-20T02:21:01.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-10-20T02:21:01.225Z] f8d21e6b7c49: Preparing [2020-10-20T02:21:01.225Z] 642c87f6aa92: Preparing [2020-10-20T02:21:01.225Z] b3043d08c1d0: Preparing [2020-10-20T02:21:01.225Z] 55e40f39be46: Preparing [2020-10-20T02:21:01.225Z] 55e40f39be46: Preparing [2020-10-20T02:21:01.225Z] e1a2ed195dda: Preparing [2020-10-20T02:21:01.225Z] 70e406bfcec1: Preparing [2020-10-20T02:21:01.225Z] 2964f27687dc: Preparing [2020-10-20T02:21:01.225Z] f8d21e6b7c49: Preparing [2020-10-20T02:21:01.225Z] 42906bfe22a7: Preparing [2020-10-20T02:21:01.225Z] 459d67980c80: Preparing [2020-10-20T02:21:01.225Z] e44ac696d3c2: Preparing [2020-10-20T02:21:01.225Z] e2f13739ad41: Preparing [2020-10-20T02:21:01.225Z] 2964f27687dc: Waiting [2020-10-20T02:21:01.225Z] 42906bfe22a7: Waiting [2020-10-20T02:21:01.225Z] 459d67980c80: Waiting [2020-10-20T02:21:01.225Z] e2f13739ad41: Waiting [2020-10-20T02:21:01.225Z] e44ac696d3c2: Waiting [2020-10-20T02:21:01.225Z] 70e406bfcec1: Waiting [2020-10-20T02:21:01.225Z] e1a2ed195dda: Layer already exists [2020-10-20T02:21:01.225Z] b3043d08c1d0: Layer already exists [2020-10-20T02:21:01.225Z] 55e40f39be46: Layer already exists [2020-10-20T02:21:01.225Z] 642c87f6aa92: Layer already exists [2020-10-20T02:21:01.225Z] f8d21e6b7c49: Layer already exists [2020-10-20T02:21:01.498Z] 70e406bfcec1: Layer already exists [2020-10-20T02:21:01.498Z] 42906bfe22a7: Layer already exists [2020-10-20T02:21:01.498Z] 2964f27687dc: Layer already exists [2020-10-20T02:21:01.498Z] 459d67980c80: Layer already exists [2020-10-20T02:21:01.498Z] e2f13739ad41: Layer already exists [2020-10-20T02:21:02.480Z] e44ac696d3c2: Layer already exists [2020-10-20T02:21:02.480Z] master: digest: sha256:e698f7d83525b7708b90643ae63cd0ddfcd221218e2e51ff499dfefc9c591b72 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:21:02.705Z] ===================================================== [Pipeline] echo [2020-10-20T02:21:02.755Z] taggedImages: [2020-10-20T02:21:02.755Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:02.755Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:02.755Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:02.755Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-10-20T02:21:02.823Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-10-20T02:21:02.823Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:02.823Z] 1.2.2-dev.81 [2020-10-20T02:21:02.823Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:02.823Z] master [2020-10-20T02:21:02.823Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:03.348Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:03.699Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:03.699Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T02:21:03.699Z] 74e54bba31ee: Preparing [2020-10-20T02:21:03.699Z] 2b5537d80241: Preparing [2020-10-20T02:21:03.699Z] c3c0e32d45f0: Preparing [2020-10-20T02:21:03.699Z] 98691ffe564f: Preparing [2020-10-20T02:21:03.699Z] 77b753925f22: Preparing [2020-10-20T02:21:03.699Z] 38943202d193: Preparing [2020-10-20T02:21:03.699Z] 8faf79e4b1bb: Preparing [2020-10-20T02:21:03.699Z] a533079e1fe4: Preparing [2020-10-20T02:21:03.699Z] fc3cf703d6fb: Preparing [2020-10-20T02:21:03.699Z] fd1c453185c8: Preparing [2020-10-20T02:21:03.699Z] 66b385cf80cf: Preparing [2020-10-20T02:21:03.699Z] fc3cf703d6fb: Waiting [2020-10-20T02:21:03.699Z] a533079e1fe4: Waiting [2020-10-20T02:21:03.699Z] 8faf79e4b1bb: Waiting [2020-10-20T02:21:03.699Z] 38943202d193: Waiting [2020-10-20T02:21:03.699Z] fd1c453185c8: Waiting [2020-10-20T02:21:03.699Z] 66b385cf80cf: Waiting [2020-10-20T02:21:05.143Z] 2b5537d80241: Pushed [2020-10-20T02:21:05.143Z] 74e54bba31ee: Pushed [2020-10-20T02:21:05.416Z] 38943202d193: Pushed [2020-10-20T02:21:05.416Z] 8faf79e4b1bb: Pushed [2020-10-20T02:21:05.693Z] a533079e1fe4: Pushed [2020-10-20T02:21:05.693Z] fc3cf703d6fb: Pushed [2020-10-20T02:21:05.693Z] 66b385cf80cf: Layer already exists [2020-10-20T02:21:05.965Z] c3c0e32d45f0: Pushed [2020-10-20T02:21:06.240Z] fd1c453185c8: Pushed [2020-10-20T02:21:06.240Z] 98691ffe564f: Pushed [2020-10-20T02:21:06.513Z] 77b753925f22: Pushed [2020-10-20T02:21:06.785Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:e7387cabc96e05f7f52b517c598d1bf871aed0ac109690de7faac3b345994e7c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:07.139Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:07.536Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:07.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T02:21:07.536Z] 74e54bba31ee: Preparing [2020-10-20T02:21:07.536Z] 2b5537d80241: Preparing [2020-10-20T02:21:07.536Z] c3c0e32d45f0: Preparing [2020-10-20T02:21:07.536Z] 98691ffe564f: Preparing [2020-10-20T02:21:07.536Z] 77b753925f22: Preparing [2020-10-20T02:21:07.536Z] 38943202d193: Preparing [2020-10-20T02:21:07.536Z] 8faf79e4b1bb: Preparing [2020-10-20T02:21:07.536Z] a533079e1fe4: Preparing [2020-10-20T02:21:07.536Z] fc3cf703d6fb: Preparing [2020-10-20T02:21:07.536Z] fd1c453185c8: Preparing [2020-10-20T02:21:07.536Z] 66b385cf80cf: Preparing [2020-10-20T02:21:07.536Z] 38943202d193: Waiting [2020-10-20T02:21:07.536Z] 8faf79e4b1bb: Waiting [2020-10-20T02:21:07.536Z] a533079e1fe4: Waiting [2020-10-20T02:21:07.536Z] fc3cf703d6fb: Waiting [2020-10-20T02:21:07.536Z] 66b385cf80cf: Waiting [2020-10-20T02:21:07.536Z] fd1c453185c8: Waiting [2020-10-20T02:21:07.806Z] c3c0e32d45f0: Layer already exists [2020-10-20T02:21:07.806Z] 98691ffe564f: Layer already exists [2020-10-20T02:21:07.806Z] 74e54bba31ee: Layer already exists [2020-10-20T02:21:07.806Z] 2b5537d80241: Layer already exists [2020-10-20T02:21:07.806Z] 77b753925f22: Layer already exists [2020-10-20T02:21:07.806Z] 8faf79e4b1bb: Layer already exists [2020-10-20T02:21:07.806Z] 38943202d193: Layer already exists [2020-10-20T02:21:07.806Z] fc3cf703d6fb: Layer already exists [2020-10-20T02:21:07.806Z] fd1c453185c8: Layer already exists [2020-10-20T02:21:07.806Z] a533079e1fe4: Layer already exists [2020-10-20T02:21:07.806Z] 66b385cf80cf: Layer already exists [2020-10-20T02:21:07.806Z] 1.2.2-dev.81: digest: sha256:e7387cabc96e05f7f52b517c598d1bf871aed0ac109690de7faac3b345994e7c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:08.148Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:08.484Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:08.484Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T02:21:08.484Z] 74e54bba31ee: Preparing [2020-10-20T02:21:08.484Z] 2b5537d80241: Preparing [2020-10-20T02:21:08.484Z] c3c0e32d45f0: Preparing [2020-10-20T02:21:08.484Z] 98691ffe564f: Preparing [2020-10-20T02:21:08.484Z] 77b753925f22: Preparing [2020-10-20T02:21:08.484Z] 38943202d193: Preparing [2020-10-20T02:21:08.484Z] 8faf79e4b1bb: Preparing [2020-10-20T02:21:08.484Z] a533079e1fe4: Preparing [2020-10-20T02:21:08.484Z] 38943202d193: Waiting [2020-10-20T02:21:08.484Z] fc3cf703d6fb: Preparing [2020-10-20T02:21:08.484Z] fd1c453185c8: Preparing [2020-10-20T02:21:08.484Z] 66b385cf80cf: Preparing [2020-10-20T02:21:08.484Z] 8faf79e4b1bb: Waiting [2020-10-20T02:21:08.484Z] fd1c453185c8: Waiting [2020-10-20T02:21:08.484Z] 66b385cf80cf: Waiting [2020-10-20T02:21:08.484Z] a533079e1fe4: Waiting [2020-10-20T02:21:08.484Z] fc3cf703d6fb: Waiting [2020-10-20T02:21:08.757Z] c3c0e32d45f0: Layer already exists [2020-10-20T02:21:08.757Z] 98691ffe564f: Layer already exists [2020-10-20T02:21:08.757Z] 77b753925f22: Layer already exists [2020-10-20T02:21:08.757Z] 74e54bba31ee: Layer already exists [2020-10-20T02:21:08.757Z] 2b5537d80241: Layer already exists [2020-10-20T02:21:08.757Z] 8faf79e4b1bb: Layer already exists [2020-10-20T02:21:08.757Z] 38943202d193: Layer already exists [2020-10-20T02:21:08.757Z] fc3cf703d6fb: Layer already exists [2020-10-20T02:21:08.757Z] a533079e1fe4: Layer already exists [2020-10-20T02:21:08.757Z] fd1c453185c8: Layer already exists [2020-10-20T02:21:08.757Z] 66b385cf80cf: Layer already exists [2020-10-20T02:21:08.757Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:e7387cabc96e05f7f52b517c598d1bf871aed0ac109690de7faac3b345994e7c size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:09.104Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:09.452Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-10-20T02:21:09.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-10-20T02:21:09.452Z] 74e54bba31ee: Preparing [2020-10-20T02:21:09.452Z] 2b5537d80241: Preparing [2020-10-20T02:21:09.452Z] c3c0e32d45f0: Preparing [2020-10-20T02:21:09.452Z] 98691ffe564f: Preparing [2020-10-20T02:21:09.452Z] 77b753925f22: Preparing [2020-10-20T02:21:09.452Z] 38943202d193: Preparing [2020-10-20T02:21:09.452Z] 8faf79e4b1bb: Preparing [2020-10-20T02:21:09.452Z] a533079e1fe4: Preparing [2020-10-20T02:21:09.452Z] fc3cf703d6fb: Preparing [2020-10-20T02:21:09.452Z] fd1c453185c8: Preparing [2020-10-20T02:21:09.452Z] 66b385cf80cf: Preparing [2020-10-20T02:21:09.452Z] 38943202d193: Waiting [2020-10-20T02:21:09.452Z] 8faf79e4b1bb: Waiting [2020-10-20T02:21:09.452Z] a533079e1fe4: Waiting [2020-10-20T02:21:09.452Z] fc3cf703d6fb: Waiting [2020-10-20T02:21:09.452Z] fd1c453185c8: Waiting [2020-10-20T02:21:09.452Z] 66b385cf80cf: Waiting [2020-10-20T02:21:09.726Z] c3c0e32d45f0: Layer already exists [2020-10-20T02:21:09.726Z] 2b5537d80241: Layer already exists [2020-10-20T02:21:09.726Z] 77b753925f22: Layer already exists [2020-10-20T02:21:09.726Z] 74e54bba31ee: Layer already exists [2020-10-20T02:21:09.726Z] 98691ffe564f: Layer already exists [2020-10-20T02:21:09.726Z] 8faf79e4b1bb: Layer already exists [2020-10-20T02:21:09.726Z] 38943202d193: Layer already exists [2020-10-20T02:21:09.726Z] fc3cf703d6fb: Layer already exists [2020-10-20T02:21:09.726Z] fd1c453185c8: Layer already exists [2020-10-20T02:21:09.726Z] a533079e1fe4: Layer already exists [2020-10-20T02:21:09.726Z] 66b385cf80cf: Layer already exists [2020-10-20T02:21:09.726Z] master: digest: sha256:e7387cabc96e05f7f52b517c598d1bf871aed0ac109690de7faac3b345994e7c size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:21:09.938Z] ===================================================== [Pipeline] echo [2020-10-20T02:21:10.006Z] taggedImages: [2020-10-20T02:21:10.006Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:10.006Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:10.006Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:10.006Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-10-20T02:21:10.076Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-10-20T02:21:10.076Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:10.076Z] 1.2.2-dev.81 [2020-10-20T02:21:10.076Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:10.076Z] master [2020-10-20T02:21:10.076Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:10.711Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:11.067Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:11.067Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T02:21:11.067Z] 7ef1e409c970: Preparing [2020-10-20T02:21:11.067Z] d4ef2a7ca461: Preparing [2020-10-20T02:21:11.067Z] 5b440de4d893: Preparing [2020-10-20T02:21:11.067Z] bd5e0ccb422e: Preparing [2020-10-20T02:21:11.338Z] 5b440de4d893: Pushed [2020-10-20T02:21:11.338Z] 7ef1e409c970: Pushed [2020-10-20T02:21:11.611Z] bd5e0ccb422e: Pushed [2020-10-20T02:21:13.579Z] d4ef2a7ca461: Pushed [2020-10-20T02:21:13.849Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:e297c1290246c8d23b610e595091d8198c62477cfa30050ca70ae02e365ac62d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:14.199Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:14.563Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:14.563Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T02:21:14.563Z] 7ef1e409c970: Preparing [2020-10-20T02:21:14.563Z] d4ef2a7ca461: Preparing [2020-10-20T02:21:14.563Z] 5b440de4d893: Preparing [2020-10-20T02:21:14.563Z] bd5e0ccb422e: Preparing [2020-10-20T02:21:14.563Z] bd5e0ccb422e: Layer already exists [2020-10-20T02:21:14.563Z] d4ef2a7ca461: Layer already exists [2020-10-20T02:21:14.563Z] 5b440de4d893: Layer already exists [2020-10-20T02:21:14.563Z] 7ef1e409c970: Layer already exists [2020-10-20T02:21:14.835Z] 1.2.2-dev.81: digest: sha256:e297c1290246c8d23b610e595091d8198c62477cfa30050ca70ae02e365ac62d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:15.181Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:15.519Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:15.519Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T02:21:15.519Z] 7ef1e409c970: Preparing [2020-10-20T02:21:15.519Z] d4ef2a7ca461: Preparing [2020-10-20T02:21:15.519Z] 5b440de4d893: Preparing [2020-10-20T02:21:15.519Z] bd5e0ccb422e: Preparing [2020-10-20T02:21:15.789Z] 5b440de4d893: Layer already exists [2020-10-20T02:21:15.789Z] d4ef2a7ca461: Layer already exists [2020-10-20T02:21:15.789Z] bd5e0ccb422e: Layer already exists [2020-10-20T02:21:15.789Z] 7ef1e409c970: Layer already exists [2020-10-20T02:21:16.060Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:e297c1290246c8d23b610e595091d8198c62477cfa30050ca70ae02e365ac62d size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:16.399Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:16.737Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-10-20T02:21:16.737Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-10-20T02:21:16.737Z] 7ef1e409c970: Preparing [2020-10-20T02:21:16.737Z] d4ef2a7ca461: Preparing [2020-10-20T02:21:16.737Z] 5b440de4d893: Preparing [2020-10-20T02:21:16.737Z] bd5e0ccb422e: Preparing [2020-10-20T02:21:17.009Z] d4ef2a7ca461: Layer already exists [2020-10-20T02:21:17.009Z] 5b440de4d893: Layer already exists [2020-10-20T02:21:17.009Z] 7ef1e409c970: Layer already exists [2020-10-20T02:21:17.009Z] bd5e0ccb422e: Layer already exists [2020-10-20T02:21:17.009Z] master: digest: sha256:e297c1290246c8d23b610e595091d8198c62477cfa30050ca70ae02e365ac62d size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:21:17.299Z] ===================================================== [Pipeline] echo [2020-10-20T02:21:17.351Z] taggedImages: [2020-10-20T02:21:17.351Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:17.351Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:17.351Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:17.351Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-10-20T02:21:17.419Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-10-20T02:21:17.419Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:17.419Z] 1.2.2-dev.81 [2020-10-20T02:21:17.419Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:17.419Z] master [2020-10-20T02:21:17.419Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:17.973Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:18.317Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:18.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T02:21:18.318Z] 5335f7916573: Preparing [2020-10-20T02:21:18.318Z] dc94d162bcaf: Preparing [2020-10-20T02:21:18.318Z] b944610a876d: Preparing [2020-10-20T02:21:18.318Z] 9a7da0da315b: Preparing [2020-10-20T02:21:18.318Z] 7538f8f28a98: Preparing [2020-10-20T02:21:18.318Z] 14aa7bd35e3c: Preparing [2020-10-20T02:21:18.318Z] 14aa7bd35e3c: Waiting [2020-10-20T02:21:18.663Z] b944610a876d: Pushed [2020-10-20T02:21:18.663Z] 5335f7916573: Pushed [2020-10-20T02:21:18.663Z] 9a7da0da315b: Pushed [2020-10-20T02:21:18.943Z] 7538f8f28a98: Pushed [2020-10-20T02:21:19.223Z] 14aa7bd35e3c: Pushed [2020-10-20T02:21:21.868Z] dc94d162bcaf: Pushed [2020-10-20T02:21:22.141Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:6cce24790a46b842dc8226d491ff0d6f19638e8f13fd16294ed7a7a58579b01d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:22.483Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:22.822Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:22.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T02:21:22.822Z] 5335f7916573: Preparing [2020-10-20T02:21:22.822Z] dc94d162bcaf: Preparing [2020-10-20T02:21:22.822Z] b944610a876d: Preparing [2020-10-20T02:21:22.822Z] 9a7da0da315b: Preparing [2020-10-20T02:21:22.822Z] 7538f8f28a98: Preparing [2020-10-20T02:21:22.822Z] 14aa7bd35e3c: Preparing [2020-10-20T02:21:22.822Z] 14aa7bd35e3c: Waiting [2020-10-20T02:21:23.093Z] dc94d162bcaf: Layer already exists [2020-10-20T02:21:23.093Z] 9a7da0da315b: Layer already exists [2020-10-20T02:21:23.093Z] 5335f7916573: Layer already exists [2020-10-20T02:21:23.093Z] b944610a876d: Layer already exists [2020-10-20T02:21:23.093Z] 7538f8f28a98: Layer already exists [2020-10-20T02:21:24.071Z] 14aa7bd35e3c: Layer already exists [2020-10-20T02:21:24.343Z] 1.2.2-dev.81: digest: sha256:6cce24790a46b842dc8226d491ff0d6f19638e8f13fd16294ed7a7a58579b01d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:24.690Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:25.031Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:25.031Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T02:21:25.031Z] 5335f7916573: Preparing [2020-10-20T02:21:25.031Z] dc94d162bcaf: Preparing [2020-10-20T02:21:25.031Z] b944610a876d: Preparing [2020-10-20T02:21:25.031Z] 9a7da0da315b: Preparing [2020-10-20T02:21:25.031Z] 7538f8f28a98: Preparing [2020-10-20T02:21:25.031Z] 14aa7bd35e3c: Preparing [2020-10-20T02:21:25.031Z] 14aa7bd35e3c: Waiting [2020-10-20T02:21:25.303Z] 7538f8f28a98: Layer already exists [2020-10-20T02:21:25.303Z] 9a7da0da315b: Layer already exists [2020-10-20T02:21:25.303Z] dc94d162bcaf: Layer already exists [2020-10-20T02:21:25.303Z] 5335f7916573: Layer already exists [2020-10-20T02:21:25.303Z] b944610a876d: Layer already exists [2020-10-20T02:21:25.303Z] 14aa7bd35e3c: Layer already exists [2020-10-20T02:21:25.303Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:6cce24790a46b842dc8226d491ff0d6f19638e8f13fd16294ed7a7a58579b01d size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:25.645Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:25.986Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-10-20T02:21:25.986Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-10-20T02:21:25.986Z] 5335f7916573: Preparing [2020-10-20T02:21:25.986Z] dc94d162bcaf: Preparing [2020-10-20T02:21:25.986Z] b944610a876d: Preparing [2020-10-20T02:21:25.986Z] 9a7da0da315b: Preparing [2020-10-20T02:21:25.986Z] 7538f8f28a98: Preparing [2020-10-20T02:21:25.986Z] 14aa7bd35e3c: Preparing [2020-10-20T02:21:25.986Z] 14aa7bd35e3c: Waiting [2020-10-20T02:21:25.986Z] dc94d162bcaf: Layer already exists [2020-10-20T02:21:25.986Z] 7538f8f28a98: Layer already exists [2020-10-20T02:21:25.986Z] 9a7da0da315b: Layer already exists [2020-10-20T02:21:26.255Z] 14aa7bd35e3c: Layer already exists [2020-10-20T02:21:27.226Z] b944610a876d: Layer already exists [2020-10-20T02:21:27.226Z] 5335f7916573: Layer already exists [2020-10-20T02:21:27.226Z] master: digest: sha256:6cce24790a46b842dc8226d491ff0d6f19638e8f13fd16294ed7a7a58579b01d size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:21:27.470Z] ===================================================== [Pipeline] echo [2020-10-20T02:21:27.524Z] taggedImages: [2020-10-20T02:21:27.524Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:27.524Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:27.524Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:27.524Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-10-20T02:21:27.593Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-10-20T02:21:27.593Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:27.593Z] 1.2.2-dev.81 [2020-10-20T02:21:27.593Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:27.593Z] master [2020-10-20T02:21:27.593Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:28.110Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:28.445Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:28.445Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T02:21:28.717Z] 782db98a6af2: Preparing [2020-10-20T02:21:28.717Z] da99af1a28e4: Preparing [2020-10-20T02:21:28.717Z] cd952ba64c83: Preparing [2020-10-20T02:21:28.988Z] cd952ba64c83: Pushed [2020-10-20T02:21:30.410Z] 782db98a6af2: Pushed [2020-10-20T02:21:31.836Z] da99af1a28e4: Pushed [2020-10-20T02:21:31.836Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:513ce46ebfea861bb143de200687c72c75954cc33a23254d153b29fd1634d74f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:32.178Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:32.514Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:32.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T02:21:32.514Z] 782db98a6af2: Preparing [2020-10-20T02:21:32.514Z] da99af1a28e4: Preparing [2020-10-20T02:21:32.514Z] cd952ba64c83: Preparing [2020-10-20T02:21:32.788Z] cd952ba64c83: Layer already exists [2020-10-20T02:21:32.788Z] 782db98a6af2: Layer already exists [2020-10-20T02:21:32.788Z] da99af1a28e4: Layer already exists [2020-10-20T02:21:32.788Z] 1.2.2-dev.81: digest: sha256:513ce46ebfea861bb143de200687c72c75954cc33a23254d153b29fd1634d74f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:33.129Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:33.466Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:33.466Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T02:21:33.466Z] 782db98a6af2: Preparing [2020-10-20T02:21:33.466Z] da99af1a28e4: Preparing [2020-10-20T02:21:33.466Z] cd952ba64c83: Preparing [2020-10-20T02:21:33.466Z] 782db98a6af2: Layer already exists [2020-10-20T02:21:33.737Z] cd952ba64c83: Layer already exists [2020-10-20T02:21:33.737Z] da99af1a28e4: Layer already exists [2020-10-20T02:21:33.737Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:513ce46ebfea861bb143de200687c72c75954cc33a23254d153b29fd1634d74f size: 944 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:34.354Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:34.740Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-10-20T02:21:34.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-10-20T02:21:35.013Z] 782db98a6af2: Preparing [2020-10-20T02:21:35.013Z] da99af1a28e4: Preparing [2020-10-20T02:21:35.013Z] cd952ba64c83: Preparing [2020-10-20T02:21:35.013Z] cd952ba64c83: Layer already exists [2020-10-20T02:21:35.013Z] 782db98a6af2: Layer already exists [2020-10-20T02:21:35.013Z] da99af1a28e4: Layer already exists [2020-10-20T02:21:35.284Z] master: digest: sha256:513ce46ebfea861bb143de200687c72c75954cc33a23254d153b29fd1634d74f size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:21:35.498Z] ===================================================== [Pipeline] echo [2020-10-20T02:21:35.563Z] taggedImages: [2020-10-20T02:21:35.563Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:35.563Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:35.563Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:35.563Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-10-20T02:21:35.627Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-10-20T02:21:35.627Z] 55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:35.627Z] 1.2.2-dev.81 [2020-10-20T02:21:35.627Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:35.627Z] master [2020-10-20T02:21:35.627Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:36.157Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:36.492Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:36.492Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T02:21:36.492Z] 1ed991104c90: Preparing [2020-10-20T02:21:36.492Z] 31ea241e1eb0: Preparing [2020-10-20T02:21:36.492Z] 9d66f5f0131a: Preparing [2020-10-20T02:21:36.492Z] 65a636df11cf: Preparing [2020-10-20T02:21:36.492Z] 22f40c5d79e2: Preparing [2020-10-20T02:21:36.492Z] 72cb84bf2457: Preparing [2020-10-20T02:21:36.492Z] f9e2d695987a: Preparing [2020-10-20T02:21:36.492Z] f875f9e206db: Preparing [2020-10-20T02:21:36.492Z] 3994ac1dcb8b: Preparing [2020-10-20T02:21:36.492Z] 5f2247eaf593: Preparing [2020-10-20T02:21:36.492Z] 62d13be1b083: Preparing [2020-10-20T02:21:36.492Z] 94fdc660876c: Preparing [2020-10-20T02:21:36.492Z] 4e7279dfc0c0: Preparing [2020-10-20T02:21:36.492Z] e2f13739ad41: Preparing [2020-10-20T02:21:36.492Z] f875f9e206db: Waiting [2020-10-20T02:21:36.492Z] 3994ac1dcb8b: Waiting [2020-10-20T02:21:36.492Z] 5f2247eaf593: Waiting [2020-10-20T02:21:36.492Z] 62d13be1b083: Waiting [2020-10-20T02:21:36.492Z] 94fdc660876c: Waiting [2020-10-20T02:21:36.492Z] 4e7279dfc0c0: Waiting [2020-10-20T02:21:36.492Z] e2f13739ad41: Waiting [2020-10-20T02:21:36.492Z] 72cb84bf2457: Waiting [2020-10-20T02:21:36.492Z] f9e2d695987a: Waiting [2020-10-20T02:21:37.096Z] 22f40c5d79e2: Pushed [2020-10-20T02:21:37.370Z] 1ed991104c90: Pushed [2020-10-20T02:21:37.643Z] 65a636df11cf: Pushed [2020-10-20T02:21:37.643Z] f875f9e206db: Layer already exists [2020-10-20T02:21:37.643Z] 3994ac1dcb8b: Layer already exists [2020-10-20T02:21:37.643Z] 5f2247eaf593: Layer already exists [2020-10-20T02:21:37.920Z] 62d13be1b083: Layer already exists [2020-10-20T02:21:37.920Z] 94fdc660876c: Layer already exists [2020-10-20T02:21:37.920Z] 4e7279dfc0c0: Layer already exists [2020-10-20T02:21:37.920Z] e2f13739ad41: Layer already exists [2020-10-20T02:21:38.516Z] 31ea241e1eb0: Pushed [2020-10-20T02:21:39.116Z] f9e2d695987a: Pushed [2020-10-20T02:21:39.711Z] 72cb84bf2457: Pushed [2020-10-20T02:21:49.839Z] 9d66f5f0131a: Pushed [2020-10-20T02:21:50.110Z] 55aabd380bacd0682e281293f744acb10e15a247: digest: sha256:1864bb7c089b493ebdfbfdf9a85b44b1662d0fdd7415d98f55506334c3f21d18 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:50.457Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:50.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:50.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T02:21:50.795Z] 1ed991104c90: Preparing [2020-10-20T02:21:50.795Z] 31ea241e1eb0: Preparing [2020-10-20T02:21:50.795Z] 9d66f5f0131a: Preparing [2020-10-20T02:21:50.795Z] 65a636df11cf: Preparing [2020-10-20T02:21:50.795Z] 22f40c5d79e2: Preparing [2020-10-20T02:21:50.795Z] 72cb84bf2457: Preparing [2020-10-20T02:21:50.795Z] f9e2d695987a: Preparing [2020-10-20T02:21:50.795Z] f875f9e206db: Preparing [2020-10-20T02:21:50.795Z] 3994ac1dcb8b: Preparing [2020-10-20T02:21:50.795Z] 5f2247eaf593: Preparing [2020-10-20T02:21:50.795Z] 62d13be1b083: Preparing [2020-10-20T02:21:50.795Z] 94fdc660876c: Preparing [2020-10-20T02:21:50.795Z] 4e7279dfc0c0: Preparing [2020-10-20T02:21:50.795Z] e2f13739ad41: Preparing [2020-10-20T02:21:50.795Z] 72cb84bf2457: Waiting [2020-10-20T02:21:50.795Z] f9e2d695987a: Waiting [2020-10-20T02:21:50.795Z] 5f2247eaf593: Waiting [2020-10-20T02:21:50.795Z] f875f9e206db: Waiting [2020-10-20T02:21:50.795Z] 3994ac1dcb8b: Waiting [2020-10-20T02:21:50.795Z] 62d13be1b083: Waiting [2020-10-20T02:21:50.795Z] 94fdc660876c: Waiting [2020-10-20T02:21:50.795Z] e2f13739ad41: Waiting [2020-10-20T02:21:50.795Z] 4e7279dfc0c0: Waiting [2020-10-20T02:21:51.075Z] 1ed991104c90: Layer already exists [2020-10-20T02:21:51.075Z] 65a636df11cf: Layer already exists [2020-10-20T02:21:51.075Z] 31ea241e1eb0: Layer already exists [2020-10-20T02:21:51.075Z] 22f40c5d79e2: Layer already exists [2020-10-20T02:21:51.075Z] 9d66f5f0131a: Layer already exists [2020-10-20T02:21:51.075Z] f9e2d695987a: Layer already exists [2020-10-20T02:21:51.075Z] 72cb84bf2457: Layer already exists [2020-10-20T02:21:51.075Z] 3994ac1dcb8b: Layer already exists [2020-10-20T02:21:51.075Z] 5f2247eaf593: Layer already exists [2020-10-20T02:21:51.075Z] 94fdc660876c: Layer already exists [2020-10-20T02:21:51.075Z] 62d13be1b083: Layer already exists [2020-10-20T02:21:51.075Z] e2f13739ad41: Layer already exists [2020-10-20T02:21:51.075Z] 4e7279dfc0c0: Layer already exists [2020-10-20T02:21:52.046Z] f875f9e206db: Layer already exists [2020-10-20T02:21:52.046Z] 1.2.2-dev.81: digest: sha256:1864bb7c089b493ebdfbfdf9a85b44b1662d0fdd7415d98f55506334c3f21d18 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:52.387Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:52.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:52.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T02:21:52.718Z] 1ed991104c90: Preparing [2020-10-20T02:21:52.718Z] 31ea241e1eb0: Preparing [2020-10-20T02:21:52.718Z] 9d66f5f0131a: Preparing [2020-10-20T02:21:52.718Z] 65a636df11cf: Preparing [2020-10-20T02:21:52.718Z] 22f40c5d79e2: Preparing [2020-10-20T02:21:52.718Z] 72cb84bf2457: Preparing [2020-10-20T02:21:52.718Z] f9e2d695987a: Preparing [2020-10-20T02:21:52.718Z] f875f9e206db: Preparing [2020-10-20T02:21:52.718Z] 3994ac1dcb8b: Preparing [2020-10-20T02:21:52.718Z] 5f2247eaf593: Preparing [2020-10-20T02:21:52.718Z] 62d13be1b083: Preparing [2020-10-20T02:21:52.718Z] 94fdc660876c: Preparing [2020-10-20T02:21:52.718Z] 4e7279dfc0c0: Preparing [2020-10-20T02:21:52.718Z] e2f13739ad41: Preparing [2020-10-20T02:21:52.718Z] 72cb84bf2457: Waiting [2020-10-20T02:21:52.718Z] 62d13be1b083: Waiting [2020-10-20T02:21:52.718Z] 94fdc660876c: Waiting [2020-10-20T02:21:52.718Z] f9e2d695987a: Waiting [2020-10-20T02:21:52.718Z] 4e7279dfc0c0: Waiting [2020-10-20T02:21:52.718Z] e2f13739ad41: Waiting [2020-10-20T02:21:52.718Z] f875f9e206db: Waiting [2020-10-20T02:21:52.718Z] 3994ac1dcb8b: Waiting [2020-10-20T02:21:52.718Z] 5f2247eaf593: Waiting [2020-10-20T02:21:53.007Z] 1ed991104c90: Layer already exists [2020-10-20T02:21:53.007Z] 9d66f5f0131a: Layer already exists [2020-10-20T02:21:53.007Z] 31ea241e1eb0: Layer already exists [2020-10-20T02:21:53.007Z] 22f40c5d79e2: Layer already exists [2020-10-20T02:21:53.007Z] 65a636df11cf: Layer already exists [2020-10-20T02:21:53.007Z] 72cb84bf2457: Layer already exists [2020-10-20T02:21:53.007Z] 3994ac1dcb8b: Layer already exists [2020-10-20T02:21:53.007Z] f875f9e206db: Layer already exists [2020-10-20T02:21:53.007Z] 5f2247eaf593: Layer already exists [2020-10-20T02:21:53.007Z] f9e2d695987a: Layer already exists [2020-10-20T02:21:53.007Z] 62d13be1b083: Layer already exists [2020-10-20T02:21:53.007Z] 4e7279dfc0c0: Layer already exists [2020-10-20T02:21:53.007Z] 94fdc660876c: Layer already exists [2020-10-20T02:21:53.997Z] e2f13739ad41: Layer already exists [2020-10-20T02:21:53.997Z] 55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81: digest: sha256:1864bb7c089b493ebdfbfdf9a85b44b1662d0fdd7415d98f55506334c3f21d18 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:54.359Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:54.717Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-10-20T02:21:54.717Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-10-20T02:21:54.717Z] 1ed991104c90: Preparing [2020-10-20T02:21:54.717Z] 31ea241e1eb0: Preparing [2020-10-20T02:21:54.717Z] 9d66f5f0131a: Preparing [2020-10-20T02:21:54.717Z] 65a636df11cf: Preparing [2020-10-20T02:21:54.717Z] 22f40c5d79e2: Preparing [2020-10-20T02:21:54.717Z] 72cb84bf2457: Preparing [2020-10-20T02:21:54.717Z] f9e2d695987a: Preparing [2020-10-20T02:21:54.717Z] f875f9e206db: Preparing [2020-10-20T02:21:54.717Z] 3994ac1dcb8b: Preparing [2020-10-20T02:21:54.717Z] 5f2247eaf593: Preparing [2020-10-20T02:21:54.717Z] 62d13be1b083: Preparing [2020-10-20T02:21:54.717Z] 94fdc660876c: Preparing [2020-10-20T02:21:54.717Z] 4e7279dfc0c0: Preparing [2020-10-20T02:21:54.717Z] e2f13739ad41: Preparing [2020-10-20T02:21:54.717Z] 72cb84bf2457: Waiting [2020-10-20T02:21:54.717Z] f9e2d695987a: Waiting [2020-10-20T02:21:54.717Z] f875f9e206db: Waiting [2020-10-20T02:21:54.717Z] 3994ac1dcb8b: Waiting [2020-10-20T02:21:54.717Z] 5f2247eaf593: Waiting [2020-10-20T02:21:54.717Z] 62d13be1b083: Waiting [2020-10-20T02:21:54.717Z] 94fdc660876c: Waiting [2020-10-20T02:21:54.717Z] 4e7279dfc0c0: Waiting [2020-10-20T02:21:54.717Z] e2f13739ad41: Waiting [2020-10-20T02:21:55.012Z] 31ea241e1eb0: Layer already exists [2020-10-20T02:21:55.012Z] 9d66f5f0131a: Layer already exists [2020-10-20T02:21:55.012Z] 65a636df11cf: Layer already exists [2020-10-20T02:21:55.012Z] 22f40c5d79e2: Layer already exists [2020-10-20T02:21:55.012Z] f9e2d695987a: Layer already exists [2020-10-20T02:21:55.012Z] 72cb84bf2457: Layer already exists [2020-10-20T02:21:55.012Z] f875f9e206db: Layer already exists [2020-10-20T02:21:55.012Z] 3994ac1dcb8b: Layer already exists [2020-10-20T02:21:55.012Z] 62d13be1b083: Layer already exists [2020-10-20T02:21:55.012Z] 5f2247eaf593: Layer already exists [2020-10-20T02:21:55.012Z] 4e7279dfc0c0: Layer already exists [2020-10-20T02:21:55.012Z] 94fdc660876c: Layer already exists [2020-10-20T02:21:55.012Z] e2f13739ad41: Layer already exists [2020-10-20T02:21:55.012Z] 1ed991104c90: Layer already exists [2020-10-20T02:21:55.284Z] master: digest: sha256:1864bb7c089b493ebdfbfdf9a85b44b1662d0fdd7415d98f55506334c3f21d18 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-10-20T02:21:55.714Z] ===================================================== [Pipeline] echo [2020-10-20T02:21:55.772Z] taggedImages: [2020-10-20T02:21:55.772Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:21:55.772Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.81 [2020-10-20T02:21:55.772Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55aabd380bacd0682e281293f744acb10e15a247-1.2.2-dev.81 [2020-10-20T02:21:55.772Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [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) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-20T02:21:57.722Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-20T02:21:57.724Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-20T02:21:57.784Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:58.157Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T02:21:58.158Z] [2020-10-20T02:21:58.158Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:21:58.519Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T02:21:59.474Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-20T02:21:59.474Z] cbdbe7a5bc2a: Already exists [2020-10-20T02:21:59.474Z] 408f87550127: Pulling fs layer [2020-10-20T02:21:59.474Z] fe522b08c979: Pulling fs layer [2020-10-20T02:21:59.474Z] 221eaa008020: Pulling fs layer [2020-10-20T02:21:59.474Z] 2a4607e5d6b9: Pulling fs layer [2020-10-20T02:21:59.474Z] 8f79b27c4fd2: Pulling fs layer [2020-10-20T02:21:59.474Z] e5c8dbe1645b: Pulling fs layer [2020-10-20T02:21:59.474Z] 23e8b3b47431: Pulling fs layer [2020-10-20T02:21:59.474Z] 5c568d65a230: Pulling fs layer [2020-10-20T02:21:59.474Z] 8f79b27c4fd2: Waiting [2020-10-20T02:21:59.474Z] e5c8dbe1645b: Waiting [2020-10-20T02:21:59.474Z] 23e8b3b47431: Waiting [2020-10-20T02:21:59.474Z] 5c568d65a230: Waiting [2020-10-20T02:21:59.474Z] 2a4607e5d6b9: Waiting [2020-10-20T02:21:59.474Z] fe522b08c979: Verifying Checksum [2020-10-20T02:21:59.474Z] fe522b08c979: Download complete [2020-10-20T02:21:59.474Z] 408f87550127: Verifying Checksum [2020-10-20T02:21:59.474Z] 408f87550127: Download complete [2020-10-20T02:21:59.739Z] 2a4607e5d6b9: Download complete [2020-10-20T02:22:00.011Z] 408f87550127: Pull complete [2020-10-20T02:22:00.011Z] fe522b08c979: Pull complete [2020-10-20T02:22:00.275Z] 8f79b27c4fd2: Verifying Checksum [2020-10-20T02:22:00.275Z] 8f79b27c4fd2: Download complete [2020-10-20T02:22:15.244Z] e5c8dbe1645b: Download complete [2020-10-20T02:22:23.434Z] 23e8b3b47431: Verifying Checksum [2020-10-20T02:22:23.434Z] 23e8b3b47431: Download complete [2020-10-20T02:22:24.850Z] 5c568d65a230: Verifying Checksum [2020-10-20T02:22:24.850Z] 5c568d65a230: Download complete [2020-10-20T02:22:46.882Z] 221eaa008020: Verifying Checksum [2020-10-20T02:22:46.882Z] 221eaa008020: Download complete [2020-10-20T02:22:50.231Z] 221eaa008020: Pull complete [2020-10-20T02:22:50.495Z] 2a4607e5d6b9: Pull complete [2020-10-20T02:22:50.769Z] 8f79b27c4fd2: Pull complete [2020-10-20T02:22:57.386Z] e5c8dbe1645b: Pull complete [2020-10-20T02:23:00.004Z] 23e8b3b47431: Pull complete [2020-10-20T02:23:01.649Z] 5c568d65a230: Pull complete [2020-10-20T02:23:01.649Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-20T02:23:01.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-20T02:23:01.649Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-20T02:23:01.967Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:23:02.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/edgex-go/197:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-20T02:23:03.120Z] $ docker top 18b163bdbcad610373c7d293bbbe585f9f0cbc13d1e92c5a7671d7ef56cd6e64 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:23:03.769Z] + snyk monitor '--org=edgex-jenkins' [2020-10-20T02:23:18.755Z] [2020-10-20T02:23:18.755Z] Monitoring /w/workspace/edgex-go/197 (github.com/edgexfoundry/edgex-go)... [2020-10-20T02:23:18.755Z] [2020-10-20T02:23:18.755Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/8a95658c-faee-4e2a-9fc6-f5bc7c91a4be [2020-10-20T02:23:18.755Z] [2020-10-20T02:23:18.755Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-20T02:23:18.755Z] [2020-10-20T02:23:18.755Z] [2020-10-20T02:23:18.755Z] Snyk CLI supports Node.js 8 and higher. [2020-10-20T02:23:18.755Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-20T02:23:18.755Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-20T02:23:18.755Z] [2020-10-20T02:23:18.755Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-20T02:23:18.755Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-20T02:23:18.755Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-20T02:23:18.755Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-20T02:23:18.775Z] $ docker stop --time=1 18b163bdbcad610373c7d293bbbe585f9f0cbc13d1e92c5a7671d7ef56cd6e64 [2020-10-20T02:23:22.346Z] $ docker rm -f 18b163bdbcad610373c7d293bbbe585f9f0cbc13d1e92c5a7671d7ef56cd6e64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:23:24.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:23:24.206Z] [2020-10-20T02:23:24.206Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:23:24.597Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:23:24.861Z] latest: Pulling from edgex-devops/edgex-klar [2020-10-20T02:23:24.861Z] e7c96db7181b: Pulling fs layer [2020-10-20T02:23:24.861Z] 1868ca2cb446: Pulling fs layer [2020-10-20T02:23:24.861Z] 136be5d0fe8e: Pulling fs layer [2020-10-20T02:23:24.861Z] 894bfe63afcb: Pulling fs layer [2020-10-20T02:23:24.861Z] 894bfe63afcb: Waiting [2020-10-20T02:23:24.861Z] 1868ca2cb446: Verifying Checksum [2020-10-20T02:23:24.861Z] 1868ca2cb446: Download complete [2020-10-20T02:23:24.861Z] 136be5d0fe8e: Download complete [2020-10-20T02:23:28.184Z] e7c96db7181b: Verifying Checksum [2020-10-20T02:23:28.184Z] e7c96db7181b: Download complete [2020-10-20T02:23:28.184Z] e7c96db7181b: Pull complete [2020-10-20T02:23:28.184Z] 1868ca2cb446: Pull complete [2020-10-20T02:23:28.447Z] 136be5d0fe8e: Pull complete [2020-10-20T02:23:31.007Z] 894bfe63afcb: Verifying Checksum [2020-10-20T02:23:31.007Z] 894bfe63afcb: Download complete [2020-10-20T02:23:31.271Z] 894bfe63afcb: Pull complete [2020-10-20T02:23:31.271Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-10-20T02:23:31.271Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:23:31.271Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-10-20T02:23:31.383Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:23:31.443Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:23:32.467Z] $ docker top 67a9551970268e3233ace6737212533ea93f282f9f1fa69e4759d8544062967e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:23:33.105Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:23:33.106Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:23:37.566Z] $ docker stop --time=1 67a9551970268e3233ace6737212533ea93f282f9f1fa69e4759d8544062967e [2020-10-20T02:23:38.936Z] $ docker rm -f 67a9551970268e3233ace6737212533ea93f282f9f1fa69e4759d8544062967e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:23:39.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:23:39.454Z] . [Pipeline] withDockerContainer [2020-10-20T02:23:39.593Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:23:39.656Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:23:40.390Z] $ docker top d54882cf076da800c473414ff1b6faeee6ac42d4933c4917878e392d2421809e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:23:40.984Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:23:40.984Z] + tee [2020-10-20T02:23:40.984Z] clair timeout 1m0s [2020-10-20T02:23:40.984Z] docker timeout: 1m0s [2020-10-20T02:23:40.984Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:23:41.689Z] $ docker stop --time=1 d54882cf076da800c473414ff1b6faeee6ac42d4933c4917878e392d2421809e [2020-10-20T02:23:43.047Z] $ docker rm -f d54882cf076da800c473414ff1b6faeee6ac42d4933c4917878e392d2421809e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:23:43.591Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:23:43.607Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-core-command-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:23:43.671Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:23:44.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:23:44.114Z] . [Pipeline] withDockerContainer [2020-10-20T02:23:44.248Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:23:44.303Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:23:45.088Z] $ docker top a1d69d26eb3c6f290cef83eb13284f08a9847d6d2dbf808ab47eb95e843d3e52 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:23:45.941Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:23:45.941Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:23:51.469Z] $ docker stop --time=1 a1d69d26eb3c6f290cef83eb13284f08a9847d6d2dbf808ab47eb95e843d3e52 [2020-10-20T02:23:52.831Z] $ docker rm -f a1d69d26eb3c6f290cef83eb13284f08a9847d6d2dbf808ab47eb95e843d3e52 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:23:53.312Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:23:53.312Z] . [Pipeline] withDockerContainer [2020-10-20T02:23:53.421Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:23:53.483Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:23:54.174Z] $ docker top 8d26fbb3cc9774104fb2971610cc4d9cc501a160c4a296312ee39afd076063a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:23:54.751Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:23:54.751Z] + tee [2020-10-20T02:23:54.751Z] clair timeout 1m0s [2020-10-20T02:23:54.751Z] docker timeout: 1m0s [2020-10-20T02:23:54.751Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:23:56.273Z] $ docker stop --time=1 8d26fbb3cc9774104fb2971610cc4d9cc501a160c4a296312ee39afd076063a1 [2020-10-20T02:23:57.703Z] $ docker rm -f 8d26fbb3cc9774104fb2971610cc4d9cc501a160c4a296312ee39afd076063a1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:23:58.459Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:23:58.474Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-core-data-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:23:58.530Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:23:59.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:23:59.008Z] . [Pipeline] withDockerContainer [2020-10-20T02:23:59.239Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:23:59.307Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:24:00.067Z] $ docker top fc8da638d4d63eeed076086fa7f89722be1fec9e5e8b48bbb0c31ea9446c388a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:24:00.659Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:24:00.659Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:24:03.384Z] $ docker stop --time=1 fc8da638d4d63eeed076086fa7f89722be1fec9e5e8b48bbb0c31ea9446c388a [2020-10-20T02:24:04.847Z] $ docker rm -f fc8da638d4d63eeed076086fa7f89722be1fec9e5e8b48bbb0c31ea9446c388a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:24:05.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:24:05.366Z] . [Pipeline] withDockerContainer [2020-10-20T02:24:05.483Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:24:05.540Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:24:06.241Z] $ docker top 902badc2ed66ea8f50ba12116127ab1cb48bd32c6992ec3119177e1cd3571f42 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:24:06.826Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:24:06.827Z] + tee [2020-10-20T02:24:06.827Z] clair timeout 1m0s [2020-10-20T02:24:06.827Z] docker timeout: 1m0s [2020-10-20T02:24:06.827Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:24:08.871Z] $ docker stop --time=1 902badc2ed66ea8f50ba12116127ab1cb48bd32c6992ec3119177e1cd3571f42 [2020-10-20T02:24:10.237Z] $ docker rm -f 902badc2ed66ea8f50ba12116127ab1cb48bd32c6992ec3119177e1cd3571f42 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:24:10.803Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:24:10.821Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-core-metadata-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:24:10.890Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:24:11.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:24:11.254Z] . [Pipeline] withDockerContainer [2020-10-20T02:24:11.365Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:24:11.421Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:24:12.146Z] $ docker top 63b9e589ca1a0751d0673b496888b476fb23ed98eeeb89108ad3d8e17ddc116a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:24:12.757Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:24:12.758Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:24:18.236Z] $ docker stop --time=1 63b9e589ca1a0751d0673b496888b476fb23ed98eeeb89108ad3d8e17ddc116a [2020-10-20T02:24:19.643Z] $ docker rm -f 63b9e589ca1a0751d0673b496888b476fb23ed98eeeb89108ad3d8e17ddc116a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:24:20.168Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:24:20.168Z] . [Pipeline] withDockerContainer [2020-10-20T02:24:20.281Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:24:20.338Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:24:21.086Z] $ docker top b7ac03187bf35089fdcf4a05e5deccdf3d0ebe9c0895039ea6ce61ff6c7770d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:24:21.691Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:24:21.691Z] + tee [2020-10-20T02:24:21.691Z] clair timeout 1m0s [2020-10-20T02:24:21.691Z] docker timeout: 1m0s [2020-10-20T02:24:21.691Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:24:22.755Z] $ docker stop --time=1 b7ac03187bf35089fdcf4a05e5deccdf3d0ebe9c0895039ea6ce61ff6c7770d1 [2020-10-20T02:24:24.206Z] $ docker rm -f b7ac03187bf35089fdcf4a05e5deccdf3d0ebe9c0895039ea6ce61ff6c7770d1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:24:24.964Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:24:24.980Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-security-proxy-setup-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:24:25.043Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:24:25.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:24:25.427Z] . [Pipeline] withDockerContainer [2020-10-20T02:24:25.544Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:24:25.597Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:24:26.381Z] $ docker top 61fe03dca3af93220349aac4258977ebd47ea539c7b2c5d2d30e4c2727739e9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:24:30.186Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:24:30.186Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:24:38.627Z] $ docker stop --time=1 61fe03dca3af93220349aac4258977ebd47ea539c7b2c5d2d30e4c2727739e9f [2020-10-20T02:24:40.005Z] $ docker rm -f 61fe03dca3af93220349aac4258977ebd47ea539c7b2c5d2d30e4c2727739e9f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:24:40.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:24:40.559Z] . [Pipeline] withDockerContainer [2020-10-20T02:24:40.680Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:24:40.738Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:24:41.524Z] $ docker top 5c4e1e0f9b56a9207219294874b253eb0db9d0f1735ce5073c909ff3f856f523 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:24:42.197Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:24:42.197Z] + tee [2020-10-20T02:24:42.197Z] clair timeout 1m0s [2020-10-20T02:24:42.197Z] docker timeout: 1m0s [2020-10-20T02:24:42.197Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:24:44.280Z] $ docker stop --time=1 5c4e1e0f9b56a9207219294874b253eb0db9d0f1735ce5073c909ff3f856f523 [2020-10-20T02:24:45.680Z] $ docker rm -f 5c4e1e0f9b56a9207219294874b253eb0db9d0f1735ce5073c909ff3f856f523 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:24:46.428Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:24:46.443Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-security-secrets-setup-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:24:46.499Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:24:46.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:24:46.857Z] . [Pipeline] withDockerContainer [2020-10-20T02:24:46.969Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:24:47.032Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:24:47.806Z] $ docker top f61c77f9b3fb427ef28b0b57db8cfa51ee99fababb1594fb0729f640b6e0ad7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:24:48.334Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:24:48.334Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:24:56.672Z] $ docker stop --time=1 f61c77f9b3fb427ef28b0b57db8cfa51ee99fababb1594fb0729f640b6e0ad7c [2020-10-20T02:24:58.081Z] $ docker rm -f f61c77f9b3fb427ef28b0b57db8cfa51ee99fababb1594fb0729f640b6e0ad7c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:24:58.590Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:24:58.590Z] . [Pipeline] withDockerContainer [2020-10-20T02:24:58.700Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:24:58.758Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:24:59.496Z] $ docker top 57fba9bb50d6e846fe264c4a16fa8a980b2ce55ab2340090eacdb5791c13b54e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:25:00.091Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:25:00.092Z] + tee [2020-10-20T02:25:00.092Z] clair timeout 1m0s [2020-10-20T02:25:00.092Z] docker timeout: 1m0s [2020-10-20T02:25:00.092Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:25:01.610Z] $ docker stop --time=1 57fba9bb50d6e846fe264c4a16fa8a980b2ce55ab2340090eacdb5791c13b54e [2020-10-20T02:25:03.021Z] $ docker rm -f 57fba9bb50d6e846fe264c4a16fa8a980b2ce55ab2340090eacdb5791c13b54e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:25:03.716Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:25:03.730Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-security-secretstore-setup-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:25:03.793Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:25:04.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:25:04.141Z] . [Pipeline] withDockerContainer [2020-10-20T02:25:04.256Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:25:04.329Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:25:05.122Z] $ docker top 5c862f59fa21e14d30c5ed27309360fd20a4a5aa68123fe986c0e7956f30632e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:25:05.692Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:25:05.692Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:25:09.195Z] $ docker stop --time=1 5c862f59fa21e14d30c5ed27309360fd20a4a5aa68123fe986c0e7956f30632e [2020-10-20T02:25:10.544Z] $ docker rm -f 5c862f59fa21e14d30c5ed27309360fd20a4a5aa68123fe986c0e7956f30632e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:25:11.349Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:25:11.350Z] . [Pipeline] withDockerContainer [2020-10-20T02:25:11.490Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:25:11.573Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:25:12.236Z] $ docker top d30b37606cde1f28402abe4fb981ee7f5be786292329a0da0184938649c3a2b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:25:13.040Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:25:13.040Z] + tee [2020-10-20T02:25:13.040Z] clair timeout 1m0s [2020-10-20T02:25:13.040Z] docker timeout: 1m0s [2020-10-20T02:25:13.040Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:25:13.743Z] $ docker stop --time=1 d30b37606cde1f28402abe4fb981ee7f5be786292329a0da0184938649c3a2b5 [2020-10-20T02:25:15.115Z] $ docker rm -f d30b37606cde1f28402abe4fb981ee7f5be786292329a0da0184938649c3a2b5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:25:15.801Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:25:15.816Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-support-logging-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:25:15.877Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:25:16.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:25:16.224Z] . [Pipeline] withDockerContainer [2020-10-20T02:25:16.331Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:25:16.388Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:25:17.146Z] $ docker top ef01c73eae93da0117dc58f5e1b8d267dca22f67c89ac913f24d4e7b217acb5d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:25:17.716Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:25:17.716Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:25:24.715Z] $ docker stop --time=1 ef01c73eae93da0117dc58f5e1b8d267dca22f67c89ac913f24d4e7b217acb5d [2020-10-20T02:25:26.351Z] $ docker rm -f ef01c73eae93da0117dc58f5e1b8d267dca22f67c89ac913f24d4e7b217acb5d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:25:26.948Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:25:26.948Z] . [Pipeline] withDockerContainer [2020-10-20T02:25:27.084Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:25:27.144Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:25:27.988Z] $ docker top 62116603be30481f2a57b186671c5b106d54307eb232b6d2b8917896f16dc7d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:25:28.559Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:25:28.559Z] + tee [2020-10-20T02:25:28.559Z] clair timeout 1m0s [2020-10-20T02:25:28.559Z] docker timeout: 1m0s [2020-10-20T02:25:28.559Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:25:31.247Z] $ docker stop --time=1 62116603be30481f2a57b186671c5b106d54307eb232b6d2b8917896f16dc7d3 [2020-10-20T02:25:32.597Z] $ docker rm -f 62116603be30481f2a57b186671c5b106d54307eb232b6d2b8917896f16dc7d3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:25:33.127Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:25:33.144Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-support-notifications-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:25:33.210Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:25:33.582Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:25:33.582Z] . [Pipeline] withDockerContainer [2020-10-20T02:25:33.696Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:25:33.750Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:25:34.463Z] $ docker top bb255d43473ed2027be3fc4e2db5cf9557cb2efa11e95746461f14a3d8c9013d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:25:35.065Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:25:35.065Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:25:37.802Z] $ docker stop --time=1 bb255d43473ed2027be3fc4e2db5cf9557cb2efa11e95746461f14a3d8c9013d [2020-10-20T02:25:39.155Z] $ docker rm -f bb255d43473ed2027be3fc4e2db5cf9557cb2efa11e95746461f14a3d8c9013d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:25:39.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:25:39.653Z] . [Pipeline] withDockerContainer [2020-10-20T02:25:39.772Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:25:39.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:25:40.560Z] $ docker top 24a3b9d5ec74f821c316f9e29232a47b5302163a583e9e2f9612cd2f29bfbfce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:25:41.266Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:25:41.266Z] + tee [2020-10-20T02:25:41.266Z] clair timeout 1m0s [2020-10-20T02:25:41.266Z] docker timeout: 1m0s [2020-10-20T02:25:41.266Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:25:41.962Z] $ docker stop --time=1 24a3b9d5ec74f821c316f9e29232a47b5302163a583e9e2f9612cd2f29bfbfce [2020-10-20T02:25:43.311Z] $ docker rm -f 24a3b9d5ec74f821c316f9e29232a47b5302163a583e9e2f9612cd2f29bfbfce [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:25:43.795Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:25:43.811Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-support-scheduler-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:25:44.117Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:25:44.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:25:44.494Z] . [Pipeline] withDockerContainer [2020-10-20T02:25:44.602Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:25:44.657Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:25:45.374Z] $ docker top 8558554d3c9b39adf7c571b92eaacae2e0bbd31d37d7db234f4227e79643c93f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:25:45.937Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:25:45.937Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:01.144Z] $ docker stop --time=1 8558554d3c9b39adf7c571b92eaacae2e0bbd31d37d7db234f4227e79643c93f [2020-10-20T02:26:02.581Z] $ docker rm -f 8558554d3c9b39adf7c571b92eaacae2e0bbd31d37d7db234f4227e79643c93f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:03.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:03.068Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:03.179Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:03.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:03.932Z] $ docker top 5df011242d74e333381f2d7ce5f7e21d4330536a4f82e31b47513c56e9475d6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:04.580Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:04.580Z] + tee [2020-10-20T02:26:04.580Z] clair timeout 1m0s [2020-10-20T02:26:04.580Z] docker timeout: 1m0s [2020-10-20T02:26:04.580Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:06.109Z] $ docker stop --time=1 5df011242d74e333381f2d7ce5f7e21d4330536a4f82e31b47513c56e9475d6b [2020-10-20T02:26:07.467Z] $ docker rm -f 5df011242d74e333381f2d7ce5f7e21d4330536a4f82e31b47513c56e9475d6b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:26:08.252Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:26:08.302Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-sys-mgmt-agent-go_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:26:08.428Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:08.845Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:08.845Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:08.955Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:09.015Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:09.701Z] $ docker top 1349081acd50e907c9cf4b5de722bf59109d30dd2419c42d1fdfbf234c23b294 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:10.354Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:10.354Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:13.085Z] $ docker stop --time=1 1349081acd50e907c9cf4b5de722bf59109d30dd2419c42d1fdfbf234c23b294 [2020-10-20T02:26:14.476Z] $ docker rm -f 1349081acd50e907c9cf4b5de722bf59109d30dd2419c42d1fdfbf234c23b294 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:15.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:15.084Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:15.204Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:15.260Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:16.083Z] $ docker top f212bd159fe6f37b201f61befe2df7ad276b37eefd3a8ea62dae3fdad9889289 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:16.668Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:16.668Z] + tee [2020-10-20T02:26:16.668Z] clair timeout 1m0s [2020-10-20T02:26:16.668Z] docker timeout: 1m0s [2020-10-20T02:26:16.668Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:17.784Z] $ docker stop --time=1 f212bd159fe6f37b201f61befe2df7ad276b37eefd3a8ea62dae3fdad9889289 [2020-10-20T02:26:19.166Z] $ docker rm -f f212bd159fe6f37b201f61befe2df7ad276b37eefd3a8ea62dae3fdad9889289 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:26:19.733Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:26:19.749Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-core-command-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:26:19.807Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:20.165Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:20.165Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:20.282Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:20.338Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:21.113Z] $ docker top 86164fc8a7e39064c60ac2513393081e6bdfa2b658032d3eff1168d552952944 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:21.710Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:21.710Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:27.550Z] $ docker stop --time=1 86164fc8a7e39064c60ac2513393081e6bdfa2b658032d3eff1168d552952944 [2020-10-20T02:26:29.031Z] $ docker rm -f 86164fc8a7e39064c60ac2513393081e6bdfa2b658032d3eff1168d552952944 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:29.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:29.555Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:29.670Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:29.734Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:30.477Z] $ docker top d735a4bc98bf0bbd12cfa2ba19133dd0189fc2f4ab81903b41da598587442e3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:31.019Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:31.019Z] + tee [2020-10-20T02:26:31.019Z] clair timeout 1m0s [2020-10-20T02:26:31.019Z] docker timeout: 1m0s [2020-10-20T02:26:31.019Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:32.093Z] $ docker stop --time=1 d735a4bc98bf0bbd12cfa2ba19133dd0189fc2f4ab81903b41da598587442e3a [2020-10-20T02:26:33.443Z] $ docker rm -f d735a4bc98bf0bbd12cfa2ba19133dd0189fc2f4ab81903b41da598587442e3a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:26:33.912Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:26:33.927Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-core-data-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:26:33.981Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:34.328Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:34.328Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:34.441Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:34.500Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:35.261Z] $ docker top fb56b8537040d2306ff8875ac258b375d1c38bdf93d0afdf6130ec79cceef1a5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:35.870Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:35.870Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:38.656Z] $ docker stop --time=1 fb56b8537040d2306ff8875ac258b375d1c38bdf93d0afdf6130ec79cceef1a5 [2020-10-20T02:26:40.033Z] $ docker rm -f fb56b8537040d2306ff8875ac258b375d1c38bdf93d0afdf6130ec79cceef1a5 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:40.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:40.876Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:40.994Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:41.058Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:41.770Z] $ docker top 061d21ce2a44239d43c5e802f42739e48f368310218592fdde090d3068c64ec2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:42.383Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:42.383Z] + tee [2020-10-20T02:26:42.383Z] clair timeout 1m0s [2020-10-20T02:26:42.383Z] docker timeout: 1m0s [2020-10-20T02:26:42.383Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:43.089Z] $ docker stop --time=1 061d21ce2a44239d43c5e802f42739e48f368310218592fdde090d3068c64ec2 [2020-10-20T02:26:44.475Z] $ docker rm -f 061d21ce2a44239d43c5e802f42739e48f368310218592fdde090d3068c64ec2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:26:45.026Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:26:45.042Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-core-metadata-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:26:45.144Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:45.511Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:45.511Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:45.625Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:45.678Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:46.465Z] $ docker top acf50d0534da99a88ad18d4b67cd67ae5690cf8aa3473fe4055a515cf3352ec9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:47.076Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:47.076Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:51.718Z] $ docker stop --time=1 acf50d0534da99a88ad18d4b67cd67ae5690cf8aa3473fe4055a515cf3352ec9 [2020-10-20T02:26:53.065Z] $ docker rm -f acf50d0534da99a88ad18d4b67cd67ae5690cf8aa3473fe4055a515cf3352ec9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:53.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:53.616Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:53.722Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:53.778Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:54.489Z] $ docker top 53610487684bb5c10d9c44603d7742a042df7ce055f891185777adf217614440 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:26:55.309Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:26:55.309Z] + tee [2020-10-20T02:26:55.309Z] clair timeout 1m0s [2020-10-20T02:26:55.309Z] docker timeout: 1m0s [2020-10-20T02:26:55.309Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:26:56.418Z] $ docker stop --time=1 53610487684bb5c10d9c44603d7742a042df7ce055f891185777adf217614440 [2020-10-20T02:26:57.774Z] $ docker rm -f 53610487684bb5c10d9c44603d7742a042df7ce055f891185777adf217614440 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:26:58.254Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:26:58.270Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:26:58.328Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:26:58.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:26:58.686Z] . [Pipeline] withDockerContainer [2020-10-20T02:26:58.795Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:26:58.854Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:26:59.538Z] $ docker top fca8f6d4d364b4ef1f5ee849da8cb740340d14de66cd17fc6f2ed7d408029a5a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:27:00.108Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:27:00.108Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:27:08.527Z] $ docker stop --time=1 fca8f6d4d364b4ef1f5ee849da8cb740340d14de66cd17fc6f2ed7d408029a5a [2020-10-20T02:27:09.964Z] $ docker rm -f fca8f6d4d364b4ef1f5ee849da8cb740340d14de66cd17fc6f2ed7d408029a5a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:27:10.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:27:10.595Z] . [Pipeline] withDockerContainer [2020-10-20T02:27:10.710Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:27:10.769Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:27:11.575Z] $ docker top 24be14cf96fbff07f867dff393341787639fe49802b401c3b9cc93ca4f49e30a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:27:12.167Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:27:12.167Z] + tee [2020-10-20T02:27:12.167Z] clair timeout 1m0s [2020-10-20T02:27:12.167Z] docker timeout: 1m0s [2020-10-20T02:27:12.167Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:27:13.703Z] $ docker stop --time=1 24be14cf96fbff07f867dff393341787639fe49802b401c3b9cc93ca4f49e30a [2020-10-20T02:27:15.077Z] $ docker rm -f 24be14cf96fbff07f867dff393341787639fe49802b401c3b9cc93ca4f49e30a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:27:15.575Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:27:15.590Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:27:15.671Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:27:16.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:27:16.064Z] . [Pipeline] withDockerContainer [2020-10-20T02:27:16.179Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:27:16.236Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:27:16.849Z] $ docker top 3edde6bce36f508c506efb83b3c8c56c8e8f02e5424c06552d11f941d74f5b35 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:27:17.448Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:27:17.449Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:27:25.866Z] $ docker stop --time=1 3edde6bce36f508c506efb83b3c8c56c8e8f02e5424c06552d11f941d74f5b35 [2020-10-20T02:27:27.724Z] $ docker rm -f 3edde6bce36f508c506efb83b3c8c56c8e8f02e5424c06552d11f941d74f5b35 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:27:28.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:27:28.243Z] . [Pipeline] withDockerContainer [2020-10-20T02:27:28.356Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:27:28.416Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:27:29.160Z] $ docker top 9535bfafffa5effc25607079c004578c613c994766fab133341a93dd1126b324 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:27:29.774Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:27:29.774Z] + tee [2020-10-20T02:27:29.774Z] clair timeout 1m0s [2020-10-20T02:27:29.774Z] docker timeout: 1m0s [2020-10-20T02:27:29.774Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:27:31.322Z] $ docker stop --time=1 9535bfafffa5effc25607079c004578c613c994766fab133341a93dd1126b324 [2020-10-20T02:27:32.713Z] $ docker rm -f 9535bfafffa5effc25607079c004578c613c994766fab133341a93dd1126b324 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:27:33.322Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:27:33.339Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:27:33.404Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:27:33.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:27:33.789Z] . [Pipeline] withDockerContainer [2020-10-20T02:27:33.896Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:27:33.952Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:27:34.766Z] $ docker top eae53f65629ff4b0cfed65974600358c753636a3559427bf1f9b9c482a8d11ba -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:27:35.556Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:27:35.556Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:27:39.050Z] $ docker stop --time=1 eae53f65629ff4b0cfed65974600358c753636a3559427bf1f9b9c482a8d11ba [2020-10-20T02:27:40.396Z] $ docker rm -f eae53f65629ff4b0cfed65974600358c753636a3559427bf1f9b9c482a8d11ba [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:27:40.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:27:40.899Z] . [Pipeline] withDockerContainer [2020-10-20T02:27:41.012Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:27:41.070Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:27:41.751Z] $ docker top fea68e620f026c1a6cdd4d8e76d399638eb4b954fa682571f2eba516430fa763 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:27:42.307Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:27:42.307Z] + tee [2020-10-20T02:27:42.307Z] clair timeout 1m0s [2020-10-20T02:27:42.307Z] docker timeout: 1m0s [2020-10-20T02:27:42.307Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:27:43.241Z] $ docker stop --time=1 fea68e620f026c1a6cdd4d8e76d399638eb4b954fa682571f2eba516430fa763 [2020-10-20T02:27:44.613Z] $ docker rm -f fea68e620f026c1a6cdd4d8e76d399638eb4b954fa682571f2eba516430fa763 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:27:45.166Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:27:45.180Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-support-logging-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:27:45.241Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:27:45.606Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:27:45.607Z] . [Pipeline] withDockerContainer [2020-10-20T02:27:45.728Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:27:45.910Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:27:46.713Z] $ docker top d8810242ed21ab454b88d471d56214e35e432168c26adc82bc99423bf40d568a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:27:47.300Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:27:47.300Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:27:52.805Z] $ docker stop --time=1 d8810242ed21ab454b88d471d56214e35e432168c26adc82bc99423bf40d568a [2020-10-20T02:27:54.176Z] $ docker rm -f d8810242ed21ab454b88d471d56214e35e432168c26adc82bc99423bf40d568a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:27:54.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:27:54.674Z] . [Pipeline] withDockerContainer [2020-10-20T02:27:54.790Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:27:54.841Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:27:55.586Z] $ docker top 5a1e077c4e20bc3cb28004e2bc296390a21b65ec11225b6994b2764dde993538 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:27:56.121Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:27:56.121Z] + tee [2020-10-20T02:27:56.121Z] clair timeout 1m0s [2020-10-20T02:27:56.121Z] docker timeout: 1m0s [2020-10-20T02:27:56.121Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:27:57.180Z] $ docker stop --time=1 5a1e077c4e20bc3cb28004e2bc296390a21b65ec11225b6994b2764dde993538 [2020-10-20T02:27:58.523Z] $ docker rm -f 5a1e077c4e20bc3cb28004e2bc296390a21b65ec11225b6994b2764dde993538 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:27:59.023Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:27:59.041Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-support-notifications-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:27:59.101Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:27:59.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:27:59.462Z] . [Pipeline] withDockerContainer [2020-10-20T02:27:59.568Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:27:59.625Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:28:00.377Z] $ docker top 3dbbddcee5ae53b7af26c2d8013fc42641763a0bdac86f0414418171bfc79233 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:28:00.967Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:28:00.967Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:28:03.715Z] $ docker stop --time=1 3dbbddcee5ae53b7af26c2d8013fc42641763a0bdac86f0414418171bfc79233 [2020-10-20T02:28:05.127Z] $ docker rm -f 3dbbddcee5ae53b7af26c2d8013fc42641763a0bdac86f0414418171bfc79233 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:28:05.673Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:28:05.673Z] . [Pipeline] withDockerContainer [2020-10-20T02:28:05.783Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:28:05.842Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:28:06.699Z] $ docker top 2585b7ca153f6c3a05ac5017bca0e15157dcc1fc41f71347762276527637e19e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:28:07.281Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:28:07.281Z] + tee [2020-10-20T02:28:07.281Z] clair timeout 1m0s [2020-10-20T02:28:07.281Z] docker timeout: 1m0s [2020-10-20T02:28:07.281Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:28:08.003Z] $ docker stop --time=1 2585b7ca153f6c3a05ac5017bca0e15157dcc1fc41f71347762276527637e19e [2020-10-20T02:28:09.363Z] $ docker rm -f 2585b7ca153f6c3a05ac5017bca0e15157dcc1fc41f71347762276527637e19e [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:28:09.837Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:28:09.853Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-support-scheduler-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:28:09.971Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:28:10.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:28:10.325Z] . [Pipeline] withDockerContainer [2020-10-20T02:28:10.433Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:28:10.485Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:28:11.133Z] $ docker top 7968cc82222e81089de6f468278f5e05a447ed8099c33a4132e5610fbad2c057 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:28:11.717Z] + + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55aabd380bacd0682e281293f744acb10e15a247tee [2020-10-20T02:28:11.717Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:28:30.081Z] $ docker stop --time=1 7968cc82222e81089de6f468278f5e05a447ed8099c33a4132e5610fbad2c057 [2020-10-20T02:28:31.493Z] $ docker rm -f 7968cc82222e81089de6f468278f5e05a447ed8099c33a4132e5610fbad2c057 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:28:32.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-10-20T02:28:32.107Z] . [Pipeline] withDockerContainer [2020-10-20T02:28:32.215Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:28:32.264Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-devops/edgex-klar:latest cat [2020-10-20T02:28:32.988Z] $ docker top 85e27c16094168ad96351651f082050cb0d9fae857cb60ff628cbf300c8b3171 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-10-20T02:28:33.559Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:55aabd380bacd0682e281293f744acb10e15a247 [2020-10-20T02:28:33.559Z] + tee [2020-10-20T02:28:33.559Z] clair timeout 1m0s [2020-10-20T02:28:33.559Z] docker timeout: 1m0s [2020-10-20T02:28:33.559Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-20T02:28:35.076Z] $ docker stop --time=1 85e27c16094168ad96351651f082050cb0d9fae857cb60ff628cbf300c8b3171 [2020-10-20T02:28:36.490Z] $ docker rm -f 85e27c16094168ad96351651f082050cb0d9fae857cb60ff628cbf300c8b3171 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-20T02:28:37.001Z] + mkdir -p /w/workspace/edgex-go/197/clair-reports [Pipeline] echo [2020-10-20T02:28:37.016Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/197/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_55aabd380bacd0682e281293f744acb10e15a247.html [Pipeline] writeFile [Pipeline] step [2020-10-20T02:28:37.080Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-10-20T02:28:37.789Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T02:28:37.850Z] provisioning config files... [2020-10-20T02:28:37.864Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/197@tmp/config5120864875042916584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:28:38.257Z] --> edgex-publish-swagger.sh [2020-10-20T02:28:38.257Z] === Publish openapi/v1 API === [2020-10-20T02:28:38.258Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-20T02:28:38.258Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-20T02:28:38.258Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:38.258Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:39.648Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8101 0:00:01 0:00:01 --:--:-- 8111 100 10521 0 0 100 10521 0 8099 0:00:01 0:00:01 --:--:-- 8111 [2020-10-20T02:28:39.648Z] [2020-10-20T02:28:39.648Z] [2020-10-20T02:28:39.648Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-20T02:28:39.648Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:39.648Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:40.596Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 29063 0:00:01 0:00:01 --:--:-- 29093 100 32556 0 0 100 32556 0 29058 0:00:01 0:00:01 --:--:-- 29067 [2020-10-20T02:28:40.596Z] [2020-10-20T02:28:40.596Z] [2020-10-20T02:28:40.596Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-20T02:28:40.596Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:40.596Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:41.805Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 73720 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 65049 0:00:01 0:00:01 --:--:-- 65066 [2020-10-20T02:28:41.805Z] [2020-10-20T02:28:41.805Z] [2020-10-20T02:28:41.805Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-20T02:28:41.805Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:41.805Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:43.019Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 12725 0:00:01 0:00:01 --:--:-- 12727 100 13580 0 0 100 13580 0 12723 0:00:01 0:00:01 --:--:-- 12715 [2020-10-20T02:28:43.019Z] [2020-10-20T02:28:43.019Z] [2020-10-20T02:28:43.019Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-20T02:28:43.019Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:43.019Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:44.005Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36572 0:00:01 0:00:01 --:--:-- 36584 100 38889 0 0 100 38889 0 36564 0:00:01 0:00:01 --:--:-- 36584 [2020-10-20T02:28:44.005Z] [2020-10-20T02:28:44.005Z] [2020-10-20T02:28:44.005Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-20T02:28:44.005Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:44.005Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:44.960Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13734 0:00:01 0:00:01 --:--:-- 13739 100 14248 0 0 100 14248 0 13731 0:00:01 0:00:01 --:--:-- 13739 [2020-10-20T02:28:44.960Z] [2020-10-20T02:28:44.960Z] [2020-10-20T02:28:44.960Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-20T02:28:44.960Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:44.960Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:46.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3442 0:00:01 0:00:01 --:--:-- 3444 100 4109 0 0 100 4109 0 3441 0:00:01 0:00:01 --:--:-- 3444 [2020-10-20T02:28:46.370Z] [2020-10-20T02:28:46.370Z] [2020-10-20T02:28:46.370Z] === Publish openapi/v2 API === [2020-10-20T02:28:46.370Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-20T02:28:46.370Z] [publishToSwagger] Publishing API Name [core-command] [2020-10-20T02:28:46.370Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:46.370Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:47.319Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 29535 0 0 100 29535 0 27018 0:00:01 0:00:01 --:--:-- 27046 100 29535 0 0 100 29535 0 27014 0:00:01 0:00:01 --:--:-- 27021 [2020-10-20T02:28:47.319Z] [2020-10-20T02:28:47.319Z] [2020-10-20T02:28:47.319Z] [publishToSwagger] Publishing API Name [core-data] [2020-10-20T02:28:47.319Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:47.319Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:48.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 65648 0 0 100 65648 0 54718 0:00:01 0:00:01 --:--:-- 54752 100 65648 0 0 100 65648 0 54709 0:00:01 0:00:01 --:--:-- 54752 [2020-10-20T02:28:48.713Z] [2020-10-20T02:28:48.713Z] [2020-10-20T02:28:48.713Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-10-20T02:28:48.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:48.713Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:50.110Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 119k 0 0 100 119k 0 99k 0:00:01 0:00:01 --:--:-- 99k 100 119k 0 0 100 119k 0 92926 0:00:01 0:00:01 --:--:-- 92914 100 119k 0 0 100 119k 0 92911 0:00:01 0:00:01 --:--:-- 92914 [2020-10-20T02:28:50.110Z] [2020-10-20T02:28:50.110Z] [2020-10-20T02:28:50.110Z] [publishToSwagger] Publishing API Name [support-logging] [2020-10-20T02:28:50.110Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:50.110Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:51.061Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23691 0 0 100 23691 0 22772 0:00:01 0:00:01 --:--:-- 22779 100 23691 0 0 100 23691 0 22767 0:00:01 0:00:01 --:--:-- 22779 [2020-10-20T02:28:51.061Z] [2020-10-20T02:28:51.061Z] [2020-10-20T02:28:51.061Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-10-20T02:28:51.061Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:51.061Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:52.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 62691 0 0 100 62691 0 55957 0:00:01 0:00:01 --:--:-- 55974 100 62691 0 0 100 62691 0 55946 0:00:01 0:00:01 --:--:-- 55974 [2020-10-20T02:28:52.009Z] [2020-10-20T02:28:52.009Z] [2020-10-20T02:28:52.009Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-10-20T02:28:52.271Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:52.271Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:53.224Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46198 0 0 100 46198 0 43294 0:00:01 0:00:01 --:--:-- 43337 100 46198 0 0 100 46198 0 43286 0:00:01 0:00:01 --:--:-- 43297 [2020-10-20T02:28:53.224Z] [2020-10-20T02:28:53.224Z] [2020-10-20T02:28:53.224Z] [publishToSwagger] Publishing API Name [system-agent] [2020-10-20T02:28:53.224Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-20T02:28:53.224Z] Dload Upload Total Spent Left Speed [2020-10-20T02:28:54.614Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23725 0 0 100 23725 0 20473 0:00:01 0:00:01 --:--:-- 20487 100 23725 0 0 100 23725 0 20470 0:00:01 0:00:01 --:--:-- 20487 [2020-10-20T02:28:54.614Z] [2020-10-20T02:28:54.614Z] [Pipeline] } [2020-10-20T02:28:54.624Z] 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 [2020-10-20T02:28:55.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:28:55.610Z] . [Pipeline] withDockerContainer [2020-10-20T02:28:55.723Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:28:55.775Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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 [2020-10-20T02:28:56.624Z] $ docker top b23c16c782545a30748c91b8e026d7be6508a6f16a5cf1a3fed41f899444704e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T02:28:56.979Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:28:56.980Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:28:57.209Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:28:57.215Z] $ docker exec b23c16c782545a30748c91b8e026d7be6508a6f16a5cf1a3fed41f899444704e ssh-agent [2020-10-20T02:28:57.400Z] SSH_AUTH_SOCK=/tmp/ssh-pxHqZSRrTVMq/agent.11 [2020-10-20T02:28:57.400Z] SSH_AGENT_PID=17 [2020-10-20T02:28:57.407Z] Running ssh-add (command line suppressed) [2020-10-20T02:28:57.545Z] Identity added: /w/workspace/edgex-go/197@tmp/private_key_2426758929303421560.key (/w/workspace/edgex-go/197@tmp/private_key_2426758929303421560.key) [2020-10-20T02:28:57.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:28:57.965Z] + git semver tag [2020-10-20T02:28:58.230Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T02:28:58.230Z] # $GIT_DIR = /w/workspace/edgex-go/197/.git [2020-10-20T02:28:58.230Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/197 [2020-10-20T02:28:58.230Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T02:28:58.230Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T02:28:58.230Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T02:28:58.230Z] # $SEMVER_BRANCH = master [2020-10-20T02:28:58.230Z] # $SEMVER_DIR = /w/workspace/edgex-go/197/.semver [2020-10-20T02:28:58.230Z] # 55aabd380bacd0682e281293f744acb10e15a247 HEAD [2020-10-20T02:28:58.493Z] # -> Force: false [2020-10-20T02:28:58.493Z] # 6a6fc8a3aeaaad57f50998b34b8742e66446cadc refs/tags/v1.2.2-dev.81 [Pipeline] } [2020-10-20T02:28:58.508Z] $ docker exec --env ******** --env ******** b23c16c782545a30748c91b8e026d7be6508a6f16a5cf1a3fed41f899444704e ssh-agent -k [2020-10-20T02:28:58.632Z] unset SSH_AUTH_SOCK; [2020-10-20T02:28:58.633Z] unset SSH_AGENT_PID; [2020-10-20T02:28:58.633Z] echo Agent pid 17 killed; [2020-10-20T02:28:58.689Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T02:28:59.199Z] + git semver [Pipeline] } [2020-10-20T02:28:59.227Z] $ docker stop --time=1 b23c16c782545a30748c91b8e026d7be6508a6f16a5cf1a3fed41f899444704e [2020-10-20T02:29:00.587Z] $ docker rm -f b23c16c782545a30748c91b8e026d7be6508a6f16a5cf1a3fed41f899444704e [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:29:01.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T02:29:01.317Z] [2020-10-20T02:29:01.317Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:29:01.761Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T02:29:01.761Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-20T02:29:01.761Z] ab5ef0e58194: Pulling fs layer [2020-10-20T02:29:01.761Z] 9712f1f96733: Pulling fs layer [2020-10-20T02:29:01.761Z] 63f879dbbcfc: Pulling fs layer [2020-10-20T02:29:01.761Z] 0d9ebad4ef96: Pulling fs layer [2020-10-20T02:29:01.761Z] e9a5061849ea: Pulling fs layer [2020-10-20T02:29:01.761Z] d747dcd14b5f: Pulling fs layer [2020-10-20T02:29:01.761Z] 2de7ff778b66: Pulling fs layer [2020-10-20T02:29:01.761Z] 0d9ebad4ef96: Waiting [2020-10-20T02:29:01.761Z] d747dcd14b5f: Waiting [2020-10-20T02:29:01.761Z] e9a5061849ea: Waiting [2020-10-20T02:29:01.761Z] 2de7ff778b66: Waiting [2020-10-20T02:29:01.761Z] 9712f1f96733: Download complete [2020-10-20T02:29:16.798Z] 63f879dbbcfc: Verifying Checksum [2020-10-20T02:29:16.798Z] 63f879dbbcfc: Download complete [2020-10-20T02:29:17.749Z] 0d9ebad4ef96: Verifying Checksum [2020-10-20T02:29:17.749Z] 0d9ebad4ef96: Download complete [2020-10-20T02:29:17.749Z] d747dcd14b5f: Verifying Checksum [2020-10-20T02:29:17.749Z] d747dcd14b5f: Download complete [2020-10-20T02:29:18.698Z] e9a5061849ea: Verifying Checksum [2020-10-20T02:29:18.698Z] e9a5061849ea: Download complete [2020-10-20T02:29:22.927Z] 2de7ff778b66: Verifying Checksum [2020-10-20T02:29:22.927Z] 2de7ff778b66: Download complete [2020-10-20T02:29:22.927Z] ab5ef0e58194: Verifying Checksum [2020-10-20T02:29:22.927Z] ab5ef0e58194: Download complete [2020-10-20T02:29:27.177Z] ab5ef0e58194: Pull complete [2020-10-20T02:29:27.441Z] 9712f1f96733: Pull complete [2020-10-20T02:29:31.708Z] 63f879dbbcfc: Pull complete [2020-10-20T02:29:37.050Z] 0d9ebad4ef96: Pull complete [2020-10-20T02:29:37.320Z] e9a5061849ea: Pull complete [2020-10-20T02:29:37.320Z] d747dcd14b5f: Pull complete [2020-10-20T02:29:41.560Z] 2de7ff778b66: Pull complete [2020-10-20T02:29:41.560Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-20T02:29:41.560Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-20T02:29:41.560Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-20T02:29:41.823Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:29:41.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-20T02:29:45.762Z] $ docker top 7db160631944970ad5c41f45db23e395a110783ceb72f413d375b3c4037bc648 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-20T02:29:46.031Z] provisioning config files... [2020-10-20T02:29:46.042Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/197@tmp/config7747181680067276779tmp [2020-10-20T02:29:46.065Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/197@tmp/config9065835531949008645tmp [2020-10-20T02:29:46.083Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/197@tmp/config2298875107364926906tmp [Pipeline] { [Pipeline] echo [2020-10-20T02:29:46.177Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:29:46.479Z] ---> sigul-configuration.sh [2020-10-20T02:29:46.479Z] gpg: directory `/root/.gnupg' created [2020-10-20T02:29:46.479Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-20T02:29:46.479Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-20T02:29:46.479Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-20T02:29:46.479Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-20T02:29:46.479Z] gpg: CAST5 encrypted data [2020-10-20T02:29:46.742Z] gpg: encrypted with 1 passphrase [2020-10-20T02:29:46.742Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-20T02:29:47.050Z] + mkdir /home/jenkins [2020-10-20T02:29:47.050Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-20T02:29:47.361Z] + 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 [2020-10-20T02:29:47.375Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:29:47.677Z] ---> sigul-install.sh [2020-10-20T02:29:54.291Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-20T02:29:54.597Z] + git tag --list [2020-10-20T02:29:54.597Z] 0.6.0 [2020-10-20T02:29:54.597Z] 0.6.1 [2020-10-20T02:29:54.597Z] 0.7.0 [2020-10-20T02:29:54.597Z] 0.7.1 [2020-10-20T02:29:54.597Z] v1.0.0 [2020-10-20T02:29:54.597Z] v1.0.1 [2020-10-20T02:29:54.597Z] v1.1.0 [2020-10-20T02:29:54.597Z] v1.2.0 [2020-10-20T02:29:54.597Z] v1.2.1 [2020-10-20T02:29:54.597Z] v1.2.2-dev.1 [2020-10-20T02:29:54.597Z] v1.2.2-dev.10 [2020-10-20T02:29:54.597Z] v1.2.2-dev.11 [2020-10-20T02:29:54.597Z] v1.2.2-dev.12 [2020-10-20T02:29:54.597Z] v1.2.2-dev.13 [2020-10-20T02:29:54.597Z] v1.2.2-dev.14 [2020-10-20T02:29:54.597Z] v1.2.2-dev.15 [2020-10-20T02:29:54.597Z] v1.2.2-dev.16 [2020-10-20T02:29:54.597Z] v1.2.2-dev.17 [2020-10-20T02:29:54.597Z] v1.2.2-dev.18 [2020-10-20T02:29:54.597Z] v1.2.2-dev.19 [2020-10-20T02:29:54.597Z] v1.2.2-dev.2 [2020-10-20T02:29:54.597Z] v1.2.2-dev.20 [2020-10-20T02:29:54.597Z] v1.2.2-dev.21 [2020-10-20T02:29:54.597Z] v1.2.2-dev.22 [2020-10-20T02:29:54.597Z] v1.2.2-dev.23 [2020-10-20T02:29:54.597Z] v1.2.2-dev.24 [2020-10-20T02:29:54.597Z] v1.2.2-dev.25 [2020-10-20T02:29:54.597Z] v1.2.2-dev.26 [2020-10-20T02:29:54.597Z] v1.2.2-dev.27 [2020-10-20T02:29:54.597Z] v1.2.2-dev.28 [2020-10-20T02:29:54.597Z] v1.2.2-dev.29 [2020-10-20T02:29:54.597Z] v1.2.2-dev.3 [2020-10-20T02:29:54.597Z] v1.2.2-dev.30 [2020-10-20T02:29:54.597Z] v1.2.2-dev.31 [2020-10-20T02:29:54.597Z] v1.2.2-dev.32 [2020-10-20T02:29:54.597Z] v1.2.2-dev.33 [2020-10-20T02:29:54.597Z] v1.2.2-dev.34 [2020-10-20T02:29:54.597Z] v1.2.2-dev.35 [2020-10-20T02:29:54.597Z] v1.2.2-dev.36 [2020-10-20T02:29:54.597Z] v1.2.2-dev.37 [2020-10-20T02:29:54.597Z] v1.2.2-dev.38 [2020-10-20T02:29:54.597Z] v1.2.2-dev.39 [2020-10-20T02:29:54.597Z] v1.2.2-dev.4 [2020-10-20T02:29:54.597Z] v1.2.2-dev.40 [2020-10-20T02:29:54.597Z] v1.2.2-dev.41 [2020-10-20T02:29:54.597Z] v1.2.2-dev.42 [2020-10-20T02:29:54.597Z] v1.2.2-dev.43 [2020-10-20T02:29:54.597Z] v1.2.2-dev.44 [2020-10-20T02:29:54.597Z] v1.2.2-dev.45 [2020-10-20T02:29:54.597Z] v1.2.2-dev.46 [2020-10-20T02:29:54.597Z] v1.2.2-dev.47 [2020-10-20T02:29:54.597Z] v1.2.2-dev.48 [2020-10-20T02:29:54.597Z] v1.2.2-dev.49 [2020-10-20T02:29:54.597Z] v1.2.2-dev.5 [2020-10-20T02:29:54.597Z] v1.2.2-dev.50 [2020-10-20T02:29:54.597Z] v1.2.2-dev.51 [2020-10-20T02:29:54.597Z] v1.2.2-dev.52 [2020-10-20T02:29:54.597Z] v1.2.2-dev.53 [2020-10-20T02:29:54.597Z] v1.2.2-dev.54 [2020-10-20T02:29:54.597Z] v1.2.2-dev.55 [2020-10-20T02:29:54.597Z] v1.2.2-dev.56 [2020-10-20T02:29:54.597Z] v1.2.2-dev.57 [2020-10-20T02:29:54.597Z] v1.2.2-dev.58 [2020-10-20T02:29:54.597Z] v1.2.2-dev.59 [2020-10-20T02:29:54.597Z] v1.2.2-dev.6 [2020-10-20T02:29:54.597Z] v1.2.2-dev.60 [2020-10-20T02:29:54.597Z] v1.2.2-dev.61 [2020-10-20T02:29:54.597Z] v1.2.2-dev.62 [2020-10-20T02:29:54.597Z] v1.2.2-dev.63 [2020-10-20T02:29:54.597Z] v1.2.2-dev.64 [2020-10-20T02:29:54.597Z] v1.2.2-dev.65 [2020-10-20T02:29:54.597Z] v1.2.2-dev.66 [2020-10-20T02:29:54.597Z] v1.2.2-dev.67 [2020-10-20T02:29:54.597Z] v1.2.2-dev.68 [2020-10-20T02:29:54.597Z] v1.2.2-dev.69 [2020-10-20T02:29:54.597Z] v1.2.2-dev.7 [2020-10-20T02:29:54.597Z] v1.2.2-dev.70 [2020-10-20T02:29:54.597Z] v1.2.2-dev.71 [2020-10-20T02:29:54.597Z] v1.2.2-dev.72 [2020-10-20T02:29:54.597Z] v1.2.2-dev.73 [2020-10-20T02:29:54.597Z] v1.2.2-dev.74 [2020-10-20T02:29:54.597Z] v1.2.2-dev.75 [2020-10-20T02:29:54.597Z] v1.2.2-dev.76 [2020-10-20T02:29:54.597Z] v1.2.2-dev.77 [2020-10-20T02:29:54.597Z] v1.2.2-dev.78 [2020-10-20T02:29:54.597Z] v1.2.2-dev.79 [2020-10-20T02:29:54.597Z] v1.2.2-dev.8 [2020-10-20T02:29:54.597Z] v1.2.2-dev.80 [2020-10-20T02:29:54.597Z] v1.2.2-dev.81 [2020-10-20T02:29:54.597Z] v1.2.2-dev.9 [Pipeline] sh [2020-10-20T02:29:54.910Z] + lftools sign git-tag v1.2.2-dev.81 [2020-10-20T02:29:56.306Z] Signing Git tag with Sigul... [2020-10-20T02:29:56.306Z] Signing v1.2.2-dev.81 [Pipeline] echo [2020-10-20T02:29:57.269Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:29:57.569Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-20T02:29:57.579Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-20T02:29:57.684Z] $ docker stop --time=1 7db160631944970ad5c41f45db23e395a110783ceb72f413d375b3c4037bc648 [2020-10-20T02:30:00.006Z] $ docker rm -f 7db160631944970ad5c41f45db23e395a110783ceb72f413d375b3c4037bc648 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:30:01.292Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:30:01.292Z] . [Pipeline] withDockerContainer [2020-10-20T02:30:01.452Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:30:01.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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 [2020-10-20T02:30:02.680Z] $ docker top 2ae7c7d2658131a0d8f7969f26954fcdb76892f25d6b6f6e90200d1ad245074e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T02:30:03.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:30:03.064Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:30:03.299Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:30:03.304Z] $ docker exec 2ae7c7d2658131a0d8f7969f26954fcdb76892f25d6b6f6e90200d1ad245074e ssh-agent [2020-10-20T02:30:03.492Z] SSH_AUTH_SOCK=/tmp/ssh-grjqj3cgIEsu/agent.12 [2020-10-20T02:30:03.492Z] SSH_AGENT_PID=18 [2020-10-20T02:30:03.500Z] Running ssh-add (command line suppressed) [2020-10-20T02:30:03.640Z] Identity added: /w/workspace/edgex-go/197@tmp/private_key_6756515516770157689.key (/w/workspace/edgex-go/197@tmp/private_key_6756515516770157689.key) [2020-10-20T02:30:03.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:30:04.056Z] + git semver bump pre [2020-10-20T02:30:04.057Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T02:30:04.057Z] # $GIT_DIR = /w/workspace/edgex-go/197/.git [2020-10-20T02:30:04.057Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/197 [2020-10-20T02:30:04.057Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T02:30:04.057Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T02:30:04.057Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T02:30:04.057Z] # $SEMVER_BRANCH = master [2020-10-20T02:30:04.057Z] # $SEMVER_DIR = /w/workspace/edgex-go/197/.semver [2020-10-20T02:30:04.057Z] 1.2.2-dev.82 [Pipeline] } [2020-10-20T02:30:04.074Z] $ docker exec --env ******** --env ******** 2ae7c7d2658131a0d8f7969f26954fcdb76892f25d6b6f6e90200d1ad245074e ssh-agent -k [2020-10-20T02:30:04.206Z] unset SSH_AUTH_SOCK; [2020-10-20T02:30:04.206Z] unset SSH_AGENT_PID; [2020-10-20T02:30:04.206Z] echo Agent pid 18 killed; [2020-10-20T02:30:04.259Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T02:30:04.761Z] + git semver [Pipeline] } [2020-10-20T02:30:04.783Z] $ docker stop --time=1 2ae7c7d2658131a0d8f7969f26954fcdb76892f25d6b6f6e90200d1ad245074e [2020-10-20T02:30:06.153Z] $ docker rm -f 2ae7c7d2658131a0d8f7969f26954fcdb76892f25d6b6f6e90200d1ad245074e [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:30:07.520Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-20T02:30:07.520Z] . [Pipeline] withDockerContainer [2020-10-20T02:30:07.624Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:30:07.667Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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 [2020-10-20T02:30:08.320Z] $ docker top 0699aea5501ccae8e5e68f8fc9d2fb53a1fa0083c6bb51bb181dd3b0db2457c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-20T02:30:08.622Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-20T02:30:08.622Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-20T02:30:08.821Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-20T02:30:08.826Z] $ docker exec 0699aea5501ccae8e5e68f8fc9d2fb53a1fa0083c6bb51bb181dd3b0db2457c2 ssh-agent [2020-10-20T02:30:09.011Z] SSH_AUTH_SOCK=/tmp/ssh-G69A54XiL4tm/agent.12 [2020-10-20T02:30:09.011Z] SSH_AGENT_PID=17 [2020-10-20T02:30:09.018Z] Running ssh-add (command line suppressed) [2020-10-20T02:30:09.154Z] Identity added: /w/workspace/edgex-go/197@tmp/private_key_4342736020055835088.key (/w/workspace/edgex-go/197@tmp/private_key_4342736020055835088.key) [2020-10-20T02:30:09.208Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-20T02:30:09.784Z] + git semver push [2020-10-20T02:30:09.784Z] # -> Open(): unable to determine branch for HEAD [2020-10-20T02:30:09.784Z] # $GIT_DIR = /w/workspace/edgex-go/197/.git [2020-10-20T02:30:09.784Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/197 [2020-10-20T02:30:09.784Z] # $SEMVER_REMOTE_NAME = origin [2020-10-20T02:30:09.784Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-20T02:30:09.784Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-20T02:30:09.784Z] # $SEMVER_BRANCH = master [2020-10-20T02:30:09.784Z] # $SEMVER_DIR = /w/workspace/edgex-go/197/.semver [Pipeline] } [2020-10-20T02:30:19.810Z] $ docker exec --env ******** --env ******** 0699aea5501ccae8e5e68f8fc9d2fb53a1fa0083c6bb51bb181dd3b0db2457c2 ssh-agent -k [2020-10-20T02:30:19.988Z] unset SSH_AUTH_SOCK; [2020-10-20T02:30:19.989Z] unset SSH_AGENT_PID; [2020-10-20T02:30:19.989Z] echo Agent pid 17 killed; [2020-10-20T02:30:20.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-20T02:30:20.615Z] + git semver [Pipeline] } [2020-10-20T02:30:20.649Z] $ docker stop --time=1 0699aea5501ccae8e5e68f8fc9d2fb53a1fa0083c6bb51bb181dd3b0db2457c2 [2020-10-20T02:30:22.001Z] $ docker rm -f 0699aea5501ccae8e5e68f8fc9d2fb53a1fa0083c6bb51bb181dd3b0db2457c2 [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 [2020-10-20T02:30:23.210Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:30:24.098Z] ---> package-listing.sh [2020-10-20T02:30:24.098Z] ++ facter osfamily [2020-10-20T02:30:24.098Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-20T02:30:24.098Z] + OS_FAMILY=redhat [2020-10-20T02:30:24.098Z] + workspace=/w/workspace/edgex-go/197 [2020-10-20T02:30:24.098Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-20T02:30:24.098Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-20T02:30:24.098Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-20T02:30:24.098Z] + PACKAGES=/tmp/packages_start.txt [2020-10-20T02:30:24.098Z] + '[' /w/workspace/edgex-go/197 ']' [2020-10-20T02:30:24.098Z] + PACKAGES=/tmp/packages_end.txt [2020-10-20T02:30:24.098Z] + case "${OS_FAMILY}" in [2020-10-20T02:30:24.098Z] + rpm -qa [2020-10-20T02:30:24.098Z] + sort [2020-10-20T02:30:28.332Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-20T02:30:28.332Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-20T02:30:28.332Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-20T02:30:28.332Z] + '[' /w/workspace/edgex-go/197 ']' [2020-10-20T02:30:28.332Z] + mkdir -p /w/workspace/edgex-go/197/archives/ [2020-10-20T02:30:28.332Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/197/archives/ [Pipeline] echo [2020-10-20T02:30:28.347Z] 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/197/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-20T02:30:28.642Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:30:28.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T02:30:28.954Z] [2020-10-20T02:30:28.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-20T02:30:29.302Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T02:30:29.302Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-20T02:30:29.302Z] df20fa9351a1: Already exists [2020-10-20T02:30:29.302Z] 36b3adc4ff6f: Pulling fs layer [2020-10-20T02:30:29.302Z] 8ad3a11d3b57: Pulling fs layer [2020-10-20T02:30:29.302Z] 46f8f816bc3b: Pulling fs layer [2020-10-20T02:30:29.302Z] 93b61091891f: Pulling fs layer [2020-10-20T02:30:29.302Z] 93b9cdb0e59b: Pulling fs layer [2020-10-20T02:30:29.302Z] 5e14af77c1be: Pulling fs layer [2020-10-20T02:30:29.302Z] 01666e4c0597: Pulling fs layer [2020-10-20T02:30:29.302Z] aa168da1d23b: Pulling fs layer [2020-10-20T02:30:29.302Z] 93b9cdb0e59b: Waiting [2020-10-20T02:30:29.302Z] 5e14af77c1be: Waiting [2020-10-20T02:30:29.302Z] 01666e4c0597: Waiting [2020-10-20T02:30:29.302Z] aa168da1d23b: Waiting [2020-10-20T02:30:29.302Z] 93b61091891f: Waiting [2020-10-20T02:30:29.302Z] 46f8f816bc3b: Verifying Checksum [2020-10-20T02:30:29.302Z] 46f8f816bc3b: Download complete [2020-10-20T02:30:29.302Z] 36b3adc4ff6f: Verifying Checksum [2020-10-20T02:30:29.302Z] 36b3adc4ff6f: Download complete [2020-10-20T02:30:29.302Z] 93b9cdb0e59b: Verifying Checksum [2020-10-20T02:30:29.302Z] 93b9cdb0e59b: Download complete [2020-10-20T02:30:29.566Z] 5e14af77c1be: Verifying Checksum [2020-10-20T02:30:29.566Z] 5e14af77c1be: Download complete [2020-10-20T02:30:29.566Z] 01666e4c0597: Verifying Checksum [2020-10-20T02:30:29.566Z] 01666e4c0597: Download complete [2020-10-20T02:30:29.566Z] 93b61091891f: Verifying Checksum [2020-10-20T02:30:29.566Z] 93b61091891f: Download complete [2020-10-20T02:30:29.566Z] 36b3adc4ff6f: Pull complete [2020-10-20T02:30:30.960Z] 8ad3a11d3b57: Verifying Checksum [2020-10-20T02:30:30.960Z] 8ad3a11d3b57: Download complete [2020-10-20T02:30:31.570Z] 8ad3a11d3b57: Pull complete [2020-10-20T02:30:31.834Z] 46f8f816bc3b: Pull complete [2020-10-20T02:30:33.226Z] 93b61091891f: Pull complete [2020-10-20T02:30:33.488Z] 93b9cdb0e59b: Pull complete [2020-10-20T02:30:33.488Z] 5e14af77c1be: Pull complete [2020-10-20T02:30:33.751Z] 01666e4c0597: Pull complete [2020-10-20T02:30:37.979Z] aa168da1d23b: Verifying Checksum [2020-10-20T02:30:37.979Z] aa168da1d23b: Download complete [2020-10-20T02:30:46.168Z] aa168da1d23b: Pull complete [2020-10-20T02:30:46.168Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-20T02:30:46.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-20T02:30:46.168Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-20T02:30:46.329Z] prd-centos7-docker-4c-2g-6823 does not seem to be running inside a container [2020-10-20T02:30:46.382Z] $ 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/197/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/197 -v /w/workspace/edgex-go/197:/w/workspace/edgex-go/197:rw,z -v /w/workspace/edgex-go/197@tmp:/w/workspace/edgex-go/197@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:10003/edgex-lftools-log-publisher:alpine cat [2020-10-20T02:30:50.595Z] $ docker top c57de12dfbdcfcd8170878f7a16832ef4ae5f0557ce8bf6732d81f377b137565 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-20T02:30:51.259Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-20T02:30:51.564Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-20T02:30:51.872Z] + ls /var/log/sa-host [2020-10-20T02:30:51.873Z] + sadf -c /var/log/sa-host/sa05 [2020-10-20T02:30:51.873Z] file_magic: OK [2020-10-20T02:30:51.873Z] HZ: Using current value: 100 [2020-10-20T02:30:51.873Z] file_header: OK [2020-10-20T02:30:51.873Z] 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 [2020-10-20T02:30:51.873Z] Statistics: [2020-10-20T02:30:51.873Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T02:30:51.873Z] File successfully converted to sysstat format version 12.2.1 [2020-10-20T02:30:51.873Z] + sadf -c /var/log/sa-host/sa20 [2020-10-20T02:30:51.873Z] file_magic: OK [2020-10-20T02:30:51.873Z] HZ: Using current value: 100 [2020-10-20T02:30:51.873Z] file_header: OK [2020-10-20T02:30:51.873Z] 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 [2020-10-20T02:30:51.873Z] Statistics: [2020-10-20T02:30:51.873Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-20T02:30:51.873Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-20T02:30:52.570Z] provisioning config files... [2020-10-20T02:30:52.589Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/197@tmp/config8719563656291567489tmp [Pipeline] { [Pipeline] echo [2020-10-20T02:30:52.677Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:30:52.988Z] ---> create-netrc.sh [Pipeline] } [2020-10-20T02:30:52.999Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-20T02:30:53.099Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:30:53.401Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-20T02:30:53.414Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:30:53.753Z] ---> sudo-logs.sh [2020-10-20T02:30:53.753Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-20T02:30:53.807Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:30:54.174Z] ---> job-cost.sh [2020-10-20T02:30:54.174Z] lf-activate-venv: SKIPPING [2020-10-20T02:30:54.174Z] INFO: No Stack... [2020-10-20T02:30:56.098Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-20T02:30:56.361Z] INFO: Archiving Costs [Pipeline] echo [2020-10-20T02:30:56.376Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-20T02:30:56.680Z] ---> logs-deploy.sh [2020-10-20T02:30:56.681Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/197 [2020-10-20T02:30:56.681Z] INFO: archiving workspace using pattern(s): [2020-10-20T02:30:58.607Z] Archives upload complete. [2020-10-20T02:30:58.607Z] INFO: archiving logs to Nexus [2020-10-20T02:30:59.557Z] ---> uname -a: [2020-10-20T02:30:59.557Z] Linux prd-centos7-docker-4c-2g-6823.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-20T02:30:59.557Z] [2020-10-20T02:30:59.557Z] [2020-10-20T02:30:59.557Z] ---> lscpu: [2020-10-20T02:30:59.557Z] Architecture: x86_64 [2020-10-20T02:30:59.557Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-20T02:30:59.557Z] Byte Order: Little Endian [2020-10-20T02:30:59.557Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-20T02:30:59.557Z] CPU(s): 4 [2020-10-20T02:30:59.557Z] On-line CPU(s) list: 0-3 [2020-10-20T02:30:59.557Z] Thread(s) per core: 1 [2020-10-20T02:30:59.557Z] Core(s) per socket: 1 [2020-10-20T02:30:59.557Z] Socket(s): 4 [2020-10-20T02:30:59.557Z] NUMA node(s): 1 [2020-10-20T02:30:59.557Z] Vendor ID: GenuineIntel [2020-10-20T02:30:59.557Z] CPU family: 6 [2020-10-20T02:30:59.557Z] Model: 44 [2020-10-20T02:30:59.557Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-20T02:30:59.557Z] Stepping: 1 [2020-10-20T02:30:59.557Z] CPU MHz: 2933.436 [2020-10-20T02:30:59.557Z] BogoMIPS: 5866.87 [2020-10-20T02:30:59.557Z] Virtualization: VT-x [2020-10-20T02:30:59.557Z] Hypervisor vendor: KVM [2020-10-20T02:30:59.557Z] Virtualization type: full [2020-10-20T02:30:59.557Z] L1d cache: 128 KiB [2020-10-20T02:30:59.557Z] L1i cache: 128 KiB [2020-10-20T02:30:59.557Z] L2 cache: 16 MiB [2020-10-20T02:30:59.557Z] L3 cache: 64 MiB [2020-10-20T02:30:59.557Z] NUMA node0 CPU(s): 0-3 [2020-10-20T02:30:59.557Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-20T02:30:59.557Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-20T02:30:59.557Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-20T02:30:59.557Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-20T02:30:59.557Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-20T02:30:59.557Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-20T02:30:59.558Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-20T02:30:59.558Z] Vulnerability Tsx async abort: Not affected [2020-10-20T02:30:59.558Z] 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 [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] ---> nproc: [2020-10-20T02:30:59.558Z] 4 [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] ---> df -h: [2020-10-20T02:30:59.558Z] Filesystem Size Used Available Use% Mounted on [2020-10-20T02:30:59.558Z] overlay 50.0G 12.8G 37.2G 26% / [2020-10-20T02:30:59.558Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-20T02:30:59.558Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-20T02:30:59.558Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /facter-os [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/resolv.conf [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hostname [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hosts [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /run/cloud-init/result.json [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/sa-host [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/secure [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/auth.log [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/197 [2020-10-20T02:30:59.558Z] /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/197@tmp [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] ---> free -m: [2020-10-20T02:30:59.558Z] total used free shared buff/cache available [2020-10-20T02:30:59.558Z] Mem: 1837 754 149 0 933 1026 [2020-10-20T02:30:59.558Z] Swap: 1023 50 973 [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] ---> ip addr: [2020-10-20T02:30:59.558Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-20T02:30:59.558Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-20T02:30:59.558Z] inet 127.0.0.1/8 scope host lo [2020-10-20T02:30:59.558Z] valid_lft forever preferred_lft forever [2020-10-20T02:30:59.558Z] inet6 ::1/128 scope host [2020-10-20T02:30:59.558Z] valid_lft forever preferred_lft forever [2020-10-20T02:30:59.558Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-20T02:30:59.558Z] link/ether fa:16:3e:3d:ab:68 brd ff:ff:ff:ff:ff:ff [2020-10-20T02:30:59.558Z] inet 10.30.123.167/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-20T02:30:59.558Z] valid_lft 84856sec preferred_lft 84856sec [2020-10-20T02:30:59.558Z] inet6 fe80::f816:3eff:fe3d:ab68/64 scope link [2020-10-20T02:30:59.558Z] valid_lft forever preferred_lft forever [2020-10-20T02:30:59.558Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-20T02:30:59.558Z] link/ether 02:42:08:a7:0a:6f brd ff:ff:ff:ff:ff:ff [2020-10-20T02:30:59.558Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-20T02:30:59.558Z] valid_lft forever preferred_lft forever [2020-10-20T02:30:59.558Z] inet6 fe80::42:8ff:fea7:a6f/64 scope link [2020-10-20T02:30:59.558Z] valid_lft forever preferred_lft forever [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] ---> sar -b -r -n DEV: [2020-10-20T02:30:59.558Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] 02:04:53 LINUX RESTART (4 CPU) [2020-10-20T02:30:59.558Z] [2020-10-20T02:30:59.558Z] 02:06:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-20T02:30:59.558Z] 02:07:01 176.78 85.01 91.77 0.00 9833.60 38989.51 0.00 [2020-10-20T02:30:59.558Z] 02:08:01 214.92 54.20 160.72 0.00 3805.29 40946.00 0.00 [2020-10-20T02:30:59.558Z] 02:09:03 1560.68 1263.64 297.03 0.00 96555.04 157102.82 0.00 [2020-10-20T02:30:59.558Z] 02:10:03 1502.71 1222.16 280.55 0.00 88116.57 98127.21 0.00 [2020-10-20T02:30:59.558Z] 02:11:02 1628.01 1271.40 356.61 0.00 68786.89 95845.03 0.00 [2020-10-20T02:30:59.558Z] 02:12:01 2046.05 1711.43 334.63 0.00 87461.96 100999.23 0.00 [2020-10-20T02:30:59.558Z] 02:13:02 182.83 48.39 134.43 0.00 7917.19 16525.74 0.00 [2020-10-20T02:30:59.558Z] 02:14:01 90.50 79.41 11.09 0.00 4684.73 226.46 0.00 [2020-10-20T02:30:59.558Z] 02:15:01 0.48 0.00 0.48 0.00 0.00 7.66 0.00 [2020-10-20T02:30:59.558Z] 02:16:01 0.92 0.62 0.30 0.00 104.18 3.73 0.00 [2020-10-20T02:30:59.558Z] 02:17:01 0.23 0.03 0.20 0.00 0.27 1.65 0.00 [2020-10-20T02:30:59.558Z] 02:18:01 0.37 0.12 0.25 0.00 1.20 3.65 0.00 [2020-10-20T02:30:59.558Z] 02:19:01 0.28 0.05 0.23 0.00 0.40 3.28 0.00 [2020-10-20T02:30:59.558Z] 02:20:01 0.85 0.15 0.70 0.00 20.24 8.92 0.00 [2020-10-20T02:30:59.558Z] 02:21:01 1.91 1.23 0.68 0.00 28.90 14.15 0.00 [2020-10-20T02:30:59.558Z] 02:22:01 1.80 0.33 1.46 0.00 8.39 24.40 0.00 [2020-10-20T02:30:59.559Z] 02:23:01 117.44 20.36 97.09 0.00 1171.37 27672.52 0.00 [2020-10-20T02:30:59.559Z] 02:24:01 128.48 70.49 57.99 0.00 4278.70 7220.46 0.00 [2020-10-20T02:30:59.559Z] 02:25:01 23.17 0.55 22.62 0.00 9.19 408.51 0.00 [2020-10-20T02:30:59.559Z] 02:26:01 23.19 0.20 22.99 0.00 4.26 413.30 0.00 [2020-10-20T02:30:59.559Z] 02:27:01 31.12 0.55 30.57 0.00 14.11 519.89 0.00 [2020-10-20T02:30:59.559Z] 02:28:02 25.85 0.38 25.47 0.00 10.39 446.65 0.00 [2020-10-20T02:30:59.559Z] 02:29:01 25.00 9.22 15.77 0.00 1480.59 269.08 0.00 [2020-10-20T02:30:59.559Z] 02:30:01 198.59 64.60 133.99 0.00 4048.34 32891.29 0.00 [2020-10-20T02:30:59.559Z] Average: 332.51 245.94 86.57 0.00 15803.61 25888.81 0.00 [2020-10-20T02:30:59.559Z] [2020-10-20T02:30:59.559Z] 02:06:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-20T02:30:59.559Z] 02:07:01 76404 0 678660 36.07 2596 1123896 1548556 52.85 648704 946824 103444 [2020-10-20T02:30:59.559Z] 02:08:01 81540 0 702548 37.34 1492 1095976 1537192 52.46 664736 904452 99364 [2020-10-20T02:30:59.559Z] 02:09:03 77536 0 763988 40.60 0 1040032 2134428 72.84 615748 1002908 58392 [2020-10-20T02:30:59.559Z] 02:10:03 205568 0 732052 38.91 0 943936 2120268 72.36 656288 810736 3200 [2020-10-20T02:30:59.559Z] 02:11:02 79964 0 816864 43.41 0 984728 1976756 67.46 819156 773664 4488 [2020-10-20T02:30:59.559Z] 02:12:01 257228 0 732572 38.93 0 891756 2013840 68.73 661740 754832 1688 [2020-10-20T02:30:59.559Z] 02:13:02 475800 0 623988 33.16 0 781768 1391912 47.50 615064 595632 36 [2020-10-20T02:30:59.559Z] 02:14:01 369520 0 593812 31.56 0 918224 1190536 40.63 611828 705260 20 [2020-10-20T02:30:59.559Z] 02:15:01 373596 0 589728 31.34 0 918232 1158632 39.54 608700 705096 20 [2020-10-20T02:30:59.559Z] 02:16:01 368076 0 592132 31.47 0 921348 1154592 39.40 614136 705440 8 [2020-10-20T02:30:59.559Z] 02:17:01 368384 0 591816 31.45 0 921356 1154520 39.40 613752 705444 16 [2020-10-20T02:30:59.559Z] 02:18:01 368540 0 591644 31.44 0 921372 1154584 39.40 613804 705472 20 [2020-10-20T02:30:59.559Z] 02:19:01 367612 0 592564 31.49 0 921380 1154752 39.41 614720 705496 16 [2020-10-20T02:30:59.559Z] 02:20:01 366192 0 593432 31.54 0 921932 1156384 39.47 615448 705996 8 [2020-10-20T02:30:59.559Z] 02:21:01 366904 0 592476 31.49 0 922176 1154656 39.41 614028 706236 20 [2020-10-20T02:30:59.559Z] 02:22:01 330156 0 623344 33.13 0 928056 1360924 46.45 643788 711220 5704 [2020-10-20T02:30:59.559Z] 02:23:01 172840 0 616248 32.75 0 1092468 1156228 39.46 559568 932120 89860 [2020-10-20T02:30:59.559Z] 02:24:01 205964 0 633904 33.69 0 1041688 1372620 46.85 686768 766628 48 [2020-10-20T02:30:59.559Z] 02:25:01 186256 0 653444 34.73 0 1041856 1465512 50.02 709888 763940 52 [2020-10-20T02:30:59.559Z] 02:26:01 188144 0 651464 34.62 0 1041948 1453304 49.60 709912 762444 40 [2020-10-20T02:30:59.559Z] 02:27:01 212388 0 626904 33.32 0 1042264 1368000 46.69 688012 759804 40 [2020-10-20T02:30:59.559Z] 02:28:02 209496 0 629656 33.46 0 1042404 1362888 46.51 694448 755500 44 [2020-10-20T02:30:59.559Z] 02:29:01 139588 0 656692 34.90 0 1085276 1346904 45.97 723992 784352 52 [2020-10-20T02:30:59.559Z] 02:30:01 259380 0 698868 37.14 0 923308 1149956 39.25 555320 760256 12 [2020-10-20T02:30:59.559Z] Average: 254462 0 649117 34.50 170 977808 1418248 48.40 648314 767906 15275 [2020-10-20T02:30:59.559Z] [2020-10-20T02:30:59.559Z] 02:06:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-20T02:30:59.559Z] 02:07:01 eth0 1034.21 1157.93 5892.71 131.81 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:07:01 docker0 822.81 620.20 68.07 2647.04 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:08:01 eth0 458.86 334.95 3591.99 36.49 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:08:01 docker0 134.69 162.35 9.40 829.36 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:09:03 veth6f0ef3c 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:09:03 eth0 84.22 65.90 179.74 79.80 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:09:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:09:03 veth7256c82 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:10:03 vethbe9907d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:10:03 vethc77dcc1 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:10:03 veth336eb27 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:10:03 eth0 37.05 27.99 58.55 14.50 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:11:02 vethd375938 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:11:02 vetha89138a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:11:02 eth0 151.83 105.40 541.92 101.22 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:11:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:12:01 veth73d192e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:12:01 eth0 77.13 53.69 162.66 94.79 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:12:01 vethc550b90 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:13:02 eth0 148.03 131.49 115.66 436.28 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:13:02 docker0 1040.71 903.39 82.34 4265.50 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:14:01 eth0 340.04 332.48 161.87 1283.83 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.559Z] 02:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:15:01 eth0 0.45 0.40 0.64 0.04 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:16:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:17:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:18:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:19:01 eth0 1.03 0.32 0.32 0.20 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:21:01 eth0 0.27 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:22:01 eth0 25.32 23.06 94.84 3.46 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:23:01 eth0 727.21 684.15 3670.00 102.94 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:24:01 eth0 165.90 153.63 464.09 84.91 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:24:01 vethaa6e424 0.32 0.37 0.06 0.13 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:24:01 docker0 60.25 55.86 5.41 237.89 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:25:01 veth05fd97d 0.55 0.53 0.18 0.27 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:25:01 eth0 92.79 71.45 85.98 67.23 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:25:01 docker0 3.63 3.41 1.03 1.66 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:26:01 eth0 91.84 69.09 85.00 67.69 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:26:01 vethb62a6cd 0.62 0.85 0.23 0.34 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:26:01 docker0 3.23 2.93 0.75 1.34 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:27:01 eth0 128.94 103.83 114.72 107.31 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:27:01 vethc8cd79a 0.30 0.32 0.05 0.16 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:27:01 docker0 4.38 3.69 0.97 1.84 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:28:02 eth0 108.90 87.43 96.12 96.07 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:28:02 vethae3c4cd 0.30 0.33 0.05 0.13 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:28:02 docker0 3.98 3.71 1.15 1.79 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:29:01 eth0 93.23 70.57 73.34 64.79 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:29:01 docker0 1.74 1.64 0.52 0.83 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:30:01 eth0 766.64 717.54 3439.67 99.98 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] 02:30:01 docker0 41.10 44.69 1.92 199.17 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] Average: eth0 188.97 174.74 785.96 118.94 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] Average: docker0 48.37 42.54 3.93 196.58 0.00 0.00 0.00 0.00 [2020-10-20T02:30:59.560Z] [2020-10-20T02:30:59.560Z] [2020-10-20T02:30:59.560Z] ---> sar -P ALL: [2020-10-20T02:30:59.560Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/20/20 _x86_64_ (4 CPU) [2020-10-20T02:30:59.560Z] [2020-10-20T02:30:59.560Z] 02:04:53 LINUX RESTART (4 CPU) [2020-10-20T02:30:59.561Z] [2020-10-20T02:30:59.561Z] 02:06:01 CPU %user %nice %system %iowait %steal %idle [2020-10-20T02:30:59.561Z] 02:07:01 all 15.62 0.00 8.48 1.43 0.45 74.02 [2020-10-20T02:30:59.561Z] 02:07:01 0 15.37 0.00 8.66 1.22 0.40 74.34 [2020-10-20T02:30:59.561Z] 02:07:01 1 13.03 0.00 7.94 1.79 0.47 76.77 [2020-10-20T02:30:59.561Z] 02:07:01 2 20.30 0.00 9.38 1.06 0.40 68.86 [2020-10-20T02:30:59.561Z] 02:07:01 3 13.83 0.00 7.95 1.62 0.54 76.06 [2020-10-20T02:30:59.561Z] 02:08:01 all 8.94 0.00 6.97 4.80 0.32 78.97 [2020-10-20T02:30:59.561Z] 02:08:01 0 8.93 0.00 7.64 5.63 0.34 77.46 [2020-10-20T02:30:59.561Z] 02:08:01 1 9.09 0.00 6.92 3.77 0.34 79.87 [2020-10-20T02:30:59.561Z] 02:08:01 2 8.59 0.00 6.56 4.76 0.31 79.78 [2020-10-20T02:30:59.561Z] 02:08:01 3 9.16 0.00 6.73 5.04 0.31 78.77 [2020-10-20T02:30:59.561Z] 02:09:03 all 19.58 0.00 22.87 17.20 0.32 40.03 [2020-10-20T02:30:59.561Z] 02:09:03 0 19.07 0.00 21.75 20.03 0.27 38.88 [2020-10-20T02:30:59.561Z] 02:09:03 1 18.91 0.00 23.50 15.69 0.38 41.53 [2020-10-20T02:30:59.561Z] 02:09:03 2 19.08 0.00 23.06 15.90 0.33 41.64 [2020-10-20T02:30:59.561Z] 02:09:03 3 21.27 0.00 23.17 17.18 0.31 38.08 [2020-10-20T02:30:59.561Z] 02:10:03 all 51.96 0.00 20.96 17.26 0.23 9.59 [2020-10-20T02:30:59.561Z] 02:10:03 0 52.53 0.00 20.58 18.66 0.29 7.94 [2020-10-20T02:30:59.561Z] 02:10:03 1 51.35 0.00 20.50 16.06 0.25 11.84 [2020-10-20T02:30:59.561Z] 02:10:03 2 51.84 0.00 21.21 18.39 0.20 8.36 [2020-10-20T02:30:59.561Z] 02:10:03 3 52.11 0.00 21.56 15.94 0.20 10.20 [2020-10-20T02:30:59.561Z] 02:11:02 all 27.30 0.00 20.17 29.55 0.25 22.72 [2020-10-20T02:30:59.561Z] 02:11:02 0 28.92 0.00 20.68 26.63 0.27 23.50 [2020-10-20T02:30:59.561Z] 02:11:02 1 27.41 0.00 19.47 27.70 0.24 25.18 [2020-10-20T02:30:59.561Z] 02:11:02 2 25.64 0.00 19.79 32.30 0.29 21.99 [2020-10-20T02:30:59.561Z] 02:11:02 3 27.21 0.00 20.76 31.62 0.22 20.19 [2020-10-20T02:30:59.561Z] 02:12:01 all 27.70 0.00 19.00 36.35 0.26 16.70 [2020-10-20T02:30:59.561Z] 02:12:01 0 27.41 0.00 18.76 41.78 0.27 11.78 [2020-10-20T02:30:59.561Z] 02:12:01 1 27.59 0.00 17.83 36.34 0.23 18.01 [2020-10-20T02:30:59.561Z] 02:12:01 2 26.24 0.00 18.80 31.67 0.29 23.01 [2020-10-20T02:30:59.561Z] 02:12:01 3 29.59 0.00 20.64 35.60 0.24 13.93 [2020-10-20T02:30:59.561Z] 02:13:02 all 29.00 0.00 8.67 3.78 0.21 58.35 [2020-10-20T02:30:59.561Z] 02:13:02 0 30.25 0.00 8.75 0.84 0.24 59.92 [2020-10-20T02:30:59.561Z] 02:13:02 1 29.08 0.00 8.87 7.45 0.17 54.43 [2020-10-20T02:30:59.561Z] 02:13:02 2 28.44 0.00 8.39 4.92 0.21 58.05 [2020-10-20T02:30:59.561Z] 02:13:02 3 28.23 0.00 8.67 1.90 0.21 60.99 [2020-10-20T02:30:59.561Z] 02:14:01 all 7.89 0.00 2.98 1.98 0.13 87.01 [2020-10-20T02:30:59.561Z] 02:14:01 0 8.50 0.00 3.37 1.82 0.14 86.17 [2020-10-20T02:30:59.561Z] 02:14:01 1 7.73 0.00 2.82 1.99 0.17 87.30 [2020-10-20T02:30:59.561Z] 02:14:01 2 7.64 0.00 3.09 2.03 0.10 87.14 [2020-10-20T02:30:59.561Z] 02:14:01 3 7.70 0.00 2.65 2.10 0.12 87.43 [2020-10-20T02:30:59.561Z] 02:15:01 all 0.18 0.00 0.04 0.00 0.00 99.77 [2020-10-20T02:30:59.561Z] 02:15:01 0 0.55 0.00 0.03 0.00 0.00 99.42 [2020-10-20T02:30:59.561Z] 02:15:01 1 0.08 0.00 0.05 0.00 0.00 99.87 [2020-10-20T02:30:59.561Z] 02:15:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-20T02:30:59.561Z] 02:15:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-10-20T02:30:59.561Z] 02:16:01 all 0.17 0.00 0.04 0.00 0.00 99.78 [2020-10-20T02:30:59.561Z] 02:16:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2020-10-20T02:30:59.561Z] 02:16:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2020-10-20T02:30:59.561Z] 02:16:01 2 0.03 0.00 0.05 0.02 0.00 99.90 [2020-10-20T02:30:59.561Z] 02:16:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-20T02:30:59.561Z] 02:17:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-10-20T02:30:59.561Z] 02:17:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-10-20T02:30:59.561Z] 02:17:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-20T02:30:59.561Z] 02:17:01 2 0.07 0.00 0.05 0.00 0.02 99.87 [2020-10-20T02:30:59.561Z] 02:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-20T02:30:59.561Z] [2020-10-20T02:30:59.561Z] 02:17:01 CPU %user %nice %system %iowait %steal %idle [2020-10-20T02:30:59.561Z] 02:18:01 all 0.21 0.00 0.04 0.00 0.00 99.75 [2020-10-20T02:30:59.561Z] 02:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-20T02:30:59.561Z] 02:18:01 1 0.13 0.00 0.07 0.00 0.00 99.80 [2020-10-20T02:30:59.561Z] 02:18:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2020-10-20T02:30:59.561Z] 02:18:01 3 0.17 0.00 0.03 0.02 0.00 99.78 [2020-10-20T02:30:59.561Z] 02:19:01 all 0.13 0.00 0.03 0.00 0.00 99.83 [2020-10-20T02:30:59.561Z] 02:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-20T02:30:59.561Z] 02:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-20T02:30:59.561Z] 02:19:01 2 0.40 0.00 0.07 0.02 0.00 99.52 [2020-10-20T02:30:59.561Z] 02:19:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2020-10-20T02:30:59.561Z] 02:20:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2020-10-20T02:30:59.561Z] 02:20:01 0 0.02 0.00 0.07 0.02 0.02 99.88 [2020-10-20T02:30:59.561Z] 02:20:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2020-10-20T02:30:59.561Z] 02:20:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2020-10-20T02:30:59.561Z] 02:20:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-20T02:30:59.561Z] 02:21:01 all 0.17 0.00 0.05 0.01 0.00 99.78 [2020-10-20T02:30:59.561Z] 02:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-20T02:30:59.561Z] 02:21:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-10-20T02:30:59.561Z] 02:21:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2020-10-20T02:30:59.561Z] 02:21:01 3 0.02 0.00 0.07 0.05 0.00 99.87 [2020-10-20T02:30:59.561Z] 02:22:01 all 0.35 0.00 0.26 0.01 0.00 99.38 [2020-10-20T02:30:59.561Z] 02:22:01 0 0.27 0.00 0.38 0.00 0.00 99.35 [2020-10-20T02:30:59.561Z] 02:22:01 1 0.22 0.00 0.18 0.02 0.00 99.58 [2020-10-20T02:30:59.561Z] 02:22:01 2 0.63 0.00 0.17 0.02 0.00 99.18 [2020-10-20T02:30:59.561Z] 02:22:01 3 0.28 0.00 0.32 0.00 0.00 99.40 [2020-10-20T02:30:59.561Z] 02:23:01 all 6.28 0.00 4.52 2.73 0.15 86.33 [2020-10-20T02:30:59.561Z] 02:23:01 0 6.43 0.00 3.90 1.69 0.17 87.80 [2020-10-20T02:30:59.561Z] 02:23:01 1 6.28 0.00 4.84 4.40 0.15 84.33 [2020-10-20T02:30:59.561Z] 02:23:01 2 6.06 0.00 4.93 4.11 0.15 84.74 [2020-10-20T02:30:59.561Z] 02:23:01 3 6.35 0.00 4.37 0.70 0.10 88.47 [2020-10-20T02:30:59.561Z] 02:24:01 all 4.87 0.00 4.43 2.18 0.08 88.44 [2020-10-20T02:30:59.561Z] 02:24:01 0 5.29 0.00 5.09 1.68 0.07 87.88 [2020-10-20T02:30:59.561Z] 02:24:01 1 4.89 0.00 4.28 1.59 0.05 89.19 [2020-10-20T02:30:59.561Z] 02:24:01 2 4.93 0.00 4.70 3.75 0.10 86.52 [2020-10-20T02:30:59.561Z] 02:24:01 3 4.36 0.00 3.68 1.68 0.10 90.19 [2020-10-20T02:30:59.561Z] 02:25:01 all 2.84 0.00 3.14 0.37 0.05 93.60 [2020-10-20T02:30:59.561Z] 02:25:01 0 2.87 0.00 3.14 0.51 0.08 93.41 [2020-10-20T02:30:59.561Z] 02:25:01 1 2.87 0.00 3.73 0.29 0.05 93.07 [2020-10-20T02:30:59.561Z] 02:25:01 2 2.58 0.00 2.44 0.34 0.05 94.59 [2020-10-20T02:30:59.561Z] 02:25:01 3 3.03 0.00 3.25 0.35 0.03 93.33 [2020-10-20T02:30:59.561Z] 02:26:01 all 2.83 0.00 3.07 0.38 0.06 93.66 [2020-10-20T02:30:59.561Z] 02:26:01 0 2.43 0.00 2.63 0.40 0.03 94.51 [2020-10-20T02:30:59.561Z] 02:26:01 1 3.45 0.00 3.75 0.24 0.07 92.49 [2020-10-20T02:30:59.561Z] 02:26:01 2 2.83 0.00 3.09 0.27 0.03 93.77 [2020-10-20T02:30:59.561Z] 02:26:01 3 2.61 0.00 2.79 0.61 0.12 93.87 [2020-10-20T02:30:59.561Z] 02:27:01 all 3.93 0.00 4.37 0.44 0.08 91.19 [2020-10-20T02:30:59.561Z] 02:27:01 0 3.89 0.00 4.13 0.17 0.07 91.75 [2020-10-20T02:30:59.561Z] 02:27:01 1 3.89 0.00 4.53 0.49 0.08 91.00 [2020-10-20T02:30:59.561Z] 02:27:01 2 3.67 0.00 4.35 0.54 0.08 91.35 [2020-10-20T02:30:59.561Z] 02:27:01 3 4.25 0.00 4.46 0.54 0.08 90.66 [2020-10-20T02:30:59.561Z] 02:28:02 all 3.37 0.00 3.54 0.40 0.07 92.61 [2020-10-20T02:30:59.561Z] 02:28:02 0 3.25 0.00 3.70 0.71 0.08 92.26 [2020-10-20T02:30:59.561Z] 02:28:02 1 3.53 0.00 3.59 0.30 0.07 92.51 [2020-10-20T02:30:59.561Z] 02:28:02 2 3.37 0.00 3.51 0.25 0.05 92.81 [2020-10-20T02:30:59.562Z] 02:28:02 3 3.32 0.00 3.38 0.34 0.08 92.88 [2020-10-20T02:30:59.562Z] [2020-10-20T02:30:59.562Z] 02:28:02 CPU %user %nice %system %iowait %steal %idle [2020-10-20T02:30:59.562Z] 02:29:01 all 2.64 0.00 2.94 0.43 0.07 93.92 [2020-10-20T02:30:59.562Z] 02:29:01 0 3.13 0.00 3.78 0.45 0.07 92.57 [2020-10-20T02:30:59.562Z] 02:29:01 1 2.80 0.00 2.61 0.36 0.05 94.18 [2020-10-20T02:30:59.562Z] 02:29:01 2 2.39 0.00 2.87 0.73 0.09 93.92 [2020-10-20T02:30:59.562Z] 02:29:01 3 2.25 0.00 2.51 0.17 0.07 95.00 [2020-10-20T02:30:59.562Z] 02:30:01 all 9.81 0.00 7.66 2.85 0.11 79.57 [2020-10-20T02:30:59.562Z] 02:30:01 0 12.35 0.00 6.77 1.63 0.12 79.13 [2020-10-20T02:30:59.562Z] 02:30:01 1 10.01 0.00 8.06 3.89 0.14 77.89 [2020-10-20T02:30:59.562Z] 02:30:01 2 8.95 0.00 9.00 2.03 0.07 79.95 [2020-10-20T02:30:59.562Z] 02:30:01 3 7.98 0.00 6.76 3.82 0.12 81.31 [2020-10-20T02:30:59.562Z] Average: all 9.15 0.00 5.86 4.89 0.12 79.98 [2020-10-20T02:30:59.562Z] Average: 0 9.42 0.00 5.85 4.98 0.12 79.63 [2020-10-20T02:30:59.562Z] Average: 1 9.02 0.00 5.85 4.91 0.12 80.09 [2020-10-20T02:30:59.562Z] Average: 2 9.11 0.00 5.91 4.93 0.11 79.93 [2020-10-20T02:30:59.562Z] Average: 3 9.04 0.00 5.82 4.74 0.12 80.28 [2020-10-20T02:30:59.562Z] [2020-10-20T02:30:59.562Z] [2020-10-20T02:30:59.562Z]