Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 486acce821f8b1a566eceb8e674eaca6a9d8dcca 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 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 85bea31ad76f85e2acd5a821f20c71e435d4ae12 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 85bea31ad76f85e2acd5a821f20c71e435d4ae12 # timeout=10 Commit message: "Merge pull request #249 from ernestojeda/fix-build-artifact" > 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/master/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 Running on prd-centos7-docker-4c-2g-1454 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/148 [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/148 # 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 > 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 Checking out Revision 486acce821f8b1a566eceb8e674eaca6a9d8dcca (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 486acce821f8b1a566eceb8e674eaca6a9d8dcca # timeout=10 Commit message: "Merge pull request #2712 from cherrycl/issue-2711" > git rev-list --no-walk 0f12b6345f82ca2bb02c895b17bbdd60d5a3af97 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-25T05:15:23.137Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-25T05:15:23.466Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-25T05:15:23.570Z] ========================================================= [2020-09-25T05:15:23.570Z] EdgeX Global Pipelines Version Info [2020-09-25T05:15:23.570Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:15:25.068Z] ------------------- [2020-09-25T05:15:25.068Z] stable info: [2020-09-25T05:15:25.068Z] ------------------- [2020-09-25T05:15:25.068Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-25T05:15:25.068Z] Commit SHA: 85bea31ad76f85e2acd5a821f20c71e435d4ae12 [2020-09-25T05:15:25.068Z] Message: update stable to v1.0.128 [2020-09-25T05:15:26.020Z] ------------------- [2020-09-25T05:15:26.020Z] experimental info: [2020-09-25T05:15:26.020Z] ------------------- [2020-09-25T05:15:26.020Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-25T05:15:26.020Z] Commit SHA: db8a1d80b86ca0f96dca4d6027083ac3162e2a74 [2020-09-25T05:15:26.020Z] Message: update experimental to v1.0.129 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-09-25T05:15:26.317Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-09-25T05:15:26.419Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-09-25T05:15:26.518Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-25T05:15:26.635Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-25T05:15:26.738Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-25T05:15:26.872Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-25T05:15:26.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-25T05:15:27.105Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-09-25T05:15:27.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-09-25T05:15:27.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-09-25T05:15:27.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-25T05:15:27.510Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-25T05:15:27.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-25T05:15:27.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-25T05:15:27.823Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-25T05:15:27.921Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-09-25T05:15:28.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-25T05:15:28.113Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-25T05:15:28.216Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-09-25T05:15:28.309Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-09-25T05:15:28.405Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-09-25T05:15:28.518Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-09-25T05:15:28.611Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-09-25T05:15:28.703Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-09-25T05:15:28.795Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] echo [2020-09-25T05:15:28.891Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 486acce [Pipeline] echo [2020-09-25T05:15:28.983Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-09-25T05:15:29.370Z] ++ 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-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/core-command/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo core-command,cmd/core-command/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/core-data/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo core-data,cmd/core-data/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/core-metadata/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/support-logging/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/support-notifications/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-09-25T05:15:29.370Z] + for file in '`ls cmd/**/Dockerfile`' [2020-09-25T05:15:29.370Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-09-25T05:15:29.370Z] ++ cut -d/ -f2 [2020-09-25T05:15:29.370Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-09-25T05:15:29.445Z] 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-09-25T05:15:30.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-25T05:15:31.204Z] [2020-09-25T05:15:31.204Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:15:31.552Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-25T05:15:31.552Z] latest: Pulling from edgex-devops/git-semver [2020-09-25T05:15:31.552Z] 31603596830f: Pulling fs layer [2020-09-25T05:15:31.552Z] 2a8b12db71e7: Pulling fs layer [2020-09-25T05:15:31.552Z] 6ca5941a6612: Pulling fs layer [2020-09-25T05:15:31.552Z] ecc8261a40a4: Pulling fs layer [2020-09-25T05:15:31.552Z] ecc8261a40a4: Waiting [2020-09-25T05:15:31.552Z] 2a8b12db71e7: Verifying Checksum [2020-09-25T05:15:31.552Z] 2a8b12db71e7: Download complete [2020-09-25T05:15:31.813Z] 31603596830f: Verifying Checksum [2020-09-25T05:15:31.813Z] 31603596830f: Download complete [2020-09-25T05:15:31.813Z] ecc8261a40a4: Verifying Checksum [2020-09-25T05:15:31.813Z] ecc8261a40a4: Download complete [2020-09-25T05:15:32.077Z] 6ca5941a6612: Verifying Checksum [2020-09-25T05:15:32.077Z] 6ca5941a6612: Download complete [2020-09-25T05:15:32.077Z] 31603596830f: Pull complete [2020-09-25T05:15:32.339Z] 2a8b12db71e7: Pull complete [2020-09-25T05:15:32.924Z] 6ca5941a6612: Pull complete [2020-09-25T05:15:33.185Z] ecc8261a40a4: Pull complete [2020-09-25T05:15:33.185Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-25T05:15:33.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-25T05:15:33.185Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-25T05:15:33.287Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:15:33.340Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-25T05:15:35.780Z] $ docker top a4c5d4078903a9c11c39ba302d4f7fe3db4433dab2121945cd3e8fa9ff00e827 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-25T05:15:36.151Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-25T05:15:36.151Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-25T05:15:36.361Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-25T05:15:36.366Z] $ docker exec a4c5d4078903a9c11c39ba302d4f7fe3db4433dab2121945cd3e8fa9ff00e827 ssh-agent [2020-09-25T05:15:36.528Z] SSH_AUTH_SOCK=/tmp/ssh-Cvtuo8GLGHAu/agent.12 [2020-09-25T05:15:36.528Z] SSH_AGENT_PID=17 [2020-09-25T05:15:36.542Z] Running ssh-add (command line suppressed) [2020-09-25T05:15:36.662Z] Identity added: /w/workspace/edgex-go/148@tmp/private_key_9213726411841024009.key (/w/workspace/edgex-go/148@tmp/private_key_9213726411841024009.key) [2020-09-25T05:15:36.711Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-25T05:15:37.058Z] + git describe --exact-match --tags HEAD [2020-09-25T05:15:37.059Z] fatal: no tag exactly matches '486acce821f8b1a566eceb8e674eaca6a9d8dcca' [Pipeline] } [2020-09-25T05:15:37.091Z] $ docker exec --env ******** --env ******** a4c5d4078903a9c11c39ba302d4f7fe3db4433dab2121945cd3e8fa9ff00e827 ssh-agent -k [2020-09-25T05:15:37.202Z] unset SSH_AUTH_SOCK; [2020-09-25T05:15:37.203Z] unset SSH_AGENT_PID; [2020-09-25T05:15:37.203Z] echo Agent pid 17 killed; [2020-09-25T05:15:37.249Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-25T05:15:37.346Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-25T05:15:37.346Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-25T05:15:37.445Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-25T05:15:37.445Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-25T05:15:37.607Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-25T05:15:37.613Z] $ docker exec a4c5d4078903a9c11c39ba302d4f7fe3db4433dab2121945cd3e8fa9ff00e827 ssh-agent [2020-09-25T05:15:37.770Z] SSH_AUTH_SOCK=/tmp/ssh-9THHgUDkAyJb/agent.47 [2020-09-25T05:15:37.770Z] SSH_AGENT_PID=52 [2020-09-25T05:15:37.778Z] Running ssh-add (command line suppressed) [2020-09-25T05:15:37.895Z] Identity added: /w/workspace/edgex-go/148@tmp/private_key_4875637904508403242.key (/w/workspace/edgex-go/148@tmp/private_key_4875637904508403242.key) [2020-09-25T05:15:37.945Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-25T05:15:38.292Z] + git semver init [2020-09-25T05:15:38.292Z] # -> Open(): unable to determine branch for HEAD [2020-09-25T05:15:38.292Z] # $GIT_DIR = /w/workspace/edgex-go/148/.git [2020-09-25T05:15:38.292Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/148 [2020-09-25T05:15:38.292Z] # $SEMVER_REMOTE_NAME = origin [2020-09-25T05:15:38.292Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-25T05:15:38.292Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-25T05:15:38.292Z] # $SEMVER_BRANCH = master [2020-09-25T05:15:38.292Z] # $SEMVER_TEMP = /tmp/semver-765103171 [2020-09-25T05:15:38.292Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-09-25T05:15:56.470Z] # '/tmp/semver-765103171' -> '/w/workspace/edgex-go/148/.semver' [2020-09-25T05:15:56.470Z] # -> Force: false [2020-09-25T05:15:56.470Z] # $SEMVER_DIR = /w/workspace/edgex-go/148/.semver [Pipeline] } [2020-09-25T05:15:56.484Z] $ docker exec --env ******** --env ******** a4c5d4078903a9c11c39ba302d4f7fe3db4433dab2121945cd3e8fa9ff00e827 ssh-agent -k [2020-09-25T05:15:56.671Z] unset SSH_AUTH_SOCK; [2020-09-25T05:15:56.672Z] unset SSH_AGENT_PID; [2020-09-25T05:15:56.672Z] echo Agent pid 52 killed; [2020-09-25T05:15:56.729Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-25T05:15:57.243Z] + git semver [Pipeline] } [2020-09-25T05:15:57.263Z] $ docker stop --time=1 a4c5d4078903a9c11c39ba302d4f7fe3db4433dab2121945cd3e8fa9ff00e827 [2020-09-25T05:15:58.797Z] $ docker rm -f a4c5d4078903a9c11c39ba302d4f7fe3db4433dab2121945cd3e8fa9ff00e827 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-25T05:16:13.409Z] Stashed 50 file(s) [Pipeline] echo [2020-09-25T05:16:13.412Z] [edgeXSemver]: initialized semver on version 1.2.2-dev.33 [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-09-25T05:16:14.026Z] ========================================================= [2020-09-25T05:16:14.026Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-25T05:16:14.026Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:16:14.393Z] + 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-09-25T05:16:18.657Z] Sending build context to Docker daemon 324.4MB [2020-09-25T05:16:18.657Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-25T05:16:18.657Z] Step 2/7 : FROM ${BASE} [2020-09-25T05:16:18.657Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-25T05:16:18.657Z] df20fa9351a1: Pulling fs layer [2020-09-25T05:16:18.657Z] ed8968b2872e: Pulling fs layer [2020-09-25T05:16:18.657Z] a92cc7c5fd73: Pulling fs layer [2020-09-25T05:16:18.657Z] e871e8e8d7a9: Pulling fs layer [2020-09-25T05:16:18.657Z] e73272ec9a57: Pulling fs layer [2020-09-25T05:16:18.657Z] 1e910a182e73: Pulling fs layer [2020-09-25T05:16:18.657Z] 4e634b169226: Pulling fs layer [2020-09-25T05:16:18.657Z] e73272ec9a57: Waiting [2020-09-25T05:16:18.657Z] 1e910a182e73: Waiting [2020-09-25T05:16:18.657Z] 4e634b169226: Waiting [2020-09-25T05:16:18.657Z] e871e8e8d7a9: Waiting [2020-09-25T05:16:18.657Z] a92cc7c5fd73: Verifying Checksum [2020-09-25T05:16:18.657Z] a92cc7c5fd73: Download complete [2020-09-25T05:16:18.657Z] ed8968b2872e: Verifying Checksum [2020-09-25T05:16:18.657Z] ed8968b2872e: Download complete [2020-09-25T05:16:18.657Z] e73272ec9a57: Verifying Checksum [2020-09-25T05:16:18.657Z] e73272ec9a57: Download complete [2020-09-25T05:16:18.657Z] 1e910a182e73: Verifying Checksum [2020-09-25T05:16:18.657Z] 1e910a182e73: Download complete [2020-09-25T05:16:18.657Z] df20fa9351a1: Verifying Checksum [2020-09-25T05:16:18.657Z] df20fa9351a1: Download complete [2020-09-25T05:16:18.657Z] df20fa9351a1: Pull complete [2020-09-25T05:16:18.657Z] ed8968b2872e: Pull complete [2020-09-25T05:16:18.923Z] a92cc7c5fd73: Pull complete [2020-09-25T05:16:20.862Z] 4e634b169226: Download complete [2020-09-25T05:16:21.441Z] e871e8e8d7a9: Verifying Checksum [2020-09-25T05:16:21.441Z] e871e8e8d7a9: Download complete [2020-09-25T05:16:26.847Z] e871e8e8d7a9: Pull complete [2020-09-25T05:16:26.847Z] e73272ec9a57: Pull complete [2020-09-25T05:16:26.847Z] 1e910a182e73: Pull complete [2020-09-25T05:16:28.792Z] Still waiting to schedule task [2020-09-25T05:16:28.793Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-25T05:16:33.562Z] 4e634b169226: Pull complete [2020-09-25T05:16:33.562Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-25T05:16:33.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-25T05:16:33.562Z] ---> f7629b54cfaa [2020-09-25T05:16:33.562Z] 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-09-25T05:16:33.562Z] ---> Running in 1cbf6f4a6f19 [2020-09-25T05:16:33.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:16:34.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:16:34.411Z] (1/12) Installing libmagic (5.38-r0) [2020-09-25T05:16:34.996Z] (2/12) Installing file (5.38-r0) [2020-09-25T05:16:34.996Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-25T05:16:34.996Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-25T05:16:40.370Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-25T05:16:40.370Z] (6/12) Installing patch (2.7.6-r6) [2020-09-25T05:16:40.370Z] (7/12) Installing build-base (0.5-r2) [2020-09-25T05:16:40.370Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-25T05:16:40.370Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-25T05:16:40.370Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-25T05:16:40.636Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-25T05:16:40.636Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-25T05:16:40.636Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:16:40.906Z] OK: 233 MiB in 51 packages [2020-09-25T05:16:45.169Z] Removing intermediate container 1cbf6f4a6f19 [2020-09-25T05:16:45.169Z] ---> 772c95946f36 [2020-09-25T05:16:45.169Z] Step 4/7 : WORKDIR /edgex-go [2020-09-25T05:16:45.169Z] ---> Running in 1900cfc1c220 [2020-09-25T05:16:45.169Z] Removing intermediate container 1900cfc1c220 [2020-09-25T05:16:45.169Z] ---> 62b50bafca3a [2020-09-25T05:16:45.169Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-25T05:16:45.169Z] latest: Pulling from library/docker [2020-09-25T05:16:45.437Z] df20fa9351a1: Already exists [2020-09-25T05:16:45.437Z] 25ad7478873d: Pulling fs layer [2020-09-25T05:16:45.437Z] 4684f6177b5d: Pulling fs layer [2020-09-25T05:16:45.437Z] 8ba584e970af: Pulling fs layer [2020-09-25T05:16:45.437Z] 3cdc74d2b06d: Pulling fs layer [2020-09-25T05:16:45.437Z] 4cf5a0d07c1f: Pulling fs layer [2020-09-25T05:16:45.437Z] fca0ccc462d5: Pulling fs layer [2020-09-25T05:16:45.437Z] 3cdc74d2b06d: Waiting [2020-09-25T05:16:45.437Z] 4cf5a0d07c1f: Waiting [2020-09-25T05:16:45.437Z] fca0ccc462d5: Waiting [2020-09-25T05:16:45.437Z] 4684f6177b5d: Verifying Checksum [2020-09-25T05:16:45.437Z] 4684f6177b5d: Download complete [2020-09-25T05:16:45.437Z] 25ad7478873d: Verifying Checksum [2020-09-25T05:16:45.437Z] 25ad7478873d: Download complete [2020-09-25T05:16:45.702Z] 3cdc74d2b06d: Verifying Checksum [2020-09-25T05:16:45.702Z] 3cdc74d2b06d: Download complete [2020-09-25T05:16:45.702Z] 4cf5a0d07c1f: Verifying Checksum [2020-09-25T05:16:45.702Z] 4cf5a0d07c1f: Download complete [2020-09-25T05:16:45.702Z] fca0ccc462d5: Verifying Checksum [2020-09-25T05:16:45.702Z] fca0ccc462d5: Download complete [2020-09-25T05:16:45.702Z] 25ad7478873d: Pull complete [2020-09-25T05:16:45.969Z] 4684f6177b5d: Pull complete [2020-09-25T05:16:46.547Z] 8ba584e970af: Verifying Checksum [2020-09-25T05:16:46.547Z] 8ba584e970af: Download complete [2020-09-25T05:16:48.481Z] 8ba584e970af: Pull complete [2020-09-25T05:16:48.744Z] 3cdc74d2b06d: Pull complete [2020-09-25T05:16:48.744Z] 4cf5a0d07c1f: Pull complete [2020-09-25T05:16:49.006Z] fca0ccc462d5: Pull complete [2020-09-25T05:16:49.006Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-25T05:16:49.006Z] Status: Downloaded newer image for docker:latest [2020-09-25T05:16:50.933Z] ---> bac4bcce59b3 [2020-09-25T05:16:50.933Z] Step 6/7 : COPY go.mod . [2020-09-25T05:16:51.197Z] ---> e220a060c889 [2020-09-25T05:16:51.197Z] Step 7/7 : RUN go mod download [2020-09-25T05:16:51.197Z] ---> Running in 42eb15094ba2 [2020-09-25T05:17:13.198Z] Removing intermediate container 42eb15094ba2 [2020-09-25T05:17:13.198Z] ---> 98fb0bfa9a9d [2020-09-25T05:17:13.198Z] Successfully built 98fb0bfa9a9d [2020-09-25T05:17:13.198Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:17:13.516Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-25T05:17:13.516Z] . [Pipeline] withDockerContainer [2020-09-25T05:17:13.624Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:17:13.676Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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 ******** ci-base-image-x86_64 cat [2020-09-25T05:17:14.315Z] $ docker top e0b4431465c0f0f9bf549d5044229f5da61939cc9bbf0c1f1115921d30eb12e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T05:17:14.821Z] + go version [2020-09-25T05:17:14.822Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-25T05:17:14.837Z] $ docker stop --time=1 e0b4431465c0f0f9bf549d5044229f5da61939cc9bbf0c1f1115921d30eb12e2 [2020-09-25T05:17:16.176Z] $ docker rm -f e0b4431465c0f0f9bf549d5044229f5da61939cc9bbf0c1f1115921d30eb12e2 [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-09-25T05:17:19.494Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-25T05:17:19.494Z] [2020-09-25T05:17:19.494Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:17:19.893Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-25T05:17:19.893Z] latest: Pulling from edgex-devops/edgex-compose [2020-09-25T05:17:19.893Z] cbdbe7a5bc2a: Pulling fs layer [2020-09-25T05:17:19.893Z] ca9280d653b3: Pulling fs layer [2020-09-25T05:17:19.893Z] 7e9c9ca2126c: Pulling fs layer [2020-09-25T05:17:19.893Z] cbdbe7a5bc2a: Verifying Checksum [2020-09-25T05:17:19.893Z] cbdbe7a5bc2a: Download complete [2020-09-25T05:17:20.155Z] cbdbe7a5bc2a: Pull complete [2020-09-25T05:17:20.731Z] ca9280d653b3: Verifying Checksum [2020-09-25T05:17:20.731Z] ca9280d653b3: Download complete [2020-09-25T05:17:21.681Z] 7e9c9ca2126c: Verifying Checksum [2020-09-25T05:17:21.681Z] 7e9c9ca2126c: Download complete [2020-09-25T05:17:21.681Z] ca9280d653b3: Pull complete [2020-09-25T05:17:29.880Z] 7e9c9ca2126c: Pull complete [2020-09-25T05:17:29.881Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-09-25T05:17:29.881Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-25T05:17:29.881Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-09-25T05:17:30.035Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:17:30.082Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-09-25T05:17:30.904Z] $ docker top 0c3e2b794ebcb418caef984f4769908dcd9a31598fe352a6c444b600772b01e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T05:17:31.433Z] + docker-compose build --help [2020-09-25T05:17:31.433Z] + grep parallel [2020-09-25T05:17:32.381Z] --parallel Build images in parallel. [Pipeline] } [2020-09-25T05:17:32.396Z] $ docker stop --time=1 0c3e2b794ebcb418caef984f4769908dcd9a31598fe352a6c444b600772b01e4 [2020-09-25T05:17:33.719Z] $ docker rm -f 0c3e2b794ebcb418caef984f4769908dcd9a31598fe352a6c444b600772b01e4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:17:34.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-09-25T05:17:34.372Z] . [Pipeline] withDockerContainer [2020-09-25T05:17:34.470Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:17:34.518Z] $ 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/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:latest cat [2020-09-25T05:17:35.145Z] $ docker top b4850e5e3f7d02677dd4c6191b67bb1b36d687fbcedf7d6da63f4784269c41db -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T05:17:35.645Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-25T05:17:36.592Z] Building docker-core-command-go ... [2020-09-25T05:17:36.592Z] Building docker-core-data-go ... [2020-09-25T05:17:36.592Z] Building docker-core-metadata-go ... [2020-09-25T05:17:36.592Z] Building docker-security-proxy-setup-go ... [2020-09-25T05:17:36.592Z] Building docker-security-secrets-setup-go ... [2020-09-25T05:17:36.592Z] Building docker-security-secretstore-setup-go ... [2020-09-25T05:17:36.592Z] Building docker-support-logging-go ... [2020-09-25T05:17:36.592Z] Building docker-support-notifications-go ... [2020-09-25T05:17:36.592Z] Building docker-support-scheduler-go ... [2020-09-25T05:17:36.592Z] Building docker-sys-mgmt-agent-go ... [2020-09-25T05:17:36.592Z] Building docker-core-metadata-go [2020-09-25T05:17:36.592Z] Building docker-sys-mgmt-agent-go [2020-09-25T05:17:36.592Z] Building docker-security-proxy-setup-go [2020-09-25T05:17:36.592Z] Building docker-core-data-go [2020-09-25T05:17:36.592Z] Building docker-security-secrets-setup-go [2020-09-25T05:18:03.323Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:18:03.323Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:18:03.323Z] ---> 98fb0bfa9a9d [2020-09-25T05:18:03.323Z] Step 3/23 : WORKDIR /edgex-go [2020-09-25T05:18:03.323Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:18:03.323Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:18:03.323Z] ---> 98fb0bfa9a9d [2020-09-25T05:18:03.323Z] Step 3/22 : WORKDIR /edgex-go [2020-09-25T05:18:03.323Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:18:03.323Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-25T05:18:03.323Z] ---> 98fb0bfa9a9d [2020-09-25T05:18:03.323Z] Step 3/29 : WORKDIR /edgex-go [2020-09-25T05:18:03.323Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:18:03.323Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:18:03.323Z] ---> 98fb0bfa9a9d [2020-09-25T05:18:03.323Z] Step 3/27 : WORKDIR /edgex-go [2020-09-25T05:18:03.323Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:18:03.323Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:18:03.323Z] ---> 98fb0bfa9a9d [2020-09-25T05:18:03.323Z] Step 3/20 : WORKDIR /edgex-go [2020-09-25T05:18:03.323Z] ---> Running in a7d783e9a727 [2020-09-25T05:18:03.323Z] ---> Running in 2940fa6865e8 [2020-09-25T05:18:03.323Z] ---> Running in 2f6c14473b8c [2020-09-25T05:18:03.323Z] ---> Running in b721d88f5660 [2020-09-25T05:18:03.323Z] ---> Running in 1b70c6cc26bc [2020-09-25T05:18:03.323Z] Removing intermediate container 2f6c14473b8c [2020-09-25T05:18:03.323Z] ---> 93cb4a584bbb [2020-09-25T05:18:03.323Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:18:03.323Z] Removing intermediate container b721d88f5660 [2020-09-25T05:18:03.323Z] ---> f9243d741d25 [2020-09-25T05:18:03.323Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:18:03.323Z] Removing intermediate container 2940fa6865e8 [2020-09-25T05:18:03.323Z] ---> c4816642bb19 [2020-09-25T05:18:03.323Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:18:03.323Z] Removing intermediate container a7d783e9a727 [2020-09-25T05:18:03.323Z] ---> a5291656e02b [2020-09-25T05:18:03.323Z] Step 4/29 : RUN apk update && apk add make git [2020-09-25T05:18:03.323Z] Removing intermediate container 1b70c6cc26bc [2020-09-25T05:18:03.323Z] ---> d0bc236c547b [2020-09-25T05:18:03.323Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:18:03.323Z] ---> Running in 95293155b0e8 [2020-09-25T05:18:03.323Z] ---> Running in e8635d3a741b [2020-09-25T05:18:03.323Z] ---> Running in d17bead57791 [2020-09-25T05:18:03.323Z] ---> Running in e17381120fde [2020-09-25T05:18:03.323Z] ---> Running in b49691a1f10b [2020-09-25T05:18:03.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:03.323Z] Removing intermediate container 95293155b0e8 [2020-09-25T05:18:03.323Z] ---> 461f1329462e [2020-09-25T05:18:03.323Z] Step 5/20 : RUN apk update && apk add make git [2020-09-25T05:18:03.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:03.323Z] Removing intermediate container e8635d3a741b [2020-09-25T05:18:03.323Z] ---> ceda44f1cc20 [2020-09-25T05:18:03.323Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-25T05:18:03.323Z] ---> Running in 6aa8a4b79971 [2020-09-25T05:18:03.323Z] ---> Running in 4d88fa670a2f [2020-09-25T05:18:03.323Z] Removing intermediate container e17381120fde [2020-09-25T05:18:03.323Z] ---> e836d2d9290d [2020-09-25T05:18:03.323Z] Step 5/22 : RUN apk update && apk add make git [2020-09-25T05:18:03.323Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:18:03.323Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:18:03.323Z] OK: 12752 distinct packages available [2020-09-25T05:18:03.323Z] Removing intermediate container b49691a1f10b [2020-09-25T05:18:03.323Z] ---> a59dc6d1022d [2020-09-25T05:18:03.323Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-25T05:18:03.323Z] ---> Running in d52124983e40 [2020-09-25T05:18:03.323Z] OK: 233 MiB in 51 packages [2020-09-25T05:18:03.588Z] ---> Running in 8d7d30428240 [2020-09-25T05:18:03.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:03.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:04.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:04.385Z] Removing intermediate container d17bead57791 [2020-09-25T05:18:04.385Z] ---> ddb1c9f2a494 [2020-09-25T05:18:04.385Z] Step 5/29 : COPY go.mod . [2020-09-25T05:18:04.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:04.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:04.668Z] ---> 551436cc6c5a [2020-09-25T05:18:04.668Z] Step 6/29 : RUN go mod download [2020-09-25T05:18:04.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:04.668Z] ---> Running in 5294d87ea280 [2020-09-25T05:18:04.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:04.939Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:18:04.939Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:18:04.939Z] OK: 12752 distinct packages available [2020-09-25T05:18:05.209Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:18:05.209Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:18:05.209Z] OK: 12752 distinct packages available [2020-09-25T05:18:05.209Z] OK: 233 MiB in 51 packages [2020-09-25T05:18:05.209Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:18:05.209Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:18:05.209Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:18:05.209Z] OK: 12752 distinct packages available [2020-09-25T05:18:05.477Z] OK: 233 MiB in 51 packages [2020-09-25T05:18:05.477Z] OK: 233 MiB in 51 packages [2020-09-25T05:18:05.742Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:18:05.742Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:18:05.742Z] OK: 12752 distinct packages available [2020-09-25T05:18:05.742Z] Removing intermediate container 6aa8a4b79971 [2020-09-25T05:18:05.742Z] ---> 0e6aa672754a [2020-09-25T05:18:05.742Z] Step 6/20 : COPY go.mod . [2020-09-25T05:18:06.004Z] OK: 233 MiB in 51 packages [2020-09-25T05:18:06.004Z] Removing intermediate container 4d88fa670a2f [2020-09-25T05:18:06.004Z] ---> a20b95883e71 [2020-09-25T05:18:06.004Z] Step 6/23 : COPY go.mod . [2020-09-25T05:18:06.267Z] ---> 8caf5787999d [2020-09-25T05:18:06.267Z] Step 7/20 : RUN go mod download [2020-09-25T05:18:06.530Z] ---> Running in 88fdc8248bca [2020-09-25T05:18:06.801Z] ---> c793e5165bf1 [2020-09-25T05:18:06.801Z] Step 7/23 : RUN go mod download [2020-09-25T05:18:06.801Z] Removing intermediate container d52124983e40 [2020-09-25T05:18:06.801Z] ---> c3658190659c [2020-09-25T05:18:06.801Z] Step 6/22 : COPY go.mod . [2020-09-25T05:18:07.375Z] ---> Running in 7a9ddf4a179d [2020-09-25T05:18:07.375Z] Removing intermediate container 5294d87ea280 [2020-09-25T05:18:07.375Z] ---> 8e5037a75ef4 [2020-09-25T05:18:07.375Z] Step 7/29 : COPY . . [2020-09-25T05:18:07.375Z] ---> e1e840ec2b7f [2020-09-25T05:18:07.375Z] Step 7/22 : RUN go mod download [2020-09-25T05:18:07.375Z] Removing intermediate container 8d7d30428240 [2020-09-25T05:18:07.375Z] ---> 1eeb241181af [2020-09-25T05:18:07.375Z] Step 6/27 : COPY go.mod . [2020-09-25T05:18:07.968Z] ---> Running in cb88f85dc57b [2020-09-25T05:18:08.233Z] ---> 774b53e28cee [2020-09-25T05:18:08.233Z] Step 7/27 : RUN go mod download [2020-09-25T05:18:08.814Z] ---> Running in c9a57a8d3f96 [2020-09-25T05:18:14.151Z] Removing intermediate container 88fdc8248bca [2020-09-25T05:18:14.151Z] ---> eff6b0a2f59a [2020-09-25T05:18:14.151Z] Step 8/20 : COPY . . [2020-09-25T05:18:16.962Z] Removing intermediate container 7a9ddf4a179d [2020-09-25T05:18:16.962Z] ---> 0e4f4927a6ba [2020-09-25T05:18:16.962Z] Step 8/23 : COPY . . [2020-09-25T05:18:21.192Z] Removing intermediate container cb88f85dc57b [2020-09-25T05:18:21.192Z] ---> 24b096e730b4 [2020-09-25T05:18:21.192Z] Step 8/22 : COPY . . [2020-09-25T05:18:22.875Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1455 in /w/workspace/edgexfoundry_edgex-go_master [Pipeline] { [Pipeline] ws [2020-09-25T05:18:22.937Z] Running in /w/workspace/edgex-go/148 [Pipeline] { [Pipeline] checkout [2020-09-25T05:18:26.507Z] Removing intermediate container c9a57a8d3f96 [2020-09-25T05:18:26.507Z] ---> f6c225a7ddad [2020-09-25T05:18:26.507Z] Step 8/27 : COPY . . [2020-09-25T05:18:27.088Z] ---> 9fda974b5dbe [2020-09-25T05:18:27.088Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-25T05:18:28.255Z] using credential edgex-jenkins-ssh [2020-09-25T05:18:28.322Z] Cloning the remote Git repository [2020-09-25T05:18:28.387Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-09-25T05:18:28.503Z] > git init /w/workspace/edgex-go/148 # timeout=10 [2020-09-25T05:18:28.584Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-25T05:18:28.585Z] > git --version # timeout=10 [2020-09-25T05:18:28.606Z] > git --version # 'git version 2.17.1' [2020-09-25T05:18:28.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-25T05:18:28.694Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-25T05:18:35.277Z] ---> Running in efa3e2a9da4f [2020-09-25T05:18:37.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-25T05:18:38.115Z] ---> e042332379be [2020-09-25T05:18:38.115Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-25T05:18:42.349Z] ---> 2a5fa67b13bd [2020-09-25T05:18:42.349Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-25T05:18:42.618Z] ---> Running in c75eb16fd05d [2020-09-25T05:18:44.057Z] ---> Running in afe3dab63150 [2020-09-25T05:18:44.936Z] Checking out Revision 486acce821f8b1a566eceb8e674eaca6a9d8dcca (master) [2020-09-25T05:18:44.326Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-25T05:18:44.343Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-09-25T05:18:44.369Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-09-25T05:18:44.422Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-09-25T05:18:44.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-25T05:18:44.434Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-25T05:18:44.959Z] > git config core.sparsecheckout # timeout=10 [2020-09-25T05:18:44.977Z] > git checkout -f 486acce821f8b1a566eceb8e674eaca6a9d8dcca # timeout=10 [2020-09-25T05:18:46.041Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-25T05:18:46.041Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2020-09-25T05:18:46.041Z] ---> f625952527d9 [2020-09-25T05:18:46.041Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-25T05:18:47.012Z] ---> Running in 12d56c993dd7 [2020-09-25T05:18:47.012Z] ---> c306cda25b9f [2020-09-25T05:18:47.012Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-25T05:18:47.295Z] ---> Running in 499faee5728b [2020-09-25T05:18:47.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-25T05:18:48.165Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-25T05:18:49.642Z] Commit message: "Merge pull request #2712 from cherrycl/issue-2711" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-25T05:19:01.905Z] ========================================================= [2020-09-25T05:19:01.905Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-25T05:19:01.905Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:19:02.819Z] + 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-09-25T05:19:03.217Z] Removing intermediate container efa3e2a9da4f [2020-09-25T05:19:03.217Z] ---> 44362617d9ec [2020-09-25T05:19:03.217Z] [2020-09-25T05:19:03.217Z] Step 9/29 : FROM alpine:latest [2020-09-25T05:19:03.800Z] latest: Pulling from library/alpine [2020-09-25T05:19:03.800Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-25T05:19:03.800Z] Status: Downloaded newer image for alpine:latest [2020-09-25T05:19:03.800Z] ---> a24bb4013296 [2020-09-25T05:19:03.800Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-25T05:19:04.389Z] ---> Running in 22b24b65f0e7 [2020-09-25T05:19:04.389Z] Removing intermediate container 22b24b65f0e7 [2020-09-25T05:19:04.389Z] ---> ca9a58a122a7 [2020-09-25T05:19:04.389Z] Step 11/29 : USER root [2020-09-25T05:19:04.653Z] ---> Running in 9b7607c8ae3e [2020-09-25T05:19:04.917Z] Removing intermediate container 9b7607c8ae3e [2020-09-25T05:19:04.917Z] ---> 4a154e29392e [2020-09-25T05:19:04.917Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-25T05:19:04.917Z] ---> Running in b5282afbe529 [2020-09-25T05:19:05.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:05.871Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:06.147Z] v3.12.0-351-gc8b5ea21f0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:19:06.147Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:19:06.147Z] OK: 12750 distinct packages available [2020-09-25T05:19:06.743Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-25T05:19:06.744Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-25T05:19:06.744Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:19:06.744Z] Executing ca-certificates-20191127-r4.trigger [2020-09-25T05:19:07.015Z] OK: 6 MiB in 16 packages [2020-09-25T05:19:07.143Z] Sending build context to Docker daemon 324.4MB [2020-09-25T05:19:07.143Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-09-25T05:19:07.143Z] Step 2/7 : FROM ${BASE} [2020-09-25T05:19:07.143Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-25T05:19:07.143Z] b538f80385f9: Pulling fs layer [2020-09-25T05:19:07.143Z] 74f711af9a0d: Pulling fs layer [2020-09-25T05:19:07.143Z] 99f96fe45779: Pulling fs layer [2020-09-25T05:19:07.143Z] 8529a6b9a6be: Pulling fs layer [2020-09-25T05:19:07.143Z] 45590311c82a: Pulling fs layer [2020-09-25T05:19:07.143Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-25T05:19:07.143Z] 209524e5b208: Pulling fs layer [2020-09-25T05:19:07.143Z] 45590311c82a: Waiting [2020-09-25T05:19:07.143Z] 8529a6b9a6be: Waiting [2020-09-25T05:19:07.143Z] 209524e5b208: Waiting [2020-09-25T05:19:07.143Z] 69ca0ff8b7b3: Waiting [2020-09-25T05:19:07.143Z] 99f96fe45779: Verifying Checksum [2020-09-25T05:19:07.143Z] 99f96fe45779: Download complete [2020-09-25T05:19:07.143Z] 74f711af9a0d: Verifying Checksum [2020-09-25T05:19:07.143Z] 74f711af9a0d: Download complete [2020-09-25T05:19:07.143Z] 45590311c82a: Download complete [2020-09-25T05:19:07.143Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-25T05:19:07.143Z] 69ca0ff8b7b3: Download complete [2020-09-25T05:19:07.143Z] b538f80385f9: Verifying Checksum [2020-09-25T05:19:07.143Z] b538f80385f9: Download complete [2020-09-25T05:19:07.754Z] b538f80385f9: Pull complete [2020-09-25T05:19:08.357Z] 74f711af9a0d: Pull complete [2020-09-25T05:19:08.957Z] 99f96fe45779: Pull complete [2020-09-25T05:19:08.976Z] Removing intermediate container b5282afbe529 [2020-09-25T05:19:08.976Z] ---> b06861087952 [2020-09-25T05:19:08.976Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-25T05:19:09.258Z] ---> Running in 9742653b7ea9 [2020-09-25T05:19:09.529Z] Removing intermediate container 9742653b7ea9 [2020-09-25T05:19:09.529Z] ---> 20e7b2fc0c3d [2020-09-25T05:19:09.529Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-25T05:19:09.800Z] ---> Running in 0835ec6302b4 [2020-09-25T05:19:09.934Z] 209524e5b208: Verifying Checksum [2020-09-25T05:19:09.934Z] 209524e5b208: Download complete [2020-09-25T05:19:10.072Z] Removing intermediate container 0835ec6302b4 [2020-09-25T05:19:10.072Z] ---> 203babe8004b [2020-09-25T05:19:10.072Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-25T05:19:10.072Z] ---> Running in fcb2e774a7fb [2020-09-25T05:19:11.368Z] 8529a6b9a6be: Verifying Checksum [2020-09-25T05:19:11.368Z] 8529a6b9a6be: Download complete [2020-09-25T05:19:12.669Z] Removing intermediate container fcb2e774a7fb [2020-09-25T05:19:12.669Z] ---> ee78d02e8c6e [2020-09-25T05:19:12.669Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-25T05:19:14.099Z] ---> 3cba05bd08fb [2020-09-25T05:19:14.099Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-25T05:19:15.057Z] Removing intermediate container c75eb16fd05d [2020-09-25T05:19:15.057Z] ---> b2d8e2d8306e [2020-09-25T05:19:15.057Z] [2020-09-25T05:19:15.057Z] Step 10/20 : FROM alpine [2020-09-25T05:19:15.057Z] ---> a24bb4013296 [2020-09-25T05:19:15.057Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-25T05:19:15.650Z] ---> 43f8e68b8a1b [2020-09-25T05:19:15.650Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-25T05:19:15.650Z] ---> Running in 731985b62264 [2020-09-25T05:19:16.251Z] ---> 159921ffa117 [2020-09-25T05:19:16.251Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-25T05:19:16.521Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:16.796Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:16.796Z] v3.12.0-351-gc8b5ea21f0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:19:16.796Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:19:16.796Z] OK: 12750 distinct packages available [2020-09-25T05:19:17.067Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-25T05:19:17.332Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-25T05:19:17.332Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-25T05:19:17.332Z] (4/4) Installing curl (7.69.1-r1) [2020-09-25T05:19:17.332Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:19:17.332Z] Executing ca-certificates-20191127-r4.trigger [2020-09-25T05:19:17.332Z] OK: 7 MiB in 18 packages [2020-09-25T05:19:17.920Z] ---> 3ac535845bcd [2020-09-25T05:19:17.920Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-25T05:19:18.873Z] Removing intermediate container 499faee5728b [2020-09-25T05:19:18.873Z] ---> ec4537d664ad [2020-09-25T05:19:18.873Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-25T05:19:19.136Z] ---> Running in a1eaaf0cd71d [2020-09-25T05:19:19.136Z] ---> c38b3c71b8f8 [2020-09-25T05:19:19.136Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-25T05:19:20.088Z] ---> Running in 0d26ec240b0c [2020-09-25T05:19:20.088Z] Removing intermediate container 731985b62264 [2020-09-25T05:19:20.088Z] ---> f6496a54090a [2020-09-25T05:19:20.088Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-25T05:19:20.088Z] ---> Running in 279e2645f947 [2020-09-25T05:19:20.351Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-25T05:19:21.542Z] 8529a6b9a6be: Pull complete [2020-09-25T05:19:21.820Z] 45590311c82a: Pull complete [2020-09-25T05:19:22.095Z] 69ca0ff8b7b3: Pull complete [2020-09-25T05:19:22.271Z] Removing intermediate container 279e2645f947 [2020-09-25T05:19:22.271Z] ---> caf35a18ee35 [2020-09-25T05:19:22.271Z] Step 13/20 : WORKDIR /edgex [2020-09-25T05:19:24.822Z] ---> Running in f00a1b5a655f [2020-09-25T05:19:24.823Z] Removing intermediate container 12d56c993dd7 [2020-09-25T05:19:24.823Z] ---> 5a083688a47f [2020-09-25T05:19:24.823Z] [2020-09-25T05:19:24.823Z] Step 10/22 : FROM scratch [2020-09-25T05:19:24.823Z] ---> [2020-09-25T05:19:24.823Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-25T05:19:24.823Z] Removing intermediate container afe3dab63150 [2020-09-25T05:19:24.823Z] ---> 7a91fee8891f [2020-09-25T05:19:24.823Z] [2020-09-25T05:19:24.823Z] Step 10/23 : FROM alpine [2020-09-25T05:19:24.823Z] ---> a24bb4013296 [2020-09-25T05:19:24.823Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-25T05:19:25.086Z] ---> Running in 4a3ce2f81eee [2020-09-25T05:19:25.086Z] ---> Running in b00b476d49d4 [2020-09-25T05:19:25.348Z] Removing intermediate container f00a1b5a655f [2020-09-25T05:19:25.348Z] ---> 221663648e09 [2020-09-25T05:19:25.348Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-25T05:19:25.348Z] Removing intermediate container 0d26ec240b0c [2020-09-25T05:19:25.348Z] ---> bba4cb3e54b9 [2020-09-25T05:19:25.348Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-25T05:19:25.610Z] Removing intermediate container 4a3ce2f81eee [2020-09-25T05:19:25.610Z] ---> 8fdb98d93530 [2020-09-25T05:19:25.610Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-25T05:19:25.610Z] Removing intermediate container b00b476d49d4 [2020-09-25T05:19:25.610Z] ---> e4485896cd06 [2020-09-25T05:19:25.610Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-25T05:19:25.610Z] Removing intermediate container a1eaaf0cd71d [2020-09-25T05:19:25.610Z] ---> d824678f78b2 [2020-09-25T05:19:25.610Z] [2020-09-25T05:19:25.610Z] Step 11/27 : FROM docker:latest [2020-09-25T05:19:25.610Z] ---> 809cc4dba987 [2020-09-25T05:19:25.610Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-25T05:19:25.610Z] ---> Running in 2b928429a05c [2020-09-25T05:19:25.872Z] ---> Running in 53485e32bb2c [2020-09-25T05:19:25.872Z] ---> Running in 5fc8b2aae348 [2020-09-25T05:19:25.872Z] ---> 9261bdc1ae4e [2020-09-25T05:19:25.872Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-25T05:19:25.872Z] ---> 05421b1e848c [2020-09-25T05:19:25.872Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-25T05:19:26.133Z] Removing intermediate container 2b928429a05c [2020-09-25T05:19:26.133Z] ---> 3837167e37a1 [2020-09-25T05:19:26.133Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-25T05:19:26.396Z] ---> Running in 4a00414d7df8 [2020-09-25T05:19:26.396Z] Removing intermediate container 53485e32bb2c [2020-09-25T05:19:26.396Z] ---> 3d99b331c76b [2020-09-25T05:19:26.396Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-25T05:19:26.396Z] ---> Running in ed76dccd8231 [2020-09-25T05:19:26.440Z] 209524e5b208: Pull complete [2020-09-25T05:19:26.440Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-25T05:19:26.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-25T05:19:26.440Z] ---> 5bddaf1c2fca [2020-09-25T05:19:26.440Z] 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-09-25T05:19:26.659Z] ---> a2c4d8f37f5a [2020-09-25T05:19:26.659Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-25T05:19:26.659Z] ---> Running in 1ea5561d37e2 [2020-09-25T05:19:26.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:26.922Z] ---> Running in b89932fb0c67 [2020-09-25T05:19:26.922Z] Removing intermediate container ed76dccd8231 [2020-09-25T05:19:26.922Z] ---> ca560317c11d [2020-09-25T05:19:26.922Z] Step 14/22 : WORKDIR / [2020-09-25T05:19:26.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:26.922Z] ---> Running in a429978b5efc [2020-09-25T05:19:26.922Z] (1/2) Installing readline (8.0.4-r0) [2020-09-25T05:19:26.922Z] (2/2) Installing bash (5.0.17-r0) [2020-09-25T05:19:27.185Z] Executing bash-5.0.17-r0.post-install [2020-09-25T05:19:27.185Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:19:27.185Z] OK: 12 MiB in 22 packages [2020-09-25T05:19:27.447Z] Removing intermediate container 1ea5561d37e2 [2020-09-25T05:19:27.447Z] ---> 7de36a2c6737 [2020-09-25T05:19:27.447Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:19:27.708Z] Removing intermediate container b89932fb0c67 [2020-09-25T05:19:27.709Z] ---> fc8961c4daf1 [2020-09-25T05:19:27.709Z] Step 17/20 : CMD ["--init=true"] [2020-09-25T05:19:27.973Z] ---> Running in d89f45d7c5b7 [2020-09-25T05:19:27.973Z] Removing intermediate container a429978b5efc [2020-09-25T05:19:27.973Z] ---> f431c814e647 [2020-09-25T05:19:27.973Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-25T05:19:27.973Z] ---> Running in 27fc33a19320 [2020-09-25T05:19:29.363Z] ---> 8f4abc022f9b [2020-09-25T05:19:29.363Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-25T05:19:29.363Z] Removing intermediate container 27fc33a19320 [2020-09-25T05:19:29.363Z] ---> 5ab8eb2a3b7a [2020-09-25T05:19:29.363Z] Step 18/20 : LABEL arch=x86_64 [2020-09-25T05:19:29.629Z] Removing intermediate container 5fc8b2aae348 [2020-09-25T05:19:29.629Z] ---> 5276e7868fee [2020-09-25T05:19:29.629Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-25T05:19:29.629Z] Removing intermediate container 4a00414d7df8 [2020-09-25T05:19:29.629Z] ---> e9912a69b8bf [2020-09-25T05:19:29.629Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-25T05:19:29.629Z] ---> Running in 498e519dbfe9 [2020-09-25T05:19:29.629Z] ---> Running in 48cf648aa848 [2020-09-25T05:19:29.629Z] ---> Running in f59cdedcc4e0 [2020-09-25T05:19:29.843Z] ---> Running in cc0ecce21964 [2020-09-25T05:19:30.206Z] Removing intermediate container 498e519dbfe9 [2020-09-25T05:19:30.206Z] ---> 1a88ff59c345 [2020-09-25T05:19:30.206Z] Step 19/20 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:19:30.206Z] ---> Running in d4606b5efdea [2020-09-25T05:19:30.206Z] ---> 1eb71241d803 [2020-09-25T05:19:30.206Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-25T05:19:30.786Z] Removing intermediate container d4606b5efdea [2020-09-25T05:19:30.786Z] ---> ce06bdac6cbb [2020-09-25T05:19:30.786Z] Step 20/20 : LABEL version=1.2.2-dev.33 [2020-09-25T05:19:30.786Z] ---> 9b6f81a0ac4d [2020-09-25T05:19:30.786Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-25T05:19:30.786Z] ---> Running in 9f2e2379802d [2020-09-25T05:19:31.050Z] ---> Running in d4f5b907ee12 [2020-09-25T05:19:31.050Z] Removing intermediate container d89f45d7c5b7 [2020-09-25T05:19:31.050Z] ---> bf4e149c6a6f [2020-09-25T05:19:31.050Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-25T05:19:31.050Z] Removing intermediate container 9f2e2379802d [2020-09-25T05:19:31.050Z] ---> 55107aaeb6a9 [2020-09-25T05:19:31.050Z] [2020-09-25T05:19:31.271Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:19:31.311Z] Successfully built 55107aaeb6a9 [2020-09-25T05:19:31.312Z] ---> Running in ad71536fc61f [2020-09-25T05:19:31.312Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-09-25T05:19:31.312Z]  Building docker-security-proxy-setup-go ... done Building docker-support-logging-go [2020-09-25T05:19:31.573Z] Removing intermediate container d4f5b907ee12 [2020-09-25T05:19:31.573Z] ---> 1d0f29e6a363 [2020-09-25T05:19:31.573Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:19:31.838Z] ---> Running in b2affcbdddd7 [2020-09-25T05:19:31.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:19:32.103Z] Removing intermediate container 48cf648aa848 [2020-09-25T05:19:32.103Z] ---> 85e4ada19b44 [2020-09-25T05:19:32.103Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-25T05:19:32.103Z] Removing intermediate container f59cdedcc4e0 [2020-09-25T05:19:32.103Z] ---> abeef830b3df [2020-09-25T05:19:32.103Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-25T05:19:32.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:32.367Z] Removing intermediate container b2affcbdddd7 [2020-09-25T05:19:32.367Z] ---> 67093e98099a [2020-09-25T05:19:32.367Z] Step 20/22 : LABEL arch=x86_64 [2020-09-25T05:19:32.367Z] ---> Running in a8ec2ff0dfef [2020-09-25T05:19:32.367Z] ---> Running in c9f9fb88d47b [2020-09-25T05:19:32.630Z] ---> Running in ac152b29a064 [2020-09-25T05:19:32.829Z] (1/12) Installing libmagic (5.38-r0) [2020-09-25T05:19:32.829Z] (2/12) Installing file (5.38-r0) [2020-09-25T05:19:32.829Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-09-25T05:19:32.893Z] Removing intermediate container a8ec2ff0dfef [2020-09-25T05:19:32.893Z] ---> 8911945a8c74 [2020-09-25T05:19:32.893Z] Step 26/29 : CMD [ "generate" ] [2020-09-25T05:19:32.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:33.101Z] (4/12) Installing g++ (9.3.0-r2) [2020-09-25T05:19:33.914Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-25T05:19:33.914Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-25T05:19:33.914Z] Removing intermediate container c9f9fb88d47b [2020-09-25T05:19:33.914Z] ---> 49a17d399496 [2020-09-25T05:19:33.914Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-25T05:19:34.213Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-25T05:19:34.213Z] (4/5) Installing libzmq (4.3.3-r0) [2020-09-25T05:19:34.521Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-25T05:19:34.521Z] Removing intermediate container ac152b29a064 [2020-09-25T05:19:34.521Z] ---> ef349ec8812f [2020-09-25T05:19:34.521Z] Step 21/22 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:19:34.521Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:19:34.521Z] ---> Running in fcfb60d76fd0 [2020-09-25T05:19:34.521Z] OK: 8 MiB in 19 packages [2020-09-25T05:19:34.828Z] ---> Running in 9e74f2837572 [2020-09-25T05:19:35.705Z] (5/12) Installing fortify-headers (1.1-r0) [2020-09-25T05:19:35.705Z] (6/12) Installing patch (2.7.6-r6) [2020-09-25T05:19:35.913Z] ---> Running in 1d4539980df4 [2020-09-25T05:19:35.976Z] (7/12) Installing build-base (0.5-r2) [2020-09-25T05:19:35.976Z] (8/12) Installing libsodium (1.0.18-r0) [2020-09-25T05:19:35.976Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-09-25T05:19:36.246Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-09-25T05:19:36.246Z] (11/12) Installing libzmq (4.3.3-r0) [2020-09-25T05:19:36.246Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-09-25T05:19:36.518Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:19:36.518Z] OK: 217 MiB in 51 packages [2020-09-25T05:19:36.866Z] Removing intermediate container fcfb60d76fd0 [2020-09-25T05:19:36.866Z] ---> 96f07bd6d637 [2020-09-25T05:19:36.866Z] Step 27/29 : LABEL arch=x86_64 [2020-09-25T05:19:36.866Z] Removing intermediate container 9e74f2837572 [2020-09-25T05:19:36.866Z] ---> 2f5f182e9d85 [2020-09-25T05:19:36.866Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-25T05:19:37.129Z] Removing intermediate container 1d4539980df4 [2020-09-25T05:19:37.129Z] ---> 9aa70805cfd5 [2020-09-25T05:19:37.129Z] Step 22/22 : LABEL version=1.2.2-dev.33 [2020-09-25T05:19:38.077Z] ---> Running in 099102c5f630 [2020-09-25T05:19:39.031Z] ---> Running in bac5cc0c4034 [2020-09-25T05:19:39.031Z] ---> Running in 0b3fadd3868e [2020-09-25T05:19:39.296Z] Removing intermediate container ad71536fc61f [2020-09-25T05:19:39.296Z] ---> 67c3576f46bb [2020-09-25T05:19:39.296Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-25T05:19:39.559Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:19:39.559Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:19:39.559Z] ---> 98fb0bfa9a9d [2020-09-25T05:19:39.559Z] Step 3/22 : WORKDIR /edgex-go [2020-09-25T05:19:39.559Z] ---> Using cache [2020-09-25T05:19:39.559Z] ---> d0bc236c547b [2020-09-25T05:19:39.559Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:19:39.559Z] ---> Using cache [2020-09-25T05:19:39.559Z] ---> a59dc6d1022d [2020-09-25T05:19:39.559Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-25T05:19:40.839Z] Removing intermediate container cc0ecce21964 [2020-09-25T05:19:40.839Z] ---> a69cf1222a56 [2020-09-25T05:19:40.839Z] Step 4/7 : WORKDIR /edgex-go [2020-09-25T05:19:40.839Z] ---> Running in 9fa9f036b826 [2020-09-25T05:19:40.839Z] Removing intermediate container 9fa9f036b826 [2020-09-25T05:19:40.839Z] ---> 58d182e51761 [2020-09-25T05:19:40.839Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-09-25T05:19:40.950Z] Removing intermediate container 099102c5f630 [2020-09-25T05:19:40.950Z] ---> 147503e95556 [2020-09-25T05:19:40.950Z] Step 28/29 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:19:40.950Z] ---> Running in 2820c81c2c1d [2020-09-25T05:19:41.110Z] latest: Pulling from library/docker [2020-09-25T05:19:41.218Z] ---> 567a5899282e [2020-09-25T05:19:41.218Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-25T05:19:41.218Z] Removing intermediate container 0b3fadd3868e [2020-09-25T05:19:41.218Z] ---> c1d11fd93e64 [2020-09-25T05:19:41.218Z] [2020-09-25T05:19:41.218Z] Removing intermediate container bac5cc0c4034 [2020-09-25T05:19:41.218Z] ---> 2f6c6b27626d [2020-09-25T05:19:41.218Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-25T05:19:41.218Z] ---> Running in c8260043b7c4 [2020-09-25T05:19:41.387Z] b538f80385f9: Already exists [2020-09-25T05:19:41.387Z] 259a493cd78d: Pulling fs layer [2020-09-25T05:19:41.387Z] b8e66b5100f5: Pulling fs layer [2020-09-25T05:19:41.387Z] 7f8258a56ab6: Pulling fs layer [2020-09-25T05:19:41.387Z] 75a0a0ebb566: Pulling fs layer [2020-09-25T05:19:41.387Z] 4a2c62f0a2a3: Pulling fs layer [2020-09-25T05:19:41.387Z] 294320357d30: Pulling fs layer [2020-09-25T05:19:41.387Z] 75a0a0ebb566: Waiting [2020-09-25T05:19:41.387Z] 4a2c62f0a2a3: Waiting [2020-09-25T05:19:41.387Z] 294320357d30: Waiting [2020-09-25T05:19:41.387Z] b8e66b5100f5: Verifying Checksum [2020-09-25T05:19:41.387Z] b8e66b5100f5: Download complete [2020-09-25T05:19:41.387Z] 259a493cd78d: Verifying Checksum [2020-09-25T05:19:41.387Z] 259a493cd78d: Download complete [2020-09-25T05:19:41.486Z] Successfully built c1d11fd93e64 [2020-09-25T05:19:41.486Z] Successfully tagged docker-core-metadata-go:latest [2020-09-25T05:19:41.486Z] Building docker-support-scheduler-go [2020-09-25T05:19:41.669Z] 75a0a0ebb566: Verifying Checksum [2020-09-25T05:19:41.669Z] 75a0a0ebb566: Download complete [2020-09-25T05:19:41.669Z] 4a2c62f0a2a3: Verifying Checksum [2020-09-25T05:19:41.669Z] 4a2c62f0a2a3: Download complete [2020-09-25T05:19:41.669Z] 294320357d30: Verifying Checksum [2020-09-25T05:19:41.669Z] 294320357d30: Download complete [2020-09-25T05:19:41.749Z]  Building docker-core-metadata-go ... done Removing intermediate container c8260043b7c4 [2020-09-25T05:19:41.749Z] ---> 6fc0c95c6f82 [2020-09-25T05:19:41.750Z] Step 29/29 : LABEL version=1.2.2-dev.33 [2020-09-25T05:19:42.012Z] ---> Running in b8d357484ad4 [2020-09-25T05:19:42.265Z] 259a493cd78d: Pull complete [2020-09-25T05:19:42.278Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:42.278Z] ---> 0f71cac6cce8 [2020-09-25T05:19:42.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-25T05:19:42.278Z] ---> 84116eefe9fd [2020-09-25T05:19:42.278Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-25T05:19:42.544Z] b8e66b5100f5: Pull complete [2020-09-25T05:19:42.825Z] 7f8258a56ab6: Verifying Checksum [2020-09-25T05:19:42.825Z] 7f8258a56ab6: Download complete [2020-09-25T05:19:42.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:43.425Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:19:43.425Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:19:43.425Z] OK: 12752 distinct packages available [2020-09-25T05:19:43.687Z] OK: 233 MiB in 51 packages [2020-09-25T05:19:43.687Z] Removing intermediate container b8d357484ad4 [2020-09-25T05:19:43.687Z] ---> 4373a865e6a8 [2020-09-25T05:19:43.687Z] [2020-09-25T05:19:43.950Z] Successfully built 4373a865e6a8 [2020-09-25T05:19:44.212Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-09-25T05:19:44.212Z] Building docker-core-command-go [2020-09-25T05:19:44.479Z]  Building docker-security-secrets-setup-go ... done OK: 233 MiB in 51 packages [2020-09-25T05:19:44.479Z] ---> d03370f49fe9 [2020-09-25T05:19:44.479Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-25T05:19:44.479Z] ---> 2fbaed33082a [2020-09-25T05:19:44.479Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-25T05:19:44.742Z] ---> Running in 55c63900a9c2 [2020-09-25T05:19:46.229Z] 7f8258a56ab6: Pull complete [2020-09-25T05:19:46.503Z] 75a0a0ebb566: Pull complete [2020-09-25T05:19:46.775Z] 4a2c62f0a2a3: Pull complete [2020-09-25T05:19:47.048Z] 294320357d30: Pull complete [2020-09-25T05:19:47.048Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-09-25T05:19:47.048Z] Status: Downloaded newer image for docker:latest [2020-09-25T05:19:50.056Z] ---> b09d501f7b1f [2020-09-25T05:19:50.056Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-25T05:19:50.056Z] Removing intermediate container 55c63900a9c2 [2020-09-25T05:19:50.056Z] ---> ea6510a36d95 [2020-09-25T05:19:50.056Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:19:50.431Z] ---> 84e19aa026b5 [2020-09-25T05:19:50.431Z] Step 6/7 : COPY go.mod . [2020-09-25T05:19:51.026Z] ---> b76062e13553 [2020-09-25T05:19:51.026Z] Step 7/7 : RUN go mod download [2020-09-25T05:19:51.297Z] ---> Running in aa37dcfc7fde [2020-09-25T05:19:53.376Z] Removing intermediate container 2820c81c2c1d [2020-09-25T05:19:53.376Z] ---> 6197c309eeeb [2020-09-25T05:19:53.376Z] Step 6/22 : COPY go.mod . [2020-09-25T05:19:53.376Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:19:53.376Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:19:53.376Z] ---> 98fb0bfa9a9d [2020-09-25T05:19:53.376Z] Step 3/21 : WORKDIR /edgex-go [2020-09-25T05:19:53.376Z] ---> Using cache [2020-09-25T05:19:53.376Z] ---> d0bc236c547b [2020-09-25T05:19:53.376Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:19:53.376Z] ---> Using cache [2020-09-25T05:19:53.376Z] ---> a59dc6d1022d [2020-09-25T05:19:53.376Z] Step 5/21 : RUN apk update && apk add make git [2020-09-25T05:19:53.961Z] ---> Running in 68570379a7be [2020-09-25T05:19:53.961Z] ---> Running in bdebfa6abc95 [2020-09-25T05:19:54.242Z] ---> Running in e33661e3273f [2020-09-25T05:19:54.242Z] ---> 2c6b51b63c78 [2020-09-25T05:19:54.242Z] Step 7/22 : RUN go mod download [2020-09-25T05:19:54.822Z] ---> Running in 3936c0dfa3f4 [2020-09-25T05:19:54.822Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:19:54.822Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:19:54.822Z] ---> 98fb0bfa9a9d [2020-09-25T05:19:54.822Z] Step 3/22 : WORKDIR /edgex-go [2020-09-25T05:19:54.822Z] ---> Using cache [2020-09-25T05:19:54.822Z] ---> d0bc236c547b [2020-09-25T05:19:54.822Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:19:54.822Z] ---> Using cache [2020-09-25T05:19:54.822Z] ---> a59dc6d1022d [2020-09-25T05:19:54.822Z] Step 5/22 : RUN apk update && apk add make git [2020-09-25T05:19:55.083Z] Removing intermediate container bdebfa6abc95 [2020-09-25T05:19:55.083Z] ---> e60ac1d901b8 [2020-09-25T05:19:55.083Z] Step 21/23 : LABEL arch=x86_64 [2020-09-25T05:19:55.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:55.660Z] ---> Running in 0a1de73b2b92 [2020-09-25T05:19:55.660Z] ---> Running in de98680d7c08 [2020-09-25T05:19:55.661Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:55.927Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-25T05:19:55.927Z] (2/33) Installing expat (2.2.9-r1) [2020-09-25T05:19:55.927Z] (3/33) Installing libffi (3.3-r2) [2020-09-25T05:19:55.927Z] (4/33) Installing gdbm (1.13-r1) [2020-09-25T05:19:55.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:55.927Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-25T05:19:55.927Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-25T05:19:55.927Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-25T05:19:56.501Z] Removing intermediate container de98680d7c08 [2020-09-25T05:19:56.501Z] ---> 134e6c7c382c [2020-09-25T05:19:56.501Z] Step 22/23 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:19:56.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:56.764Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:57.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:19:57.598Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:19:57.598Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:19:57.598Z] OK: 12752 distinct packages available [2020-09-25T05:19:57.863Z] OK: 233 MiB in 51 packages [2020-09-25T05:19:57.863Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:19:57.863Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:19:57.863Z] OK: 12752 distinct packages available [2020-09-25T05:19:58.125Z] OK: 233 MiB in 51 packages [2020-09-25T05:19:59.075Z] ---> Running in f5f1d8d9490c [2020-09-25T05:19:59.075Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-25T05:19:59.075Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-25T05:19:59.075Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-25T05:19:59.075Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-25T05:19:59.336Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-25T05:19:59.336Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-25T05:19:59.336Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-25T05:19:59.597Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-25T05:19:59.860Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-25T05:19:59.860Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-25T05:19:59.860Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-25T05:19:59.860Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-25T05:19:59.860Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-25T05:19:59.860Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-25T05:20:00.433Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-25T05:20:00.695Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-25T05:20:00.695Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-25T05:20:00.695Z] Removing intermediate container f5f1d8d9490c [2020-09-25T05:20:00.695Z] ---> f1b8dc7682ef [2020-09-25T05:20:00.695Z] Step 23/23 : LABEL version=1.2.2-dev.33 [2020-09-25T05:20:00.695Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-25T05:20:00.695Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-25T05:20:00.957Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-25T05:20:01.225Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-25T05:20:01.225Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-25T05:20:01.225Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-25T05:20:01.225Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-25T05:20:01.225Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-25T05:20:01.225Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-25T05:20:01.225Z] ---> Running in 1d794e525d6e [2020-09-25T05:20:01.225Z] Removing intermediate container e33661e3273f [2020-09-25T05:20:01.225Z] ---> bf33a31aebcb [2020-09-25T05:20:01.225Z] Step 6/21 : COPY go.mod . [2020-09-25T05:20:02.182Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:20:02.182Z] OK: 71 MiB in 55 packages [2020-09-25T05:20:02.182Z] Removing intermediate container 3936c0dfa3f4 [2020-09-25T05:20:02.182Z] ---> 7d86cc1bfdf7 [2020-09-25T05:20:02.182Z] Step 8/22 : COPY . . [2020-09-25T05:20:02.182Z] Removing intermediate container 0a1de73b2b92 [2020-09-25T05:20:02.182Z] ---> d1cafca05137 [2020-09-25T05:20:02.182Z] Step 6/22 : COPY go.mod . [2020-09-25T05:20:02.449Z] ---> 4ba6b91c196d [2020-09-25T05:20:02.449Z] Step 7/21 : RUN go mod download [2020-09-25T05:20:02.449Z] Removing intermediate container 1d794e525d6e [2020-09-25T05:20:02.449Z] ---> 064a7b7f3b21 [2020-09-25T05:20:02.449Z] [2020-09-25T05:20:02.449Z] Successfully built 064a7b7f3b21 [2020-09-25T05:20:02.449Z] ---> Running in e536844747a6 [2020-09-25T05:20:02.714Z] Successfully tagged docker-core-data-go:latest [2020-09-25T05:20:02.714Z]  Building docker-core-data-go ... done Building docker-support-notifications-go [2020-09-25T05:20:02.982Z] ---> 0f9949623036 [2020-09-25T05:20:02.982Z] Step 7/22 : RUN go mod download [2020-09-25T05:20:08.326Z] ---> Running in 9cfc1aedfe6c [2020-09-25T05:20:18.071Z] Removing intermediate container aa37dcfc7fde [2020-09-25T05:20:18.071Z] ---> 5befb78cde5c [2020-09-25T05:20:18.071Z] Successfully built 5befb78cde5c [2020-09-25T05:20:18.071Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:20:18.407Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:20:18.407Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:20:18.407Z] ---> 98fb0bfa9a9d [2020-09-25T05:20:18.407Z] Step 3/24 : WORKDIR /edgex-go [2020-09-25T05:20:18.407Z] ---> Using cache [2020-09-25T05:20:18.407Z] ---> d0bc236c547b [2020-09-25T05:20:18.407Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:20:18.407Z] ---> Using cache [2020-09-25T05:20:18.407Z] ---> a59dc6d1022d [2020-09-25T05:20:18.407Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-25T05:20:18.482Z] + docker inspect -f . ci-base-image-arm64 [2020-09-25T05:20:18.482Z] . [Pipeline] withDockerContainer [2020-09-25T05:20:18.770Z] prd-ubuntu18.04-docker-arm64-4c-16g-1455 does not seem to be running inside a container [2020-09-25T05:20:18.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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-09-25T05:20:19.357Z] Removing intermediate container 9cfc1aedfe6c [2020-09-25T05:20:19.357Z] ---> cffd595fb23c [2020-09-25T05:20:19.357Z] Step 8/22 : COPY . . [2020-09-25T05:20:20.708Z] $ docker top d725115e6cb8c0e1e681891b263d2a749a7138b06741b4db3b15e820984aa0b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T05:20:21.288Z] ---> Running in 7c6412c82cf1 [2020-09-25T05:20:22.156Z] + go version [2020-09-25T05:20:22.156Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-25T05:20:22.181Z] $ docker stop --time=1 d725115e6cb8c0e1e681891b263d2a749a7138b06741b4db3b15e820984aa0b3 [2020-09-25T05:20:22.237Z] Removing intermediate container e536844747a6 [2020-09-25T05:20:22.237Z] ---> 373e8ff021e1 [2020-09-25T05:20:22.237Z] Step 8/21 : COPY . . [2020-09-25T05:20:24.114Z] $ docker rm -f d725115e6cb8c0e1e681891b263d2a749a7138b06741b4db3b15e820984aa0b3 [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-09-25T05:20:25.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-25T05:20:25.469Z] [2020-09-25T05:20:25.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:20:26.168Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-25T05:20:26.168Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-09-25T05:20:26.168Z] 29e5d40040c1: Pulling fs layer [2020-09-25T05:20:26.168Z] 1ce36da41761: Pulling fs layer [2020-09-25T05:20:26.168Z] 25b303627fd3: Pulling fs layer [2020-09-25T05:20:26.447Z] 29e5d40040c1: Verifying Checksum [2020-09-25T05:20:26.447Z] 29e5d40040c1: Download complete [2020-09-25T05:20:26.461Z] ---> a8b157fdd9db [2020-09-25T05:20:26.461Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-25T05:20:27.426Z] 29e5d40040c1: Pull complete [2020-09-25T05:20:27.426Z] 1ce36da41761: Verifying Checksum [2020-09-25T05:20:27.426Z] 1ce36da41761: Download complete [2020-09-25T05:20:28.407Z] 1ce36da41761: Pull complete [2020-09-25T05:20:28.681Z] 25b303627fd3: Verifying Checksum [2020-09-25T05:20:28.681Z] 25b303627fd3: Download complete [2020-09-25T05:20:31.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:20:31.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:20:32.142Z] ---> Running in d663ec09da38 [2020-09-25T05:20:32.422Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:20:32.422Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:20:32.422Z] OK: 12752 distinct packages available [2020-09-25T05:20:33.000Z] OK: 233 MiB in 51 packages [2020-09-25T05:20:33.000Z] Removing intermediate container 68570379a7be [2020-09-25T05:20:33.000Z] ---> 134c20f2c45c [2020-09-25T05:20:33.000Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-25T05:20:35.570Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-25T05:20:36.524Z] ---> Running in 963e62c91dc3 [2020-09-25T05:20:38.847Z] 25b303627fd3: Pull complete [2020-09-25T05:20:38.847Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-09-25T05:20:38.847Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-25T05:20:38.847Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-09-25T05:20:39.094Z] prd-ubuntu18.04-docker-arm64-4c-16g-1455 does not seem to be running inside a container [2020-09-25T05:20:39.176Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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-09-25T05:20:40.764Z] ---> 8204531dfa0e [2020-09-25T05:20:40.764Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-25T05:20:41.347Z] Removing intermediate container 7c6412c82cf1 [2020-09-25T05:20:41.347Z] ---> 1ab7bd1475bc [2020-09-25T05:20:41.347Z] Step 6/24 : COPY go.mod . [2020-09-25T05:20:41.347Z] ---> Running in eccbb0607edc [2020-09-25T05:20:41.623Z] ---> 45f5a038efef [2020-09-25T05:20:41.623Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-25T05:20:41.893Z] ---> Running in a212691c41ee [2020-09-25T05:20:41.893Z] ---> 883d105df701 [2020-09-25T05:20:41.893Z] Step 7/24 : RUN go mod download [2020-09-25T05:20:41.893Z] ---> Running in deb0af06c9b7 [2020-09-25T05:20:42.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2020-09-25T05:20:42.563Z] $ docker top 8d6eb2472f8b43458abd5119fd0ab96d08df6be087773b2c00208bede5d5cdc7 -eo pid,comm [2020-09-25T05:20:42.754Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [Pipeline] { [Pipeline] sh [2020-09-25T05:20:44.042Z] + grep parallel [2020-09-25T05:20:44.042Z] + docker-compose build --help [2020-09-25T05:20:44.729Z] Removing intermediate container deb0af06c9b7 [2020-09-25T05:20:44.730Z] ---> 4cbfeee24fe2 [2020-09-25T05:20:44.730Z] Step 8/24 : COPY . . [2020-09-25T05:20:45.329Z] Collecting docker-compose==1.23.2 [2020-09-25T05:20:45.329Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-25T05:20:47.414Z] --parallel Build images in parallel. [Pipeline] } [2020-09-25T05:20:47.439Z] $ docker stop --time=1 8d6eb2472f8b43458abd5119fd0ab96d08df6be087773b2c00208bede5d5cdc7 [2020-09-25T05:20:47.942Z] Collecting docker<4.0,>=3.6.0 [2020-09-25T05:20:47.942Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-25T05:20:48.536Z] Collecting docopt<0.7,>=0.6.1 [2020-09-25T05:20:48.536Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-25T05:20:49.349Z] $ docker rm -f 8d6eb2472f8b43458abd5119fd0ab96d08df6be087773b2c00208bede5d5cdc7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:20:50.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-09-25T05:20:50.229Z] . [Pipeline] withDockerContainer [2020-09-25T05:20:50.498Z] prd-ubuntu18.04-docker-arm64-4c-16g-1455 does not seem to be running inside a container [2020-09-25T05:20:50.591Z] $ 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/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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-09-25T05:20:51.174Z] Collecting cached-property<2,>=1.2.0 [2020-09-25T05:20:51.174Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-25T05:20:51.449Z] Collecting jsonschema<3,>=2.5.1 [2020-09-25T05:20:51.449Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-25T05:20:51.449Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-25T05:20:51.800Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-25T05:20:51.930Z] $ docker top 8fadb89621b598e4944afaf5fc8ba96bc397de6085467d2be6e4ea43df0d20c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T05:20:52.952Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-09-25T05:20:54.032Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-25T05:20:54.032Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-25T05:20:54.310Z] 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-09-25T05:20:55.284Z] Collecting texttable<0.10,>=0.9.0 [2020-09-25T05:20:55.284Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-25T05:20:56.328Z] Building docker-core-command-go ... [2020-09-25T05:20:56.328Z] Building docker-core-data-go ... [2020-09-25T05:20:56.328Z] Building docker-core-metadata-go ... [2020-09-25T05:20:56.328Z] Building docker-security-proxy-setup-go ... [2020-09-25T05:20:56.328Z] Building docker-security-secrets-setup-go ... [2020-09-25T05:20:56.328Z] Building docker-security-secretstore-setup-go ... [2020-09-25T05:20:56.328Z] Building docker-support-logging-go ... [2020-09-25T05:20:56.328Z] Building docker-support-notifications-go ... [2020-09-25T05:20:56.328Z] Building docker-support-scheduler-go ... [2020-09-25T05:20:56.328Z] Building docker-sys-mgmt-agent-go ... [2020-09-25T05:20:56.328Z] Building docker-support-notifications-go [2020-09-25T05:20:56.328Z] Building docker-sys-mgmt-agent-go [2020-09-25T05:20:56.328Z] Building docker-core-data-go [2020-09-25T05:20:56.328Z] Building docker-security-proxy-setup-go [2020-09-25T05:20:56.328Z] Building docker-security-secretstore-setup-go [2020-09-25T05:20:57.900Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-25T05:20:57.900Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-25T05:20:58.861Z] Collecting PyYAML<4,>=3.10 [2020-09-25T05:20:58.861Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-25T05:21:00.292Z] Collecting docker-pycreds>=0.4.0 [2020-09-25T05:21:00.292Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-25T05:21:00.292Z] 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-09-25T05:21:00.292Z] 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-09-25T05:21:00.292Z] Collecting idna<2.8,>=2.5 [2020-09-25T05:21:00.292Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-25T05:21:00.555Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-25T05:21:00.555Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-25T05:21:01.151Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-25T05:21:01.151Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-25T05:21:01.151Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-25T05:21:01.151Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-25T05:21:01.151Z] ---> 9baca49b0529 [2020-09-25T05:21:01.151Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-25T05:21:01.151Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, docopt, cached-property, jsonschema, dockerpty, texttable, PyYAML, docker-compose [2020-09-25T05:21:01.751Z] ---> Running in 221d1f164607 [2020-09-25T05:21:01.751Z] Attempting uninstall: idna [2020-09-25T05:21:01.751Z] Found existing installation: idna 2.9 [2020-09-25T05:21:01.751Z] Uninstalling idna-2.9: [2020-09-25T05:21:02.029Z] Successfully uninstalled idna-2.9 [2020-09-25T05:21:02.309Z] Attempting uninstall: urllib3 [2020-09-25T05:21:02.309Z] Found existing installation: urllib3 1.25.9 [2020-09-25T05:21:02.309Z] Uninstalling urllib3-1.25.9: [2020-09-25T05:21:02.309Z] Successfully uninstalled urllib3-1.25.9 [2020-09-25T05:21:02.590Z] Attempting uninstall: requests [2020-09-25T05:21:02.590Z] Found existing installation: requests 2.23.0 [2020-09-25T05:21:02.590Z] Uninstalling requests-2.23.0: [2020-09-25T05:21:02.859Z] Successfully uninstalled requests-2.23.0 [2020-09-25T05:21:02.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-25T05:21:03.452Z] Running setup.py install for docopt: started [2020-09-25T05:21:04.863Z] Running setup.py install for docopt: finished with status 'done' [2020-09-25T05:21:05.132Z] Removing intermediate container d663ec09da38 [2020-09-25T05:21:05.132Z] ---> c4449ea6087d [2020-09-25T05:21:05.132Z] [2020-09-25T05:21:05.132Z] Step 10/22 : FROM scratch [2020-09-25T05:21:05.132Z] ---> [2020-09-25T05:21:05.132Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-25T05:21:05.132Z] Running setup.py install for dockerpty: started [2020-09-25T05:21:06.079Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-25T05:21:06.079Z] Running setup.py install for texttable: started [2020-09-25T05:21:06.343Z] Running setup.py install for texttable: finished with status 'done' [2020-09-25T05:21:06.343Z] Running setup.py install for PyYAML: started [2020-09-25T05:21:06.343Z] ---> Running in 410f0551d080 [2020-09-25T05:21:06.612Z] Removing intermediate container 410f0551d080 [2020-09-25T05:21:06.612Z] ---> 9a118ab80191 [2020-09-25T05:21:06.612Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-25T05:21:06.884Z] ---> Running in a41e66027cb5 [2020-09-25T05:21:07.155Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-25T05:21:07.155Z] Removing intermediate container a41e66027cb5 [2020-09-25T05:21:07.155Z] ---> c2ac3d997aea [2020-09-25T05:21:07.155Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-25T05:21:08.132Z] ---> Running in dc2c804e14e6 [2020-09-25T05:21:08.132Z] 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-09-25T05:21:08.418Z] Removing intermediate container dc2c804e14e6 [2020-09-25T05:21:08.419Z] ---> e93fe6dc3c09 [2020-09-25T05:21:08.419Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-25T05:21:09.032Z] ---> 79cc975c1bdc [2020-09-25T05:21:09.032Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-25T05:21:13.319Z] ---> 66046027dcc3 [2020-09-25T05:21:13.319Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-25T05:21:14.773Z] Removing intermediate container 963e62c91dc3 [2020-09-25T05:21:14.773Z] ---> 3fa10944dc05 [2020-09-25T05:21:14.773Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-25T05:21:14.773Z] Removing intermediate container eccbb0607edc [2020-09-25T05:21:14.773Z] ---> 66ac70ff0208 [2020-09-25T05:21:14.773Z] [2020-09-25T05:21:14.773Z] Step 10/22 : FROM scratch [2020-09-25T05:21:14.773Z] ---> [2020-09-25T05:21:14.773Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-25T05:21:14.773Z] ---> b89f5cae70c1 [2020-09-25T05:21:14.773Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-25T05:21:14.773Z] ---> Using cache [2020-09-25T05:21:14.773Z] ---> 8fdb98d93530 [2020-09-25T05:21:14.773Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-25T05:21:15.042Z] ---> Running in b5f119de5cdb [2020-09-25T05:21:15.042Z] ---> Running in 0416134273fd [2020-09-25T05:21:15.042Z] Removing intermediate container a212691c41ee [2020-09-25T05:21:15.042Z] ---> e37828f1747a [2020-09-25T05:21:15.042Z] [2020-09-25T05:21:15.042Z] Step 10/21 : FROM scratch [2020-09-25T05:21:15.042Z] ---> [2020-09-25T05:21:15.042Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-25T05:21:15.042Z] ---> Using cache [2020-09-25T05:21:15.042Z] ---> 8fdb98d93530 [2020-09-25T05:21:15.042Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-25T05:21:15.306Z] ---> Running in 672afdd722de [2020-09-25T05:21:15.584Z] ---> b5ce9d8e3463 [2020-09-25T05:21:15.584Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-25T05:21:15.584Z] Removing intermediate container b5f119de5cdb [2020-09-25T05:21:15.584Z] ---> 8bc00d337584 [2020-09-25T05:21:15.584Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-25T05:21:15.584Z] ---> Running in c415d4c5cf8f [2020-09-25T05:21:15.584Z] ---> Running in 42385b0218d7 [2020-09-25T05:21:15.850Z] Removing intermediate container 672afdd722de [2020-09-25T05:21:15.850Z] ---> c4f15eac7bd1 [2020-09-25T05:21:15.850Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-25T05:21:16.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:21:16.112Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:21:16.376Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-25T05:21:16.376Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-25T05:21:16.376Z] (3/3) Installing curl (7.69.1-r1) [2020-09-25T05:21:16.376Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:21:16.376Z] OK: 72 MiB in 58 packages [2020-09-25T05:21:16.376Z] ---> Running in 05f05e6e05d6 [2020-09-25T05:21:16.966Z] Removing intermediate container 42385b0218d7 [2020-09-25T05:21:16.966Z] ---> 427c30604077 [2020-09-25T05:21:16.966Z] Step 14/22 : WORKDIR / [2020-09-25T05:21:16.966Z] Removing intermediate container c415d4c5cf8f [2020-09-25T05:21:16.966Z] ---> 2dab7f203ca0 [2020-09-25T05:21:16.966Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:21:16.966Z] Removing intermediate container 05f05e6e05d6 [2020-09-25T05:21:16.966Z] ---> 8bcfe82c0c74 [2020-09-25T05:21:16.966Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-25T05:21:17.250Z] ---> Running in 70b5a07b6e0f [2020-09-25T05:21:17.251Z] ---> Running in ea28f7f9b8c6 [2020-09-25T05:21:17.523Z] ---> 332e89c316db [2020-09-25T05:21:17.524Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-25T05:21:17.805Z] Removing intermediate container ea28f7f9b8c6 [2020-09-25T05:21:17.805Z] ---> a95d1cf10618 [2020-09-25T05:21:17.805Z] Step 20/22 : LABEL arch=x86_64 [2020-09-25T05:21:17.805Z] Removing intermediate container 0416134273fd [2020-09-25T05:21:17.805Z] ---> 0587195d7dea [2020-09-25T05:21:17.805Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-25T05:21:18.083Z] Removing intermediate container 70b5a07b6e0f [2020-09-25T05:21:18.083Z] ---> 80742c48ff13 [2020-09-25T05:21:18.083Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-25T05:21:18.357Z] ---> Running in 37bdff0b1548 [2020-09-25T05:21:18.357Z] ---> Running in fe84c20681c9 [2020-09-25T05:21:18.623Z] ---> f30cb19804dc [2020-09-25T05:21:18.623Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-25T05:21:18.623Z] ---> fb6994409b84 [2020-09-25T05:21:18.623Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-25T05:21:19.570Z] Removing intermediate container fe84c20681c9 [2020-09-25T05:21:19.570Z] ---> ba001d69d19a [2020-09-25T05:21:19.570Z] Step 21/22 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:21:19.841Z] Removing intermediate container 37bdff0b1548 [2020-09-25T05:21:19.841Z] ---> c0299075c6a2 [2020-09-25T05:21:19.841Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:21:20.109Z] ---> Running in 22f52b2e142a [2020-09-25T05:21:20.109Z] ---> 7806b3895ca2 [2020-09-25T05:21:20.109Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-25T05:21:20.109Z] ---> Running in a3f1dc89fa86 [2020-09-25T05:21:20.109Z] ---> fbbe9d5ec42a [2020-09-25T05:21:20.109Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-25T05:21:20.109Z] ---> Running in 13122644a036 [2020-09-25T05:21:20.414Z] Removing intermediate container 22f52b2e142a [2020-09-25T05:21:20.414Z] ---> a668bd76e892 [2020-09-25T05:21:20.414Z] Step 22/22 : LABEL version=1.2.2-dev.33 [2020-09-25T05:21:20.414Z] Removing intermediate container a3f1dc89fa86 [2020-09-25T05:21:20.414Z] ---> 6a2a68f895c7 [2020-09-25T05:21:20.414Z] Step 25/27 : LABEL arch=x86_64 [2020-09-25T05:21:20.414Z] ---> Running in d8ac97f01d67 [2020-09-25T05:21:20.414Z] ---> 8d82fb0a1019 [2020-09-25T05:21:20.414Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-25T05:21:20.687Z] Removing intermediate container 13122644a036 [2020-09-25T05:21:20.687Z] ---> 331598b1b3c0 [2020-09-25T05:21:20.687Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:21:20.687Z] ---> Running in b3d631942bcb [2020-09-25T05:21:20.687Z] ---> Running in b5a334ca1d63 [2020-09-25T05:21:20.687Z] ---> Running in d5995789d467 [2020-09-25T05:21:20.954Z] Removing intermediate container d8ac97f01d67 [2020-09-25T05:21:20.954Z] ---> 324a2e829de9 [2020-09-25T05:21:20.954Z] [2020-09-25T05:21:20.954Z] Removing intermediate container b5a334ca1d63 [2020-09-25T05:21:20.954Z] ---> 657fdf50927f [2020-09-25T05:21:20.954Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:21:21.216Z] Successfully built 324a2e829de9 [2020-09-25T05:21:21.216Z] Successfully tagged docker-support-logging-go:latest [2020-09-25T05:21:21.216Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-09-25T05:21:21.482Z] Removing intermediate container b3d631942bcb [2020-09-25T05:21:21.482Z] ---> 3e5ea8ae1c60 [2020-09-25T05:21:21.482Z] Step 26/27 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:21:21.482Z] Removing intermediate container d5995789d467 [2020-09-25T05:21:21.482Z] ---> 38d4ca4fd358 [2020-09-25T05:21:21.482Z] Step 19/21 : LABEL arch=x86_64 [2020-09-25T05:21:21.482Z] ---> Running in d44ba169ddc0 [2020-09-25T05:21:21.482Z] ---> Running in c9ac26308fd0 [2020-09-25T05:21:21.744Z] ---> Running in f620c7086e56 [2020-09-25T05:21:21.744Z] Removing intermediate container d44ba169ddc0 [2020-09-25T05:21:21.744Z] ---> 7418d96a1287 [2020-09-25T05:21:21.744Z] Step 20/22 : LABEL arch=x86_64 [2020-09-25T05:21:22.320Z] ---> Running in 9d06a99b68e9 [2020-09-25T05:21:22.320Z] Removing intermediate container c9ac26308fd0 [2020-09-25T05:21:22.320Z] ---> a40daf852947 [2020-09-25T05:21:22.320Z] Step 27/27 : LABEL version=1.2.2-dev.33 [2020-09-25T05:21:22.585Z] Removing intermediate container f620c7086e56 [2020-09-25T05:21:22.585Z] ---> 257d80b0bfd9 [2020-09-25T05:21:22.585Z] Step 20/21 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:21:22.585Z] ---> Running in ede042c0fe0d [2020-09-25T05:21:22.585Z] ---> Running in 60b3833b8c38 [2020-09-25T05:21:29.207Z] Removing intermediate container ede042c0fe0d [2020-09-25T05:21:29.207Z] ---> ac3a361d46d5 [2020-09-25T05:21:29.207Z] [2020-09-25T05:21:29.207Z] Removing intermediate container 9d06a99b68e9 [2020-09-25T05:21:29.207Z] ---> 7ac5b2f26f8e [2020-09-25T05:21:29.207Z] Step 21/22 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:21:29.207Z] Removing intermediate container 60b3833b8c38 [2020-09-25T05:21:29.207Z] ---> 9263a333e565 [2020-09-25T05:21:29.207Z] Step 21/21 : LABEL version=1.2.2-dev.33 [2020-09-25T05:21:29.207Z] Successfully built ac3a361d46d5 [2020-09-25T05:21:29.207Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-09-25T05:21:30.601Z]  Building docker-sys-mgmt-agent-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:21:30.601Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:21:30.601Z] ---> 98fb0bfa9a9d [2020-09-25T05:21:30.601Z] Step 3/26 : WORKDIR /edgex-go [2020-09-25T05:21:30.601Z] ---> Using cache [2020-09-25T05:21:30.601Z] ---> d0bc236c547b [2020-09-25T05:21:30.601Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:21:30.601Z] ---> Using cache [2020-09-25T05:21:30.601Z] ---> a59dc6d1022d [2020-09-25T05:21:30.601Z] Step 5/26 : RUN apk update && apk add make git [2020-09-25T05:21:30.601Z] ---> Using cache [2020-09-25T05:21:30.601Z] ---> d1cafca05137 [2020-09-25T05:21:30.601Z] Step 6/26 : COPY go.mod . [2020-09-25T05:21:30.601Z] ---> Using cache [2020-09-25T05:21:30.601Z] ---> 0f9949623036 [2020-09-25T05:21:30.601Z] Step 7/26 : RUN go mod download [2020-09-25T05:21:30.601Z] ---> Using cache [2020-09-25T05:21:30.601Z] ---> cffd595fb23c [2020-09-25T05:21:30.601Z] Step 8/26 : COPY . . [2020-09-25T05:21:30.601Z] ---> Using cache [2020-09-25T05:21:30.601Z] ---> 8204531dfa0e [2020-09-25T05:21:30.601Z] 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-09-25T05:21:32.522Z] Removing intermediate container 221d1f164607 [2020-09-25T05:21:32.522Z] ---> 8ddf10395633 [2020-09-25T05:21:32.522Z] [2020-09-25T05:21:32.522Z] Step 10/24 : FROM scratch [2020-09-25T05:21:32.522Z] ---> [2020-09-25T05:21:32.522Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-25T05:21:32.522Z] ---> Running in e6dae2df6c4c [2020-09-25T05:21:32.522Z] ---> Running in 3e90ebe04a63 [2020-09-25T05:21:32.522Z] ---> Running in 32bc13479fd4 [2020-09-25T05:21:32.522Z] ---> Using cache [2020-09-25T05:21:32.522Z] ---> 9a118ab80191 [2020-09-25T05:21:32.522Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-25T05:21:32.522Z] ---> Running in 8a2ebc082569 [2020-09-25T05:21:32.522Z] Removing intermediate container 3e90ebe04a63 [2020-09-25T05:21:32.522Z] ---> 2bf906f14275 [2020-09-25T05:21:32.522Z] [2020-09-25T05:21:32.785Z] Removing intermediate container 32bc13479fd4 [2020-09-25T05:21:32.785Z] ---> 142e75e20b7d [2020-09-25T05:21:32.785Z] Step 22/22 : LABEL version=1.2.2-dev.33 [2020-09-25T05:21:32.785Z] Successfully built 2bf906f14275 [2020-09-25T05:21:32.785Z] Removing intermediate container 8a2ebc082569 [2020-09-25T05:21:32.785Z] ---> 9fc7c5d7ab85 [2020-09-25T05:21:32.785Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-25T05:21:32.785Z] Successfully tagged docker-support-scheduler-go:latest [2020-09-25T05:21:32.785Z]  Building docker-support-scheduler-go ... done  ---> Running in 5299955ea166 [2020-09-25T05:21:32.785Z] ---> Running in 5518f35a3671 [2020-09-25T05:21:32.785Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-25T05:21:33.050Z] Removing intermediate container 5299955ea166 [2020-09-25T05:21:33.050Z] ---> 5cf050224155 [2020-09-25T05:21:33.050Z] [2020-09-25T05:21:33.050Z] Removing intermediate container 5518f35a3671 [2020-09-25T05:21:33.050Z] ---> dc99249d09de [2020-09-25T05:21:33.050Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-25T05:21:33.050Z] Successfully built 5cf050224155 [2020-09-25T05:21:33.050Z] Successfully tagged docker-core-command-go:latest [2020-09-25T05:21:33.312Z]  Building docker-core-command-go ... done  ---> af83c3ff71f1 [2020-09-25T05:21:33.312Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-25T05:21:34.748Z] ---> c4976bd4cad2 [2020-09-25T05:21:34.749Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-25T05:21:35.332Z] ---> 5d79b43a019a [2020-09-25T05:21:35.332Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-25T05:21:35.595Z] ---> 8b64d4eb603c [2020-09-25T05:21:35.595Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-25T05:21:36.568Z] ---> 082210947a6e [2020-09-25T05:21:36.568Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-25T05:21:36.838Z] ---> 8a7633c05475 [2020-09-25T05:21:36.838Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-25T05:21:36.838Z] ---> Running in a283ed19f677 [2020-09-25T05:21:36.838Z] Removing intermediate container a283ed19f677 [2020-09-25T05:21:36.838Z] ---> 2ae081500df0 [2020-09-25T05:21:36.838Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:21:37.122Z] ---> Running in 80209654fae9 [2020-09-25T05:21:37.392Z] Removing intermediate container 80209654fae9 [2020-09-25T05:21:37.393Z] ---> 28c8f63bff9d [2020-09-25T05:21:37.393Z] Step 22/24 : LABEL arch=x86_64 [2020-09-25T05:21:37.393Z] ---> Running in 6e851e19ad22 [2020-09-25T05:21:37.663Z] Removing intermediate container 6e851e19ad22 [2020-09-25T05:21:37.663Z] ---> 06948d0ebb02 [2020-09-25T05:21:37.663Z] Step 23/24 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:21:37.663Z] ---> Running in 8a61b2a2fc2f [2020-09-25T05:21:37.934Z] Removing intermediate container 8a61b2a2fc2f [2020-09-25T05:21:37.934Z] ---> c38a686aded9 [2020-09-25T05:21:37.934Z] Step 24/24 : LABEL version=1.2.2-dev.33 [2020-09-25T05:21:38.202Z] ---> Running in b3cce4a22fd3 [2020-09-25T05:21:38.202Z] Removing intermediate container b3cce4a22fd3 [2020-09-25T05:21:38.202Z] ---> 50c29a7802cd [2020-09-25T05:21:38.202Z] [2020-09-25T05:21:38.467Z] Successfully built 50c29a7802cd [2020-09-25T05:21:38.467Z] Successfully tagged docker-support-notifications-go:latest [2020-09-25T05:21:41.035Z]  Building docker-support-notifications-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-25T05:21:41.985Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-25T05:21:44.552Z] Removing intermediate container e6dae2df6c4c [2020-09-25T05:21:44.552Z] ---> f05822bb0102 [2020-09-25T05:21:44.552Z] [2020-09-25T05:21:44.552Z] Step 10/26 : FROM alpine:3.10 [2020-09-25T05:21:44.817Z] 3.10: Pulling from library/alpine [2020-09-25T05:21:45.769Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-25T05:21:45.769Z] Status: Downloaded newer image for alpine:3.10 [2020-09-25T05:21:45.769Z] ---> be4e4bea2c2e [2020-09-25T05:21:45.769Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-25T05:21:45.769Z] ---> Running in c669eaeef285 [2020-09-25T05:21:46.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-09-25T05:21:46.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-09-25T05:21:46.610Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-25T05:21:46.610Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-25T05:21:46.610Z] OK: 10346 distinct packages available [2020-09-25T05:21:46.610Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-25T05:21:46.610Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-25T05:21:46.610Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-25T05:21:46.610Z] (4/5) Installing curl (7.66.0-r1) [2020-09-25T05:21:46.872Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-25T05:21:46.872Z] Executing busybox-1.30.1-r3.trigger [2020-09-25T05:21:46.872Z] Executing ca-certificates-20191127-r2.trigger [2020-09-25T05:21:46.872Z] OK: 7 MiB in 19 packages [2020-09-25T05:21:48.262Z] Removing intermediate container c669eaeef285 [2020-09-25T05:21:48.262Z] ---> 2a5d31cea396 [2020-09-25T05:21:48.262Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-25T05:21:48.262Z] ---> Running in 966c269ffd32 [2020-09-25T05:21:48.262Z] Removing intermediate container 966c269ffd32 [2020-09-25T05:21:48.262Z] ---> 857332e2463a [2020-09-25T05:21:48.262Z] Step 13/26 : WORKDIR / [2020-09-25T05:21:48.262Z] ---> Running in 0bd840cee966 [2020-09-25T05:21:48.531Z] Removing intermediate container 0bd840cee966 [2020-09-25T05:21:48.531Z] ---> 284ebd1745e5 [2020-09-25T05:21:48.531Z] 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-09-25T05:21:49.105Z] ---> 8ff963486d0c [2020-09-25T05:21:49.105Z] 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-09-25T05:21:49.105Z] ---> 4141fc2bb0ea [2020-09-25T05:21:49.105Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-25T05:21:49.366Z] ---> 70527c91051b [2020-09-25T05:21:49.366Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-25T05:21:49.629Z] ---> 4b718e218967 [2020-09-25T05:21:49.629Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-25T05:21:50.203Z] ---> c2f2f319ea8d [2020-09-25T05:21:50.203Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-25T05:21:50.775Z] ---> c6c1faaa41ff [2020-09-25T05:21:50.775Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-25T05:21:51.038Z] ---> 2fa3f615ddf7 [2020-09-25T05:21:51.038Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-25T05:21:51.300Z] ---> be153ba07d1b [2020-09-25T05:21:51.300Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-25T05:21:51.300Z] ---> Running in a6406a4cd246 [2020-09-25T05:21:52.371Z] Removing intermediate container a6406a4cd246 [2020-09-25T05:21:52.371Z] ---> 3af6e74700f4 [2020-09-25T05:21:52.371Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-25T05:21:52.371Z] ---> Running in e530dff94f89 [2020-09-25T05:21:52.371Z] Removing intermediate container e530dff94f89 [2020-09-25T05:21:52.371Z] ---> ab84f42e9de6 [2020-09-25T05:21:52.371Z] Step 24/26 : LABEL arch=x86_64 [2020-09-25T05:21:52.691Z] ---> Running in 6e6445190949 [2020-09-25T05:21:52.691Z] Removing intermediate container 6e6445190949 [2020-09-25T05:21:52.691Z] ---> 207710b05179 [2020-09-25T05:21:52.691Z] Step 25/26 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:21:52.691Z] ---> Running in 5abb7bbed900 [2020-09-25T05:21:52.993Z] Removing intermediate container 5abb7bbed900 [2020-09-25T05:21:52.993Z] ---> f367fe2a869c [2020-09-25T05:21:52.993Z] Step 26/26 : LABEL version=1.2.2-dev.33 [2020-09-25T05:21:52.993Z] ---> Running in 888613d28f18 [2020-09-25T05:21:52.993Z] Removing intermediate container 888613d28f18 [2020-09-25T05:21:52.993Z] ---> f2bd42cd337a [2020-09-25T05:21:52.993Z] [2020-09-25T05:21:53.261Z] Successfully built f2bd42cd337a [2020-09-25T05:21:53.261Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-09-25T05:21:53.560Z]  Building docker-security-secretstore-setup-go ... done  [Pipeline] } [2020-09-25T05:21:53.617Z] $ docker stop --time=1 b4850e5e3f7d02677dd4c6191b67bb1b36d687fbcedf7d6da63f4784269c41db [2020-09-25T05:21:55.331Z] $ docker rm -f b4850e5e3f7d02677dd4c6191b67bb1b36d687fbcedf7d6da63f4784269c41db [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:21:55.955Z] + docker images [2020-09-25T05:21:55.955Z] + grep docker [2020-09-25T05:21:55.955Z] docker-security-secretstore-setup-go latest f2bd42cd337a 3 seconds ago 32.4MB [2020-09-25T05:21:55.955Z] docker-support-notifications-go latest 50c29a7802cd 17 seconds ago 13.6MB [2020-09-25T05:21:55.955Z] docker-support-scheduler-go latest 2bf906f14275 23 seconds ago 12.3MB [2020-09-25T05:21:55.955Z] docker-core-command-go latest 5cf050224155 23 seconds ago 12.2MB [2020-09-25T05:21:55.955Z] docker-sys-mgmt-agent-go latest ac3a361d46d5 31 seconds ago 290MB [2020-09-25T05:21:55.955Z] docker-support-logging-go latest 324a2e829de9 35 seconds ago 11.1MB [2020-09-25T05:21:55.955Z] docker-core-data-go latest 064a7b7f3b21 About a minute ago 23.6MB [2020-09-25T05:21:55.955Z] docker-security-secrets-setup-go latest 4373a865e6a8 2 minutes ago 24MB [2020-09-25T05:21:55.955Z] docker-core-metadata-go latest c1d11fd93e64 2 minutes ago 13.5MB [2020-09-25T05:21:55.955Z] docker-security-proxy-setup-go latest 55107aaeb6a9 2 minutes ago 15.8MB [2020-09-25T05:21:55.955Z] docker latest 809cc4dba987 7 days 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-09-25T05:21:56.656Z] provisioning config files... [2020-09-25T05:21:56.713Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/148@tmp/config1392970798420188324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:21:57.121Z] ---> docker-login.sh [2020-09-25T05:21:57.121Z] nexus3.edgexfoundry.org:10001 [2020-09-25T05:21:57.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:21:57.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:21:57.382Z] Configure a credential helper to remove this warning. See [2020-09-25T05:21:57.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:21:57.382Z] [2020-09-25T05:21:57.382Z] Login Succeeded [2020-09-25T05:21:57.382Z] nexus3.edgexfoundry.org:10002 [2020-09-25T05:21:57.382Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:21:57.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:21:57.644Z] Configure a credential helper to remove this warning. See [2020-09-25T05:21:57.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:21:57.644Z] [2020-09-25T05:21:57.644Z] Login Succeeded [2020-09-25T05:21:57.644Z] nexus3.edgexfoundry.org:10003 [2020-09-25T05:21:57.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:21:57.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:21:57.644Z] Configure a credential helper to remove this warning. See [2020-09-25T05:21:57.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:21:57.644Z] [2020-09-25T05:21:57.644Z] Login Succeeded [2020-09-25T05:21:57.907Z] nexus3.edgexfoundry.org:10004 [2020-09-25T05:21:57.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:21:57.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:21:57.907Z] Configure a credential helper to remove this warning. See [2020-09-25T05:21:57.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:21:57.907Z] [2020-09-25T05:21:57.907Z] Login Succeeded [2020-09-25T05:21:57.907Z] docker.io [2020-09-25T05:21:58.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:21:58.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:21:58.432Z] Configure a credential helper to remove this warning. See [2020-09-25T05:21:58.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:21:58.432Z] [2020-09-25T05:21:58.432Z] Login Succeeded [2020-09-25T05:21:58.432Z] ---> docker-login.sh ends [Pipeline] } [2020-09-25T05:21:58.442Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:21:58.656Z] [edgeXDocker.push] Tagging docker image docker-core-command-go with the following tags: [2020-09-25T05:21:58.656Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:21:58.656Z] 1.2.2-dev.33 [2020-09-25T05:21:58.656Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:21:58.656Z] master [2020-09-25T05:21:58.656Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:21:59.209Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:00.088Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:00.088Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-25T05:22:00.088Z] 8f34f133d8b0: Preparing [2020-09-25T05:22:00.088Z] e3abdde9e50e: Preparing [2020-09-25T05:22:00.088Z] e674adc9e18e: Preparing [2020-09-25T05:22:00.349Z] e674adc9e18e: Pushed [2020-09-25T05:22:00.349Z] 8f34f133d8b0: Pushed [2020-09-25T05:22:01.292Z] e3abdde9e50e: Pushed [2020-09-25T05:22:01.553Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:a45068ad702737dbc52711a170403592feabf9f2563058644718737055fb6379 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:01.865Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:02.165Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.33 [2020-09-25T05:22:02.166Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-25T05:22:02.166Z] 8f34f133d8b0: Preparing [2020-09-25T05:22:02.166Z] e3abdde9e50e: Preparing [2020-09-25T05:22:02.166Z] e674adc9e18e: Preparing [2020-09-25T05:22:02.166Z] 8f34f133d8b0: Layer already exists [2020-09-25T05:22:02.166Z] e3abdde9e50e: Layer already exists [2020-09-25T05:22:02.166Z] e674adc9e18e: Layer already exists [2020-09-25T05:22:02.166Z] 1.2.2-dev.33: digest: sha256:a45068ad702737dbc52711a170403592feabf9f2563058644718737055fb6379 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:02.470Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:02.772Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:02.772Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-25T05:22:02.772Z] 8f34f133d8b0: Preparing [2020-09-25T05:22:02.772Z] e3abdde9e50e: Preparing [2020-09-25T05:22:02.772Z] e674adc9e18e: Preparing [2020-09-25T05:22:02.772Z] 8f34f133d8b0: Layer already exists [2020-09-25T05:22:02.772Z] e3abdde9e50e: Layer already exists [2020-09-25T05:22:02.772Z] e674adc9e18e: Layer already exists [2020-09-25T05:22:02.772Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:a45068ad702737dbc52711a170403592feabf9f2563058644718737055fb6379 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:03.081Z] + docker tag docker-core-command-go nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:03.382Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go:master [2020-09-25T05:22:03.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go] [2020-09-25T05:22:03.382Z] 8f34f133d8b0: Preparing [2020-09-25T05:22:03.382Z] e3abdde9e50e: Preparing [2020-09-25T05:22:03.382Z] e674adc9e18e: Preparing [2020-09-25T05:22:03.382Z] 8f34f133d8b0: Layer already exists [2020-09-25T05:22:03.382Z] e3abdde9e50e: Layer already exists [2020-09-25T05:22:03.382Z] e674adc9e18e: Layer already exists [2020-09-25T05:22:03.382Z] master: digest: sha256:a45068ad702737dbc52711a170403592feabf9f2563058644718737055fb6379 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:03.584Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:03.637Z] taggedImages: [2020-09-25T05:22:03.637Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:03.637Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:1.2.2-dev.33 [2020-09-25T05:22:03.637Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:03.637Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go:master [Pipeline] echo [2020-09-25T05:22:03.711Z] [edgeXDocker.push] Tagging docker image docker-core-data-go with the following tags: [2020-09-25T05:22:03.711Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:03.711Z] 1.2.2-dev.33 [2020-09-25T05:22:03.711Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:03.711Z] master [2020-09-25T05:22:03.711Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:04.204Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:04.505Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:04.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-25T05:22:04.505Z] b9180ce19e43: Preparing [2020-09-25T05:22:04.505Z] 974aaa0c55e3: Preparing [2020-09-25T05:22:04.505Z] f5b3313c17a5: Preparing [2020-09-25T05:22:04.506Z] 6f2284792763: Preparing [2020-09-25T05:22:04.506Z] e60e963752f6: Preparing [2020-09-25T05:22:04.506Z] 50644c29ef5a: Preparing [2020-09-25T05:22:04.506Z] 50644c29ef5a: Waiting [2020-09-25T05:22:04.766Z] e60e963752f6: Pushed [2020-09-25T05:22:04.766Z] b9180ce19e43: Pushed [2020-09-25T05:22:04.766Z] f5b3313c17a5: Pushed [2020-09-25T05:22:04.766Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:05.029Z] 6f2284792763: Pushed [2020-09-25T05:22:05.974Z] 974aaa0c55e3: Pushed [2020-09-25T05:22:06.235Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:32df81c2f6cfe5db6cfda04ca2ae5a50ac9833b70b1c57cc7958fce68921a0a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:06.548Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:06.846Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.33 [2020-09-25T05:22:06.846Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-25T05:22:06.846Z] b9180ce19e43: Preparing [2020-09-25T05:22:06.846Z] 974aaa0c55e3: Preparing [2020-09-25T05:22:06.846Z] f5b3313c17a5: Preparing [2020-09-25T05:22:06.846Z] 6f2284792763: Preparing [2020-09-25T05:22:06.846Z] e60e963752f6: Preparing [2020-09-25T05:22:06.846Z] 50644c29ef5a: Preparing [2020-09-25T05:22:06.846Z] 50644c29ef5a: Waiting [2020-09-25T05:22:06.846Z] 6f2284792763: Layer already exists [2020-09-25T05:22:06.846Z] f5b3313c17a5: Layer already exists [2020-09-25T05:22:06.846Z] 974aaa0c55e3: Layer already exists [2020-09-25T05:22:06.846Z] e60e963752f6: Layer already exists [2020-09-25T05:22:06.846Z] b9180ce19e43: Layer already exists [2020-09-25T05:22:06.846Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:06.846Z] 1.2.2-dev.33: digest: sha256:32df81c2f6cfe5db6cfda04ca2ae5a50ac9833b70b1c57cc7958fce68921a0a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:07.152Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:07.455Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:07.455Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-25T05:22:07.455Z] b9180ce19e43: Preparing [2020-09-25T05:22:07.455Z] 974aaa0c55e3: Preparing [2020-09-25T05:22:07.455Z] f5b3313c17a5: Preparing [2020-09-25T05:22:07.455Z] 6f2284792763: Preparing [2020-09-25T05:22:07.455Z] e60e963752f6: Preparing [2020-09-25T05:22:07.455Z] 50644c29ef5a: Preparing [2020-09-25T05:22:07.455Z] 50644c29ef5a: Waiting [2020-09-25T05:22:07.455Z] b9180ce19e43: Layer already exists [2020-09-25T05:22:07.455Z] 6f2284792763: Layer already exists [2020-09-25T05:22:07.455Z] e60e963752f6: Layer already exists [2020-09-25T05:22:07.455Z] 974aaa0c55e3: Layer already exists [2020-09-25T05:22:07.455Z] f5b3313c17a5: Layer already exists [2020-09-25T05:22:07.455Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:07.455Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:32df81c2f6cfe5db6cfda04ca2ae5a50ac9833b70b1c57cc7958fce68921a0a7 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:07.769Z] + docker tag docker-core-data-go nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:08.075Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go:master [2020-09-25T05:22:08.076Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go] [2020-09-25T05:22:08.076Z] b9180ce19e43: Preparing [2020-09-25T05:22:08.076Z] 974aaa0c55e3: Preparing [2020-09-25T05:22:08.076Z] f5b3313c17a5: Preparing [2020-09-25T05:22:08.076Z] 6f2284792763: Preparing [2020-09-25T05:22:08.076Z] e60e963752f6: Preparing [2020-09-25T05:22:08.076Z] 50644c29ef5a: Preparing [2020-09-25T05:22:08.076Z] e60e963752f6: Layer already exists [2020-09-25T05:22:08.076Z] 6f2284792763: Layer already exists [2020-09-25T05:22:08.076Z] b9180ce19e43: Layer already exists [2020-09-25T05:22:08.076Z] f5b3313c17a5: Layer already exists [2020-09-25T05:22:08.076Z] 974aaa0c55e3: Layer already exists [2020-09-25T05:22:08.076Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:08.076Z] master: digest: sha256:32df81c2f6cfe5db6cfda04ca2ae5a50ac9833b70b1c57cc7958fce68921a0a7 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:08.308Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:08.357Z] taggedImages: [2020-09-25T05:22:08.357Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:08.357Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:1.2.2-dev.33 [2020-09-25T05:22:08.357Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:08.357Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go:master [Pipeline] echo [2020-09-25T05:22:08.432Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go with the following tags: [2020-09-25T05:22:08.432Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:08.432Z] 1.2.2-dev.33 [2020-09-25T05:22:08.432Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:08.432Z] master [2020-09-25T05:22:08.432Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:08.957Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:09.257Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:09.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-25T05:22:09.257Z] 56e99ed81422: Preparing [2020-09-25T05:22:09.257Z] af5812387d7e: Preparing [2020-09-25T05:22:09.257Z] f5eda0f29c04: Preparing [2020-09-25T05:22:09.257Z] 56e99ed81422: Pushed [2020-09-25T05:22:09.257Z] f5eda0f29c04: Pushed [2020-09-25T05:22:10.653Z] af5812387d7e: Pushed [2020-09-25T05:22:10.916Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:fdef6e94d065af724469f6bb3825a3c1bb90771ea30d1dff8114c365cc0fff59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:11.224Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:11.525Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.33 [2020-09-25T05:22:11.525Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-25T05:22:11.525Z] 56e99ed81422: Preparing [2020-09-25T05:22:11.525Z] af5812387d7e: Preparing [2020-09-25T05:22:11.525Z] f5eda0f29c04: Preparing [2020-09-25T05:22:11.525Z] af5812387d7e: Layer already exists [2020-09-25T05:22:11.525Z] 56e99ed81422: Layer already exists [2020-09-25T05:22:11.525Z] f5eda0f29c04: Layer already exists [2020-09-25T05:22:11.851Z] 1.2.2-dev.33: digest: sha256:fdef6e94d065af724469f6bb3825a3c1bb90771ea30d1dff8114c365cc0fff59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:12.237Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:12.541Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:12.541Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-25T05:22:12.541Z] 56e99ed81422: Preparing [2020-09-25T05:22:12.541Z] af5812387d7e: Preparing [2020-09-25T05:22:12.541Z] f5eda0f29c04: Preparing [2020-09-25T05:22:12.541Z] f5eda0f29c04: Layer already exists [2020-09-25T05:22:12.541Z] 56e99ed81422: Layer already exists [2020-09-25T05:22:12.541Z] af5812387d7e: Layer already exists [2020-09-25T05:22:12.541Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:fdef6e94d065af724469f6bb3825a3c1bb90771ea30d1dff8114c365cc0fff59 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:12.848Z] + docker tag docker-core-metadata-go nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:13.152Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [2020-09-25T05:22:13.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go] [2020-09-25T05:22:13.152Z] 56e99ed81422: Preparing [2020-09-25T05:22:13.152Z] af5812387d7e: Preparing [2020-09-25T05:22:13.152Z] f5eda0f29c04: Preparing [2020-09-25T05:22:13.152Z] af5812387d7e: Layer already exists [2020-09-25T05:22:13.152Z] f5eda0f29c04: Layer already exists [2020-09-25T05:22:13.152Z] 56e99ed81422: Layer already exists [2020-09-25T05:22:13.152Z] master: digest: sha256:fdef6e94d065af724469f6bb3825a3c1bb90771ea30d1dff8114c365cc0fff59 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:13.341Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:13.394Z] taggedImages: [2020-09-25T05:22:13.394Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:13.394Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:1.2.2-dev.33 [2020-09-25T05:22:13.394Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:13.394Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go:master [Pipeline] echo [2020-09-25T05:22:13.463Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go with the following tags: [2020-09-25T05:22:13.463Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:13.463Z] 1.2.2-dev.33 [2020-09-25T05:22:13.463Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:13.463Z] master [2020-09-25T05:22:13.463Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:14.002Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:14.303Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:14.303Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-25T05:22:14.303Z] 534ab27a8ce4: Preparing [2020-09-25T05:22:14.303Z] 1cc2fe1d9d6c: Preparing [2020-09-25T05:22:14.303Z] 4b3227668282: Preparing [2020-09-25T05:22:14.303Z] 7c5dd6ebdeca: Preparing [2020-09-25T05:22:14.303Z] 50644c29ef5a: Preparing [2020-09-25T05:22:14.303Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:14.564Z] 1cc2fe1d9d6c: Pushed [2020-09-25T05:22:14.565Z] 4b3227668282: Pushed [2020-09-25T05:22:14.827Z] 7c5dd6ebdeca: Pushed [2020-09-25T05:22:15.402Z] 534ab27a8ce4: Pushed [2020-09-25T05:22:15.402Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:3d039534b90fa623cce10b29ead7bb7dd2289a1ee3256d61fe1551d8953d2d62 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:15.710Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:16.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.33 [2020-09-25T05:22:16.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-25T05:22:16.014Z] 534ab27a8ce4: Preparing [2020-09-25T05:22:16.014Z] 1cc2fe1d9d6c: Preparing [2020-09-25T05:22:16.014Z] 4b3227668282: Preparing [2020-09-25T05:22:16.014Z] 7c5dd6ebdeca: Preparing [2020-09-25T05:22:16.014Z] 50644c29ef5a: Preparing [2020-09-25T05:22:16.014Z] 7c5dd6ebdeca: Layer already exists [2020-09-25T05:22:16.014Z] 1cc2fe1d9d6c: Layer already exists [2020-09-25T05:22:16.014Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:16.014Z] 4b3227668282: Layer already exists [2020-09-25T05:22:16.014Z] 534ab27a8ce4: Layer already exists [2020-09-25T05:22:16.014Z] 1.2.2-dev.33: digest: sha256:3d039534b90fa623cce10b29ead7bb7dd2289a1ee3256d61fe1551d8953d2d62 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:16.316Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:16.627Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:16.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-25T05:22:16.627Z] 534ab27a8ce4: Preparing [2020-09-25T05:22:16.627Z] 1cc2fe1d9d6c: Preparing [2020-09-25T05:22:16.628Z] 4b3227668282: Preparing [2020-09-25T05:22:16.628Z] 7c5dd6ebdeca: Preparing [2020-09-25T05:22:16.628Z] 50644c29ef5a: Preparing [2020-09-25T05:22:16.628Z] 4b3227668282: Layer already exists [2020-09-25T05:22:16.628Z] 1cc2fe1d9d6c: Layer already exists [2020-09-25T05:22:16.628Z] 7c5dd6ebdeca: Layer already exists [2020-09-25T05:22:16.628Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:16.628Z] 534ab27a8ce4: Layer already exists [2020-09-25T05:22:16.628Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:3d039534b90fa623cce10b29ead7bb7dd2289a1ee3256d61fe1551d8953d2d62 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:16.949Z] + docker tag docker-security-proxy-setup-go nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:17.265Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [2020-09-25T05:22:17.265Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go] [2020-09-25T05:22:17.265Z] 534ab27a8ce4: Preparing [2020-09-25T05:22:17.265Z] 1cc2fe1d9d6c: Preparing [2020-09-25T05:22:17.265Z] 4b3227668282: Preparing [2020-09-25T05:22:17.265Z] 7c5dd6ebdeca: Preparing [2020-09-25T05:22:17.265Z] 50644c29ef5a: Preparing [2020-09-25T05:22:17.265Z] 7c5dd6ebdeca: Layer already exists [2020-09-25T05:22:17.265Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:17.265Z] 1cc2fe1d9d6c: Layer already exists [2020-09-25T05:22:17.265Z] 4b3227668282: Layer already exists [2020-09-25T05:22:17.265Z] 534ab27a8ce4: Layer already exists [2020-09-25T05:22:17.265Z] master: digest: sha256:3d039534b90fa623cce10b29ead7bb7dd2289a1ee3256d61fe1551d8953d2d62 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:17.480Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:17.532Z] taggedImages: [2020-09-25T05:22:17.532Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:17.532Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:1.2.2-dev.33 [2020-09-25T05:22:17.532Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:17.532Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:master [Pipeline] echo [2020-09-25T05:22:17.603Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go with the following tags: [2020-09-25T05:22:17.603Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:17.603Z] 1.2.2-dev.33 [2020-09-25T05:22:17.603Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:17.603Z] master [2020-09-25T05:22:17.603Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:18.105Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:18.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:18.407Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-25T05:22:18.407Z] 1ec54d1f89aa: Preparing [2020-09-25T05:22:18.407Z] c628b1705df5: Preparing [2020-09-25T05:22:18.407Z] 6560d8be9ad2: Preparing [2020-09-25T05:22:18.407Z] e1faf9d52906: Preparing [2020-09-25T05:22:18.407Z] e1faf9d52906: Preparing [2020-09-25T05:22:18.407Z] 1c06d78d5f01: Preparing [2020-09-25T05:22:18.407Z] 8f287fcc1464: Preparing [2020-09-25T05:22:18.407Z] ccd10ace631b: Preparing [2020-09-25T05:22:18.407Z] 1ec54d1f89aa: Preparing [2020-09-25T05:22:18.407Z] 738d658ba61c: Preparing [2020-09-25T05:22:18.407Z] 37846b8b055c: Preparing [2020-09-25T05:22:18.407Z] f3fb3817c596: Preparing [2020-09-25T05:22:18.407Z] 50644c29ef5a: Preparing [2020-09-25T05:22:18.407Z] 738d658ba61c: Waiting [2020-09-25T05:22:18.407Z] 37846b8b055c: Waiting [2020-09-25T05:22:18.407Z] f3fb3817c596: Waiting [2020-09-25T05:22:18.407Z] 50644c29ef5a: Waiting [2020-09-25T05:22:18.407Z] 8f287fcc1464: Waiting [2020-09-25T05:22:18.407Z] ccd10ace631b: Waiting [2020-09-25T05:22:18.667Z] 1c06d78d5f01: Pushed [2020-09-25T05:22:18.668Z] c628b1705df5: Pushed [2020-09-25T05:22:18.668Z] 6560d8be9ad2: Pushed [2020-09-25T05:22:18.668Z] e1faf9d52906: Pushed [2020-09-25T05:22:18.928Z] ccd10ace631b: Pushed [2020-09-25T05:22:18.928Z] 8f287fcc1464: Pushed [2020-09-25T05:22:18.928Z] 37846b8b055c: Pushed [2020-09-25T05:22:18.928Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:18.928Z] 738d658ba61c: Pushed [2020-09-25T05:22:19.189Z] f3fb3817c596: Pushed [2020-09-25T05:22:19.449Z] 1ec54d1f89aa: Pushed [2020-09-25T05:22:19.711Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:c7b848e5ac978f6c5b78eb3aef59b8480f4f246da5547ad1bec250fcfc141bf3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:20.013Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:20.311Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.33 [2020-09-25T05:22:20.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-25T05:22:20.311Z] 1ec54d1f89aa: Preparing [2020-09-25T05:22:20.311Z] c628b1705df5: Preparing [2020-09-25T05:22:20.312Z] 6560d8be9ad2: Preparing [2020-09-25T05:22:20.312Z] e1faf9d52906: Preparing [2020-09-25T05:22:20.312Z] e1faf9d52906: Preparing [2020-09-25T05:22:20.312Z] 1c06d78d5f01: Preparing [2020-09-25T05:22:20.312Z] 8f287fcc1464: Preparing [2020-09-25T05:22:20.312Z] ccd10ace631b: Preparing [2020-09-25T05:22:20.312Z] 1ec54d1f89aa: Preparing [2020-09-25T05:22:20.312Z] 738d658ba61c: Preparing [2020-09-25T05:22:20.312Z] 37846b8b055c: Preparing [2020-09-25T05:22:20.312Z] f3fb3817c596: Preparing [2020-09-25T05:22:20.312Z] 50644c29ef5a: Preparing [2020-09-25T05:22:20.312Z] 8f287fcc1464: Waiting [2020-09-25T05:22:20.312Z] ccd10ace631b: Waiting [2020-09-25T05:22:20.312Z] 738d658ba61c: Waiting [2020-09-25T05:22:20.312Z] 37846b8b055c: Waiting [2020-09-25T05:22:20.312Z] f3fb3817c596: Waiting [2020-09-25T05:22:20.312Z] 50644c29ef5a: Waiting [2020-09-25T05:22:20.312Z] 6560d8be9ad2: Layer already exists [2020-09-25T05:22:20.312Z] 1ec54d1f89aa: Layer already exists [2020-09-25T05:22:20.312Z] 1c06d78d5f01: Layer already exists [2020-09-25T05:22:20.312Z] e1faf9d52906: Layer already exists [2020-09-25T05:22:20.312Z] c628b1705df5: Layer already exists [2020-09-25T05:22:20.312Z] 8f287fcc1464: Layer already exists [2020-09-25T05:22:20.312Z] 37846b8b055c: Layer already exists [2020-09-25T05:22:20.312Z] ccd10ace631b: Layer already exists [2020-09-25T05:22:20.312Z] 738d658ba61c: Layer already exists [2020-09-25T05:22:20.312Z] f3fb3817c596: Layer already exists [2020-09-25T05:22:20.312Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:20.312Z] 1.2.2-dev.33: digest: sha256:c7b848e5ac978f6c5b78eb3aef59b8480f4f246da5547ad1bec250fcfc141bf3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:20.616Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:20.916Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:20.916Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-25T05:22:20.916Z] 1ec54d1f89aa: Preparing [2020-09-25T05:22:20.916Z] c628b1705df5: Preparing [2020-09-25T05:22:20.916Z] 6560d8be9ad2: Preparing [2020-09-25T05:22:20.916Z] e1faf9d52906: Preparing [2020-09-25T05:22:20.916Z] e1faf9d52906: Preparing [2020-09-25T05:22:20.916Z] 1c06d78d5f01: Preparing [2020-09-25T05:22:20.916Z] 8f287fcc1464: Preparing [2020-09-25T05:22:20.916Z] ccd10ace631b: Preparing [2020-09-25T05:22:20.916Z] 1ec54d1f89aa: Preparing [2020-09-25T05:22:20.916Z] 738d658ba61c: Preparing [2020-09-25T05:22:20.916Z] 37846b8b055c: Preparing [2020-09-25T05:22:20.916Z] f3fb3817c596: Preparing [2020-09-25T05:22:20.916Z] 50644c29ef5a: Preparing [2020-09-25T05:22:20.916Z] 738d658ba61c: Waiting [2020-09-25T05:22:20.916Z] 37846b8b055c: Waiting [2020-09-25T05:22:20.916Z] f3fb3817c596: Waiting [2020-09-25T05:22:20.916Z] 50644c29ef5a: Waiting [2020-09-25T05:22:20.916Z] 8f287fcc1464: Waiting [2020-09-25T05:22:20.916Z] ccd10ace631b: Waiting [2020-09-25T05:22:20.916Z] e1faf9d52906: Layer already exists [2020-09-25T05:22:20.916Z] 6560d8be9ad2: Layer already exists [2020-09-25T05:22:20.916Z] 1ec54d1f89aa: Layer already exists [2020-09-25T05:22:20.916Z] c628b1705df5: Layer already exists [2020-09-25T05:22:20.916Z] 1c06d78d5f01: Layer already exists [2020-09-25T05:22:20.916Z] 8f287fcc1464: Layer already exists [2020-09-25T05:22:20.916Z] 738d658ba61c: Layer already exists [2020-09-25T05:22:20.916Z] ccd10ace631b: Layer already exists [2020-09-25T05:22:20.916Z] f3fb3817c596: Layer already exists [2020-09-25T05:22:20.916Z] 37846b8b055c: Layer already exists [2020-09-25T05:22:20.916Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:20.916Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:c7b848e5ac978f6c5b78eb3aef59b8480f4f246da5547ad1bec250fcfc141bf3 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:21.248Z] + docker tag docker-security-secrets-setup-go nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:21.545Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [2020-09-25T05:22:21.545Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go] [2020-09-25T05:22:21.545Z] 1ec54d1f89aa: Preparing [2020-09-25T05:22:21.545Z] c628b1705df5: Preparing [2020-09-25T05:22:21.545Z] 6560d8be9ad2: Preparing [2020-09-25T05:22:21.545Z] e1faf9d52906: Preparing [2020-09-25T05:22:21.545Z] e1faf9d52906: Preparing [2020-09-25T05:22:21.545Z] 1c06d78d5f01: Preparing [2020-09-25T05:22:21.545Z] 8f287fcc1464: Preparing [2020-09-25T05:22:21.545Z] ccd10ace631b: Preparing [2020-09-25T05:22:21.545Z] 1ec54d1f89aa: Preparing [2020-09-25T05:22:21.545Z] 738d658ba61c: Preparing [2020-09-25T05:22:21.545Z] 37846b8b055c: Preparing [2020-09-25T05:22:21.545Z] f3fb3817c596: Preparing [2020-09-25T05:22:21.545Z] 50644c29ef5a: Preparing [2020-09-25T05:22:21.545Z] 738d658ba61c: Waiting [2020-09-25T05:22:21.545Z] 37846b8b055c: Waiting [2020-09-25T05:22:21.545Z] f3fb3817c596: Waiting [2020-09-25T05:22:21.545Z] 50644c29ef5a: Waiting [2020-09-25T05:22:21.545Z] 8f287fcc1464: Waiting [2020-09-25T05:22:21.545Z] ccd10ace631b: Waiting [2020-09-25T05:22:21.545Z] e1faf9d52906: Layer already exists [2020-09-25T05:22:21.545Z] 6560d8be9ad2: Layer already exists [2020-09-25T05:22:21.545Z] c628b1705df5: Layer already exists [2020-09-25T05:22:21.545Z] 1ec54d1f89aa: Layer already exists [2020-09-25T05:22:21.545Z] 1c06d78d5f01: Layer already exists [2020-09-25T05:22:21.545Z] 738d658ba61c: Layer already exists [2020-09-25T05:22:21.545Z] 8f287fcc1464: Layer already exists [2020-09-25T05:22:21.545Z] ccd10ace631b: Layer already exists [2020-09-25T05:22:21.545Z] f3fb3817c596: Layer already exists [2020-09-25T05:22:21.545Z] 37846b8b055c: Layer already exists [2020-09-25T05:22:21.545Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:21.545Z] master: digest: sha256:c7b848e5ac978f6c5b78eb3aef59b8480f4f246da5547ad1bec250fcfc141bf3 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:21.774Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:21.826Z] taggedImages: [2020-09-25T05:22:21.826Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:21.826Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:1.2.2-dev.33 [2020-09-25T05:22:21.826Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:21.826Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:master [Pipeline] echo [2020-09-25T05:22:21.935Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go with the following tags: [2020-09-25T05:22:21.935Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:21.935Z] 1.2.2-dev.33 [2020-09-25T05:22:21.935Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:21.935Z] master [2020-09-25T05:22:21.935Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:22.447Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:22.747Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:22.747Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-25T05:22:22.747Z] 391171a19ce0: Preparing [2020-09-25T05:22:22.747Z] e52a456a0caf: Preparing [2020-09-25T05:22:22.747Z] d1a126017232: Preparing [2020-09-25T05:22:22.747Z] dcce31328adb: Preparing [2020-09-25T05:22:22.747Z] a0030fa0f15e: Preparing [2020-09-25T05:22:22.747Z] 6af583b8d71d: Preparing [2020-09-25T05:22:22.747Z] 508ec21ed063: Preparing [2020-09-25T05:22:22.747Z] bfd524b66a29: Preparing [2020-09-25T05:22:22.747Z] 2493a45859e6: Preparing [2020-09-25T05:22:22.747Z] 8f1946ca509f: Preparing [2020-09-25T05:22:22.747Z] 1b3ee35aacca: Preparing [2020-09-25T05:22:22.747Z] 6af583b8d71d: Waiting [2020-09-25T05:22:22.747Z] 508ec21ed063: Waiting [2020-09-25T05:22:22.747Z] 8f1946ca509f: Waiting [2020-09-25T05:22:22.747Z] 1b3ee35aacca: Waiting [2020-09-25T05:22:22.747Z] bfd524b66a29: Waiting [2020-09-25T05:22:22.747Z] 2493a45859e6: Waiting [2020-09-25T05:22:23.010Z] e52a456a0caf: Pushed [2020-09-25T05:22:23.010Z] 391171a19ce0: Pushed [2020-09-25T05:22:23.010Z] 6af583b8d71d: Pushed [2020-09-25T05:22:23.276Z] 508ec21ed063: Pushed [2020-09-25T05:22:23.276Z] bfd524b66a29: Pushed [2020-09-25T05:22:23.276Z] 2493a45859e6: Pushed [2020-09-25T05:22:23.536Z] 1b3ee35aacca: Layer already exists [2020-09-25T05:22:23.797Z] 8f1946ca509f: Pushed [2020-09-25T05:22:23.797Z] d1a126017232: Pushed [2020-09-25T05:22:23.797Z] dcce31328adb: Pushed [2020-09-25T05:22:24.058Z] a0030fa0f15e: Pushed [2020-09-25T05:22:24.058Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:52b63be23e2f87a3faca2c6bff2710a2492ff2a27e84fa4a972c737fae17898d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:24.366Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:24.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.33 [2020-09-25T05:22:24.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-25T05:22:24.660Z] 391171a19ce0: Preparing [2020-09-25T05:22:24.660Z] e52a456a0caf: Preparing [2020-09-25T05:22:24.660Z] d1a126017232: Preparing [2020-09-25T05:22:24.661Z] dcce31328adb: Preparing [2020-09-25T05:22:24.661Z] a0030fa0f15e: Preparing [2020-09-25T05:22:24.661Z] 6af583b8d71d: Preparing [2020-09-25T05:22:24.661Z] 508ec21ed063: Preparing [2020-09-25T05:22:24.661Z] bfd524b66a29: Preparing [2020-09-25T05:22:24.661Z] 2493a45859e6: Preparing [2020-09-25T05:22:24.661Z] 8f1946ca509f: Preparing [2020-09-25T05:22:24.661Z] 1b3ee35aacca: Preparing [2020-09-25T05:22:24.661Z] 508ec21ed063: Waiting [2020-09-25T05:22:24.661Z] bfd524b66a29: Waiting [2020-09-25T05:22:24.661Z] 2493a45859e6: Waiting [2020-09-25T05:22:24.661Z] 8f1946ca509f: Waiting [2020-09-25T05:22:24.661Z] 1b3ee35aacca: Waiting [2020-09-25T05:22:24.661Z] 6af583b8d71d: Waiting [2020-09-25T05:22:24.661Z] e52a456a0caf: Layer already exists [2020-09-25T05:22:24.661Z] a0030fa0f15e: Layer already exists [2020-09-25T05:22:24.661Z] d1a126017232: Layer already exists [2020-09-25T05:22:24.661Z] 391171a19ce0: Layer already exists [2020-09-25T05:22:24.661Z] dcce31328adb: Layer already exists [2020-09-25T05:22:24.661Z] 6af583b8d71d: Layer already exists [2020-09-25T05:22:24.661Z] 508ec21ed063: Layer already exists [2020-09-25T05:22:24.661Z] 8f1946ca509f: Layer already exists [2020-09-25T05:22:24.661Z] 2493a45859e6: Layer already exists [2020-09-25T05:22:24.661Z] bfd524b66a29: Layer already exists [2020-09-25T05:22:24.661Z] 1b3ee35aacca: Layer already exists [2020-09-25T05:22:24.661Z] 1.2.2-dev.33: digest: sha256:52b63be23e2f87a3faca2c6bff2710a2492ff2a27e84fa4a972c737fae17898d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:24.965Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:25.260Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:25.260Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-25T05:22:25.260Z] 391171a19ce0: Preparing [2020-09-25T05:22:25.260Z] e52a456a0caf: Preparing [2020-09-25T05:22:25.260Z] d1a126017232: Preparing [2020-09-25T05:22:25.260Z] dcce31328adb: Preparing [2020-09-25T05:22:25.260Z] a0030fa0f15e: Preparing [2020-09-25T05:22:25.260Z] 6af583b8d71d: Preparing [2020-09-25T05:22:25.260Z] 508ec21ed063: Preparing [2020-09-25T05:22:25.260Z] bfd524b66a29: Preparing [2020-09-25T05:22:25.260Z] 2493a45859e6: Preparing [2020-09-25T05:22:25.260Z] 8f1946ca509f: Preparing [2020-09-25T05:22:25.260Z] 1b3ee35aacca: Preparing [2020-09-25T05:22:25.260Z] 6af583b8d71d: Waiting [2020-09-25T05:22:25.260Z] 508ec21ed063: Waiting [2020-09-25T05:22:25.260Z] bfd524b66a29: Waiting [2020-09-25T05:22:25.260Z] 2493a45859e6: Waiting [2020-09-25T05:22:25.260Z] 1b3ee35aacca: Waiting [2020-09-25T05:22:25.260Z] 8f1946ca509f: Waiting [2020-09-25T05:22:25.260Z] dcce31328adb: Layer already exists [2020-09-25T05:22:25.260Z] a0030fa0f15e: Layer already exists [2020-09-25T05:22:25.260Z] 391171a19ce0: Layer already exists [2020-09-25T05:22:25.260Z] d1a126017232: Layer already exists [2020-09-25T05:22:25.260Z] e52a456a0caf: Layer already exists [2020-09-25T05:22:25.260Z] 6af583b8d71d: Layer already exists [2020-09-25T05:22:25.260Z] 508ec21ed063: Layer already exists [2020-09-25T05:22:25.260Z] 2493a45859e6: Layer already exists [2020-09-25T05:22:25.260Z] bfd524b66a29: Layer already exists [2020-09-25T05:22:25.260Z] 8f1946ca509f: Layer already exists [2020-09-25T05:22:25.260Z] 1b3ee35aacca: Layer already exists [2020-09-25T05:22:25.260Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:52b63be23e2f87a3faca2c6bff2710a2492ff2a27e84fa4a972c737fae17898d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:25.564Z] + docker tag docker-security-secretstore-setup-go nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:25.863Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [2020-09-25T05:22:25.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go] [2020-09-25T05:22:25.863Z] 391171a19ce0: Preparing [2020-09-25T05:22:25.863Z] e52a456a0caf: Preparing [2020-09-25T05:22:25.863Z] d1a126017232: Preparing [2020-09-25T05:22:25.863Z] dcce31328adb: Preparing [2020-09-25T05:22:25.863Z] a0030fa0f15e: Preparing [2020-09-25T05:22:25.863Z] 6af583b8d71d: Preparing [2020-09-25T05:22:25.863Z] 508ec21ed063: Preparing [2020-09-25T05:22:25.863Z] bfd524b66a29: Preparing [2020-09-25T05:22:25.863Z] 2493a45859e6: Preparing [2020-09-25T05:22:25.863Z] 8f1946ca509f: Preparing [2020-09-25T05:22:25.863Z] 1b3ee35aacca: Preparing [2020-09-25T05:22:25.863Z] bfd524b66a29: Waiting [2020-09-25T05:22:25.863Z] 2493a45859e6: Waiting [2020-09-25T05:22:25.863Z] 8f1946ca509f: Waiting [2020-09-25T05:22:25.863Z] 1b3ee35aacca: Waiting [2020-09-25T05:22:25.863Z] 6af583b8d71d: Waiting [2020-09-25T05:22:25.863Z] 508ec21ed063: Waiting [2020-09-25T05:22:25.863Z] a0030fa0f15e: Layer already exists [2020-09-25T05:22:25.863Z] 391171a19ce0: Layer already exists [2020-09-25T05:22:25.863Z] e52a456a0caf: Layer already exists [2020-09-25T05:22:25.863Z] d1a126017232: Layer already exists [2020-09-25T05:22:25.863Z] dcce31328adb: Layer already exists [2020-09-25T05:22:25.863Z] 508ec21ed063: Layer already exists [2020-09-25T05:22:25.863Z] 2493a45859e6: Layer already exists [2020-09-25T05:22:25.863Z] bfd524b66a29: Layer already exists [2020-09-25T05:22:25.863Z] 6af583b8d71d: Layer already exists [2020-09-25T05:22:25.863Z] 8f1946ca509f: Layer already exists [2020-09-25T05:22:25.863Z] 1b3ee35aacca: Layer already exists [2020-09-25T05:22:25.864Z] master: digest: sha256:52b63be23e2f87a3faca2c6bff2710a2492ff2a27e84fa4a972c737fae17898d size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:26.054Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:26.133Z] taggedImages: [2020-09-25T05:22:26.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:26.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:1.2.2-dev.33 [2020-09-25T05:22:26.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:26.133Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:master [Pipeline] echo [2020-09-25T05:22:26.200Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go with the following tags: [2020-09-25T05:22:26.200Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:26.200Z] 1.2.2-dev.33 [2020-09-25T05:22:26.200Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:26.200Z] master [2020-09-25T05:22:26.200Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:26.725Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:27.022Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:27.022Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-25T05:22:27.022Z] 032e3f976afb: Preparing [2020-09-25T05:22:27.022Z] 3924347339b0: Preparing [2020-09-25T05:22:27.022Z] 3f0a1d45a295: Preparing [2020-09-25T05:22:27.022Z] 9f222050506a: Preparing [2020-09-25T05:22:27.022Z] 032e3f976afb: Pushed [2020-09-25T05:22:27.022Z] 3f0a1d45a295: Pushed [2020-09-25T05:22:27.283Z] 9f222050506a: Pushed [2020-09-25T05:22:28.320Z] 3924347339b0: Pushed [2020-09-25T05:22:28.320Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:380bb0bcd1142076c65d8de0966e133fb06cc04eb9178b7a1a0ef9eee732fb81 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:28.695Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:28.995Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.33 [2020-09-25T05:22:28.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-25T05:22:28.995Z] 032e3f976afb: Preparing [2020-09-25T05:22:28.995Z] 3924347339b0: Preparing [2020-09-25T05:22:28.995Z] 3f0a1d45a295: Preparing [2020-09-25T05:22:28.995Z] 9f222050506a: Preparing [2020-09-25T05:22:28.995Z] 3f0a1d45a295: Layer already exists [2020-09-25T05:22:28.995Z] 032e3f976afb: Layer already exists [2020-09-25T05:22:28.995Z] 9f222050506a: Layer already exists [2020-09-25T05:22:28.995Z] 3924347339b0: Layer already exists [2020-09-25T05:22:28.995Z] 1.2.2-dev.33: digest: sha256:380bb0bcd1142076c65d8de0966e133fb06cc04eb9178b7a1a0ef9eee732fb81 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:29.452Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:29.752Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:29.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-25T05:22:29.753Z] 032e3f976afb: Preparing [2020-09-25T05:22:29.753Z] 3924347339b0: Preparing [2020-09-25T05:22:29.753Z] 3f0a1d45a295: Preparing [2020-09-25T05:22:29.753Z] 9f222050506a: Preparing [2020-09-25T05:22:29.753Z] 3924347339b0: Layer already exists [2020-09-25T05:22:29.753Z] 032e3f976afb: Layer already exists [2020-09-25T05:22:29.753Z] 3f0a1d45a295: Layer already exists [2020-09-25T05:22:29.753Z] 9f222050506a: Layer already exists [2020-09-25T05:22:29.753Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:380bb0bcd1142076c65d8de0966e133fb06cc04eb9178b7a1a0ef9eee732fb81 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:30.069Z] + docker tag docker-support-logging-go nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:30.374Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [2020-09-25T05:22:30.374Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go] [2020-09-25T05:22:30.374Z] 032e3f976afb: Preparing [2020-09-25T05:22:30.374Z] 3924347339b0: Preparing [2020-09-25T05:22:30.374Z] 3f0a1d45a295: Preparing [2020-09-25T05:22:30.374Z] 9f222050506a: Preparing [2020-09-25T05:22:30.374Z] 032e3f976afb: Layer already exists [2020-09-25T05:22:30.374Z] 3f0a1d45a295: Layer already exists [2020-09-25T05:22:30.374Z] 9f222050506a: Layer already exists [2020-09-25T05:22:30.374Z] 3924347339b0: Layer already exists [2020-09-25T05:22:30.374Z] master: digest: sha256:380bb0bcd1142076c65d8de0966e133fb06cc04eb9178b7a1a0ef9eee732fb81 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:30.584Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:30.637Z] taggedImages: [2020-09-25T05:22:30.637Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:30.637Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:1.2.2-dev.33 [2020-09-25T05:22:30.637Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:30.637Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go:master [Pipeline] echo [2020-09-25T05:22:30.805Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go with the following tags: [2020-09-25T05:22:30.806Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:30.806Z] 1.2.2-dev.33 [2020-09-25T05:22:30.806Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:30.806Z] master [2020-09-25T05:22:30.806Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:31.351Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:31.652Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:31.653Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-25T05:22:31.653Z] 85d2c0a6eb30: Preparing [2020-09-25T05:22:31.653Z] 49a5881a75e1: Preparing [2020-09-25T05:22:31.653Z] f25215e35885: Preparing [2020-09-25T05:22:31.653Z] ccc3d0d2d7b2: Preparing [2020-09-25T05:22:31.653Z] a7cc635d3eeb: Preparing [2020-09-25T05:22:31.653Z] 80d56ec18af4: Preparing [2020-09-25T05:22:31.653Z] 80d56ec18af4: Waiting [2020-09-25T05:22:31.913Z] a7cc635d3eeb: Pushed [2020-09-25T05:22:31.913Z] ccc3d0d2d7b2: Pushed [2020-09-25T05:22:31.913Z] f25215e35885: Pushed [2020-09-25T05:22:31.913Z] 85d2c0a6eb30: Pushed [2020-09-25T05:22:32.173Z] 80d56ec18af4: Pushed [2020-09-25T05:22:32.755Z] 49a5881a75e1: Pushed [2020-09-25T05:22:33.017Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:167ebda81688d959c3e2dfd3d635b4f3f8a736e8ab580430c1b96a9c91e2477e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:33.137Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:22:33.137Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:22:33.137Z] ---> 5befb78cde5c [2020-09-25T05:22:33.137Z] Step 3/26 : WORKDIR /edgex-go [2020-09-25T05:22:33.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:22:33.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:22:33.137Z] ---> 5befb78cde5c [2020-09-25T05:22:33.137Z] Step 3/23 : WORKDIR /edgex-go [2020-09-25T05:22:33.137Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:22:33.137Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:22:33.137Z] ---> 5befb78cde5c [2020-09-25T05:22:33.137Z] Step 3/24 : WORKDIR /edgex-go [2020-09-25T05:22:33.137Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:22:33.137Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:22:33.137Z] ---> 5befb78cde5c [2020-09-25T05:22:33.137Z] Step 3/20 : WORKDIR /edgex-go [2020-09-25T05:22:33.137Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:22:33.137Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:22:33.137Z] ---> 5befb78cde5c [2020-09-25T05:22:33.137Z] Step 3/27 : WORKDIR /edgex-go [2020-09-25T05:22:33.137Z] ---> Running in 340552d28366 [2020-09-25T05:22:33.137Z] ---> Running in 027feb033df8 [2020-09-25T05:22:33.137Z] ---> Running in 74be162f6af3 [2020-09-25T05:22:33.137Z] ---> Running in cd6219669983 [2020-09-25T05:22:33.137Z] ---> Running in 7d97297ba2c0 [2020-09-25T05:22:33.137Z] Removing intermediate container cd6219669983 [2020-09-25T05:22:33.137Z] ---> 6f67bc34cd27 [2020-09-25T05:22:33.137Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:22:33.137Z] Removing intermediate container 74be162f6af3 [2020-09-25T05:22:33.137Z] ---> 7964c2030cdb [2020-09-25T05:22:33.137Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:22:33.137Z] Removing intermediate container 027feb033df8 [2020-09-25T05:22:33.137Z] ---> 10021592b2aa [2020-09-25T05:22:33.137Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:22:33.137Z] ---> Running in 9ee01ff8a7d9 [2020-09-25T05:22:33.137Z] Removing intermediate container 7d97297ba2c0 [2020-09-25T05:22:33.137Z] ---> 826ba3bc7c0f [2020-09-25T05:22:33.137Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:22:33.137Z] Removing intermediate container 340552d28366 [2020-09-25T05:22:33.137Z] ---> f2d689d2bc7e [2020-09-25T05:22:33.137Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:22:33.137Z] ---> Running in 7a1cb7ff24a6 [2020-09-25T05:22:33.137Z] ---> Running in 959d6ebbbb90 [2020-09-25T05:22:33.137Z] ---> Running in b7dff7b2466d [2020-09-25T05:22:33.137Z] ---> Running in a109c688c091 [2020-09-25T05:22:33.137Z] Removing intermediate container 9ee01ff8a7d9 [2020-09-25T05:22:33.137Z] ---> 33e9e54e3bf1 [2020-09-25T05:22:33.137Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-09-25T05:22:33.137Z] ---> Running in 96cd2d49bdde [2020-09-25T05:22:33.137Z] Removing intermediate container 959d6ebbbb90 [2020-09-25T05:22:33.137Z] ---> 22507cad3273 [2020-09-25T05:22:33.137Z] Step 5/26 : RUN apk update && apk add make git [2020-09-25T05:22:33.137Z] ---> Running in 278a1e27eae5 [2020-09-25T05:22:33.137Z] Removing intermediate container b7dff7b2466d [2020-09-25T05:22:33.137Z] ---> bc9c5a1bd876 [2020-09-25T05:22:33.137Z] Step 5/27 : RUN apk update && apk add make bash git [2020-09-25T05:22:33.137Z] ---> Running in 0f124278e704 [2020-09-25T05:22:33.137Z] Removing intermediate container a109c688c091 [2020-09-25T05:22:33.137Z] ---> 548daee5b479 [2020-09-25T05:22:33.137Z] Step 5/20 : RUN apk update && apk add make git [2020-09-25T05:22:33.137Z] Removing intermediate container 7a1cb7ff24a6 [2020-09-25T05:22:33.137Z] ---> 3b548f9545a0 [2020-09-25T05:22:33.137Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-09-25T05:22:33.137Z] ---> Running in 72e76968948d [2020-09-25T05:22:33.137Z] ---> Running in 17ac699f8d49 [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:22:33.137Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:22:33.137Z] OK: 12623 distinct packages available [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:22:33.137Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:22:33.137Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:22:33.137Z] OK: 12623 distinct packages available [2020-09-25T05:22:33.137Z] OK: 217 MiB in 51 packages [2020-09-25T05:22:33.137Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:22:33.137Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:22:33.137Z] OK: 12623 distinct packages available [2020-09-25T05:22:33.137Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:22:33.137Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:22:33.137Z] OK: 12623 distinct packages available [2020-09-25T05:22:33.137Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:22:33.137Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:22:33.137Z] OK: 12623 distinct packages available [2020-09-25T05:22:33.137Z] OK: 217 MiB in 51 packages [2020-09-25T05:22:33.325Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:33.415Z] OK: 217 MiB in 51 packages [2020-09-25T05:22:33.625Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.33 [2020-09-25T05:22:33.625Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-25T05:22:33.625Z] 85d2c0a6eb30: Preparing [2020-09-25T05:22:33.625Z] 49a5881a75e1: Preparing [2020-09-25T05:22:33.625Z] f25215e35885: Preparing [2020-09-25T05:22:33.625Z] ccc3d0d2d7b2: Preparing [2020-09-25T05:22:33.625Z] a7cc635d3eeb: Preparing [2020-09-25T05:22:33.625Z] 80d56ec18af4: Preparing [2020-09-25T05:22:33.625Z] 80d56ec18af4: Waiting [2020-09-25T05:22:33.625Z] 49a5881a75e1: Layer already exists [2020-09-25T05:22:33.625Z] a7cc635d3eeb: Layer already exists [2020-09-25T05:22:33.625Z] ccc3d0d2d7b2: Layer already exists [2020-09-25T05:22:33.625Z] 85d2c0a6eb30: Layer already exists [2020-09-25T05:22:33.625Z] f25215e35885: Layer already exists [2020-09-25T05:22:33.625Z] 80d56ec18af4: Layer already exists [2020-09-25T05:22:33.625Z] 1.2.2-dev.33: digest: sha256:167ebda81688d959c3e2dfd3d635b4f3f8a736e8ab580430c1b96a9c91e2477e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:33.703Z] OK: 217 MiB in 51 packages [2020-09-25T05:22:33.928Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:34.010Z] OK: 217 MiB in 51 packages [2020-09-25T05:22:34.227Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:34.228Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-25T05:22:34.228Z] 85d2c0a6eb30: Preparing [2020-09-25T05:22:34.228Z] 49a5881a75e1: Preparing [2020-09-25T05:22:34.228Z] f25215e35885: Preparing [2020-09-25T05:22:34.228Z] ccc3d0d2d7b2: Preparing [2020-09-25T05:22:34.228Z] a7cc635d3eeb: Preparing [2020-09-25T05:22:34.228Z] 80d56ec18af4: Preparing [2020-09-25T05:22:34.228Z] 80d56ec18af4: Waiting [2020-09-25T05:22:34.228Z] ccc3d0d2d7b2: Layer already exists [2020-09-25T05:22:34.228Z] f25215e35885: Layer already exists [2020-09-25T05:22:34.228Z] a7cc635d3eeb: Layer already exists [2020-09-25T05:22:34.228Z] 85d2c0a6eb30: Layer already exists [2020-09-25T05:22:34.228Z] 49a5881a75e1: Layer already exists [2020-09-25T05:22:34.228Z] 80d56ec18af4: Layer already exists [2020-09-25T05:22:34.228Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:167ebda81688d959c3e2dfd3d635b4f3f8a736e8ab580430c1b96a9c91e2477e size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:34.289Z] Removing intermediate container 96cd2d49bdde [2020-09-25T05:22:34.290Z] ---> 5b090a6c459b [2020-09-25T05:22:34.290Z] Step 6/24 : COPY go.mod . [2020-09-25T05:22:34.541Z] + docker tag docker-support-notifications-go nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:34.842Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [2020-09-25T05:22:34.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go] [2020-09-25T05:22:34.842Z] 85d2c0a6eb30: Preparing [2020-09-25T05:22:34.842Z] 49a5881a75e1: Preparing [2020-09-25T05:22:34.842Z] f25215e35885: Preparing [2020-09-25T05:22:34.842Z] ccc3d0d2d7b2: Preparing [2020-09-25T05:22:34.842Z] a7cc635d3eeb: Preparing [2020-09-25T05:22:34.842Z] 80d56ec18af4: Preparing [2020-09-25T05:22:34.842Z] 80d56ec18af4: Waiting [2020-09-25T05:22:34.842Z] a7cc635d3eeb: Layer already exists [2020-09-25T05:22:34.842Z] ccc3d0d2d7b2: Layer already exists [2020-09-25T05:22:34.842Z] f25215e35885: Layer already exists [2020-09-25T05:22:34.842Z] 49a5881a75e1: Layer already exists [2020-09-25T05:22:34.842Z] 85d2c0a6eb30: Layer already exists [2020-09-25T05:22:34.842Z] 80d56ec18af4: Layer already exists [2020-09-25T05:22:34.842Z] master: digest: sha256:167ebda81688d959c3e2dfd3d635b4f3f8a736e8ab580430c1b96a9c91e2477e size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [2020-09-25T05:22:34.903Z] Removing intermediate container 278a1e27eae5 [2020-09-25T05:22:34.903Z] ---> 9a47c59446e1 [2020-09-25T05:22:34.903Z] Step 6/26 : COPY go.mod . [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:35.036Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:35.105Z] taggedImages: [2020-09-25T05:22:35.105Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:35.105Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:1.2.2-dev.33 [2020-09-25T05:22:35.105Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:35.105Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go:master [Pipeline] echo [2020-09-25T05:22:35.177Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go with the following tags: [2020-09-25T05:22:35.177Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:35.177Z] 1.2.2-dev.33 [2020-09-25T05:22:35.177Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:35.177Z] master [2020-09-25T05:22:35.177Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:35.508Z] Removing intermediate container 0f124278e704 [2020-09-25T05:22:35.508Z] ---> e1cd1b6b4408 [2020-09-25T05:22:35.508Z] Step 6/27 : COPY go.mod . [2020-09-25T05:22:35.508Z] ---> 5416393f9892 [2020-09-25T05:22:35.508Z] Step 7/24 : RUN go mod download [2020-09-25T05:22:35.672Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:35.785Z] Removing intermediate container 17ac699f8d49 [2020-09-25T05:22:35.785Z] ---> 1756e499d6fd [2020-09-25T05:22:35.785Z] Step 6/23 : COPY go.mod . [2020-09-25T05:22:35.785Z] ---> Running in 7a9e18ea57be [2020-09-25T05:22:35.785Z] Removing intermediate container 72e76968948d [2020-09-25T05:22:35.785Z] ---> 9024f5ecca6c [2020-09-25T05:22:35.785Z] Step 6/20 : COPY go.mod . [2020-09-25T05:22:35.971Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:35.971Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-25T05:22:35.971Z] d5c27843f33b: Preparing [2020-09-25T05:22:35.971Z] 60950e825ad5: Preparing [2020-09-25T05:22:35.971Z] 5e7022b431f9: Preparing [2020-09-25T05:22:36.059Z] ---> 09f0a94318b9 [2020-09-25T05:22:36.059Z] Step 7/26 : RUN go mod download [2020-09-25T05:22:36.232Z] 5e7022b431f9: Pushed [2020-09-25T05:22:36.232Z] d5c27843f33b: Pushed [2020-09-25T05:22:36.337Z] ---> Running in 6af6a185fae6 [2020-09-25T05:22:36.615Z] ---> cf37c7a37f3a [2020-09-25T05:22:36.615Z] Step 7/27 : RUN go mod download [2020-09-25T05:22:36.890Z] ---> afbe44fa9d03 [2020-09-25T05:22:36.890Z] Step 7/23 : RUN go mod download [2020-09-25T05:22:36.890Z] ---> Running in 3562325fa3d3 [2020-09-25T05:22:37.176Z] ---> Running in bf625f718971 [2020-09-25T05:22:37.176Z] ---> 4ec6c6802989 [2020-09-25T05:22:37.176Z] Step 7/20 : RUN go mod download [2020-09-25T05:22:37.187Z] 60950e825ad5: Pushed [2020-09-25T05:22:37.187Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:87e7359ddf82943f3334c53ca68cd2aab28ded04253d89fe4b95def459b6cade size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:37.491Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:37.784Z] ---> Running in 78e480cb81b2 [2020-09-25T05:22:37.795Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.33 [2020-09-25T05:22:37.795Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-25T05:22:37.795Z] d5c27843f33b: Preparing [2020-09-25T05:22:37.795Z] 60950e825ad5: Preparing [2020-09-25T05:22:37.795Z] 5e7022b431f9: Preparing [2020-09-25T05:22:37.795Z] 60950e825ad5: Layer already exists [2020-09-25T05:22:37.795Z] d5c27843f33b: Layer already exists [2020-09-25T05:22:37.795Z] 5e7022b431f9: Layer already exists [2020-09-25T05:22:37.795Z] 1.2.2-dev.33: digest: sha256:87e7359ddf82943f3334c53ca68cd2aab28ded04253d89fe4b95def459b6cade size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:38.105Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:38.406Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:38.406Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-25T05:22:38.406Z] d5c27843f33b: Preparing [2020-09-25T05:22:38.406Z] 60950e825ad5: Preparing [2020-09-25T05:22:38.406Z] 5e7022b431f9: Preparing [2020-09-25T05:22:38.406Z] d5c27843f33b: Layer already exists [2020-09-25T05:22:38.406Z] 5e7022b431f9: Layer already exists [2020-09-25T05:22:38.406Z] 60950e825ad5: Layer already exists [2020-09-25T05:22:38.406Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:87e7359ddf82943f3334c53ca68cd2aab28ded04253d89fe4b95def459b6cade size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:38.708Z] + docker tag docker-support-scheduler-go nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:39.005Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [2020-09-25T05:22:39.005Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go] [2020-09-25T05:22:39.005Z] d5c27843f33b: Preparing [2020-09-25T05:22:39.005Z] 60950e825ad5: Preparing [2020-09-25T05:22:39.005Z] 5e7022b431f9: Preparing [2020-09-25T05:22:39.005Z] d5c27843f33b: Layer already exists [2020-09-25T05:22:39.005Z] 5e7022b431f9: Layer already exists [2020-09-25T05:22:39.005Z] 60950e825ad5: Layer already exists [2020-09-25T05:22:39.005Z] master: digest: sha256:87e7359ddf82943f3334c53ca68cd2aab28ded04253d89fe4b95def459b6cade size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:39.222Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:39.277Z] taggedImages: [2020-09-25T05:22:39.277Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:39.277Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:1.2.2-dev.33 [2020-09-25T05:22:39.277Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:39.277Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:master [Pipeline] echo [2020-09-25T05:22:39.348Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go with the following tags: [2020-09-25T05:22:39.348Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:39.348Z] 1.2.2-dev.33 [2020-09-25T05:22:39.348Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:39.348Z] master [2020-09-25T05:22:39.348Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:39.838Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:40.135Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:40.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-25T05:22:40.135Z] 4e99cac56e3f: Preparing [2020-09-25T05:22:40.135Z] 6bff4024934f: Preparing [2020-09-25T05:22:40.135Z] 8c4987f97696: Preparing [2020-09-25T05:22:40.135Z] 6cccbd4cd2e9: Preparing [2020-09-25T05:22:40.135Z] e871c283324b: Preparing [2020-09-25T05:22:40.135Z] 33f4d153f411: Preparing [2020-09-25T05:22:40.135Z] 35c1496521d9: Preparing [2020-09-25T05:22:40.135Z] 527eef706b20: Preparing [2020-09-25T05:22:40.135Z] 224742e9e948: Preparing [2020-09-25T05:22:40.135Z] 5391e5290f13: Preparing [2020-09-25T05:22:40.135Z] 13baed61c795: Preparing [2020-09-25T05:22:40.135Z] 51d6d3d09136: Preparing [2020-09-25T05:22:40.135Z] 1507bc794612: Preparing [2020-09-25T05:22:40.135Z] 50644c29ef5a: Preparing [2020-09-25T05:22:40.135Z] 224742e9e948: Waiting [2020-09-25T05:22:40.135Z] 5391e5290f13: Waiting [2020-09-25T05:22:40.135Z] 13baed61c795: Waiting [2020-09-25T05:22:40.135Z] 51d6d3d09136: Waiting [2020-09-25T05:22:40.135Z] 1507bc794612: Waiting [2020-09-25T05:22:40.135Z] 33f4d153f411: Waiting [2020-09-25T05:22:40.135Z] 50644c29ef5a: Waiting [2020-09-25T05:22:40.135Z] 35c1496521d9: Waiting [2020-09-25T05:22:40.135Z] 527eef706b20: Waiting [2020-09-25T05:22:40.413Z] e871c283324b: Pushed [2020-09-25T05:22:40.413Z] 4e99cac56e3f: Pushed [2020-09-25T05:22:40.448Z] Removing intermediate container 7a9e18ea57be [2020-09-25T05:22:40.448Z] ---> 2b15e555eb85 [2020-09-25T05:22:40.448Z] Step 8/24 : COPY . . [2020-09-25T05:22:40.674Z] 6cccbd4cd2e9: Pushed [2020-09-25T05:22:40.674Z] 527eef706b20: Layer already exists [2020-09-25T05:22:40.674Z] 224742e9e948: Layer already exists [2020-09-25T05:22:40.674Z] 35c1496521d9: Pushed [2020-09-25T05:22:40.724Z] Removing intermediate container 6af6a185fae6 [2020-09-25T05:22:40.724Z] ---> 2863336b3895 [2020-09-25T05:22:40.724Z] Step 8/26 : COPY . . [2020-09-25T05:22:40.937Z] 5391e5290f13: Layer already exists [2020-09-25T05:22:40.937Z] 13baed61c795: Layer already exists [2020-09-25T05:22:40.937Z] 51d6d3d09136: Layer already exists [2020-09-25T05:22:40.937Z] 1507bc794612: Layer already exists [2020-09-25T05:22:40.937Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:41.512Z] 33f4d153f411: Pushed [2020-09-25T05:22:41.777Z] 6bff4024934f: Pushed [2020-09-25T05:22:42.719Z] Removing intermediate container 3562325fa3d3 [2020-09-25T05:22:42.720Z] ---> fe838f1d3b24 [2020-09-25T05:22:42.720Z] Step 8/27 : COPY . . [2020-09-25T05:22:42.720Z] Removing intermediate container bf625f718971 [2020-09-25T05:22:42.720Z] ---> 5025d3255208 [2020-09-25T05:22:42.720Z] Step 8/23 : COPY . . [2020-09-25T05:22:42.995Z] Removing intermediate container 78e480cb81b2 [2020-09-25T05:22:42.995Z] ---> 193657aa8c68 [2020-09-25T05:22:42.995Z] Step 8/20 : COPY . . [2020-09-25T05:22:48.379Z] 8c4987f97696: Pushed [2020-09-25T05:22:48.380Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:60b0fe33056da16c271362fc7a8c4ba67e341038e1d49adb3495f9824173a815 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:48.694Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:48.994Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.33 [2020-09-25T05:22:48.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-25T05:22:48.995Z] 4e99cac56e3f: Preparing [2020-09-25T05:22:48.995Z] 6bff4024934f: Preparing [2020-09-25T05:22:48.995Z] 8c4987f97696: Preparing [2020-09-25T05:22:48.995Z] 6cccbd4cd2e9: Preparing [2020-09-25T05:22:48.995Z] e871c283324b: Preparing [2020-09-25T05:22:48.995Z] 33f4d153f411: Preparing [2020-09-25T05:22:48.995Z] 35c1496521d9: Preparing [2020-09-25T05:22:48.995Z] 527eef706b20: Preparing [2020-09-25T05:22:48.995Z] 224742e9e948: Preparing [2020-09-25T05:22:48.995Z] 5391e5290f13: Preparing [2020-09-25T05:22:48.995Z] 13baed61c795: Preparing [2020-09-25T05:22:48.995Z] 51d6d3d09136: Preparing [2020-09-25T05:22:48.995Z] 1507bc794612: Preparing [2020-09-25T05:22:48.995Z] 50644c29ef5a: Preparing [2020-09-25T05:22:48.995Z] 35c1496521d9: Waiting [2020-09-25T05:22:48.995Z] 527eef706b20: Waiting [2020-09-25T05:22:48.995Z] 224742e9e948: Waiting [2020-09-25T05:22:48.995Z] 33f4d153f411: Waiting [2020-09-25T05:22:48.995Z] 5391e5290f13: Waiting [2020-09-25T05:22:48.995Z] 13baed61c795: Waiting [2020-09-25T05:22:48.995Z] 51d6d3d09136: Waiting [2020-09-25T05:22:48.995Z] 1507bc794612: Waiting [2020-09-25T05:22:48.995Z] 50644c29ef5a: Waiting [2020-09-25T05:22:48.995Z] 4e99cac56e3f: Layer already exists [2020-09-25T05:22:48.995Z] 6cccbd4cd2e9: Layer already exists [2020-09-25T05:22:48.995Z] e871c283324b: Layer already exists [2020-09-25T05:22:48.995Z] 8c4987f97696: Layer already exists [2020-09-25T05:22:48.995Z] 6bff4024934f: Layer already exists [2020-09-25T05:22:48.995Z] 33f4d153f411: Layer already exists [2020-09-25T05:22:48.995Z] 527eef706b20: Layer already exists [2020-09-25T05:22:48.995Z] 35c1496521d9: Layer already exists [2020-09-25T05:22:48.995Z] 5391e5290f13: Layer already exists [2020-09-25T05:22:48.995Z] 224742e9e948: Layer already exists [2020-09-25T05:22:48.995Z] 13baed61c795: Layer already exists [2020-09-25T05:22:48.995Z] 51d6d3d09136: Layer already exists [2020-09-25T05:22:48.995Z] 1507bc794612: Layer already exists [2020-09-25T05:22:48.995Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:49.415Z] 1.2.2-dev.33: digest: sha256:60b0fe33056da16c271362fc7a8c4ba67e341038e1d49adb3495f9824173a815 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:49.808Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:50.113Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:50.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-25T05:22:50.113Z] 4e99cac56e3f: Preparing [2020-09-25T05:22:50.113Z] 6bff4024934f: Preparing [2020-09-25T05:22:50.113Z] 8c4987f97696: Preparing [2020-09-25T05:22:50.113Z] 6cccbd4cd2e9: Preparing [2020-09-25T05:22:50.113Z] e871c283324b: Preparing [2020-09-25T05:22:50.113Z] 33f4d153f411: Preparing [2020-09-25T05:22:50.113Z] 35c1496521d9: Preparing [2020-09-25T05:22:50.113Z] 527eef706b20: Preparing [2020-09-25T05:22:50.113Z] 224742e9e948: Preparing [2020-09-25T05:22:50.113Z] 5391e5290f13: Preparing [2020-09-25T05:22:50.113Z] 13baed61c795: Preparing [2020-09-25T05:22:50.113Z] 51d6d3d09136: Preparing [2020-09-25T05:22:50.113Z] 1507bc794612: Preparing [2020-09-25T05:22:50.113Z] 50644c29ef5a: Preparing [2020-09-25T05:22:50.113Z] 33f4d153f411: Waiting [2020-09-25T05:22:50.113Z] 35c1496521d9: Waiting [2020-09-25T05:22:50.113Z] 527eef706b20: Waiting [2020-09-25T05:22:50.113Z] 224742e9e948: Waiting [2020-09-25T05:22:50.113Z] 5391e5290f13: Waiting [2020-09-25T05:22:50.113Z] 13baed61c795: Waiting [2020-09-25T05:22:50.113Z] 51d6d3d09136: Waiting [2020-09-25T05:22:50.113Z] 1507bc794612: Waiting [2020-09-25T05:22:50.113Z] 50644c29ef5a: Waiting [2020-09-25T05:22:50.113Z] 6cccbd4cd2e9: Layer already exists [2020-09-25T05:22:50.113Z] e871c283324b: Layer already exists [2020-09-25T05:22:50.113Z] 8c4987f97696: Layer already exists [2020-09-25T05:22:50.113Z] 6bff4024934f: Layer already exists [2020-09-25T05:22:50.113Z] 4e99cac56e3f: Layer already exists [2020-09-25T05:22:50.113Z] 33f4d153f411: Layer already exists [2020-09-25T05:22:50.113Z] 527eef706b20: Layer already exists [2020-09-25T05:22:50.113Z] 224742e9e948: Layer already exists [2020-09-25T05:22:50.113Z] 5391e5290f13: Layer already exists [2020-09-25T05:22:50.113Z] 13baed61c795: Layer already exists [2020-09-25T05:22:50.113Z] 35c1496521d9: Layer already exists [2020-09-25T05:22:50.113Z] 51d6d3d09136: Layer already exists [2020-09-25T05:22:50.113Z] 1507bc794612: Layer already exists [2020-09-25T05:22:50.113Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:50.113Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:60b0fe33056da16c271362fc7a8c4ba67e341038e1d49adb3495f9824173a815 size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:50.417Z] + docker tag docker-sys-mgmt-agent-go nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:22:50.718Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:master [2020-09-25T05:22:50.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go] [2020-09-25T05:22:50.718Z] 4e99cac56e3f: Preparing [2020-09-25T05:22:50.718Z] 6bff4024934f: Preparing [2020-09-25T05:22:50.718Z] 8c4987f97696: Preparing [2020-09-25T05:22:50.718Z] 6cccbd4cd2e9: Preparing [2020-09-25T05:22:50.718Z] e871c283324b: Preparing [2020-09-25T05:22:50.718Z] 33f4d153f411: Preparing [2020-09-25T05:22:50.718Z] 35c1496521d9: Preparing [2020-09-25T05:22:50.718Z] 527eef706b20: Preparing [2020-09-25T05:22:50.718Z] 224742e9e948: Preparing [2020-09-25T05:22:50.718Z] 5391e5290f13: Preparing [2020-09-25T05:22:50.718Z] 13baed61c795: Preparing [2020-09-25T05:22:50.718Z] 51d6d3d09136: Preparing [2020-09-25T05:22:50.718Z] 1507bc794612: Preparing [2020-09-25T05:22:50.718Z] 50644c29ef5a: Preparing [2020-09-25T05:22:50.718Z] 33f4d153f411: Waiting [2020-09-25T05:22:50.718Z] 5391e5290f13: Waiting [2020-09-25T05:22:50.718Z] 35c1496521d9: Waiting [2020-09-25T05:22:50.718Z] 1507bc794612: Waiting [2020-09-25T05:22:50.718Z] 50644c29ef5a: Waiting [2020-09-25T05:22:50.718Z] 13baed61c795: Waiting [2020-09-25T05:22:50.718Z] 51d6d3d09136: Waiting [2020-09-25T05:22:50.718Z] 527eef706b20: Waiting [2020-09-25T05:22:50.718Z] 224742e9e948: Waiting [2020-09-25T05:22:50.718Z] 6cccbd4cd2e9: Layer already exists [2020-09-25T05:22:50.718Z] e871c283324b: Layer already exists [2020-09-25T05:22:50.718Z] 8c4987f97696: Layer already exists [2020-09-25T05:22:50.718Z] 6bff4024934f: Layer already exists [2020-09-25T05:22:50.718Z] 4e99cac56e3f: Layer already exists [2020-09-25T05:22:50.718Z] 33f4d153f411: Layer already exists [2020-09-25T05:22:50.718Z] 35c1496521d9: Layer already exists [2020-09-25T05:22:50.718Z] 527eef706b20: Layer already exists [2020-09-25T05:22:50.718Z] 5391e5290f13: Layer already exists [2020-09-25T05:22:50.718Z] 224742e9e948: Layer already exists [2020-09-25T05:22:50.718Z] 13baed61c795: Layer already exists [2020-09-25T05:22:50.718Z] 51d6d3d09136: Layer already exists [2020-09-25T05:22:50.718Z] 50644c29ef5a: Layer already exists [2020-09-25T05:22:50.718Z] 1507bc794612: Layer already exists [2020-09-25T05:22:50.718Z] master: digest: sha256:60b0fe33056da16c271362fc7a8c4ba67e341038e1d49adb3495f9824173a815 size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:22:50.901Z] ===================================================== [Pipeline] echo [2020-09-25T05:22:50.945Z] taggedImages: [2020-09-25T05:22:50.946Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:22:50.946Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:1.2.2-dev.33 [2020-09-25T05:22:50.946Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:22:50.946Z] - 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-09-25T05:23:05.237Z] ---> 754804e78734 [2020-09-25T05:23:05.238Z] 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-09-25T05:23:05.238Z] ---> 3dec80d9a95f [2020-09-25T05:23:05.238Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-09-25T05:23:05.238Z] ---> fc723ae399d9 [2020-09-25T05:23:05.238Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-09-25T05:23:05.238Z] ---> 884a673ba07e [2020-09-25T05:23:05.238Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-09-25T05:23:05.238Z] ---> Running in f4eb1b09fcba [2020-09-25T05:23:05.238Z] ---> Running in 3595de64412d [2020-09-25T05:23:05.238Z] ---> Running in bdbfeedca0b9 [2020-09-25T05:23:05.238Z] ---> Running in 9c8ac57c76ee [2020-09-25T05:23:05.238Z] ---> 54a7ae906fac [2020-09-25T05:23:05.238Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-09-25T05:23:05.238Z] ---> Running in 6d214ad48f3c [2020-09-25T05:23:06.226Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-09-25T05:23:07.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-09-25T05:23:07.213Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/core-data/core-data ./cmd/core-data [2020-09-25T05:23:07.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-09-25T05:23:07.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-09-25T05:24:29.093Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-09-25T05:24:29.093Z] Removing intermediate container 6d214ad48f3c [2020-09-25T05:24:29.093Z] ---> 4a106c2a454c [2020-09-25T05:24:29.093Z] [2020-09-25T05:24:29.093Z] Step 10/20 : FROM alpine [2020-09-25T05:24:29.093Z] latest: Pulling from library/alpine [2020-09-25T05:24:29.093Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-09-25T05:24:29.093Z] Status: Downloaded newer image for alpine:latest [2020-09-25T05:24:29.093Z] ---> 62ee0e9f8440 [2020-09-25T05:24:29.093Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-09-25T05:24:29.093Z] ---> Running in 38e23c4c2a57 [2020-09-25T05:24:30.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:24:30.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:24:30.971Z] v3.12.0-351-gc8b5ea21f0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:24:30.971Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:24:30.971Z] OK: 12621 distinct packages available [2020-09-25T05:24:31.954Z] (1/4) Installing ca-certificates (20191127-r4) [2020-09-25T05:24:31.954Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-09-25T05:24:31.954Z] (3/4) Installing libcurl (7.69.1-r1) [2020-09-25T05:24:31.954Z] (4/4) Installing curl (7.69.1-r1) [2020-09-25T05:24:31.954Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:24:31.955Z] Executing ca-certificates-20191127-r4.trigger [2020-09-25T05:24:32.552Z] OK: 7 MiB in 18 packages [2020-09-25T05:24:35.221Z] Removing intermediate container 38e23c4c2a57 [2020-09-25T05:24:35.221Z] ---> 9bcec2108694 [2020-09-25T05:24:35.221Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-25T05:24:35.824Z] ---> Running in 2c1e66d26495 [2020-09-25T05:24:35.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-09-25T05:24:36.809Z] Removing intermediate container 2c1e66d26495 [2020-09-25T05:24:36.809Z] ---> 388966ecb813 [2020-09-25T05:24:36.809Z] Step 13/20 : WORKDIR /edgex [2020-09-25T05:24:37.415Z] ---> Running in 459614ad7c98 [2020-09-25T05:24:38.406Z] Removing intermediate container bdbfeedca0b9 [2020-09-25T05:24:38.406Z] ---> 76b8ce241666 [2020-09-25T05:24:38.406Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-09-25T05:24:38.406Z] Removing intermediate container 459614ad7c98 [2020-09-25T05:24:38.406Z] ---> 872b3792089c [2020-09-25T05:24:38.406Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-09-25T05:24:38.406Z] ---> Running in 19fe58c386cf [2020-09-25T05:24:39.861Z] ---> 26abf4cc995d [2020-09-25T05:24:39.861Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-09-25T05:24:41.329Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-09-25T05:24:41.933Z] ---> c0e5d920a9eb [2020-09-25T05:24:41.933Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-09-25T05:24:41.933Z] ---> Running in 5218b8da26ee [2020-09-25T05:24:42.535Z] Removing intermediate container 5218b8da26ee [2020-09-25T05:24:42.535Z] ---> 2aad6fb6fa2a [2020-09-25T05:24:42.535Z] Step 17/20 : CMD ["--init=true"] [2020-09-25T05:24:42.812Z] ---> Running in 4fa84bbdb796 [2020-09-25T05:24:43.412Z] Removing intermediate container 4fa84bbdb796 [2020-09-25T05:24:43.412Z] ---> 39296c9f7213 [2020-09-25T05:24:43.412Z] Step 18/20 : LABEL arch=arm64 [2020-09-25T05:24:43.689Z] ---> Running in 55e1e12052d8 [2020-09-25T05:24:44.736Z] Removing intermediate container 55e1e12052d8 [2020-09-25T05:24:44.736Z] ---> 952b042b39b5 [2020-09-25T05:24:44.736Z] Step 19/20 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:24:45.010Z] ---> Running in 63ec08714ef5 [2020-09-25T05:24:45.998Z] Removing intermediate container 63ec08714ef5 [2020-09-25T05:24:45.998Z] ---> 6874fe5cdbb5 [2020-09-25T05:24:45.998Z] Step 20/20 : LABEL version=1.2.2-dev.33 [2020-09-25T05:24:46.599Z] ---> Running in 35ebbfadc81f [2020-09-25T05:24:47.591Z] Removing intermediate container 35ebbfadc81f [2020-09-25T05:24:47.591Z] ---> fce9c121046b [2020-09-25T05:24:47.591Z] [2020-09-25T05:24:47.874Z] Removing intermediate container 19fe58c386cf [2020-09-25T05:24:47.874Z] ---> bb44f2f40eaa [2020-09-25T05:24:47.874Z] [2020-09-25T05:24:47.874Z] Step 11/27 : FROM docker:latest [2020-09-25T05:24:47.874Z] ---> 45884bde0078 [2020-09-25T05:24:47.874Z] Step 12/27 : RUN apk add --no-cache bash [2020-09-25T05:24:48.151Z] ---> Running in c85e76b2c78d [2020-09-25T05:24:48.431Z] Successfully built fce9c121046b [2020-09-25T05:24:48.711Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-09-25T05:24:48.711Z] Building docker-core-command-go [2020-09-25T05:24:48.987Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container f4eb1b09fcba [2020-09-25T05:24:48.987Z] ---> d2ba66dd6e03 [2020-09-25T05:24:48.987Z] [2020-09-25T05:24:48.987Z] Step 10/26 : FROM alpine:3.10 [2020-09-25T05:24:49.262Z] 3.10: Pulling from library/alpine [2020-09-25T05:24:51.249Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-09-25T05:24:51.249Z] Status: Downloaded newer image for alpine:3.10 [2020-09-25T05:24:51.249Z] ---> 536a684cf733 [2020-09-25T05:24:51.249Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-09-25T05:24:51.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:24:51.249Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:24:52.369Z] (1/2) Installing readline (8.0.4-r0) [2020-09-25T05:24:52.369Z] ---> Running in acca71f75dba [2020-09-25T05:24:52.369Z] (2/2) Installing bash (5.0.17-r0) [2020-09-25T05:24:52.369Z] Executing bash-5.0.17-r0.post-install [2020-09-25T05:24:52.369Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:24:52.369Z] OK: 12 MiB in 22 packages [2020-09-25T05:24:56.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:24:56.044Z] Removing intermediate container c85e76b2c78d [2020-09-25T05:24:56.044Z] ---> 4dc4924c8c94 [2020-09-25T05:24:56.044Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-09-25T05:24:56.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:24:56.642Z] ---> Running in 3541bd5191b0 [2020-09-25T05:24:57.277Z] v3.10.5-91-gd6ceee47a2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-09-25T05:24:57.277Z] v3.10.5-92-g0ca6a6f012 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-09-25T05:24:57.277Z] OK: 10167 distinct packages available [2020-09-25T05:24:58.268Z] (1/5) Installing ca-certificates (20191127-r2) [2020-09-25T05:24:58.552Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-09-25T05:24:58.552Z] (3/5) Installing libcurl (7.66.0-r1) [2020-09-25T05:24:58.552Z] (4/5) Installing curl (7.66.0-r1) [2020-09-25T05:24:58.552Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-09-25T05:24:58.552Z] Executing busybox-1.30.1-r3.trigger [2020-09-25T05:24:58.552Z] Executing ca-certificates-20191127-r2.trigger [2020-09-25T05:24:58.832Z] Removing intermediate container 3595de64412d [2020-09-25T05:24:58.832Z] ---> 186051a1b62c [2020-09-25T05:24:58.832Z] [2020-09-25T05:24:58.832Z] Step 10/24 : FROM scratch [2020-09-25T05:24:58.832Z] ---> [2020-09-25T05:24:58.832Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-25T05:24:58.832Z] OK: 7 MiB in 19 packages [2020-09-25T05:24:59.108Z] ---> Running in 44e2b89069df [2020-09-25T05:25:00.566Z] Removing intermediate container 44e2b89069df [2020-09-25T05:25:00.566Z] ---> eda0d5208c60 [2020-09-25T05:25:00.566Z] Step 12/24 : ENV APP_PORT=48060 [2020-09-25T05:25:00.566Z] ---> Running in dcc2cc7ffe1f [2020-09-25T05:25:02.572Z] Removing intermediate container acca71f75dba [2020-09-25T05:25:02.572Z] ---> a348f481b91d [2020-09-25T05:25:02.572Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-09-25T05:25:02.572Z] Removing intermediate container dcc2cc7ffe1f [2020-09-25T05:25:02.572Z] ---> e236f64d036a [2020-09-25T05:25:02.572Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-25T05:25:02.572Z] Removing intermediate container 3541bd5191b0 [2020-09-25T05:25:02.572Z] ---> ea7fcd35749e [2020-09-25T05:25:02.572Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-09-25T05:25:02.855Z] ---> Running in 4946b8baa13d [2020-09-25T05:25:03.132Z] ---> Running in 43554b3ee593 [2020-09-25T05:25:03.132Z] ---> Running in ce396f68998b [2020-09-25T05:25:04.117Z] Removing intermediate container 4946b8baa13d [2020-09-25T05:25:04.117Z] ---> df4044b2b16e [2020-09-25T05:25:04.117Z] Step 13/26 : WORKDIR / [2020-09-25T05:25:04.117Z] Removing intermediate container 43554b3ee593 [2020-09-25T05:25:04.117Z] ---> 151ca758e8c1 [2020-09-25T05:25:04.117Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-09-25T05:25:04.117Z] Removing intermediate container ce396f68998b [2020-09-25T05:25:04.117Z] ---> ef8bded78bd1 [2020-09-25T05:25:04.117Z] Step 15/27 : ENV APP_PORT=48090 [2020-09-25T05:25:04.391Z] ---> Running in 784060959ed1 [2020-09-25T05:25:04.667Z] ---> Running in 8f86ce48062c [2020-09-25T05:25:05.272Z] ---> 3a035ff37ff0 [2020-09-25T05:25:05.272Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-09-25T05:25:05.546Z] Removing intermediate container 784060959ed1 [2020-09-25T05:25:05.821Z] Removing intermediate container 8f86ce48062c [2020-09-25T05:25:05.821Z] ---> 05ee14981e3f [2020-09-25T05:25:05.821Z] Step 16/27 : EXPOSE $APP_PORT [2020-09-25T05:25:05.821Z] ---> 5b22541d32c6 [2020-09-25T05:25:05.821Z] 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-09-25T05:25:06.420Z] ---> Running in f22d4ae343ce [2020-09-25T05:25:07.025Z] ---> 34e9f5aa5004 [2020-09-25T05:25:07.025Z] 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-09-25T05:25:07.297Z] ---> 6d992ffebe7c [2020-09-25T05:25:07.297Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-09-25T05:25:07.297Z] Removing intermediate container f22d4ae343ce [2020-09-25T05:25:07.297Z] ---> af8c32b4e038 [2020-09-25T05:25:07.297Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-09-25T05:25:08.760Z] ---> c5f96e8d21c4 [2020-09-25T05:25:08.760Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-09-25T05:25:10.213Z] ---> 1e1c311e2421 [2020-09-25T05:25:10.213Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-09-25T05:25:10.488Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:25:10.488Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:25:10.488Z] ---> 5befb78cde5c [2020-09-25T05:25:10.488Z] Step 3/22 : WORKDIR /edgex-go [2020-09-25T05:25:10.488Z] ---> Using cache [2020-09-25T05:25:10.488Z] ---> f2d689d2bc7e [2020-09-25T05:25:10.488Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:25:10.488Z] ---> Using cache [2020-09-25T05:25:10.488Z] ---> bc9c5a1bd876 [2020-09-25T05:25:10.488Z] Step 5/22 : RUN apk update && apk add make git [2020-09-25T05:25:10.762Z] ---> 365b39a44aa3 [2020-09-25T05:25:10.762Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-09-25T05:25:10.762Z] ---> fac2d560f3cd [2020-09-25T05:25:10.762Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-09-25T05:25:10.762Z] ---> Running in b4d4f79ee355 [2020-09-25T05:25:11.751Z] ---> d3f4bcd3f5bd [2020-09-25T05:25:11.751Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-09-25T05:25:12.026Z] ---> dbdafda3a7ba [2020-09-25T05:25:12.026Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-09-25T05:25:12.026Z] ---> bb3c8deaae7f [2020-09-25T05:25:12.026Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-09-25T05:25:13.016Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:25:13.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:25:13.997Z] ---> 4ba9791bc006 [2020-09-25T05:25:13.997Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-09-25T05:25:14.277Z] ---> 3549b177bbd3 [2020-09-25T05:25:14.277Z] ---> 2a00908867bd [2020-09-25T05:25:14.277Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-09-25T05:25:14.277Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-09-25T05:25:14.549Z] ---> Running in 556fc268a0b0 [2020-09-25T05:25:15.142Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:25:15.142Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:25:15.142Z] OK: 12623 distinct packages available [2020-09-25T05:25:15.415Z] ---> a88d9ce45c52 [2020-09-25T05:25:15.415Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-09-25T05:25:16.013Z] ---> Running in 25d8199d0d1c [2020-09-25T05:25:16.013Z] OK: 217 MiB in 51 packages [2020-09-25T05:25:16.288Z] ---> 5a84a4cf5e15 [2020-09-25T05:25:16.288Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-09-25T05:25:16.562Z] Removing intermediate container 25d8199d0d1c [2020-09-25T05:25:16.562Z] ---> 018607d280c2 [2020-09-25T05:25:16.562Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:25:16.562Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:25:16.839Z] ---> Running in 39b6d6b05534 [2020-09-25T05:25:16.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:25:17.444Z] Removing intermediate container 39b6d6b05534 [2020-09-25T05:25:17.444Z] ---> af367285164f [2020-09-25T05:25:17.444Z] Step 22/24 : LABEL arch=arm64 [2020-09-25T05:25:17.720Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-09-25T05:25:17.720Z] (2/33) Installing expat (2.2.9-r1) [2020-09-25T05:25:17.720Z] (3/33) Installing libffi (3.3-r2) [2020-09-25T05:25:17.720Z] (4/33) Installing gdbm (1.13-r1) [2020-09-25T05:25:17.720Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-09-25T05:25:17.720Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-09-25T05:25:17.720Z] (7/33) Installing python3 (3.8.5-r0) [2020-09-25T05:25:17.991Z] ---> Running in a447d55f755a [2020-09-25T05:25:18.968Z] Removing intermediate container b4d4f79ee355 [2020-09-25T05:25:18.968Z] ---> 578509521838 [2020-09-25T05:25:18.968Z] Step 6/22 : COPY go.mod . [2020-09-25T05:25:19.569Z] ---> 7f169d472fcb [2020-09-25T05:25:19.569Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-09-25T05:25:19.846Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-09-25T05:25:19.846Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-09-25T05:25:19.846Z] Removing intermediate container a447d55f755a [2020-09-25T05:25:19.846Z] ---> 7c6f340dffad [2020-09-25T05:25:19.846Z] Step 23/24 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:25:19.846Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-09-25T05:25:19.846Z] (11/33) Installing py3-six (1.15.0-r0) [2020-09-25T05:25:19.846Z] (12/33) Installing py3-packaging (20.4-r0) [2020-09-25T05:25:19.846Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-09-25T05:25:19.846Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-09-25T05:25:20.130Z] (15/33) Installing py3-idna (2.9-r0) [2020-09-25T05:25:20.130Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-09-25T05:25:20.130Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-09-25T05:25:20.130Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-09-25T05:25:20.130Z] ---> Running in 52c2a65307b9 [2020-09-25T05:25:20.130Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-09-25T05:25:20.130Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-09-25T05:25:20.130Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-09-25T05:25:20.130Z] ---> 05119c6eb18c [2020-09-25T05:25:20.130Z] Step 7/22 : RUN go mod download [2020-09-25T05:25:20.130Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-09-25T05:25:20.130Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-09-25T05:25:20.430Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-09-25T05:25:20.430Z] Removing intermediate container 9c8ac57c76ee [2020-09-25T05:25:20.430Z] ---> bc378cf4bbc4 [2020-09-25T05:25:20.430Z] [2020-09-25T05:25:20.430Z] Step 10/23 : FROM alpine [2020-09-25T05:25:20.430Z] ---> 62ee0e9f8440 [2020-09-25T05:25:20.430Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-25T05:25:20.430Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-09-25T05:25:20.430Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-09-25T05:25:20.430Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-09-25T05:25:20.430Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-09-25T05:25:20.430Z] (29/33) Installing py3-progress (1.5-r0) [2020-09-25T05:25:20.430Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-09-25T05:25:20.430Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-09-25T05:25:20.430Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-09-25T05:25:20.430Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-09-25T05:25:20.706Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:25:20.706Z] OK: 71 MiB in 55 packages [2020-09-25T05:25:20.980Z] ---> Running in 9b1310b793d8 [2020-09-25T05:25:20.980Z] ---> Running in 984a1d19137e [2020-09-25T05:25:20.980Z] ---> f09547a4fe30 [2020-09-25T05:25:20.980Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-25T05:25:20.980Z] Removing intermediate container 52c2a65307b9 [2020-09-25T05:25:20.980Z] ---> 18276dfbb6e0 [2020-09-25T05:25:20.980Z] Step 24/24 : LABEL version=1.2.2-dev.33 [2020-09-25T05:25:21.259Z] ---> Running in 52756137103b [2020-09-25T05:25:21.259Z] ---> Running in 8df63ad182f5 [2020-09-25T05:25:21.535Z] Removing intermediate container 9b1310b793d8 [2020-09-25T05:25:21.535Z] ---> 83b6a721a52b [2020-09-25T05:25:21.535Z] Step 12/23 : ENV APP_PORT=48080 [2020-09-25T05:25:21.811Z] ---> Running in a9babf6d6714 [2020-09-25T05:25:22.086Z] Removing intermediate container 52756137103b [2020-09-25T05:25:22.086Z] ---> f364d84840a4 [2020-09-25T05:25:22.086Z] [2020-09-25T05:25:23.068Z] Successfully built f364d84840a4 [2020-09-25T05:25:23.068Z] Removing intermediate container a9babf6d6714 [2020-09-25T05:25:23.068Z] ---> 8573f0560c9c [2020-09-25T05:25:23.068Z] Step 13/23 : EXPOSE $APP_PORT [2020-09-25T05:25:23.068Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-09-25T05:25:23.068Z]  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go [2020-09-25T05:25:23.068Z] ---> Running in e90eeb93c0f3 [2020-09-25T05:25:24.055Z] Removing intermediate container e90eeb93c0f3 [2020-09-25T05:25:24.055Z] ---> 03ac568ed1cb [2020-09-25T05:25:24.055Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:25:25.058Z] ---> Running in dcb397f8d662 [2020-09-25T05:25:28.448Z] Removing intermediate container 8df63ad182f5 [2020-09-25T05:25:28.448Z] ---> bb5e10c71751 [2020-09-25T05:25:28.448Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-09-25T05:25:28.448Z] Removing intermediate container 984a1d19137e [2020-09-25T05:25:28.448Z] ---> 1b4638c4efd1 [2020-09-25T05:25:28.448Z] Step 8/22 : COPY . . [2020-09-25T05:25:28.725Z] ---> Running in ddd1adc65bfd [2020-09-25T05:25:30.165Z] Removing intermediate container 556fc268a0b0 [2020-09-25T05:25:30.165Z] ---> 97cbe764a368 [2020-09-25T05:25:30.165Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-09-25T05:25:30.165Z] Removing intermediate container ddd1adc65bfd [2020-09-25T05:25:30.165Z] ---> 548b750853ee [2020-09-25T05:25:30.165Z] Step 24/26 : LABEL arch=arm64 [2020-09-25T05:25:30.762Z] ---> Running in f06f663a032d [2020-09-25T05:25:31.361Z] ---> Running in dafde2af9b5f [2020-09-25T05:25:31.361Z] Removing intermediate container dcb397f8d662 [2020-09-25T05:25:31.361Z] ---> 2771dad838a6 [2020-09-25T05:25:31.361Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-09-25T05:25:32.387Z] ---> Running in ed27014799cd [2020-09-25T05:25:32.985Z] Removing intermediate container dafde2af9b5f [2020-09-25T05:25:32.985Z] ---> 4aaaf5ecb280 [2020-09-25T05:25:32.985Z] Step 25/26 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:25:33.962Z] ---> Running in bfcffce4d371 [2020-09-25T05:25:34.938Z] Removing intermediate container bfcffce4d371 [2020-09-25T05:25:34.938Z] ---> 4d895f39a82e [2020-09-25T05:25:34.938Z] Step 26/26 : LABEL version=1.2.2-dev.33 [2020-09-25T05:25:35.941Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:25:35.941Z] ---> Running in ec92a015062d [2020-09-25T05:25:36.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:25:37.138Z] Removing intermediate container ec92a015062d [2020-09-25T05:25:37.138Z] ---> 4ddf5d8e0410 [2020-09-25T05:25:37.138Z] [2020-09-25T05:25:37.411Z] (1/5) Installing libgcc (9.3.0-r2) [2020-09-25T05:25:37.411Z] (2/5) Installing libsodium (1.0.18-r0) [2020-09-25T05:25:37.411Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-09-25T05:25:37.411Z] Successfully built 4ddf5d8e0410 [2020-09-25T05:25:37.690Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-09-25T05:25:37.690Z] Building docker-support-scheduler-go [2020-09-25T05:25:37.690Z]  Building docker-security-secretstore-setup-go ... done (4/5) Installing libzmq (4.3.3-r0) [2020-09-25T05:25:37.961Z] (5/5) Installing zeromq (4.3.3-r0) [2020-09-25T05:25:37.961Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:25:37.961Z] OK: 8 MiB in 19 packages [2020-09-25T05:25:38.235Z] Collecting docker-compose==1.23.2 [2020-09-25T05:25:38.235Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-09-25T05:25:40.207Z] Collecting PyYAML<4,>=3.10 [2020-09-25T05:25:40.207Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-09-25T05:25:41.657Z] Removing intermediate container ed27014799cd [2020-09-25T05:25:41.657Z] ---> 50a23644de86 [2020-09-25T05:25:41.657Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-09-25T05:25:43.645Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:25:43.645Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-09-25T05:25:43.645Z] ---> 5befb78cde5c [2020-09-25T05:25:43.645Z] Step 3/29 : WORKDIR /edgex-go [2020-09-25T05:25:43.645Z] ---> Using cache [2020-09-25T05:25:43.645Z] ---> f2d689d2bc7e [2020-09-25T05:25:43.645Z] Step 4/29 : RUN apk update && apk add make git [2020-09-25T05:25:44.258Z] Collecting cached-property<2,>=1.2.0 [2020-09-25T05:25:44.258Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-09-25T05:25:45.250Z] Collecting texttable<0.10,>=0.9.0 [2020-09-25T05:25:45.250Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-09-25T05:25:45.851Z] ---> Running in c4ace7d321ad [2020-09-25T05:25:45.851Z] ---> 887a0f635e0f [2020-09-25T05:25:45.851Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-09-25T05:25:46.853Z] ---> db8ecbe34cec [2020-09-25T05:25:46.853Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-09-25T05:25:47.142Z] ---> Running in deb1fc2eac42 [2020-09-25T05:25:48.594Z] 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-09-25T05:25:48.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:25:48.594Z] Collecting docopt<0.7,>=0.6.1 [2020-09-25T05:25:48.594Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-09-25T05:25:48.594Z] ---> 0e30804c9e31 [2020-09-25T05:25:48.594Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-09-25T05:25:49.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:25:49.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/core-command/core-command ./cmd/core-command [2020-09-25T05:25:50.464Z] ---> 65a570cbc5df [2020-09-25T05:25:50.464Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-09-25T05:25:50.464Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:25:50.464Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:25:50.464Z] OK: 12623 distinct packages available [2020-09-25T05:25:50.464Z] ---> Running in 657ce477b187 [2020-09-25T05:25:51.469Z] Removing intermediate container 657ce477b187 [2020-09-25T05:25:51.469Z] ---> 0234ab5b6bfb [2020-09-25T05:25:51.469Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:25:51.469Z] OK: 217 MiB in 51 packages [2020-09-25T05:25:51.750Z] ---> Running in 987c9d66b32b [2020-09-25T05:25:52.026Z] Collecting docker<4.0,>=3.6.0 [2020-09-25T05:25:52.026Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-09-25T05:25:53.026Z] Removing intermediate container 987c9d66b32b [2020-09-25T05:25:53.026Z] ---> b50760a5ef87 [2020-09-25T05:25:53.026Z] Step 21/23 : LABEL arch=arm64 [2020-09-25T05:25:53.300Z] ---> Running in b9b8398016e2 [2020-09-25T05:25:53.577Z] Removing intermediate container c4ace7d321ad [2020-09-25T05:25:53.577Z] ---> 04c64cd9ed95 [2020-09-25T05:25:53.577Z] Step 5/29 : COPY go.mod . [2020-09-25T05:25:54.188Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-09-25T05:25:54.188Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-09-25T05:25:54.188Z] Removing intermediate container b9b8398016e2 [2020-09-25T05:25:54.188Z] ---> 095166d487ea [2020-09-25T05:25:54.188Z] Step 22/23 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:25:54.794Z] ---> Running in 2ab90c95abc7 [2020-09-25T05:25:54.794Z] Collecting dockerpty<0.5,>=0.4.1 [2020-09-25T05:25:54.794Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-09-25T05:25:55.071Z] ---> 5238908bea7e [2020-09-25T05:25:55.071Z] Step 6/29 : RUN go mod download [2020-09-25T05:25:55.351Z] ---> Running in c4a00b102e86 [2020-09-25T05:25:55.627Z] Removing intermediate container 2ab90c95abc7 [2020-09-25T05:25:55.627Z] ---> f98be235c081 [2020-09-25T05:25:55.627Z] Step 23/23 : LABEL version=1.2.2-dev.33 [2020-09-25T05:25:55.912Z] ---> Running in a3118364a20e [2020-09-25T05:25:56.898Z] Removing intermediate container a3118364a20e [2020-09-25T05:25:56.898Z] ---> dc6332d1503c [2020-09-25T05:25:56.898Z] [2020-09-25T05:25:57.503Z] Successfully built dc6332d1503c [2020-09-25T05:25:57.503Z] Successfully tagged docker-core-data-go-arm64:latest [2020-09-25T05:25:57.503Z]  Building docker-core-data-go ... done Building docker-support-logging-go [2020-09-25T05:25:58.494Z] Collecting jsonschema<3,>=2.5.1 [2020-09-25T05:25:58.494Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-09-25T05:25:59.099Z] Collecting websocket-client<1.0,>=0.32.0 [2020-09-25T05:25:59.099Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-09-25T05:26:00.100Z] Collecting docker-pycreds>=0.4.0 [2020-09-25T05:26:00.100Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-09-25T05:26:01.106Z] Collecting idna<2.8,>=2.5 [2020-09-25T05:26:01.106Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-09-25T05:26:01.713Z] 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-09-25T05:26:01.713Z] Removing intermediate container c4a00b102e86 [2020-09-25T05:26:01.713Z] ---> 6c3f6a43367e [2020-09-25T05:26:01.713Z] Step 7/29 : COPY . . [2020-09-25T05:26:02.315Z] Collecting urllib3<1.25,>=1.21.1 [2020-09-25T05:26:02.315Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-09-25T05:26:02.915Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:26:02.915Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:26:02.915Z] ---> 5befb78cde5c [2020-09-25T05:26:02.915Z] Step 3/21 : WORKDIR /edgex-go [2020-09-25T05:26:02.915Z] ---> Using cache [2020-09-25T05:26:02.915Z] ---> f2d689d2bc7e [2020-09-25T05:26:02.915Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:26:02.915Z] ---> Using cache [2020-09-25T05:26:02.915Z] ---> bc9c5a1bd876 [2020-09-25T05:26:02.915Z] Step 5/21 : RUN apk update && apk add make git [2020-09-25T05:26:02.915Z] ---> Using cache [2020-09-25T05:26:02.915Z] ---> 578509521838 [2020-09-25T05:26:02.915Z] Step 6/21 : COPY go.mod . [2020-09-25T05:26:02.915Z] ---> Using cache [2020-09-25T05:26:02.915Z] ---> 05119c6eb18c [2020-09-25T05:26:02.915Z] Step 7/21 : RUN go mod download [2020-09-25T05:26:02.915Z] ---> Using cache [2020-09-25T05:26:02.915Z] ---> 1b4638c4efd1 [2020-09-25T05:26:02.915Z] Step 8/21 : COPY . . [2020-09-25T05:26:02.915Z] 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-09-25T05:26:02.915Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-09-25T05:26:02.915Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-09-25T05:26:02.915Z] ---> Using cache [2020-09-25T05:26:02.915Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-09-25T05:26:02.915Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-09-25T05:26:02.915Z] ---> db8ecbe34cec [2020-09-25T05:26:02.915Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-09-25T05:26:04.362Z] Installing collected packages: PyYAML, cached-property, texttable, docopt, docker-pycreds, idna, urllib3, requests, websocket-client, docker, dockerpty, jsonschema, docker-compose [2020-09-25T05:26:04.362Z] Running setup.py install for PyYAML: started [2020-09-25T05:26:04.642Z] ---> Running in a97c332b4d19 [2020-09-25T05:26:07.304Z] Running setup.py install for PyYAML: finished with status 'done' [2020-09-25T05:26:07.304Z] Running setup.py install for texttable: started [2020-09-25T05:26:07.578Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-09-25T05:26:10.244Z] Running setup.py install for texttable: finished with status 'done' [2020-09-25T05:26:10.244Z] Running setup.py install for docopt: started [2020-09-25T05:26:13.665Z] Running setup.py install for docopt: finished with status 'done' [2020-09-25T05:26:13.665Z] Attempting uninstall: idna [2020-09-25T05:26:13.665Z] Found existing installation: idna 2.9 [2020-09-25T05:26:13.665Z] Uninstalling idna-2.9: [2020-09-25T05:26:13.665Z] Successfully uninstalled idna-2.9 [2020-09-25T05:26:14.269Z] Attempting uninstall: urllib3 [2020-09-25T05:26:14.547Z] Found existing installation: urllib3 1.25.9 [2020-09-25T05:26:14.547Z] Uninstalling urllib3-1.25.9: [2020-09-25T05:26:14.825Z] Successfully uninstalled urllib3-1.25.9 [2020-09-25T05:26:15.426Z] Attempting uninstall: requests [2020-09-25T05:26:15.426Z] Found existing installation: requests 2.23.0 [2020-09-25T05:26:15.426Z] Uninstalling requests-2.23.0: [2020-09-25T05:26:15.704Z] Successfully uninstalled requests-2.23.0 [2020-09-25T05:26:17.695Z] Running setup.py install for dockerpty: started [2020-09-25T05:26:21.093Z] Running setup.py install for dockerpty: finished with status 'done' [2020-09-25T05:26:22.573Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:26:22.573Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:26:22.573Z] ---> 5befb78cde5c [2020-09-25T05:26:22.573Z] Step 3/22 : WORKDIR /edgex-go [2020-09-25T05:26:22.573Z] ---> Using cache [2020-09-25T05:26:22.573Z] ---> f2d689d2bc7e [2020-09-25T05:26:22.573Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:26:22.573Z] ---> Using cache [2020-09-25T05:26:22.573Z] ---> bc9c5a1bd876 [2020-09-25T05:26:22.573Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-09-25T05:26:23.557Z] 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-09-25T05:26:26.176Z] ---> Running in 9978af0fa427 [2020-09-25T05:26:26.452Z] ---> 21826a975e54 [2020-09-25T05:26:26.452Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-09-25T05:26:27.049Z] ---> Running in cf13c3a47998 [2020-09-25T05:26:29.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:26:30.003Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-09-25T05:26:30.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:26:30.905Z] Removing intermediate container f06f663a032d [2020-09-25T05:26:30.905Z] ---> af9e55f72fd2 [2020-09-25T05:26:30.905Z] Step 22/27 : RUN apk --no-cache add curl [2020-09-25T05:26:31.510Z] v3.12.0-351-gc8b5ea21f0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:26:31.510Z] v3.12.0-349-g84288fde14 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:26:31.510Z] OK: 12623 distinct packages available [2020-09-25T05:26:31.510Z] ---> Running in c5fbb79e2489 [2020-09-25T05:26:32.517Z] OK: 217 MiB in 51 packages [2020-09-25T05:26:33.555Z] OK: 217 MiB in 51 packages [2020-09-25T05:26:33.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:26:34.139Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:26:34.810Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-09-25T05:26:34.810Z] (2/3) Installing libcurl (7.69.1-r1) [2020-09-25T05:26:34.810Z] (3/3) Installing curl (7.69.1-r1) [2020-09-25T05:26:34.810Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:26:34.810Z] Removing intermediate container 9978af0fa427 [2020-09-25T05:26:34.810Z] ---> 6892b4cf7e8b [2020-09-25T05:26:34.810Z] Step 6/22 : COPY go.mod . [2020-09-25T05:26:35.102Z] OK: 71 MiB in 58 packages [2020-09-25T05:26:36.577Z] ---> 19e5f02cfd8d [2020-09-25T05:26:36.577Z] Step 7/22 : RUN go mod download [2020-09-25T05:26:36.577Z] ---> Running in 839a281c9215 [2020-09-25T05:26:37.183Z] Removing intermediate container c5fbb79e2489 [2020-09-25T05:26:37.184Z] ---> d923a2f38e0f [2020-09-25T05:26:37.462Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-09-25T05:26:37.462Z] ---> Running in 20067abf7cd2 [2020-09-25T05:26:38.484Z] Removing intermediate container 20067abf7cd2 [2020-09-25T05:26:38.484Z] ---> 116120f8897b [2020-09-25T05:26:38.484Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:26:38.759Z] ---> Running in 445c302a2bb1 [2020-09-25T05:26:39.368Z] Removing intermediate container 445c302a2bb1 [2020-09-25T05:26:39.368Z] ---> 9db059e712ab [2020-09-25T05:26:39.368Z] Step 25/27 : LABEL arch=arm64 [2020-09-25T05:26:39.657Z] ---> Running in fdb2c9b44478 [2020-09-25T05:26:40.270Z] Removing intermediate container fdb2c9b44478 [2020-09-25T05:26:40.270Z] ---> e854ed11e14d [2020-09-25T05:26:40.270Z] Step 26/27 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:26:40.270Z] ---> Running in 3373238f38d8 [2020-09-25T05:26:41.290Z] Removing intermediate container 3373238f38d8 [2020-09-25T05:26:41.290Z] ---> c37630b8ed7c [2020-09-25T05:26:41.290Z] Step 27/27 : LABEL version=1.2.2-dev.33 [2020-09-25T05:26:41.290Z] ---> Running in d7e88536c45a [2020-09-25T05:26:41.905Z] Removing intermediate container 839a281c9215 [2020-09-25T05:26:41.905Z] ---> dd268a374bd9 [2020-09-25T05:26:41.905Z] Step 8/22 : COPY . . [2020-09-25T05:26:42.189Z] Removing intermediate container d7e88536c45a [2020-09-25T05:26:42.189Z] ---> e35bb7a2b8a9 [2020-09-25T05:26:42.189Z] [2020-09-25T05:26:42.798Z] Successfully built e35bb7a2b8a9 [2020-09-25T05:26:42.798Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-09-25T05:26:42.798Z] Building docker-core-metadata-go [2020-09-25T05:27:09.759Z]  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-09-25T05:27:09.759Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-09-25T05:27:09.759Z] ---> 5befb78cde5c [2020-09-25T05:27:09.759Z] Step 3/22 : WORKDIR /edgex-go [2020-09-25T05:27:09.759Z] ---> Using cache [2020-09-25T05:27:09.759Z] ---> f2d689d2bc7e [2020-09-25T05:27:09.759Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-25T05:27:09.759Z] ---> Using cache [2020-09-25T05:27:09.759Z] ---> bc9c5a1bd876 [2020-09-25T05:27:09.759Z] Step 5/22 : RUN apk update && apk add make git [2020-09-25T05:27:09.759Z] ---> Using cache [2020-09-25T05:27:09.759Z] ---> 578509521838 [2020-09-25T05:27:09.759Z] Step 6/22 : COPY go.mod . [2020-09-25T05:27:09.759Z] ---> Using cache [2020-09-25T05:27:09.759Z] ---> 05119c6eb18c [2020-09-25T05:27:09.759Z] Step 7/22 : RUN go mod download [2020-09-25T05:27:09.759Z] ---> Using cache [2020-09-25T05:27:09.759Z] ---> 1b4638c4efd1 [2020-09-25T05:27:09.759Z] Step 8/22 : COPY . . [2020-09-25T05:27:09.759Z] ---> Using cache [2020-09-25T05:27:09.759Z] ---> db8ecbe34cec [2020-09-25T05:27:09.759Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-09-25T05:27:09.759Z] ---> Running in e1a04f8402ba [2020-09-25T05:27:09.759Z] ---> 799e7ae6d3b8 [2020-09-25T05:27:09.759Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-09-25T05:27:09.759Z] ---> Running in dfb227148204 [2020-09-25T05:27:10.366Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-09-25T05:27:10.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=1.2.2-dev.33" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-09-25T05:27:32.878Z] Removing intermediate container deb1fc2eac42 [2020-09-25T05:27:32.878Z] ---> 9169201657d2 [2020-09-25T05:27:32.878Z] [2020-09-25T05:27:32.878Z] Step 10/22 : FROM scratch [2020-09-25T05:27:32.878Z] ---> [2020-09-25T05:27:32.878Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-25T05:27:32.878Z] ---> Running in 12e9c3a19618 [2020-09-25T05:27:32.878Z] Removing intermediate container 12e9c3a19618 [2020-09-25T05:27:32.878Z] ---> 90acdc47c326 [2020-09-25T05:27:32.878Z] Step 12/22 : ENV APP_PORT=48082 [2020-09-25T05:27:32.878Z] ---> Running in d8cd79fd1211 [2020-09-25T05:27:32.878Z] Removing intermediate container d8cd79fd1211 [2020-09-25T05:27:32.878Z] ---> 165d80eabbf4 [2020-09-25T05:27:32.878Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-25T05:27:32.878Z] ---> Running in a779b9eb6f0e [2020-09-25T05:27:33.487Z] Removing intermediate container a779b9eb6f0e [2020-09-25T05:27:33.487Z] ---> 855460e1a13c [2020-09-25T05:27:33.487Z] Step 14/22 : WORKDIR / [2020-09-25T05:27:33.803Z] ---> Running in 7440fff2199b [2020-09-25T05:27:34.406Z] Removing intermediate container 7440fff2199b [2020-09-25T05:27:34.406Z] ---> d126a4bdf173 [2020-09-25T05:27:34.406Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-09-25T05:27:35.398Z] ---> a968591a2722 [2020-09-25T05:27:35.398Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-09-25T05:27:37.395Z] ---> 9d6a19bbdf12 [2020-09-25T05:27:37.395Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-09-25T05:27:38.388Z] ---> eead67e7e86c [2020-09-25T05:27:38.388Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-09-25T05:27:38.388Z] ---> Running in fd708346203b [2020-09-25T05:27:39.380Z] Removing intermediate container fd708346203b [2020-09-25T05:27:39.380Z] ---> 1e055bb6f685 [2020-09-25T05:27:39.380Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:27:39.380Z] ---> Running in 209f19eb19d5 [2020-09-25T05:27:39.987Z] Removing intermediate container 209f19eb19d5 [2020-09-25T05:27:39.987Z] ---> 528ea7e3806a [2020-09-25T05:27:39.987Z] Step 20/22 : LABEL arch=arm64 [2020-09-25T05:27:40.272Z] ---> Running in 25cac275864c [2020-09-25T05:27:40.892Z] Removing intermediate container 25cac275864c [2020-09-25T05:27:40.892Z] ---> 712ac92f90a4 [2020-09-25T05:27:40.892Z] Step 21/22 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:27:41.172Z] ---> Running in 8c993a5aae8b [2020-09-25T05:27:41.783Z] Removing intermediate container 8c993a5aae8b [2020-09-25T05:27:41.783Z] ---> 0e0f4ff16f45 [2020-09-25T05:27:41.783Z] Step 22/22 : LABEL version=1.2.2-dev.33 [2020-09-25T05:27:42.060Z] ---> Running in 0a923d028fe4 [2020-09-25T05:27:42.686Z] Removing intermediate container 0a923d028fe4 [2020-09-25T05:27:42.686Z] ---> b90941ee280c [2020-09-25T05:27:42.686Z] [2020-09-25T05:27:42.962Z] Successfully built b90941ee280c [2020-09-25T05:27:42.962Z] Successfully tagged docker-core-command-go-arm64:latest [2020-09-25T05:27:49.746Z]  Building docker-core-command-go ... done Removing intermediate container cf13c3a47998 [2020-09-25T05:27:49.746Z] ---> 3988b66c4f25 [2020-09-25T05:27:49.746Z] [2020-09-25T05:27:49.746Z] Step 9/29 : FROM alpine:latest [2020-09-25T05:27:49.746Z] ---> 62ee0e9f8440 [2020-09-25T05:27:49.746Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-09-25T05:27:49.746Z] ---> Running in d72b8fb4172c [2020-09-25T05:27:50.737Z] Removing intermediate container d72b8fb4172c [2020-09-25T05:27:50.737Z] ---> 934c8f5da36c [2020-09-25T05:27:50.737Z] Step 11/29 : USER root [2020-09-25T05:27:51.014Z] ---> Running in ea9b8de9f6e8 [2020-09-25T05:27:52.010Z] Removing intermediate container ea9b8de9f6e8 [2020-09-25T05:27:52.010Z] ---> 9ba6ea13d216 [2020-09-25T05:27:52.010Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-09-25T05:27:52.618Z] ---> Running in be8257c94079 [2020-09-25T05:27:53.222Z] Removing intermediate container a97c332b4d19 [2020-09-25T05:27:53.222Z] ---> 2eab1eb3a0f2 [2020-09-25T05:27:53.222Z] [2020-09-25T05:27:53.222Z] Step 10/21 : FROM scratch [2020-09-25T05:27:53.222Z] ---> [2020-09-25T05:27:53.222Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-25T05:27:53.514Z] ---> Using cache [2020-09-25T05:27:53.514Z] ---> 90acdc47c326 [2020-09-25T05:27:53.514Z] Step 12/21 : ENV APP_PORT=48085 [2020-09-25T05:27:53.792Z] ---> Running in 0ff621651228 [2020-09-25T05:27:54.393Z] Removing intermediate container 0ff621651228 [2020-09-25T05:27:54.393Z] ---> a358946b517c [2020-09-25T05:27:54.393Z] Step 13/21 : EXPOSE $APP_PORT [2020-09-25T05:27:54.668Z] ---> Running in 61adc46904f9 [2020-09-25T05:27:55.277Z] Removing intermediate container 61adc46904f9 [2020-09-25T05:27:55.277Z] ---> 60fe4a96f652 [2020-09-25T05:27:55.277Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-09-25T05:27:55.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-25T05:27:55.554Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-25T05:27:56.156Z] v3.12.0-351-gc8b5ea21f0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-09-25T05:27:56.156Z] v3.12.0-349-g84288fde14 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-09-25T05:27:56.156Z] OK: 12621 distinct packages available [2020-09-25T05:27:56.156Z] ---> 9c9e2be1fd19 [2020-09-25T05:27:56.432Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-09-25T05:27:57.424Z] (1/2) Installing ca-certificates (20191127-r4) [2020-09-25T05:27:57.424Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-09-25T05:27:57.424Z] Executing busybox-1.31.1-r16.trigger [2020-09-25T05:27:57.424Z] Executing ca-certificates-20191127-r4.trigger [2020-09-25T05:27:57.424Z] OK: 6 MiB in 16 packages [2020-09-25T05:27:58.029Z] ---> 1d8ff09771c4 [2020-09-25T05:27:58.029Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-09-25T05:27:59.486Z] ---> 75c7a6912403 [2020-09-25T05:27:59.486Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-09-25T05:27:59.767Z] ---> Running in ca11421d915f [2020-09-25T05:28:00.045Z] Removing intermediate container be8257c94079 [2020-09-25T05:28:00.045Z] ---> 7e1b1ef78f11 [2020-09-25T05:28:00.045Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-09-25T05:28:00.319Z] ---> Running in 6cd8547dcd4d [2020-09-25T05:28:00.319Z] Removing intermediate container ca11421d915f [2020-09-25T05:28:00.319Z] ---> 1c896aaa24c5 [2020-09-25T05:28:00.319Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:28:00.597Z] ---> Running in 781663dd83b6 [2020-09-25T05:28:01.202Z] Removing intermediate container 6cd8547dcd4d [2020-09-25T05:28:01.202Z] ---> d49fd9f7533c [2020-09-25T05:28:01.202Z] Step 14/29 : WORKDIR $BASE_DIR [2020-09-25T05:28:01.484Z] ---> Running in 3ba70feb8e04 [2020-09-25T05:28:01.484Z] Removing intermediate container 781663dd83b6 [2020-09-25T05:28:01.484Z] ---> 16107d85ec00 [2020-09-25T05:28:01.484Z] Step 19/21 : LABEL arch=arm64 [2020-09-25T05:28:01.763Z] ---> Running in c9a2b20bae67 [2020-09-25T05:28:02.042Z] Removing intermediate container 3ba70feb8e04 [2020-09-25T05:28:02.042Z] ---> 2f2363a3f80d [2020-09-25T05:28:02.043Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-09-25T05:28:02.327Z] ---> Running in f2360020a8ed [2020-09-25T05:28:02.327Z] Removing intermediate container c9a2b20bae67 [2020-09-25T05:28:02.327Z] ---> bdc4cedf6d0a [2020-09-25T05:28:02.327Z] Step 20/21 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:02.608Z] ---> Running in fbbd04295d81 [2020-09-25T05:28:03.605Z] Removing intermediate container fbbd04295d81 [2020-09-25T05:28:03.605Z] ---> bdefedc8b207 [2020-09-25T05:28:03.605Z] Step 21/21 : LABEL version=1.2.2-dev.33 [2020-09-25T05:28:03.887Z] ---> Running in 2b1ee93011fb [2020-09-25T05:28:04.501Z] Removing intermediate container 2b1ee93011fb [2020-09-25T05:28:04.501Z] ---> 32fd2f4d3c7f [2020-09-25T05:28:04.501Z] [2020-09-25T05:28:05.109Z] Successfully built 32fd2f4d3c7f [2020-09-25T05:28:05.109Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-09-25T05:28:06.106Z]  Building docker-support-scheduler-go ... done Removing intermediate container f2360020a8ed [2020-09-25T05:28:06.106Z] ---> 0fc19e3683a4 [2020-09-25T05:28:06.106Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-09-25T05:28:07.565Z] ---> cdb95db68806 [2020-09-25T05:28:07.565Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-09-25T05:28:09.018Z] ---> 6698519ec6a9 [2020-09-25T05:28:09.018Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-09-25T05:28:10.005Z] ---> ac1b821ae498 [2020-09-25T05:28:10.005Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-09-25T05:28:11.012Z] ---> 55c7136f639d [2020-09-25T05:28:11.012Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-09-25T05:28:12.454Z] ---> fcfeb8720a31 [2020-09-25T05:28:12.454Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-09-25T05:28:12.454Z] ---> Running in 941edf87d055 [2020-09-25T05:28:16.781Z] Removing intermediate container 941edf87d055 [2020-09-25T05:28:16.781Z] ---> cf76433c24d4 [2020-09-25T05:28:16.781Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-09-25T05:28:17.381Z] ---> 9714608b3638 [2020-09-25T05:28:17.381Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-09-25T05:28:17.656Z] ---> Running in c39957e52108 [2020-09-25T05:28:21.993Z] Removing intermediate container c39957e52108 [2020-09-25T05:28:21.993Z] ---> 9154906f7b81 [2020-09-25T05:28:21.993Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-09-25T05:28:21.993Z] ---> Running in 66a98650c0f4 [2020-09-25T05:28:25.386Z] Removing intermediate container dfb227148204 [2020-09-25T05:28:25.386Z] ---> ec680b139d5d [2020-09-25T05:28:25.386Z] [2020-09-25T05:28:25.386Z] Step 10/22 : FROM scratch [2020-09-25T05:28:25.386Z] ---> [2020-09-25T05:28:25.386Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-09-25T05:28:25.386Z] ---> Using cache [2020-09-25T05:28:25.386Z] ---> eda0d5208c60 [2020-09-25T05:28:25.386Z] Step 12/22 : ENV APP_PORT=48061 [2020-09-25T05:28:25.386Z] Removing intermediate container 66a98650c0f4 [2020-09-25T05:28:25.386Z] ---> f2c384181a80 [2020-09-25T05:28:25.386Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-09-25T05:28:25.386Z] ---> Running in aefd26539c61 [2020-09-25T05:28:25.659Z] ---> Running in 1e958e4cadb6 [2020-09-25T05:28:25.931Z] Removing intermediate container aefd26539c61 [2020-09-25T05:28:25.931Z] ---> 8c2b0e355c8a [2020-09-25T05:28:25.931Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-25T05:28:26.204Z] ---> Running in 3906672190dc [2020-09-25T05:28:26.204Z] Removing intermediate container 1e958e4cadb6 [2020-09-25T05:28:26.204Z] ---> 22dac5fa5571 [2020-09-25T05:28:26.204Z] Step 26/29 : CMD [ "generate" ] [2020-09-25T05:28:26.204Z] ---> Running in 7fec73de7d8a [2020-09-25T05:28:26.804Z] Removing intermediate container 3906672190dc [2020-09-25T05:28:26.804Z] ---> 36b7b10503bc [2020-09-25T05:28:26.804Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-09-25T05:28:26.804Z] Removing intermediate container 7fec73de7d8a [2020-09-25T05:28:26.804Z] ---> 8ebd4bd749eb [2020-09-25T05:28:26.804Z] Step 27/29 : LABEL arch=arm64 [2020-09-25T05:28:27.082Z] ---> Running in c7a7f7112862 [2020-09-25T05:28:27.684Z] Removing intermediate container c7a7f7112862 [2020-09-25T05:28:27.684Z] ---> 41fbc4a66103 [2020-09-25T05:28:27.684Z] Step 28/29 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:27.684Z] ---> 08e92bb92860 [2020-09-25T05:28:27.684Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-09-25T05:28:27.963Z] ---> Running in 514ae1ba1276 [2020-09-25T05:28:28.241Z] Removing intermediate container 514ae1ba1276 [2020-09-25T05:28:28.241Z] ---> 301d0d0a9d37 [2020-09-25T05:28:28.241Z] Step 29/29 : LABEL version=1.2.2-dev.33 [2020-09-25T05:28:28.513Z] ---> Running in e3434b2c7cd9 [2020-09-25T05:28:28.513Z] ---> d4c5a5bd0259 [2020-09-25T05:28:28.513Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-09-25T05:28:29.112Z] Removing intermediate container e3434b2c7cd9 [2020-09-25T05:28:29.112Z] ---> ce4706dea249 [2020-09-25T05:28:29.112Z] [2020-09-25T05:28:29.710Z] Successfully built ce4706dea249 [2020-09-25T05:28:29.710Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-09-25T05:28:30.305Z]  Building docker-security-secrets-setup-go ... done  ---> ca9247ae0c8b [2020-09-25T05:28:30.305Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-09-25T05:28:30.902Z] Removing intermediate container e1a04f8402ba [2020-09-25T05:28:30.902Z] ---> 2da147137b5e [2020-09-25T05:28:30.902Z] [2020-09-25T05:28:30.902Z] Step 10/22 : FROM scratch [2020-09-25T05:28:30.902Z] ---> [2020-09-25T05:28:30.902Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-09-25T05:28:31.174Z] ---> Using cache [2020-09-25T05:28:31.174Z] ---> 90acdc47c326 [2020-09-25T05:28:31.174Z] Step 12/22 : ENV APP_PORT=48081 [2020-09-25T05:28:31.174Z] ---> 71907cd527d0 [2020-09-25T05:28:31.174Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-09-25T05:28:31.174Z] ---> Running in 59a9571c8607 [2020-09-25T05:28:31.455Z] ---> Running in 73631d2f236d [2020-09-25T05:28:31.730Z] Removing intermediate container 59a9571c8607 [2020-09-25T05:28:31.730Z] ---> 9903550862d7 [2020-09-25T05:28:31.730Z] Step 13/22 : EXPOSE $APP_PORT [2020-09-25T05:28:31.730Z] ---> Running in 576ec2794177 [2020-09-25T05:28:31.730Z] Removing intermediate container 73631d2f236d [2020-09-25T05:28:31.730Z] ---> 3526eb412a06 [2020-09-25T05:28:31.730Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:28:32.009Z] ---> Running in d53d92245e85 [2020-09-25T05:28:32.281Z] Removing intermediate container 576ec2794177 [2020-09-25T05:28:32.281Z] ---> 72972d11c957 [2020-09-25T05:28:32.281Z] Step 14/22 : WORKDIR / [2020-09-25T05:28:32.551Z] ---> Running in 00156889043f [2020-09-25T05:28:32.552Z] Removing intermediate container d53d92245e85 [2020-09-25T05:28:32.552Z] ---> 5bbc31a07508 [2020-09-25T05:28:32.552Z] Step 20/22 : LABEL arch=arm64 [2020-09-25T05:28:32.825Z] ---> Running in 51d94b99b3b3 [2020-09-25T05:28:33.099Z] Removing intermediate container 00156889043f [2020-09-25T05:28:33.100Z] ---> ef2f7fed1ff3 [2020-09-25T05:28:33.100Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-09-25T05:28:33.100Z] Removing intermediate container 51d94b99b3b3 [2020-09-25T05:28:33.100Z] ---> 9463ee0106b8 [2020-09-25T05:28:33.100Z] Step 21/22 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:33.372Z] ---> Running in a3d85dcf33c0 [2020-09-25T05:28:33.653Z] ---> bf6ad26196a3 [2020-09-25T05:28:33.653Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-09-25T05:28:33.934Z] Removing intermediate container a3d85dcf33c0 [2020-09-25T05:28:33.934Z] ---> a29613796179 [2020-09-25T05:28:33.934Z] Step 22/22 : LABEL version=1.2.2-dev.33 [2020-09-25T05:28:33.934Z] ---> Running in 4362da9b8f45 [2020-09-25T05:28:34.910Z] Removing intermediate container 4362da9b8f45 [2020-09-25T05:28:34.910Z] ---> 4e02cd6cc158 [2020-09-25T05:28:34.910Z] [2020-09-25T05:28:35.180Z] Successfully built 4e02cd6cc158 [2020-09-25T05:28:35.181Z] ---> a66c899305cf [2020-09-25T05:28:35.181Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-09-25T05:28:35.181Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-09-25T05:28:35.776Z]  Building docker-support-logging-go ... done  ---> 49e651c5b181 [2020-09-25T05:28:35.776Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-09-25T05:28:36.047Z] ---> Running in 0beb91beb5bc [2020-09-25T05:28:36.318Z] Removing intermediate container 0beb91beb5bc [2020-09-25T05:28:36.318Z] ---> ed84e1685d0f [2020-09-25T05:28:36.318Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-25T05:28:36.590Z] ---> Running in af7992e29a73 [2020-09-25T05:28:36.863Z] Removing intermediate container af7992e29a73 [2020-09-25T05:28:36.863Z] ---> 33355a4e3651 [2020-09-25T05:28:36.863Z] Step 20/22 : LABEL arch=arm64 [2020-09-25T05:28:37.134Z] ---> Running in fcf3b8f8bf0e [2020-09-25T05:28:37.725Z] Removing intermediate container fcf3b8f8bf0e [2020-09-25T05:28:37.725Z] ---> 7a653e9df47a [2020-09-25T05:28:37.725Z] Step 21/22 : LABEL git_sha=486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:37.725Z] ---> Running in 8e03d921c1ba [2020-09-25T05:28:37.996Z] Removing intermediate container 8e03d921c1ba [2020-09-25T05:28:37.996Z] ---> 6374d3bbe147 [2020-09-25T05:28:37.996Z] Step 22/22 : LABEL version=1.2.2-dev.33 [2020-09-25T05:28:38.268Z] ---> Running in 22ca692a8910 [2020-09-25T05:28:38.859Z] Removing intermediate container 22ca692a8910 [2020-09-25T05:28:38.859Z] ---> 763b6089cdff [2020-09-25T05:28:38.859Z] [2020-09-25T05:28:39.130Z] Successfully built 763b6089cdff [2020-09-25T05:28:39.130Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-09-25T05:28:39.415Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-09-25T05:28:39.416Z] $ docker stop --time=1 8fadb89621b598e4944afaf5fc8ba96bc397de6085467d2be6e4ea43df0d20c0 [2020-09-25T05:28:41.368Z] $ docker rm -f 8fadb89621b598e4944afaf5fc8ba96bc397de6085467d2be6e4ea43df0d20c0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:28:42.109Z] + + docker images [2020-09-25T05:28:42.109Z] grep docker [2020-09-25T05:28:42.379Z] docker-core-metadata-go-arm64 latest 763b6089cdff 4 seconds ago 12.7MB [2020-09-25T05:28:42.379Z] docker-support-logging-go-arm64 latest 4e02cd6cc158 8 seconds ago 10.6MB [2020-09-25T05:28:42.379Z] docker-security-secrets-setup-go-arm64 latest ce4706dea249 14 seconds ago 22.7MB [2020-09-25T05:28:42.379Z] docker-support-scheduler-go-arm64 latest 32fd2f4d3c7f 38 seconds ago 11.5MB [2020-09-25T05:28:42.379Z] docker-core-command-go-arm64 latest b90941ee280c About a minute ago 11.4MB [2020-09-25T05:28:42.379Z] docker-sys-mgmt-agent-go-arm64 latest e35bb7a2b8a9 2 minutes ago 270MB [2020-09-25T05:28:42.379Z] docker-core-data-go-arm64 latest dc6332d1503c 2 minutes ago 22.2MB [2020-09-25T05:28:42.379Z] docker-security-secretstore-setup-go-arm64 latest 4ddf5d8e0410 3 minutes ago 30.8MB [2020-09-25T05:28:42.379Z] docker-support-notifications-go-arm64 latest f364d84840a4 3 minutes ago 12.9MB [2020-09-25T05:28:42.379Z] docker-security-proxy-setup-go-arm64 latest fce9c121046b 3 minutes ago 15.1MB [2020-09-25T05:28:42.379Z] docker latest 45884bde0078 7 days 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-09-25T05:28:42.896Z] provisioning config files... [2020-09-25T05:28:42.937Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/148@tmp/config465780464999250969tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:28:43.325Z] ---> docker-login.sh [2020-09-25T05:28:43.325Z] nexus3.edgexfoundry.org:10001 [2020-09-25T05:28:43.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:28:43.870Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:28:43.870Z] Configure a credential helper to remove this warning. See [2020-09-25T05:28:43.870Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:28:43.870Z] [2020-09-25T05:28:43.870Z] Login Succeeded [2020-09-25T05:28:43.870Z] nexus3.edgexfoundry.org:10002 [2020-09-25T05:28:44.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:28:44.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:28:44.415Z] Configure a credential helper to remove this warning. See [2020-09-25T05:28:44.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:28:44.415Z] [2020-09-25T05:28:44.415Z] Login Succeeded [2020-09-25T05:28:44.415Z] nexus3.edgexfoundry.org:10003 [2020-09-25T05:28:44.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:28:44.959Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:28:44.959Z] Configure a credential helper to remove this warning. See [2020-09-25T05:28:44.959Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:28:44.959Z] [2020-09-25T05:28:44.959Z] Login Succeeded [2020-09-25T05:28:44.959Z] nexus3.edgexfoundry.org:10004 [2020-09-25T05:28:45.233Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:28:45.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:28:45.505Z] Configure a credential helper to remove this warning. See [2020-09-25T05:28:45.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:28:45.505Z] [2020-09-25T05:28:45.505Z] Login Succeeded [2020-09-25T05:28:45.505Z] docker.io [2020-09-25T05:28:45.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-09-25T05:28:46.368Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-09-25T05:28:46.368Z] Configure a credential helper to remove this warning. See [2020-09-25T05:28:46.368Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-09-25T05:28:46.368Z] [2020-09-25T05:28:46.368Z] Login Succeeded [2020-09-25T05:28:46.368Z] ---> docker-login.sh ends [Pipeline] } [2020-09-25T05:28:46.384Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:28:46.596Z] [edgeXDocker.push] Tagging docker image docker-core-command-go-arm64 with the following tags: [2020-09-25T05:28:46.596Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:46.596Z] 1.2.2-dev.33 [2020-09-25T05:28:46.596Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:28:46.596Z] master [2020-09-25T05:28:46.596Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:47.141Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:47.474Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:47.474Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-25T05:28:47.474Z] 64e31ce00122: Preparing [2020-09-25T05:28:47.474Z] 42bd36c22dec: Preparing [2020-09-25T05:28:47.474Z] 950c0a5bb854: Preparing [2020-09-25T05:28:47.745Z] 950c0a5bb854: Pushed [2020-09-25T05:28:47.745Z] 64e31ce00122: Pushed [2020-09-25T05:28:50.341Z] 42bd36c22dec: Pushed [2020-09-25T05:28:50.341Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:f6429396ffe053ca690ee268e221542d3236aabf8fff45426410a24975257d77 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:50.682Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:51.014Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.33 [2020-09-25T05:28:51.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-25T05:28:51.014Z] 64e31ce00122: Preparing [2020-09-25T05:28:51.014Z] 42bd36c22dec: Preparing [2020-09-25T05:28:51.014Z] 950c0a5bb854: Preparing [2020-09-25T05:28:51.014Z] 42bd36c22dec: Layer already exists [2020-09-25T05:28:51.284Z] 64e31ce00122: Layer already exists [2020-09-25T05:28:51.284Z] 950c0a5bb854: Layer already exists [2020-09-25T05:28:51.284Z] 1.2.2-dev.33: digest: sha256:f6429396ffe053ca690ee268e221542d3236aabf8fff45426410a24975257d77 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:51.620Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:51.953Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:28:51.954Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-25T05:28:51.954Z] 64e31ce00122: Preparing [2020-09-25T05:28:51.954Z] 42bd36c22dec: Preparing [2020-09-25T05:28:51.954Z] 950c0a5bb854: Preparing [2020-09-25T05:28:52.223Z] 64e31ce00122: Layer already exists [2020-09-25T05:28:52.223Z] 950c0a5bb854: Layer already exists [2020-09-25T05:28:52.223Z] 42bd36c22dec: Layer already exists [2020-09-25T05:28:52.223Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:f6429396ffe053ca690ee268e221542d3236aabf8fff45426410a24975257d77 size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:52.565Z] + docker tag docker-core-command-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:52.901Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [2020-09-25T05:28:52.901Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64] [2020-09-25T05:28:52.901Z] 64e31ce00122: Preparing [2020-09-25T05:28:52.901Z] 42bd36c22dec: Preparing [2020-09-25T05:28:52.901Z] 950c0a5bb854: Preparing [2020-09-25T05:28:53.171Z] 42bd36c22dec: Layer already exists [2020-09-25T05:28:53.171Z] 64e31ce00122: Layer already exists [2020-09-25T05:28:53.171Z] 950c0a5bb854: Layer already exists [2020-09-25T05:28:53.171Z] master: digest: sha256:f6429396ffe053ca690ee268e221542d3236aabf8fff45426410a24975257d77 size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:28:53.381Z] ===================================================== [Pipeline] echo [2020-09-25T05:28:53.431Z] taggedImages: [2020-09-25T05:28:53.431Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:53.431Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:1.2.2-dev.33 [2020-09-25T05:28:53.431Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:28:53.431Z] - nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:master [Pipeline] echo [2020-09-25T05:28:53.539Z] [edgeXDocker.push] Tagging docker image docker-core-data-go-arm64 with the following tags: [2020-09-25T05:28:53.539Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:53.539Z] 1.2.2-dev.33 [2020-09-25T05:28:53.539Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:28:53.539Z] master [2020-09-25T05:28:53.539Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:54.052Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:54.391Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:28:54.391Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-25T05:28:54.391Z] 471adcdabc1c: Preparing [2020-09-25T05:28:54.391Z] 808696ddcef2: Preparing [2020-09-25T05:28:54.391Z] adba63421d92: Preparing [2020-09-25T05:28:54.391Z] 230783006a46: Preparing [2020-09-25T05:28:54.391Z] adce64b52f23: Preparing [2020-09-25T05:28:54.391Z] e2f13739ad41: Preparing [2020-09-25T05:28:54.391Z] e2f13739ad41: Waiting [2020-09-25T05:28:54.665Z] adce64b52f23: Pushed [2020-09-25T05:28:54.665Z] 471adcdabc1c: Pushed [2020-09-25T05:28:54.665Z] adba63421d92: Pushed [2020-09-25T05:28:54.940Z] e2f13739ad41: Layer already exists [2020-09-25T05:28:55.210Z] 230783006a46: Pushed [2020-09-25T05:28:58.573Z] 808696ddcef2: Pushed [2020-09-25T05:28:58.573Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:0797baf50d227202afc9f6108e10a22c3c4c1ed07b35ce914ee7de61cb3f1eb3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:58.911Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:59.244Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.33 [2020-09-25T05:28:59.244Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-25T05:28:59.244Z] 471adcdabc1c: Preparing [2020-09-25T05:28:59.244Z] 808696ddcef2: Preparing [2020-09-25T05:28:59.244Z] adba63421d92: Preparing [2020-09-25T05:28:59.244Z] 230783006a46: Preparing [2020-09-25T05:28:59.244Z] adce64b52f23: Preparing [2020-09-25T05:28:59.244Z] e2f13739ad41: Preparing [2020-09-25T05:28:59.244Z] e2f13739ad41: Waiting [2020-09-25T05:28:59.514Z] 808696ddcef2: Layer already exists [2020-09-25T05:28:59.514Z] 230783006a46: Layer already exists [2020-09-25T05:28:59.514Z] adce64b52f23: Layer already exists [2020-09-25T05:28:59.514Z] 471adcdabc1c: Layer already exists [2020-09-25T05:28:59.514Z] adba63421d92: Layer already exists [2020-09-25T05:28:59.514Z] e2f13739ad41: Layer already exists [2020-09-25T05:28:59.514Z] 1.2.2-dev.33: digest: sha256:0797baf50d227202afc9f6108e10a22c3c4c1ed07b35ce914ee7de61cb3f1eb3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:28:59.852Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:00.183Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:00.183Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-25T05:29:00.183Z] 471adcdabc1c: Preparing [2020-09-25T05:29:00.183Z] 808696ddcef2: Preparing [2020-09-25T05:29:00.183Z] adba63421d92: Preparing [2020-09-25T05:29:00.183Z] 230783006a46: Preparing [2020-09-25T05:29:00.183Z] adce64b52f23: Preparing [2020-09-25T05:29:00.183Z] e2f13739ad41: Preparing [2020-09-25T05:29:00.183Z] e2f13739ad41: Waiting [2020-09-25T05:29:00.455Z] adba63421d92: Layer already exists [2020-09-25T05:29:00.455Z] adce64b52f23: Layer already exists [2020-09-25T05:29:00.455Z] 230783006a46: Layer already exists [2020-09-25T05:29:00.455Z] 471adcdabc1c: Layer already exists [2020-09-25T05:29:00.455Z] 808696ddcef2: Layer already exists [2020-09-25T05:29:00.455Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:00.455Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:0797baf50d227202afc9f6108e10a22c3c4c1ed07b35ce914ee7de61cb3f1eb3 size: 1572 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:00.794Z] + docker tag docker-core-data-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:01.146Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [2020-09-25T05:29:01.146Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64] [2020-09-25T05:29:01.146Z] 471adcdabc1c: Preparing [2020-09-25T05:29:01.146Z] 808696ddcef2: Preparing [2020-09-25T05:29:01.146Z] adba63421d92: Preparing [2020-09-25T05:29:01.146Z] 230783006a46: Preparing [2020-09-25T05:29:01.146Z] adce64b52f23: Preparing [2020-09-25T05:29:01.146Z] e2f13739ad41: Preparing [2020-09-25T05:29:01.146Z] e2f13739ad41: Waiting [2020-09-25T05:29:01.424Z] 471adcdabc1c: Layer already exists [2020-09-25T05:29:01.425Z] adba63421d92: Layer already exists [2020-09-25T05:29:01.425Z] 808696ddcef2: Layer already exists [2020-09-25T05:29:01.425Z] 230783006a46: Layer already exists [2020-09-25T05:29:01.425Z] adce64b52f23: Layer already exists [2020-09-25T05:29:01.425Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:01.425Z] master: digest: sha256:0797baf50d227202afc9f6108e10a22c3c4c1ed07b35ce914ee7de61cb3f1eb3 size: 1572 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:29:01.677Z] ===================================================== [Pipeline] echo [2020-09-25T05:29:01.727Z] taggedImages: [2020-09-25T05:29:01.727Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:01.727Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:01.727Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:01.727Z] - nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:master [Pipeline] echo [2020-09-25T05:29:01.792Z] [edgeXDocker.push] Tagging docker image docker-core-metadata-go-arm64 with the following tags: [2020-09-25T05:29:01.793Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:01.793Z] 1.2.2-dev.33 [2020-09-25T05:29:01.793Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:01.793Z] master [2020-09-25T05:29:01.793Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:02.355Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:02.701Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:02.701Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-25T05:29:02.701Z] 6db2c1c39c00: Preparing [2020-09-25T05:29:02.701Z] cd4e8a2c5483: Preparing [2020-09-25T05:29:02.701Z] d06d05084707: Preparing [2020-09-25T05:29:03.291Z] d06d05084707: Pushed [2020-09-25T05:29:03.291Z] 6db2c1c39c00: Pushed [2020-09-25T05:29:05.893Z] cd4e8a2c5483: Pushed [2020-09-25T05:29:06.161Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:a3448bb810453e87f697b8dbd6f317140d07e8560e8547e604829bcf6fc7e6ff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:06.497Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:06.832Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:06.832Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-25T05:29:06.832Z] 6db2c1c39c00: Preparing [2020-09-25T05:29:06.832Z] cd4e8a2c5483: Preparing [2020-09-25T05:29:06.832Z] d06d05084707: Preparing [2020-09-25T05:29:07.102Z] cd4e8a2c5483: Layer already exists [2020-09-25T05:29:07.102Z] 6db2c1c39c00: Layer already exists [2020-09-25T05:29:07.102Z] d06d05084707: Layer already exists [2020-09-25T05:29:07.102Z] 1.2.2-dev.33: digest: sha256:a3448bb810453e87f697b8dbd6f317140d07e8560e8547e604829bcf6fc7e6ff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:07.446Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:07.783Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:07.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-25T05:29:07.783Z] 6db2c1c39c00: Preparing [2020-09-25T05:29:07.783Z] cd4e8a2c5483: Preparing [2020-09-25T05:29:07.783Z] d06d05084707: Preparing [2020-09-25T05:29:08.055Z] d06d05084707: Layer already exists [2020-09-25T05:29:08.055Z] 6db2c1c39c00: Layer already exists [2020-09-25T05:29:08.055Z] cd4e8a2c5483: Layer already exists [2020-09-25T05:29:08.055Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:a3448bb810453e87f697b8dbd6f317140d07e8560e8547e604829bcf6fc7e6ff size: 943 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:08.396Z] + docker tag docker-core-metadata-go-arm64 nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:08.736Z] + docker push nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [2020-09-25T05:29:08.736Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64] [2020-09-25T05:29:08.736Z] 6db2c1c39c00: Preparing [2020-09-25T05:29:08.736Z] cd4e8a2c5483: Preparing [2020-09-25T05:29:08.736Z] d06d05084707: Preparing [2020-09-25T05:29:09.008Z] d06d05084707: Layer already exists [2020-09-25T05:29:09.008Z] cd4e8a2c5483: Layer already exists [2020-09-25T05:29:09.008Z] 6db2c1c39c00: Layer already exists [2020-09-25T05:29:09.008Z] master: digest: sha256:a3448bb810453e87f697b8dbd6f317140d07e8560e8547e604829bcf6fc7e6ff size: 943 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:29:09.204Z] ===================================================== [Pipeline] echo [2020-09-25T05:29:09.249Z] taggedImages: [2020-09-25T05:29:09.249Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:09.249Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:09.249Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:09.249Z] - nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:master [Pipeline] echo [2020-09-25T05:29:09.312Z] [edgeXDocker.push] Tagging docker image docker-security-proxy-setup-go-arm64 with the following tags: [2020-09-25T05:29:09.312Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:09.312Z] 1.2.2-dev.33 [2020-09-25T05:29:09.312Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:09.312Z] master [2020-09-25T05:29:09.312Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:09.812Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:10.154Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:10.154Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-25T05:29:10.154Z] 6578b5017372: Preparing [2020-09-25T05:29:10.154Z] f4879e79080a: Preparing [2020-09-25T05:29:10.154Z] 473c7c2fc302: Preparing [2020-09-25T05:29:10.154Z] 5ab5493a4a30: Preparing [2020-09-25T05:29:10.154Z] e2f13739ad41: Preparing [2020-09-25T05:29:10.431Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:10.431Z] 473c7c2fc302: Pushed [2020-09-25T05:29:10.431Z] f4879e79080a: Pushed [2020-09-25T05:29:10.703Z] 5ab5493a4a30: Pushed [2020-09-25T05:29:12.663Z] 6578b5017372: Pushed [2020-09-25T05:29:12.663Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:5af30a81427a915f50e5315c7d18c7588724256ff447dfaf778fba0fa87f6816 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:13.001Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:13.329Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:13.329Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-25T05:29:13.329Z] 6578b5017372: Preparing [2020-09-25T05:29:13.329Z] f4879e79080a: Preparing [2020-09-25T05:29:13.329Z] 473c7c2fc302: Preparing [2020-09-25T05:29:13.329Z] 5ab5493a4a30: Preparing [2020-09-25T05:29:13.329Z] e2f13739ad41: Preparing [2020-09-25T05:29:13.329Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:13.329Z] 473c7c2fc302: Layer already exists [2020-09-25T05:29:13.329Z] f4879e79080a: Layer already exists [2020-09-25T05:29:13.329Z] 6578b5017372: Layer already exists [2020-09-25T05:29:13.329Z] 5ab5493a4a30: Layer already exists [2020-09-25T05:29:13.597Z] 1.2.2-dev.33: digest: sha256:5af30a81427a915f50e5315c7d18c7588724256ff447dfaf778fba0fa87f6816 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:13.932Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:14.261Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:14.261Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-25T05:29:14.261Z] 6578b5017372: Preparing [2020-09-25T05:29:14.261Z] f4879e79080a: Preparing [2020-09-25T05:29:14.261Z] 473c7c2fc302: Preparing [2020-09-25T05:29:14.261Z] 5ab5493a4a30: Preparing [2020-09-25T05:29:14.261Z] e2f13739ad41: Preparing [2020-09-25T05:29:14.261Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:14.261Z] 473c7c2fc302: Layer already exists [2020-09-25T05:29:14.261Z] 6578b5017372: Layer already exists [2020-09-25T05:29:14.261Z] f4879e79080a: Layer already exists [2020-09-25T05:29:14.261Z] 5ab5493a4a30: Layer already exists [2020-09-25T05:29:14.532Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:5af30a81427a915f50e5315c7d18c7588724256ff447dfaf778fba0fa87f6816 size: 1364 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:14.874Z] + docker tag docker-security-proxy-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:15.210Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [2020-09-25T05:29:15.211Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64] [2020-09-25T05:29:15.211Z] 6578b5017372: Preparing [2020-09-25T05:29:15.211Z] f4879e79080a: Preparing [2020-09-25T05:29:15.211Z] 473c7c2fc302: Preparing [2020-09-25T05:29:15.211Z] 5ab5493a4a30: Preparing [2020-09-25T05:29:15.211Z] e2f13739ad41: Preparing [2020-09-25T05:29:15.482Z] 473c7c2fc302: Layer already exists [2020-09-25T05:29:15.482Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:15.482Z] 5ab5493a4a30: Layer already exists [2020-09-25T05:29:15.482Z] 6578b5017372: Layer already exists [2020-09-25T05:29:15.482Z] f4879e79080a: Layer already exists [2020-09-25T05:29:15.482Z] master: digest: sha256:5af30a81427a915f50e5315c7d18c7588724256ff447dfaf778fba0fa87f6816 size: 1364 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:29:15.670Z] ===================================================== [Pipeline] echo [2020-09-25T05:29:15.735Z] taggedImages: [2020-09-25T05:29:15.735Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:15.735Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:15.735Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:15.735Z] - nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:master [Pipeline] echo [2020-09-25T05:29:15.798Z] [edgeXDocker.push] Tagging docker image docker-security-secrets-setup-go-arm64 with the following tags: [2020-09-25T05:29:15.798Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:15.798Z] 1.2.2-dev.33 [2020-09-25T05:29:15.798Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:15.798Z] master [2020-09-25T05:29:15.798Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:16.324Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:16.657Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:16.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-25T05:29:16.657Z] 1cae2437799c: Preparing [2020-09-25T05:29:16.657Z] 070840144e49: Preparing [2020-09-25T05:29:16.657Z] 0dd65b848080: Preparing [2020-09-25T05:29:16.657Z] cd4fee9bf219: Preparing [2020-09-25T05:29:16.657Z] cd4fee9bf219: Preparing [2020-09-25T05:29:16.657Z] cf74c40e6a89: Preparing [2020-09-25T05:29:16.657Z] d94fe48bbde0: Preparing [2020-09-25T05:29:16.657Z] e4460bca7ad9: Preparing [2020-09-25T05:29:16.657Z] 1cae2437799c: Preparing [2020-09-25T05:29:16.657Z] 5d3ab2631276: Preparing [2020-09-25T05:29:16.657Z] 993c04593fb0: Preparing [2020-09-25T05:29:16.657Z] 6ef1d89c4018: Preparing [2020-09-25T05:29:16.657Z] e4460bca7ad9: Waiting [2020-09-25T05:29:16.657Z] 5d3ab2631276: Waiting [2020-09-25T05:29:16.657Z] d94fe48bbde0: Waiting [2020-09-25T05:29:16.657Z] 993c04593fb0: Waiting [2020-09-25T05:29:16.657Z] 6ef1d89c4018: Waiting [2020-09-25T05:29:16.657Z] e2f13739ad41: Preparing [2020-09-25T05:29:16.657Z] e2f13739ad41: Waiting [2020-09-25T05:29:16.928Z] 0dd65b848080: Pushed [2020-09-25T05:29:17.201Z] cf74c40e6a89: Pushed [2020-09-25T05:29:17.201Z] cd4fee9bf219: Pushed [2020-09-25T05:29:17.201Z] 070840144e49: Pushed [2020-09-25T05:29:17.201Z] d94fe48bbde0: Pushed [2020-09-25T05:29:17.201Z] e4460bca7ad9: Pushed [2020-09-25T05:29:17.473Z] 5d3ab2631276: Pushed [2020-09-25T05:29:17.473Z] 993c04593fb0: Pushed [2020-09-25T05:29:17.473Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:17.743Z] 6ef1d89c4018: Pushed [2020-09-25T05:29:19.169Z] 1cae2437799c: Pushed [2020-09-25T05:29:19.170Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:901286683b8729888762edf8081f72a3d85131471b3457b5865f291cedf8d363 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:19.508Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:19.848Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:19.848Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-25T05:29:19.848Z] 1cae2437799c: Preparing [2020-09-25T05:29:19.848Z] 070840144e49: Preparing [2020-09-25T05:29:19.848Z] 0dd65b848080: Preparing [2020-09-25T05:29:19.848Z] cd4fee9bf219: Preparing [2020-09-25T05:29:19.848Z] cd4fee9bf219: Preparing [2020-09-25T05:29:19.848Z] cf74c40e6a89: Preparing [2020-09-25T05:29:19.848Z] d94fe48bbde0: Preparing [2020-09-25T05:29:19.848Z] e4460bca7ad9: Preparing [2020-09-25T05:29:19.848Z] 1cae2437799c: Preparing [2020-09-25T05:29:19.848Z] 5d3ab2631276: Preparing [2020-09-25T05:29:19.848Z] 993c04593fb0: Preparing [2020-09-25T05:29:19.848Z] 6ef1d89c4018: Preparing [2020-09-25T05:29:19.848Z] e2f13739ad41: Preparing [2020-09-25T05:29:19.848Z] 5d3ab2631276: Waiting [2020-09-25T05:29:19.848Z] 993c04593fb0: Waiting [2020-09-25T05:29:19.848Z] 6ef1d89c4018: Waiting [2020-09-25T05:29:19.848Z] e2f13739ad41: Waiting [2020-09-25T05:29:19.848Z] d94fe48bbde0: Waiting [2020-09-25T05:29:19.848Z] e4460bca7ad9: Waiting [2020-09-25T05:29:19.848Z] 0dd65b848080: Layer already exists [2020-09-25T05:29:19.848Z] cd4fee9bf219: Layer already exists [2020-09-25T05:29:19.848Z] cf74c40e6a89: Layer already exists [2020-09-25T05:29:20.122Z] 1cae2437799c: Layer already exists [2020-09-25T05:29:20.122Z] 070840144e49: Layer already exists [2020-09-25T05:29:20.122Z] e4460bca7ad9: Layer already exists [2020-09-25T05:29:20.122Z] 5d3ab2631276: Layer already exists [2020-09-25T05:29:20.122Z] d94fe48bbde0: Layer already exists [2020-09-25T05:29:20.122Z] 6ef1d89c4018: Layer already exists [2020-09-25T05:29:20.122Z] 993c04593fb0: Layer already exists [2020-09-25T05:29:20.122Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:20.122Z] 1.2.2-dev.33: digest: sha256:901286683b8729888762edf8081f72a3d85131471b3457b5865f291cedf8d363 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:20.462Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:20.796Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:20.797Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-25T05:29:20.797Z] 1cae2437799c: Preparing [2020-09-25T05:29:20.797Z] 070840144e49: Preparing [2020-09-25T05:29:20.797Z] 0dd65b848080: Preparing [2020-09-25T05:29:20.797Z] cd4fee9bf219: Preparing [2020-09-25T05:29:20.797Z] cd4fee9bf219: Preparing [2020-09-25T05:29:20.797Z] cf74c40e6a89: Preparing [2020-09-25T05:29:20.797Z] d94fe48bbde0: Preparing [2020-09-25T05:29:20.797Z] e4460bca7ad9: Preparing [2020-09-25T05:29:20.797Z] 1cae2437799c: Preparing [2020-09-25T05:29:20.797Z] 5d3ab2631276: Preparing [2020-09-25T05:29:20.797Z] 993c04593fb0: Preparing [2020-09-25T05:29:20.797Z] 6ef1d89c4018: Preparing [2020-09-25T05:29:20.797Z] e2f13739ad41: Preparing [2020-09-25T05:29:20.797Z] 5d3ab2631276: Waiting [2020-09-25T05:29:20.797Z] 993c04593fb0: Waiting [2020-09-25T05:29:20.797Z] d94fe48bbde0: Waiting [2020-09-25T05:29:20.797Z] e4460bca7ad9: Waiting [2020-09-25T05:29:20.797Z] e2f13739ad41: Waiting [2020-09-25T05:29:20.797Z] 6ef1d89c4018: Waiting [2020-09-25T05:29:20.797Z] 0dd65b848080: Layer already exists [2020-09-25T05:29:20.797Z] 1cae2437799c: Layer already exists [2020-09-25T05:29:21.066Z] 070840144e49: Layer already exists [2020-09-25T05:29:21.066Z] cd4fee9bf219: Layer already exists [2020-09-25T05:29:21.066Z] cf74c40e6a89: Layer already exists [2020-09-25T05:29:21.066Z] e4460bca7ad9: Layer already exists [2020-09-25T05:29:21.066Z] 5d3ab2631276: Layer already exists [2020-09-25T05:29:21.066Z] 6ef1d89c4018: Layer already exists [2020-09-25T05:29:21.066Z] d94fe48bbde0: Layer already exists [2020-09-25T05:29:21.066Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:21.066Z] 993c04593fb0: Layer already exists [2020-09-25T05:29:21.066Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:901286683b8729888762edf8081f72a3d85131471b3457b5865f291cedf8d363 size: 3027 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:21.401Z] + docker tag docker-security-secrets-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:21.739Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [2020-09-25T05:29:21.739Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64] [2020-09-25T05:29:21.739Z] 1cae2437799c: Preparing [2020-09-25T05:29:21.739Z] 070840144e49: Preparing [2020-09-25T05:29:21.739Z] 0dd65b848080: Preparing [2020-09-25T05:29:21.739Z] cd4fee9bf219: Preparing [2020-09-25T05:29:21.739Z] cd4fee9bf219: Preparing [2020-09-25T05:29:21.739Z] cf74c40e6a89: Preparing [2020-09-25T05:29:21.739Z] d94fe48bbde0: Preparing [2020-09-25T05:29:21.739Z] e4460bca7ad9: Preparing [2020-09-25T05:29:21.739Z] 1cae2437799c: Preparing [2020-09-25T05:29:21.739Z] 5d3ab2631276: Preparing [2020-09-25T05:29:21.739Z] 993c04593fb0: Preparing [2020-09-25T05:29:21.739Z] 6ef1d89c4018: Preparing [2020-09-25T05:29:21.739Z] e2f13739ad41: Preparing [2020-09-25T05:29:21.739Z] e4460bca7ad9: Waiting [2020-09-25T05:29:21.739Z] 5d3ab2631276: Waiting [2020-09-25T05:29:21.739Z] 993c04593fb0: Waiting [2020-09-25T05:29:21.739Z] d94fe48bbde0: Waiting [2020-09-25T05:29:21.739Z] 6ef1d89c4018: Waiting [2020-09-25T05:29:21.739Z] e2f13739ad41: Waiting [2020-09-25T05:29:22.008Z] 070840144e49: Layer already exists [2020-09-25T05:29:22.008Z] 1cae2437799c: Layer already exists [2020-09-25T05:29:22.008Z] cf74c40e6a89: Layer already exists [2020-09-25T05:29:22.008Z] 0dd65b848080: Layer already exists [2020-09-25T05:29:22.008Z] cd4fee9bf219: Layer already exists [2020-09-25T05:29:22.008Z] 5d3ab2631276: Layer already exists [2020-09-25T05:29:22.008Z] d94fe48bbde0: Layer already exists [2020-09-25T05:29:22.008Z] e4460bca7ad9: Layer already exists [2020-09-25T05:29:22.008Z] 993c04593fb0: Layer already exists [2020-09-25T05:29:22.008Z] 6ef1d89c4018: Layer already exists [2020-09-25T05:29:22.008Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:22.008Z] master: digest: sha256:901286683b8729888762edf8081f72a3d85131471b3457b5865f291cedf8d363 size: 3027 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:29:22.205Z] ===================================================== [Pipeline] echo [2020-09-25T05:29:22.254Z] taggedImages: [2020-09-25T05:29:22.254Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:22.254Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:22.254Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:22.254Z] - nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:master [Pipeline] echo [2020-09-25T05:29:22.320Z] [edgeXDocker.push] Tagging docker image docker-security-secretstore-setup-go-arm64 with the following tags: [2020-09-25T05:29:22.320Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:22.320Z] 1.2.2-dev.33 [2020-09-25T05:29:22.320Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:22.320Z] master [2020-09-25T05:29:22.320Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:22.861Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:23.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:23.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-25T05:29:23.192Z] 35320a050710: Preparing [2020-09-25T05:29:23.192Z] ed0ee468ca5e: Preparing [2020-09-25T05:29:23.192Z] 93a6eeff5594: Preparing [2020-09-25T05:29:23.192Z] 3b08e06f9e6d: Preparing [2020-09-25T05:29:23.192Z] 98ce6adc22a3: Preparing [2020-09-25T05:29:23.192Z] 49ec87fcd2c4: Preparing [2020-09-25T05:29:23.192Z] bf9bafeafdae: Preparing [2020-09-25T05:29:23.192Z] 8ae850c99441: Preparing [2020-09-25T05:29:23.192Z] 4e5abfeca374: Preparing [2020-09-25T05:29:23.192Z] c8bdba65ffd0: Preparing [2020-09-25T05:29:23.192Z] 66b385cf80cf: Preparing [2020-09-25T05:29:23.192Z] 8ae850c99441: Waiting [2020-09-25T05:29:23.192Z] 4e5abfeca374: Waiting [2020-09-25T05:29:23.192Z] c8bdba65ffd0: Waiting [2020-09-25T05:29:23.192Z] 66b385cf80cf: Waiting [2020-09-25T05:29:23.192Z] 49ec87fcd2c4: Waiting [2020-09-25T05:29:23.192Z] bf9bafeafdae: Waiting [2020-09-25T05:29:23.476Z] 35320a050710: Pushed [2020-09-25T05:29:23.476Z] ed0ee468ca5e: Pushed [2020-09-25T05:29:23.757Z] 49ec87fcd2c4: Pushed [2020-09-25T05:29:23.757Z] bf9bafeafdae: Pushed [2020-09-25T05:29:24.028Z] 8ae850c99441: Pushed [2020-09-25T05:29:24.028Z] 4e5abfeca374: Pushed [2020-09-25T05:29:24.330Z] 66b385cf80cf: Layer already exists [2020-09-25T05:29:24.603Z] c8bdba65ffd0: Pushed [2020-09-25T05:29:25.199Z] 93a6eeff5594: Pushed [2020-09-25T05:29:25.470Z] 98ce6adc22a3: Pushed [2020-09-25T05:29:25.740Z] 3b08e06f9e6d: Pushed [2020-09-25T05:29:25.740Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:4787bbd2c2985276c24e6864e62283b149da8872c0faba9fe310acdd3c15762d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:26.073Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:26.402Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:26.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-25T05:29:26.402Z] 35320a050710: Preparing [2020-09-25T05:29:26.402Z] ed0ee468ca5e: Preparing [2020-09-25T05:29:26.402Z] 93a6eeff5594: Preparing [2020-09-25T05:29:26.402Z] 3b08e06f9e6d: Preparing [2020-09-25T05:29:26.402Z] 98ce6adc22a3: Preparing [2020-09-25T05:29:26.402Z] 49ec87fcd2c4: Preparing [2020-09-25T05:29:26.402Z] bf9bafeafdae: Preparing [2020-09-25T05:29:26.402Z] 8ae850c99441: Preparing [2020-09-25T05:29:26.402Z] 4e5abfeca374: Preparing [2020-09-25T05:29:26.402Z] c8bdba65ffd0: Preparing [2020-09-25T05:29:26.402Z] 66b385cf80cf: Preparing [2020-09-25T05:29:26.402Z] 49ec87fcd2c4: Waiting [2020-09-25T05:29:26.402Z] 4e5abfeca374: Waiting [2020-09-25T05:29:26.402Z] c8bdba65ffd0: Waiting [2020-09-25T05:29:26.402Z] 66b385cf80cf: Waiting [2020-09-25T05:29:26.402Z] bf9bafeafdae: Waiting [2020-09-25T05:29:26.402Z] 8ae850c99441: Waiting [2020-09-25T05:29:26.402Z] 35320a050710: Layer already exists [2020-09-25T05:29:26.402Z] 98ce6adc22a3: Layer already exists [2020-09-25T05:29:26.402Z] 93a6eeff5594: Layer already exists [2020-09-25T05:29:26.402Z] 3b08e06f9e6d: Layer already exists [2020-09-25T05:29:26.402Z] ed0ee468ca5e: Layer already exists [2020-09-25T05:29:26.402Z] 4e5abfeca374: Layer already exists [2020-09-25T05:29:26.402Z] bf9bafeafdae: Layer already exists [2020-09-25T05:29:26.402Z] 49ec87fcd2c4: Layer already exists [2020-09-25T05:29:26.402Z] c8bdba65ffd0: Layer already exists [2020-09-25T05:29:26.402Z] 8ae850c99441: Layer already exists [2020-09-25T05:29:26.671Z] 66b385cf80cf: Layer already exists [2020-09-25T05:29:26.671Z] 1.2.2-dev.33: digest: sha256:4787bbd2c2985276c24e6864e62283b149da8872c0faba9fe310acdd3c15762d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:27.005Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:27.337Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:27.337Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-25T05:29:27.337Z] 35320a050710: Preparing [2020-09-25T05:29:27.337Z] ed0ee468ca5e: Preparing [2020-09-25T05:29:27.337Z] 93a6eeff5594: Preparing [2020-09-25T05:29:27.337Z] 3b08e06f9e6d: Preparing [2020-09-25T05:29:27.337Z] 98ce6adc22a3: Preparing [2020-09-25T05:29:27.337Z] 49ec87fcd2c4: Preparing [2020-09-25T05:29:27.337Z] bf9bafeafdae: Preparing [2020-09-25T05:29:27.337Z] 8ae850c99441: Preparing [2020-09-25T05:29:27.337Z] 4e5abfeca374: Preparing [2020-09-25T05:29:27.337Z] c8bdba65ffd0: Preparing [2020-09-25T05:29:27.337Z] 66b385cf80cf: Preparing [2020-09-25T05:29:27.337Z] 49ec87fcd2c4: Waiting [2020-09-25T05:29:27.337Z] bf9bafeafdae: Waiting [2020-09-25T05:29:27.337Z] 8ae850c99441: Waiting [2020-09-25T05:29:27.337Z] 4e5abfeca374: Waiting [2020-09-25T05:29:27.337Z] c8bdba65ffd0: Waiting [2020-09-25T05:29:27.337Z] 66b385cf80cf: Waiting [2020-09-25T05:29:27.338Z] 3b08e06f9e6d: Layer already exists [2020-09-25T05:29:27.338Z] 93a6eeff5594: Layer already exists [2020-09-25T05:29:27.338Z] 35320a050710: Layer already exists [2020-09-25T05:29:27.338Z] 98ce6adc22a3: Layer already exists [2020-09-25T05:29:27.338Z] ed0ee468ca5e: Layer already exists [2020-09-25T05:29:27.607Z] bf9bafeafdae: Layer already exists [2020-09-25T05:29:27.607Z] 8ae850c99441: Layer already exists [2020-09-25T05:29:27.607Z] 4e5abfeca374: Layer already exists [2020-09-25T05:29:27.607Z] c8bdba65ffd0: Layer already exists [2020-09-25T05:29:27.607Z] 49ec87fcd2c4: Layer already exists [2020-09-25T05:29:27.607Z] 66b385cf80cf: Layer already exists [2020-09-25T05:29:27.607Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:4787bbd2c2985276c24e6864e62283b149da8872c0faba9fe310acdd3c15762d size: 2616 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:27.945Z] + docker tag docker-security-secretstore-setup-go-arm64 nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:28.301Z] + docker push nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [2020-09-25T05:29:28.301Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64] [2020-09-25T05:29:28.301Z] 35320a050710: Preparing [2020-09-25T05:29:28.301Z] ed0ee468ca5e: Preparing [2020-09-25T05:29:28.301Z] 93a6eeff5594: Preparing [2020-09-25T05:29:28.301Z] 3b08e06f9e6d: Preparing [2020-09-25T05:29:28.301Z] 98ce6adc22a3: Preparing [2020-09-25T05:29:28.301Z] 49ec87fcd2c4: Preparing [2020-09-25T05:29:28.301Z] bf9bafeafdae: Preparing [2020-09-25T05:29:28.301Z] 8ae850c99441: Preparing [2020-09-25T05:29:28.301Z] 4e5abfeca374: Preparing [2020-09-25T05:29:28.301Z] c8bdba65ffd0: Preparing [2020-09-25T05:29:28.301Z] 66b385cf80cf: Preparing [2020-09-25T05:29:28.301Z] 49ec87fcd2c4: Waiting [2020-09-25T05:29:28.301Z] bf9bafeafdae: Waiting [2020-09-25T05:29:28.301Z] 4e5abfeca374: Waiting [2020-09-25T05:29:28.301Z] 8ae850c99441: Waiting [2020-09-25T05:29:28.301Z] 66b385cf80cf: Waiting [2020-09-25T05:29:28.301Z] c8bdba65ffd0: Waiting [2020-09-25T05:29:28.574Z] 93a6eeff5594: Layer already exists [2020-09-25T05:29:28.574Z] 98ce6adc22a3: Layer already exists [2020-09-25T05:29:28.574Z] 3b08e06f9e6d: Layer already exists [2020-09-25T05:29:28.574Z] 35320a050710: Layer already exists [2020-09-25T05:29:28.574Z] ed0ee468ca5e: Layer already exists [2020-09-25T05:29:28.574Z] bf9bafeafdae: Layer already exists [2020-09-25T05:29:28.574Z] c8bdba65ffd0: Layer already exists [2020-09-25T05:29:28.574Z] 4e5abfeca374: Layer already exists [2020-09-25T05:29:28.574Z] 8ae850c99441: Layer already exists [2020-09-25T05:29:28.574Z] 49ec87fcd2c4: Layer already exists [2020-09-25T05:29:28.574Z] 66b385cf80cf: Layer already exists [2020-09-25T05:29:28.574Z] master: digest: sha256:4787bbd2c2985276c24e6864e62283b149da8872c0faba9fe310acdd3c15762d size: 2616 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:29:28.757Z] ===================================================== [Pipeline] echo [2020-09-25T05:29:28.808Z] taggedImages: [2020-09-25T05:29:28.808Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:28.808Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:28.808Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:28.808Z] - nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:master [Pipeline] echo [2020-09-25T05:29:28.881Z] [edgeXDocker.push] Tagging docker image docker-support-logging-go-arm64 with the following tags: [2020-09-25T05:29:28.881Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:28.881Z] 1.2.2-dev.33 [2020-09-25T05:29:28.881Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:28.881Z] master [2020-09-25T05:29:28.881Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:29.375Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:29.704Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:29.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-25T05:29:29.704Z] 31407dc5dbb7: Preparing [2020-09-25T05:29:29.704Z] 09e2fd97244a: Preparing [2020-09-25T05:29:29.704Z] f176646861ea: Preparing [2020-09-25T05:29:29.704Z] 4b7f378b66e3: Preparing [2020-09-25T05:29:29.977Z] 31407dc5dbb7: Pushed [2020-09-25T05:29:29.977Z] f176646861ea: Pushed [2020-09-25T05:29:30.248Z] 4b7f378b66e3: Pushed [2020-09-25T05:29:32.216Z] 09e2fd97244a: Pushed [2020-09-25T05:29:32.487Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:6f265e8882dbe1df9abd2b26a5f393383720a90ddd59376f6b6114be05607190 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:32.822Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:33.204Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:33.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-25T05:29:33.204Z] 31407dc5dbb7: Preparing [2020-09-25T05:29:33.204Z] 09e2fd97244a: Preparing [2020-09-25T05:29:33.204Z] f176646861ea: Preparing [2020-09-25T05:29:33.204Z] 4b7f378b66e3: Preparing [2020-09-25T05:29:33.494Z] 09e2fd97244a: Layer already exists [2020-09-25T05:29:33.494Z] 31407dc5dbb7: Layer already exists [2020-09-25T05:29:33.494Z] 4b7f378b66e3: Layer already exists [2020-09-25T05:29:33.494Z] f176646861ea: Layer already exists [2020-09-25T05:29:33.494Z] 1.2.2-dev.33: digest: sha256:6f265e8882dbe1df9abd2b26a5f393383720a90ddd59376f6b6114be05607190 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:33.854Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:34.199Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:34.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-25T05:29:34.199Z] 31407dc5dbb7: Preparing [2020-09-25T05:29:34.199Z] 09e2fd97244a: Preparing [2020-09-25T05:29:34.199Z] f176646861ea: Preparing [2020-09-25T05:29:34.199Z] 4b7f378b66e3: Preparing [2020-09-25T05:29:34.199Z] 4b7f378b66e3: Layer already exists [2020-09-25T05:29:34.199Z] f176646861ea: Layer already exists [2020-09-25T05:29:34.199Z] 31407dc5dbb7: Layer already exists [2020-09-25T05:29:34.199Z] 09e2fd97244a: Layer already exists [2020-09-25T05:29:34.474Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:6f265e8882dbe1df9abd2b26a5f393383720a90ddd59376f6b6114be05607190 size: 1153 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:34.845Z] + docker tag docker-support-logging-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:35.192Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [2020-09-25T05:29:35.192Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64] [2020-09-25T05:29:35.192Z] 31407dc5dbb7: Preparing [2020-09-25T05:29:35.192Z] 09e2fd97244a: Preparing [2020-09-25T05:29:35.192Z] f176646861ea: Preparing [2020-09-25T05:29:35.192Z] 4b7f378b66e3: Preparing [2020-09-25T05:29:35.192Z] 31407dc5dbb7: Layer already exists [2020-09-25T05:29:35.192Z] 09e2fd97244a: Layer already exists [2020-09-25T05:29:35.192Z] f176646861ea: Layer already exists [2020-09-25T05:29:35.192Z] 4b7f378b66e3: Layer already exists [2020-09-25T05:29:35.465Z] master: digest: sha256:6f265e8882dbe1df9abd2b26a5f393383720a90ddd59376f6b6114be05607190 size: 1153 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:29:35.668Z] ===================================================== [Pipeline] echo [2020-09-25T05:29:35.713Z] taggedImages: [2020-09-25T05:29:35.713Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:35.713Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:35.713Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:35.713Z] - nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:master [Pipeline] echo [2020-09-25T05:29:35.773Z] [edgeXDocker.push] Tagging docker image docker-support-notifications-go-arm64 with the following tags: [2020-09-25T05:29:35.773Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:35.773Z] 1.2.2-dev.33 [2020-09-25T05:29:35.773Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:35.773Z] master [2020-09-25T05:29:35.773Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:36.273Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:36.660Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:36.660Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-25T05:29:36.660Z] a3acfe16a375: Preparing [2020-09-25T05:29:36.660Z] 09f2521038e8: Preparing [2020-09-25T05:29:36.660Z] ebc690b27ab8: Preparing [2020-09-25T05:29:36.660Z] 7936297854d7: Preparing [2020-09-25T05:29:36.660Z] 0977c0386e04: Preparing [2020-09-25T05:29:36.660Z] caf791421b9e: Preparing [2020-09-25T05:29:36.943Z] a3acfe16a375: Pushed [2020-09-25T05:29:37.221Z] 0977c0386e04: Pushed [2020-09-25T05:29:37.221Z] 7936297854d7: Pushed [2020-09-25T05:29:37.500Z] caf791421b9e: Pushed [2020-09-25T05:29:38.117Z] ebc690b27ab8: Pushed [2020-09-25T05:29:40.152Z] 09f2521038e8: Pushed [2020-09-25T05:29:40.428Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:4f03b61f5fc1a0ee57e14a9dec544863ec54419b7c7c2c0f33e4c31d888288b8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:40.785Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:41.137Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:41.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-25T05:29:41.137Z] a3acfe16a375: Preparing [2020-09-25T05:29:41.137Z] 09f2521038e8: Preparing [2020-09-25T05:29:41.137Z] ebc690b27ab8: Preparing [2020-09-25T05:29:41.137Z] 7936297854d7: Preparing [2020-09-25T05:29:41.137Z] 0977c0386e04: Preparing [2020-09-25T05:29:41.137Z] caf791421b9e: Preparing [2020-09-25T05:29:41.137Z] caf791421b9e: Waiting [2020-09-25T05:29:41.137Z] ebc690b27ab8: Layer already exists [2020-09-25T05:29:41.137Z] a3acfe16a375: Layer already exists [2020-09-25T05:29:41.137Z] 7936297854d7: Layer already exists [2020-09-25T05:29:41.137Z] 0977c0386e04: Layer already exists [2020-09-25T05:29:41.137Z] 09f2521038e8: Layer already exists [2020-09-25T05:29:41.408Z] caf791421b9e: Layer already exists [2020-09-25T05:29:41.408Z] 1.2.2-dev.33: digest: sha256:4f03b61f5fc1a0ee57e14a9dec544863ec54419b7c7c2c0f33e4c31d888288b8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:41.749Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:42.099Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:42.099Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-25T05:29:42.099Z] a3acfe16a375: Preparing [2020-09-25T05:29:42.099Z] 09f2521038e8: Preparing [2020-09-25T05:29:42.099Z] ebc690b27ab8: Preparing [2020-09-25T05:29:42.099Z] 7936297854d7: Preparing [2020-09-25T05:29:42.099Z] 0977c0386e04: Preparing [2020-09-25T05:29:42.099Z] caf791421b9e: Preparing [2020-09-25T05:29:42.099Z] caf791421b9e: Waiting [2020-09-25T05:29:42.371Z] a3acfe16a375: Layer already exists [2020-09-25T05:29:42.371Z] 09f2521038e8: Layer already exists [2020-09-25T05:29:42.371Z] 0977c0386e04: Layer already exists [2020-09-25T05:29:42.371Z] ebc690b27ab8: Layer already exists [2020-09-25T05:29:42.371Z] 7936297854d7: Layer already exists [2020-09-25T05:29:42.371Z] caf791421b9e: Layer already exists [2020-09-25T05:29:42.371Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:4f03b61f5fc1a0ee57e14a9dec544863ec54419b7c7c2c0f33e4c31d888288b8 size: 1573 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:42.719Z] + docker tag docker-support-notifications-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:43.130Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [2020-09-25T05:29:43.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64] [2020-09-25T05:29:43.130Z] a3acfe16a375: Preparing [2020-09-25T05:29:43.130Z] 09f2521038e8: Preparing [2020-09-25T05:29:43.130Z] ebc690b27ab8: Preparing [2020-09-25T05:29:43.130Z] 7936297854d7: Preparing [2020-09-25T05:29:43.130Z] 0977c0386e04: Preparing [2020-09-25T05:29:43.130Z] caf791421b9e: Preparing [2020-09-25T05:29:43.130Z] caf791421b9e: Waiting [2020-09-25T05:29:43.130Z] 7936297854d7: Layer already exists [2020-09-25T05:29:43.130Z] ebc690b27ab8: Layer already exists [2020-09-25T05:29:43.130Z] 09f2521038e8: Layer already exists [2020-09-25T05:29:43.130Z] 0977c0386e04: Layer already exists [2020-09-25T05:29:43.130Z] a3acfe16a375: Layer already exists [2020-09-25T05:29:43.131Z] caf791421b9e: Layer already exists [2020-09-25T05:29:43.402Z] master: digest: sha256:4f03b61f5fc1a0ee57e14a9dec544863ec54419b7c7c2c0f33e4c31d888288b8 size: 1573 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:29:43.596Z] ===================================================== [Pipeline] echo [2020-09-25T05:29:43.643Z] taggedImages: [2020-09-25T05:29:43.643Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:43.643Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:43.643Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:43.643Z] - nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:master [Pipeline] echo [2020-09-25T05:29:43.704Z] [edgeXDocker.push] Tagging docker image docker-support-scheduler-go-arm64 with the following tags: [2020-09-25T05:29:43.704Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:43.704Z] 1.2.2-dev.33 [2020-09-25T05:29:43.704Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:43.704Z] master [2020-09-25T05:29:43.704Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:44.198Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:44.542Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:44.542Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-25T05:29:44.542Z] bcc151de4958: Preparing [2020-09-25T05:29:44.542Z] 375df1b34a67: Preparing [2020-09-25T05:29:44.542Z] 54b9fd3cb00c: Preparing [2020-09-25T05:29:44.812Z] bcc151de4958: Pushed [2020-09-25T05:29:44.812Z] 54b9fd3cb00c: Pushed [2020-09-25T05:29:48.189Z] 375df1b34a67: Pushed [2020-09-25T05:29:48.189Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:02cc25968806b2a5865ed25d992e16a11c29868f3d609a5d67aa8b249cc2a1da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:48.524Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:48.854Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:48.854Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-25T05:29:48.854Z] bcc151de4958: Preparing [2020-09-25T05:29:48.854Z] 375df1b34a67: Preparing [2020-09-25T05:29:48.854Z] 54b9fd3cb00c: Preparing [2020-09-25T05:29:49.123Z] bcc151de4958: Layer already exists [2020-09-25T05:29:49.123Z] 375df1b34a67: Layer already exists [2020-09-25T05:29:49.123Z] 54b9fd3cb00c: Layer already exists [2020-09-25T05:29:49.123Z] 1.2.2-dev.33: digest: sha256:02cc25968806b2a5865ed25d992e16a11c29868f3d609a5d67aa8b249cc2a1da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:49.460Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:49.789Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:49.789Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-25T05:29:49.789Z] bcc151de4958: Preparing [2020-09-25T05:29:49.789Z] 375df1b34a67: Preparing [2020-09-25T05:29:49.789Z] 54b9fd3cb00c: Preparing [2020-09-25T05:29:50.058Z] bcc151de4958: Layer already exists [2020-09-25T05:29:50.058Z] 54b9fd3cb00c: Layer already exists [2020-09-25T05:29:50.058Z] 375df1b34a67: Layer already exists [2020-09-25T05:29:50.058Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:02cc25968806b2a5865ed25d992e16a11c29868f3d609a5d67aa8b249cc2a1da size: 944 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:50.391Z] + docker tag docker-support-scheduler-go-arm64 nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:50.721Z] + docker push nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [2020-09-25T05:29:50.721Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64] [2020-09-25T05:29:50.721Z] bcc151de4958: Preparing [2020-09-25T05:29:50.721Z] 375df1b34a67: Preparing [2020-09-25T05:29:50.721Z] 54b9fd3cb00c: Preparing [2020-09-25T05:29:50.721Z] 54b9fd3cb00c: Layer already exists [2020-09-25T05:29:50.721Z] bcc151de4958: Layer already exists [2020-09-25T05:29:50.992Z] 375df1b34a67: Layer already exists [2020-09-25T05:29:50.992Z] master: digest: sha256:02cc25968806b2a5865ed25d992e16a11c29868f3d609a5d67aa8b249cc2a1da size: 944 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:29:51.280Z] ===================================================== [Pipeline] echo [2020-09-25T05:29:51.332Z] taggedImages: [2020-09-25T05:29:51.332Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:51.332Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:1.2.2-dev.33 [2020-09-25T05:29:51.332Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:51.332Z] - nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:master [Pipeline] echo [2020-09-25T05:29:51.395Z] [edgeXDocker.push] Tagging docker image docker-sys-mgmt-agent-go-arm64 with the following tags: [2020-09-25T05:29:51.395Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:51.395Z] 1.2.2-dev.33 [2020-09-25T05:29:51.395Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:29:51.395Z] master [2020-09-25T05:29:51.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:51.900Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:29:52.230Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:29:52.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-25T05:29:52.230Z] 58b932233393: Preparing [2020-09-25T05:29:52.230Z] fd63e37af97e: Preparing [2020-09-25T05:29:52.230Z] 6d08d6c20e7a: Preparing [2020-09-25T05:29:52.230Z] 02a972e3ab33: Preparing [2020-09-25T05:29:52.230Z] 4476f2b73c3c: Preparing [2020-09-25T05:29:52.230Z] 3fb3f1c55f87: Preparing [2020-09-25T05:29:52.230Z] 4d9d8040bc84: Preparing [2020-09-25T05:29:52.230Z] f875f9e206db: Preparing [2020-09-25T05:29:52.230Z] 3994ac1dcb8b: Preparing [2020-09-25T05:29:52.230Z] 5f2247eaf593: Preparing [2020-09-25T05:29:52.230Z] 62d13be1b083: Preparing [2020-09-25T05:29:52.230Z] 94fdc660876c: Preparing [2020-09-25T05:29:52.230Z] 4e7279dfc0c0: Preparing [2020-09-25T05:29:52.230Z] e2f13739ad41: Preparing [2020-09-25T05:29:52.230Z] 3fb3f1c55f87: Waiting [2020-09-25T05:29:52.230Z] 4d9d8040bc84: Waiting [2020-09-25T05:29:52.230Z] f875f9e206db: Waiting [2020-09-25T05:29:52.230Z] 3994ac1dcb8b: Waiting [2020-09-25T05:29:52.230Z] 5f2247eaf593: Waiting [2020-09-25T05:29:52.230Z] 62d13be1b083: Waiting [2020-09-25T05:29:52.230Z] 94fdc660876c: Waiting [2020-09-25T05:29:52.230Z] 4e7279dfc0c0: Waiting [2020-09-25T05:29:52.230Z] e2f13739ad41: Waiting [2020-09-25T05:29:52.824Z] 4476f2b73c3c: Pushed [2020-09-25T05:29:53.099Z] 58b932233393: Pushed [2020-09-25T05:29:53.701Z] 02a972e3ab33: Pushed [2020-09-25T05:29:53.701Z] f875f9e206db: Layer already exists [2020-09-25T05:29:53.701Z] 3994ac1dcb8b: Layer already exists [2020-09-25T05:29:53.701Z] 5f2247eaf593: Layer already exists [2020-09-25T05:29:53.701Z] 62d13be1b083: Layer already exists [2020-09-25T05:29:53.701Z] 4d9d8040bc84: Pushed [2020-09-25T05:29:53.701Z] 4e7279dfc0c0: Layer already exists [2020-09-25T05:29:53.974Z] 94fdc660876c: Layer already exists [2020-09-25T05:29:53.974Z] e2f13739ad41: Layer already exists [2020-09-25T05:29:54.244Z] fd63e37af97e: Pushed [2020-09-25T05:29:55.214Z] 3fb3f1c55f87: Pushed [2020-09-25T05:30:05.366Z] 6d08d6c20e7a: Pushed [2020-09-25T05:30:05.366Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca: digest: sha256:c7874c2cc48dca541fe200dacc30349166346122bddab2d3e3ef06f82446e96a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:05.701Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:06.034Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.33 [2020-09-25T05:30:06.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-25T05:30:06.034Z] 58b932233393: Preparing [2020-09-25T05:30:06.034Z] fd63e37af97e: Preparing [2020-09-25T05:30:06.034Z] 6d08d6c20e7a: Preparing [2020-09-25T05:30:06.034Z] 02a972e3ab33: Preparing [2020-09-25T05:30:06.034Z] 4476f2b73c3c: Preparing [2020-09-25T05:30:06.034Z] 3fb3f1c55f87: Preparing [2020-09-25T05:30:06.034Z] 4d9d8040bc84: Preparing [2020-09-25T05:30:06.034Z] f875f9e206db: Preparing [2020-09-25T05:30:06.034Z] 3994ac1dcb8b: Preparing [2020-09-25T05:30:06.034Z] 5f2247eaf593: Preparing [2020-09-25T05:30:06.034Z] 62d13be1b083: Preparing [2020-09-25T05:30:06.034Z] 94fdc660876c: Preparing [2020-09-25T05:30:06.034Z] 4e7279dfc0c0: Preparing [2020-09-25T05:30:06.034Z] e2f13739ad41: Preparing [2020-09-25T05:30:06.034Z] 94fdc660876c: Waiting [2020-09-25T05:30:06.034Z] 3994ac1dcb8b: Waiting [2020-09-25T05:30:06.034Z] 5f2247eaf593: Waiting [2020-09-25T05:30:06.034Z] 62d13be1b083: Waiting [2020-09-25T05:30:06.034Z] 4e7279dfc0c0: Waiting [2020-09-25T05:30:06.034Z] e2f13739ad41: Waiting [2020-09-25T05:30:06.034Z] 3fb3f1c55f87: Waiting [2020-09-25T05:30:06.034Z] 4d9d8040bc84: Waiting [2020-09-25T05:30:06.034Z] f875f9e206db: Waiting [2020-09-25T05:30:06.304Z] fd63e37af97e: Layer already exists [2020-09-25T05:30:06.304Z] 4476f2b73c3c: Layer already exists [2020-09-25T05:30:06.304Z] 6d08d6c20e7a: Layer already exists [2020-09-25T05:30:06.304Z] 02a972e3ab33: Layer already exists [2020-09-25T05:30:06.304Z] 58b932233393: Layer already exists [2020-09-25T05:30:06.304Z] 4d9d8040bc84: Layer already exists [2020-09-25T05:30:06.304Z] f875f9e206db: Layer already exists [2020-09-25T05:30:06.304Z] 5f2247eaf593: Layer already exists [2020-09-25T05:30:06.304Z] 3994ac1dcb8b: Layer already exists [2020-09-25T05:30:06.304Z] 3fb3f1c55f87: Layer already exists [2020-09-25T05:30:06.304Z] 94fdc660876c: Layer already exists [2020-09-25T05:30:06.304Z] 62d13be1b083: Layer already exists [2020-09-25T05:30:06.304Z] 4e7279dfc0c0: Layer already exists [2020-09-25T05:30:06.304Z] e2f13739ad41: Layer already exists [2020-09-25T05:30:06.304Z] 1.2.2-dev.33: digest: sha256:c7874c2cc48dca541fe200dacc30349166346122bddab2d3e3ef06f82446e96a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:06.654Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:06.988Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:30:06.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-25T05:30:06.988Z] 58b932233393: Preparing [2020-09-25T05:30:06.988Z] fd63e37af97e: Preparing [2020-09-25T05:30:06.988Z] 6d08d6c20e7a: Preparing [2020-09-25T05:30:06.988Z] 02a972e3ab33: Preparing [2020-09-25T05:30:06.988Z] 4476f2b73c3c: Preparing [2020-09-25T05:30:06.988Z] 3fb3f1c55f87: Preparing [2020-09-25T05:30:06.988Z] 4d9d8040bc84: Preparing [2020-09-25T05:30:06.988Z] f875f9e206db: Preparing [2020-09-25T05:30:06.988Z] 3994ac1dcb8b: Preparing [2020-09-25T05:30:06.988Z] 5f2247eaf593: Preparing [2020-09-25T05:30:06.988Z] 62d13be1b083: Preparing [2020-09-25T05:30:06.988Z] 94fdc660876c: Preparing [2020-09-25T05:30:06.988Z] 4e7279dfc0c0: Preparing [2020-09-25T05:30:06.988Z] e2f13739ad41: Preparing [2020-09-25T05:30:06.988Z] 3994ac1dcb8b: Waiting [2020-09-25T05:30:06.988Z] 5f2247eaf593: Waiting [2020-09-25T05:30:06.988Z] 4d9d8040bc84: Waiting [2020-09-25T05:30:06.988Z] f875f9e206db: Waiting [2020-09-25T05:30:06.988Z] 62d13be1b083: Waiting [2020-09-25T05:30:06.988Z] 4e7279dfc0c0: Waiting [2020-09-25T05:30:06.988Z] 3fb3f1c55f87: Waiting [2020-09-25T05:30:06.988Z] e2f13739ad41: Waiting [2020-09-25T05:30:06.988Z] 94fdc660876c: Waiting [2020-09-25T05:30:07.259Z] 02a972e3ab33: Layer already exists [2020-09-25T05:30:07.259Z] 6d08d6c20e7a: Layer already exists [2020-09-25T05:30:07.259Z] 4476f2b73c3c: Layer already exists [2020-09-25T05:30:07.259Z] fd63e37af97e: Layer already exists [2020-09-25T05:30:07.259Z] 58b932233393: Layer already exists [2020-09-25T05:30:07.259Z] 4d9d8040bc84: Layer already exists [2020-09-25T05:30:07.259Z] 3fb3f1c55f87: Layer already exists [2020-09-25T05:30:07.259Z] 3994ac1dcb8b: Layer already exists [2020-09-25T05:30:07.259Z] f875f9e206db: Layer already exists [2020-09-25T05:30:07.259Z] 5f2247eaf593: Layer already exists [2020-09-25T05:30:07.259Z] 62d13be1b083: Layer already exists [2020-09-25T05:30:07.259Z] 4e7279dfc0c0: Layer already exists [2020-09-25T05:30:07.259Z] 94fdc660876c: Layer already exists [2020-09-25T05:30:07.259Z] e2f13739ad41: Layer already exists [2020-09-25T05:30:07.259Z] 486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33: digest: sha256:c7874c2cc48dca541fe200dacc30349166346122bddab2d3e3ef06f82446e96a size: 3253 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:07.602Z] + docker tag docker-sys-mgmt-agent-go-arm64 nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:07.939Z] + docker push nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:master [2020-09-25T05:30:07.940Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64] [2020-09-25T05:30:07.940Z] 58b932233393: Preparing [2020-09-25T05:30:07.940Z] fd63e37af97e: Preparing [2020-09-25T05:30:07.940Z] 6d08d6c20e7a: Preparing [2020-09-25T05:30:07.940Z] 02a972e3ab33: Preparing [2020-09-25T05:30:07.940Z] 4476f2b73c3c: Preparing [2020-09-25T05:30:07.940Z] 3fb3f1c55f87: Preparing [2020-09-25T05:30:07.940Z] 4d9d8040bc84: Preparing [2020-09-25T05:30:07.940Z] f875f9e206db: Preparing [2020-09-25T05:30:07.940Z] 3994ac1dcb8b: Preparing [2020-09-25T05:30:07.940Z] 5f2247eaf593: Preparing [2020-09-25T05:30:07.940Z] 62d13be1b083: Preparing [2020-09-25T05:30:07.940Z] 94fdc660876c: Preparing [2020-09-25T05:30:07.940Z] 4e7279dfc0c0: Preparing [2020-09-25T05:30:07.940Z] e2f13739ad41: Preparing [2020-09-25T05:30:07.940Z] 3fb3f1c55f87: Waiting [2020-09-25T05:30:07.940Z] 4d9d8040bc84: Waiting [2020-09-25T05:30:07.940Z] f875f9e206db: Waiting [2020-09-25T05:30:07.940Z] 3994ac1dcb8b: Waiting [2020-09-25T05:30:07.940Z] 5f2247eaf593: Waiting [2020-09-25T05:30:07.940Z] 62d13be1b083: Waiting [2020-09-25T05:30:07.940Z] 94fdc660876c: Waiting [2020-09-25T05:30:07.940Z] 4e7279dfc0c0: Waiting [2020-09-25T05:30:07.940Z] e2f13739ad41: Waiting [2020-09-25T05:30:08.210Z] 4476f2b73c3c: Layer already exists [2020-09-25T05:30:08.210Z] 02a972e3ab33: Layer already exists [2020-09-25T05:30:08.210Z] 58b932233393: Layer already exists [2020-09-25T05:30:08.210Z] 6d08d6c20e7a: Layer already exists [2020-09-25T05:30:08.210Z] fd63e37af97e: Layer already exists [2020-09-25T05:30:08.210Z] 3fb3f1c55f87: Layer already exists [2020-09-25T05:30:08.210Z] 4d9d8040bc84: Layer already exists [2020-09-25T05:30:08.210Z] 3994ac1dcb8b: Layer already exists [2020-09-25T05:30:08.210Z] f875f9e206db: Layer already exists [2020-09-25T05:30:08.210Z] 5f2247eaf593: Layer already exists [2020-09-25T05:30:08.210Z] 62d13be1b083: Layer already exists [2020-09-25T05:30:08.210Z] 4e7279dfc0c0: Layer already exists [2020-09-25T05:30:08.210Z] 94fdc660876c: Layer already exists [2020-09-25T05:30:08.210Z] e2f13739ad41: Layer already exists [2020-09-25T05:30:08.210Z] master: digest: sha256:c7874c2cc48dca541fe200dacc30349166346122bddab2d3e3ef06f82446e96a size: 3253 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2020-09-25T05:30:08.422Z] ===================================================== [Pipeline] echo [2020-09-25T05:30:08.470Z] taggedImages: [2020-09-25T05:30:08.470Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:30:08.470Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:1.2.2-dev.33 [2020-09-25T05:30:08.470Z] - nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca-1.2.2-dev.33 [2020-09-25T05:30:08.470Z] - 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-09-25T05:30:10.125Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-09-25T05:30:10.127Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-09-25T05:30:10.221Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:10.599Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-25T05:30:10.599Z] [2020-09-25T05:30:10.599Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:10.955Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-25T05:30:10.955Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-09-25T05:30:10.955Z] cbdbe7a5bc2a: Already exists [2020-09-25T05:30:10.955Z] 408f87550127: Pulling fs layer [2020-09-25T05:30:10.955Z] fe522b08c979: Pulling fs layer [2020-09-25T05:30:10.955Z] 221eaa008020: Pulling fs layer [2020-09-25T05:30:10.955Z] 2a4607e5d6b9: Pulling fs layer [2020-09-25T05:30:10.955Z] 8f79b27c4fd2: Pulling fs layer [2020-09-25T05:30:10.955Z] e5c8dbe1645b: Pulling fs layer [2020-09-25T05:30:10.955Z] 23e8b3b47431: Pulling fs layer [2020-09-25T05:30:10.955Z] 5c568d65a230: Pulling fs layer [2020-09-25T05:30:10.955Z] e5c8dbe1645b: Waiting [2020-09-25T05:30:10.955Z] 2a4607e5d6b9: Waiting [2020-09-25T05:30:10.955Z] 8f79b27c4fd2: Waiting [2020-09-25T05:30:10.955Z] 23e8b3b47431: Waiting [2020-09-25T05:30:10.955Z] 5c568d65a230: Waiting [2020-09-25T05:30:10.955Z] fe522b08c979: Verifying Checksum [2020-09-25T05:30:10.955Z] 408f87550127: Verifying Checksum [2020-09-25T05:30:10.955Z] 408f87550127: Download complete [2020-09-25T05:30:10.955Z] 2a4607e5d6b9: Verifying Checksum [2020-09-25T05:30:10.955Z] 2a4607e5d6b9: Download complete [2020-09-25T05:30:10.955Z] 8f79b27c4fd2: Verifying Checksum [2020-09-25T05:30:10.955Z] 8f79b27c4fd2: Download complete [2020-09-25T05:30:11.217Z] 408f87550127: Pull complete [2020-09-25T05:30:11.486Z] fe522b08c979: Pull complete [2020-09-25T05:30:12.433Z] e5c8dbe1645b: Download complete [2020-09-25T05:30:13.387Z] 23e8b3b47431: Verifying Checksum [2020-09-25T05:30:13.387Z] 23e8b3b47431: Download complete [2020-09-25T05:30:13.650Z] 5c568d65a230: Verifying Checksum [2020-09-25T05:30:13.650Z] 5c568d65a230: Download complete [2020-09-25T05:30:14.604Z] 221eaa008020: Verifying Checksum [2020-09-25T05:30:14.604Z] 221eaa008020: Download complete [2020-09-25T05:30:21.246Z] 221eaa008020: Pull complete [2020-09-25T05:30:21.246Z] 2a4607e5d6b9: Pull complete [2020-09-25T05:30:21.246Z] 8f79b27c4fd2: Pull complete [2020-09-25T05:30:25.453Z] e5c8dbe1645b: Pull complete [2020-09-25T05:30:29.683Z] 23e8b3b47431: Pull complete [2020-09-25T05:30:31.075Z] 5c568d65a230: Pull complete [2020-09-25T05:30:31.075Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-09-25T05:30:31.075Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-09-25T05:30:31.075Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-09-25T05:30:31.279Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:30:31.344Z] $ 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/148:/ws -w /ws --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-09-25T05:30:32.541Z] $ docker top a235c8d34deb8ba7b91d9c313c015a72e2a0ba08a0d620cc92db457e0d6927b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T05:30:33.099Z] + snyk monitor '--org=edgex-jenkins' [2020-09-25T05:30:41.270Z] [2020-09-25T05:30:41.270Z] Monitoring /w/workspace/edgex-go/148 (github.com/edgexfoundry/edgex-go)... [2020-09-25T05:30:41.270Z] [2020-09-25T05:30:41.270Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/8b78cda1-7fc9-46da-b74c-975b2fc8623b/history/3c12090e-4814-4f2e-8dbd-c187d37b21c2 [2020-09-25T05:30:41.270Z] [2020-09-25T05:30:41.270Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-09-25T05:30:41.270Z] [2020-09-25T05:30:41.270Z] [2020-09-25T05:30:41.270Z] Snyk CLI supports Node.js 8 and higher. [2020-09-25T05:30:41.270Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-09-25T05:30:41.270Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-09-25T05:30:41.270Z] [2020-09-25T05:30:41.270Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-09-25T05:30:41.270Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-09-25T05:30:41.270Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-09-25T05:30:41.270Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-09-25T05:30:41.288Z] $ docker stop --time=1 a235c8d34deb8ba7b91d9c313c015a72e2a0ba08a0d620cc92db457e0d6927b9 [2020-09-25T05:30:44.150Z] $ docker rm -f a235c8d34deb8ba7b91d9c313c015a72e2a0ba08a0d620cc92db457e0d6927b9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:45.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:30:45.881Z] [2020-09-25T05:30:45.882Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:46.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:30:46.229Z] latest: Pulling from edgex-devops/edgex-klar [2020-09-25T05:30:46.229Z] e7c96db7181b: Pulling fs layer [2020-09-25T05:30:46.229Z] 1868ca2cb446: Pulling fs layer [2020-09-25T05:30:46.229Z] 136be5d0fe8e: Pulling fs layer [2020-09-25T05:30:46.229Z] 894bfe63afcb: Pulling fs layer [2020-09-25T05:30:46.229Z] 894bfe63afcb: Waiting [2020-09-25T05:30:46.229Z] 1868ca2cb446: Verifying Checksum [2020-09-25T05:30:46.229Z] 1868ca2cb446: Download complete [2020-09-25T05:30:46.229Z] 136be5d0fe8e: Download complete [2020-09-25T05:30:46.229Z] e7c96db7181b: Verifying Checksum [2020-09-25T05:30:46.229Z] e7c96db7181b: Download complete [2020-09-25T05:30:46.493Z] 894bfe63afcb: Verifying Checksum [2020-09-25T05:30:46.493Z] 894bfe63afcb: Download complete [2020-09-25T05:30:46.754Z] e7c96db7181b: Pull complete [2020-09-25T05:30:46.754Z] 1868ca2cb446: Pull complete [2020-09-25T05:30:47.016Z] 136be5d0fe8e: Pull complete [2020-09-25T05:30:47.278Z] 894bfe63afcb: Pull complete [2020-09-25T05:30:47.278Z] Digest: sha256:65847297bc3009f35b6e5c043f8963ac510035bee459602d1799ced28fb971b0 [2020-09-25T05:30:47.278Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:30:47.278Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [Pipeline] withDockerContainer [2020-09-25T05:30:47.378Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:30:47.425Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:30:48.606Z] $ docker top d5a7ab920f62e27177d0e158d6e56d33513e18f468f3818bdc89bc2590cae5e9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:30:49.217Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:30:49.217Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:30:51.922Z] $ docker stop --time=1 d5a7ab920f62e27177d0e158d6e56d33513e18f468f3818bdc89bc2590cae5e9 [2020-09-25T05:30:53.262Z] $ docker rm -f d5a7ab920f62e27177d0e158d6e56d33513e18f468f3818bdc89bc2590cae5e9 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:53.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:30:53.725Z] . [Pipeline] withDockerContainer [2020-09-25T05:30:53.825Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:30:53.878Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:30:54.528Z] $ docker top 83b9dad509862e4c69a63282dea6ac87bddad3381150ae3947d2848e0ccbed2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:30:55.076Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:30:55.076Z] + tee [2020-09-25T05:30:55.076Z] clair timeout 1m0s [2020-09-25T05:30:55.076Z] docker timeout: 1m0s [2020-09-25T05:30:55.076Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:30:55.758Z] $ docker stop --time=1 83b9dad509862e4c69a63282dea6ac87bddad3381150ae3947d2848e0ccbed2d [2020-09-25T05:30:57.122Z] $ docker rm -f 83b9dad509862e4c69a63282dea6ac87bddad3381150ae3947d2848e0ccbed2d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:30:57.593Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:30:57.605Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-core-command-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:30:57.657Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:30:58.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:30:58.106Z] . [Pipeline] withDockerContainer [2020-09-25T05:30:58.246Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:30:58.316Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:30:59.002Z] $ docker top fa07605f0fa26aaee349dbe1c63c1e8c37cf68515cae317e5db51099308ec365 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:30:59.536Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:30:59.536Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:31:05.010Z] $ docker stop --time=1 fa07605f0fa26aaee349dbe1c63c1e8c37cf68515cae317e5db51099308ec365 [2020-09-25T05:31:06.448Z] $ docker rm -f fa07605f0fa26aaee349dbe1c63c1e8c37cf68515cae317e5db51099308ec365 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:31:06.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:31:06.923Z] . [Pipeline] withDockerContainer [2020-09-25T05:31:07.023Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:31:07.071Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:31:07.751Z] $ docker top 4b8625c196b6d4a3cbaf48922852352c9c7ab294c45ed99690df9dadb8c256cf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:31:08.284Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:31:08.284Z] + tee [2020-09-25T05:31:08.284Z] clair timeout 1m0s [2020-09-25T05:31:08.284Z] docker timeout: 1m0s [2020-09-25T05:31:08.284Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:31:09.333Z] $ docker stop --time=1 4b8625c196b6d4a3cbaf48922852352c9c7ab294c45ed99690df9dadb8c256cf [2020-09-25T05:31:10.693Z] $ docker rm -f 4b8625c196b6d4a3cbaf48922852352c9c7ab294c45ed99690df9dadb8c256cf [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:31:11.205Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:31:11.220Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-core-data-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:31:11.284Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:31:11.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:31:11.644Z] . [Pipeline] withDockerContainer [2020-09-25T05:31:11.761Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:31:11.887Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:31:12.524Z] $ docker top 4cf4eafc5990c65f843949a9b8230117f0e8dd6f3d5eb2f28ddb986e9839efcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:31:13.245Z] + + tee [2020-09-25T05:31:13.245Z] /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:31:16.250Z] $ docker stop --time=1 4cf4eafc5990c65f843949a9b8230117f0e8dd6f3d5eb2f28ddb986e9839efcf [2020-09-25T05:31:17.647Z] $ docker rm -f 4cf4eafc5990c65f843949a9b8230117f0e8dd6f3d5eb2f28ddb986e9839efcf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:31:18.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:31:18.176Z] . [Pipeline] withDockerContainer [2020-09-25T05:31:18.332Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:31:18.387Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:31:19.147Z] $ docker top 0aa2b4bdf57b09b6102e38d8e2d10dc2218a0bf316585634ad60f3e19d59b90d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:31:19.754Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:31:19.754Z] + tee [2020-09-25T05:31:19.754Z] clair timeout 1m0s [2020-09-25T05:31:19.754Z] docker timeout: 1m0s [2020-09-25T05:31:19.754Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:31:20.464Z] $ docker stop --time=1 0aa2b4bdf57b09b6102e38d8e2d10dc2218a0bf316585634ad60f3e19d59b90d [2020-09-25T05:31:21.810Z] $ docker rm -f 0aa2b4bdf57b09b6102e38d8e2d10dc2218a0bf316585634ad60f3e19d59b90d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:31:22.320Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:31:22.346Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-core-metadata-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:31:22.410Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:31:22.765Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:31:22.765Z] . [Pipeline] withDockerContainer [2020-09-25T05:31:22.878Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:31:22.946Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:31:23.609Z] $ docker top db36569fd4bd486e8a7fe69cc8b930fb2e1fa18e81b09e8a92ac53972603221d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:31:24.241Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:31:24.241Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:31:28.706Z] $ docker stop --time=1 db36569fd4bd486e8a7fe69cc8b930fb2e1fa18e81b09e8a92ac53972603221d [2020-09-25T05:31:30.123Z] $ docker rm -f db36569fd4bd486e8a7fe69cc8b930fb2e1fa18e81b09e8a92ac53972603221d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:31:30.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:31:30.732Z] . [Pipeline] withDockerContainer [2020-09-25T05:31:30.914Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:31:31.061Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:31:31.749Z] $ docker top 8ac9042bbf020320c085cf990d8c80a17b309c1f0a148c7f31bb4bd92e724b19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:31:32.320Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:31:32.320Z] + tee [2020-09-25T05:31:32.320Z] clair timeout 1m0s [2020-09-25T05:31:32.320Z] docker timeout: 1m0s [2020-09-25T05:31:32.320Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:31:33.410Z] $ docker stop --time=1 8ac9042bbf020320c085cf990d8c80a17b309c1f0a148c7f31bb4bd92e724b19 [2020-09-25T05:31:34.775Z] $ docker rm -f 8ac9042bbf020320c085cf990d8c80a17b309c1f0a148c7f31bb4bd92e724b19 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:31:35.303Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:31:35.319Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-security-proxy-setup-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:31:35.380Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:31:35.752Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:31:35.752Z] . [Pipeline] withDockerContainer [2020-09-25T05:31:35.865Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:31:35.953Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:31:36.609Z] $ docker top cf1375f8644037e4b45c593bf319582573f666a4600935b4d978a3c494430b3b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:31:37.272Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:31:37.272Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:31:44.121Z] $ docker stop --time=1 cf1375f8644037e4b45c593bf319582573f666a4600935b4d978a3c494430b3b [2020-09-25T05:31:45.500Z] $ docker rm -f cf1375f8644037e4b45c593bf319582573f666a4600935b4d978a3c494430b3b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:31:45.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:31:45.991Z] . [Pipeline] withDockerContainer [2020-09-25T05:31:46.093Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:31:46.138Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:31:46.840Z] $ docker top e2ab41a737d75e470da85d2028e6bc5a7112217b7b3bd119c2ffa2c2410392e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:31:47.381Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:31:47.381Z] + tee [2020-09-25T05:31:47.381Z] clair timeout 1m0s [2020-09-25T05:31:47.381Z] docker timeout: 1m0s [2020-09-25T05:31:47.381Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:31:48.874Z] $ docker stop --time=1 e2ab41a737d75e470da85d2028e6bc5a7112217b7b3bd119c2ffa2c2410392e7 [2020-09-25T05:31:50.266Z] $ docker rm -f e2ab41a737d75e470da85d2028e6bc5a7112217b7b3bd119c2ffa2c2410392e7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:31:50.796Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:31:50.809Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-security-secrets-setup-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:31:50.883Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:31:51.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:31:51.228Z] . [Pipeline] withDockerContainer [2020-09-25T05:31:51.326Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:31:51.379Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:31:52.030Z] $ docker top 41f91fbd40d09558c02a8879ff9ab9a63007ec2964f4dde68abce6d5ac25572f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:31:52.588Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:31:52.588Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:01.000Z] $ docker stop --time=1 41f91fbd40d09558c02a8879ff9ab9a63007ec2964f4dde68abce6d5ac25572f [2020-09-25T05:32:02.364Z] $ docker rm -f 41f91fbd40d09558c02a8879ff9ab9a63007ec2964f4dde68abce6d5ac25572f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:32:02.848Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:32:02.848Z] . [Pipeline] withDockerContainer [2020-09-25T05:32:02.964Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:32:03.013Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:32:03.727Z] $ docker top afa9dd295c0b81d37ef82ae1250af622586c919a23e092071cda87614986b265 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:32:04.317Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:32:04.317Z] + tee [2020-09-25T05:32:04.317Z] clair timeout 1m0s [2020-09-25T05:32:04.317Z] docker timeout: 1m0s [2020-09-25T05:32:04.317Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:05.810Z] $ docker stop --time=1 afa9dd295c0b81d37ef82ae1250af622586c919a23e092071cda87614986b265 [2020-09-25T05:32:07.171Z] $ docker rm -f afa9dd295c0b81d37ef82ae1250af622586c919a23e092071cda87614986b265 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:32:07.652Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:32:07.668Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-security-secretstore-setup-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:32:07.718Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:32:08.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:32:08.073Z] . [Pipeline] withDockerContainer [2020-09-25T05:32:08.173Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:32:08.218Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:32:08.995Z] $ docker top a5cdd95a6d3b49d25f5137dd38c48e311682b9271d75f694cfd4220f3ba71972 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:32:09.534Z] + + /klartee nexus3.edgexfoundry.org:10004/docker-support-logging-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:32:09.534Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:13.060Z] $ docker stop --time=1 a5cdd95a6d3b49d25f5137dd38c48e311682b9271d75f694cfd4220f3ba71972 [2020-09-25T05:32:14.395Z] $ docker rm -f a5cdd95a6d3b49d25f5137dd38c48e311682b9271d75f694cfd4220f3ba71972 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:32:14.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:32:14.881Z] . [Pipeline] withDockerContainer [2020-09-25T05:32:14.988Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:32:15.034Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:32:15.672Z] $ docker top 29bc6271c7f40193728f7926df89a46a4ccb80b309598f511043cdd87fb86814 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:32:16.217Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:32:16.217Z] + tee [2020-09-25T05:32:16.217Z] clair timeout 1m0s [2020-09-25T05:32:16.217Z] docker timeout: 1m0s [2020-09-25T05:32:16.217Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:16.905Z] $ docker stop --time=1 29bc6271c7f40193728f7926df89a46a4ccb80b309598f511043cdd87fb86814 [2020-09-25T05:32:18.270Z] $ docker rm -f 29bc6271c7f40193728f7926df89a46a4ccb80b309598f511043cdd87fb86814 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:32:18.744Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:32:18.758Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-support-logging-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:32:18.812Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:32:19.152Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:32:19.152Z] . [Pipeline] withDockerContainer [2020-09-25T05:32:19.249Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:32:19.298Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:32:20.010Z] $ docker top 49e4e5f21af6c8ae51f768623e610269bd67ea8bfc4f8401b79e883fedfad6e4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:32:20.919Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca+ tee [2020-09-25T05:32:20.919Z] [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:26.404Z] $ docker stop --time=1 49e4e5f21af6c8ae51f768623e610269bd67ea8bfc4f8401b79e883fedfad6e4 [2020-09-25T05:32:27.786Z] $ docker rm -f 49e4e5f21af6c8ae51f768623e610269bd67ea8bfc4f8401b79e883fedfad6e4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:32:28.266Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:32:28.266Z] . [Pipeline] withDockerContainer [2020-09-25T05:32:28.372Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:32:28.423Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:32:29.122Z] $ docker top 79282caa30908225a12eb670d8349a21f0a5f9989b76a9bbee3969aac8021356 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:32:29.666Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:32:29.666Z] + tee [2020-09-25T05:32:29.666Z] clair timeout 1m0s [2020-09-25T05:32:29.666Z] docker timeout: 1m0s [2020-09-25T05:32:29.666Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:30.756Z] $ docker stop --time=1 79282caa30908225a12eb670d8349a21f0a5f9989b76a9bbee3969aac8021356 [2020-09-25T05:32:32.107Z] $ docker rm -f 79282caa30908225a12eb670d8349a21f0a5f9989b76a9bbee3969aac8021356 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:32:32.585Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:32:32.599Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-support-notifications-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:32:32.658Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:32:33.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:32:33.002Z] . [Pipeline] withDockerContainer [2020-09-25T05:32:33.106Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:32:33.182Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:32:33.830Z] $ docker top 1d0c43174fd313696d8b163d8f60f39f941466ed13404a9e85d7f85003aafcce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:32:34.356Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:32:34.356Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:37.073Z] $ docker stop --time=1 1d0c43174fd313696d8b163d8f60f39f941466ed13404a9e85d7f85003aafcce [2020-09-25T05:32:38.441Z] $ docker rm -f 1d0c43174fd313696d8b163d8f60f39f941466ed13404a9e85d7f85003aafcce [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:32:38.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:32:38.928Z] . [Pipeline] withDockerContainer [2020-09-25T05:32:39.026Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:32:39.070Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:32:39.740Z] $ docker top 48f34f0c650b38c045b9b1b920ccee4ada737c5a5d13fe76b821150e53b68f88 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:32:40.283Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:32:40.283Z] + tee [2020-09-25T05:32:40.283Z] clair timeout 1m0s [2020-09-25T05:32:40.283Z] docker timeout: 1m0s [2020-09-25T05:32:40.283Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:40.977Z] $ docker stop --time=1 48f34f0c650b38c045b9b1b920ccee4ada737c5a5d13fe76b821150e53b68f88 [2020-09-25T05:32:42.352Z] $ docker rm -f 48f34f0c650b38c045b9b1b920ccee4ada737c5a5d13fe76b821150e53b68f88 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:32:42.836Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:32:42.850Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-support-scheduler-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:32:42.907Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:32:43.265Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:32:43.265Z] . [Pipeline] withDockerContainer [2020-09-25T05:32:43.365Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:32:43.409Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:32:44.082Z] $ docker top d88210a27c6ff420798be65a399174c59f57cf5748fd4eeef7e571aca8aa2d18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:32:44.666Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:32:44.667Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:32:59.794Z] $ docker stop --time=1 d88210a27c6ff420798be65a399174c59f57cf5748fd4eeef7e571aca8aa2d18 [2020-09-25T05:33:01.189Z] $ docker rm -f d88210a27c6ff420798be65a399174c59f57cf5748fd4eeef7e571aca8aa2d18 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:01.670Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:01.670Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:01.958Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:02.015Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:02.647Z] $ docker top 90d1bfb9f7a3954c5598f56d27fb0e36873fe9006ac3072e78876e74cd2fd096 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:03.238Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:03.238Z] + tee [2020-09-25T05:33:03.238Z] clair timeout 1m0s [2020-09-25T05:33:03.238Z] docker timeout: 1m0s [2020-09-25T05:33:03.238Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:04.745Z] $ docker stop --time=1 90d1bfb9f7a3954c5598f56d27fb0e36873fe9006ac3072e78876e74cd2fd096 [2020-09-25T05:33:06.122Z] $ docker rm -f 90d1bfb9f7a3954c5598f56d27fb0e36873fe9006ac3072e78876e74cd2fd096 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:33:06.634Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:33:06.648Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-sys-mgmt-agent-go_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:33:06.700Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:07.055Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:07.055Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:07.161Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:07.211Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:07.946Z] $ docker top ac1cc17397ea826d5c7393572d92a8f44e31787e78094dbf3f65ead8b7de31c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:08.510Z] + + /klartee [2020-09-25T05:33:08.510Z] nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:11.227Z] $ docker stop --time=1 ac1cc17397ea826d5c7393572d92a8f44e31787e78094dbf3f65ead8b7de31c4 [2020-09-25T05:33:12.574Z] $ docker rm -f ac1cc17397ea826d5c7393572d92a8f44e31787e78094dbf3f65ead8b7de31c4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:13.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:13.051Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:13.162Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:13.206Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:13.875Z] $ docker top b1e427d0af71d5e6adf5d6f9541d02166a3cb97c728fb5d1e28a0668d6d316e5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:14.413Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-command-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:14.413Z] + tee [2020-09-25T05:33:14.413Z] clair timeout 1m0s [2020-09-25T05:33:14.413Z] docker timeout: 1m0s [2020-09-25T05:33:14.413Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:15.086Z] $ docker stop --time=1 b1e427d0af71d5e6adf5d6f9541d02166a3cb97c728fb5d1e28a0668d6d316e5 [2020-09-25T05:33:16.457Z] $ docker rm -f b1e427d0af71d5e6adf5d6f9541d02166a3cb97c728fb5d1e28a0668d6d316e5 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:33:16.915Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:33:16.929Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-core-command-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:33:16.978Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:17.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:17.356Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:17.461Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:17.505Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:18.124Z] $ docker top d96dd0af3cc8e8259e48ae8e8607bf08fb1f083d9c4ad684b73966613e5fd411 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:18.642Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:18.642Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:24.151Z] $ docker stop --time=1 d96dd0af3cc8e8259e48ae8e8607bf08fb1f083d9c4ad684b73966613e5fd411 [2020-09-25T05:33:25.518Z] $ docker rm -f d96dd0af3cc8e8259e48ae8e8607bf08fb1f083d9c4ad684b73966613e5fd411 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:26.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:26.082Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:26.185Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:26.231Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:26.904Z] $ docker top de915c48e3a2662b0782e880c1165c52e6aaa93aaf6e793091109d75b56912e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:27.421Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-data-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:27.421Z] + tee [2020-09-25T05:33:27.421Z] clair timeout 1m0s [2020-09-25T05:33:27.421Z] docker timeout: 1m0s [2020-09-25T05:33:27.421Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:28.467Z] $ docker stop --time=1 de915c48e3a2662b0782e880c1165c52e6aaa93aaf6e793091109d75b56912e1 [2020-09-25T05:33:29.807Z] $ docker rm -f de915c48e3a2662b0782e880c1165c52e6aaa93aaf6e793091109d75b56912e1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:33:30.280Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:33:30.294Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-core-data-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:33:30.351Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:30.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:30.708Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:30.810Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:30.855Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:31.586Z] $ docker top 9419da1313d2ef24274eb1cc31bf3c2e015238a9664908a76e0506a545c369d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:32.135Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:32.135Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:34.888Z] $ docker stop --time=1 9419da1313d2ef24274eb1cc31bf3c2e015238a9664908a76e0506a545c369d3 [2020-09-25T05:33:36.285Z] $ docker rm -f 9419da1313d2ef24274eb1cc31bf3c2e015238a9664908a76e0506a545c369d3 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:36.751Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:36.751Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:36.870Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:36.916Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:37.517Z] $ docker top 22426a497acd0ab1f72825307f0b8f29a5d25814dae2b9343d6bb1a1bdd40e08 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:38.021Z] + /klar nexus3.edgexfoundry.org:10004/docker-core-metadata-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:38.021Z] + tee [2020-09-25T05:33:38.021Z] clair timeout 1m0s [2020-09-25T05:33:38.021Z] docker timeout: 1m0s [2020-09-25T05:33:38.021Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:38.693Z] $ docker stop --time=1 22426a497acd0ab1f72825307f0b8f29a5d25814dae2b9343d6bb1a1bdd40e08 [2020-09-25T05:33:40.023Z] $ docker rm -f 22426a497acd0ab1f72825307f0b8f29a5d25814dae2b9343d6bb1a1bdd40e08 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:33:40.611Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:33:40.629Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-core-metadata-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:33:40.689Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:41.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:41.032Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:41.135Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:41.185Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:41.802Z] $ docker top 3f6b4fb61156c275a8b44652f78db59cf0cc45e38339d69224b1a58aab4136e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:42.345Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:42.345Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:46.725Z] $ docker stop --time=1 3f6b4fb61156c275a8b44652f78db59cf0cc45e38339d69224b1a58aab4136e8 [2020-09-25T05:33:48.134Z] $ docker rm -f 3f6b4fb61156c275a8b44652f78db59cf0cc45e38339d69224b1a58aab4136e8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:48.619Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:48.619Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:48.750Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:48.913Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:49.600Z] $ docker top e68575413a4b361307cdb92dc5b2098e25b5d3e6f69bb1f48f7731ef634cd155 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:50.137Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-proxy-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:50.137Z] + tee [2020-09-25T05:33:50.137Z] clair timeout 1m0s [2020-09-25T05:33:50.137Z] docker timeout: 1m0s [2020-09-25T05:33:50.137Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:33:50.816Z] $ docker stop --time=1 e68575413a4b361307cdb92dc5b2098e25b5d3e6f69bb1f48f7731ef634cd155 [2020-09-25T05:33:52.169Z] $ docker rm -f e68575413a4b361307cdb92dc5b2098e25b5d3e6f69bb1f48f7731ef634cd155 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:33:52.643Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:33:52.657Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-security-proxy-setup-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:33:52.708Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:33:53.047Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:33:53.047Z] . [Pipeline] withDockerContainer [2020-09-25T05:33:53.143Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:33:53.184Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:33:53.895Z] $ docker top d057b9c8dfd064742e55e680eaa984e45acd02a7c422af425d8267e35ece6f9f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:33:54.427Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:33:54.427Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:01.237Z] $ docker stop --time=1 d057b9c8dfd064742e55e680eaa984e45acd02a7c422af425d8267e35ece6f9f [2020-09-25T05:34:02.593Z] $ docker rm -f d057b9c8dfd064742e55e680eaa984e45acd02a7c422af425d8267e35ece6f9f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:03.068Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:03.068Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:03.168Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:03.213Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:03.893Z] $ docker top 3bac18f14f89f58fb5190ce52d815c2c7ab3b2666e2ff852604a3497b5cfa22d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:04.437Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secrets-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:04.437Z] + tee [2020-09-25T05:34:04.437Z] clair timeout 1m0s [2020-09-25T05:34:04.437Z] docker timeout: 1m0s [2020-09-25T05:34:04.437Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:05.987Z] $ docker stop --time=1 3bac18f14f89f58fb5190ce52d815c2c7ab3b2666e2ff852604a3497b5cfa22d [2020-09-25T05:34:07.313Z] $ docker rm -f 3bac18f14f89f58fb5190ce52d815c2c7ab3b2666e2ff852604a3497b5cfa22d [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:34:07.777Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:34:07.791Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-security-secrets-setup-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:34:07.842Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:08.186Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:08.186Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:08.297Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:08.341Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:09.014Z] $ docker top ab33c635abaf4e1008159fa7642608b79296f50b4bf8366c13823c121c9ae63b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:09.555Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:09.555Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:17.862Z] $ docker stop --time=1 ab33c635abaf4e1008159fa7642608b79296f50b4bf8366c13823c121c9ae63b [2020-09-25T05:34:19.252Z] $ docker rm -f ab33c635abaf4e1008159fa7642608b79296f50b4bf8366c13823c121c9ae63b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:19.759Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:19.759Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:19.873Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:19.924Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:20.663Z] $ docker top 533227bfad2adf24fe991dd17f2f255776e306b87ddde56cff7a3c9645cd1e17 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:21.229Z] + /klar nexus3.edgexfoundry.org:10004/docker-security-secretstore-setup-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:21.229Z] + tee [2020-09-25T05:34:21.229Z] clair timeout 1m0s [2020-09-25T05:34:21.229Z] docker timeout: 1m0s [2020-09-25T05:34:21.229Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:22.760Z] $ docker stop --time=1 533227bfad2adf24fe991dd17f2f255776e306b87ddde56cff7a3c9645cd1e17 [2020-09-25T05:34:24.121Z] $ docker rm -f 533227bfad2adf24fe991dd17f2f255776e306b87ddde56cff7a3c9645cd1e17 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:34:24.640Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:34:24.658Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-security-secretstore-setup-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:34:24.716Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:25.072Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:25.072Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:25.183Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:25.230Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:25.917Z] $ docker top 5c1efc6783c2a5d15a2f6f45ad3e238a571f4466eb2fcc49932c0082aecc3771 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:26.452Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:26.453Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:29.907Z] $ docker stop --time=1 5c1efc6783c2a5d15a2f6f45ad3e238a571f4466eb2fcc49932c0082aecc3771 [2020-09-25T05:34:31.364Z] $ docker rm -f 5c1efc6783c2a5d15a2f6f45ad3e238a571f4466eb2fcc49932c0082aecc3771 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:31.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:31.846Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:31.946Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:31.992Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:32.674Z] $ docker top 04edf2e494c5f975eb5ff8b520f93d4cb0d975d6fe87af46314491e97beeefd8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:33.232Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-logging-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:33.232Z] + tee [2020-09-25T05:34:33.232Z] clair timeout 1m0s [2020-09-25T05:34:33.232Z] docker timeout: 1m0s [2020-09-25T05:34:33.232Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:33.901Z] $ docker stop --time=1 04edf2e494c5f975eb5ff8b520f93d4cb0d975d6fe87af46314491e97beeefd8 [2020-09-25T05:34:35.268Z] $ docker rm -f 04edf2e494c5f975eb5ff8b520f93d4cb0d975d6fe87af46314491e97beeefd8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:34:35.779Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:34:35.793Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-support-logging-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:34:35.842Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:36.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:36.177Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:36.318Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:36.361Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:37.094Z] $ docker top d00c310929bbdde5cfe33d5f83b39ce09ca2e59b62cc8c5176ef807073ee6c25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:37.687Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:37.687Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:43.143Z] $ docker stop --time=1 d00c310929bbdde5cfe33d5f83b39ce09ca2e59b62cc8c5176ef807073ee6c25 [2020-09-25T05:34:44.487Z] $ docker rm -f d00c310929bbdde5cfe33d5f83b39ce09ca2e59b62cc8c5176ef807073ee6c25 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:44.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:44.972Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:45.086Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:45.133Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:45.793Z] $ docker top b7a79981afe038b08b85f2a2b429604f03220ebe0b2efa602d3e7db69ce0413f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:46.346Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-notifications-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:46.346Z] + tee [2020-09-25T05:34:46.346Z] clair timeout 1m0s [2020-09-25T05:34:46.346Z] docker timeout: 1m0s [2020-09-25T05:34:46.346Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:47.397Z] $ docker stop --time=1 b7a79981afe038b08b85f2a2b429604f03220ebe0b2efa602d3e7db69ce0413f [2020-09-25T05:34:48.758Z] $ docker rm -f b7a79981afe038b08b85f2a2b429604f03220ebe0b2efa602d3e7db69ce0413f [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:34:49.244Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:34:49.258Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-support-notifications-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:34:49.311Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:49.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:49.945Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:50.047Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:50.143Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:50.844Z] $ docker top 6a29ee35a242936f2cfb504ea769cc1fa8d79b839cafe12e424a0de1f49932f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:51.392Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:51.392Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:54.097Z] $ docker stop --time=1 6a29ee35a242936f2cfb504ea769cc1fa8d79b839cafe12e424a0de1f49932f8 [2020-09-25T05:34:55.496Z] $ docker rm -f 6a29ee35a242936f2cfb504ea769cc1fa8d79b839cafe12e424a0de1f49932f8 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:34:55.971Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:34:55.971Z] . [Pipeline] withDockerContainer [2020-09-25T05:34:56.075Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:34:56.122Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:34:56.749Z] $ docker top 73e007e5e2395b214425245c41cb38771cfbefe473e41f36e407ba02370f6a5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:34:57.262Z] + /klar nexus3.edgexfoundry.org:10004/docker-support-scheduler-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:34:57.262Z] + tee [2020-09-25T05:34:57.262Z] clair timeout 1m0s [2020-09-25T05:34:57.262Z] docker timeout: 1m0s [2020-09-25T05:34:57.262Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:34:57.943Z] $ docker stop --time=1 73e007e5e2395b214425245c41cb38771cfbefe473e41f36e407ba02370f6a5b [2020-09-25T05:34:59.291Z] $ docker rm -f 73e007e5e2395b214425245c41cb38771cfbefe473e41f36e407ba02370f6a5b [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:34:59.783Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:34:59.797Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-support-scheduler-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:34:59.859Z] Archiving artifacts [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:35:00.195Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:35:00.195Z] . [Pipeline] withDockerContainer [2020-09-25T05:35:00.301Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:35:00.347Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:35:01.166Z] $ docker top a93861e05fd21e6df95b111fa2f03df7c394c7869444cac657a918be6920c284 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:35:01.741Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:35:01.741Z] + tee [Pipeline] readJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:35:16.873Z] $ docker stop --time=1 a93861e05fd21e6df95b111fa2f03df7c394c7869444cac657a918be6920c284 [2020-09-25T05:35:18.290Z] $ docker rm -f a93861e05fd21e6df95b111fa2f03df7c394c7869444cac657a918be6920c284 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:35:18.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-klar:latest [2020-09-25T05:35:18.788Z] . [Pipeline] withDockerContainer [2020-09-25T05:35:18.887Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:35:18.930Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-devops/edgex-klar:latest cat [2020-09-25T05:35:19.676Z] $ docker top ccaab8af38c36c8bf241f7ec817352808567ded0941892f2fbdce33f7ff184ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-09-25T05:35:20.210Z] + /klar nexus3.edgexfoundry.org:10004/docker-sys-mgmt-agent-go-arm64:486acce821f8b1a566eceb8e674eaca6a9d8dcca [2020-09-25T05:35:20.210Z] + tee [2020-09-25T05:35:20.210Z] clair timeout 1m0s [2020-09-25T05:35:20.210Z] docker timeout: 1m0s [2020-09-25T05:35:20.210Z] no whitelist file [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-09-25T05:35:22.254Z] $ docker stop --time=1 ccaab8af38c36c8bf241f7ec817352808567ded0941892f2fbdce33f7ff184ac [2020-09-25T05:35:23.602Z] $ docker rm -f ccaab8af38c36c8bf241f7ec817352808567ded0941892f2fbdce33f7ff184ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-09-25T05:35:24.057Z] + mkdir -p /w/workspace/edgex-go/148/clair-reports [Pipeline] echo [2020-09-25T05:35:24.093Z] Generated HTML Table Report. Writing to /w/workspace/edgex-go/148/clair-reports/clair_results_docker-sys-mgmt-agent-go-arm64_486acce821f8b1a566eceb8e674eaca6a9d8dcca.html [Pipeline] writeFile [Pipeline] step [2020-09-25T05:35:24.147Z] Archiving artifacts [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2020-09-25T05:35:24.529Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-25T05:35:24.580Z] provisioning config files... [2020-09-25T05:35:24.590Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/148@tmp/config1244787265530588475tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:35:24.989Z] --> edgex-publish-swagger.sh [2020-09-25T05:35:24.990Z] === Publish openapi/v1 API === [2020-09-25T05:35:24.990Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-09-25T05:35:24.990Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-25T05:35:24.990Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:24.990Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:26.379Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 10521 0 0 100 10521 0 8857 0:00:01 0:00:01 --:--:-- 8863 100 10521 0 0 100 10521 0 8855 0:00:01 0:00:01 --:--:-- 8863 [2020-09-25T05:35:26.379Z] [2020-09-25T05:35:26.379Z] [2020-09-25T05:35:26.379Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-25T05:35:26.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:26.379Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:27.328Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 32556 0 0 100 32556 0 31128 0:00:01 0:00:01 --:--:-- 31154 100 32556 0 0 100 32556 0 31123 0:00:01 0:00:01 --:--:-- 31154 [2020-09-25T05:35:27.328Z] [2020-09-25T05:35:27.328Z] [2020-09-25T05:35:27.328Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-25T05:35:27.328Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:27.328Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:28.271Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 73720 0 0 100 73720 0 66458 0:00:01 0:00:01 --:--:-- 66474 100 73720 0 0 100 73720 0 66444 0:00:01 0:00:01 --:--:-- 66474 [2020-09-25T05:35:28.271Z] [2020-09-25T05:35:28.271Z] [2020-09-25T05:35:28.271Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-25T05:35:28.271Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:28.271Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:29.654Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13580 0 0 100 13580 0 13341 0:00:01 0:00:01 --:--:-- 13352 100 13580 0 0 100 13580 0 13339 0:00:01 0:00:01 --:--:-- 13352 [2020-09-25T05:35:29.654Z] [2020-09-25T05:35:29.654Z] [2020-09-25T05:35:29.654Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-25T05:35:29.654Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:29.654Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:30.600Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 38889 0 0 100 38889 0 36004 0:00:01 0:00:01 --:--:-- 36041 100 38889 0 0 100 38889 0 35997 0:00:01 0:00:01 --:--:-- 36008 [2020-09-25T05:35:30.600Z] [2020-09-25T05:35:30.600Z] [2020-09-25T05:35:30.600Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-25T05:35:30.600Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:30.600Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:31.547Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14248 0 0 100 14248 0 13207 0:00:01 0:00:01 --:--:-- 13217 100 14248 0 0 100 14248 0 13205 0:00:01 0:00:01 --:--:-- 13217 [2020-09-25T05:35:31.547Z] [2020-09-25T05:35:31.547Z] [2020-09-25T05:35:31.547Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-25T05:35:31.547Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:31.547Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:32.935Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4109 0 0 100 4109 0 3582 0:00:01 0:00:01 --:--:-- 3585 100 4109 0 0 100 4109 0 3582 0:00:01 0:00:01 --:--:-- 3585 [2020-09-25T05:35:32.935Z] [2020-09-25T05:35:32.935Z] [2020-09-25T05:35:32.935Z] === Publish openapi/v2 API === [2020-09-25T05:35:32.935Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-09-25T05:35:32.935Z] [publishToSwagger] Publishing API Name [core-command] [2020-09-25T05:35:32.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:32.935Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:33.879Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 30234 0 0 100 30234 0 28869 0:00:01 0:00:01 --:--:-- 28876 [2020-09-25T05:35:33.879Z] [2020-09-25T05:35:33.879Z] [2020-09-25T05:35:33.879Z] [publishToSwagger] Publishing API Name [core-data] [2020-09-25T05:35:33.879Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:33.879Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:35.268Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59012 0 0 100 59012 0 52549 0:00:01 0:00:01 --:--:-- 52548 100 59012 0 0 100 59012 0 52540 0:00:01 0:00:01 --:--:-- 52501 [2020-09-25T05:35:35.268Z] [2020-09-25T05:35:35.268Z] [2020-09-25T05:35:35.268Z] [publishToSwagger] Publishing API Name [core-metadata] [2020-09-25T05:35:35.268Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:35.268Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:36.212Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 68246 0 0 100 68246 0 63929 0:00:01 0:00:01 --:--:-- 63960 100 68246 0 0 100 68246 0 63919 0:00:01 0:00:01 --:--:-- 63960 [2020-09-25T05:35:36.212Z] [2020-09-25T05:35:36.212Z] [2020-09-25T05:35:36.212Z] [publishToSwagger] Publishing API Name [support-logging] [2020-09-25T05:35:36.212Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:36.212Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:37.155Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 26165 0 0 100 26165 0 24953 0:00:01 0:00:01 --:--:-- 24966 100 26165 0 0 100 26165 0 24949 0:00:01 0:00:01 --:--:-- 24966 [2020-09-25T05:35:37.155Z] [2020-09-25T05:35:37.155Z] [2020-09-25T05:35:37.155Z] [publishToSwagger] Publishing API Name [support-notifications] [2020-09-25T05:35:37.155Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:37.155Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:38.541Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63410 0 0 100 63410 0 57105 0:00:01 0:00:01 --:--:-- 57126 100 63410 0 0 100 63410 0 57095 0:00:01 0:00:01 --:--:-- 57126 [2020-09-25T05:35:38.541Z] [2020-09-25T05:35:38.541Z] [2020-09-25T05:35:38.541Z] [publishToSwagger] Publishing API Name [support-scheduler] [2020-09-25T05:35:38.541Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:38.541Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:39.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 46049 0 0 100 46049 0 39767 0:00:01 0:00:01 --:--:-- 39800 100 46049 0 0 100 46049 0 39759 0:00:01 0:00:01 --:--:-- 39800 [2020-09-25T05:35:39.484Z] [2020-09-25T05:35:39.484Z] [2020-09-25T05:35:39.484Z] [publishToSwagger] Publishing API Name [system-agent] [2020-09-25T05:35:39.484Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-09-25T05:35:39.484Z] Dload Upload Total Spent Left Speed [2020-09-25T05:35:40.427Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 24114 0 0 100 24114 0 23451 0:00:01 0:00:01 --:--:-- 23457 100 24114 0 0 100 24114 0 23446 0:00:01 0:00:01 --:--:-- 23457 [2020-09-25T05:35:40.427Z] [2020-09-25T05:35:40.427Z] [Pipeline] } [2020-09-25T05:35:40.437Z] 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-09-25T05:35:51.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-25T05:35:51.467Z] . [Pipeline] withDockerContainer [2020-09-25T05:35:51.583Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:35:51.628Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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-09-25T05:35:52.805Z] $ docker top eef0611be5d024f6429f4fef7643d15782ca172760ec83144f3d20bf23c01a00 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-25T05:35:53.125Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-25T05:35:53.125Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-25T05:35:53.365Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-25T05:35:53.369Z] $ docker exec eef0611be5d024f6429f4fef7643d15782ca172760ec83144f3d20bf23c01a00 ssh-agent [2020-09-25T05:35:53.546Z] SSH_AUTH_SOCK=/tmp/ssh-5CXByIghCJPb/agent.12 [2020-09-25T05:35:53.546Z] SSH_AGENT_PID=17 [2020-09-25T05:35:53.556Z] Running ssh-add (command line suppressed) [2020-09-25T05:35:53.690Z] Identity added: /w/workspace/edgex-go/148@tmp/private_key_8944283279470575074.key (/w/workspace/edgex-go/148@tmp/private_key_8944283279470575074.key) [2020-09-25T05:35:53.750Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-25T05:35:54.084Z] + git semver tag [2020-09-25T05:35:54.084Z] # -> Open(): unable to determine branch for HEAD [2020-09-25T05:35:54.084Z] # $GIT_DIR = /w/workspace/edgex-go/148/.git [2020-09-25T05:35:54.084Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/148 [2020-09-25T05:35:54.084Z] # $SEMVER_REMOTE_NAME = origin [2020-09-25T05:35:54.084Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-25T05:35:54.084Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-25T05:35:54.084Z] # $SEMVER_BRANCH = master [2020-09-25T05:35:54.345Z] # $SEMVER_DIR = /w/workspace/edgex-go/148/.semver [2020-09-25T05:35:54.345Z] # 486acce821f8b1a566eceb8e674eaca6a9d8dcca HEAD [2020-09-25T05:35:54.607Z] # -> Force: false [2020-09-25T05:35:54.607Z] # f29843dd51ae487925b402376ea11cb45e351c98 refs/tags/v1.2.2-dev.33 [Pipeline] } [2020-09-25T05:35:54.621Z] $ docker exec --env ******** --env ******** eef0611be5d024f6429f4fef7643d15782ca172760ec83144f3d20bf23c01a00 ssh-agent -k [2020-09-25T05:35:54.766Z] unset SSH_AUTH_SOCK; [2020-09-25T05:35:54.766Z] unset SSH_AGENT_PID; [2020-09-25T05:35:54.766Z] echo Agent pid 17 killed; [2020-09-25T05:35:54.821Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-25T05:35:55.267Z] + git semver [Pipeline] } [2020-09-25T05:35:55.284Z] $ docker stop --time=1 eef0611be5d024f6429f4fef7643d15782ca172760ec83144f3d20bf23c01a00 [2020-09-25T05:35:56.626Z] $ docker rm -f eef0611be5d024f6429f4fef7643d15782ca172760ec83144f3d20bf23c01a00 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:35:57.230Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-25T05:35:57.230Z] [2020-09-25T05:35:57.230Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:35:57.581Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-25T05:35:57.581Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-09-25T05:35:57.581Z] ab5ef0e58194: Pulling fs layer [2020-09-25T05:35:57.581Z] 9712f1f96733: Pulling fs layer [2020-09-25T05:35:57.581Z] 63f879dbbcfc: Pulling fs layer [2020-09-25T05:35:57.581Z] 0d9ebad4ef96: Pulling fs layer [2020-09-25T05:35:57.581Z] e9a5061849ea: Pulling fs layer [2020-09-25T05:35:57.581Z] d747dcd14b5f: Pulling fs layer [2020-09-25T05:35:57.581Z] 2de7ff778b66: Pulling fs layer [2020-09-25T05:35:57.581Z] 0d9ebad4ef96: Waiting [2020-09-25T05:35:57.581Z] e9a5061849ea: Waiting [2020-09-25T05:35:57.581Z] d747dcd14b5f: Waiting [2020-09-25T05:35:57.581Z] 2de7ff778b66: Waiting [2020-09-25T05:35:57.581Z] 9712f1f96733: Verifying Checksum [2020-09-25T05:35:57.581Z] 9712f1f96733: Download complete [2020-09-25T05:35:59.517Z] 63f879dbbcfc: Verifying Checksum [2020-09-25T05:35:59.517Z] 63f879dbbcfc: Download complete [2020-09-25T05:35:59.517Z] e9a5061849ea: Verifying Checksum [2020-09-25T05:35:59.517Z] e9a5061849ea: Download complete [2020-09-25T05:35:59.517Z] d747dcd14b5f: Verifying Checksum [2020-09-25T05:35:59.517Z] d747dcd14b5f: Download complete [2020-09-25T05:35:59.781Z] 2de7ff778b66: Verifying Checksum [2020-09-25T05:35:59.781Z] 2de7ff778b66: Download complete [2020-09-25T05:36:00.360Z] 0d9ebad4ef96: Verifying Checksum [2020-09-25T05:36:00.360Z] 0d9ebad4ef96: Download complete [2020-09-25T05:36:00.360Z] ab5ef0e58194: Verifying Checksum [2020-09-25T05:36:00.360Z] ab5ef0e58194: Download complete [2020-09-25T05:36:04.603Z] ab5ef0e58194: Pull complete [2020-09-25T05:36:04.603Z] 9712f1f96733: Pull complete [2020-09-25T05:36:07.164Z] 63f879dbbcfc: Pull complete [2020-09-25T05:36:13.768Z] 0d9ebad4ef96: Pull complete [2020-09-25T05:36:13.768Z] e9a5061849ea: Pull complete [2020-09-25T05:36:14.032Z] d747dcd14b5f: Pull complete [2020-09-25T05:36:18.270Z] 2de7ff778b66: Pull complete [2020-09-25T05:36:18.270Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-09-25T05:36:18.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-09-25T05:36:18.270Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-09-25T05:36:18.495Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:36:19.327Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-lftools:0.23.1-centos7 cat [2020-09-25T05:36:23.004Z] $ docker top be82eaaafa42b839c9af52484b08a030a8f063fe2b3d1b04a14ac428503e394c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-09-25T05:36:23.343Z] provisioning config files... [2020-09-25T05:36:23.354Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/148@tmp/config1829106535656983086tmp [2020-09-25T05:36:23.372Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/148@tmp/config6330452951252579571tmp [2020-09-25T05:36:23.388Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/148@tmp/config4922274424348662365tmp [Pipeline] { [Pipeline] echo [2020-09-25T05:36:23.443Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:36:23.743Z] ---> sigul-configuration.sh [2020-09-25T05:36:23.743Z] gpg: directory `/root/.gnupg' created [2020-09-25T05:36:23.743Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-09-25T05:36:23.743Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-09-25T05:36:23.743Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-09-25T05:36:23.743Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-09-25T05:36:23.743Z] gpg: CAST5 encrypted data [2020-09-25T05:36:24.006Z] gpg: encrypted with 1 passphrase [2020-09-25T05:36:24.006Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-09-25T05:36:24.305Z] + mkdir /home/jenkins [2020-09-25T05:36:24.305Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-09-25T05:36:24.601Z] + 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-09-25T05:36:24.611Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:36:24.929Z] ---> sigul-install.sh [2020-09-25T05:36:37.180Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-09-25T05:36:37.484Z] + git tag --list [2020-09-25T05:36:37.485Z] 0.6.0 [2020-09-25T05:36:37.485Z] 0.6.1 [2020-09-25T05:36:37.485Z] 0.7.0 [2020-09-25T05:36:37.485Z] 0.7.1 [2020-09-25T05:36:37.485Z] v1.0.0 [2020-09-25T05:36:37.485Z] v1.0.1 [2020-09-25T05:36:37.485Z] v1.1.0 [2020-09-25T05:36:37.485Z] v1.2.0 [2020-09-25T05:36:37.485Z] v1.2.1 [2020-09-25T05:36:37.485Z] v1.2.2-dev.1 [2020-09-25T05:36:37.485Z] v1.2.2-dev.10 [2020-09-25T05:36:37.485Z] v1.2.2-dev.11 [2020-09-25T05:36:37.485Z] v1.2.2-dev.12 [2020-09-25T05:36:37.485Z] v1.2.2-dev.13 [2020-09-25T05:36:37.485Z] v1.2.2-dev.14 [2020-09-25T05:36:37.485Z] v1.2.2-dev.15 [2020-09-25T05:36:37.485Z] v1.2.2-dev.16 [2020-09-25T05:36:37.485Z] v1.2.2-dev.17 [2020-09-25T05:36:37.485Z] v1.2.2-dev.18 [2020-09-25T05:36:37.485Z] v1.2.2-dev.19 [2020-09-25T05:36:37.485Z] v1.2.2-dev.2 [2020-09-25T05:36:37.485Z] v1.2.2-dev.20 [2020-09-25T05:36:37.485Z] v1.2.2-dev.21 [2020-09-25T05:36:37.485Z] v1.2.2-dev.22 [2020-09-25T05:36:37.485Z] v1.2.2-dev.23 [2020-09-25T05:36:37.485Z] v1.2.2-dev.24 [2020-09-25T05:36:37.485Z] v1.2.2-dev.25 [2020-09-25T05:36:37.485Z] v1.2.2-dev.26 [2020-09-25T05:36:37.485Z] v1.2.2-dev.27 [2020-09-25T05:36:37.485Z] v1.2.2-dev.28 [2020-09-25T05:36:37.485Z] v1.2.2-dev.29 [2020-09-25T05:36:37.485Z] v1.2.2-dev.3 [2020-09-25T05:36:37.485Z] v1.2.2-dev.30 [2020-09-25T05:36:37.485Z] v1.2.2-dev.31 [2020-09-25T05:36:37.485Z] v1.2.2-dev.32 [2020-09-25T05:36:37.485Z] v1.2.2-dev.33 [2020-09-25T05:36:37.485Z] v1.2.2-dev.4 [2020-09-25T05:36:37.485Z] v1.2.2-dev.5 [2020-09-25T05:36:37.485Z] v1.2.2-dev.6 [2020-09-25T05:36:37.485Z] v1.2.2-dev.7 [2020-09-25T05:36:37.485Z] v1.2.2-dev.8 [2020-09-25T05:36:37.485Z] v1.2.2-dev.9 [Pipeline] sh [2020-09-25T05:36:37.782Z] + lftools sign git-tag v1.2.2-dev.33 [2020-09-25T05:36:39.173Z] Signing Git tag with Sigul... [2020-09-25T05:36:39.173Z] Signing v1.2.2-dev.33 [Pipeline] echo [2020-09-25T05:36:40.129Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:36:40.422Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-09-25T05:36:40.431Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-09-25T05:36:40.567Z] $ docker stop --time=1 be82eaaafa42b839c9af52484b08a030a8f063fe2b3d1b04a14ac428503e394c [2020-09-25T05:36:42.624Z] $ docker rm -f be82eaaafa42b839c9af52484b08a030a8f063fe2b3d1b04a14ac428503e394c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:36:43.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-25T05:36:43.425Z] . [Pipeline] withDockerContainer [2020-09-25T05:36:43.541Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:36:43.582Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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-09-25T05:36:44.291Z] $ docker top e4afc5a6079f9e54971aacb800d1b97ae6cdf7ccc94b7948a13c072f360db541 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-25T05:36:44.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-25T05:36:44.605Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-25T05:36:44.828Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-25T05:36:44.832Z] $ docker exec e4afc5a6079f9e54971aacb800d1b97ae6cdf7ccc94b7948a13c072f360db541 ssh-agent [2020-09-25T05:36:45.012Z] SSH_AUTH_SOCK=/tmp/ssh-hCJeJyiNszj6/agent.11 [2020-09-25T05:36:45.012Z] SSH_AGENT_PID=16 [2020-09-25T05:36:45.019Z] Running ssh-add (command line suppressed) [2020-09-25T05:36:45.158Z] Identity added: /w/workspace/edgex-go/148@tmp/private_key_1767465950223958272.key (/w/workspace/edgex-go/148@tmp/private_key_1767465950223958272.key) [2020-09-25T05:36:45.216Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-25T05:36:45.545Z] + git semver bump pre [2020-09-25T05:36:45.545Z] # -> Open(): unable to determine branch for HEAD [2020-09-25T05:36:45.545Z] # $GIT_DIR = /w/workspace/edgex-go/148/.git [2020-09-25T05:36:45.545Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/148 [2020-09-25T05:36:45.545Z] # $SEMVER_REMOTE_NAME = origin [2020-09-25T05:36:45.545Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-25T05:36:45.545Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-25T05:36:45.545Z] # $SEMVER_BRANCH = master [2020-09-25T05:36:45.545Z] # $SEMVER_DIR = /w/workspace/edgex-go/148/.semver [2020-09-25T05:36:45.545Z] 1.2.2-dev.34 [Pipeline] } [2020-09-25T05:36:45.557Z] $ docker exec --env ******** --env ******** e4afc5a6079f9e54971aacb800d1b97ae6cdf7ccc94b7948a13c072f360db541 ssh-agent -k [2020-09-25T05:36:45.680Z] unset SSH_AUTH_SOCK; [2020-09-25T05:36:45.680Z] unset SSH_AGENT_PID; [2020-09-25T05:36:45.680Z] echo Agent pid 16 killed; [2020-09-25T05:36:45.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-25T05:36:46.231Z] + git semver [Pipeline] } [2020-09-25T05:36:46.248Z] $ docker stop --time=1 e4afc5a6079f9e54971aacb800d1b97ae6cdf7ccc94b7948a13c072f360db541 [2020-09-25T05:36:47.609Z] $ docker rm -f e4afc5a6079f9e54971aacb800d1b97ae6cdf7ccc94b7948a13c072f360db541 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:36:48.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-25T05:36:48.120Z] . [Pipeline] withDockerContainer [2020-09-25T05:36:48.221Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:36:48.270Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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-09-25T05:36:48.998Z] $ docker top fe11bf3dc6b4b7d32aea7791d7cffb3c76b6fd5ff384d01cb1931f258648bf1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-25T05:36:49.300Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-25T05:36:49.300Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-25T05:36:49.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-25T05:36:49.497Z] $ docker exec fe11bf3dc6b4b7d32aea7791d7cffb3c76b6fd5ff384d01cb1931f258648bf1c ssh-agent [2020-09-25T05:36:49.686Z] SSH_AUTH_SOCK=/tmp/ssh-AXrjurYhgmed/agent.12 [2020-09-25T05:36:49.686Z] SSH_AGENT_PID=17 [2020-09-25T05:36:49.695Z] Running ssh-add (command line suppressed) [2020-09-25T05:36:49.832Z] Identity added: /w/workspace/edgex-go/148@tmp/private_key_5603540505258749614.key (/w/workspace/edgex-go/148@tmp/private_key_5603540505258749614.key) [2020-09-25T05:36:49.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-25T05:36:50.215Z] + git semver push [2020-09-25T05:36:50.216Z] # -> Open(): unable to determine branch for HEAD [2020-09-25T05:36:50.216Z] # $GIT_DIR = /w/workspace/edgex-go/148/.git [2020-09-25T05:36:50.216Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/148 [2020-09-25T05:36:50.216Z] # $SEMVER_REMOTE_NAME = origin [2020-09-25T05:36:50.216Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-25T05:36:50.216Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-25T05:36:50.216Z] # $SEMVER_BRANCH = master [2020-09-25T05:36:50.216Z] # $SEMVER_DIR = /w/workspace/edgex-go/148/.semver [Pipeline] } [2020-09-25T05:37:00.276Z] $ docker exec --env ******** --env ******** fe11bf3dc6b4b7d32aea7791d7cffb3c76b6fd5ff384d01cb1931f258648bf1c ssh-agent -k [2020-09-25T05:37:00.428Z] unset SSH_AUTH_SOCK; [2020-09-25T05:37:00.428Z] unset SSH_AGENT_PID; [2020-09-25T05:37:00.428Z] echo Agent pid 17 killed; [2020-09-25T05:37:00.496Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-25T05:37:01.026Z] + git semver [Pipeline] } [2020-09-25T05:37:01.044Z] $ docker stop --time=1 fe11bf3dc6b4b7d32aea7791d7cffb3c76b6fd5ff384d01cb1931f258648bf1c [2020-09-25T05:37:02.815Z] $ docker rm -f fe11bf3dc6b4b7d32aea7791d7cffb3c76b6fd5ff384d01cb1931f258648bf1c [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-09-25T05:37:03.896Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:37:04.769Z] ---> package-listing.sh [2020-09-25T05:37:04.769Z] ++ facter osfamily [2020-09-25T05:37:04.769Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-25T05:37:04.769Z] + OS_FAMILY=redhat [2020-09-25T05:37:04.769Z] + workspace=/w/workspace/edgex-go/148 [2020-09-25T05:37:04.769Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-25T05:37:04.769Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-25T05:37:04.769Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-25T05:37:04.769Z] + PACKAGES=/tmp/packages_start.txt [2020-09-25T05:37:04.769Z] + '[' /w/workspace/edgex-go/148 ']' [2020-09-25T05:37:04.769Z] + PACKAGES=/tmp/packages_end.txt [2020-09-25T05:37:04.769Z] + case "${OS_FAMILY}" in [2020-09-25T05:37:04.769Z] + rpm -qa [2020-09-25T05:37:04.769Z] + sort [2020-09-25T05:37:08.987Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-25T05:37:08.987Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-25T05:37:08.987Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-25T05:37:08.987Z] + '[' /w/workspace/edgex-go/148 ']' [2020-09-25T05:37:08.987Z] + mkdir -p /w/workspace/edgex-go/148/archives/ [2020-09-25T05:37:08.987Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/148/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:37:09.483Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-25T05:37:09.483Z] [2020-09-25T05:37:09.483Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-25T05:37:09.836Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-25T05:37:09.836Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-25T05:37:09.836Z] df20fa9351a1: Already exists [2020-09-25T05:37:09.836Z] 36b3adc4ff6f: Pulling fs layer [2020-09-25T05:37:09.836Z] 8ad3a11d3b57: Pulling fs layer [2020-09-25T05:37:09.836Z] 46f8f816bc3b: Pulling fs layer [2020-09-25T05:37:09.836Z] 0dadc02b9964: Pulling fs layer [2020-09-25T05:37:09.836Z] ce6a7cf60c04: Pulling fs layer [2020-09-25T05:37:09.836Z] 7a184a31f384: Pulling fs layer [2020-09-25T05:37:09.836Z] 0879bd2ef858: Pulling fs layer [2020-09-25T05:37:09.836Z] 0dadc02b9964: Waiting [2020-09-25T05:37:09.836Z] 7a184a31f384: Waiting [2020-09-25T05:37:09.836Z] ce6a7cf60c04: Waiting [2020-09-25T05:37:09.836Z] 0879bd2ef858: Waiting [2020-09-25T05:37:09.836Z] 46f8f816bc3b: Verifying Checksum [2020-09-25T05:37:09.836Z] 46f8f816bc3b: Download complete [2020-09-25T05:37:09.836Z] 36b3adc4ff6f: Verifying Checksum [2020-09-25T05:37:09.836Z] 36b3adc4ff6f: Download complete [2020-09-25T05:37:09.836Z] ce6a7cf60c04: Verifying Checksum [2020-09-25T05:37:09.836Z] ce6a7cf60c04: Download complete [2020-09-25T05:37:09.836Z] 7a184a31f384: Verifying Checksum [2020-09-25T05:37:09.836Z] 7a184a31f384: Download complete [2020-09-25T05:37:10.100Z] 0dadc02b9964: Verifying Checksum [2020-09-25T05:37:10.100Z] 0dadc02b9964: Download complete [2020-09-25T05:37:10.100Z] 8ad3a11d3b57: Verifying Checksum [2020-09-25T05:37:10.100Z] 8ad3a11d3b57: Download complete [2020-09-25T05:37:10.100Z] 36b3adc4ff6f: Pull complete [2020-09-25T05:37:10.678Z] 0879bd2ef858: Verifying Checksum [2020-09-25T05:37:10.678Z] 0879bd2ef858: Download complete [2020-09-25T05:37:10.941Z] 8ad3a11d3b57: Pull complete [2020-09-25T05:37:11.203Z] 46f8f816bc3b: Pull complete [2020-09-25T05:37:11.465Z] 0dadc02b9964: Pull complete [2020-09-25T05:37:11.726Z] ce6a7cf60c04: Pull complete [2020-09-25T05:37:11.726Z] 7a184a31f384: Pull complete [2020-09-25T05:37:15.056Z] 0879bd2ef858: Pull complete [2020-09-25T05:37:15.056Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-25T05:37:15.056Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-25T05:37:15.056Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-25T05:37:15.209Z] prd-centos7-docker-4c-2g-1454 does not seem to be running inside a container [2020-09-25T05:37:15.266Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/edgex-go/148 -v /w/workspace/edgex-go/148:/w/workspace/edgex-go/148:rw,z -v /w/workspace/edgex-go/148@tmp:/w/workspace/edgex-go/148@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:10003/edgex-lftools-log-publisher:alpine cat [2020-09-25T05:37:18.266Z] $ docker top a3015d234360c6862496dbbe0d064394b3753cd672ec4983247fce7a2effb186 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-25T05:37:18.829Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-25T05:37:19.133Z] + ls /var/log/sa-host [2020-09-25T05:37:19.133Z] + sadf -c /var/log/sa-host/sa05 [2020-09-25T05:37:19.133Z] file_magic: OK [2020-09-25T05:37:19.133Z] HZ: Using current value: 100 [2020-09-25T05:37:19.133Z] file_header: OK [2020-09-25T05:37:19.133Z] 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-09-25T05:37:19.133Z] Statistics: [2020-09-25T05:37:19.133Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-25T05:37:19.133Z] File successfully converted to sysstat format version 12.2.1 [2020-09-25T05:37:19.133Z] + sadf -c /var/log/sa-host/sa25 [2020-09-25T05:37:19.133Z] file_magic: OK [2020-09-25T05:37:19.133Z] HZ: Using current value: 100 [2020-09-25T05:37:19.133Z] file_header: OK [2020-09-25T05:37:19.133Z] 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-09-25T05:37:19.133Z] Statistics: [2020-09-25T05:37:19.133Z] 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... [2020-09-25T05:37:19.133Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-25T05:37:19.198Z] provisioning config files... [2020-09-25T05:37:19.214Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/148@tmp/config3819343625118285533tmp [Pipeline] { [Pipeline] echo [2020-09-25T05:37:19.312Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:37:19.608Z] ---> create-netrc.sh [Pipeline] echo [2020-09-25T05:37:19.618Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-25T05:37:19.916Z] ---> logs-deploy.sh [2020-09-25T05:37:19.916Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/master/148 [2020-09-25T05:37:19.916Z] INFO: archiving workspace using pattern(s): [2020-09-25T05:37:21.307Z] Archives upload complete. [2020-09-25T05:37:21.571Z] INFO: archiving logs to Nexus [2020-09-25T05:37:22.517Z] ---> uname -a: [2020-09-25T05:37:22.517Z] Linux a3015d234360 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-25T05:37:22.517Z] [2020-09-25T05:37:22.517Z] [2020-09-25T05:37:22.517Z] ---> lscpu: [2020-09-25T05:37:22.517Z] Architecture: x86_64 [2020-09-25T05:37:22.517Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-25T05:37:22.517Z] Byte Order: Little Endian [2020-09-25T05:37:22.517Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-25T05:37:22.517Z] CPU(s): 4 [2020-09-25T05:37:22.517Z] On-line CPU(s) list: 0-3 [2020-09-25T05:37:22.517Z] Thread(s) per core: 1 [2020-09-25T05:37:22.517Z] Core(s) per socket: 1 [2020-09-25T05:37:22.517Z] Socket(s): 4 [2020-09-25T05:37:22.517Z] NUMA node(s): 1 [2020-09-25T05:37:22.518Z] Vendor ID: GenuineIntel [2020-09-25T05:37:22.518Z] CPU family: 6 [2020-09-25T05:37:22.518Z] Model: 44 [2020-09-25T05:37:22.518Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-25T05:37:22.518Z] Stepping: 1 [2020-09-25T05:37:22.518Z] CPU MHz: 2933.436 [2020-09-25T05:37:22.518Z] BogoMIPS: 5866.87 [2020-09-25T05:37:22.518Z] Virtualization: VT-x [2020-09-25T05:37:22.518Z] Hypervisor vendor: KVM [2020-09-25T05:37:22.518Z] Virtualization type: full [2020-09-25T05:37:22.518Z] L1d cache: 128 KiB [2020-09-25T05:37:22.518Z] L1i cache: 128 KiB [2020-09-25T05:37:22.518Z] L2 cache: 16 MiB [2020-09-25T05:37:22.518Z] L3 cache: 64 MiB [2020-09-25T05:37:22.518Z] NUMA node0 CPU(s): 0-3 [2020-09-25T05:37:22.518Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-25T05:37:22.518Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-25T05:37:22.518Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-25T05:37:22.518Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-25T05:37:22.518Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-25T05:37:22.518Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-25T05:37:22.518Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-25T05:37:22.518Z] Vulnerability Tsx async abort: Not affected [2020-09-25T05:37:22.518Z] 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-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] ---> nproc: [2020-09-25T05:37:22.518Z] 4 [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] ---> df -h: [2020-09-25T05:37:22.518Z] Filesystem Size Used Available Use% Mounted on [2020-09-25T05:37:22.518Z] overlay 50.0G 12.8G 37.2G 26% / [2020-09-25T05:37:22.518Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-25T05:37:22.518Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-25T05:37:22.518Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-25T05:37:22.518Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/resolv.conf [2020-09-25T05:37:22.518Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hostname [2020-09-25T05:37:22.518Z] /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hosts [2020-09-25T05:37:22.518Z] /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/sa-host [2020-09-25T05:37:22.518Z] /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/148 [2020-09-25T05:37:22.518Z] /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/148@tmp [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] ---> free -m: [2020-09-25T05:37:22.518Z] total used free shared buff/cache available [2020-09-25T05:37:22.518Z] Mem: 1837 718 188 0 930 1073 [2020-09-25T05:37:22.518Z] Swap: 1023 47 976 [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] ---> ip addr: [2020-09-25T05:37:22.518Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-25T05:37:22.518Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-25T05:37:22.518Z] inet 127.0.0.1/8 scope host lo [2020-09-25T05:37:22.518Z] valid_lft forever preferred_lft forever [2020-09-25T05:37:22.518Z] 202: eth0@if203: mtu 1458 qdisc noqueue state UP [2020-09-25T05:37:22.518Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-25T05:37:22.518Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-25T05:37:22.518Z] valid_lft forever preferred_lft forever [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] ---> sar -b -r -n DEV: [2020-09-25T05:37:22.518Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/25/20 _x86_64_ (4 CPU) [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] 05:14:24 LINUX RESTART (4 CPU) [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] 05:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-25T05:37:22.518Z] 05:16:01 131.48 65.71 65.76 0.00 10494.89 20738.71 0.00 [2020-09-25T05:37:22.518Z] 05:17:01 235.24 61.86 173.37 0.00 3617.52 56028.98 0.00 [2020-09-25T05:37:22.518Z] 05:18:02 1050.76 807.01 243.76 0.00 65232.80 129377.82 0.00 [2020-09-25T05:37:22.518Z] 05:19:01 1665.34 1360.26 305.08 0.00 103019.99 116194.20 0.00 [2020-09-25T05:37:22.518Z] 05:20:01 1182.12 840.54 341.58 0.00 61396.98 90777.43 0.00 [2020-09-25T05:37:22.518Z] 05:21:02 2338.18 2010.99 327.20 0.00 104844.41 119292.82 0.00 [2020-09-25T05:37:22.518Z] 05:22:01 548.29 316.99 231.30 0.00 24109.10 45735.82 0.00 [2020-09-25T05:37:22.518Z] 05:23:01 107.46 95.04 12.42 0.00 4256.28 259.37 0.00 [2020-09-25T05:37:22.518Z] 05:24:01 0.50 0.00 0.50 0.00 0.00 8.23 0.00 [2020-09-25T05:37:22.518Z] 05:25:01 0.63 0.47 0.17 0.00 18.25 1.63 0.00 [2020-09-25T05:37:22.518Z] 05:26:01 0.65 0.03 0.62 0.00 0.80 8.13 0.00 [2020-09-25T05:37:22.518Z] 05:27:01 0.18 0.02 0.17 0.00 0.27 1.77 0.00 [2020-09-25T05:37:22.518Z] 05:28:01 0.32 0.00 0.32 0.00 0.00 3.61 0.00 [2020-09-25T05:37:22.518Z] 05:29:01 0.63 0.38 0.25 0.00 4.80 2.56 0.00 [2020-09-25T05:37:22.518Z] 05:30:01 1.85 1.67 0.18 0.00 53.41 2.55 0.00 [2020-09-25T05:37:22.518Z] 05:31:01 236.87 91.88 144.99 0.00 5407.59 34728.84 0.00 [2020-09-25T05:37:22.518Z] 05:32:01 33.94 7.29 26.65 0.00 168.74 434.21 0.00 [2020-09-25T05:37:22.518Z] 05:33:01 30.40 2.10 28.30 0.00 40.62 446.83 0.00 [2020-09-25T05:37:22.518Z] 05:34:01 32.16 0.83 31.33 0.00 15.32 495.61 0.00 [2020-09-25T05:37:22.518Z] 05:35:02 32.46 0.32 32.14 0.00 7.19 463.58 0.00 [2020-09-25T05:37:22.518Z] 05:36:01 43.43 12.93 30.51 0.00 2530.54 10814.47 0.00 [2020-09-25T05:37:22.518Z] 05:37:01 216.03 96.27 119.76 0.00 5913.85 27492.09 0.00 [2020-09-25T05:37:22.518Z] Average: 358.82 262.63 96.19 0.00 17783.99 29712.67 0.00 [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] 05:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-25T05:37:22.518Z] 05:16:01 353712 0 585292 31.11 2620 939932 1125000 38.39 481616 889024 120 [2020-09-25T05:37:22.518Z] 05:17:01 102072 0 687100 36.52 1492 1090892 1322456 45.13 660092 880896 12 [2020-09-25T05:37:22.518Z] 05:18:02 451804 0 648624 34.47 40 781088 2228868 76.07 598020 664120 68 [2020-09-25T05:37:22.518Z] 05:19:01 66296 0 1267912 67.39 0 547348 3383984 115.49 776836 829020 16880 [2020-09-25T05:37:22.518Z] 05:20:01 292148 0 659032 35.03 0 930376 1447812 49.41 582920 816292 0 [2020-09-25T05:37:22.518Z] 05:21:02 301352 0 938652 49.89 0 641552 3300740 112.65 597936 773608 16496 [2020-09-25T05:37:22.518Z] 05:22:01 525824 0 605704 32.19 0 750028 1415104 48.29 485348 668996 32 [2020-09-25T05:37:22.518Z] 05:23:01 434716 0 577004 30.67 0 869836 1195204 40.79 521488 724020 8 [2020-09-25T05:37:22.518Z] 05:24:01 441456 0 570248 30.31 0 869852 1137624 38.83 517072 723108 16 [2020-09-25T05:37:22.518Z] 05:25:01 441860 0 569348 30.26 0 870348 1137660 38.83 517376 723628 12 [2020-09-25T05:37:22.518Z] 05:26:01 441684 0 569520 30.27 0 870352 1137696 38.83 517584 723648 8 [2020-09-25T05:37:22.518Z] 05:27:01 441492 0 569696 30.28 0 870368 1137684 38.83 517396 723664 8 [2020-09-25T05:37:22.518Z] 05:28:01 441912 0 569256 30.25 0 870388 1137624 38.83 512872 727876 8 [2020-09-25T05:37:22.518Z] 05:29:01 440508 0 570672 30.33 0 870376 1137804 38.83 513500 727968 8 [2020-09-25T05:37:22.518Z] 05:30:01 439188 0 570988 30.35 0 871380 1137744 38.83 513552 728948 12 [2020-09-25T05:37:22.518Z] 05:31:01 203364 0 611460 32.50 0 1066732 1355268 46.25 702412 745408 52 [2020-09-25T05:37:22.518Z] 05:32:01 178620 0 634116 33.70 0 1068820 1437464 49.06 726888 746492 44 [2020-09-25T05:37:22.518Z] 05:33:01 207560 0 605048 32.16 0 1068948 1141948 38.97 700924 743708 28 [2020-09-25T05:37:22.518Z] 05:34:01 180496 0 631952 33.59 0 1069108 1435400 48.99 728972 742780 44 [2020-09-25T05:37:22.518Z] 05:35:02 206028 0 606240 32.22 0 1069288 1347232 45.98 702236 742348 40 [2020-09-25T05:37:22.518Z] 05:36:01 76068 0 643308 34.19 0 1162180 1531900 52.28 708800 859024 86800 [2020-09-25T05:37:22.518Z] 05:37:01 195708 0 707680 37.61 0 978168 1411960 48.19 614476 739620 48 [2020-09-25T05:37:22.518Z] Average: 311994 0 654493 34.78 189 914880 1502008 51.26 599923 756554 5488 [2020-09-25T05:37:22.518Z] [2020-09-25T05:37:22.518Z] 05:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-25T05:37:22.518Z] 05:16:01 eth0 1706.50 1622.29 6344.01 534.31 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:16:01 docker0 788.82 608.27 65.39 2648.27 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:17:01 eth0 1516.61 1087.08 4927.02 2451.67 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:17:01 docker0 140.39 170.77 10.21 831.52 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:18:02 veth167de3a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:18:02 eth0 190.95 147.76 1694.86 21.79 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:18:02 veth649f660 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:19:01 vethf059b53 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:19:01 veth88e4916 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:19:01 eth0 78.39 56.47 176.71 79.24 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:19:01 veth317f3a1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:20:01 veth1ed2cce 20.89 42.51 1.43 305.49 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:20:01 eth0 156.64 97.29 589.29 80.17 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:20:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:20:01 vethd479ca9 0.00 0.68 0.00 0.03 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:21:02 veth7ac22af 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:21:02 veth2f4d3ea 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:21:02 veth123c2de 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:21:02 vetha392be0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:22:01 eth0 3906.68 3199.37 14284.25 3482.57 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:22:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:22:01 docker0 1022.98 921.32 81.45 4366.64 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:23:01 eth0 411.79 412.35 193.84 1563.33 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:24:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:25:01 eth0 0.17 0.13 0.06 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:26:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:27:01 eth0 0.17 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.518Z] 05:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:28:01 eth0 0.58 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:29:01 eth0 0.93 0.42 0.35 0.21 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:30:01 eth0 1.02 0.23 0.30 0.19 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:31:01 veth88f6b3f 0.33 0.38 0.07 0.15 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:31:01 eth0 519.17 458.09 4139.37 81.98 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:31:01 docker0 45.99 45.16 4.29 206.12 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:32:01 veth6ca13c3 0.53 0.75 0.18 0.29 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:32:01 eth0 107.77 86.12 95.37 99.01 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:32:01 docker0 3.93 3.71 1.05 1.77 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:33:01 eth0 116.58 86.95 100.67 89.43 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:33:01 docker0 3.68 3.35 0.90 1.59 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:34:01 eth0 132.81 103.46 113.45 96.16 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:34:01 vethf0476f3 0.58 0.80 0.21 0.31 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:34:01 docker0 4.56 4.03 1.10 1.98 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:35:02 eth0 139.61 107.64 115.87 113.84 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:35:02 vethd1eff79 0.27 0.25 0.04 0.15 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:35:02 docker0 4.44 3.91 1.11 1.99 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:36:01 eth0 2801.35 1936.01 6262.87 258.77 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:36:01 docker0 0.96 1.03 0.39 0.49 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:37:01 vethc6b8b07 1.85 1.53 0.37 0.40 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:37:01 eth0 114.78 88.96 264.23 80.70 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] 05:37:01 docker0 32.61 36.92 2.08 199.43 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] Average: vethc6b8b07 0.08 0.07 0.02 0.02 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] Average: eth0 369.85 290.69 1146.78 264.18 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] Average: docker0 50.18 45.72 4.14 214.35 0.00 0.00 0.00 0.00 [2020-09-25T05:37:22.519Z] [2020-09-25T05:37:22.519Z] [2020-09-25T05:37:22.519Z] ---> sar -P ALL: [2020-09-25T05:37:22.519Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/25/20 _x86_64_ (4 CPU) [2020-09-25T05:37:22.519Z] [2020-09-25T05:37:22.519Z] 05:14:24 LINUX RESTART (4 CPU) [2020-09-25T05:37:22.519Z] [2020-09-25T05:37:22.519Z] 05:15:01 CPU %user %nice %system %iowait %steal %idle [2020-09-25T05:37:22.519Z] 05:16:01 all 23.88 0.00 8.70 2.46 0.16 64.79 [2020-09-25T05:37:22.519Z] 05:16:01 0 27.43 0.00 11.43 2.99 0.15 57.99 [2020-09-25T05:37:22.519Z] 05:16:01 1 22.85 0.00 8.82 4.22 0.19 63.92 [2020-09-25T05:37:22.519Z] 05:16:01 2 20.53 0.00 7.79 1.04 0.15 70.49 [2020-09-25T05:37:22.519Z] 05:16:01 3 24.77 0.00 6.80 1.60 0.15 66.68 [2020-09-25T05:37:22.519Z] 05:17:01 all 15.76 0.00 8.48 5.34 0.13 70.29 [2020-09-25T05:37:22.519Z] 05:17:01 0 27.35 0.00 10.36 4.57 0.10 57.63 [2020-09-25T05:37:22.519Z] 05:17:01 1 13.99 0.00 7.35 4.48 0.12 74.06 [2020-09-25T05:37:22.519Z] 05:17:01 2 10.75 0.00 8.53 6.02 0.15 74.55 [2020-09-25T05:37:22.519Z] 05:17:01 3 11.03 0.00 7.70 6.28 0.14 74.85 [2020-09-25T05:37:22.519Z] 05:18:02 all 15.81 0.00 15.06 12.99 0.21 55.93 [2020-09-25T05:37:22.519Z] 05:18:02 0 14.60 0.00 15.55 11.78 0.24 57.83 [2020-09-25T05:37:22.519Z] 05:18:02 1 15.18 0.00 13.80 14.19 0.15 56.68 [2020-09-25T05:37:22.519Z] 05:18:02 2 15.25 0.00 15.11 12.13 0.24 57.26 [2020-09-25T05:37:22.519Z] 05:18:02 3 18.23 0.00 15.79 13.84 0.19 51.95 [2020-09-25T05:37:22.519Z] 05:19:01 all 35.14 0.00 19.18 23.59 0.20 21.88 [2020-09-25T05:37:22.519Z] 05:19:01 0 34.14 0.00 19.12 22.52 0.25 23.98 [2020-09-25T05:37:22.519Z] 05:19:01 1 35.87 0.00 18.56 23.16 0.18 22.23 [2020-09-25T05:37:22.519Z] 05:19:01 2 35.02 0.00 19.27 23.65 0.21 21.85 [2020-09-25T05:37:22.519Z] 05:19:01 3 35.54 0.00 19.79 25.06 0.18 19.43 [2020-09-25T05:37:22.519Z] 05:20:01 all 31.15 0.00 15.17 24.24 0.14 29.30 [2020-09-25T05:37:22.519Z] 05:20:01 0 31.98 0.00 15.62 24.16 0.16 28.09 [2020-09-25T05:37:22.519Z] 05:20:01 1 31.26 0.00 15.19 24.75 0.12 28.69 [2020-09-25T05:37:22.519Z] 05:20:01 2 30.47 0.00 15.31 24.23 0.16 29.83 [2020-09-25T05:37:22.519Z] 05:20:01 3 30.91 0.00 14.57 23.80 0.12 30.59 [2020-09-25T05:37:22.519Z] 05:21:02 all 35.96 0.00 18.81 27.22 0.17 17.84 [2020-09-25T05:37:22.519Z] 05:21:02 0 34.92 0.00 18.75 24.26 0.19 21.88 [2020-09-25T05:37:22.519Z] 05:21:02 1 36.55 0.00 17.93 27.88 0.21 17.43 [2020-09-25T05:37:22.519Z] 05:21:02 2 35.97 0.00 19.50 31.34 0.17 13.02 [2020-09-25T05:37:22.519Z] 05:21:02 3 36.42 0.00 19.04 25.38 0.12 19.04 [2020-09-25T05:37:22.519Z] 05:22:01 all 29.04 0.00 12.17 15.18 0.13 43.48 [2020-09-25T05:37:22.519Z] 05:22:01 0 29.94 0.00 12.07 13.59 0.16 44.25 [2020-09-25T05:37:22.519Z] 05:22:01 1 28.26 0.00 12.72 17.70 0.12 41.19 [2020-09-25T05:37:22.519Z] 05:22:01 2 29.24 0.00 12.02 14.02 0.12 44.60 [2020-09-25T05:37:22.519Z] 05:22:01 3 28.72 0.00 11.86 15.42 0.11 43.89 [2020-09-25T05:37:22.519Z] 05:23:01 all 8.79 0.00 3.29 2.33 0.11 85.48 [2020-09-25T05:37:22.519Z] 05:23:01 0 8.89 0.00 3.71 2.39 0.12 84.90 [2020-09-25T05:37:22.519Z] 05:23:01 1 8.13 0.00 2.98 2.17 0.08 86.63 [2020-09-25T05:37:22.519Z] 05:23:01 2 8.93 0.00 3.02 2.36 0.12 85.56 [2020-09-25T05:37:22.519Z] 05:23:01 3 9.23 0.00 3.45 2.40 0.12 84.81 [2020-09-25T05:37:22.519Z] 05:24:01 all 0.12 0.00 0.05 0.00 0.00 99.83 [2020-09-25T05:37:22.519Z] 05:24:01 0 0.35 0.00 0.07 0.00 0.00 99.58 [2020-09-25T05:37:22.519Z] 05:24:01 1 0.10 0.00 0.07 0.00 0.00 99.83 [2020-09-25T05:37:22.519Z] 05:24:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-25T05:37:22.519Z] 05:24:01 3 0.00 0.00 0.03 0.00 0.00 99.97 [2020-09-25T05:37:22.519Z] 05:25:01 all 0.03 0.00 0.04 0.00 0.00 99.92 [2020-09-25T05:37:22.519Z] 05:25:01 0 0.03 0.00 0.03 0.02 0.00 99.92 [2020-09-25T05:37:22.519Z] 05:25:01 1 0.07 0.00 0.07 0.00 0.02 99.85 [2020-09-25T05:37:22.519Z] 05:25:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-09-25T05:37:22.519Z] 05:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-25T05:37:22.519Z] 05:26:01 all 0.12 0.00 0.04 0.00 0.00 99.83 [2020-09-25T05:37:22.519Z] 05:26:01 0 0.43 0.00 0.07 0.00 0.02 99.48 [2020-09-25T05:37:22.519Z] 05:26:01 1 0.00 0.00 0.02 0.02 0.00 99.97 [2020-09-25T05:37:22.519Z] 05:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-09-25T05:37:22.519Z] 05:26:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-09-25T05:37:22.519Z] [2020-09-25T05:37:22.519Z] 05:26:01 CPU %user %nice %system %iowait %steal %idle [2020-09-25T05:37:22.519Z] 05:27:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-09-25T05:37:22.519Z] 05:27:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-25T05:37:22.519Z] 05:27:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-25T05:37:22.519Z] 05:27:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-25T05:37:22.519Z] 05:27:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2020-09-25T05:37:22.519Z] 05:28:01 all 0.15 0.00 0.02 0.00 0.01 99.81 [2020-09-25T05:37:22.519Z] 05:28:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2020-09-25T05:37:22.519Z] 05:28:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-09-25T05:37:22.519Z] 05:28:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-09-25T05:37:22.519Z] 05:28:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-09-25T05:37:22.519Z] 05:29:01 all 0.15 0.00 0.03 0.01 0.01 99.80 [2020-09-25T05:37:22.519Z] 05:29:01 0 0.50 0.00 0.03 0.02 0.00 99.45 [2020-09-25T05:37:22.519Z] 05:29:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2020-09-25T05:37:22.519Z] 05:29:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2020-09-25T05:37:22.519Z] 05:29:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2020-09-25T05:37:22.519Z] 05:30:01 all 0.17 0.00 0.06 0.02 0.00 99.76 [2020-09-25T05:37:22.519Z] 05:30:01 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-09-25T05:37:22.519Z] 05:30:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-09-25T05:37:22.519Z] 05:30:01 2 0.05 0.00 0.10 0.07 0.00 99.78 [2020-09-25T05:37:22.519Z] 05:30:01 3 0.03 0.00 0.07 0.00 0.00 99.90 [2020-09-25T05:37:22.519Z] 05:31:01 all 9.40 0.00 6.74 5.61 0.12 78.13 [2020-09-25T05:37:22.519Z] 05:31:01 0 9.16 0.00 7.09 9.87 0.12 73.76 [2020-09-25T05:37:22.519Z] 05:31:01 1 9.11 0.00 6.82 4.85 0.09 79.13 [2020-09-25T05:37:22.519Z] 05:31:01 2 10.01 0.00 6.49 4.10 0.12 79.28 [2020-09-25T05:37:22.519Z] 05:31:01 3 9.33 0.00 6.56 3.65 0.14 80.33 [2020-09-25T05:37:22.519Z] 05:32:01 all 3.16 0.00 3.22 0.51 0.05 93.08 [2020-09-25T05:37:22.519Z] 05:32:01 0 3.16 0.00 3.29 0.61 0.07 92.88 [2020-09-25T05:37:22.519Z] 05:32:01 1 3.64 0.00 3.84 0.34 0.03 92.15 [2020-09-25T05:37:22.519Z] 05:32:01 2 2.93 0.00 2.68 0.67 0.05 93.66 [2020-09-25T05:37:22.519Z] 05:32:01 3 2.90 0.00 3.05 0.40 0.03 93.62 [2020-09-25T05:37:22.519Z] 05:33:01 all 3.10 0.00 3.29 0.43 0.08 93.10 [2020-09-25T05:37:22.519Z] 05:33:01 0 3.21 0.00 3.34 0.41 0.07 92.98 [2020-09-25T05:37:22.519Z] 05:33:01 1 2.80 0.00 3.30 0.37 0.07 93.47 [2020-09-25T05:37:22.519Z] 05:33:01 2 3.09 0.00 3.09 0.44 0.12 93.27 [2020-09-25T05:37:22.519Z] 05:33:01 3 3.30 0.00 3.44 0.49 0.07 92.70 [2020-09-25T05:37:22.519Z] 05:34:01 all 3.65 0.00 3.78 0.48 0.06 92.04 [2020-09-25T05:37:22.519Z] 05:34:01 0 3.50 0.00 4.21 0.44 0.05 91.80 [2020-09-25T05:37:22.519Z] 05:34:01 1 4.23 0.00 3.79 0.61 0.07 91.30 [2020-09-25T05:37:22.519Z] 05:34:01 2 3.54 0.00 3.36 0.54 0.05 92.51 [2020-09-25T05:37:22.519Z] 05:34:01 3 3.31 0.00 3.75 0.32 0.07 92.55 [2020-09-25T05:37:22.519Z] 05:35:02 all 3.62 0.00 4.03 0.55 0.11 91.68 [2020-09-25T05:37:22.519Z] 05:35:02 0 3.96 0.00 4.64 0.41 0.10 90.89 [2020-09-25T05:37:22.519Z] 05:35:02 1 3.26 0.00 3.72 0.57 0.07 92.38 [2020-09-25T05:37:22.519Z] 05:35:02 2 3.66 0.00 3.98 0.84 0.12 91.39 [2020-09-25T05:37:22.519Z] 05:35:02 3 3.61 0.00 3.79 0.39 0.15 92.06 [2020-09-25T05:37:22.519Z] 05:36:01 all 6.55 0.00 5.09 0.54 0.13 87.69 [2020-09-25T05:37:22.519Z] 05:36:01 0 6.69 0.00 7.06 0.64 0.12 85.49 [2020-09-25T05:37:22.519Z] 05:36:01 1 6.61 0.00 4.66 0.45 0.15 88.13 [2020-09-25T05:37:22.519Z] 05:36:01 2 5.33 0.00 4.58 0.73 0.12 89.24 [2020-09-25T05:37:22.519Z] 05:36:01 3 7.59 0.00 4.11 0.36 0.10 87.84 [2020-09-25T05:37:22.519Z] 05:37:01 all 9.79 0.00 7.57 4.03 0.08 78.53 [2020-09-25T05:37:22.519Z] 05:37:01 0 9.37 0.00 6.51 3.05 0.07 81.01 [2020-09-25T05:37:22.519Z] 05:37:01 1 12.71 0.00 9.62 4.85 0.09 72.74 [2020-09-25T05:37:22.519Z] 05:37:01 2 8.73 0.00 6.16 2.28 0.07 82.75 [2020-09-25T05:37:22.520Z] 05:37:01 3 8.37 0.00 7.99 5.95 0.09 77.60 [2020-09-25T05:37:22.520Z] [2020-09-25T05:37:22.520Z] Average: CPU %user %nice %system %iowait %steal %idle [2020-09-25T05:37:22.520Z] Average: all 10.52 0.00 6.03 5.58 0.08 77.79 [2020-09-25T05:37:22.520Z] Average: 0 11.23 0.00 6.40 5.43 0.09 76.86 [2020-09-25T05:37:22.520Z] Average: 1 10.49 0.00 5.97 5.81 0.08 77.65 [2020-09-25T05:37:22.520Z] Average: 2 9.97 0.00 5.86 5.53 0.09 78.55 [2020-09-25T05:37:22.520Z] Average: 3 10.38 0.00 5.88 5.55 0.08 78.11 [2020-09-25T05:37:22.520Z] [2020-09-25T05:37:22.520Z] [2020-09-25T05:37:22.520Z]